@charset "UTF-8";
@font-face {
  font-family: roboto;
  src: url(./Roboto-Medium.ttf);
  font-weight: 600; }

@font-face {
  font-family: roboto;
  src: url(./fonts/roboto/Roboto-Regular.ttf);
  font-weight: 400; }

@font-face {
  font-family: roboto;
  src: url(../Roboto-Light.ttf);
  font-weight: 300; }

@font-face {
  font-family: 'SF Pro Text';
  src: url(./SFProText-Regular.ttf);
  font-weight: 400; }

/* Move all variables to app variables */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  margin: 0.67em 0;
  font-size: 2em; }

mark {
  color: #000;
  background: #ff0; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: roboto;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  background-color: #fff; }

a {
  color: #EE0033;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }
  a:active {
    color: #006069; }

.content {
  background-color: #fff; }

.content > * {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.bar-nav ~ .content {
  padding-top: 75px; }

.bar-header-secondary ~ .content {
  padding-top: 150px; }

.bar-footer ~ .content {
  padding-bottom: 75px; }

.bar-footer-secondary ~ .content {
  padding-bottom: 150px; }

.bar-tab ~ .content {
  padding-bottom: 63px; }

.bar-footer-secondary-tab ~ .content {
  padding-bottom: 138px; }

.content-padded {
  margin: 10px; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1; }

h1, .h1 {
  font-size: 20px; }

h2, .h2 {
  font-size: 18px; }

h3, .h3 {
  font-size: 16px; }

h4, .h4 {
  font-size: 15px; }

h5, .h5 {
  font-size: 13px;
  margin-top: 20px; }

h6, .h6 {
  font-size: 12px;
  margin-top: 20px; }

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px; }

.btn {
  position: relative;
  display: inline-block;
  padding: 9px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  color: #686868;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #f8f8f8;
  border-radius: 6px; }
  .btn:active, .btn.active {
    color: inherit;
    background-color: #ccc; }
  .btn:disabled, .btn.disabled {
    opacity: .6; }

.btn-shadow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25); }

.btn-primary {
  color: #fff;
  background-color: #EE0033;
  border: 1px solid #EE0033; }
  .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #006069;
    border: 1px solid #006069; }

.btn-positive {
  min-width: 165px;
  color: #fff;
  background-color: #EE0033;
  border: 1px solid #EE0033;
  padding: 15px 10px;
  width: 100%;
  font-family: 'SF Pro Text';
}
  .btn-positive:active, .btn-positive.active {
    color: #fff;
    background-color: #cc5a00;
    border: 1px solid #cc5a00; }

.btn-negative {
  color: #fff;
  background-color: #b8b8b8;
  border: 1px solid #b8b8b8; }
  .btn-negative:active, .btn-negative.active {
    color: #fff;
    background-color: #9f9f9f;
    border: 1px solid #9f9f9f; }

.btn-outlined {
  background-color: transparent; }
  .btn-outlined.btn-primary {
    color: #EE0033; }
  .btn-outlined.btn-positive {
    color: #ff7000; }
  .btn-outlined.btn-negative {
    color: #b8b8b8; }
  .btn-outlined.btn-primary:active, .btn-outlined.btn-positive:active, .btn-outlined.btn-negative:active {
    color: #fff; }

.btn-link {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #EE0033;
  background-color: transparent;
  border: 0; }
  .btn-link:active, .btn-link.active {
    color: #006069;
    background-color: transparent; }

.btn-block {
  display: block;
  width: 200px;
  margin: 15px auto; }

.btn-md {
  width: 95px;
  padding: 8px 2px; }

.btn-sm {
  width: 72px;
  padding: 9px 2px; }

.btn-lg {
  width: 120px;
  padding: 9px 2px; }

input[type="submit"],
input[type="reset"],
input[type="button"] {
  width: 100%; }

.btn .badge {
  margin: -2px -4px -2px 4px;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.15); }

.btn .badge-inverted,
.btn:active .badge-inverted {
  background-color: transparent; }

.btn-primary:active .badge-inverted,
.btn-positive:active .badge-inverted,
.btn-negative:active .badge-inverted {
  color: #fff; }

.btn-block .badge {
  position: absolute;
  right: 0;
  margin-right: 10px; }

.btn .icon {
  font-size: inherit; }

.bar {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10;
  height: 75px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.bar-header-secondary {
  top: 75px; }

.bar-footer {
  bottom: 0; }

.bar-footer-secondary {
  bottom: 75px; }

.bar-footer-secondary-tab {
  bottom: 63px; }

.bar-footer,
.bar-footer-secondary,
.bar-footer-secondary-tab {
  border-top: 1px solid #ddd;
  border-bottom: 0; }

.bar-nav {
  top: 0; }

.title {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 -10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 75px;
  color: #000;
  text-align: center;
  white-space: nowrap; }

.title a {
  color: inherit; }

.bar-tab {
  display: table;
  bottom: 0;
  width: 100%;
  height: 63px;
  padding: 0;
  table-layout: fixed;
  border-top: 1px solid #ddd;
  border-bottom: 0; }
  .bar-tab .tab-item {
    display: table-cell;
    width: 1%;
    height: 63px;
    color: #929292;
    text-align: center;
    vertical-align: middle;
    font-weight: 400; }
    .bar-tab .tab-item.active, .bar-tab .tab-item:active {
      color: #ff7000; }
    .bar-tab .tab-item .icon {
      top: 3px;
      padding-top: 0;
      padding-bottom: 0; }
      .bar-tab .tab-item .icon ~ .tab-label {
        display: block;
        font-size: 11px; }

.bar .btn {
  position: relative;
  top: 7px;
  z-index: 20;
  padding: 6px 12px 7px;
  margin-top: 0;
  font-weight: 300; }
  .bar .btn.pull-right {
    margin-left: 10px; }
  .bar .btn.pull-left {
    margin-right: 10px; }

.bar .btn-link {
  top: 0;
  padding: 0;
  font-size: 16px;
  line-height: 75px;
  color: #EE0033;
  border: 0; }
  .bar .btn-link:active, .bar .btn-link.active {
    color: #006069; }

.bar .btn-block {
  top: 6px;
  padding: 7px 0;
  margin-bottom: 0;
  font-size: 16px; }

.bar .btn-nav.pull-left {
  margin-left: -5px; }
  .bar .btn-nav.pull-left .icon-left-nav {
    margin-right: -3px; }

.bar .btn-nav.pull-right {
  margin-right: -5px; }
  .bar .btn-nav.pull-right .icon-right-nav {
    margin-left: -3px; }

.bar .icon {
  position: relative;
  z-index: 20;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px; }

.bar .btn .icon {
  top: 3px;
  padding: 0; }

.bar .title .icon {
  padding: 0; }
  .bar .title .icon.icon-caret {
    top: 4px;
    margin-left: -5px; }

.bar input[type="search"] {
  height: 29px;
  margin: 6px 0; }

.bar .segmented-control {
  top: 7px;
  margin: 0 auto; }

.badge {
  display: inline-block;
  padding: 2px 9px 3px;
  font-size: 12px;
  line-height: 1;
  color: #333;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 100px; }
  .badge.badge-inverted {
    padding: 0 5px 0 0;
    background-color: transparent; }

.badge-primary {
  color: #fff;
  background-color: #EE0033; }
  .badge-primary.badge-inverted {
    color: #EE0033; }

.badge-positive {
  color: #fff;
  background-color: #ff7000; }
  .badge-positive.badge-inverted {
    color: #ff7000; }

.badge-negative {
  color: #fff;
  background-color: #b8b8b8; }
  .badge-negative.badge-inverted {
    color: #b8b8b8; }

.card .table-view {
  margin-bottom: 0;
  border-top: 0;
  border-bottom: 0; }
  .card .table-view .table-view-divider:first-child {
    top: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
  .card .table-view .table-view-divider:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; }

.card .table-view-cell:last-child {
  border-bottom: 0; }

.table-view {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 15px;
  list-style: none;
  background-color: #fff; }

.table-view-cell {
  position: relative;
  padding: 11px 65px 11px 15px;
  overflow: hidden;
  border-bottom: solid 1px #e8e8e9; }
  .table-view-cell p {
    margin-bottom: 0; }

.table-view-divider {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  margin-top: -1px;
  margin-left: 0;
  font-weight: 400;
  color: #999;
  background-color: #fafafa;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.table-view .media,
.table-view .media-body {
  overflow: hidden; }

.table-view .media-object.pull-left {
  margin-right: 10px; }

.table-view .media-object.pull-right {
  margin-left: 10px; }

.table-view-cell > .badge,
.table-view-cell > .toggle,
.table-view-cell > a > .badge,
.table-view-cell > a > .toggle {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.table-view-cell .navigate-left > .badge,
.table-view-cell .navigate-left > .toggle,
.table-view-cell .navigate-right > .badge,
.table-view-cell .navigate-right > .toggle,
.table-view-cell .push-left > .badge,
.table-view-cell .push-left > .toggle,
.table-view-cell .push-right > .badge,
.table-view-cell .push-right > .toggle,
.table-view-cell > a .navigate-left > .badge,
.table-view-cell > a .navigate-left > .toggle,
.table-view-cell > a .navigate-right > .badge,
.table-view-cell > a .navigate-right > .toggle,
.table-view-cell > a .push-left > .badge,
.table-view-cell > a .push-left > .toggle,
.table-view-cell > a .push-right > .badge,
.table-view-cell > a .push-right > .toggle {
  right: 35px; }

.content > .table-view:first-child {
  margin-top: 15px; }

input,
textarea,
button,
select {
  font-family: roboto;
  font-size: 14px; }

select,
textarea,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="color"] {
  max-width: 100%;
  height: 35px;
  -webkit-appearance: none;
  padding: 0 15px;
  margin-bottom: 15px;
  line-height: 21px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  outline: none; }

input[type="search"] {
  padding: 0 10px;
  font-size: 16px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="search"]:focus {
  text-align: left; }

textarea {
  height: auto; }

select {
  height: auto;
  font-size: 14px;
  background-color: #f8f8f8;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.input-group {
  background-color: #fff; }

.input-group input,
.input-group textarea {
  margin-bottom: 0;
  background-color: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.input-row {
  overflow: hidden;
  height: 35px;
  border-bottom: 1px solid #ddd; }

.input-row label {
  float: left;
  width: 35%;
  padding: 8px 15px;
  font-family: roboto;
  line-height: 1.1; }

.input-row input {
  float: right;
  width: 65%;
  padding-left: 0;
  margin-bottom: 0;
  border: 0; }

.segmented-control {
  font-size: 14px;
  font-weight: 300;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%; }
  .segmented-control .control-item {
    line-height: 1;
    color: #686868;
    text-align: center;
    padding: 15px;
    vertical-align: bottom;
    border-bottom: 4px solid #fff;
    min-width: 90px;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .segmented-control .control-item.active {
      border-bottom: 4px solid #EE0033;
      color: #EE0033;
      font-weight: 600; }

.segmented-control-primary {
  border-color: #EE0033; }
  .segmented-control-primary .control-item {
    color: #EE0033;
    border-color: inherit; }
    .segmented-control-primary .control-item:active {
      background-color: #50f0ff; }
    .segmented-control-primary .control-item.active {
      color: #fff;
      background-color: #EE0033; }

.segmented-control-positive {
  border-color: #ff7000; }
  .segmented-control-positive .control-item {
    color: #ff7000;
    border-color: inherit; }
    .segmented-control-positive .control-item:active {
      background-color: #ffd4b3; }
    .segmented-control-positive .control-item.active {
      color: #fff;
      background-color: #ff7000; }

.segmented-control-negative {
  border-color: #b8b8b8; }
  .segmented-control-negative .control-item {
    color: #b8b8b8;
    border-color: inherit; }
    .segmented-control-negative .control-item:active {
      background-color: white; }
    .segmented-control-negative .control-item.active {
      color: #fff;
      background-color: #b8b8b8; }

.control-content {
  display: none; }
  .control-content.active {
    display: block; }

.popover {
  position: absolute;
  top: 55px;
  z-index: 20;
  display: none;
  width: 250px;
  background-color: #fff;
  border-radius: 6px;
  opacity: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -15px, 0);
  -ms-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0); }
  .popover:before {
    position: absolute;
    top: -15px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -15px;
    content: '';
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent; }
  .popover.visible {
    opacity: 1; }
  .popover .bar ~ .table-view {
    padding-top: 75px; }

.backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  background-color: rgba(0, 0, 0, 0.5); }

.popover .btn-block {
  margin-bottom: 5px; }
  .popover .btn-block:last-child {
    margin-bottom: 0; }

.popover .bar-nav {
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.popover .table-view {
  max-height: 300px;
  margin-bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  border-top: 0;
  border-bottom: 0;
  border-radius: 6px; }

.modal {
  position: fixed;
  top: 0;
  z-index: 11;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: -webkit-transform .25s, opacity 1ms .25s;
  -webkit-transition: opacity 1ms .25s, -webkit-transform .25s;
  transition: opacity 1ms .25s, -webkit-transform .25s;
  -o-transition: transform .25s, opacity 1ms .25s;
  transition: transform .25s, opacity 1ms .25s;
  transition: transform .25s, opacity 1ms .25s, -webkit-transform .25s;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }
  .modal.active {
    height: 100%;
    opacity: 1;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .modal.no-animation, .modal.no-animation.active {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }

.slider {
  width: 100%; }

.slider {
  overflow: hidden; }
  .slider .slide-group {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    -webkit-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear; }
    .slider .slide-group .slide {
      display: inline-block;
      width: 100%;
      height: 100%;
      font-size: 14px;
      vertical-align: top; }

.toggle {
  position: relative;
  display: block;
  width: 74px;
  height: 30px;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 20px;
  -webkit-transition-property: background-color, border;
  -o-transition-property: background-color, border;
  transition-property: background-color, border;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s; }
  .toggle .toggle-handle {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 2;
    width: 28px;
    height: 28px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 100px;
    -webkit-transition-property: -webkit-transform, border, width;
    -webkit-transition-property: border, width, -webkit-transform;
    transition-property: border, width, -webkit-transform;
    -o-transition-property: transform, border, width;
    transition-property: transform, border, width;
    transition-property: transform, border, width, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .toggle:before {
    position: absolute;
    top: 3px;
    right: 11px;
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
    content: "Off"; }
  .toggle.active {
    background-color: #ff7000;
    border: 2px solid #ff7000; }
    .toggle.active .toggle-handle {
      border-color: #ff7000;
      -webkit-transform: translate3d(44px, 0, 0);
      -ms-transform: translate3d(44px, 0, 0);
      transform: translate3d(44px, 0, 0); }
    .toggle.active:before {
      right: auto;
      left: 15px;
      color: #fff;
      content: "On"; }
  .toggle input[type="checkbox"] {
    display: none; }

.content.fade {
  left: 0;
  opacity: 0; }
  .content.fade.in {
    opacity: 1; }

.content.sliding {
  z-index: 2;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .content.sliding.left {
    z-index: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .content.sliding.right {
    z-index: 3;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

.navigate-left:after,
.navigate-right:after,
.push-left:after,
.push-right:after {
  position: absolute;
  top: 50%;
  display: inline-block;
  font-family: Ratchicons;
  font-size: inherit;
  line-height: 1;
  color: #bbb;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.navigate-left:after,
.push-left:after {
  left: 15px;
  content: '\e822'; }

.navigate-right:after,
.push-right:after {
  right: 15px;
  content: '\e826'; }

@font-face {
  font-family: Ratchicons;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/ratchet/ratchicons.eot");
  src: url("../fonts/ratchet/ratchicons.eot?#iefix") format("embedded-opentype"), url("../fonts/ratchet/ratchicons.woff") format("woff"), url("../fonts/ratchet/ratchicons.ttf") format("truetype"), url("../fonts/ratchet/ratchicons.svg#svgFontName") format("svg"); }

.icon {
  display: inline-block;
  font-family: Ratchicons;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
  -webkit-font-smoothing: antialiased; }

.icon-back:before {
  content: '\e80a'; }

.icon-bars:before {
  content: '\e80e'; }

.icon-caret:before {
  content: '\e80f'; }

.icon-check:before {
  content: '\e810'; }

.icon-close:before {
  content: '\e811'; }

.icon-code:before {
  content: '\e812'; }

.icon-compose:before {
  content: '\e813'; }

.icon-download:before {
  content: '\e815'; }

.icon-edit:before {
  content: '\e829'; }

.icon-forward:before {
  content: '\e82a'; }

.icon-gear:before {
  content: '\e821'; }

.icon-home:before {
  content: '\e82b'; }

.icon-info:before {
  content: '\e82c'; }

.icon-list:before {
  content: '\e823'; }

.icon-more-vertical:before {
  content: '\e82e'; }

.icon-more:before {
  content: '\e82f'; }

.icon-pages:before {
  content: '\e824'; }

.icon-pause:before {
  content: '\e830'; }

.icon-person:before {
  content: '\e832'; }

.icon-play:before {
  content: '\e816'; }

.icon-plus:before {
  content: '\e817'; }

.icon-refresh:before {
  content: '\e825'; }

.icon-search:before {
  content: '\e819'; }

.icon-share:before {
  content: '\e81a'; }

.icon-sound:before {
  content: '\e827'; }

.icon-sound2:before {
  content: '\e828'; }

.icon-sound3:before {
  content: '\e80b'; }

.icon-sound4:before {
  content: '\e80c'; }

.icon-star-filled:before {
  content: '\e81b'; }

.icon-star:before {
  content: '\e81c'; }

.icon-stop:before {
  content: '\e81d'; }

.icon-trash:before {
  content: '\e81e'; }

.icon-up-nav:before {
  content: '\e81f'; }

.icon-up:before {
  content: '\e80d'; }

.icon-right-nav:before {
  content: '\e818'; }

.icon-right:before {
  content: '\e826'; }

.icon-down-nav:before {
  content: '\e814'; }

.icon-down:before {
  content: '\e820'; }

.icon-left-nav:before {
  content: '\e82d'; }

.icon-left:before {
  content: '\e822'; }

/* ==========================================================================
    GRIDLEX
    Just a Flexbox Grid System - v. 2.4.1
========================================================================== */
[class~="grid"],
[class*="grid-"],
[class*="grid_"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -0.5rem; }

[class~="col"],
[class*="col-"],
[class*="col_"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.5rem 1rem;
  max-width: 100%; }

[class~="col"],
[class*="col_"] {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%; }

[class*="col-"] {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

[class~="grid"][class~="col"],
[class~="grid"][class*="col-"],
[class~="grid"][class*="col_"],
[class*="grid-"][class~="col"],
[class*="grid-"][class*="col-"],
[class*="grid-"][class*="col_"],
[class*="grid_"][class~="col"],
[class*="grid_"][class*="col-"],
[class*="grid_"][class*="col_"] {
  margin: 0;
  padding: 0; }

/************************
    HELPERS SUFFIXES
*************************/
[class*="grid-"][class*="-noGutter"] {
  margin: 0; }
  [class*="grid-"][class*="-noGutter"] > [class~="col"],
  [class*="grid-"][class*="-noGutter"] > [class*="col-"] {
    padding: 0; }

[class*="grid-"][class*="-noWrap"] {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

[class*="grid-"][class*="-center"] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

[class*="grid-"][class*="-right"] {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-left: auto; }

[class*="grid-"][class*="-top"] {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

[class*="grid-"][class*="-middle"] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

[class*="grid-"][class*="-bottom"] {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

[class*="grid-"][class*="-reverse"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

[class*="grid-"][class*="-column"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  [class*="grid-"][class*="-column"] > [class*="col-"] {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

[class*="grid-"][class*="-column-reverse"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

[class*="grid-"][class*="-spaceBetween"] {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

[class*="grid-"][class*="-spaceAround"] {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

[class*="grid-"][class*="-equalHeight"] > [class~="col"],
[class*="grid-"][class*="-equalHeight"] > [class*="col-"],
[class*="grid-"][class*="-equalHeight"] > [class*="col_"] {
  -ms-flex-item-align: stretch;
  align-self: stretch; }
  [class*="grid-"][class*="-equalHeight"] > [class~="col"] > *,
  [class*="grid-"][class*="-equalHeight"] > [class*="col-"] > *,
  [class*="grid-"][class*="-equalHeight"] > [class*="col_"] > * {
    height: 100%; }

[class*="grid-"][class*="-noBottom"] > [class~="col"],
[class*="grid-"][class*="-noBottom"] > [class*="col-"],
[class*="grid-"][class*="-noBottom"] > [class*="col_"] {
  padding-bottom: 0; }

[class*="col-"][class*="-top"] {
  -ms-flex-item-align: start;
  align-self: flex-start; }

[class*="col-"][class*="-middle"] {
  -ms-flex-item-align: center;
  align-self: center; }

[class*="col-"][class*="-bottom"] {
  -ms-flex-item-align: end;
  align-self: flex-end; }

[class*="col-"][class*="-first"] {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

[class*="col-"][class*="-last"] {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

/************************
    GRID BY NUMBER
*************************/
[class*="grid-1"] > [class~="col"],
[class*="grid-1"] > [class*="col-"],
[class*="grid-1"] > [class*="col_"] {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

[class*="grid-2"] > [class~="col"],
[class*="grid-2"] > [class*="col-"],
[class*="grid-2"] > [class*="col_"] {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

[class*="grid-3"] > [class~="col"],
[class*="grid-3"] > [class*="col-"],
[class*="grid-3"] > [class*="col_"] {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

[class*="grid-4"] > [class~="col"],
[class*="grid-4"] > [class*="col-"],
[class*="grid-4"] > [class*="col_"] {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

[class*="grid-5"] > [class~="col"],
[class*="grid-5"] > [class*="col-"],
[class*="grid-5"] > [class*="col_"] {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%; }

[class*="grid-6"] > [class~="col"],
[class*="grid-6"] > [class*="col-"],
[class*="grid-6"] > [class*="col_"] {
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

[class*="grid-7"] > [class~="col"],
[class*="grid-7"] > [class*="col-"],
[class*="grid-7"] > [class*="col_"] {
  -ms-flex-preferred-size: 14.28571%;
  flex-basis: 14.28571%;
  max-width: 14.28571%; }

[class*="grid-8"] > [class~="col"],
[class*="grid-8"] > [class*="col-"],
[class*="grid-8"] > [class*="col_"] {
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
  max-width: 12.5%; }

[class*="grid-9"] > [class~="col"],
[class*="grid-9"] > [class*="col-"],
[class*="grid-9"] > [class*="col_"] {
  -ms-flex-preferred-size: 11.11111%;
  flex-basis: 11.11111%;
  max-width: 11.11111%; }

[class*="grid-10"] > [class~="col"],
[class*="grid-10"] > [class*="col-"],
[class*="grid-10"] > [class*="col_"] {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  max-width: 10%; }

[class*="grid-11"] > [class~="col"],
[class*="grid-11"] > [class*="col-"] {
  -ms-flex-preferred-size: 9.09091%;
  flex-basis: 9.09091%;
  max-width: 9.09091%; }

[class*="grid-12"] > [class~="col"],
[class*="grid-12"] > [class*="col-"],
[class*="grid-12"] > [class*="col_"] {
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

@media screen and (max-width: 80em) {
  [class*="_lg-1"] > [class~="col"],
  [class*="_lg-1"] > [class*="col-"],
  [class*="_lg-1"] > [class*="col_"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  [class*="_lg-2"] > [class~="col"],
  [class*="_lg-2"] > [class*="col-"],
  [class*="_lg-2"] > [class*="col_"] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  [class*="_lg-3"] > [class~="col"],
  [class*="_lg-3"] > [class*="col-"],
  [class*="_lg-3"] > [class*="col_"] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class*="_lg-4"] > [class~="col"],
  [class*="_lg-4"] > [class*="col-"],
  [class*="_lg-4"] > [class*="col_"] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  [class*="_lg-5"] > [class~="col"],
  [class*="_lg-5"] > [class*="col-"],
  [class*="_lg-5"] > [class*="col_"] {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  [class*="_lg-6"] > [class~="col"],
  [class*="_lg-6"] > [class*="col-"],
  [class*="_lg-6"] > [class*="col_"] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class*="_lg-7"] > [class~="col"],
  [class*="_lg-7"] > [class*="col-"],
  [class*="_lg-7"] > [class*="col_"] {
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [class*="_lg-8"] > [class~="col"],
  [class*="_lg-8"] > [class*="col-"],
  [class*="_lg-8"] > [class*="col_"] {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%; }
  [class*="_lg-9"] > [class~="col"],
  [class*="_lg-9"] > [class*="col-"],
  [class*="_lg-9"] > [class*="col_"] {
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [class*="_lg-10"] > [class~="col"],
  [class*="_lg-10"] > [class*="col-"],
  [class*="_lg-10"] > [class*="col_"] {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%; }
  [class*="_lg-11"] > [class~="col"],
  [class*="_lg-11"] > [class*="col-"] {
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [class*="_lg-12"] > [class~="col"],
  [class*="_lg-12"] > [class*="col-"],
  [class*="_lg-12"] > [class*="col_"] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; } }

@media screen and (max-width: 64em) {
  [class*="_md-1"] > [class~="col"],
  [class*="_md-1"] > [class*="col-"],
  [class*="_md-1"] > [class*="col_"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  [class*="_md-2"] > [class~="col"],
  [class*="_md-2"] > [class*="col-"],
  [class*="_md-2"] > [class*="col_"] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  [class*="_md-3"] > [class~="col"],
  [class*="_md-3"] > [class*="col-"],
  [class*="_md-3"] > [class*="col_"] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class*="_md-4"] > [class~="col"],
  [class*="_md-4"] > [class*="col-"],
  [class*="_md-4"] > [class*="col_"] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  [class*="_md-5"] > [class~="col"],
  [class*="_md-5"] > [class*="col-"],
  [class*="_md-5"] > [class*="col_"] {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  [class*="_md-6"] > [class~="col"],
  [class*="_md-6"] > [class*="col-"],
  [class*="_md-6"] > [class*="col_"] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class*="_md-7"] > [class~="col"],
  [class*="_md-7"] > [class*="col-"],
  [class*="_md-7"] > [class*="col_"] {
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [class*="_md-8"] > [class~="col"],
  [class*="_md-8"] > [class*="col-"],
  [class*="_md-8"] > [class*="col_"] {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%; }
  [class*="_md-9"] > [class~="col"],
  [class*="_md-9"] > [class*="col-"],
  [class*="_md-9"] > [class*="col_"] {
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [class*="_md-10"] > [class~="col"],
  [class*="_md-10"] > [class*="col-"],
  [class*="_md-10"] > [class*="col_"] {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%; }
  [class*="_md-11"] > [class~="col"],
  [class*="_md-11"] > [class*="col-"] {
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [class*="_md-12"] > [class~="col"],
  [class*="_md-12"] > [class*="col-"],
  [class*="_md-12"] > [class*="col_"] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; } }

@media screen and (max-width: 48em) {
  [class*="_sm-1"] > [class~="col"],
  [class*="_sm-1"] > [class*="col-"],
  [class*="_sm-1"] > [class*="col_"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  [class*="_sm-2"] > [class~="col"],
  [class*="_sm-2"] > [class*="col-"],
  [class*="_sm-2"] > [class*="col_"] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  [class*="_sm-3"] > [class~="col"],
  [class*="_sm-3"] > [class*="col-"],
  [class*="_sm-3"] > [class*="col_"] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class*="_sm-4"] > [class~="col"],
  [class*="_sm-4"] > [class*="col-"],
  [class*="_sm-4"] > [class*="col_"] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  [class*="_sm-5"] > [class~="col"],
  [class*="_sm-5"] > [class*="col-"],
  [class*="_sm-5"] > [class*="col_"] {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  [class*="_sm-6"] > [class~="col"],
  [class*="_sm-6"] > [class*="col-"],
  [class*="_sm-6"] > [class*="col_"] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class*="_sm-7"] > [class~="col"],
  [class*="_sm-7"] > [class*="col-"],
  [class*="_sm-7"] > [class*="col_"] {
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [class*="_sm-8"] > [class~="col"],
  [class*="_sm-8"] > [class*="col-"],
  [class*="_sm-8"] > [class*="col_"] {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%; }
  [class*="_sm-9"] > [class~="col"],
  [class*="_sm-9"] > [class*="col-"],
  [class*="_sm-9"] > [class*="col_"] {
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [class*="_sm-10"] > [class~="col"],
  [class*="_sm-10"] > [class*="col-"],
  [class*="_sm-10"] > [class*="col_"] {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%; }
  [class*="_sm-11"] > [class~="col"],
  [class*="_sm-11"] > [class*="col-"] {
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [class*="_sm-12"] > [class~="col"],
  [class*="_sm-12"] > [class*="col-"],
  [class*="_sm-12"] > [class*="col_"] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; } }

@media screen and (max-width: 35.5em) {
  [class*="_xs-1"] > [class~="col"],
  [class*="_xs-1"] > [class*="col-"],
  [class*="_xs-1"] > [class*="col_"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  [class*="_xs-2"] > [class~="col"],
  [class*="_xs-2"] > [class*="col-"],
  [class*="_xs-2"] > [class*="col_"] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  [class*="_xs-3"] > [class~="col"],
  [class*="_xs-3"] > [class*="col-"],
  [class*="_xs-3"] > [class*="col_"] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class*="_xs-4"] > [class~="col"],
  [class*="_xs-4"] > [class*="col-"],
  [class*="_xs-4"] > [class*="col_"] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  [class*="_xs-5"] > [class~="col"],
  [class*="_xs-5"] > [class*="col-"],
  [class*="_xs-5"] > [class*="col_"] {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  [class*="_xs-6"] > [class~="col"],
  [class*="_xs-6"] > [class*="col-"],
  [class*="_xs-6"] > [class*="col_"] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class*="_xs-7"] > [class~="col"],
  [class*="_xs-7"] > [class*="col-"],
  [class*="_xs-7"] > [class*="col_"] {
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [class*="_xs-8"] > [class~="col"],
  [class*="_xs-8"] > [class*="col-"],
  [class*="_xs-8"] > [class*="col_"] {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%; }
  [class*="_xs-9"] > [class~="col"],
  [class*="_xs-9"] > [class*="col-"],
  [class*="_xs-9"] > [class*="col_"] {
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [class*="_xs-10"] > [class~="col"],
  [class*="_xs-10"] > [class*="col-"],
  [class*="_xs-10"] > [class*="col_"] {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%; }
  [class*="_xs-11"] > [class~="col"],
  [class*="_xs-11"] > [class*="col-"] {
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [class*="_xs-12"] > [class~="col"],
  [class*="_xs-12"] > [class*="col-"],
  [class*="_xs-12"] > [class*="col_"] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; } }

/************************
    COLS SIZES
*************************/
[class~="grid"] > [class*="col-1"],
[class*="grid-"] > [class*="col-1"],
[class*="grid_"] > [class*="col-1"] {
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

[class~="grid"] > [class*="col-2"],
[class*="grid-"] > [class*="col-2"],
[class*="grid_"] > [class*="col-2"] {
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

[class~="grid"] > [class*="col-3"],
[class*="grid-"] > [class*="col-3"],
[class*="grid_"] > [class*="col-3"] {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

[class~="grid"] > [class*="col-4"],
[class*="grid-"] > [class*="col-4"],
[class*="grid_"] > [class*="col-4"] {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

[class~="grid"] > [class*="col-5"],
[class*="grid-"] > [class*="col-5"],
[class*="grid_"] > [class*="col-5"] {
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

[class~="grid"] > [class*="col-6"],
[class*="grid-"] > [class*="col-6"],
[class*="grid_"] > [class*="col-6"] {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

[class~="grid"] > [class*="col-7"],
[class*="grid-"] > [class*="col-7"],
[class*="grid_"] > [class*="col-7"] {
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

[class~="grid"] > [class*="col-8"],
[class*="grid-"] > [class*="col-8"],
[class*="grid_"] > [class*="col-8"] {
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

[class~="grid"] > [class*="col-9"],
[class*="grid-"] > [class*="col-9"],
[class*="grid_"] > [class*="col-9"] {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

[class~="grid"] > [class*="col-10"],
[class*="grid-"] > [class*="col-10"],
[class*="grid_"] > [class*="col-10"] {
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

[class~="grid"] > [class*="col-11"],
[class*="grid-"] > [class*="col-11"],
[class*="grid_"] > [class*="col-11"] {
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%; }

[class~="grid"] > [class*="col-12"],
[class*="grid-"] > [class*="col-12"],
[class*="grid_"] > [class*="col-12"] {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

[class~="grid"] > [data-push-left*="off-0"],
[class*="grid-"] > [data-push-left*="off-0"],
[class*="grid_"] > [data-push-left*="off-0"] {
  margin-left: 0; }

[class~="grid"] > [data-push-left*="off-1"],
[class*="grid-"] > [data-push-left*="off-1"],
[class*="grid_"] > [data-push-left*="off-1"] {
  margin-left: 8.33333%; }

[class~="grid"] > [data-push-left*="off-2"],
[class*="grid-"] > [data-push-left*="off-2"],
[class*="grid_"] > [data-push-left*="off-2"] {
  margin-left: 16.66667%; }

[class~="grid"] > [data-push-left*="off-3"],
[class*="grid-"] > [data-push-left*="off-3"],
[class*="grid_"] > [data-push-left*="off-3"] {
  margin-left: 25%; }

[class~="grid"] > [data-push-left*="off-4"],
[class*="grid-"] > [data-push-left*="off-4"],
[class*="grid_"] > [data-push-left*="off-4"] {
  margin-left: 33.33333%; }

[class~="grid"] > [data-push-left*="off-5"],
[class*="grid-"] > [data-push-left*="off-5"],
[class*="grid_"] > [data-push-left*="off-5"] {
  margin-left: 41.66667%; }

[class~="grid"] > [data-push-left*="off-6"],
[class*="grid-"] > [data-push-left*="off-6"],
[class*="grid_"] > [data-push-left*="off-6"] {
  margin-left: 50%; }

[class~="grid"] > [data-push-left*="off-7"],
[class*="grid-"] > [data-push-left*="off-7"],
[class*="grid_"] > [data-push-left*="off-7"] {
  margin-left: 58.33333%; }

[class~="grid"] > [data-push-left*="off-8"],
[class*="grid-"] > [data-push-left*="off-8"],
[class*="grid_"] > [data-push-left*="off-8"] {
  margin-left: 66.66667%; }

[class~="grid"] > [data-push-left*="off-9"],
[class*="grid-"] > [data-push-left*="off-9"],
[class*="grid_"] > [data-push-left*="off-9"] {
  margin-left: 75%; }

[class~="grid"] > [data-push-left*="off-10"],
[class*="grid-"] > [data-push-left*="off-10"],
[class*="grid_"] > [data-push-left*="off-10"] {
  margin-left: 83.33333%; }

[class~="grid"] > [data-push-left*="off-11"],
[class*="grid-"] > [data-push-left*="off-11"],
[class*="grid_"] > [data-push-left*="off-11"] {
  margin-left: 91.66667%; }

[class~="grid"] > [data-push-right*="off-0"],
[class*="grid-"] > [data-push-right*="off-0"],
[class*="grid_"] > [data-push-right*="off-0"] {
  margin-right: 0; }

[class~="grid"] > [data-push-right*="off-1"],
[class*="grid-"] > [data-push-right*="off-1"],
[class*="grid_"] > [data-push-right*="off-1"] {
  margin-right: 8.33333%; }

[class~="grid"] > [data-push-right*="off-2"],
[class*="grid-"] > [data-push-right*="off-2"],
[class*="grid_"] > [data-push-right*="off-2"] {
  margin-right: 16.66667%; }

[class~="grid"] > [data-push-right*="off-3"],
[class*="grid-"] > [data-push-right*="off-3"],
[class*="grid_"] > [data-push-right*="off-3"] {
  margin-right: 25%; }

[class~="grid"] > [data-push-right*="off-4"],
[class*="grid-"] > [data-push-right*="off-4"],
[class*="grid_"] > [data-push-right*="off-4"] {
  margin-right: 33.33333%; }

[class~="grid"] > [data-push-right*="off-5"],
[class*="grid-"] > [data-push-right*="off-5"],
[class*="grid_"] > [data-push-right*="off-5"] {
  margin-right: 41.66667%; }

[class~="grid"] > [data-push-right*="off-6"],
[class*="grid-"] > [data-push-right*="off-6"],
[class*="grid_"] > [data-push-right*="off-6"] {
  margin-right: 50%; }

[class~="grid"] > [data-push-right*="off-7"],
[class*="grid-"] > [data-push-right*="off-7"],
[class*="grid_"] > [data-push-right*="off-7"] {
  margin-right: 58.33333%; }

[class~="grid"] > [data-push-right*="off-8"],
[class*="grid-"] > [data-push-right*="off-8"],
[class*="grid_"] > [data-push-right*="off-8"] {
  margin-right: 66.66667%; }

[class~="grid"] > [data-push-right*="off-9"],
[class*="grid-"] > [data-push-right*="off-9"],
[class*="grid_"] > [data-push-right*="off-9"] {
  margin-right: 75%; }

[class~="grid"] > [data-push-right*="off-10"],
[class*="grid-"] > [data-push-right*="off-10"],
[class*="grid_"] > [data-push-right*="off-10"] {
  margin-right: 83.33333%; }

[class~="grid"] > [data-push-right*="off-11"],
[class*="grid-"] > [data-push-right*="off-11"],
[class*="grid_"] > [data-push-right*="off-11"] {
  margin-right: 91.66667%; }

@media screen and (max-width: 80em) {
  [class~="grid"] > [class*="_lg-1"],
  [class*="grid-"] > [class*="_lg-1"],
  [class*="grid_"] > [class*="_lg-1"] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [class~="grid"] > [class*="_lg-2"],
  [class*="grid-"] > [class*="_lg-2"],
  [class*="grid_"] > [class*="_lg-2"] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class~="grid"] > [class*="_lg-3"],
  [class*="grid-"] > [class*="_lg-3"],
  [class*="grid_"] > [class*="_lg-3"] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  [class~="grid"] > [class*="_lg-4"],
  [class*="grid-"] > [class*="_lg-4"],
  [class*="grid_"] > [class*="_lg-4"] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class~="grid"] > [class*="_lg-5"],
  [class*="grid-"] > [class*="_lg-5"],
  [class*="grid_"] > [class*="_lg-5"] {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [class~="grid"] > [class*="_lg-6"],
  [class*="grid-"] > [class*="_lg-6"],
  [class*="grid_"] > [class*="_lg-6"] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  [class~="grid"] > [class*="_lg-7"],
  [class*="grid-"] > [class*="_lg-7"],
  [class*="grid_"] > [class*="_lg-7"] {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [class~="grid"] > [class*="_lg-8"],
  [class*="grid-"] > [class*="_lg-8"],
  [class*="grid_"] > [class*="_lg-8"] {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [class~="grid"] > [class*="_lg-9"],
  [class*="grid-"] > [class*="_lg-9"],
  [class*="grid_"] > [class*="_lg-9"] {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  [class~="grid"] > [class*="_lg-10"],
  [class*="grid-"] > [class*="_lg-10"],
  [class*="grid_"] > [class*="_lg-10"] {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [class~="grid"] > [class*="_lg-11"],
  [class*="grid-"] > [class*="_lg-11"],
  [class*="grid_"] > [class*="_lg-11"] {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [class~="grid"] > [class*="_lg-12"],
  [class*="grid-"] > [class*="_lg-12"],
  [class*="grid_"] > [class*="_lg-12"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  [class~="grid"] > [data-push-left*="_lg-0"],
  [class*="grid-"] > [data-push-left*="_lg-0"],
  [class*="grid_"] > [data-push-left*="_lg-0"] {
    margin-left: 0; }
  [class~="grid"] > [data-push-left*="_lg-1"],
  [class*="grid-"] > [data-push-left*="_lg-1"],
  [class*="grid_"] > [data-push-left*="_lg-1"] {
    margin-left: 8.33333%; }
  [class~="grid"] > [data-push-left*="_lg-2"],
  [class*="grid-"] > [data-push-left*="_lg-2"],
  [class*="grid_"] > [data-push-left*="_lg-2"] {
    margin-left: 16.66667%; }
  [class~="grid"] > [data-push-left*="_lg-3"],
  [class*="grid-"] > [data-push-left*="_lg-3"],
  [class*="grid_"] > [data-push-left*="_lg-3"] {
    margin-left: 25%; }
  [class~="grid"] > [data-push-left*="_lg-4"],
  [class*="grid-"] > [data-push-left*="_lg-4"],
  [class*="grid_"] > [data-push-left*="_lg-4"] {
    margin-left: 33.33333%; }
  [class~="grid"] > [data-push-left*="_lg-5"],
  [class*="grid-"] > [data-push-left*="_lg-5"],
  [class*="grid_"] > [data-push-left*="_lg-5"] {
    margin-left: 41.66667%; }
  [class~="grid"] > [data-push-left*="_lg-6"],
  [class*="grid-"] > [data-push-left*="_lg-6"],
  [class*="grid_"] > [data-push-left*="_lg-6"] {
    margin-left: 50%; }
  [class~="grid"] > [data-push-left*="_lg-7"],
  [class*="grid-"] > [data-push-left*="_lg-7"],
  [class*="grid_"] > [data-push-left*="_lg-7"] {
    margin-left: 58.33333%; }
  [class~="grid"] > [data-push-left*="_lg-8"],
  [class*="grid-"] > [data-push-left*="_lg-8"],
  [class*="grid_"] > [data-push-left*="_lg-8"] {
    margin-left: 66.66667%; }
  [class~="grid"] > [data-push-left*="_lg-9"],
  [class*="grid-"] > [data-push-left*="_lg-9"],
  [class*="grid_"] > [data-push-left*="_lg-9"] {
    margin-left: 75%; }
  [class~="grid"] > [data-push-left*="_lg-10"],
  [class*="grid-"] > [data-push-left*="_lg-10"],
  [class*="grid_"] > [data-push-left*="_lg-10"] {
    margin-left: 83.33333%; }
  [class~="grid"] > [data-push-left*="_lg-11"],
  [class*="grid-"] > [data-push-left*="_lg-11"],
  [class*="grid_"] > [data-push-left*="_lg-11"] {
    margin-left: 91.66667%; }
  [class~="grid"] > [data-push-right*="_lg-0"],
  [class*="grid-"] > [data-push-right*="_lg-0"],
  [class*="grid_"] > [data-push-right*="_lg-0"] {
    margin-right: 0; }
  [class~="grid"] > [data-push-right*="_lg-1"],
  [class*="grid-"] > [data-push-right*="_lg-1"],
  [class*="grid_"] > [data-push-right*="_lg-1"] {
    margin-right: 8.33333%; }
  [class~="grid"] > [data-push-right*="_lg-2"],
  [class*="grid-"] > [data-push-right*="_lg-2"],
  [class*="grid_"] > [data-push-right*="_lg-2"] {
    margin-right: 16.66667%; }
  [class~="grid"] > [data-push-right*="_lg-3"],
  [class*="grid-"] > [data-push-right*="_lg-3"],
  [class*="grid_"] > [data-push-right*="_lg-3"] {
    margin-right: 25%; }
  [class~="grid"] > [data-push-right*="_lg-4"],
  [class*="grid-"] > [data-push-right*="_lg-4"],
  [class*="grid_"] > [data-push-right*="_lg-4"] {
    margin-right: 33.33333%; }
  [class~="grid"] > [data-push-right*="_lg-5"],
  [class*="grid-"] > [data-push-right*="_lg-5"],
  [class*="grid_"] > [data-push-right*="_lg-5"] {
    margin-right: 41.66667%; }
  [class~="grid"] > [data-push-right*="_lg-6"],
  [class*="grid-"] > [data-push-right*="_lg-6"],
  [class*="grid_"] > [data-push-right*="_lg-6"] {
    margin-right: 50%; }
  [class~="grid"] > [data-push-right*="_lg-7"],
  [class*="grid-"] > [data-push-right*="_lg-7"],
  [class*="grid_"] > [data-push-right*="_lg-7"] {
    margin-right: 58.33333%; }
  [class~="grid"] > [data-push-right*="_lg-8"],
  [class*="grid-"] > [data-push-right*="_lg-8"],
  [class*="grid_"] > [data-push-right*="_lg-8"] {
    margin-right: 66.66667%; }
  [class~="grid"] > [data-push-right*="_lg-9"],
  [class*="grid-"] > [data-push-right*="_lg-9"],
  [class*="grid_"] > [data-push-right*="_lg-9"] {
    margin-right: 75%; }
  [class~="grid"] > [data-push-right*="_lg-10"],
  [class*="grid-"] > [data-push-right*="_lg-10"],
  [class*="grid_"] > [data-push-right*="_lg-10"] {
    margin-right: 83.33333%; }
  [class~="grid"] > [data-push-right*="_lg-11"],
  [class*="grid-"] > [data-push-right*="_lg-11"],
  [class*="grid_"] > [data-push-right*="_lg-11"] {
    margin-right: 91.66667%; }
  [class~="grid"] [class*="_lg-first"],
  [class*="grid-"] [class*="_lg-first"],
  [class*="grid_"] [class*="_lg-first"] {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  [class~="grid"] [class*="_lg-last"],
  [class*="grid-"] [class*="_lg-last"],
  [class*="grid_"] [class*="_lg-last"] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media screen and (max-width: 64em) {
  [class~="grid"] > [class*="_md-1"],
  [class*="grid-"] > [class*="_md-1"],
  [class*="grid_"] > [class*="_md-1"] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [class~="grid"] > [class*="_md-2"],
  [class*="grid-"] > [class*="_md-2"],
  [class*="grid_"] > [class*="_md-2"] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class~="grid"] > [class*="_md-3"],
  [class*="grid-"] > [class*="_md-3"],
  [class*="grid_"] > [class*="_md-3"] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  [class~="grid"] > [class*="_md-4"],
  [class*="grid-"] > [class*="_md-4"],
  [class*="grid_"] > [class*="_md-4"] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class~="grid"] > [class*="_md-5"],
  [class*="grid-"] > [class*="_md-5"],
  [class*="grid_"] > [class*="_md-5"] {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [class~="grid"] > [class*="_md-6"],
  [class*="grid-"] > [class*="_md-6"],
  [class*="grid_"] > [class*="_md-6"] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  [class~="grid"] > [class*="_md-7"],
  [class*="grid-"] > [class*="_md-7"],
  [class*="grid_"] > [class*="_md-7"] {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [class~="grid"] > [class*="_md-8"],
  [class*="grid-"] > [class*="_md-8"],
  [class*="grid_"] > [class*="_md-8"] {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [class~="grid"] > [class*="_md-9"],
  [class*="grid-"] > [class*="_md-9"],
  [class*="grid_"] > [class*="_md-9"] {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  [class~="grid"] > [class*="_md-10"],
  [class*="grid-"] > [class*="_md-10"],
  [class*="grid_"] > [class*="_md-10"] {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [class~="grid"] > [class*="_md-11"],
  [class*="grid-"] > [class*="_md-11"],
  [class*="grid_"] > [class*="_md-11"] {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [class~="grid"] > [class*="_md-12"],
  [class*="grid-"] > [class*="_md-12"],
  [class*="grid_"] > [class*="_md-12"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  [class~="grid"] > [data-push-left*="_md-0"],
  [class*="grid-"] > [data-push-left*="_md-0"],
  [class*="grid_"] > [data-push-left*="_md-0"] {
    margin-left: 0; }
  [class~="grid"] > [data-push-left*="_md-1"],
  [class*="grid-"] > [data-push-left*="_md-1"],
  [class*="grid_"] > [data-push-left*="_md-1"] {
    margin-left: 8.33333%; }
  [class~="grid"] > [data-push-left*="_md-2"],
  [class*="grid-"] > [data-push-left*="_md-2"],
  [class*="grid_"] > [data-push-left*="_md-2"] {
    margin-left: 16.66667%; }
  [class~="grid"] > [data-push-left*="_md-3"],
  [class*="grid-"] > [data-push-left*="_md-3"],
  [class*="grid_"] > [data-push-left*="_md-3"] {
    margin-left: 25%; }
  [class~="grid"] > [data-push-left*="_md-4"],
  [class*="grid-"] > [data-push-left*="_md-4"],
  [class*="grid_"] > [data-push-left*="_md-4"] {
    margin-left: 33.33333%; }
  [class~="grid"] > [data-push-left*="_md-5"],
  [class*="grid-"] > [data-push-left*="_md-5"],
  [class*="grid_"] > [data-push-left*="_md-5"] {
    margin-left: 41.66667%; }
  [class~="grid"] > [data-push-left*="_md-6"],
  [class*="grid-"] > [data-push-left*="_md-6"],
  [class*="grid_"] > [data-push-left*="_md-6"] {
    margin-left: 50%; }
  [class~="grid"] > [data-push-left*="_md-7"],
  [class*="grid-"] > [data-push-left*="_md-7"],
  [class*="grid_"] > [data-push-left*="_md-7"] {
    margin-left: 58.33333%; }
  [class~="grid"] > [data-push-left*="_md-8"],
  [class*="grid-"] > [data-push-left*="_md-8"],
  [class*="grid_"] > [data-push-left*="_md-8"] {
    margin-left: 66.66667%; }
  [class~="grid"] > [data-push-left*="_md-9"],
  [class*="grid-"] > [data-push-left*="_md-9"],
  [class*="grid_"] > [data-push-left*="_md-9"] {
    margin-left: 75%; }
  [class~="grid"] > [data-push-left*="_md-10"],
  [class*="grid-"] > [data-push-left*="_md-10"],
  [class*="grid_"] > [data-push-left*="_md-10"] {
    margin-left: 83.33333%; }
  [class~="grid"] > [data-push-left*="_md-11"],
  [class*="grid-"] > [data-push-left*="_md-11"],
  [class*="grid_"] > [data-push-left*="_md-11"] {
    margin-left: 91.66667%; }
  [class~="grid"] > [data-push-right*="_md-0"],
  [class*="grid-"] > [data-push-right*="_md-0"],
  [class*="grid_"] > [data-push-right*="_md-0"] {
    margin-right: 0; }
  [class~="grid"] > [data-push-right*="_md-1"],
  [class*="grid-"] > [data-push-right*="_md-1"],
  [class*="grid_"] > [data-push-right*="_md-1"] {
    margin-right: 8.33333%; }
  [class~="grid"] > [data-push-right*="_md-2"],
  [class*="grid-"] > [data-push-right*="_md-2"],
  [class*="grid_"] > [data-push-right*="_md-2"] {
    margin-right: 16.66667%; }
  [class~="grid"] > [data-push-right*="_md-3"],
  [class*="grid-"] > [data-push-right*="_md-3"],
  [class*="grid_"] > [data-push-right*="_md-3"] {
    margin-right: 25%; }
  [class~="grid"] > [data-push-right*="_md-4"],
  [class*="grid-"] > [data-push-right*="_md-4"],
  [class*="grid_"] > [data-push-right*="_md-4"] {
    margin-right: 33.33333%; }
  [class~="grid"] > [data-push-right*="_md-5"],
  [class*="grid-"] > [data-push-right*="_md-5"],
  [class*="grid_"] > [data-push-right*="_md-5"] {
    margin-right: 41.66667%; }
  [class~="grid"] > [data-push-right*="_md-6"],
  [class*="grid-"] > [data-push-right*="_md-6"],
  [class*="grid_"] > [data-push-right*="_md-6"] {
    margin-right: 50%; }
  [class~="grid"] > [data-push-right*="_md-7"],
  [class*="grid-"] > [data-push-right*="_md-7"],
  [class*="grid_"] > [data-push-right*="_md-7"] {
    margin-right: 58.33333%; }
  [class~="grid"] > [data-push-right*="_md-8"],
  [class*="grid-"] > [data-push-right*="_md-8"],
  [class*="grid_"] > [data-push-right*="_md-8"] {
    margin-right: 66.66667%; }
  [class~="grid"] > [data-push-right*="_md-9"],
  [class*="grid-"] > [data-push-right*="_md-9"],
  [class*="grid_"] > [data-push-right*="_md-9"] {
    margin-right: 75%; }
  [class~="grid"] > [data-push-right*="_md-10"],
  [class*="grid-"] > [data-push-right*="_md-10"],
  [class*="grid_"] > [data-push-right*="_md-10"] {
    margin-right: 83.33333%; }
  [class~="grid"] > [data-push-right*="_md-11"],
  [class*="grid-"] > [data-push-right*="_md-11"],
  [class*="grid_"] > [data-push-right*="_md-11"] {
    margin-right: 91.66667%; }
  [class~="grid"] [class*="_md-first"],
  [class*="grid-"] [class*="_md-first"],
  [class*="grid_"] [class*="_md-first"] {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  [class~="grid"] [class*="_md-last"],
  [class*="grid-"] [class*="_md-last"],
  [class*="grid_"] [class*="_md-last"] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media screen and (max-width: 48em) {
  [class~="grid"] > [class*="_sm-1"],
  [class*="grid-"] > [class*="_sm-1"],
  [class*="grid_"] > [class*="_sm-1"] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [class~="grid"] > [class*="_sm-2"],
  [class*="grid-"] > [class*="_sm-2"],
  [class*="grid_"] > [class*="_sm-2"] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class~="grid"] > [class*="_sm-3"],
  [class*="grid-"] > [class*="_sm-3"],
  [class*="grid_"] > [class*="_sm-3"] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  [class~="grid"] > [class*="_sm-4"],
  [class*="grid-"] > [class*="_sm-4"],
  [class*="grid_"] > [class*="_sm-4"] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class~="grid"] > [class*="_sm-5"],
  [class*="grid-"] > [class*="_sm-5"],
  [class*="grid_"] > [class*="_sm-5"] {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [class~="grid"] > [class*="_sm-6"],
  [class*="grid-"] > [class*="_sm-6"],
  [class*="grid_"] > [class*="_sm-6"] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  [class~="grid"] > [class*="_sm-7"],
  [class*="grid-"] > [class*="_sm-7"],
  [class*="grid_"] > [class*="_sm-7"] {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [class~="grid"] > [class*="_sm-8"],
  [class*="grid-"] > [class*="_sm-8"],
  [class*="grid_"] > [class*="_sm-8"] {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [class~="grid"] > [class*="_sm-9"],
  [class*="grid-"] > [class*="_sm-9"],
  [class*="grid_"] > [class*="_sm-9"] {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  [class~="grid"] > [class*="_sm-10"],
  [class*="grid-"] > [class*="_sm-10"],
  [class*="grid_"] > [class*="_sm-10"] {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [class~="grid"] > [class*="_sm-11"],
  [class*="grid-"] > [class*="_sm-11"],
  [class*="grid_"] > [class*="_sm-11"] {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [class~="grid"] > [class*="_sm-12"],
  [class*="grid-"] > [class*="_sm-12"],
  [class*="grid_"] > [class*="_sm-12"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  [class~="grid"] > [data-push-left*="_sm-0"],
  [class*="grid-"] > [data-push-left*="_sm-0"],
  [class*="grid_"] > [data-push-left*="_sm-0"] {
    margin-left: 0; }
  [class~="grid"] > [data-push-left*="_sm-1"],
  [class*="grid-"] > [data-push-left*="_sm-1"],
  [class*="grid_"] > [data-push-left*="_sm-1"] {
    margin-left: 8.33333%; }
  [class~="grid"] > [data-push-left*="_sm-2"],
  [class*="grid-"] > [data-push-left*="_sm-2"],
  [class*="grid_"] > [data-push-left*="_sm-2"] {
    margin-left: 16.66667%; }
  [class~="grid"] > [data-push-left*="_sm-3"],
  [class*="grid-"] > [data-push-left*="_sm-3"],
  [class*="grid_"] > [data-push-left*="_sm-3"] {
    margin-left: 25%; }
  [class~="grid"] > [data-push-left*="_sm-4"],
  [class*="grid-"] > [data-push-left*="_sm-4"],
  [class*="grid_"] > [data-push-left*="_sm-4"] {
    margin-left: 33.33333%; }
  [class~="grid"] > [data-push-left*="_sm-5"],
  [class*="grid-"] > [data-push-left*="_sm-5"],
  [class*="grid_"] > [data-push-left*="_sm-5"] {
    margin-left: 41.66667%; }
  [class~="grid"] > [data-push-left*="_sm-6"],
  [class*="grid-"] > [data-push-left*="_sm-6"],
  [class*="grid_"] > [data-push-left*="_sm-6"] {
    margin-left: 50%; }
  [class~="grid"] > [data-push-left*="_sm-7"],
  [class*="grid-"] > [data-push-left*="_sm-7"],
  [class*="grid_"] > [data-push-left*="_sm-7"] {
    margin-left: 58.33333%; }
  [class~="grid"] > [data-push-left*="_sm-8"],
  [class*="grid-"] > [data-push-left*="_sm-8"],
  [class*="grid_"] > [data-push-left*="_sm-8"] {
    margin-left: 66.66667%; }
  [class~="grid"] > [data-push-left*="_sm-9"],
  [class*="grid-"] > [data-push-left*="_sm-9"],
  [class*="grid_"] > [data-push-left*="_sm-9"] {
    margin-left: 75%; }
  [class~="grid"] > [data-push-left*="_sm-10"],
  [class*="grid-"] > [data-push-left*="_sm-10"],
  [class*="grid_"] > [data-push-left*="_sm-10"] {
    margin-left: 83.33333%; }
  [class~="grid"] > [data-push-left*="_sm-11"],
  [class*="grid-"] > [data-push-left*="_sm-11"],
  [class*="grid_"] > [data-push-left*="_sm-11"] {
    margin-left: 91.66667%; }
  [class~="grid"] > [data-push-right*="_sm-0"],
  [class*="grid-"] > [data-push-right*="_sm-0"],
  [class*="grid_"] > [data-push-right*="_sm-0"] {
    margin-right: 0; }
  [class~="grid"] > [data-push-right*="_sm-1"],
  [class*="grid-"] > [data-push-right*="_sm-1"],
  [class*="grid_"] > [data-push-right*="_sm-1"] {
    margin-right: 8.33333%; }
  [class~="grid"] > [data-push-right*="_sm-2"],
  [class*="grid-"] > [data-push-right*="_sm-2"],
  [class*="grid_"] > [data-push-right*="_sm-2"] {
    margin-right: 16.66667%; }
  [class~="grid"] > [data-push-right*="_sm-3"],
  [class*="grid-"] > [data-push-right*="_sm-3"],
  [class*="grid_"] > [data-push-right*="_sm-3"] {
    margin-right: 25%; }
  [class~="grid"] > [data-push-right*="_sm-4"],
  [class*="grid-"] > [data-push-right*="_sm-4"],
  [class*="grid_"] > [data-push-right*="_sm-4"] {
    margin-right: 33.33333%; }
  [class~="grid"] > [data-push-right*="_sm-5"],
  [class*="grid-"] > [data-push-right*="_sm-5"],
  [class*="grid_"] > [data-push-right*="_sm-5"] {
    margin-right: 41.66667%; }
  [class~="grid"] > [data-push-right*="_sm-6"],
  [class*="grid-"] > [data-push-right*="_sm-6"],
  [class*="grid_"] > [data-push-right*="_sm-6"] {
    margin-right: 50%; }
  [class~="grid"] > [data-push-right*="_sm-7"],
  [class*="grid-"] > [data-push-right*="_sm-7"],
  [class*="grid_"] > [data-push-right*="_sm-7"] {
    margin-right: 58.33333%; }
  [class~="grid"] > [data-push-right*="_sm-8"],
  [class*="grid-"] > [data-push-right*="_sm-8"],
  [class*="grid_"] > [data-push-right*="_sm-8"] {
    margin-right: 66.66667%; }
  [class~="grid"] > [data-push-right*="_sm-9"],
  [class*="grid-"] > [data-push-right*="_sm-9"],
  [class*="grid_"] > [data-push-right*="_sm-9"] {
    margin-right: 75%; }
  [class~="grid"] > [data-push-right*="_sm-10"],
  [class*="grid-"] > [data-push-right*="_sm-10"],
  [class*="grid_"] > [data-push-right*="_sm-10"] {
    margin-right: 83.33333%; }
  [class~="grid"] > [data-push-right*="_sm-11"],
  [class*="grid-"] > [data-push-right*="_sm-11"],
  [class*="grid_"] > [data-push-right*="_sm-11"] {
    margin-right: 91.66667%; }
  [class~="grid"] [class*="_sm-first"],
  [class*="grid-"] [class*="_sm-first"],
  [class*="grid_"] [class*="_sm-first"] {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  [class~="grid"] [class*="_sm-last"],
  [class*="grid-"] [class*="_sm-last"],
  [class*="grid_"] [class*="_sm-last"] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media screen and (max-width: 35.5em) {
  [class~="grid"] > [class*="_xs-1"],
  [class*="grid-"] > [class*="_xs-1"],
  [class*="grid_"] > [class*="_xs-1"] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [class~="grid"] > [class*="_xs-2"],
  [class*="grid-"] > [class*="_xs-2"],
  [class*="grid_"] > [class*="_xs-2"] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class~="grid"] > [class*="_xs-3"],
  [class*="grid-"] > [class*="_xs-3"],
  [class*="grid_"] > [class*="_xs-3"] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  [class~="grid"] > [class*="_xs-4"],
  [class*="grid-"] > [class*="_xs-4"],
  [class*="grid_"] > [class*="_xs-4"] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class~="grid"] > [class*="_xs-5"],
  [class*="grid-"] > [class*="_xs-5"],
  [class*="grid_"] > [class*="_xs-5"] {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [class~="grid"] > [class*="_xs-6"],
  [class*="grid-"] > [class*="_xs-6"],
  [class*="grid_"] > [class*="_xs-6"] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  [class~="grid"] > [class*="_xs-7"],
  [class*="grid-"] > [class*="_xs-7"],
  [class*="grid_"] > [class*="_xs-7"] {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [class~="grid"] > [class*="_xs-8"],
  [class*="grid-"] > [class*="_xs-8"],
  [class*="grid_"] > [class*="_xs-8"] {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [class~="grid"] > [class*="_xs-9"],
  [class*="grid-"] > [class*="_xs-9"],
  [class*="grid_"] > [class*="_xs-9"] {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  [class~="grid"] > [class*="_xs-10"],
  [class*="grid-"] > [class*="_xs-10"],
  [class*="grid_"] > [class*="_xs-10"] {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [class~="grid"] > [class*="_xs-11"],
  [class*="grid-"] > [class*="_xs-11"],
  [class*="grid_"] > [class*="_xs-11"] {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [class~="grid"] > [class*="_xs-12"],
  [class*="grid-"] > [class*="_xs-12"],
  [class*="grid_"] > [class*="_xs-12"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  [class~="grid"] > [data-push-left*="_xs-0"],
  [class*="grid-"] > [data-push-left*="_xs-0"],
  [class*="grid_"] > [data-push-left*="_xs-0"] {
    margin-left: 0; }
  [class~="grid"] > [data-push-left*="_xs-1"],
  [class*="grid-"] > [data-push-left*="_xs-1"],
  [class*="grid_"] > [data-push-left*="_xs-1"] {
    margin-left: 8.33333%; }
  [class~="grid"] > [data-push-left*="_xs-2"],
  [class*="grid-"] > [data-push-left*="_xs-2"],
  [class*="grid_"] > [data-push-left*="_xs-2"] {
    margin-left: 16.66667%; }
  [class~="grid"] > [data-push-left*="_xs-3"],
  [class*="grid-"] > [data-push-left*="_xs-3"],
  [class*="grid_"] > [data-push-left*="_xs-3"] {
    margin-left: 25%; }
  [class~="grid"] > [data-push-left*="_xs-4"],
  [class*="grid-"] > [data-push-left*="_xs-4"],
  [class*="grid_"] > [data-push-left*="_xs-4"] {
    margin-left: 33.33333%; }
  [class~="grid"] > [data-push-left*="_xs-5"],
  [class*="grid-"] > [data-push-left*="_xs-5"],
  [class*="grid_"] > [data-push-left*="_xs-5"] {
    margin-left: 41.66667%; }
  [class~="grid"] > [data-push-left*="_xs-6"],
  [class*="grid-"] > [data-push-left*="_xs-6"],
  [class*="grid_"] > [data-push-left*="_xs-6"] {
    margin-left: 50%; }
  [class~="grid"] > [data-push-left*="_xs-7"],
  [class*="grid-"] > [data-push-left*="_xs-7"],
  [class*="grid_"] > [data-push-left*="_xs-7"] {
    margin-left: 58.33333%; }
  [class~="grid"] > [data-push-left*="_xs-8"],
  [class*="grid-"] > [data-push-left*="_xs-8"],
  [class*="grid_"] > [data-push-left*="_xs-8"] {
    margin-left: 66.66667%; }
  [class~="grid"] > [data-push-left*="_xs-9"],
  [class*="grid-"] > [data-push-left*="_xs-9"],
  [class*="grid_"] > [data-push-left*="_xs-9"] {
    margin-left: 75%; }
  [class~="grid"] > [data-push-left*="_xs-10"],
  [class*="grid-"] > [data-push-left*="_xs-10"],
  [class*="grid_"] > [data-push-left*="_xs-10"] {
    margin-left: 83.33333%; }
  [class~="grid"] > [data-push-left*="_xs-11"],
  [class*="grid-"] > [data-push-left*="_xs-11"],
  [class*="grid_"] > [data-push-left*="_xs-11"] {
    margin-left: 91.66667%; }
  [class~="grid"] > [data-push-right*="_xs-0"],
  [class*="grid-"] > [data-push-right*="_xs-0"],
  [class*="grid_"] > [data-push-right*="_xs-0"] {
    margin-right: 0; }
  [class~="grid"] > [data-push-right*="_xs-1"],
  [class*="grid-"] > [data-push-right*="_xs-1"],
  [class*="grid_"] > [data-push-right*="_xs-1"] {
    margin-right: 8.33333%; }
  [class~="grid"] > [data-push-right*="_xs-2"],
  [class*="grid-"] > [data-push-right*="_xs-2"],
  [class*="grid_"] > [data-push-right*="_xs-2"] {
    margin-right: 16.66667%; }
  [class~="grid"] > [data-push-right*="_xs-3"],
  [class*="grid-"] > [data-push-right*="_xs-3"],
  [class*="grid_"] > [data-push-right*="_xs-3"] {
    margin-right: 25%; }
  [class~="grid"] > [data-push-right*="_xs-4"],
  [class*="grid-"] > [data-push-right*="_xs-4"],
  [class*="grid_"] > [data-push-right*="_xs-4"] {
    margin-right: 33.33333%; }
  [class~="grid"] > [data-push-right*="_xs-5"],
  [class*="grid-"] > [data-push-right*="_xs-5"],
  [class*="grid_"] > [data-push-right*="_xs-5"] {
    margin-right: 41.66667%; }
  [class~="grid"] > [data-push-right*="_xs-6"],
  [class*="grid-"] > [data-push-right*="_xs-6"],
  [class*="grid_"] > [data-push-right*="_xs-6"] {
    margin-right: 50%; }
  [class~="grid"] > [data-push-right*="_xs-7"],
  [class*="grid-"] > [data-push-right*="_xs-7"],
  [class*="grid_"] > [data-push-right*="_xs-7"] {
    margin-right: 58.33333%; }
  [class~="grid"] > [data-push-right*="_xs-8"],
  [class*="grid-"] > [data-push-right*="_xs-8"],
  [class*="grid_"] > [data-push-right*="_xs-8"] {
    margin-right: 66.66667%; }
  [class~="grid"] > [data-push-right*="_xs-9"],
  [class*="grid-"] > [data-push-right*="_xs-9"],
  [class*="grid_"] > [data-push-right*="_xs-9"] {
    margin-right: 75%; }
  [class~="grid"] > [data-push-right*="_xs-10"],
  [class*="grid-"] > [data-push-right*="_xs-10"],
  [class*="grid_"] > [data-push-right*="_xs-10"] {
    margin-right: 83.33333%; }
  [class~="grid"] > [data-push-right*="_xs-11"],
  [class*="grid-"] > [data-push-right*="_xs-11"],
  [class*="grid_"] > [data-push-right*="_xs-11"] {
    margin-right: 91.66667%; }
  [class~="grid"] [class*="_xs-first"],
  [class*="grid-"] [class*="_xs-first"],
  [class*="grid_"] [class*="_xs-first"] {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  [class~="grid"] [class*="_xs-last"],
  [class*="grid-"] [class*="_xs-last"],
  [class*="grid_"] [class*="_xs-last"] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

/************************
    HIDING COLS
*************************/
/*[class*="col-"]:not([class*="grid"]):not([class*="col-0"]) {
  display: block;
}
[class~="grid"][class*="col-"]:not([class*="col-0"]) {
  display: flex;
}*/
[class*="col-"][class*="col-0"] {
  display: none; }

@media screen and (max-width: 80em) {
  [class~="grid"],
  [class*="grid-"],
  [class*="grid_"] {
    /*
      &:not([class*="_lg-0"]) {
        display: flex;
      }*/ }
    [class~="grid"] > :not([class*="_lg-0"]),
    [class*="grid-"] > :not([class*="_lg-0"]),
    [class*="grid_"] > :not([class*="_lg-0"]) {
      display: block; }
    [class~="grid"] > [class*="_lg-0"],
    [class*="grid-"] > [class*="_lg-0"],
    [class*="grid_"] > [class*="_lg-0"] {
      display: none; } }

@media screen and (max-width: 64em) {
  [class~="grid"],
  [class*="grid-"],
  [class*="grid_"] {
    /*
      &:not([class*="_md-0"]) {
        display: flex;
      }*/ }
    [class~="grid"] > :not([class*="_md-0"]),
    [class*="grid-"] > :not([class*="_md-0"]),
    [class*="grid_"] > :not([class*="_md-0"]) {
      display: block; }
    [class~="grid"] > [class*="_md-0"],
    [class*="grid-"] > [class*="_md-0"],
    [class*="grid_"] > [class*="_md-0"] {
      display: none; } }

@media screen and (max-width: 48em) {
  [class~="grid"],
  [class*="grid-"],
  [class*="grid_"] {
    /*
      &:not([class*="_sm-0"]) {
        display: flex;
      }*/ }
    [class~="grid"] > :not([class*="_sm-0"]),
    [class*="grid-"] > :not([class*="_sm-0"]),
    [class*="grid_"] > :not([class*="_sm-0"]) {
      display: block; }
    [class~="grid"] > [class*="_sm-0"],
    [class*="grid-"] > [class*="_sm-0"],
    [class*="grid_"] > [class*="_sm-0"] {
      display: none; } }

@media screen and (max-width: 35.5em) {
  [class~="grid"],
  [class*="grid-"],
  [class*="grid_"] {
    /*
      &:not([class*="_xs-0"]) {
        display: flex;
      }*/ }
    [class~="grid"] > :not([class*="_xs-0"]),
    [class*="grid-"] > :not([class*="_xs-0"]),
    [class*="grid_"] > :not([class*="_xs-0"]) {
      display: block; }
    [class~="grid"] > [class*="_xs-0"],
    [class*="grid-"] > [class*="_xs-0"],
    [class*="grid_"] > [class*="_xs-0"] {
      display: none; } }

/**
 * CONTENTS
 *
 * #Introduction........Naming conventions used throughout the code.
 *
 * #SETTINGS
 * Variables............Globally-available variables and config.
 *
 * #TOOLS
 * Mixins...............Useful mixins.
 *
 * #GENERIC
 * Demo styles..........Styles for demo only (consider removing these).
 *
 * #BASE
 * Raw styles...........The very basic component wrapper.
 * Modifiers............The basic styles dependant on component placement.
 * Debuggers............The basic styles dependant on component placement.
 *
 * #BUTTONS
 * Base..................Wrapping and constraining every button.
 * Modifiers.............Styles that depends on state and settings.
 * Animations............Main animations of the component.
 * Debuggers.............Styles for development.
 *
 * #LABELS
 * Base..................Wrapping and constraining every label.
 * Modifiers.............Styles that depends on state and settings.
 * Debuggers.............Styles for development.
 *
 * #DEVELOPMENT
 * In development........These styles are in development and not yet finalised
 * Debuggers.............Helper styles and flags for development.
 */
/*------------------------------------*    #Introduction
\*------------------------------------*/
/**
 * The code AND the comments use naming conventions to refer to each part of
 * the UI put in place by this component. If you see that somewhere they are
 * not followed please consider a Pull Request. The naming conventions are:
 *
 * "Component" : the widget itself as a whole. This is the last time it will be
 *               called anything different than "component". So, stay away from
 *               "widget", "button" or anything else when referring to the
 *               Component in general.
 *
 * "Main Button" : the button that is always in view. Hovering or clicking on it
 *                 will reveal the child buttons.
 *
 * "Child buttons" : if you've read the previous point you know what they are.
 *                   Did you read the previous point? :)
 *
 * "Label(s)" : the tooltip that fades in when hovering over a button.

/*------------------------------------*    #SETTINGS | Variables
\*------------------------------------*/
/**
 * These variables are the default styles that serve as fallback and can be
 * easily customised at compile time.
 * Consider overriding them in your own style sheets rather than editing them
 * here. Refer to the docs for more info.
 */
/* COLORS ----------------------------*/
/* EFFECTS ---------------------------*/
/* SPEEDS ----------------------------*/
/* SIZES -----------------------------*/
/* SPACING ---------------------------*/
/* OTHER VARIABLES -------------------*/
/*------------------------------------*    #BASE | Raw styles
\*------------------------------------*/
/**
 * The very core styling of the button.
 * These styles are shared by every instance of the button.
 * Styles placed here should NOT care about placement in the screen,
 * options chosen by the user or state of the button.
 */
.mfb-component--tl, .mfb-component--tr, .mfb-component--bl, .mfb-component--br {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  position: fixed;
  white-space: nowrap;
  z-index: 30;
  padding-left: 0;
  list-style: none; }
  .mfb-component--tl *, .mfb-component--tr *, .mfb-component--bl *, .mfb-component--br *, .mfb-component--tl *:before, .mfb-component--tr *:before, .mfb-component--bl *:before, .mfb-component--br *:before, .mfb-component--tl *:after, .mfb-component--tr *:after, .mfb-component--bl *:after, .mfb-component--br *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }

/*------------------------------------*    #BASE | Modifiers
\*------------------------------------*/
/**
 * These styles depends on the placement of the button.
 * Styles can be:
 * 1. Top-left:  modified by the " --tl " suffix.
 * 2. Top-right: modified by the " --tr " suffix.
 * 3. Bottom-left:  modified by the " --bl " suffix.
 * 4. Bottom-right: modified by the " --br " suffix.
 */
.mfb-component--tl {
  left: 0;
  top: 0; }

.mfb-component--tr {
  right: 0;
  top: 0; }

.mfb-component--bl {
  left: 0;
  bottom: 0; }

.mfb-component--br {
  right: 0;
  bottom: 0; }

/*------------------------------------*    #BUTTONS | Base
\*------------------------------------*/
.mfb-component__button--main, .mfb-component__button--child {
  background-color: rgba(0, 0, 0, 0.14);
  display: inline-block;
  position: relative;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  outline: none;
  padding: 0;
  position: relative;
  -webkit-user-drag: none;
  color: #f1f1f1; }

/**
 * This is the unordered list for the list items that contain
 * the child buttons.
 *
 */
.mfb-component__list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .mfb-component__list > li {
    display: block;
    position: absolute;
    top: 0;
    right: 8.5px;
    padding: 17.5px 0;
    margin: -17.5px 0; }

/**
 * These are the basic styles for all the icons inside the main button
 */
.mfb-component__icon, .mfb-component__main-icon--active,
.mfb-component__main-icon--resting, .mfb-component__child-icon {
  position: absolute;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  width: 100%; }

.mfb-component__wrap {
  padding: 0;
  margin: 0; }

[data-mfb-toggle="hover"]:hover .mfb-component__icon, [data-mfb-toggle="hover"]:hover .mfb-component__main-icon--active, [data-mfb-toggle="hover"]:hover
.mfb-component__main-icon--resting, [data-mfb-toggle="hover"]:hover .mfb-component__child-icon,
[data-mfb-state="open"] .mfb-component__icon,
[data-mfb-state="open"] .mfb-component__main-icon--active,
[data-mfb-state="open"]
.mfb-component__main-icon--resting,
[data-mfb-state="open"] .mfb-component__child-icon {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg); }

/*------------------------------------*    #BUTTONS | Modifiers
\*------------------------------------*/
.mfb-component__button--main {
  height: 50px;
  width: 50px;
  z-index: 20; }

.mfb-component__button--child {
  height: 35px;
  width: 35px; }

.mfb-component__main-icon--active,
.mfb-component__main-icon--resting {
  -webkit-transform: scale(1) rotate(360deg);
  -ms-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
  -webkit-transition: -webkit-transform 150ms cubic-bezier(0.4, 0, 1, 1);
  transition: -webkit-transform 150ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: transform 150ms cubic-bezier(0.4, 0, 1, 1);
  transition: transform 150ms cubic-bezier(0.4, 0, 1, 1);
  transition: transform 150ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 1, 1); }

.mfb-component__child-icon,
.mfb-component__child-icon {
  line-height: 35px;
  font-size: 11.25px; }

.mfb-component__main-icon--active {
  opacity: 0; }

[data-mfb-toggle="hover"]:hover .mfb-component__main-icon,
[data-mfb-state="open"] .mfb-component__main-icon {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg); }

[data-mfb-toggle="hover"]:hover .mfb-component__main-icon--resting,
[data-mfb-state="open"] .mfb-component__main-icon--resting {
  opacity: 0;
  position: absolute !important; }

[data-mfb-toggle="hover"]:hover .mfb-component__main-icon--active,
[data-mfb-state="open"] .mfb-component__main-icon--active {
  opacity: 1; }

/*------------------------------------*    #BUTTONS | Animations
\*------------------------------------*/
/**
     * SLIDE IN + FADE
     * When hovering the main button, the child buttons slide out from beneath
     * the main button while transitioning from transparent to opaque.
     *
     */
.mfb-component--tl.mfb-slidein .mfb-component__list li,
.mfb-component--tr.mfb-slidein .mfb-component__list li {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li, .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li,
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li,
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li {
  opacity: 1; }

.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px); }

.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(140px);
  -ms-transform: translateY(140px);
  transform: translateY(140px); }

.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(210px);
  -ms-transform: translateY(210px);
  transform: translateY(210px); }

.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(280px);
  -ms-transform: translateY(280px);
  transform: translateY(280px); }

.mfb-component--bl.mfb-slidein .mfb-component__list li,
.mfb-component--br.mfb-slidein .mfb-component__list li {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li, .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li,
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li,
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li {
  opacity: 1; }

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px); }

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(-140px);
  -ms-transform: translateY(-140px);
  transform: translateY(-140px); }

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(-210px);
  -ms-transform: translateY(-210px);
  transform: translateY(-210px); }

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(-280px);
  -ms-transform: translateY(-280px);
  transform: translateY(-280px); }

/**
     * SLIDE IN SPRING
     * Same as slide-in but with a springy animation.
     *
     */
.mfb-component--tl.mfb-slidein-spring .mfb-component__list li,
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s; }

.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li, .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li,
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li,
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li {
  opacity: 1; }

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px); }

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateY(140px);
  -ms-transform: translateY(140px);
  transform: translateY(140px); }

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-transform: translateY(210px);
  -ms-transform: translateY(210px);
  transform: translateY(210px); }

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(280px);
  -ms-transform: translateY(280px);
  transform: translateY(280px); }

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li,
.mfb-component--br.mfb-slidein-spring .mfb-component__list li {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s; }

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li, .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li,
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li,
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li {
  opacity: 1; }

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px); }

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateY(-140px);
  -ms-transform: translateY(-140px);
  transform: translateY(-140px); }

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-transform: translateY(-210px);
  -ms-transform: translateY(-210px);
  transform: translateY(-210px); }

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(-280px);
  -ms-transform: translateY(-280px);
  transform: translateY(-280px); }

/**
     * ZOOM-IN
     * When hovering the main button, the child buttons grow
     * from zero to normal size.
     *
     */
.mfb-component--tl.mfb-zoomin .mfb-component__list li,
.mfb-component--tr.mfb-zoomin .mfb-component__list li {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(70px) scale(0);
  -ms-transform: translateY(70px) scale(0);
  transform: translateY(70px) scale(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(140px) scale(0);
  -ms-transform: translateY(140px) scale(0);
  transform: translateY(140px) scale(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(210px) scale(0);
  -ms-transform: translateY(210px) scale(0);
  transform: translateY(210px) scale(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s; }

.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(280px) scale(0);
  -ms-transform: translateY(280px) scale(0);
  transform: translateY(280px) scale(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(70px) scale(1);
  -ms-transform: translateY(70px) scale(1);
  transform: translateY(70px) scale(1);
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s; }

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(140px) scale(1);
  -ms-transform: translateY(140px) scale(1);
  transform: translateY(140px) scale(1);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(210px) scale(1);
  -ms-transform: translateY(210px) scale(1);
  transform: translateY(210px) scale(1);
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(280px) scale(1);
  -ms-transform: translateY(280px) scale(1);
  transform: translateY(280px) scale(1);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.mfb-component--bl.mfb-zoomin .mfb-component__list li,
.mfb-component--br.mfb-zoomin .mfb-component__list li {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(-70px) scale(0);
  -ms-transform: translateY(-70px) scale(0);
  transform: translateY(-70px) scale(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(-140px) scale(0);
  -ms-transform: translateY(-140px) scale(0);
  transform: translateY(-140px) scale(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(-210px) scale(0);
  -ms-transform: translateY(-210px) scale(0);
  transform: translateY(-210px) scale(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s; }

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(-280px) scale(0);
  -ms-transform: translateY(-280px) scale(0);
  transform: translateY(-280px) scale(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(-70px) scale(1);
  -ms-transform: translateY(-70px) scale(1);
  transform: translateY(-70px) scale(1);
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s; }

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(-140px) scale(1);
  -ms-transform: translateY(-140px) scale(1);
  transform: translateY(-140px) scale(1);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(-210px) scale(1);
  -ms-transform: translateY(-210px) scale(1);
  transform: translateY(-210px) scale(1);
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(-280px) scale(1);
  -ms-transform: translateY(-280px) scale(1);
  transform: translateY(-280px) scale(1);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

/**
     * FOUNTAIN
     * When hovering the main button the child buttons
     * jump into view from outside the viewport
     */
.mfb-component--tl.mfb-fountain .mfb-component__list li,
.mfb-component--tr.mfb-fountain .mfb-component__list li {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(-70px) scale(0);
  -ms-transform: translateY(-70px) scale(0);
  transform: translateY(-70px) scale(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(-140px) scale(0);
  -ms-transform: translateY(-140px) scale(0);
  transform: translateY(-140px) scale(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(-210px) scale(0);
  -ms-transform: translateY(-210px) scale(0);
  transform: translateY(-210px) scale(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s; }

.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(-280px) scale(0);
  -ms-transform: translateY(-280px) scale(0);
  transform: translateY(-280px) scale(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(70px) scale(1);
  -ms-transform: translateY(70px) scale(1);
  transform: translateY(70px) scale(1);
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s; }

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(140px) scale(1);
  -ms-transform: translateY(140px) scale(1);
  transform: translateY(140px) scale(1);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(210px) scale(1);
  -ms-transform: translateY(210px) scale(1);
  transform: translateY(210px) scale(1);
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(280px) scale(1);
  -ms-transform: translateY(280px) scale(1);
  transform: translateY(280px) scale(1);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.mfb-component--bl.mfb-fountain .mfb-component__list li,
.mfb-component--br.mfb-fountain .mfb-component__list li {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(70px) scale(0);
  -ms-transform: translateY(70px) scale(0);
  transform: translateY(70px) scale(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(140px) scale(0);
  -ms-transform: translateY(140px) scale(0);
  transform: translateY(140px) scale(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(210px) scale(0);
  -ms-transform: translateY(210px) scale(0);
  transform: translateY(210px) scale(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s; }

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(280px) scale(0);
  -ms-transform: translateY(280px) scale(0);
  transform: translateY(280px) scale(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(-70px) scale(1);
  -ms-transform: translateY(-70px) scale(1);
  transform: translateY(-70px) scale(1);
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s; }

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(-140px) scale(1);
  -ms-transform: translateY(-140px) scale(1);
  transform: translateY(-140px) scale(1);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(-210px) scale(1);
  -ms-transform: translateY(-210px) scale(1);
  transform: translateY(-210px) scale(1);
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(-280px) scale(1);
  -ms-transform: translateY(-280px) scale(1);
  transform: translateY(-280px) scale(1);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

/*------------------------------------*    #LABELS | base
\*------------------------------------*/
/**
 * These are the labels associated to each button,
 * exposed only when hovering the related button.
 * They are called labels but are in fact data-attributes of
 * each button (an anchor tag).
 */
[data-mfb-label]:after {
  content: attr(data-mfb-label);
  padding: 4px 10px;
  border-radius: 3px;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: normal;
  pointer-events: none;
  line-height: normal;
  position: absolute;
  top: 50%;
  margin-top: -11px; }

[data-mfb-toggle="hover"] [data-mfb-label]:hover:after,
[data-mfb-state="open"] [data-mfb-label]:after {
  content: attr(data-mfb-label);
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

/*------------------------------------*    #LABELS | Modifiers
\*------------------------------------*/
.mfb-component--br [data-mfb-label]:after, .mfb-component--tr [data-mfb-label]:after {
  content: attr(data-mfb-label);
  right: 50px; }

.mfb-component--br .mfb-component__list [data-mfb-label]:after, .mfb-component--tr .mfb-component__list [data-mfb-label]:after {
  content: attr(data-mfb-label);
  right: 42.5px; }

.mfb-component--tl [data-mfb-label]:after, .mfb-component--bl [data-mfb-label]:after {
  content: attr(data-mfb-label);
  left: 50px; }

.mfb-component--tl .mfb-component__list [data-mfb-label]:after, .mfb-component--bl .mfb-component__list [data-mfb-label]:after {
  content: attr(data-mfb-label);
  left: 42.5px; }

/*------------------------------------*    #DEVELOPMENT | In development
\*------------------------------------*/
/**
 * This part is where unfinished code should stay.
 * When a feature is ready(sh) move these styles to their proper place.
 */
/*------------------------------------*    #DEVELOPMENT | Debuggers
\*------------------------------------*/
/**
 * These are mainly helpers for development. They do not have to end up
 * in production but it's handy to keep them when developing.
 */
/**
 * Apply this class to the html tag when developing the slide-in button
 */
/* Datepicker config override */
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #00d5e9; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #00becf; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(0, 143, 156, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(0, 143, 156, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1; }
  .datepicker--cell.-focus- {
    background: #f0f0f0; }
  .datepicker--cell.-current- {
    color: #EE0033; }
    .datepicker--cell.-current-.-focus- {
      color: #4a4a4a; }
    .datepicker--cell.-current-.-in-range- {
      color: #EE0033; }
  .datepicker--cell.-in-range- {
    background: rgba(0, 143, 156, 0.1);
    color: #4a4a4a;
    border-radius: 0; }
    .datepicker--cell.-in-range-.-focus- {
      background-color: rgba(0, 143, 156, 0.2); }
  .datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae; }
    .datepicker--cell.-disabled-.-focus- {
      color: #aeaeae; }
    .datepicker--cell.-disabled-.-in-range- {
      color: #a1a1a1; }
    .datepicker--cell.-disabled-.-current-.-focus- {
      color: #aeaeae; }
  .datepicker--cell.-range-from- {
    border: 1px solid rgba(0, 143, 156, 0.5);
    background-color: rgba(0, 143, 156, 0.1);
    border-radius: 4px 0 0 4px; }
  .datepicker--cell.-range-to- {
    border: 1px solid rgba(0, 143, 156, 0.5);
    background-color: rgba(0, 143, 156, 0.1);
    border-radius: 0 4px 4px 0; }
  .datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px; }
  .datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #EE0033; }
    .datepicker--cell.-selected-.-current- {
      color: #fff;
      background: #EE0033; }
    .datepicker--cell.-selected-.-focus- {
      background: #007883; }
  .datepicker--cell:empty {
    cursor: default; }

.datepicker--days-names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #ff7000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }
  @media print {
    .datepickers-container {
      display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }
  .datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px); }
  .datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px); }
  .datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px); }
  .datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px); }
  .datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 4px; }
  .-only-timepicker- .datepicker--content {
    display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }
  .-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }
  .-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg); }
  .-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg); }
  .-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px; }
  .-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px; }
  .-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2); }
  .-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px; }
  .-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px; }
  .-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }
  .datepicker--body.active {
    display: block; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }
  .-only-timepicker- .datepicker--nav {
    display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .datepicker--nav-action:hover {
    background: #f0f0f0; }
  .datepicker--nav-action.-disabled- {
    visibility: hidden; }
  .datepicker--nav-action svg {
    width: 32px;
    height: 32px; }
  .datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }
  .datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px; }
  .datepicker--nav-title:hover {
    background: #f0f0f0; }
  .datepicker--nav-title.-disabled- {
    cursor: default;
    background: none; }

.datepicker--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #EE0033;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px; }
  .datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative; }
  .datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 138px;
    flex: 0 1 138px;
    max-width: 138px; }
  .-only-timepicker- .datepicker--time {
    border-top: none; }

.datepicker--time-sliders {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }
  .datepicker--time-current-hours:after,
  .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0; }
  .datepicker--time-current-hours.-focus-:after,
  .datepicker--time-current-minutes.-focus-:after {
    opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
  background: -o-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
  .datepicker--time-row:first-child {
    margin-bottom: 4px; }
  .datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-ms-tooltip {
      display: none; }
    .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-ms-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:focus {
      outline: none; }
      .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
        background: #EE0033;
        border-color: #EE0033; }
      .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
        background: #EE0033;
        border-color: #EE0033; }
      .datepicker--time-row input[type='range']:focus::-ms-thumb {
        background: #EE0033;
        border-color: #EE0033; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      -webkit-transition: background .2s;
      -o-transition: background .2s;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-moz-range-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      -webkit-transition: background .2s;
      -o-transition: background .2s;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-ms-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      -webkit-transition: background .2s;
      -o-transition: background .2s;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      margin-top: -6px; }
    .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-moz-range-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-lower {
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-upper {
      background: transparent; }
  .datepicker--time-row span {
    padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }
  .datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute; }
  .datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  .datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px); }

/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table; }

.lightSlider {
  overflow: hidden;
  margin: 0; }

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade > *.active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1; }

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca; }

.lSSlideOuter .media {
  opacity: 0.8; }

.lSSlideOuter .media.active {
  opacity: 1; }

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  -o-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%; }

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table; }

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both; }

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUI4MUYyNzJEQUUxMTFFNEI0Q0REOUU2MTU3MEVEMTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUI4MUYyNzNEQUUxMTFFNEI0Q0REOUU2MTU3MEVEMTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QjgxRjI3MERBRTExMUU0QjRDREQ5RTYxNTcwRUQxNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QjgxRjI3MURBRTExMUU0QjRDREQ5RTYxNTcwRUQxNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Por3U54AAAU1SURBVHja7FrPS1xXFHZm4cZJhECzULEI2qJTF135YIhYtYtKDWQrhPSfcFNCQCnFpVm0/4BZGoS0CEmhLUpMSxZZtGnTKminUogWcaLJQojT7zTfNTfDe/edOzNvsnjvwsdz7j0/vne877577nm5arXaluaWb0t5y2mEMEuKuFwBLgFDQBeDdwr8A/wOrAEruVzuscJeOJlczofLKDAYwuU3YF3LJRfjbBqXz4GAXX8Bj4AycAScA3qBD4F3KfMT8CWcf9PMACTFJcpZF7BafdX+BeaBgRidAWCO8lXqd0UFIAxKLnNKLvMaLmHKAfAUeAksAAXP4HVQ7yXtBPUGIIRLhyeXQhyXWoUS8ALYB0YbWVxEn3bEXsk3AK3iYgv1AQcUfL8ZK6zYoT2x26cNQCu5mME8sAGcxE4Tf8cB7Yr9fFwAWs3FDFzjYnHD02CvUu4G7V9TBMCLi5ZDFBcT8U2gDLR7GJJntAJcV8i20/4m/UUFwYuL+CaHkgfvN7hIxwQjMuthZJwLyh4wrNSZpZ9JRwAmfbiIb3IQLuMe/A2XCfmxyB/dSuUpOtwF+j2cdtPPoiMAXlxot59chNOULxf58RB4olS8zEVk2+fmLf0n9BcVADWXkCBsk9tlHy7yxyFwW6EwQwdbQE+dq/Ayn9moAMjYcp22e8hNOM4o5G/LvcuroBPYixEewWUJ+AMYw956t8430T5w3jF+njL+Wd0rTmPkuETOrib33Jn6dFgCUAEuxkT3Z1yuArIr+7HeRwDtHeCZY/wZZep6BIQbOV4lZ1e7+P+9Z4tg9hrMNkLp3gqnPhnK0uHsQCQ7EssORdN8LJ76wkhWGsuqw1k6rJabABaBh8ChzEbikH2LlMknzHfS4lGxeFQsHpNaHnGPQJ7nALLfN5mfnLg8tk6RJK8uMg+XtgV8wROk0ybeeBiPX60TJDlH+MCbhyMx6eOWscrkYZZpZJR8N2XK1NmgjbYGkSiPKCMlbhlPmDy0exBup84JbZQauPnEeYQpBtYWNGiAfGBtP4M69RPnUSvcxS3jPpOHRqevSUCe0rZWr2U8agVXuW8ebYJTg1HaXPXQaRkPW2Cai8ZCE50aLND2tEK2pTzswQdMHgoJOC7Q9gOFrOHRkQCPjloeZrNQZJLxNXCsfDePEJp2TNsBfUU1w+Mr4HkCG6nntH3GwwTgCq9LSkNSe9sgZpQ6SzW+wpoZu5XgbvLWG744Fe4CO8ppZIojvxAn7NPo7tBX1Pg9Dx6NYIe+zmbAEHPruCaFh2Xm4J8QZfZpihKP6CuqDcbwkK2wpg4xTFkXj0F7Bsjr4WZM1EwxZJulaNPfw74XlHHZuElfUeMuHr2sAeyxGhRlo58yFeo4eeStZOPIETE5SPwWOAA+Buzy+C77DijjOnQ8isnSXDzKnGUFFkHDynL9HCtQthzHw5A55ZFSWJNjplWu5GPMsmrbFseOKRtVrDgXkyG6eEi7D3wKXAC+A+wqdQ/7LlDmvsPOax6cEn8DK45pdZ11uLjFZZiyUeMr9BU1HsfDYMr+WqXm65Aphf4Zj7e2+kag5W8j8wis8SR1IMH37wB9rDlk1j143AE+41tliH/f8eCxbj8CRe6R5xL878/RR9EhY3jMe9gdIbTy8zaPt7YHV+QCLclJsmwwOw/IToSyM8HsVDjNdYF6K0ONV2SaUxlquEKlrQ4LgXEmGZLtvdf2+qNn+bz1TyYfkg1+38QbD+PxETBNHrKr6+SY1AY3yUO+B/hBwyMrj2fl8ZS3/wQYACJrrTvr6HLMAAAAAElFTkSuQmCC");
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  -o-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s; }

.lSAction > a:hover {
  opacity: 1; }

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px; }

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px; }

.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

/* vertical */
.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important; }

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px; }

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none; }

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0; }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left; }

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important; }

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@-webkit-keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@-webkit-keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

@keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -o-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
  * Browsers can paint handles in their own layer.
  */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: 9px;
  border-radius: 5px;
  background-color: #d8d8d8; }

/* Slider size and handle placement;
  */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  left: -10px;
  top: -6px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
  */
.noUi-target {
  height: 9px;
  border-radius: 5px;
  background-color: #d8d8d8;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-connect {
  background: #ff7000;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  -o-transition: background 450ms;
  transition: background 450ms; }

/* Handles and cursors;
  */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF,
 inset 0 1px 7px #EBEBEB,
 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF,
 inset 0 1px 7px #EBEBEB,
 0 3px 6px -3px #BBB; }

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF,
 inset 0 1px 7px #DDD,
 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF,
 inset 0 1px 7px #DDD,
 0 3px 6px -3px #BBB; }

/* Handle stripes;
  */
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
  */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
  *
  */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
  *
  */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
  *
  */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
  *
  */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px; }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

/* --------------------------------
Basic Style
-------------------------------- */
.cd-multi-steps-wrapper {
  width: 92%;
  overflow-x: auto; }

.cd-multi-steps {
  margin: 0;
  width: calc(100% + 90px);
  overflow-x: auto; }
  .cd-multi-steps li {
    display: inline-block;
    float: left;
    margin: 0.5em 0; }
    .cd-multi-steps li::after {
      /* this is the separator between items */
      display: inline-block;
      content: '\00bb';
      margin: 0 .6em;
      color: #686868; }
    .cd-multi-steps li:last-of-type::after {
      /* hide separator after the last item */
      display: none; }
  .cd-multi-steps li > * {
    /* single step */
    display: inline-block;
    font-size: 10px;
    color: #2c3f4c; }
  .cd-multi-steps li.current > * {
    /* selected step */
    color: #ff7000; }
  .cd-multi-steps::after {
    clear: both;
    content: "";
    display: table; }

/* --------------------------------
Multi steps indicator
-------------------------------- */
.cd-multi-steps {
  /* reset style */
  background-color: transparent;
  padding: 0;
  text-align: center; }

.cd-multi-steps li {
  position: relative;
  float: none;
  margin: 0; }
  .cd-multi-steps li:last-of-type {
    margin-right: 0; }
  .cd-multi-steps li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    content: '';
    height: 3px;
    background: #fff;
    /* reset style */
    margin: 0; }
  .cd-multi-steps li.visited::after {
    background-color: #ff7000 !important; }
  .cd-multi-steps li > * {
    position: relative;
    color: #abd9e0; }
  .cd-multi-steps li.current > * {
    color: #fff; }
  .cd-multi-steps li > a {
    line-height: 1.3; }

.cd-multi-steps.text-bottom.count li {
  width: 77px;
  text-align: center; }
  .cd-multi-steps.text-bottom.count li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    left: 50%;
    /* 40px is the <li> right margin value */
    width: calc(100%); }

.cd-multi-steps.text-bottom.count li > *::before {
  /* this is the spot indicator */
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: #fff; }

.cd-multi-steps.text-bottom.count li.visited > *::before,
.cd-multi-steps.text-bottom.count li.current > *::before {
  background-color: #ff7000;
  height: 16px;
  width: 16px;
  color: #fff !important; }

.cd-multi-steps.text-bottom.count li.visited > *::before {
  border: solid 2px #ff7000; }

.cd-multi-steps.text-bottom.count li.current > *::before {
  border: solid 2px #fff; }

.cd-multi-steps.text-bottom li::after {
  /* this is the line connecting 2 adjacent items */
  top: 3px; }

.cd-multi-steps.text-bottom li > * {
  padding-top: 20px; }
  .cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    top: 2px; }

.cd-multi-steps.text-bottom li.current > *::before {
  top: 1px; }

.cd-multi-steps.text-bottom.count li.visited > *::before {
  content: counter(steps); }

.cd-multi-steps.text-bottom.count li.visited.validated > *::before {
  font-family: Ratchicons;
  content: '\e810'; }

/* --------------------------------
Add a counter to the multi-steps indicator
-------------------------------- */
.cd-multi-steps.count li {
  counter-increment: steps; }

.cd-multi-steps.count li > *::before {
  content: counter(steps) " - "; }

.cd-multi-steps.text-top.count li > *::before,
.cd-multi-steps.text-bottom.count li > *::before {
  /* this is the spot indicator */
  content: counter(steps);
  height: 18px;
  width: 18px;
  line-height: 18px;
  font-size: 10px;
  color: #686868; }

.cd-multi-steps.text-top.count li:not(.current) em::before,
.cd-multi-steps.text-bottom.count li:not(.current) em::before {
  /* steps not visited yet - counter color */
  color: #2c3f4c; }

.cd-multi-steps.text-top.count li::after {
  bottom: 11px; }

.cd-multi-steps.text-top.count li > * {
  padding-bottom: 34px; }

.cd-multi-steps.text-bottom.count li::after {
  top: 10px; }

.cd-multi-steps.text-bottom.count li > * {
  padding-top: 34px; }

@media only screen and (max-width: 320px) {
  .cd-multi-steps.text-bottom li {
    width: 70px !important; } }

/**
 * jQuery toast plugin created by Kamran Ahmed copyright MIT license 2014
 */
.jq-toast-wrap {
  display: block;
  position: fixed;
  width: 250px;
  pointer-events: none !important;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  z-index: 9000 !important; }

.jq-toast-wrap * {
  margin: 0;
  padding: 0; }

.jq-toast-wrap.bottom-left {
  bottom: 20px;
  left: 20px; }

.jq-toast-wrap.bottom-right {
  bottom: 20px;
  right: 40px; }

.jq-toast-wrap.top-left {
  top: 20px;
  left: 20px; }

.jq-toast-wrap.top-right {
  top: 20px;
  right: 40px; }

.jq-toast-single {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0px 0px 5px;
  border-radius: 4px;
  font-size: 12px;
  font-family: arial, sans-serif;
  line-height: 17px;
  position: relative;
  pointer-events: all !important;
  background-color: #444444;
  color: white; }

.jq-toast-single h2 {
  font-family: arial, sans-serif;
  font-size: 14px;
  margin: 0px 0px 7px;
  background: none;
  color: inherit;
  line-height: inherit;
  letter-spacing: normal; }

.jq-toast-single a {
  color: #eee;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid white;
  padding-bottom: 3px;
  font-size: 12px; }

.jq-toast-single ul {
  margin: 0px 0px 0px 15px;
  background: none;
  padding: 0px; }

.jq-toast-single ul li {
  list-style-type: disc !important;
  line-height: 17px;
  background: none;
  margin: 0;
  padding: 0;
  letter-spacing: normal; }

.close-jq-toast-single {
  position: absolute;
  top: 3px;
  right: 7px;
  font-size: 14px;
  cursor: pointer; }

.jq-toast-loader {
  display: none; }

.jq-toast-loaded {
  width: 100%; }

.jq-has-icon {
  padding: 10px 10px 10px 50px;
  background-repeat: no-repeat;
  background-position: 10px; }

.jq-icon-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=");
  background-color: #31708f;
  color: #d9edf7;
  border-color: #bce8f1; }

.jq-icon-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=");
  background-color: #8a6d3b;
  color: #fcf8e3;
  border-color: #faebcc; }

.jq-icon-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=");
  background-color: #a94442;
  color: #f2dede;
  border-color: #ebccd1; }

.jq-icon-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==");
  color: #dff0d8;
  background-color: #3c763d;
  border-color: #d6e9c6; }

h1 {
  color: #63B8FF;
  text-align: center; }

.progress-circle {
  position: relative;
  display: inline-block;
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff; }

.progress-circle:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: colorload 2s;
  animation: colorload 2s; }

.progress-circle span {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 90%;
  height: 90%;
  line-height: 60px;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  overflow: hidden;
  border: 1px solid white;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.progress-circle.progress-0:after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, #29A19C), color-stop(50%, #fff), to(#fff));
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(left, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(90deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-1:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(356.4deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(93.6deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-2:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(352.8deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(97.2deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-3:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(349.2deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(100.8deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-4:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(345.6deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(104.4deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-5:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(342deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(108deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-6:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(338.4deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(111.6deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-7:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(334.8deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(115.2deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-8:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(331.2deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(118.8deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-9:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(327.6deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(122.4deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-10:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(324deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(126deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-11:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(320.4deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(129.6deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-12:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(316.8deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(133.2deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-13:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(313.2deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(136.8deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-14:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(309.6deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(140.4deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-15:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(320.4deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(129.6deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-16:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(316.8deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(133.2deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-17:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(313.2deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(136.8deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-18:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(309.6deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(140.4deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-19:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(306deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(144deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-20:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(298.8deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(151.2deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-21:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(291.4deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(158.6deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-22:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(288.8deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(161.2deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-23:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(284.4deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(165.6deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-24:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(280.8deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(169.2deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-25:after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #29A19C), color-stop(50%, #fff), to(#fff));
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(top, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(180deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-26:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(266.4deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(183.6deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-27:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(262.8deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(187.2deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-28:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(259.2deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(190.8deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-29:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(255.6deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(194.4deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-30:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(252deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(198deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-31:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(248.4deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(201.6deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-32:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(244.8deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(205.2deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-33:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(241.2deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(208.8deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-34:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(237.6deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(212.4deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-35:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(234deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(216deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-40:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(216deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(234deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-36:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(230.4deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(219.6deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-37:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(226.8deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(223.2deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-38:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(223.2deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(226.8deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-39:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(219.6deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(230.4deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-41:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(212.4deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(237.6deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-42:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(208.8deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(241.2deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-43:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(205.2deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(244.8deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-44:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(201.6deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(248.4deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-45:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(198deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(252deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-46:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(194.4deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(255.6deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-47:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(190.8deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(259.2deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-48:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(187.2deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(262.8deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-49:after {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%, transparent), -o-linear-gradient(183.6deg, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%, transparent), linear-gradient(266.4deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-50:after {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #29A19C), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #29A19C), color-stop(50%, #fff), to(#fff));
  background-image: -o-linear-gradient(right, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(-90deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-51:after {
  background-image: -o-linear-gradient(176.4deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(-86.4deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-52:after {
  background-image: -o-linear-gradient(172.6deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(-82.6deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-53:after {
  background-image: -o-linear-gradient(169.2deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(-79.2deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-54:after {
  background-image: -o-linear-gradient(165.6deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(-75.6deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-55:after {
  background-image: -o-linear-gradient(162deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(-72deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-56:after {
  background-image: -o-linear-gradient(158.4deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(-68.4deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-57:after {
  background-image: -o-linear-gradient(154.8deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(-64.8deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-58:after {
  background-image: -o-linear-gradient(151.2deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(-61.2deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-59:after {
  background-image: -o-linear-gradient(147.6deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(-57.6deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-60:after {
  background-image: -o-linear-gradient(144deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(-54deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-61:after {
  background-image: -o-linear-gradient(140.4deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(-50.4deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-62:after {
  background-image: -o-linear-gradient(136.8deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(-46.8deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-63:after {
  background-image: -o-linear-gradient(133.2deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(-43.2deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-64:after {
  background-image: -o-linear-gradient(129.6deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(-39.6deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-65:after {
  background-image: -o-linear-gradient(126deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(-36deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-66:after {
  background-image: -o-linear-gradient(122.4deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(-32.4deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-67:after {
  background-image: -o-linear-gradient(118.8deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(-28.8deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-68:after {
  background-image: -o-linear-gradient(115.2deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(-25.2deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-69:after {
  background-image: -o-linear-gradient(111.6deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(-21.6deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-70:after {
  background-image: -o-linear-gradient(108deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(-18deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-71:after {
  background-image: -o-linear-gradient(104.4deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(-14.4deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-72:after {
  background-image: -o-linear-gradient(100.8deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(-10.8deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-73:after {
  background-image: -o-linear-gradient(97.2deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(-7.2deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-74:after {
  background-image: -o-linear-gradient(93.6deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(-3.6deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-75:after {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #29A19C), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #29A19C), color-stop(50%, #fff), to(#fff));
  background-image: -o-linear-gradient(bottom, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(0deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-76:after {
  background-image: -o-linear-gradient(86.4deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(3.6deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-77:after {
  background-image: -o-linear-gradient(82.8deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(7.2deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-78:after {
  background-image: -o-linear-gradient(79.2deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(10.8deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-79:after {
  background-image: -o-linear-gradient(75.6deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(14.4deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-80:after {
  background-image: -o-linear-gradient(72deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(18deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-81:after {
  background-image: -o-linear-gradient(68.4deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(21.6deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-82:after {
  background-image: -o-linear-gradient(64.8deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(25.2deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-83:after {
  background-image: -o-linear-gradient(61.2deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(28.8deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-84:after {
  background-image: -o-linear-gradient(57.6deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(32.4deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-85:after {
  background-image: -o-linear-gradient(54deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(36deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-86:after {
  background-image: -o-linear-gradient(50.8deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(39.2deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-87:after {
  background-image: -o-linear-gradient(46.8deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(43.2deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-88:after {
  background-image: -o-linear-gradient(43.2deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(46.8deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-89:after {
  background-image: -o-linear-gradient(39.6deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(50.4deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-90:after {
  background-image: -o-linear-gradient(36deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(54deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-91:after {
  background-image: -o-linear-gradient(32.4deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(57.6deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-92:after {
  background-image: -o-linear-gradient(28.8deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(61.2deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-93:after {
  background-image: -o-linear-gradient(25.2deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(64.8deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-94:after {
  background-image: -o-linear-gradient(21.6deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(68.4deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-95:after {
  background-image: -o-linear-gradient(18deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(72deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-96:after {
  background-image: -o-linear-gradient(14.4deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(75.6deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-97:after {
  background-image: -o-linear-gradient(10.8deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(79.2deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-98:after {
  background-image: -o-linear-gradient(7.2deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(82.8deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-99:after {
  background-image: -o-linear-gradient(3.6deg, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(86.4deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

.progress-circle.progress-100:after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #29A19C), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #29A19C), color-stop(50%, #fff), to(#fff));
  background-image: -o-linear-gradient(left, #29A19C 50%, transparent 50%, transparent), -o-linear-gradient(right, #29A19C 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #29A19C 50%, transparent 50%, transparent), linear-gradient(270deg, #29A19C 50%, #fff 50%, #fff); }

@-webkit-keyframes colorload {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "Roboto";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "Roboto";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* ========================================
 Colors
=========================================== */
/* ========================================
 Text
=========================================== */
/* ========================================
 Form
=========================================== */
/* ========================================
 Modal
=========================================== */
/* ========================================
 Search
=========================================== */
/* ========================================
 List
=========================================== */
/* ========================================
 Products
=========================================== */
/* ========================================
 Diagram charts
=========================================== */
/* ========================================
 Aligment
=========================================== */
/* ========================================
 Spectators
=========================================== */
.icon-shopping {
  width: 16px;
  height: 18px;
  background-position: -5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-shopping-red {
  width: 16px;
  height: 18px;
  background-position: -31px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-vt {
  width: 18px;
  height: 12px;
  background-position: -57px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-vt-red {
  width: 18px;
  height: 12px;
  background-position: -85px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-house {
  width: 18px;
  height: 16px;
  background-position: -113px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-house-red {
  width: 18px;
  height: 16px;
  background-position: -141px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-menu-more {
  width: 23px;
  height: 18px;
  background-position: -169px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-menu-more-red {
  width: 23px;
  height: 18px;
  background-position: -202px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-menu-more-white {
  width: 23px;
  height: 18px;
  background-position: -235px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-add-green {
  width: 22px;
  height: 22px;
  background-position: -268px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-remove-red {
  width: 22px;
  height: 22px;
  background-position: -300px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-search-black {
  width: 20px;
  height: 20px;
  background-position: -332px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-search-green {
  width: 42px;
  height: 43px;
  background-position: -362px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-search-white {
  width: 20px;
  height: 20px;
  background-position: -414px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-gift {
  width: 18px;
  height: 18px;
  background-position: -444px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-gift-red {
  width: 18px;
  height: 18px;
  background-position: -472px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-call-in {
  width: 14px;
  height: 13px;
  background-position: -500px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-call-out {
  width: 14px;
  height: 13px;
  background-position: -524px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-account-number {
  width: 20px;
  height: 13px;
  background-position: -548px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-add-photo {
  width: 25px;
  height: 21px;
  background-position: -578px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-booking {
  width: 18px;
  height: 18px;
  background-position: -613px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-calendar {
  width: 18px;
  height: 19px;
  background-position: -641px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-calendar-slim-white {
  width: 22px;
  height: 22px;
  background-position: -669px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-card {
  width: 21px;
  height: 21px;
  background-position: -701px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-card-pin {
  width: 21px;
  height: 14px;
  background-position: -732px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-credit-card {
  width: 24px;
  height: 20px;
  background-position: -763px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-network-black {
  width: 20px;
  height: 20px;
  background-position: -797px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-network {
  width: 20px;
  height: 20px;
  background-position: -827px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-mail {
  width: 18px;
  height: 14px;
  background-position: -857px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-phone {
  width: 19px;
  height: 19px;
  background-position: -885px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-phone-outline {
  width: 18px;
  height: 18px;
  background-position: -914px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-serial-card {
  width: 20px;
  height: 15px;
  background-position: -942px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-share-small {
  width: 16px;
  height: 16px;
  background-position: -972px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-app {
  width: 15px;
  height: 15px;
  background-position: -998px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-bank {
  width: 18px;
  height: 18px;
  background-position: -1023px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-contacts {
  width: 25px;
  height: 28px;
  background-position: -1051px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-dollar {
  width: 11px;
  height: 18px;
  background-position: -1086px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-history-white {
  width: 21px;
  height: 18px;
  background-position: -1107px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-shopping-bag-white {
  width: 16px;
  height: 18px;
  background-position: -1138px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-edit-green {
  width: 20px;
  height: 20px;
  background-position: -1164px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-edit-white {
  width: 20px;
  height: 20px;
  background-position: -1194px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-autorenew {
  width: 11px;
  height: 15px;
  background-position: -1224px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-diamon {
  width: 20px;
  height: 16px;
  background-position: -1245px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-comment-small {
  width: 14px;
  height: 16px;
  background-position: -1275px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-done-white {
  width: 30px;
  height: 23px;
  background-position: -1299px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-success-order-green {
  width: 69px;
  height: 61px;
  background-position: -1339px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-success-order-white {
  width: 54px;
  height: 48px;
  background-position: -1418px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-star-small {
  width: 15px;
  height: 16px;
  background-position: -1482px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-chon-mau-green {
  width: 13px;
  height: 13px;
  background-position: -1507px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-bank-plus-red {
  width: 54px;
  height: 54px;
  background-position: -1530px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-fab-calendar {
  width: 50px;
  height: 50px;
  background-position: -1594px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-help-green {
  width: 18px;
  height: 18px;
  background-position: -1654px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-internet-adsl {
  width: 42px;
  height: 42px;
  background-position: -1682px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-payment {
  width: 42px;
  height: 42px;
  background-position: -1734px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-pre-paid {
  width: 42px;
  height: 42px;
  background-position: -1786px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-thanh-toan {
  width: 53px;
  height: 54px;
  background-position: -1838px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-the-cao-green {
  width: 54px;
  height: 54px;
  background-position: -1901px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-ung-tien-green {
  width: 57px;
  height: 57px;
  background-position: -1965px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-back-green {
  width: 20px;
  height: 20px;
  background-position: -2032px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-back-white {
  width: 20px;
  height: 20px;
  background-position: -2062px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-bell-white {
  width: 16px;
  height: 18px;
  background-position: -2092px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-cancel-o-white {
  width: 15px;
  height: 15px;
  background-position: -2118px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-rev-green {
  width: 19px;
  height: 21px;
  background-position: -2143px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-share {
  width: 17px;
  height: 16px;
  background-position: -2203px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-btn-fab-plus-red {
  width: 64px;
  height: 64px;
  background-position: -2230px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-wap-app-green {
  width: 70px;
  height: 63px;
  background-position: -2304px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-wap-network-green {
  width: 68px;
  height: 58px;
  background-position: -2384px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-lock {
  width: 18px;
  height: 19px;
  background-position: -2462px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-shield {
  width: 18px;
  height: 19px;
  background-position: -2490px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-reload-captcha {
  width: 22px;
  height: 20px;
  background-position: -2518px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-web-link {
  width: 24px;
  height: 23.5px;
  background-position: -2550px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-smile-face {
  width: 23px;
  height: 22.5px;
  background-position: -2584px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-toggle-up {
  width: 14px;
  height: 8px;
  background-position: -2617px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-toggle-down {
  width: 14px;
  height: 8px;
  background-position: -2641px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-double-coin {
  width: 27px;
  height: 20px;
  background-position: -2665px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-phone-oversea {
  width: 24px;
  height: 25.5px;
  background-position: -2702px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-phone-vn {
  width: 24px;
  height: 26.5px;
  background-position: -2736px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-phone-circle-text-green {
  width: 56px;
  height: 56px;
  background-position: -2770px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-phone-circle-purple {
  width: 56px;
  height: 56px;
  background-position: -2836px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-double-coin-circle-pink {
  width: 56px;
  height: 56px;
  background-position: -2902px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-smile-face-circle-red {
  width: 56px;
  height: 56px;
  background-position: -2968px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-wifi-circle-green {
  width: 56px;
  height: 56px;
  background-position: -3034px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-sms-circle-blue {
  width: 56px;
  height: 56px;
  background-position: -3100px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-check-green {
  width: 17px;
  height: 12px;
  background-position: -3166px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-menu-user {
  width: 28px;
  height: 28px;
  background-position: -3193px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-menu-lock {
  width: 28px;
  height: 28px;
  background-position: -3231px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-menu-download {
  width: 28px;
  height: 28px;
  background-position: -3269px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-menu-phone-sms {
  width: 28px;
  height: 28px;
  background-position: -3307px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-menu-gem {
  width: 28px;
  height: 28px;
  background-position: -3345px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-menu-text-edit {
  width: 28px;
  height: 28px;
  background-position: -3383px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-menu-script {
  width: 28px;
  height: 28px;
  background-position: -3421px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-menu-data-pie {
  width: 28px;
  height: 28px;
  background-position: -3459px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-menu-4g {
  width: 28px;
  height: 28px;
  background-position: -3497px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-menu-network {
  width: 28px;
  height: 28px;
  background-position: -3535px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-menu-money {
  width: 28px;
  height: 28px;
  background-position: -3573px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-menu-app {
  width: 28px;
  height: 28px;
  background-position: -3611px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-menu-store {
  width: 28px;
  height: 28px;
  background-position: -3649px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-menu-reward {
  width: 28px;
  height: 28px;
  background-position: -3687px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-menu-star {
  width: 28px;
  height: 28px;
  background-position: -3725px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-menu-support {
  width: 28px;
  height: 28px;
  background-position: -3763px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-menu-share {
  width: 28px;
  height: 28px;
  background-position: -3801px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-menu-log-out {
  width: 28px;
  height: 28px;
  background-position: -3839px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-star-white {
  width: 36px;
  height: 34px;
  background-position: -3877px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-vote-star {
  width: 36px;
  height: 34px;
  background-position: -3923px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-service-more {
  width: 16px;
  height: 4px;
  background-position: -3969px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-user {
  width: 14px;
  height: 17px;
  background-position: -3995px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-cmt {
  width: 18px;
  height: 12px;
  background-position: -4019px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-ic-checked {
  width: 14px;
  height: 10px;
  background-position: -4047px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-location {
  width: 13px;
  height: 18px;
  background-position: -4071px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-cancel-form {
  width: 21px;
  height: 25px;
  background-position: -4094px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-new-cart-white {
  width: 15px;
  height: 21px;
  background-position: -4125px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-validate-warning {
  width: 18px;
  height: 18px;
  background-position: -4150px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-btn-mocha {
  width: 56px;
  height: 56px;
  background-position: -4178px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-callback {
  width: 56px;
  height: 56px;
  background-position: -4244px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-chat-nv {
  width: 56px;
  height: 56px;
  background-position: -4310px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-ic_email {
  width: 56px;
  height: 56px;
  background-position: -4376px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-ic-online {
  width: 56px;
  height: 56px;
  background-position: -4442px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-ic-tongdai {
  width: 56px;
  height: 56px;
  background-position: -4508px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-ic-tracuu {
  width: 56px;
  height: 56px;
  background-position: -4574px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-facetime {
  width: 56px;
  height: 56px;
  background-position: -4640px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-ic-gop-y-dich-vu {
  width: 56px;
  height: 56px;
  background-position: -4706px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-ic-tra-cuu-bao-hanh {
  width: 56px;
  height: 56px;
  background-position: -4772px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-ic-Complain {
  width: 56px;
  height: 56px;
  background-position: -4838px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-icon-4g-off {
  width: 56px;
  height: 56px;
  background-position: -4904px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-PTSN {
  width: 56px;
  height: 56px;
  background-position: -4970px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-calendar-circle-blue {
  width: 50px;
  height: 50px;
  background-position: -5036px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-dollar-circle-orange {
  width: 50px;
  height: 50px;
  background-position: -5096px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-done-cirlce-green {
  width: 42px;
  height: 42px;
  background-position: -5156px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-mark-circle-brown {
  width: 50px;
  height: 50px;
  background-position: -5208px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-more-circle-blue {
  width: 42px;
  height: 42px;
  background-position: -5268px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-slim-file {
  width: 12px;
  height: 15px;
  background-position: -5320px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-slim-list {
  width: 11px;
  height: 11px;
  background-position: -5342px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-slim-phone-green {
  width: 12px;
  height: 16px;
  background-position: -5363px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-slim-sim-green {
  width: 12px;
  height: 16px;
  background-position: -5385px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-wifi-circle-green-48 {
  width: 48px;
  height: 48px;
  background-position: -5407px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-sort-a-z-white {
  width: 34px;
  height: 11px;
  background-position: -5465px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-sort-a-z {
  width: 34px;
  height: 11px;
  background-position: -5509px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-sort-down-white {
  width: 9px;
  height: 14px;
  background-position: -5553px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-sort-down {
  width: 9px;
  height: 14px;
  background-position: -5572px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-sort-popular-white {
  width: 15px;
  height: 21px;
  background-position: -5591px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-sort-popular {
  width: 15px;
  height: 21px;
  background-position: -5616px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-sort-up-white {
  width: 9px;
  height: 14px;
  background-position: -5641px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-sort-up {
  width: 9px;
  height: 14px;
  background-position: -5660px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-sort-z-a {
  width: 34px;
  height: 11px;
  background-position: -5679px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-sort-z-a-white {
  width: 34px;
  height: 11px;
  background-position: -5723px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-iconInfor {
  width: 20px;
  height: 20px;
  background-position: -5767px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-iconCardMember {
  width: 20px;
  height: 20px;
  background-position: -5797px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-iconHot {
  width: 29px;
  height: 31px;
  background-position: -5827px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-iconVip {
  width: 40px;
  height: 18px;
  background-position: -5866px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-iconTranferData {
  width: 60px;
  height: 60px;
  background-position: -5916px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-iconTranferGif {
  width: 60px;
  height: 60px;
  background-position: -5986px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-iconTranferMoney {
  width: 60px;
  height: 60px;
  background-position: -6056px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-iconCup {
  width: 57px;
  height: 57px;
  background-position: -6126px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-ic_doi_cuoc {
  width: 57px;
  height: 57px;
  background-position: -6193px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-ic_doi_data {
  width: 57px;
  height: 57px;
  background-position: -6260px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-ic_doi_qua {
  width: 57px;
  height: 57px;
  background-position: -6327px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-ic_khuyen_mai {
  width: 56px;
  height: 56px;
  background-position: -6394px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-ic_kim_cuong {
  width: 57px;
  height: 57px;
  background-position: -6460px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-ic_register {
  width: 57px;
  height: 57px;
  background-position: -6527px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-ic_than_thiet {
  width: 57px;
  height: 57px;
  background-position: -6594px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-ic_tiem_nang {
  width: 57px;
  height: 57px;
  background-position: -6661px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-ic_vang {
  width: 57px;
  height: 57px;
  background-position: -6728px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-ic_card-white {
  width: 32px;
  height: 32px;
  background-position: -6795px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-ic_comment {
  width: 20px;
  height: 19px;
  background-position: -6837px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-ic_flag {
  width: 64px;
  height: 64px;
  background-position: -6867px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-ic_info_home-white {
  width: 32px;
  height: 32px;
  background-position: -6941px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-ic_location-white {
  width: 15px;
  height: 20px;
  background-position: -6983px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-ic_rate {
  width: 20px;
  height: 20px;
  background-position: -7008px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-ic_share {
  width: 19px;
  height: 20px;
  background-position: -7038px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-khuyen_mai-36 {
  width: 36px;
  height: 36px;
  background-position: -7067px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-doi-diem {
  width: 57px;
  height: 57px;
  background-position: -7113px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-more_end_normal {
  width: 17px;
  height: 12.5px;
  background-position: -7180px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-more_end_focus {
  width: 17px;
  height: 12.5px;
  background-position: -7207px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-more_start_focus {
  width: 17px;
  height: 12.5px;
  background-position: -7234px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-more_start_normal {
  width: 17px;
  height: 12.5px;
  background-position: -7261px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-Boqua {
  width: 22px;
  height: 22px;
  background-position: -7288px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-tich {
  width: 24px;
  height: 22px;
  background-position: -7320px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-Dadangky {
  width: 12px;
  height: 20px;
  background-position: -7354px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-Damua {
  width: 22px;
  height: 12px;
  background-position: -7376px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-Dangmua {
  width: 12px;
  height: 20px;
  background-position: -7408px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-Huygiaodich {
  width: 14px;
  height: 18px;
  background-position: -7430px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-Muathatbai {
  width: 22px;
  height: 22px;
  background-position: -7454px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-Time {
  width: 20px;
  height: 20px;
  background-position: -7486px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-menu {
  width: 18px;
  height: 12px;
  background-position: -7516px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-buy-off {
  width: 20px;
  height: 20px;
  background-position: -7544px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-buy-on {
  width: 20px;
  height: 20px;
  background-position: -7574px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-history-on {
  width: 20px;
  height: 18px;
  background-position: -7604px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-home-on {
  width: 18px;
  height: 16px;
  background-position: -7634px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-iconReadMore {
  width: 20px;
  height: 11px;
  background-position: -7662px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-iconSee {
  width: 20px;
  height: 12px;
  background-position: -7692px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-black-history-off {
  width: 20px;
  height: 18px;
  background-position: -7722px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-oragin-star {
  width: 10.5px;
  height: 10px;
  background-position: -7752px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-star_border_white {
  width: 10.5px;
  height: 10px;
  background-position: -7772.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-back-red {
  width: 29px;
  height: 28px;
  background-position: -7793px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-watch-ten-oclock {
  width: 15px;
  height: 15px;
  background-position: -7832px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-chart-red {
  width: 29px;
  height: 28px;
  background-position: -7857px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-chart-green {
  width: 29px;
  height: 28px;
  background-position: -7896px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-share-green {
  width: 24px;
  height: 24px;
  background-position: -7935px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-wifi-green {
  width: 36px;
  height: 36px;
  background-position: -7969px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-chamsockh {
  width: 28px;
  height: 28px;
  background-position: -8015px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-share-green-small {
  width: 48px;
  height: 48px;
  background-position: -8053px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-add-danhba {
  width: 28px;
  height: 28px;
  background-position: -8111px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-delete-red {
  width: 29px;
  height: 28px;
  background-position: -8149px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-tat-trang {
  width: 10px;
  height: 10px;
  background-position: -8188px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-rotate-option_white {
  width: 19px;
  height: 21px;
  background-position: -8208px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-calendar-dark {
  width: 18px;
  height: 19px;
  background-position: -8237px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-calendar-green {
  width: 22px;
  height: 22px;
  background-position: -8265px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-calendar-red {
  width: 23px;
  height: 22px;
  background-position: -8297px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-calendar-blue {
  width: 22px;
  height: 22px;
  background-position: -8330px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-bar-chart-green {
  width: 22px;
  height: 20px;
  background-position: -8362px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-email-envelope-outline-green {
  width: 20px;
  height: 15px;
  background-position: -8394px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-menu-square-button {
  width: 20px;
  height: 20px;
  background-position: -8424px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-phone-call-green {
  width: 20px;
  height: 20px;
  background-position: -8454px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-clock-dark {
  width: 13px;
  height: 17px;
  background-position: -8484px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-wifi-signal-green {
  width: 22px;
  height: 18px;
  background-position: -8507px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-VIP-Active {
  width: 26.5px;
  height: 21px;
  background-position: -8539px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-cskh-menu {
  width: 20px;
  height: 18px;
  background-position: -8575.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-cskh-on-menu-cam {
  width: 20px;
  height: 18px;
  background-position: -8605.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-Di-dong-tra-truoc {
  width: 56.5px;
  height: 56.5px;
  background-position: -8635.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-add_acc {
  width: 28px;
  height: 28px;
  background-position: -8702px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-change_acc {
  width: 28px;
  height: 28px;
  background-position: -8740px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-changeAcc_add {
  width: 25px;
  height: 25px;
  background-position: -8778px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-multi_acc_no_data {
  width: 80px;
  height: 80px;
  background-position: -8813px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-Truyen-Hinh-So {
  width: 56.5px;
  height: 56.5px;
  background-position: -8903px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-icInternetAdsl {
  width: 42px;
  height: 42px;
  background-position: -8969.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-bill_month_blue {
  width: 42px;
  height: 42px;
  background-position: -9021.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-bill_month_green {
  width: 42px;
  height: 42px;
  background-position: -9073.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-bill_month_pink {
  width: 42px;
  height: 42px;
  background-position: -9125.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-home_cdt {
  width: 42px;
  height: 42px;
  background-position: -9177.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-iconQuuanlyModermWifi {
  width: 63.5px;
  height: 63.5px;
  background-position: -9229.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-icPayment {
  width: 42px;
  height: 42px;
  background-position: -9303px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-icPrePaid {
  width: 42px;
  height: 42px;
  background-position: -9355px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-iconDatlaimatkhauDisable {
  width: 14px;
  height: 18.5px;
  background-position: -9407px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-Internet_lQly_wifi {
  width: 56.5px;
  height: 56.5px;
  background-position: -9431px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-MarkAsRead-white {
  width: 20px;
  height: 20px;
  background-position: -9497.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-Di-dong-tra-truoc-green {
  width: 42px;
  height: 42px;
  background-position: -9527.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-hoi-cham {
  width: 25px;
  height: 25px;
  background-position: -9579.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-dau-tich {
  width: 25px;
  height: 25px;
  background-position: -9614.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-dau-sua {
  width: 25px;
  height: 25px;
  background-position: -9649.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-dg-star-blow {
  width: 78px;
  height: 75px;
  background-position: -9684.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-dg-star-dark {
  width: 31px;
  height: 29px;
  background-position: -9772.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-dg-star-red {
  width: 31px;
  height: 29px;
  background-position: -9910.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-square-check-off {
  width: 18px;
  height: 18px;
  background-position: -9854.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-square-check-on {
  width: 18px;
  height: 18px;
  background-position: -9882.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-dg-star-orange {
  width: 31px;
  height: 29px;
  background-position: -9910.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-dg-star-green {
  width: 31px;
  height: 29px;
  background-position: -9951.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-dg-star-smile {
  width: 102px;
  height: 78px;
  background-position: -9992.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-dg-star-laugh {
  width: 89px;
  height: 88px;
  background-position: -10104.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-cham-than-cam {
  width: 25px;
  height: 25px;
  background-position: -10203.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-circle-check-on {
  width: 18px;
  height: 18px;
  background-position: -10238.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-circle-check-off {
  width: 20px;
  height: 20px;
  background-position: -10266.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-circle-big {
  width: 20px;
  height: 20px;
  background-position: -10296.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-Shape-white {
  width: 13px;
  height: 13px;
  background-position: -10326.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-double-down {
  width: 12px;
  height: 12px;
  background-position: -10349.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-gif-red {
  width: 44px;
  height: 19px;
  background-position: -10371.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-Tet {
  width: 57px;
  height: 57px;
  background-position: -10425.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-diamond-small {
  width: 15px;
  height: 13px;
  background-position: -10492.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

.icon-search-brown {
  width: 20px;
  height: 20px;
  background-position: -10517.5px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle; }

@-webkit-keyframes pageLoadSpin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes pageLoadSpin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

/* ========================================
 Form
=========================================== */
form .with-icon {
  border-bottom: 1px solid #dbd9e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: 300;
  padding-left: 10px; }
  form .with-icon input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    padding-left: 10px; }
  form .with-icon .c-icon {
    vertical-align: middle;
    -ms-flex-item-align: center;
    align-self: center;
    width: 26px;
    text-align: center; }

form input::-webkit-input-placeholder,
form .with-icon .icon {
  color: #999999; }

form input:-ms-input-placeholder,
form .with-icon .icon {
  color: #999999; }

form input::placeholder,
form .with-icon .icon {
  color: #999999; }

.toggler-md {
  height: 30px;
  width: 52px;
  background-color: #d4d4d4; }
  .toggler-md:before, .toggler-md.active:before {
    content: ""; }
  .toggler-md.active .toggle-handle {
    -webkit-transform: translate3d(22px, 0, 0);
    -ms-transform: translate3d(22px, 0, 0);
    transform: translate3d(22px, 0, 0); }

.toggler-sm {
  height: 30px;
  width: 42px;
  background-color: #d4d4d4; }
  .toggler-sm:before, .toggler-sm.active:before {
    content: ""; }
  .toggler-sm.active .toggle-handle {
    -webkit-transform: translate3d(12px, 0, 0);
    -ms-transform: translate3d(12px, 0, 0);
    transform: translate3d(12px, 0, 0); }

.search-bar-light {
  color: #fff;
  background-color: rgba(216, 216, 216, 0.3);
  border: solid 1px rgba(235, 232, 232, 0.3);
  border-radius: 10px;
  position: relative;
  display: block;
  padding-right: 35px;
  padding-left: 25px; }
  .search-bar-light input::-webkit-input-placeholder {
    color: #fff; }
  .search-bar-light input:-ms-input-placeholder {
    color: #fff; }
  .search-bar-light input::placeholder {
    color: #fff; }
  .search-bar-light:before {
    width: 20px;
    height: 20px;
    background-position: -414px -5px;
    background-image: url("./css_sprites@2x.png");
    background-size: 10542.5px 98px;
    display: inline-block;
    vertical-align: middle; }
  .search-bar-light:before {
    position: absolute;
    top: 50%;
    left: 10px;
    content: "";
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .search-bar-light input[type="search"] {
    background-color: transparent;
    border: none;
    height: 28px;
    margin: 0;
    padding-right: 0;
    width: 100%; }
  .search-bar-light .btn-cancel {
    position: absolute;
    top: 50%;
    right: 3px;
    display: block;
    padding: 0 5px 3px;
    visibility: hidden;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .search-bar-light.searching .btn-cancel {
    visibility: visible; }
  @media (max-width: 320px) {
    .search-bar-light input::-webkit-input-placeholder {
      font-size: 14px; }
    .search-bar-light input:-ms-input-placeholder {
      font-size: 14px; }
    .search-bar-light input::placeholder {
      font-size: 14px; } }

.search-bar-dark {
  color: #1e2e2d;
  background-color: #fff;
  border: solid 1px #c7c7c7;
  border-radius: 10px;
  position: relative;
  display: block;
  padding-right: 35px;
  padding-left: 25px; }
  .search-bar-dark input::-webkit-input-placeholder {
    color: #686868; }
  .search-bar-dark input:-ms-input-placeholder {
    color: #686868; }
  .search-bar-dark input::placeholder {
    color: #686868; }
  .search-bar-dark:before {
    width: 20px;
    height: 20px;
    background-position: -332px -5px;
    background-image: url("./css_sprites@2x.png");
    background-size: 10542.5px 98px;
    display: inline-block;
    vertical-align: middle; }
  .search-bar-dark:before {
    position: absolute;
    top: 50%;
    left: 10px;
    content: "";
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .search-bar-dark input[type="search"] {
    background-color: transparent;
    border: none;
    height: 28px;
    margin: 0;
    padding-right: 0;
    width: 100%; }
  .search-bar-dark .btn-cancel {
    position: absolute;
    top: 50%;
    right: 3px;
    display: block;
    padding: 0 5px 3px;
    visibility: hidden;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .search-bar-dark.searching .btn-cancel {
    visibility: visible; }
  @media (max-width: 320px) {
    .search-bar-dark input::-webkit-input-placeholder {
      font-size: 14px; }
    .search-bar-dark input:-ms-input-placeholder {
      font-size: 14px; }
    .search-bar-dark input::placeholder {
      font-size: 14px; } }

.input-round {
  border: 1px solid #e8e8e9;
  padding: 10px;
  width: 100%;
  border-radius: 8px; }

textarea.input-round {
  resize: none; }

.txt-middle-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left; }

.has-toggle-search {
  position: relative; }
  .has-toggle-search .toggle-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 23px 10px 10px; }
  .has-toggle-search .top-search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0; }
  .has-toggle-search .btn-close {
    color: #fff;
    display: block;
    padding-left: 15px;
    font-weight: 400;
    font-size: 16px; }
  .has-toggle-search._on-search .wrapper {
    display: none; }
  .has-toggle-search._on-search .toggle-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

/* ========================================
 Avatar
=========================================== */
.ava-circle {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  border: solid 3px #17c8d2; }

img {
  max-width: 100%; }

/* ========================================
 Typo
=========================================== */
i {
  font-style: normal; }

hr {
  border-style: solid;
  border-width: 1px;
  border-bottom-width: 0;
  margin: 15px 0; }

button:focus {
  outline: none; }

/* ========================================
 List
=========================================== */
ul {
  list-style: none none;
  padding: 0; }

.list-km li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border: solid 1px #ececec;
  border-radius: 4px;
  min-height: 80px;
  margin: 10px 0; }
  .list-km li .item-last {
    width: 94px;
    min-width: 94px;
    min-height: 80px;
    display: block;
    background-color: #f5f5f5;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: none;
    color: #686868;
    font-weight: 500;
    white-space: normal;
    padding: 9px; }
    .list-km li .item-last span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%; }
    .list-km li .item-last.active {
      background-color: #EE0033;
      color: #fff; }
  .list-km li .item-inner {
    margin: 0;
    padding: 15px;
    font-size: 11px;
    line-height: 14px;
    color: #686868;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .list-km li .item-inner p {
      font-size: 11px;
      margin: 0; }
    .list-km li .item-inner strong {
      display: block;
      font-size: 16px;
      margin-bottom: 5px;
      color: #1e2e2d; }

.list-goi-cuoc {
  margin-top: 0; }
  .list-goi-cuoc li {
    border-bottom: solid 1px #f3f3f3; }
    .list-goi-cuoc li:last-child {
      border-bottom: none; }
  .list-goi-cuoc .item-list-thumbnail {
    padding: 8px 0; }
    .list-goi-cuoc .item-list-thumbnail .ava {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      margin-top: 10px;
      overflow: hidden;
      background-color: #b9b9b9;
      color: #fff;
      font-size: 20px; }
    .list-goi-cuoc .item-list-thumbnail img {
      border-radius: 0;
      width: 48px;
      height: 48px; }
    .list-goi-cuoc .item-list-thumbnail h6 {
      white-space: normal;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-height: 1.4em;
      height: 2.8em; }
    .list-goi-cuoc .item-list-thumbnail .btn-sm {
      white-space: normal;
      line-height: 16px; }

.caros-slide {
  margin: 10px 0; }
  .caros-slide ul {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap; }
    .caros-slide ul li {
      display: inline-block;
      vertical-align: top; }
  .caros-slide li {
    padding: 0 5px 10px 0; }
  .caros-slide .heading {
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e9; }
    .caros-slide .heading:after, .caros-slide .heading:before {
      content: "";
      display: table;
      clear: both; }
    .caros-slide .heading h5 {
      float: left;
      margin: 0; }
    .caros-slide .heading a.btn {
      font-size: 12px;
      padding: 0;
      float: right; }

.nested-ul h5, .nested-ul h6, .nested-ul h4 {
  color: #4a4a4a;
  margin: 5px 0; }

.nested-ul p {
  color: #686868;
  font-size: 12px;
  margin-bottom: 0; }

.nested-ul .divider {
  padding: 10px 0;
  font-size: 12px; }

.nested-ul li {
  border-bottom: solid 1px #e8e8e9; }

.nested-ul .item {
  margin-left: 10px;
  border-bottom: solid 1px #e8e8e9;
  padding: 10px 0; }
  .nested-ul .item:last-child {
    border-bottom: none; }

.item-row-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .item-row-icon .item-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .item-row-icon .col-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    padding: 0; }
  .item-row-icon .item-last {
    text-align: right; }

.ul-grid {
  text-align: center; }
  .ul-grid > * {
    display: inline-block;
    vertical-align: middle; }
  .ul-grid li {
    margin: 4px 2px; }

.list-uu-dai {
  margin: 0; }
  .list-uu-dai .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f3f3f3;
    height: 95px; }
  .list-uu-dai .start {
    padding: 8px; }
  .list-uu-dai .inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 5px 0;
    padding-left: 3px; }
  .list-uu-dai .end {
    text-align: right;
    width: 45px; }
  .list-uu-dai .ava {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden; }
  .list-uu-dai p {
    margin: 0;
    color: #686868;
    font-size: 13px;
    line-height: 1.5em; }
  .list-uu-dai h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 3px;
    color: #000000; }
  .list-uu-dai .badget {
    background-color: #ff7000;
    color: #fff;
    padding: 1px 8px;
    border-radius: 5px;
    font-size: 12px; }
  .list-uu-dai .des {
    max-height: 63px;
    overflow: hidden; }

.list-voucher-lich-su {
  margin: 0;
  padding: 0 15px; }
  .list-voucher-lich-su .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 0 50px; }
  .list-voucher-lich-su .inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: 0 3px; }
  .list-voucher-lich-su .ava {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    height: 68px;
    overflow: hidden;
    padding-right: 8px; }
  .list-voucher-lich-su p {
    margin: 0;
    color: #000000;
    font-size: 13px;
    line-height: 1.5em; }
  .list-voucher-lich-su h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
    color: #EE0033; }

.list-voucher {
  margin: 0; }
  .list-voucher .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 0; }
  .list-voucher .inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 5px 0;
    padding: 0 3px; }
  .list-voucher .ava {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    height: 68px;
    overflow: hidden;
    padding: 0 8px; }
  .list-voucher p {
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0;
    color: #686868;
    font-size: 13px;
    line-height: 1.5em; }
  .list-voucher h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
    color: #000000; }

.list-voucher-chi-tiet {
  margin: 0; }
  .list-voucher-chi-tiet .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e8e8e9;
    padding: 20px 0 20px; }
  .list-voucher-chi-tiet .inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 5px 0;
    padding: 0 3px; }
  .list-voucher-chi-tiet .ava {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    height: 68px;
    overflow: hidden;
    padding: 0 8px; }
  .list-voucher-chi-tiet p {
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0;
    color: #2eb2a7;
    font-size: 15px;
    line-height: 1.5em; }
  .list-voucher-chi-tiet h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 3px;
    color: #000000; }
  .list-voucher-chi-tiet span {
    color: #999999;
    font-size: 20px; }

.list-doi-qua {
  margin: 0; }
  .list-doi-qua .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e8e8e9;
    padding: 20px 0 20px; }
  .list-doi-qua .inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 5px 0;
    padding: 0 3px; }
  .list-doi-qua .ava {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    height: 68px;
    overflow: hidden;
    padding: 0 8px; }
  .list-doi-qua p {
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0;
    color: #2eb2a7;
    font-size: 15px;
    line-height: 1.5em; }
  .list-doi-qua h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 3px;
    color: #000000; }
  .list-doi-qua span {
    color: #999999;
    font-size: 20px; }

/* ========================================
 Pagination
=========================================== */
.pagination {
  text-align: center;
  margin-top: 15px; }
  .pagination .next,
  .pagination .prev {
    width: 50px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-top: 4px; }
    .pagination .next .icon,
    .pagination .prev .icon {
      font-size: 22px;
      color: #EE0033; }
  .pagination select {
    margin-bottom: 0;
    height: 30px;
    width: 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #EE0033;
    -moz-appearance: menulist;
    -webkit-appearance: menulist; }

/* ========================================
 Products
=========================================== */
.item-gallery {
  margin: 0;
  width: 108px;
  white-space: normal; }
  .item-gallery img {
    width: 108px;
    height: 108px;
    border-radius: 8px; }
  .item-gallery figcaption h5 {
    color: #EE0033;
    font-size: 14px;
    margin: 5px 0; }
  .item-gallery figcaption h6 {
    color: #999999;
    font-size: 12px;
    margin: 5px 0; }
  .item-gallery figcaption .price {
    display: block;
    margin: 5px 0;
    font-size: 12px; }
  .item-gallery figcaption .btn {
    display: block;
    width: 70px;
    padding: 8px 2px; }

.item-gallery-app {
  margin: 0;
  width: 108px;
  white-space: normal;
  text-align: center; }
  .item-gallery-app img {
    width: 108px;
    height: 108px;
    border-radius: 0; }
  .item-gallery-app figcaption h5 {
    color: #EE0033;
    font-size: 14px;
    margin: 5px 0; }
  .item-gallery-app figcaption h6 {
    color: #999999;
    font-size: 12px;
    margin: 5px 0; }
  .item-gallery-app figcaption .price {
    display: block;
    margin: 5px 0;
    font-size: 12px; }
  .item-gallery-app figcaption .btn {
    display: block;
    width: 70px;
    padding: 8px 2px; }
  .item-gallery-app figcaption h6 {
    font-size: 14px;
    font-weight: 400; }

.item-list-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0; }
  .item-list-thumbnail figcaption {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px; }
    .item-list-thumbnail figcaption h5 {
      color: #1e2e2d;
      font-size: 14px;
      margin: 5px 0; }
    .item-list-thumbnail figcaption h6 {
      color: #999999;
      font-size: 12px;
      margin: 5px 0;
      font-weight: 300; }
    .item-list-thumbnail figcaption .price {
      display: block;
      margin: 5px 0;
      font-size: 12px;
      color: #29a19c; }
  .item-list-thumbnail img {
    width: 60px;
    height: 60px;
    border-radius: 8px; }
  .item-list-thumbnail .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .item-list-thumbnail .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.item-card-sell {
  width: 152px;
  height: 152px;
  border: solid 1px #ececec;
  border-radius: 8px;
  position: relative;
  text-align: center;
  padding: 5px 10px 50px;
  display: block; }
  .item-card-sell p {
    margin: 5px 0;
    font-size: 12px;
    line-height: 16px;
    color: #686868; }
  .item-card-sell .card-title {
    color: #EE0033;
    margin: 15px 0; }
  .item-card-sell .price {
    color: #EE0033;
    font-size: 14px;
    margin-top: 10px; }
    .item-card-sell .price b {
      font-weight: 700; }
  .item-card-sell .old-price {
    text-decoration: line-through; }
  .item-card-sell .des {
    height: 50px;
    margin-top: 10px; }
  .item-card-sell .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 5px 0 10px; }

.item-card-sell._lg {
  width: 152px;
  height: 209px; }

/* ========================================
 Sliders
=========================================== */
/* LightSlider */
.lightSlider li {
  padding: 0; }

.lightSlider.layout-actions li {
  position: relative; }

.lightSlider.layout-actions .slide-text {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 90%;
  white-space: normal;
  text-align: center;
  color: #fff;
  line-height: 1; }

.lightSlider.layout-actions .actions {
  position: absolute;
  bottom: 30px;
  right: 10px;
  text-align: right; }

.lightSlider.layout-166 .img {
  max-height: 37.5vw;
  overflow: hidden; }

.img-wrapper.layout-166 {
  max-height: 37.5vw;
  overflow: hidden; }

/* ========================================
 Expand/collapse
=========================================== */
.toggle-content {
  display: none; }
  .toggle-content.show {
    display: block; }

/* ========================================
 Errors
=========================================== */
.data-404 {
  text-align: center;
  margin: 40px;
  color: #686868; }
  .data-404 img {
    margin-bottom: 10px; }

/* ========================================
 Helper classes
=========================================== */
.bg-gradient {
  background-image: -o-linear-gradient(105deg, #296780, #14b5b5);
  background-image: linear-gradient(345deg, #296780, #14b5b5); }

.positive {
  color: #ff7000 !important; }

.primary {
  color: #EE0033 !important; }

.black {
  color: #000000 !important; }

.black-light {
  color: #1e2e2d !important; }

.black-fade {
  color: #313131 !important; }

.gray-light {
  color: #999999 !important; }

.gray-dark {
  color: #686868 !important; }

.white {
  color: #fff !important; }

.underline {
  text-decoration: underline !important; }

.white-ghost {
  color: #f3f3f3 !important; }

.orange {
  color: #ff7000 !important; }

.bg-gray-light {
  background-color: #999999 !important; }

.bg-white-ghost {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important; }

.pad {
  padding: 15px !important; }

.pad-l {
  padding-left: 15px !important; }

.pad-r {
  padding-right: 15px !important; }

.pad-t {
  padding-top: 15px !important; }

.pad-b {
  padding-bottom: 15px !important; }

.pad-v {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.pad-h {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.no-pad {
  padding: 0 !important; }

.space {
  margin: 15px !important; }

.space-l {
  margin-left: 15px !important; }

.space-r {
  margin-right: 15px !important; }

.space-t {
  margin-top: 15px !important; }

.space-b {
  margin-bottom: 15px !important; }

.space-v {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.space-h {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.no-space {
  margin: 0 !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.text-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.strike {
  text-decoration: line-through; }

.bold {
  font-weight: bold; }

.text-sm {
  font-size: 11px; }

.text-md {
  font-size: 14px; }

.inline-blocks > * {
  display: inline-block;
  vertical-align: middle; }

.block {
  display: block; }

.clearfix:after, .clearfix:before {
  content: "";
  display: table;
  clear: both; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.hide {
  display: none; }

.show {
  display: block; }

.visible {
  visibility: visible; }

.invisible {
  visibility: hidden; }

/* Start generate padding & margin helper classes */
.pad-1 {
  padding: 1px !important; }

.pad-t-1 {
  padding-top: 1px !important; }

.pad-r-1 {
  padding-right: 1px !important; }

.pad-b-1 {
  padding-bottom: 1px !important; }

.pad-l-1 {
  padding-left: 1px !important; }

.pad-h-1 {
  padding-left: 1px !important;
  padding-right: 1px !important; }

.pad-v-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important; }

.space-1 {
  margin: 1px !important; }

.space-t-1 {
  margin-top: 1px !important; }

.space-r-1 {
  margin-right: 1px !important; }

.space-b-1 {
  margin-bottom: 1px !important; }

.space-l-1 {
  margin-left: 1px !important; }

.space-h-1 {
  margin-left: 1px !important;
  margin-right: 1px !important; }

.space-v-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important; }

.pad-2 {
  padding: 2px !important; }

.pad-t-2 {
  padding-top: 2px !important; }

.pad-r-2 {
  padding-right: 2px !important; }

.pad-b-2 {
  padding-bottom: 2px !important; }

.pad-l-2 {
  padding-left: 2px !important; }

.pad-h-2 {
  padding-left: 2px !important;
  padding-right: 2px !important; }

.pad-v-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important; }

.space-2 {
  margin: 2px !important; }

.space-t-2 {
  margin-top: 2px !important; }

.space-r-2 {
  margin-right: 2px !important; }

.space-b-2 {
  margin-bottom: 2px !important; }

.space-l-2 {
  margin-left: 2px !important; }

.space-h-2 {
  margin-left: 2px !important;
  margin-right: 2px !important; }

.space-v-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important; }

.pad-3 {
  padding: 3px !important; }

.pad-t-3 {
  padding-top: 3px !important; }

.pad-r-3 {
  padding-right: 3px !important; }

.pad-b-3 {
  padding-bottom: 3px !important; }

.pad-l-3 {
  padding-left: 3px !important; }

.pad-h-3 {
  padding-left: 3px !important;
  padding-right: 3px !important; }

.pad-v-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important; }

.space-3 {
  margin: 3px !important; }

.space-t-3 {
  margin-top: 3px !important; }

.space-r-3 {
  margin-right: 3px !important; }

.space-b-3 {
  margin-bottom: 3px !important; }

.space-l-3 {
  margin-left: 3px !important; }

.space-h-3 {
  margin-left: 3px !important;
  margin-right: 3px !important; }

.space-v-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important; }

.pad-4 {
  padding: 4px !important; }

.pad-t-4 {
  padding-top: 4px !important; }

.pad-r-4 {
  padding-right: 4px !important; }

.pad-b-4 {
  padding-bottom: 4px !important; }

.pad-l-4 {
  padding-left: 4px !important; }

.pad-h-4 {
  padding-left: 4px !important;
  padding-right: 4px !important; }

.pad-v-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important; }

.space-4 {
  margin: 4px !important; }

.space-t-4 {
  margin-top: 4px !important; }

.space-r-4 {
  margin-right: 4px !important; }

.space-b-4 {
  margin-bottom: 4px !important; }

.space-l-4 {
  margin-left: 4px !important; }

.space-h-4 {
  margin-left: 4px !important;
  margin-right: 4px !important; }

.space-v-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important; }

.pad-5 {
  padding: 5px !important; }

.pad-t-5 {
  padding-top: 5px !important; }

.pad-r-5 {
  padding-right: 5px !important; }

.pad-b-5 {
  padding-bottom: 5px !important; }

.pad-l-5 {
  padding-left: 5px !important; }

.pad-h-5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.pad-v-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.space-5 {
  margin: 5px !important; }

.space-t-5 {
  margin-top: 5px !important; }

.space-r-5 {
  margin-right: 5px !important; }

.space-b-5 {
  margin-bottom: 5px !important; }

.space-l-5 {
  margin-left: 5px !important; }

.space-h-5 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.space-v-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.pad-6 {
  padding: 6px !important; }

.pad-t-6 {
  padding-top: 6px !important; }

.pad-r-6 {
  padding-right: 6px !important; }

.pad-b-6 {
  padding-bottom: 6px !important; }

.pad-l-6 {
  padding-left: 6px !important; }

.pad-h-6 {
  padding-left: 6px !important;
  padding-right: 6px !important; }

.pad-v-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important; }

.space-6 {
  margin: 6px !important; }

.space-t-6 {
  margin-top: 6px !important; }

.space-r-6 {
  margin-right: 6px !important; }

.space-b-6 {
  margin-bottom: 6px !important; }

.space-l-6 {
  margin-left: 6px !important; }

.space-h-6 {
  margin-left: 6px !important;
  margin-right: 6px !important; }

.space-v-6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important; }

.pad-7 {
  padding: 7px !important; }

.pad-t-7 {
  padding-top: 7px !important; }

.pad-r-7 {
  padding-right: 7px !important; }

.pad-b-7 {
  padding-bottom: 7px !important; }

.pad-l-7 {
  padding-left: 7px !important; }

.pad-h-7 {
  padding-left: 7px !important;
  padding-right: 7px !important; }

.pad-v-7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important; }

.space-7 {
  margin: 7px !important; }

.space-t-7 {
  margin-top: 7px !important; }

.space-r-7 {
  margin-right: 7px !important; }

.space-b-7 {
  margin-bottom: 7px !important; }

.space-l-7 {
  margin-left: 7px !important; }

.space-h-7 {
  margin-left: 7px !important;
  margin-right: 7px !important; }

.space-v-7 {
  margin-top: 7px !important;
  margin-bottom: 7px !important; }

.pad-8 {
  padding: 8px !important; }

.pad-t-8 {
  padding-top: 8px !important; }

.pad-r-8 {
  padding-right: 8px !important; }

.pad-b-8 {
  padding-bottom: 8px !important; }

.pad-l-8 {
  padding-left: 8px !important; }

.pad-h-8 {
  padding-left: 8px !important;
  padding-right: 8px !important; }

.pad-v-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

.space-8 {
  margin: 8px !important; }

.space-t-8 {
  margin-top: 8px !important; }

.space-r-8 {
  margin-right: 8px !important; }

.space-b-8 {
  margin-bottom: 8px !important; }

.space-l-8 {
  margin-left: 8px !important; }

.space-h-8 {
  margin-left: 8px !important;
  margin-right: 8px !important; }

.space-v-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important; }

.pad-9 {
  padding: 9px !important; }

.pad-t-9 {
  padding-top: 9px !important; }

.pad-r-9 {
  padding-right: 9px !important; }

.pad-b-9 {
  padding-bottom: 9px !important; }

.pad-l-9 {
  padding-left: 9px !important; }

.pad-h-9 {
  padding-left: 9px !important;
  padding-right: 9px !important; }

.pad-v-9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important; }

.space-9 {
  margin: 9px !important; }

.space-t-9 {
  margin-top: 9px !important; }

.space-r-9 {
  margin-right: 9px !important; }

.space-b-9 {
  margin-bottom: 9px !important; }

.space-l-9 {
  margin-left: 9px !important; }

.space-h-9 {
  margin-left: 9px !important;
  margin-right: 9px !important; }

.space-v-9 {
  margin-top: 9px !important;
  margin-bottom: 9px !important; }

/* End generate padding & margin helper classes */
/* Start generate padding & margin helper classes */
.pad-10 {
  padding: 10px !important; }

.pad-t-10 {
  padding-top: 10px !important; }

.pad-r-10 {
  padding-right: 10px !important; }

.pad-b-10 {
  padding-bottom: 10px !important; }

.pad-l-10 {
  padding-left: 10px !important; }

.pad-h-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.pad-v-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.space-10 {
  margin: 10px !important; }

.space-t-10 {
  margin-top: 10px !important; }

.space-r-10 {
  margin-right: 10px !important; }

.space-b-10 {
  margin-bottom: 10px !important; }

.space-l-10 {
  margin-left: 10px !important; }

.space-h-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.space-v-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.pad-15 {
  padding: 15px !important; }

.pad-t-15 {
  padding-top: 15px !important; }

.pad-r-15 {
  padding-right: 15px !important; }

.pad-b-15 {
  padding-bottom: 15px !important; }

.pad-l-15 {
  padding-left: 15px !important; }

.pad-h-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.pad-v-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.space-15 {
  margin: 15px !important; }

.space-t-15 {
  margin-top: 15px !important; }

.space-r-15 {
  margin-right: 15px !important; }

.space-b-15 {
  margin-bottom: 15px !important; }

.space-l-15 {
  margin-left: 15px !important; }

.space-h-15 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.space-v-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.pad-20 {
  padding: 20px !important; }

.pad-t-20 {
  padding-top: 20px !important; }

.pad-r-20 {
  padding-right: 20px !important; }

.pad-b-20 {
  padding-bottom: 20px !important; }

.pad-l-20 {
  padding-left: 20px !important; }

.pad-h-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.pad-v-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.space-20 {
  margin: 20px !important; }

.space-t-20 {
  margin-top: 20px !important; }

.space-r-20 {
  margin-right: 20px !important; }

.space-b-20 {
  margin-bottom: 20px !important; }

.space-l-20 {
  margin-left: 20px !important; }

.space-h-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.space-v-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.pad-25 {
  padding: 25px !important; }

.pad-t-25 {
  padding-top: 25px !important; }

.pad-r-25 {
  padding-right: 25px !important; }

.pad-b-25 {
  padding-bottom: 25px !important; }

.pad-l-25 {
  padding-left: 25px !important; }

.pad-h-25 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.pad-v-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.space-25 {
  margin: 25px !important; }

.space-t-25 {
  margin-top: 25px !important; }

.space-r-25 {
  margin-right: 25px !important; }

.space-b-25 {
  margin-bottom: 25px !important; }

.space-l-25 {
  margin-left: 25px !important; }

.space-h-25 {
  margin-left: 25px !important;
  margin-right: 25px !important; }

.space-v-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.pad-30 {
  padding: 30px !important; }

.pad-t-30 {
  padding-top: 30px !important; }

.pad-r-30 {
  padding-right: 30px !important; }

.pad-b-30 {
  padding-bottom: 30px !important; }

.pad-l-30 {
  padding-left: 30px !important; }

.pad-h-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.pad-v-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.space-30 {
  margin: 30px !important; }

.space-t-30 {
  margin-top: 30px !important; }

.space-r-30 {
  margin-right: 30px !important; }

.space-b-30 {
  margin-bottom: 30px !important; }

.space-l-30 {
  margin-left: 30px !important; }

.space-h-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.space-v-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.pad-35 {
  padding: 35px !important; }

.pad-t-35 {
  padding-top: 35px !important; }

.pad-r-35 {
  padding-right: 35px !important; }

.pad-b-35 {
  padding-bottom: 35px !important; }

.pad-l-35 {
  padding-left: 35px !important; }

.pad-h-35 {
  padding-left: 35px !important;
  padding-right: 35px !important; }

.pad-v-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }

.space-35 {
  margin: 35px !important; }

.space-t-35 {
  margin-top: 35px !important; }

.space-r-35 {
  margin-right: 35px !important; }

.space-b-35 {
  margin-bottom: 35px !important; }

.space-l-35 {
  margin-left: 35px !important; }

.space-h-35 {
  margin-left: 35px !important;
  margin-right: 35px !important; }

.space-v-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

.pad-40 {
  padding: 40px !important; }

.pad-t-40 {
  padding-top: 40px !important; }

.pad-r-40 {
  padding-right: 40px !important; }

.pad-b-40 {
  padding-bottom: 40px !important; }

.pad-l-40 {
  padding-left: 40px !important; }

.pad-h-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.pad-v-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.space-40 {
  margin: 40px !important; }

.space-t-40 {
  margin-top: 40px !important; }

.space-r-40 {
  margin-right: 40px !important; }

.space-b-40 {
  margin-bottom: 40px !important; }

.space-l-40 {
  margin-left: 40px !important; }

.space-h-40 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.space-v-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.pad-45 {
  padding: 45px !important; }

.pad-t-45 {
  padding-top: 45px !important; }

.pad-r-45 {
  padding-right: 45px !important; }

.pad-b-45 {
  padding-bottom: 45px !important; }

.pad-l-45 {
  padding-left: 45px !important; }

.pad-h-45 {
  padding-left: 45px !important;
  padding-right: 45px !important; }

.pad-v-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.space-45 {
  margin: 45px !important; }

.space-t-45 {
  margin-top: 45px !important; }

.space-r-45 {
  margin-right: 45px !important; }

.space-b-45 {
  margin-bottom: 45px !important; }

.space-l-45 {
  margin-left: 45px !important; }

.space-h-45 {
  margin-left: 45px !important;
  margin-right: 45px !important; }

.space-v-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

.pad-50 {
  padding: 50px !important; }

.pad-t-50 {
  padding-top: 50px !important; }

.pad-r-50 {
  padding-right: 50px !important; }

.pad-b-50 {
  padding-bottom: 50px !important; }

.pad-l-50 {
  padding-left: 50px !important; }

.pad-h-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.pad-v-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.space-50 {
  margin: 50px !important; }

.space-t-50 {
  margin-top: 50px !important; }

.space-r-50 {
  margin-right: 50px !important; }

.space-b-50 {
  margin-bottom: 50px !important; }

.space-l-50 {
  margin-left: 50px !important; }

.space-h-50 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.space-v-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.pad-55 {
  padding: 55px !important; }

.pad-t-55 {
  padding-top: 55px !important; }

.pad-r-55 {
  padding-right: 55px !important; }

.pad-b-55 {
  padding-bottom: 55px !important; }

.pad-l-55 {
  padding-left: 55px !important; }

.pad-h-55 {
  padding-left: 55px !important;
  padding-right: 55px !important; }

.pad-v-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important; }

.space-55 {
  margin: 55px !important; }

.space-t-55 {
  margin-top: 55px !important; }

.space-r-55 {
  margin-right: 55px !important; }

.space-b-55 {
  margin-bottom: 55px !important; }

.space-l-55 {
  margin-left: 55px !important; }

.space-h-55 {
  margin-left: 55px !important;
  margin-right: 55px !important; }

.space-v-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important; }

.pad-60 {
  padding: 60px !important; }

.pad-t-60 {
  padding-top: 60px !important; }

.pad-r-60 {
  padding-right: 60px !important; }

.pad-b-60 {
  padding-bottom: 60px !important; }

.pad-l-60 {
  padding-left: 60px !important; }

.pad-h-60 {
  padding-left: 60px !important;
  padding-right: 60px !important; }

.pad-v-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.space-60 {
  margin: 60px !important; }

.space-t-60 {
  margin-top: 60px !important; }

.space-r-60 {
  margin-right: 60px !important; }

.space-b-60 {
  margin-bottom: 60px !important; }

.space-l-60 {
  margin-left: 60px !important; }

.space-h-60 {
  margin-left: 60px !important;
  margin-right: 60px !important; }

.space-v-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.pad-65 {
  padding: 65px !important; }

.pad-t-65 {
  padding-top: 65px !important; }

.pad-r-65 {
  padding-right: 65px !important; }

.pad-b-65 {
  padding-bottom: 65px !important; }

.pad-l-65 {
  padding-left: 65px !important; }

.pad-h-65 {
  padding-left: 65px !important;
  padding-right: 65px !important; }

.pad-v-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important; }

.space-65 {
  margin: 65px !important; }

.space-t-65 {
  margin-top: 65px !important; }

.space-r-65 {
  margin-right: 65px !important; }

.space-b-65 {
  margin-bottom: 65px !important; }

.space-l-65 {
  margin-left: 65px !important; }

.space-h-65 {
  margin-left: 65px !important;
  margin-right: 65px !important; }

.space-v-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important; }

.pad-70 {
  padding: 70px !important; }

.pad-t-70 {
  padding-top: 70px !important; }

.pad-r-70 {
  padding-right: 70px !important; }

.pad-b-70 {
  padding-bottom: 70px !important; }

.pad-l-70 {
  padding-left: 70px !important; }

.pad-h-70 {
  padding-left: 70px !important;
  padding-right: 70px !important; }

.pad-v-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.space-70 {
  margin: 70px !important; }

.space-t-70 {
  margin-top: 70px !important; }

.space-r-70 {
  margin-right: 70px !important; }

.space-b-70 {
  margin-bottom: 70px !important; }

.space-l-70 {
  margin-left: 70px !important; }

.space-h-70 {
  margin-left: 70px !important;
  margin-right: 70px !important; }

.space-v-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

.pad-75 {
  padding: 75px !important; }

.pad-t-75 {
  padding-top: 75px !important; }

.pad-r-75 {
  padding-right: 75px !important; }

.pad-b-75 {
  padding-bottom: 75px !important; }

.pad-l-75 {
  padding-left: 75px !important; }

.pad-h-75 {
  padding-left: 75px !important;
  padding-right: 75px !important; }

.pad-v-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important; }

.space-75 {
  margin: 75px !important; }

.space-t-75 {
  margin-top: 75px !important; }

.space-r-75 {
  margin-right: 75px !important; }

.space-b-75 {
  margin-bottom: 75px !important; }

.space-l-75 {
  margin-left: 75px !important; }

.space-h-75 {
  margin-left: 75px !important;
  margin-right: 75px !important; }

.space-v-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important; }

.pad-80 {
  padding: 80px !important; }

.pad-t-80 {
  padding-top: 80px !important; }

.pad-r-80 {
  padding-right: 80px !important; }

.pad-b-80 {
  padding-bottom: 80px !important; }

.pad-l-80 {
  padding-left: 80px !important; }

.pad-h-80 {
  padding-left: 80px !important;
  padding-right: 80px !important; }

.pad-v-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.space-80 {
  margin: 80px !important; }

.space-t-80 {
  margin-top: 80px !important; }

.space-r-80 {
  margin-right: 80px !important; }

.space-b-80 {
  margin-bottom: 80px !important; }

.space-l-80 {
  margin-left: 80px !important; }

.space-h-80 {
  margin-left: 80px !important;
  margin-right: 80px !important; }

.space-v-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

/* End generate padding & margin helper classes */
/* Start generate padding & margin helper classes */
.pad-0 {
  padding: 0px !important; }

.pad-t-0 {
  padding-top: 0px !important; }

.pad-r-0 {
  padding-right: 0px !important; }

.pad-b-0 {
  padding-bottom: 0px !important; }

.pad-l-0 {
  padding-left: 0px !important; }

.pad-h-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.pad-v-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.space-0 {
  margin: 0px !important; }

.space-t-0 {
  margin-top: 0px !important; }

.space-r-0 {
  margin-right: 0px !important; }

.space-b-0 {
  margin-bottom: 0px !important; }

.space-l-0 {
  margin-left: 0px !important; }

.space-h-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.space-v-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.pad-1 {
  padding: 1px !important; }

.pad-t-1 {
  padding-top: 1px !important; }

.pad-r-1 {
  padding-right: 1px !important; }

.pad-b-1 {
  padding-bottom: 1px !important; }

.pad-l-1 {
  padding-left: 1px !important; }

.pad-h-1 {
  padding-left: 1px !important;
  padding-right: 1px !important; }

.pad-v-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important; }

.space-1 {
  margin: 1px !important; }

.space-t-1 {
  margin-top: 1px !important; }

.space-r-1 {
  margin-right: 1px !important; }

.space-b-1 {
  margin-bottom: 1px !important; }

.space-l-1 {
  margin-left: 1px !important; }

.space-h-1 {
  margin-left: 1px !important;
  margin-right: 1px !important; }

.space-v-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important; }

/* End generate padding & margin helper classes */
.stop-scrolling {
  overflow-y: hidden; }

body.stop-scrolling {
  position: fixed;
  width: 100%; }

.modal-reuse, .modal-reuse.active {
  background-color: rgba(0, 0, 0, 0.5); }

.modal-reuse .modal-wrapper {
  bottom: 0;
  height: 100%; }
  .modal-reuse .modal-wrapper .modal-cont {
    top: inherit;
    position: absolute;
    bottom: 0;
    width: 100%; }
    .modal-reuse .modal-wrapper .modal-cont .bar-nt {
      margin-top: 10px; }

.modal-reuse._scrollable .modal-cont {
  max-height: 100%;
  background-color: #fff; }

.modal-reuse._scrollable .bar-nav {
  position: initial;
  height: 40px; }

html {
  /* height: 100%; */
  background-color: #fff; }

/* ========================================
 Header - Tab bar
=========================================== */
.bar-nav {
  background-image: -o-linear-gradient(105deg, #296780, #14b5b5);
  background-image: linear-gradient(345deg, #296780, #14b5b5);
  z-index: 0; }
  .bar-nav:after, .bar-nav:before {
    content: "";
    display: table;
    clear: both; }
  .bar-nav .title {
    font-size: 20px;
    font-weight: 300; }
  .bar-nav .title,
  .bar-nav .icon {
    color: #fff; }
  .bar-nav a.icon {
    margin-top: 15px; }
  .bar-nav-li-xi {
    background: #EB3131;
    background-image: url("../images/Mask Group@2x.png");
    /* fallback */
    background-image: url("../images/Mask Group@2x.png"), -o-linear-gradient(105deg, #A51505, #EB3131);
    background-image: url("../images/Mask Group@2x.png"), linear-gradient(345deg, #A51505, #EB3131);
    /* W3C */
    background-repeat: no-repeat;
    background-size: auto 100%; }

.content .bar-nav {
  position: initial;
  height: 75px;
  margin-left: -15px;
  margin-right: -15px; }

.content.no-pad .bar-nav {
  margin-left: 0;
  margin-right: 0; }

.bar-nav.has-subtitle .title {
  line-height: 20px;
  margin: 20px 0 0; }

.bar-nav.has-subtitle .sub-title {
  display: block;
  text-align: center;
  color: #abdae0;
  font-weight: 300;
  font-size: 11px; }

.bar-tab .icon-vt {
  margin: 2px 0; }

/* ========================================
 Content
=========================================== */
.content {
  padding: 0 15px 63px 15px; }

/* .content.no-pad {
  padding: 0 0 63px 0 !important; } */

body {
  font-weight: 300;
  /*height: 100%;*/
}

.top-search {
  margin-top: 22px; }
  .top-search.searching {
    padding-left: 0; }
    .top-search.searching:before {
      display: none; }

.top-search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .top-search-wrapper .top-search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .top-search-wrapper .btn-back {
    display: none;
    margin-top: 25px;
    margin-right: 10px; }
  .top-search-wrapper.searching .btn-back {
    display: block; }

/* ========================================
 Modal
=========================================== */
.modal {
  overflow: auto; }

.modal-dialog {
  background-color: rgba(0, 0, 0, 0.5); }
  .modal-dialog .modal-title {
    margin-bottom: 0; }
  .modal-dialog .modal-content {
    background-color: #fff;
    width: 280px;
    margin: 0 auto;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
  .modal-dialog .modal-header {
    padding: 15px;
    text-align: center;
    position: relative; }
    .modal-dialog .modal-header .icon-close {
      color: #999999;
      position: absolute;
      top: 15px;
      right: 10px;
      font-size: 30px;
      margin-top: -5px; }
  .modal-dialog .modal-body {
    padding: 0 15px; }
  .modal-dialog.layout-box .modal-header {
    background-color: #EE0033;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: -1px; }
  .modal-dialog.layout-box .modal-body {
    padding-top: 15px; }

.modal-datepicker .content {
  padding: 0 0 15px; }
  .modal-datepicker .content .bar-nav {
    height: auto;
    margin: 0 !important; }

.modal-datepicker .datepicker {
  margin: 0 auto;
  width: 100%;
  border: none; }

/* Modal selectbox */
.modal-selectbox .content {
  padding: 0; }

.modal-selectbox .bar-nav {
  height: auto; }

.modal-selectbox .table-view {
  padding: 0 10px;
  margin-bottom: 0; }

.modal-selectbox .table-view-cell {
  padding: 0 !important; }
  .modal-selectbox .table-view-cell:last-child {
    border-bottom: none; }
  .modal-selectbox .table-view-cell.selected .item-last {
    visibility: visible; }

.modal-selectbox .item {
  padding: 15px 10px 15px 0; }
  .modal-selectbox .item h5, .modal-selectbox .item h6, .modal-selectbox .item h4, .modal-selectbox .item h3, .modal-selectbox .item h2, .modal-selectbox .item h1 {
    margin: 0; }
  .modal-selectbox .item .item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    color: #1e2e2d; }

.modal-selectbox .item-last {
  visibility: hidden; }

.modal-selectbox .modal-wrapper {
  height: 100%; }

.modal-selectbox .modal-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  padding-bottom: 25px; }

.modal-style2.active {
  background-color: rgba(0, 0, 0, 0.8); }

.modal-style2 .modal-content {
  width: 300px;
  top: 35%; }
  .modal-style2 .modal-content .modal-header {
    background-color: #29a19c;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
    .modal-style2 .modal-content .modal-header a {
      color: #fff; }
  .modal-style2 .modal-content .modal-body {
    background-color: #75c0c0;
    padding: 13px 34px 7px; }
    .modal-style2 .modal-content .modal-body p {
      color: #fff;
      text-align: left; }
    .modal-style2 .modal-content .modal-body form {
      margin-top: 40px; }
      .modal-style2 .modal-content .modal-body form .with-icon {
        padding: 10px 0px 10px 0px;
        margin-bottom: 20px;
        background: transparent;
        border-bottom: 1px solid #fff; }
        .modal-style2 .modal-content .modal-body form .with-icon label {
          position: relative;
          width: 100%; }
          .modal-style2 .modal-content .modal-body form .with-icon label select {
            width: 100%;
            padding: 3px;
            margin: 0;
            border-radius: 4px;
            -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
            -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
            border: none;
            outline: none;
            display: inline-block;
            -webkit-appearance: none;
            -moz-appearance: none;
            font-weight: 500;
            background-color: transparent;
            color: #fff;
            font-size: 16px;
            -webkit-box-shadow: none;
            box-shadow: none; }
        .modal-style2 .modal-content .modal-body form .with-icon label:after {
          content: '>';
          font: 20px "Consolas", monospace;
          color: #fff;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          right: 0px;
          top: 2px;
          padding: 0 0 2px;
          position: absolute;
          pointer-events: none; }
        .modal-style2 .modal-content .modal-body form .with-icon .icon-down-nav {
          font-size: 16px; }

.modal-cskh-gop-y-sp.active {
  background-color: rgba(0, 0, 0, 0.8); }

.modal-cskh-gop-y-sp .modal-content {
  width: 300px;
  top: 280px; }
  .modal-cskh-gop-y-sp .modal-content .modal-header {
    padding: 15px 0;
    border-bottom: solid 1px #b3b3b3;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
    .modal-cskh-gop-y-sp .modal-content .modal-header .icon-close {
      color: #fff;
      top: -64px;
      font-size: 40px;
      margin-top: -6px; }
  .modal-cskh-gop-y-sp .modal-content .modal-body {
    padding: 11px 15px 7px; }
    .modal-cskh-gop-y-sp .modal-content .modal-body .h2 {
      color: #686868;
      font-weight: 600;
      text-align: left; }
    .modal-cskh-gop-y-sp .modal-content .modal-body form textarea {
      width: 100%;
      border-radius: 8px;
      background-color: #ebebeb;
      border: none;
      resize: none;
      padding-top: 7px; }
    .modal-cskh-gop-y-sp .modal-content .modal-body form input::-webkit-input-placeholder, .modal-cskh-gop-y-sp .modal-content .modal-body form textarea::-webkit-input-placeholder {
      color: #c2c2c2;
      font-size: 16px; }
    .modal-cskh-gop-y-sp .modal-content .modal-body form input:-ms-input-placeholder, .modal-cskh-gop-y-sp .modal-content .modal-body form textarea:-ms-input-placeholder {
      color: #c2c2c2;
      font-size: 16px; }
    .modal-cskh-gop-y-sp .modal-content .modal-body form input::placeholder, .modal-cskh-gop-y-sp .modal-content .modal-body form textarea::placeholder {
      color: #c2c2c2;
      font-size: 16px; }
    .modal-cskh-gop-y-sp .modal-content .modal-body form .with-icon {
      padding: 4px 0;
      border: none;
      border-radius: 8px;
      background-color: #ebebeb;
      margin-bottom: 10px; }
      .modal-cskh-gop-y-sp .modal-content .modal-body form .with-icon img {
        margin-right: 5px; }
  .modal-cskh-gop-y-sp .modal-content .modal-footer {
    padding: 15px 0;
    border-top: solid 1px #b3b3b3; }
    .modal-cskh-gop-y-sp .modal-content .modal-footer .btn {
      margin: 0;
      font-weight: 500;
      padding: 0;
      font-size: 16px;
      color: #29a19c;
      text-transform: uppercase; }

.modal-vp.active {
  background-color: rgba(0, 0, 0, 0.8); }

.modal-vp .modal-content {
  width: 300px;
  top: 345px; }
  .modal-vp .modal-content .modal-header {
    padding: 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #EE0033;
    color: #fff; }
    .modal-vp .modal-content .modal-header .icon-close {
      color: #fff;
      top: -64px;
      font-size: 40px;
      margin-top: -6px; }
  .modal-vp .modal-content .modal-body .firt-content {
    background-color: #2eb2a7;
    padding: 15px 0;
    margin: 0 -15px;
    text-transform: uppercase;
    text-align: center;
    color: #fff; }
    .modal-vp .modal-content .modal-body .firt-content p {
      color: #fff; }
  .modal-vp .modal-content .modal-footer {
    padding: 15px 0;
    border-top: solid 1px #b3b3b3; }
    .modal-vp .modal-content .modal-footer .btn-vp {
      margin: 0 auto;
      font-weight: 500;
      padding: 15px 40px;
      font-size: 16px;
      text-transform: uppercase; }

/* Modal filter */
.modal-reuse.modal-filter .modal-cont {
  max-height: 100%;
  background-color: #fff; }

.modal-reuse.modal-filter .bar-nav {
  position: initial;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.modal-reuse.modal-filter .title-head {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center; }

.modal-reuse.modal-filter .btn-ok {
  padding-top: 10px;
  font-size: 16px; }

.modal-reuse.modal-filter .modal-wrapper .modal-cont .bar-nav .title-head {
  font-size: 16px;
  font-weight: 300; }

.modal-reuse.modal-filter .group-select {
  background: #f3f3f3;
  padding: 8px 0; }
  .modal-reuse.modal-filter .group-select .wrapper {
    background-color: #EE0033;
    text-align: center; }
  .modal-reuse.modal-filter .group-select select {
    background: transparent;
    color: #fff;
    border: none;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px;
    text-align: center; }
  .modal-reuse.modal-filter .group-select .icon-caret {
    color: #fff;
    width: 20px;
    font-size: 30px;
    text-indent: -5px;
    vertical-align: middle; }

.modal-reuse.modal-filter .group-radio {
  background: #f3f3f3;
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .modal-reuse.modal-filter .group-radio input[type="radio"] {
    display: none; }
  .modal-reuse.modal-filter .group-radio label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    border: 1px solid #EE0033;
    color: #EE0033;
    background-color: #fff;
    padding: 4px;
    text-transform: uppercase; }
    .modal-reuse.modal-filter .group-radio label:first-of-type {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .modal-reuse.modal-filter .group-radio label:last-of-type {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
  .modal-reuse.modal-filter .group-radio input[type="radio"]:checked + label {
    background-color: #EE0033;
    color: #fff; }

.modal-reuse.modal-filter .group-select + .group-radio {
  padding-top: 0; }

.modal-reuse.modal-filter .ul-radio {
  max-height: 200px;
  overflow: auto; }
  .modal-reuse.modal-filter .ul-radio input[type="radio"] {
    display: none; }
  .modal-reuse.modal-filter .ul-radio label {
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .modal-reuse.modal-filter .ul-radio label span {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .modal-reuse.modal-filter .ul-radio label i {
      visibility: hidden; }
  .modal-reuse.modal-filter .ul-radio input[type="radio"]:checked + label i {
    visibility: visible; }

.modal-no-full {
  background-color: rgba(0, 0, 0, 0.5); }
  .modal-no-full .modal-wrapper {
    height: 100%; }
    .modal-no-full .modal-wrapper .modal-deal-day {
      height: 100%;
      width: 80%;
      padding-bottom: 0; }

.data-sharing-modal span {
  color: #000000;
  font-weight: 600; }

.data-sharing-modal .modal-footer {
  margin-bottom: 30px; }
  .data-sharing-modal .modal-footer .btn-with {
    min-width: 80px;
    margin-left: 10px; }

.cover-img {
  position: relative;
  overflow: hidden;
  border-radius: 50%; }
  .cover-img .img1 {
    position: absolute;
    border-radius: 0px;
    border-right: 0.5px solid white;
    border-bottom: 0.5px solid white;
    width: 100%;
    height: 100%; }
  .cover-img .img2 {
    position: absolute;
    left: 50%;
    bottom: 50%;
    border-radius: 0px;
    border-left: 0.5px solid white;
    border-bottom: 0.5px solid white;
    width: 60px;
    height: 60px; }
  .cover-img .img3 {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 0px;
    border-top: 0.5px solid white;
    border-left: 0.5px solid white; }
  .cover-img .img4 {
    position: absolute;
    left: 50%;
    top: -1px;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    border-top: 0.5px solid white;
    border-left: 0.5px solid white; }

.page-home .row-ava {
  border-bottom: solid 1px rgba(232, 232, 233, 0.19);
  margin: 0px 0px 10px 0px;
  padding: 5px 0px 10px 0px; }
  .page-home .row-ava .ava-circle {
    margin-right: 10px; }
  .page-home .row-ava .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .page-home .row-ava .icons i {
      margin: 15px; }
    .page-home .row-ava .icons .icon-bell-white {
      margin-top: 19px; }
  .page-home .row-ava .left {
    color: #fff;
    float: left; }
    .page-home .row-ava .left > * {
      display: inline-block;
      vertical-align: middle; }
    .page-home .row-ava .left .txt-sdt-home {
      color: white;
      line-height: 5px;
      margin-top: 18px; }
      .page-home .row-ava .left .txt-sdt-home b {
        color: white; }
      .page-home .row-ava .left .txt-sdt-home span {
        font-size: 11px; }
  .page-home .row-ava .right {
    float: right;
    height: 53px;
    padding: 20px 0 10px; }
    .page-home .row-ava .right > * {
      display: inline-block;
      vertical-align: middle; }
    .page-home .row-ava .right .item-card,
    .page-home .row-ava .right .item-notification {
      height: 26px;
      vertical-align: top;
      position: relative; }
      .page-home .row-ava .right .item-card i,
      .page-home .row-ava .right .item-notification i {
        margin: 0px; }
      .page-home .row-ava .right .item-card span,
      .page-home .row-ava .right .item-notification span {
        width: 15px;
        height: 15px;
        top: -5px;
        border-radius: 50%;
        left: 7px;
        background-color: red;
        position: absolute;
        color: white;
        text-align: center;
        font-size: 10px; }
        .page-home .row-ava .right .item-card span m,
        .page-home .row-ava .right .item-notification span m {
          float: left;
          margin: -3px 4px;
          font-weight: bold; }
    .page-home .row-ava .right .item-card {
      margin-right: 10px; }
    .page-home .row-ava .right .item-notification {
      margin-top: 2px; }

.page-home .row-tk span,
.page-home .row-km span {
  color: #abdae0;
  font-size: 12px; }
  .page-home .row-tk span b,
  .page-home .row-km span b {
    color: #fff; }

.page-home .row-tk b {
  font-size: 30px;
  padding-top: 15px; }

.page-home .row-tk a {
  line-height: 1;
  margin-top: 27px;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500; }
  .page-home .row-tk a i, .page-home .row-tk a .icon {
    font-size: 14px;
    vertical-align: middle;
    top: -1px; }

.page-home .row-km a {
  margin-top: 5px;
  padding: 9px 2px; }
  @media (max-width: 320px) {
    .page-home .row-km a {
      width: 75px; } }

.page-home .row-km b {
  font-size: 15px; }

.page-home .list-mung-xuan {
  text-align: center;
  margin-top: 10px;
  padding-bottom: 0px; }
  .page-home .list-mung-xuan .cover-img-li-xi {
    height: 77px;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    .page-home .list-mung-xuan .cover-img-li-xi img {
      width: 100%;
      height: 100%; }
  .page-home .list-mung-xuan p {
    margin-top: 10px;
    margin-bottom: 20px; }

.page-home .hr-common {
  border-top: none;
  border-bottom: 5px solid #E5E5E5;
  margin: 0px -15px;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important; }

.page-home .no-border {
  border: none !important; }

.page-home .grid-thong-tin-data {
  border-top: 1px solid #D5DEE3;
  padding: 17px 0px;
  margin: 0px; }
  .page-home .grid-thong-tin-data .col {
    text-align: center;
    padding-bottom: 0px; }
    .page-home .grid-thong-tin-data .col p {
      color: #858585;
      margin: 0px; }
      .page-home .grid-thong-tin-data .col p span {
        display: block;
        color: #000000;
        font-weight: 500; }
        .page-home .grid-thong-tin-data .col p span b {
          font-size: 24px; }
        .page-home .grid-thong-tin-data .col p span i {
          margin-right: 3px; }
  .page-home .grid-thong-tin-data .have-border {
    border-left: 1px solid #D5DEE3;
    border-right: 1px solid #D5DEE3; }

.page-home .hr-thong-tin-data {
  border-top: none;
  border-bottom: 1px solid #D5DEE3;
  border-color: #D5DEE3 !important;
  margin: 0px; }

.page-home .user-tk {
  height: 210px;
  margin: 0 -15px 10px -15px;
  padding: 15px; }

.page-home .user-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .page-home .user-data .col-icon {
    padding-left: 0; }
  .page-home .user-data .inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .page-home .user-data .end {
    padding-top: 22px; }
  .page-home .user-data span {
    font-size: 16px;
    font-weight: 400;
    color: #686868; }
    .page-home .user-data span b {
      font-size: 24px;
      font-weight: 500;
      color: #313131; }
  .page-home .user-data a + span {
    border-left: solid 1px #f3f3f3;
    padding-left: 5px; }

.page-home .data-sharing {
  background-color: #ECF7F8;
  border: 1px solid #8CD1D8;
  border-radius: 3px;
  margin: 15px 0px;
  padding: 6px; }
  .page-home .data-sharing figcaption {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    color: #858585;
    flex: 1;
    padding: 0 10px; }
    .page-home .data-sharing figcaption .txt-share-by {
      margin-top: 1px;
      margin-bottom: 4px; }
      .page-home .data-sharing figcaption .txt-share-by span {
        color: #000000;
        font-weight: 600; }
    .page-home .data-sharing figcaption span b {
      font-size: 24px;
      color: #000000;
      font-weight: 500; }
    .page-home .data-sharing figcaption .txt-data {
      border-right: 1px solid #E8E7E9;
      padding-right: 15px;
      margin-right: 12px; }
  .page-home .data-sharing .right span {
    font-size: 16px;
    font-weight: 400;
    color: #686868; }

.page-home .group-data-sharing {
  background-color: #ECF7F8;
  border: 1px solid #8CD1D8;
  border-radius: 3px;
  padding: 6px 15px;
  margin-top: 0px; }
  .page-home .group-data-sharing .item-list-thumbnail .cover-img-home {
    width: 48px;
    height: 48px;
    margin-right: 7px; }
  .page-home .group-data-sharing .item-list-thumbnail figcaption p {
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #323232;
    margin-bottom: 5px;
    margin-top: 4px; }
  .page-home .group-data-sharing .item-list-thumbnail figcaption h6 {
    font-style: italic; }
  .page-home .group-data-sharing .item-list-thumbnail .right span {
    font-size: 16px;
    font-weight: 400;
    color: #686868; }

.page-home .txt-mua-them-data {
  margin-top: 15px; }

.page-home .mua-them-data {
  margin-bottom: 27px; }

.page-home li {
  outline: none; }

.page-home .checkbox {
  margin-top: 8px;
  margin-right: 10px;
  display: inline-block; }
  .page-home .checkbox input {
    display: none; }
  .page-home .checkbox label {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 142px;
    height: 65px;
    border-radius: 8px;
    background-color: #ffffff;
    background-color: rgba(224, 224, 224, 0.7);
    border: solid 1px #ececec;
    padding-top: 12px;
    text-align: center;
    color: #000000; }
    .page-home .checkbox label b {
      font-size: 24px;
      font-weight: 600;
      display: block; }
  .page-home .checkbox input[type=radio]:checked + label {
    background-color: #ff7000;
    color: white; }
  .page-home .checkbox input[type=checkbox]:checked + label {
    background-color: #ff7000;
    color: white; }
  .page-home .checkbox .activedata {
    background-color: #ff7000;
    color: white; }

.page-home .have-mr {
  margin-right: 15px; }

.page-home .content-mua-them {
  padding: 0px 15px 22px; }
  .page-home .content-mua-them p {
    line-height: 20px; }
  .page-home .content-mua-them .cover-btn {
    text-align: center; }

.page-home .buy-data .data-info {
  margin-top: 25px; }
  .page-home .buy-data .data-info .btn {
    display: block;
    margin: 15px auto;
    max-width: 95px; }

.page-home .btn-sale-off {
  padding: 5px 0px;
  margin: 10px 0px;
  text-align: left;
  font-weight: 400;
  border-bottom: solid 1px #f3f3f3;
  border-radius: 0; }
  .page-home .btn-sale-off .icon {
    margin-top: 2px;
    -moz-margin-start: -15px; }

.page-home .list-goi-cuoc {
  margin-top: 0; }

.page-home .popover-money:before {
  left: 25%;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  top: -10px; }

.page-home .popover-ho-tro {
  padding-left: 10px;
  padding-right: 10px; }
  .page-home .popover-ho-tro h5 {
    margin-left: 8px; }

.page-home .popover-ho-tro:before {
  top: -9px; }

.mvt-btn-tet {
  position: fixed;
  bottom: 80px;
  right: 15px; }

.data-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 15px auto; }
  .data-picker li {
    min-width: 80px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .data-picker li:last-child {
      min-width: 70px;
      -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
      flex: 0.5;
      text-align: right;
      margin-left: -2px; }
      .data-picker li:last-child .node:before {
        width: 200%;
        z-index: 0; }
      .data-picker li:last-child .node .handle {
        left: initial;
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .data-picker li:first-child {
      min-width: 40px;
      -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
      flex: 0.5;
      margin-right: -2px;
      margin-left: 0;
      text-align: left;
      z-index: 2; }
      .data-picker li:first-child .node:before {
        display: none; }
      .data-picker li:first-child .node .handle {
        background-color: #ff7000 !important;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .data-picker li.active .node:before,
    .data-picker li.active .handle {
      background-color: #ff7000; }
  .data-picker .node {
    display: block;
    position: relative;
    margin: 0 0 15px;
    height: 18px; }
    .data-picker .node .handle {
      width: 18px;
      height: 18px;
      background-color: #d8d8d8;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      z-index: 2; }
    .data-picker .node:before {
      content: "";
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      top: 50%;
      background-color: #d8d8d8;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 1; }
  .data-picker .text {
    display: block; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

@media only screen and (max-width: 320px) {
  .have-mr {
    margin-right: 0px !important; } }

.payment-history {
  color: #858e99 !important; }
  .payment-history p {
    margin-top: 16px;
    font-style: italic;
    color: #858e99;
    margin-bottom: 0px; }
  .payment-history .grid-2 {
    border-bottom: 1px solid #dadada; }
    .payment-history .grid-2 .col {
      margin-top: 0px;
      padding-left: 20px; }
      .payment-history .grid-2 .col .h6 {
        font-style: normal;
        color: #858e99;
        margin-top: 16px; }
      .payment-history .grid-2 .col .have-icon:after {
        content: '';
        margin-left: 10px;
        margin-bottom: -5px;
        width: 14px;
        height: 13px;
        background-position: -524px -5px;
        background-image: url("./css_sprites@2x.png");
        background-size: 10542.5px 98px;
        display: inline-block;
        vertical-align: middle; }
      .payment-history .grid-2 .col .have-icon-green:after {
        content: '';
        margin-left: 10px;
        margin-bottom: -5px;
        width: 14px;
        height: 13px;
        background-position: -500px -5px;
        background-image: url("./css_sprites@2x.png");
        background-size: 10542.5px 98px;
        display: inline-block;
        vertical-align: middle; }
      .payment-history .grid-2 .col p {
        line-height: 15px;
        color: #1e2e2d;
        margin-top: 5px;
        font-style: normal;
        font-weight: 500; }
        .payment-history .grid-2 .col p .h6 {
          font-style: italic;
          margin-top: 0px; }
      .payment-history .grid-2 .col div .h6 {
        margin-top: 20px; }
  .payment-history .grid-2:last-child {
    border-bottom: none; }

.page-payment-history header a {
  margin-top: 15px; }

.page-payment-history h3 {
  margin-bottom: 2px !important; }

.page-payment-history form {
  color: #858e99; }
  .page-payment-history form .form-payment {
    padding-top: 17px;
    padding-bottom: 17px; }
  .page-payment-history form .form-payment > input::-webkit-input-placeholder {
    color: #686868; }
  .page-payment-history form .form-payment > input:-ms-input-placeholder {
    color: #686868; }
  .page-payment-history form .form-payment > input::placeholder {
    color: #686868; }
  .page-payment-history form .form-money {
    margin-left: 7px; }
  .page-payment-history form .text-note {
    margin-top: 7px;
    font-size: 11px;
    font-style: italic; }
  .page-payment-history form .txt_pay {
    margin-top: 10px;
    margin-bottom: 0px;
    font-style: italic; }
    .page-payment-history form .txt_pay span {
      margin-left: 5px;
      margin-right: 10px;
      margin-bottom: 0px;
      color: #858e99; }
  .page-payment-history form button {
    font-size: 14px; }

.page-payment-history hr {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 25px;
  border-width: 5px;
  border-color: #ececec; }

.page-payment-history .content-form {
  max-width: 375px;
  margin: 0 auto; }
  .page-payment-history .content-form .col {
    margin-top: 2px; }
    .page-payment-history .content-form .col .checkbox {
      margin-top: 18px; }
      .page-payment-history .content-form .col .checkbox input {
        display: none; }
      .page-payment-history .content-form .col .checkbox label {
        display: block;
        position: relative;
        margin: 0 auto;
        width: 95px;
        height: 44px;
        border-radius: 8px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
        border: solid 1px #ececec;
        padding-top: 12px;
        text-align: center; }
      .page-payment-history .content-form .col .checkbox input[type=radio]:checked + label {
        background-color: #ff7000;
        color: white; }

.page-payment-history h3 {
  margin-top: 17px;
  margin-bottom: 0px;
  color: #1e2e2d; }

.page-payment-history .content-deal .table-view {
  border-top: none;
  margin-bottom: 0px; }
  .page-payment-history .content-deal .table-view .text-bold {
    font-weight: 500;
    font-size: 14px;
    font-style: normal; }
  .page-payment-history .content-deal .table-view .text-italic {
    font-size: 12px;
    font-style: italic; }
  .page-payment-history .content-deal .table-view li {
    padding: 11px 0px 11px 7px; }
    .page-payment-history .content-deal .table-view li table {
      font-size: 12px;
      width: 100%; }
      .page-payment-history .content-deal .table-view li table tr {
        color: #858e99; }
        .page-payment-history .content-deal .table-view li table tr td:first-child {
          font-size: 12px;
          min-width: 100px; }
        .page-payment-history .content-deal .table-view li table tr .txt-content-table {
          font-size: 14px;
          color: #1e2e2d; }

.input-inf {
  padding-top: 9px;
  padding-bottom: 9px; }

.btn-payment {
  margin-top: 20px; }

.icon-cancel-payment {
  color: #6a6a6a; }

@media only screen and (max-width: 320px) {
  .txt-content-history {
    font-size: 12px; }
  .txt-content-table {
    font-size: 13px; } }

.transfers {
  background-image: -o-linear-gradient(105deg, #296780, #14b5b5);
  background-image: linear-gradient(345deg, #296780, #14b5b5);
  padding: 10% 15px; }
  .transfers .content-transfers {
    max-width: 339px;
    margin: 0px auto;
    padding-top: 10%;
    padding-bottom: 15%;
    background-color: #fff; }
    .transfers .content-transfers i, .transfers .content-transfers h1 {
      margin: 0px auto;
      display: block; }
    .transfers .content-transfers h1 {
      text-align: center;
      margin: 30px 0; }
    .transfers .content-transfers .content-information {
      margin-left: 18px;
      margin-right: 18px;
      border-radius: 10px;
      border: solid 1px #dadada; }
    .transfers .content-transfers .content-list .col {
      margin-top: 0px;
      padding-left: 16px; }
      .transfers .content-transfers .content-list .col .h6 {
        font-style: normal;
        color: #858e99;
        margin-top: 16px; }
      .transfers .content-transfers .content-list .col p {
        line-height: 15px;
        color: #1e2e2d;
        margin-top: 5px;
        font-style: normal; }
      .transfers .content-transfers .content-list .col .txt-i {
        font-style: italic;
        margin-top: 0px; }
      .transfers .content-transfers .content-list .col div .h6 {
        margin-top: 20px; }
  .transfers i {
    margin: 40px auto 10px;
    display: block; }
  .transfers .txt-back-home {
    color: #fff;
    text-align: center; }

.page-ui .grid-demo .col,
.page-ui .grid-demo [class^="col-"] {
  border-color: #EE0033;
  border-style: solid;
  border-width: 0;
  border-right-width: 1px; }
  .page-ui .grid-demo .col:nth-child(odd),
  .page-ui .grid-demo [class^="col-"]:nth-child(odd) {
    border-bottom-width: 1px; }
  .page-ui .grid-demo .col:nth-child(even),
  .page-ui .grid-demo [class^="col-"]:nth-child(even) {
    border-top-width: 1px; }

.modal-reuse .modal-wrapper .modal-cont .bar-nav {
  background: none;
  border-bottom: none;
  font-weight: normal; }
  .modal-reuse .modal-wrapper .modal-cont .bar-nav .icon-close {
    color: black;
    margin-top: -2px; }
  .modal-reuse .modal-wrapper .modal-cont .bar-nav .title-head {
    margin-top: 10px;
    margin-left: 30px;
    font-size: 12px; }
  .modal-reuse .modal-wrapper .modal-cont .bar-nav .title-nap {
    font-size: 14px; }

.modal-reuse .modal-wrapper .modal-cont .left-nav {
  font-weight: 500; }

.modal-reuse .main-content {
  font-size: 18px;
  margin-top: 100px; }
  .modal-reuse .main-content .icon-close1 {
    font-size: 100px;
    border-radius: 50%;
    background-color: #e44040;
    color: #ffffff;
    margin-bottom: 10px; }
  .modal-reuse .main-content .icon-check {
    font-size: 100px;
    border-radius: 50%;
    background-color: #0fc1b4;
    color: #ffffff;
    margin-bottom: 10px; }
  .modal-reuse .main-content .refresh.left-nav {
    margin-top: 50px; }

.modal-reuse .nap-content {
  margin-top: 100px; }
  .modal-reuse .nap-content .title-border hr {
    border: 1px solid #dbdae0; }
  .modal-reuse .nap-content .title-border .icon-down-nav {
    font-size: 14px;
    position: absolute;
    right: 20px;
    color: #9b9b9b; }
  .modal-reuse .nap-content .title-border .with-icon {
    padding: 0px 0px 10px 0px;
    margin-bottom: 20px; }
    .modal-reuse .nap-content .title-border .with-icon label {
      position: relative;
      width: 100%; }
      .modal-reuse .nap-content .title-border .with-icon label select {
        width: 100%;
        padding: 3px;
        margin: 0;
        border-radius: 4px;
        -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
        -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
        border: none;
        outline: none;
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-weight: 500;
        background-color: transparent;
        color: #686868;
        font-size: 16px;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .modal-reuse .nap-content .title-border .with-icon label:after {
      content: '>';
      font: 20px "Consolas", monospace;
      color: #aaa;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      right: 0px;
      top: 2px;
      padding: 0 0 2px;
      position: absolute;
      pointer-events: none; }
    .modal-reuse .nap-content .title-border .with-icon .title-thuebao {
      color: black;
      font-style: italic;
      font-weight: inherit;
      border-bottom: 1px solid black;
      float: right;
      margin-right: 10px; }
    .modal-reuse .nap-content .title-border .with-icon .title-mathe {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .modal-reuse .nap-content .title-border .with-icon .title-mathe .input-mathe {
        width: 100%;
        margin-top: -25px; }
      .modal-reuse .nap-content .title-border .with-icon .title-mathe .btn {
        border-radius: inherit;
        float: right; }
    .modal-reuse .nap-content .title-border .with-icon input {
      padding-left: 0px; }
  .modal-reuse .nap-content .title-border .none-border {
    border: none; }
  .modal-reuse .nap-content input[type=text] {
    width: 70%;
    border: none;
    height: 30px;
    float: left;
    border-color: inherit;
    margin-bottom: -10px; }
  .modal-reuse .nap-content .button1 {
    float: right;
    margin-top: 0px; }
  .modal-reuse .nap-content .button2 {
    float: right;
    margin-top: 0px;
    margin-right: 10px; }

@media only screen and (max-width: 320px) {
  .modal-reuse .nap-content .title-mathe .btn {
    margin-top: -15px; } }

.popover-money:before {
  left: 25%;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  top: -10px; }

.popover-money {
  padding-bottom: 12px; }
  .popover-money .popover-content {
    border-bottom: 1px solid #f2f2f2; }
    .popover-money .popover-content p {
      font-weight: 400;
      display: block;
      text-align: center;
      margin-bottom: 14px;
      margin-top: 14px; }
    .popover-money .popover-content .item {
      width: 250px;
      margin: 0px;
      text-align: center;
      padding-bottom: 16px; }
      .popover-money .popover-content .item .col {
        line-height: 20px;
        height: 36px;
        border-right: 1px solid #f2f2f2;
        padding-bottom: 0px; }
        .popover-money .popover-content .item .col p {
          font-size: 11px;
          color: #666666;
          margin: 0px; }
          .popover-money .popover-content .item .col p span {
            color: #2fb2a7; }
          .popover-money .popover-content .item .col p .txt-popover {
            color: #313131; }
  .popover-money .txt-popover {
    font-weight: 400;
    display: block;
    text-align: center;
    margin-bottom: 15px; }
  .popover-money hr {
    border-color: #fff;
    margin: 0;
    border-width: 3px;
    margin-top: -2px; }
  .popover-money .btn-popover {
    width: 140px;
    margin-top: 5px; }

.popover-data .popover-content {
  border: none; }

.popover-data-home:before {
  left: 31%; }

.popover-card {
  height: 40px; }
  .popover-card h5 {
    text-align: center;
    display: block;
    color: black;
    margin-top: 15px; }

.popover-card:before {
  top: -7px; }

#popoverCard:before {
  right: 24px;
  left: initial; }

#popoverNotification {
  right: 9px !important; }
  #popoverNotification:before {
    right: 0;
    left: initial; }

#popoverTaiKhoan .group-tai-khoan {
  padding-top: 5px;
  margin-left: 10px;
  margin-right: 10px; }
  #popoverTaiKhoan .group-tai-khoan li {
    padding: 10px 5px;
    border-bottom: 1px solid #F2F2F2; }
    #popoverTaiKhoan .group-tai-khoan li figcaption p {
      color: #323232;
      margin-bottom: 5px;
      margin-top: 4px; }
    #popoverTaiKhoan .group-tai-khoan li figcaption h4 {
      font-weight: 600;
      color: #000; }
    #popoverTaiKhoan .group-tai-khoan li .right span {
      font-size: 16px;
      font-weight: 400;
      color: #686868; }
      #popoverTaiKhoan .group-tai-khoan li .right span .icon-watch-ten-oclock {
        margin-right: 10px; }

#popoverTaiKhoan .footer {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px; }
  #popoverTaiKhoan .footer a {
    color: #686868; }
    #popoverTaiKhoan .footer a i {
      margin-right: 20px;
      margin-left: 5px;
      margin-top: -5px; }

#popoverHoTro {
  background-color: #ff7000; }
  #popoverHoTro h5 {
    color: #fff; }

.popover-hotro:before {
  border-bottom: 15px solid #ff7000; }

.popover-tai-khoan:before {
  top: -8px; }

.popover-sd-data {
  padding: 10px;
  margin-top: 23px; }
  .popover-sd-data p {
    margin: 0px; }

.popover-sd-data:before {
  top: -5px;
  left: 45%; }

.page-detail-payafter header .title {
  line-height: 20px;
  margin-top: 15px; }

.page-detail-payafter header .info-title {
  display: block;
  text-align: center;
  color: #abdae0;
  font-weight: 300;
  font-size: 14px; }

.page-detail-payafter .card {
  border: none;
  margin: 0; }

.page-detail-payafter .item-report {
  margin: 10px 0;
  border-bottom: solid 1px #edebf5; }
  .page-detail-payafter .item-report, .page-detail-payafter .item-report p {
    font-size: 12px; }
  .page-detail-payafter .item-report .left {
    float: left;
    width: 65%; }
  .page-detail-payafter .item-report .right {
    float: right;
    width: 35%;
    text-align: right; }
  .page-detail-payafter .item-report .info:after, .page-detail-payafter .item-report .info:before {
    content: "";
    display: table;
    clear: both; }
  .page-detail-payafter .item-report .info .right {
    padding-top: 20px; }
  .page-detail-payafter .item-report .info p {
    margin-bottom: 5px; }
    .page-detail-payafter .item-report .info p b {
      font-size: 18px;
      font-weight: 500; }
  .page-detail-payafter .item-report .detail {
    margin: 15px 0 0 15px;
    padding: 15px 0;
    border-top: solid 1px #edebf5; }
    .page-detail-payafter .item-report .detail:after, .page-detail-payafter .item-report .detail:before {
      content: "";
      display: table;
      clear: both; }
    .page-detail-payafter .item-report .detail .left {
      font-size: 13px; }
    .page-detail-payafter .item-report .detail .right {
      font-size: 18px; }
      .page-detail-payafter .item-report .detail .right b {
        font-weight: 500; }

.page-detail-payafter .btn-package {
  padding-left: 5px; }

.page-detail-payafter .list-km .item-inner strong {
  font-weight: 500; }

.page-detail-payafter .list-km .item-last {
  width: auto;
  background: none;
  min-width: initial; }
  .page-detail-payafter .list-km .item-last .icon {
    font-size: 16px;
    margin-right: 15px; }

.page-detail-payafter .search-pay {
  padding-top: 25px;
  min-height: 340px; }
  .page-detail-payafter .search-pay .stage {
    border: 1px solid #ccc;
    width: 100%;
    height: 70px;
    padding-bottom: 0px;
    border-radius: 8px;
    color: #4a4a4a;
    font-weight: 500; }

.page-detail-payafter .segmented-control .control-item {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  min-width: 90px; }

.page-change-package .list-km li .item-inner {
  padding: 10px 15px; }

.page-info-accont .bar-nav {
  background: none;
  margin: 0;
  border: none; }

.page-info-accont .user-ava {
  background-image: -o-linear-gradient(105deg, #296780, #14b5b5);
  background-image: linear-gradient(345deg, #296780, #14b5b5);
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  color: #fff;
  height: 190px;
  padding: 0 15px; }
  .page-info-accont .user-ava .info {
    width: 80%;
    border-top: solid 1px rgba(232, 232, 233, 0.19);
    margin: 0 auto;
    padding-top: 10px; }
  .page-info-accont .user-ava .name {
    margin-top: 5px; }

.page-info-accont .birth {
  border-bottom: solid 1px #d6d5d5;
  padding: 15px 15px 0px 15px; }
  .page-info-accont .birth .title-birth {
    color: #686868;
    font-size: 16px; }
  .page-info-accont .birth p {
    margin-top: 5px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbd9e0; }
  .page-info-accont .birth input {
    padding: 5px 0px 0px 0px;
    border: none;
    font-weight: 500;
    color: #686868;
    font-size: 16px; }
  .page-info-accont .birth .chang-info {
    padding-top: 5px; }
    .page-info-accont .birth .chang-info .icon-house {
      color: #999999;
      font-size: 20px; }
    .page-info-accont .birth .chang-info .description {
      padding-left: 15px;
      color: #999999;
      font-size: 16px; }
    .page-info-accont .birth .chang-info .icon-right-nav {
      color: #999999;
      font-size: 15px; }

.page-info-accont .tab-top {
  padding: 0px !important;
  margin: 0px !important;
  min-height: 35px;
  background-color: #eeeeee; }

.page-info-accont .other {
  border-top: solid 1px #d6d5d5;
  padding: 10px 15px 65px 15px; }
  .page-info-accont .other .job {
    margin-top: 15px; }
    .page-info-accont .other .job .form .title-job {
      color: #686868;
      font-size: 16px; }
    .page-info-accont .other .job .form .with-icon {
      padding: 10px 0px 10px 0px;
      margin-bottom: 20px; }
      .page-info-accont .other .job .form .with-icon label {
        position: relative;
        width: 100%; }
        .page-info-accont .other .job .form .with-icon label select {
          width: 100%;
          padding: 3px;
          margin: 0;
          border-radius: 4px;
          -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
          -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
          border: none;
          outline: none;
          display: inline-block;
          -webkit-appearance: none;
          -moz-appearance: none;
          font-weight: 500;
          background-color: transparent;
          color: #686868;
          font-size: 16px;
          -webkit-box-shadow: none;
          box-shadow: none; }
      .page-info-accont .other .job .form .with-icon label:after {
        content: '>';
        font: 20px "Consolas", monospace;
        color: #aaa;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 0px;
        top: 2px;
        padding: 0 0 2px;
        position: absolute;
        pointer-events: none; }
      .page-info-accont .other .job .form .with-icon .icon-down-nav {
        font-size: 16px; }
    .page-info-accont .other .job .form .title-favorite {
      margin-top: 20px;
      color: #686868;
      font-size: 16px; }
    .page-info-accont .other .job .form .title-email {
      margin-top: 20px;
      color: #686868;
      font-size: 16px; }
    .page-info-accont .other .job .form .input-email {
      padding: 5px 0px 0px 0px;
      border: none;
      font-weight: 500;
      color: #686868;
      font-size: 16px; }

.page-package .header {
  background-image: -o-linear-gradient(105deg, #296780, #14b5b5);
  background-image: linear-gradient(345deg, #296780, #14b5b5);
  margin-left: -15px;
  margin-right: -15px; }

.page-package .bar-nav {
  background: none;
  margin: 0;
  border: none;
  height: 65px;
  line-height: 65px; }

.page-package .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px 10px; }

.page-package .tags {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .page-package .tags input {
    display: none; }
  .page-package .tags label {
    display: inline-block;
    color: #abd9e0;
    border: 1px solid #abd9e0;
    border-radius: 100px;
    width: 63px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    font-size: 12px; }
  .page-package .tags input:checked + label {
    background-color: #fff;
    color: #EE0033;
    border-color: #fff; }

.page-package .sort {
  color: #fff; }
  .page-package .sort > * {
    display: inline-block;
    vertical-align: middle; }
  .page-package .sort span {
    margin-right: 10px; }

.page-package .top-search {
  line-height: 1; }

.page-package .segmented-control .control-item {
  font-weight: bold; }

.page-package .card {
  border: none;
  margin: 0px; }
  .page-package .card .control-content .btn-package {
    padding: 22px 0px 13px 0px;
    font-weight: bold; }
    .page-package .card .control-content .btn-package .orange {
      font-weight: 600; }

.page-package .list-km li .item-inner {
  padding: 10px 15px; }

.page-package .btn-sm {
  white-space: normal; }

#modalGoiCuocSort .table-view {
  padding: 0 20px; }

#modalGoiCuocSort .table-view-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0; }
  #modalGoiCuocSort .table-view-cell span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

#modalGoiCuocSort li:last-child {
  border-bottom: none; }

#modalGoiCuocSort .modal-cont {
  padding-bottom: 30px; }

.page-info-package .banner img {
  height: 200px;
  width: 100%; }

.page-info-package .description {
  padding: 25px 15px 15px 0px;
  margin-left: 15px; }
  .page-info-package .description .name-package {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px; }
  .page-info-package .description span {
    font-size: 16px; }

.page-info-package .btn-signin {
  font-size: 16px; }

.page-service header input::-webkit-input-placeholder {
  font-size: 14px; }

.page-service header input:-ms-input-placeholder {
  font-size: 14px; }

.page-service header input::placeholder {
  font-size: 14px; }

.page-service .caros-slide figcaption {
  font-size: 13px !important; }
  .page-service .caros-slide figcaption h5 {
    margin-top: 10px;
    margin-bottom: 5px; }
  .page-service .caros-slide figcaption h6 {
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 1em;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #686868; }
  .page-service .caros-slide figcaption .inline-blocks > .price {
    margin: 0px 0;
    font-size: 12px;
    width: 72px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block; }

.page-service .caros-slide .btn-service-submit {
  display: block !important;
  margin: 5px 10px 0px 0px;
  padding: 8px 10px;
  font-weight: 400; }

.page-service .hero-image {
  margin: 10px -15px; }
  .page-service .hero-image .heading {
    margin: 10px; }
  .page-service .hero-image img {
    width: 100%; }

.page-service .item-gallery h5 {
  height: 28px;
  overflow: hidden; }

.page-service .item-gallery h6 {
  font-weight: 300; }

.modal-service-detail-more .bar-nav .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 75px;
  line-height: 1;
  white-space: normal;
  padding: 0 10%; }

.modal-service-search {
  overflow-y: scroll;
  margin-top: 75px;
  padding: 0 15px 75px; }
  .modal-service-search hr {
    border-bottom: none;
    border-top: solid 1px #e8e8e9;
    margin: 10px -15px; }
  .modal-service-search p {
    color: #7f7f7f; }
  .modal-service-search .opening {
    padding-top: 10px; }
    .modal-service-search .opening .topics {
      margin-bottom: 15px; }
      .modal-service-search .opening .topics .btn {
        display: inline-block;
        margin: 0 10px 10px 0;
        min-width: 72px;
        width: auto;
        padding: 9px; }
  .modal-service-search .key {
    font-size: 16px;
    color: #1e2e2d;
    display: block;
    padding: 10px 0; }
  .modal-service-search .opening .highlights hr,
  .modal-service-search .in-search hr {
    margin-top: 0;
    margin-bottom: 0; }
  .modal-service-search .opening .highlights a,
  .modal-service-search .in-search a {
    font-weight: 400; }
  .modal-service-search .results {
    margin: 0 -15px; }

body.intro-myvt .modal-service-search {
  overflow-y: scroll;
  margin-top: 125px;
  padding: 0 15px 125px; }

.page-service-category .table-view:first-child {
  margin-top: 0px;
  margin-bottom: -10px; }
  .page-service-category .table-view:first-child .item-list-thumbnail figcaption {
    margin-top: -5px; }
    .page-service-category .table-view:first-child .item-list-thumbnail figcaption .price {
      margin: 0;
      color: #29a19c; }

.page-home-detail-fee-prepaid .bar-nav {
  background: none;
  border: none;
  padding: 0; }
  .page-home-detail-fee-prepaid .bar-nav .pull-left {
    margin-left: 10px; }

.page-home-detail-fee-prepaid .segmented-control .control-item {
  min-width: initial;
  padding: 15px 12px; }

.page-home-detail-fee-prepaid .nested-ul {
  margin: 0; }

.page-home-detail-fee-prepaid .analytics {
  background-image: -o-linear-gradient(105deg, #296780, #14b5b5);
  background-image: linear-gradient(345deg, #296780, #14b5b5);
  min-height: 317px;
  margin: 0 -15px;
  padding: 0 15px;
  color: #fff; }
  .page-home-detail-fee-prepaid .analytics .total {
    text-align: center;
    margin: 10px 0 5px; }
  .page-home-detail-fee-prepaid .analytics .col {
    font-size: 12px;
    padding: 5px;
    text-align: center; }
  .page-home-detail-fee-prepaid .analytics .fee-chart {
    min-height: 110px; }
    .page-home-detail-fee-prepaid .analytics .fee-chart .no-data-text {
      display: none; }
    .page-home-detail-fee-prepaid .analytics .fee-chart.no-data {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .page-home-detail-fee-prepaid .analytics .fee-chart.no-data canvas {
        display: none; }
      .page-home-detail-fee-prepaid .analytics .fee-chart.no-data .no-data-text {
        font-size: 12px;
        display: block; }
  .page-home-detail-fee-prepaid .analytics p {
    margin: 0; }

.modal-reuse .modal-wrapper .modal-cont .table-view:first-child {
  margin-top: 0px; }

.modal-reuse .modal-wrapper .modal-cont .table-view .table-view-cell {
  padding: 20px 5px 20px 10px; }
  .modal-reuse .modal-wrapper .modal-cont .table-view .table-view-cell .clear-fix .icon-fisrt {
    margin-bottom: -8px; }
  .modal-reuse .modal-wrapper .modal-cont .table-view .table-view-cell .clear-fix .text {
    font-size: 16px;
    width: 50%;
    font-weight: bold;
    margin-left: 25px; }
  .modal-reuse .modal-wrapper .modal-cont .table-view .table-view-cell .clear-fix .icon-last {
    width: 20%;
    float: right;
    color: #349c98;
    margin-right: 0px; }

@media only screen and (max-width: 360px) {
  .modal-reuse .modal-wrapper .modal-cont .table-view .table-view-cell .clear-fix .text {
    font-size: 14px;
    margin-left: 15px; }
  .modal-reuse .modal-wrapper .modal-cont .table-view .table-view-cell .clear-fix .icon-last {
    margin-right: 15px; } }

.page-home-detail-fee-payafter .bar-nav {
  background: none;
  border: none;
  padding: 0; }
  .page-home-detail-fee-payafter .bar-nav .title {
    font-weight: 500;
    margin: 0; }
  .page-home-detail-fee-payafter .bar-nav .pull-left {
    margin-left: 10px; }

.page-home-detail-fee-payafter .fee-selectors {
  background-image: -o-linear-gradient(105deg, #296780, #14b5b5);
  background-image: linear-gradient(345deg, #296780, #14b5b5);
  margin: 0 -15px;
  padding: 0 15px 30px;
  color: #fff; }
  .page-home-detail-fee-payafter .fee-selectors .fee {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin: 10px; }

.page-home-detail-fee-payafter .selector {
  background-color: rgba(216, 216, 216, 0.3);
  width: 90%;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 10px 30px 10px 10px;
  max-width: 300px;
  position: relative; }
  .page-home-detail-fee-payafter .selector:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 8px;
    background-position: -2641px -5px;
    background-image: url("./css_sprites@2x.png");
    background-size: 10542.5px 98px;
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    right: 25px; }

.page-home-detail-fee-payafter .list-fee .item {
  padding: 20px 0;
  border-bottom: 1px solid #ecebeb; }
  .page-home-detail-fee-payafter .list-fee .item .col-icon {
    width: 68px; }
  .page-home-detail-fee-payafter .list-fee .item .item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 0 5px; }
    .page-home-detail-fee-payafter .list-fee .item .item-inner p {
      font-size: 14px;
      margin: 0; }
  .page-home-detail-fee-payafter .list-fee .item .item-last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #EE0033;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    font-weight: 400; }

.modal-fee-selector .content {
  padding: 0; }

.modal-fee-selector .table-view {
  padding: 0 10px;
  margin-bottom: 0; }

.modal-fee-selector .table-view-cell {
  padding: 0 !important; }
  .modal-fee-selector .table-view-cell:last-child {
    border-bottom: none; }

.modal-fee-selector .item {
  padding: 20px 10px 20px 0; }
  .modal-fee-selector .item h5, .modal-fee-selector .item h6, .modal-fee-selector .item h4, .modal-fee-selector .item h3, .modal-fee-selector .item h2, .modal-fee-selector .item h1 {
    margin: 0; }
  .modal-fee-selector .item .item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    color: #1e2e2d; }
  .modal-fee-selector .item .item-last {
    visibility: hidden; }
  .modal-fee-selector .item.active .item-last {
    visibility: visible; }

.modal-fee-selector .modal-wrapper {
  height: 100%; }

.modal-fee-selector .modal-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 100%; }

.page-menu {
  z-index: 5; }
  .page-menu .overlay a {
    margin-top: 10px;
    color: white; }
  .page-menu .item-row-icon .col-icon {
    width: auto; }
  .page-menu .item-row-icon .item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding-left: 10px;
    color: #1e2e2d;
    font-weight: 400; }
  .page-menu .item-row-icon .item-last .icon {
    font-size: 12px;
    color: #999999; }
  .page-menu .table-view {
    margin: 0; }
  .page-menu .table-view-cell {
    padding: 8px 0px 8px 0px;
    margin: 0 10px; }
  .page-menu .table-view-divider {
    background-color: #eaeaea;
    border-color: #eaeaea;
    padding: 0; }
  .page-menu .user-info {
    background-image: -o-linear-gradient(105deg, #296780, #14b5b5);
    background-image: linear-gradient(345deg, #296780, #14b5b5);
    position: relative;
    min-height: 90px; }
    .page-menu .user-info .ava {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid #fff;
      overflow: hidden; }
    .page-menu .user-info .cover,
    .page-menu .user-info .overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    .page-menu .user-info .overlay {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 20px 15px; }
    .page-menu .user-info .cover {
      display: none; }
    .page-menu .user-info .text-info {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-left: 8px;
      padding-top: 5px;
      color: #fff; }

.page-service-detail {
  background-image: -o-linear-gradient(105deg, #296780, #14b5b5);
  background-image: linear-gradient(345deg, #296780, #14b5b5); }
  .page-service-detail .bar-nav {
    border-bottom: none;
    background: none; }
  .page-service-detail .cover {
    max-height: 172px;
    width: 100%; }
  .page-service-detail .service-name {
    padding: 10px 5px;
    border-bottom: 1px solid #dbdae0; }
    .page-service-detail .service-name .col-icon {
      width: 80px; }
      .page-service-detail .service-name .col-icon img {
        width: 56px;
        height: 56px; }
    .page-service-detail .service-name p {
      font-size: 12px;
      color: #686868;
      margin: 0; }
    .page-service-detail .service-name h1 {
      margin: 0 0 5px; }
  .page-service-detail .table-view-cell {
    padding: 5px;
    border-bottom: 1px solid #dbdae0; }
  .page-service-detail .actions {
    margin: 0; }
    .page-service-detail .actions a {
      color: #686868; }
    .page-service-detail .actions i {
      margin: 0 5px -5px  10px; }
    .page-service-detail .actions .col {
      padding: 6px;
      max-width: 120px; }
  .page-service-detail .item-service-sub {
    padding: 15px 20px; }
  .page-service-detail .btn-more {
    color: #EE0033;
    display: block;
    margin: 0 auto;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 400; }
  .page-service-detail .text-description {
    padding: 20px; }
    .page-service-detail .text-description p {
      margin-bottom: 5px; }
  .page-service-detail .actions-wap {
    text-align: center;
    padding-bottom: 20px; }
    .page-service-detail .actions-wap a {
      display: inline-block;
      margin: 0 10px; }
  .page-service-detail .slide {
    white-space: normal;
    padding: 0 15px 20px; }
    .page-service-detail .slide .wrapper {
      background-color: #fff;
      border-radius: 5px; }
    .page-service-detail .slide .cover {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }

.item-service-sub {
  padding: 5px 15px; }
  .item-service-sub h4 {
    font-size: 14px; }
  .item-service-sub p {
    font-size: 12px;
    margin: 0;
    color: #686868; }
  .item-service-sub .item-inner {
    padding-right: 8px; }
  .item-service-sub .item-last {
    padding-top: 8px; }

.modal-service-detail-more .table-view-cell {
  padding: 15px; }
  .modal-service-detail-more .table-view-cell .item-inner {
    padding-right: 20px; }

.rating-content hr {
  border-bottom: none;
  border-top: 1px solid #dbdae0; }

.rating-content .active {
  background-color: red !important; }

.modal-comment header {
  background-color: #000000 !important;
  border: none; }
  .modal-comment header a {
    color: #fff;
    margin-top: 15px; }

.modal-comment .content {
  padding: 75px 0px 10px 0px;
  border-left: 15px solid;
  border-right: 15px solid; }
  .modal-comment .content .wrapper {
    background-color: #fff;
    border-radius: 5px;
    padding-bottom: 50px; }
    .modal-comment .content .wrapper img {
      width: 100%; }
    .modal-comment .content .wrapper .service-name {
      padding: 10px 5px; }
      .modal-comment .content .wrapper .service-name .col-icon {
        width: 70px;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline; }
        .modal-comment .content .wrapper .service-name .col-icon img {
          width: 56px;
          height: 56px; }
      .modal-comment .content .wrapper .service-name p {
        font-size: 12px;
        color: #686868;
        margin: 0; }
      .modal-comment .content .wrapper .service-name .txt-commnet {
        color: #000000;
        font-weight: 500; }
      .modal-comment .content .wrapper .service-name h1 {
        margin: 0 0 5px; }
    .modal-comment .content .wrapper hr {
      border-top: none;
      border-bottom: 1px solid #dbdae0;
      margin: 0px; }
  .modal-comment .content form {
    border: 15px solid black;
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    background-color: #000000;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    .modal-comment .content form .with-icon {
      border: none;
      padding-bottom: 5px;
      padding-top: 5px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      border-top: 1px solid #dbd9e0; }
      .modal-comment .content form .with-icon button {
        color: #EE0033;
        font-weight: 500; }

.page-application header {
  border: none; }

.page-application .slider-with-actions img {
  width: 100%; }

.page-application figcaption h6 {
  line-height: 18px; }

.page-application button {
  padding: 6px;
  font-weight: 500; }

.page-application .item-list-thumbnail img {
  border-radius: 50%; }

.page-application .slider .controls {
  bottom: 10px !important;
  left: 48%;
  top: auto; }

.page-shop .btn-cart {
  margin-top: 15px;
  margin-left: 5px;
  padding: 10px 5px 5px;
  position: relative; }
  .page-shop .btn-cart .counter {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #ff7000;
    color: #fff;
    text-align: center;
    line-height: 17px;
    border-radius: 50%;
    top: 4px;
    right: -5px;
    font-size: 10px; }

.page-shop .top-search {
  padding-right: 10px; }
  .page-shop .top-search.searching {
    padding-right: 35px; }

.page-shop .top-search-wrapper.searching .btn-cart {
  display: none; }

.page-shop .hero-image {
  margin: 0 -15px 10px; }
  .page-shop .hero-image h5 {
    margin-left: 15px;
    margin-bottom: 0;
    font-size: 15px; }

.page-shop .caros-slide h5 {
  font-size: 15px; }

.page-shop .caros-buy-sim .item-search h2 {
  margin: 25px 0; }

.page-shop .caros-buy-sim .item-search h3 {
  color: #686868;
  font-weight: 400; }

.modal-shop-search {
  overflow-y: scroll;
  padding: 0 15px 75px; }
  .modal-shop-search .bar-nav {
    position: initial;
    margin: 0 -15px; }
  .modal-shop-search hr {
    border-bottom: none;
    border-top: solid 1px #e8e8e9;
    margin: 10px -15px; }
  .modal-shop-search p {
    color: #7f7f7f; }
  .modal-shop-search .opening {
    padding-top: 10px; }
    .modal-shop-search .opening .topics {
      margin-bottom: 15px; }
      .modal-shop-search .opening .topics .btn {
        display: inline-block;
        margin: 0 10px 10px 0; }
  .modal-shop-search .key {
    font-size: 16px;
    color: #1e2e2d;
    display: block;
    padding: 10px 0; }
  .modal-shop-search .opening .highlights hr,
  .modal-shop-search .in-search hr {
    margin-top: 0;
    margin-bottom: 0; }
  .modal-shop-search .opening .highlights a,
  .modal-shop-search .in-search a {
    font-weight: 400; }
  .modal-shop-search .results {
    margin: 0 -15px; }
    .modal-shop-search .results .table-view-divider {
      padding: 10px 15px;
      background: none;
      border-bottom: none;
      color: #1e2e2d; }
      .modal-shop-search .results .table-view-divider:after, .modal-shop-search .results .table-view-divider:before {
        content: "";
        display: table;
        clear: both; }
      .modal-shop-search .results .table-view-divider h5 {
        float: left;
        margin: 0;
        font-size: 14px; }
      .modal-shop-search .results .table-view-divider a.btn {
        font-size: 12px;
        padding: 0;
        float: right; }
  .modal-shop-search .segmented-control {
    overflow-x: scroll;
    width: 100%; }
    .modal-shop-search .segmented-control .control-item {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      padding: 15px 10px; }
      .modal-shop-search .segmented-control .control-item.active {
        border-color: #ff7000;
        color: #ff7000; }
  .modal-shop-search.layou-internet .topics,
  .modal-shop-search.layou-internet .for-layout-sim {
    display: none; }

.modal-shop-search .results .item-row-icon .item-last,
.modal-shop-goi-cuoc .item-row-icon .item-last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.modal-shop-search .results .item-row-icon .item-inner,
.modal-shop-goi-cuoc .item-row-icon .item-inner {
  padding-right: 15px; }
  .modal-shop-search .results .item-row-icon .item-inner a,
  .modal-shop-goi-cuoc .item-row-icon .item-inner a {
    display: block; }

.modal-shop-search .results .table-view-cell,
.modal-shop-goi-cuoc .table-view-cell {
  padding: 5px 15px 10px;
  margin-left: 12px; }
  .modal-shop-search .results .table-view-cell:last-child,
  .modal-shop-goi-cuoc .table-view-cell:last-child {
    border-bottom: none; }
  .modal-shop-search .results .table-view-cell h1, .modal-shop-search .results .table-view-cell h2, .modal-shop-search .results .table-view-cell h3, .modal-shop-search .results .table-view-cell h4, .modal-shop-search .results .table-view-cell h5, .modal-shop-search .results .table-view-cell h6,
  .modal-shop-goi-cuoc .table-view-cell h1,
  .modal-shop-goi-cuoc .table-view-cell h2,
  .modal-shop-goi-cuoc .table-view-cell h3,
  .modal-shop-goi-cuoc .table-view-cell h4,
  .modal-shop-goi-cuoc .table-view-cell h5,
  .modal-shop-goi-cuoc .table-view-cell h6 {
    margin: 5px 0; }
  .modal-shop-search .results .table-view-cell h1, .modal-shop-search .results .table-view-cell h2,
  .modal-shop-goi-cuoc .table-view-cell h1,
  .modal-shop-goi-cuoc .table-view-cell h2 {
    color: #EE0033; }
  .modal-shop-search .results .table-view-cell h3, .modal-shop-search .results .table-view-cell h4,
  .modal-shop-goi-cuoc .table-view-cell h3,
  .modal-shop-goi-cuoc .table-view-cell h4 {
    color: #1e2e2d; }
  .modal-shop-search .results .table-view-cell h5, .modal-shop-search .results .table-view-cell h6,
  .modal-shop-goi-cuoc .table-view-cell h5,
  .modal-shop-goi-cuoc .table-view-cell h6 {
    color: #686868; }
  .modal-shop-search .results .table-view-cell .price,
  .modal-shop-goi-cuoc .table-view-cell .price {
    color: #EE0033; }
  .modal-shop-search .results .table-view-cell .des,
  .modal-shop-goi-cuoc .table-view-cell .des {
    height: 32px; }
  .modal-shop-search .results .table-view-cell .item-last .btn,
  .modal-shop-goi-cuoc .table-view-cell .item-last .btn {
    width: 72px;
    padding: 9px 2px; }

.page-shop-chon-goi-cuoc .btn-content button {
  display: inline-block;
  margin-left: 9px;
  min-width: 86px;
  margin-bottom: 5px; }

.page-shop-chon-goi-cuoc .btn-content button:first-child {
  margin-left: 13px; }

.page-shop-chon-goi-cuoc .btn-content .selected {
  background-color: #ff7000;
  color: #fff; }

.page-shop-chon-goi-cuoc p {
  margin-top: 15px;
  color: #1e2e2d; }

.page-shop-chon-goi-cuoc .txt-title {
  font-weight: 600; }

.page-shop-chon-goi-cuoc .caros-slider .heading-slider {
  margin-bottom: 5px; }
  .page-shop-chon-goi-cuoc .caros-slider .heading-slider p {
    font-weight: 300;
    float: right;
    margin: 0; }
  .page-shop-chon-goi-cuoc .caros-slider .heading-slider .txt-title {
    float: left;
    margin: 0; }

.page-shop-chon-goi-cuoc .caros-slide {
  margin-bottom: 14px; }
  .page-shop-chon-goi-cuoc .caros-slide .input-left {
    width: 130px;
    float: left;
    margin-top: 20px;
    margin-bottom: 16px;
    border-bottom: 1px solid #dbdae0; }
    .page-shop-chon-goi-cuoc .caros-slide .input-left input {
      width: 100px;
      height: 20px;
      padding: 0;
      border: none;
      margin: 0; }
  .page-shop-chon-goi-cuoc .caros-slide .input-right {
    width: 130px;
    float: right;
    margin-top: 20px;
    margin-bottom: 16px;
    border-bottom: 1px solid #dbdae0; }
    .page-shop-chon-goi-cuoc .caros-slide .input-right input {
      width: 100px;
      padding: 0;
      height: 20px;
      float: right;
      border: none;
      margin: 0; }
  .page-shop-chon-goi-cuoc .caros-slide .heading {
    border: none;
    padding: 0px; }
    .page-shop-chon-goi-cuoc .caros-slide .heading .pull-left {
      font-weight: 600;
      color: #1e2e2d; }

.page-shop-chon-goi-cuoc ul li {
  margin: 0px 0px 10px 0px;
  height: 100px;
  padding: 0 !important;
  border-radius: 4px;
  border: solid 1px #ececec; }
  .page-shop-chon-goi-cuoc ul li .item-list-thumbnail {
    height: 100px; }
    .page-shop-chon-goi-cuoc ul li .item-list-thumbnail figcaption {
      margin-left: 20px;
      margin-top: 15px;
      padding: 0px; }
      .page-shop-chon-goi-cuoc ul li .item-list-thumbnail figcaption h3 {
        margin-bottom: 0px; }
      .page-shop-chon-goi-cuoc ul li .item-list-thumbnail figcaption p {
        margin-top: 5px;
        font-size: 11px; }
        .page-shop-chon-goi-cuoc ul li .item-list-thumbnail figcaption p span {
          display: block;
          overflow: hidden;
          line-height: 12px;
          height: 25px;
          margin-top: 5px; }
    .page-shop-chon-goi-cuoc ul li .item-list-thumbnail .right {
      margin: auto 16px; }

.page-shop-chon-goi-cuoc ul .table-view-cell-selected {
  background-color: #ff7000;
  color: #fff; }
  .page-shop-chon-goi-cuoc ul .table-view-cell-selected p {
    color: #fff; }
  .page-shop-chon-goi-cuoc ul .table-view-cell-selected .btn-negative {
    background-color: #fff;
    color: #686868; }

.page-shop-chon-goi-cuoc .btn-block {
  position: fixed;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); }

.page-omni-chon-so header.bar {
  height: 134px; }
  .page-omni-chon-so header.bar nav {
    margin-top: 66px; }

.page-omni-chon-so label.pay-option {
  display: inline-block;
  margin: 16px 16px 11px 0; }
  .page-omni-chon-so label.pay-option input {
    margin-right: 16px; }

.page-omni-chon-so .btn-block {
  position: fixed;
  bottom: 0px;
  left: 50%;
  border: none;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); }

.btn-cart.abs {
  position: absolute;
  right: 13px;
  top: 50px;
  padding: 0; }
  .btn-cart.abs .counter {
    top: 8px;
    right: -7px; }

#shopCartPopoverReadonly.popover {
  width: 350px;
  margin-left: -190px; }
  #shopCartPopoverReadonly.popover .footer .pull-right {
    color: #29a19c; }

@media screen and (max-width: 375px) {
  #shopCartPopoverReadonly.popover {
    width: 290px;
    margin-left: -160px; } }

.page-chon-goi-dich-vu-gtgt .heading {
  margin: 21px 0 15px 0; }
  .page-chon-goi-dich-vu-gtgt .heading .btn-link {
    padding-right: 0; }

.page-chon-goi-dich-vu-gtgt .list-km .btn {
  height: 32px;
  margin-top: 20px;
  margin-right: 15px; }

.page-chon-goi-dich-vu-gtgt .list-km li.selected {
  background: #ff7000; }
  .page-chon-goi-dich-vu-gtgt .list-km li.selected .item-inner, .page-chon-goi-dich-vu-gtgt .list-km li.selected strong {
    color: #fff; }
  .page-chon-goi-dich-vu-gtgt .list-km li.selected .btn-negative {
    color: #686868;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25); }

.page-chon-goi-cuoc-tt header.bar {
  height: 134px; }
  .page-chon-goi-cuoc-tt header.bar nav {
    margin-top: 66px; }

.page-chon-goi-cuoc-tt .heading {
  border: none;
  padding: 0px;
  margin-top: 13px;
  margin-bottom: 16px; }
  .page-chon-goi-cuoc-tt .heading .pull-left h2 {
    font-weight: 600;
    color: #1e2e2d;
    margin-bottom: 0px !important; }
  .page-chon-goi-cuoc-tt .heading .pull-right a {
    font-weight: 500;
    font-size: 14px;
    padding-right: 0; }

.page-chon-goi-cuoc-tt ul li {
  margin: 0px 0px 10px 0px;
  height: 100px;
  padding: 0 !important;
  border-radius: 4px;
  border: solid 1px #ececec; }
  .page-chon-goi-cuoc-tt ul li .item-list-thumbnail {
    height: 100px; }
    .page-chon-goi-cuoc-tt ul li .item-list-thumbnail figcaption {
      margin-left: 20px;
      margin-top: 15px;
      padding: 0px; }
      .page-chon-goi-cuoc-tt ul li .item-list-thumbnail figcaption h3 {
        margin-bottom: 0px; }
      .page-chon-goi-cuoc-tt ul li .item-list-thumbnail figcaption p {
        margin-top: 5px;
        font-size: 11px;
        line-height: 15px; }
    .page-chon-goi-cuoc-tt ul li .item-list-thumbnail .right {
      margin: auto 16px; }

.page-chon-goi-cuoc-tt ul .table-view-cell-selected {
  background-color: #ff7000;
  color: #fff; }
  .page-chon-goi-cuoc-tt ul .table-view-cell-selected p {
    color: #fff; }
  .page-chon-goi-cuoc-tt ul .table-view-cell-selected .btn-negative {
    background-color: #fff;
    color: #686868; }

.page-chon-goi-cuoc-tt hr {
  border-top: 1px solid #d7d7d7;
  border-bottom: none;
  margin: 16px -15px 12px -15px; }

.page-chon-goi-cuoc-tt .list-km .btn {
  height: 32px;
  margin-top: 20px;
  margin-right: 15px; }

.page-chon-goi-cuoc-tt .list-km li {
  height: 80px; }

.page-chon-goi-cuoc-tt .list-km li.selected {
  background: #ff7000; }
  .page-chon-goi-cuoc-tt .list-km li.selected .item-inner, .page-chon-goi-cuoc-tt .list-km li.selected strong {
    color: #fff; }
  .page-chon-goi-cuoc-tt .list-km li.selected .btn-negative {
    color: #686868;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25); }

.page-chon-goi-cuoc-tt .caros-slider {
  margin-top: 15px; }
  .page-chon-goi-cuoc-tt .caros-slider .heading-slider {
    margin-bottom: 5px; }
    .page-chon-goi-cuoc-tt .caros-slider .heading-slider p {
      font-weight: 300;
      float: right;
      margin: 0; }
    .page-chon-goi-cuoc-tt .caros-slider .heading-slider .txt-title {
      float: left;
      margin: 0; }

.page-chon-goi-cuoc-tt .result {
  width: 313px;
  height: 42px;
  margin: 10px auto;
  border-bottom: 1px solid #dbdae0; }
  .page-chon-goi-cuoc-tt .result input {
    font-size: 30px;
    letter-spacing: 0.9px;
    text-align: center;
    font-weight: 400;
    color: #4a4a4a;
    border: none; }

.page-chon-goi-cuoc-tt .txt-description {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  font-style: italic; }

.page-chon-goi-cuoc-tt .footer-shop {
  -webkit-transform: translate(-15px);
  -ms-transform: translate(-15px);
  transform: translate(-15px);
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #fff; }
  .page-chon-goi-cuoc-tt .footer-shop .btn-block {
    margin: 15px auto;
    background-color: #b8b8b8;
    border: none; }

.page-chon-goi-cuoc-tt .noUi-handle:after {
  background: none; }

.modal-sap-xep .modal-wrapper {
  background-color: #e5e5e5; }
  .modal-sap-xep .modal-wrapper .sap-xep-content header {
    height: 40px; }
    .modal-sap-xep .modal-wrapper .sap-xep-content header a {
      margin-right: 15px; }
  .modal-sap-xep .modal-wrapper .sap-xep-content .wrapper-sap-xep li {
    padding: 15px 5px 15px 0px !important;
    width: 100%; }
    .modal-sap-xep .modal-wrapper .sap-xep-content .wrapper-sap-xep li .item {
      padding: 0 !important; }
      .modal-sap-xep .modal-wrapper .sap-xep-content .wrapper-sap-xep li .item p {
        color: #4a4a4a;
        font-weight: 400; }

.page-shop-nhap-thong-tin header.bar {
  height: 134px; }
  .page-shop-nhap-thong-tin header.bar nav {
    margin-top: 66px; }

.page-shop-nhap-thong-tin .heading-title {
  margin-top: 17px; }
  .page-shop-nhap-thong-tin .heading-title p {
    color: #1e2e2d;
    font-weight: 400;
    font-size: 14px; }
  .page-shop-nhap-thong-tin .heading-title a {
    color: #29a19c !important;
    font-weight: 400;
    padding: 2px 0;
    font-size: 14px; }
    .page-shop-nhap-thong-tin .heading-title a i {
      margin-left: 8px; }

.page-shop-nhap-thong-tin .form-customer .with-icon {
  padding-bottom: 10px;
  padding-top: 10px; }
  .page-shop-nhap-thong-tin .form-customer .with-icon .name-customer::-webkit-input-placeholder {
    color: #1b1b1b;
    font-weight: 300; }
  .page-shop-nhap-thong-tin .form-customer .with-icon .name-customer:-ms-input-placeholder {
    color: #1b1b1b;
    font-weight: 300; }
  .page-shop-nhap-thong-tin .form-customer .with-icon .name-customer::placeholder {
    color: #1b1b1b;
    font-weight: 300; }
  .page-shop-nhap-thong-tin .form-customer .with-icon .id-image {
    max-height: 150px;
    width: 100%;
    text-align: center;
    overflow: hidden; }

.page-shop-nhap-thong-tin .form-customer .no-border {
  border: none; }

.page-shop-nhap-thong-tin .heading-time .pull-left {
  float: left;
  margin: 0;
  width: 45% !important; }
  .page-shop-nhap-thong-tin .heading-time .pull-left #startday {
    width: 20%; }

.page-shop-nhap-thong-tin .heading-time .pull-right {
  float: right;
  margin: 0;
  width: 45% !important; }

.page-shop-nhap-thong-tin .input-dress input {
  outline: none;
  height: 35px; }

.page-shop-nhap-thong-tin .input-dress label {
  margin-left: -21px; }

.page-shop-nhap-thong-tin label input {
  display: none; }

.page-shop-nhap-thong-tin label .txt-file {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.page-shop-nhap-thong-tin button {
  border: none;
  position: fixed;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); }

.popover-shop-mau-chon .table-view-cell {
  padding: 15px 12px 0px 15px !important;
  width: 100%;
  border: none; }
  .popover-shop-mau-chon .table-view-cell .item {
    padding-bottom: 13px !important;
    border-bottom: 1px solid #dbd9e0; }
    .popover-shop-mau-chon .table-view-cell .item p:first-child {
      color: #1e2e2d;
      font-weight: 400;
      margin-top: 0px; }
    .popover-shop-mau-chon .table-view-cell .item p {
      color: #686868;
      margin-top: 8px;
      line-height: 17px; }

.popover-shop-mau-chon:before {
  top: -11px;
  left: initial;
  right: 25px; }

.page-giao-hang header.bar {
  height: 134px; }
  .page-giao-hang header.bar nav {
    margin-top: 66px; }

.page-giao-hang h4 {
  margin-top: 15px; }

.page-giao-hang ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none; }

.page-giao-hang ul.tabs li {
  width: 49%;
  font-weight: 400;
  text-align: center;
  background: none;
  line-height: 10px;
  display: inline-block;
  padding: 10px 15px;
  color: #1e2e2d; }
  .page-giao-hang ul.tabs li .select-giao-hang {
    width: 22px;
    height: 22px;
    background-color: #f6f6f6;
    border: solid 1px #d3d3d3;
    margin: 15px auto 13px;
    border-radius: 50%; }

.page-giao-hang ul.tabs li.current {
  color: #222; }
  .page-giao-hang ul.tabs li.current .select-giao-hang {
    background-color: #29a19c; }
  .page-giao-hang ul.tabs li.current .select-giao-hang:before {
    content: '';
    width: 14px;
    height: 10px;
    background-position: -4047px -5px;
    background-image: url("./css_sprites@2x.png");
    background-size: 10542.5px 98px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px; }
  .page-giao-hang ul.tabs li.current span {
    color: #ff7000; }

.page-giao-hang .tab-content {
  display: none; }
  .page-giao-hang .tab-content p {
    margin-top: 30px;
    line-height: 15px;
    font-style: italic;
    margin-bottom: 22px;
    color: #686868; }
  .page-giao-hang .tab-content .search-giao-hang {
    text-align: center;
    width: 100%;
    height: 48px;
    margin: 0 auto;
    border-radius: 4px;
    border: solid 1px #dbd9e0;
    padding-top: 14px; }
    .page-giao-hang .tab-content .search-giao-hang span {
      font-weight: 400;
      color: #1e2e2d;
      margin-left: 10px; }
  .page-giao-hang .tab-content form .with-icon {
    padding: 10px 0; }
  .page-giao-hang .tab-content form .with-icon:first-child {
    border-top: 1px solid #dbd9e0;
    margin-top: 10px; }
  .page-giao-hang .tab-content form .input-dress input {
    outline: none;
    height: 35px; }
  .page-giao-hang .tab-content form .input-dress label {
    margin-left: -21px; }
  .page-giao-hang .tab-content .table-info-giao-hang .table-view-cell {
    padding: 20px 13px 7px 17px !important;
    border: solid 1px #e8e8e9;
    margin-top: 18px;
    margin-bottom: 15px;
    height: auto; }
    .page-giao-hang .tab-content .table-info-giao-hang .table-view-cell figcaption {
      width: 100%; }
      .page-giao-hang .tab-content .table-info-giao-hang .table-view-cell figcaption .txt-heading {
        float: left;
        margin: auto;
        font-style: normal;
        font-weight: 400; }
      .page-giao-hang .tab-content .table-info-giao-hang .table-view-cell figcaption .txt-right {
        float: right;
        color: #29a19c;
        margin: -3px 0; }
    .page-giao-hang .tab-content .table-info-giao-hang .table-view-cell .h3 {
      font-weight: 600;
      font-style: normal;
      color: #000000;
      width: 100%;
      margin: 15px 0 10px;
      float: left; }
    .page-giao-hang .tab-content .table-info-giao-hang .table-view-cell .h4 {
      float: left;
      text-align: left;
      margin: 0;
      font-style: normal;
      line-height: 18px; }

.page-giao-hang .tab-content.current {
  display: inherit; }

.page-giao-hang button {
  position: fixed;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); }

.page-tim-kiem-cua-hang header {
  border: none; }

.page-tim-kiem-cua-hang .content-tim-kiem-cua-hang {
  background-color: #00a09c;
  height: 60px;
  margin: 0 -15px; }
  .page-tim-kiem-cua-hang .content-tim-kiem-cua-hang label {
    position: relative;
    width: 100%; }
    .page-tim-kiem-cua-hang .content-tim-kiem-cua-hang label select {
      width: 100%;
      -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
      -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
      border: none;
      outline: none;
      display: inline-block;
      -webkit-appearance: none;
      -moz-appearance: none;
      font-weight: 500;
      background-color: #fff;
      color: #686868;
      font-size: 16px;
      -webkit-box-shadow: none;
      box-shadow: none;
      margin: 10px auto;
      height: 40px;
      border-radius: 2px;
      padding: 0 12px; }
  .page-tim-kiem-cua-hang .content-tim-kiem-cua-hang label:after {
    content: '>';
    font: 20px "Consolas", monospace;
    color: #aaa;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 10px;
    top: 0px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none; }
  .page-tim-kiem-cua-hang .content-tim-kiem-cua-hang .icon-down-nav {
    font-size: 16px; }

.page-tim-kiem-cua-hang .table-view {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 15px;
  list-style: none;
  background-color: #fff; }
  .page-tim-kiem-cua-hang .table-view li {
    margin: 10px 0px 15px 0px;
    height: 83px;
    padding: 14px 15px 15px !important;
    border-radius: 4px;
    border: solid 1px #ececec; }
    .page-tim-kiem-cua-hang .table-view li figcaption {
      padding: 0;
      width: 80%; }
      .page-tim-kiem-cua-hang .table-view li figcaption h3 {
        color: #000000;
        width: 90%;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block;
        margin-bottom: 0px;
        padding-bottom: 3px; }
      .page-tim-kiem-cua-hang .table-view li figcaption p {
        line-height: 15px;
        color: #686868; }
    .page-tim-kiem-cua-hang .table-view li span {
      color: #29a19c;
      display: block;
      font-weight: 400; }
    .page-tim-kiem-cua-hang .table-view li i {
      display: block;
      margin-left: 14px; }

@media only screen and (max-width: 375px) {
  .cs-select {
    font-size: 13px !important; } }

@media only screen and (max-width: 320px) {
  .cs-select {
    font-size: 12px !important;
    padding-left: 5px !important; } }

.page-cua-hang header {
  border: none; }
  .page-cua-hang header .icon-search-white {
    margin-right: 10px; }

.page-cua-hang .table-view {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 15px;
  list-style: none;
  background-color: #fff; }
  .page-cua-hang .table-view li {
    margin: 10px 0px 15px 0px;
    height: 83px;
    padding: 14px 15px 15px !important;
    border-radius: 4px;
    border: solid 1px #ececec; }
    .page-cua-hang .table-view li figcaption {
      padding: 0;
      width: 80%; }
      .page-cua-hang .table-view li figcaption h3 {
        color: #000000;
        width: 90%;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block;
        margin-bottom: 0px;
        padding-bottom: 3px; }
      .page-cua-hang .table-view li figcaption p {
        line-height: 15px;
        color: #686868; }
    .page-cua-hang .table-view li span {
      color: #29a19c;
      display: block;
      font-weight: 400; }
    .page-cua-hang .table-view li i {
      display: block;
      margin-left: 14px; }

.modal-shop-goi-cuoc-chi-tiet {
  background-image: -o-linear-gradient(105deg, #296780, #14b5b5);
  background-image: linear-gradient(345deg, #296780, #14b5b5); }
  .modal-shop-goi-cuoc-chi-tiet .bar-nav {
    border-bottom: none;
    background: none; }
  .modal-shop-goi-cuoc-chi-tiet .service-name {
    padding: 10px 5px;
    border-bottom: 1px solid #dbdae0; }
    .modal-shop-goi-cuoc-chi-tiet .service-name .col-icon {
      width: 80px; }
      .modal-shop-goi-cuoc-chi-tiet .service-name .col-icon img {
        width: 56px;
        height: 56px; }
    .modal-shop-goi-cuoc-chi-tiet .service-name p {
      font-size: 12px;
      color: #686868;
      margin: 0; }
    .modal-shop-goi-cuoc-chi-tiet .service-name h3 {
      margin: 0 0 5px; }
  .modal-shop-goi-cuoc-chi-tiet .table-view-cell {
    padding: 5px;
    border-bottom: 1px solid #dbdae0; }
  .modal-shop-goi-cuoc-chi-tiet .actions {
    margin: 0; }
    .modal-shop-goi-cuoc-chi-tiet .actions a {
      color: #686868; }
    .modal-shop-goi-cuoc-chi-tiet .actions i {
      margin: 0 5px -5px  10px; }
    .modal-shop-goi-cuoc-chi-tiet .actions .col {
      padding: 6px;
      max-width: 120px; }
  .modal-shop-goi-cuoc-chi-tiet .item-service-sub {
    padding: 15px 20px; }
  .modal-shop-goi-cuoc-chi-tiet .btn-more {
    color: #EE0033;
    display: block;
    margin: 0 auto;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 400; }
  .modal-shop-goi-cuoc-chi-tiet .text-price {
    padding: 10px 20px 5px; }
  .modal-shop-goi-cuoc-chi-tiet .text-content {
    padding: 5px 20px; }
    .modal-shop-goi-cuoc-chi-tiet .text-content p {
      margin-bottom: 5px; }
  .modal-shop-goi-cuoc-chi-tiet .footer {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .modal-shop-goi-cuoc-chi-tiet .slide {
    white-space: normal;
    padding: 0 15px 20px; }
    .modal-shop-goi-cuoc-chi-tiet .slide .wrapper {
      background-color: #fff;
      border-radius: 5px;
      position: relative;
      padding-bottom: 52px; }
      .modal-shop-goi-cuoc-chi-tiet .slide .wrapper .item-row-icon .item-inner {
        padding-top: 10px; }
    .modal-shop-goi-cuoc-chi-tiet .slide .cover {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }

.page-giao-hang header.bar {
  height: 134px; }
  .page-giao-hang header.bar nav {
    margin-top: 66px; }

.page-giao-hang h4 {
  margin-top: 15px; }

.page-giao-hang ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none; }

.page-giao-hang ul.tabs li {
  width: 49%;
  font-weight: 400;
  text-align: center;
  background: none;
  line-height: 10px;
  display: inline-block;
  padding: 10px 15px;
  color: #1e2e2d; }
  .page-giao-hang ul.tabs li .select-giao-hang {
    width: 22px;
    height: 22px;
    background-color: #f6f6f6;
    border: solid 1px #d3d3d3;
    margin: 15px auto 13px;
    border-radius: 50%; }

.page-giao-hang ul.tabs li.current {
  color: #222; }
  .page-giao-hang ul.tabs li.current .select-giao-hang {
    background-color: #29a19c; }
  .page-giao-hang ul.tabs li.current .select-giao-hang:before {
    content: '';
    width: 14px;
    height: 10px;
    background-position: -4047px -5px;
    background-image: url("./css_sprites@2x.png");
    background-size: 10542.5px 98px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px; }
  .page-giao-hang ul.tabs li.current span {
    color: #ff7000; }

.page-giao-hang .tab-content {
  display: none; }
  .page-giao-hang .tab-content p {
    margin-top: 30px;
    line-height: 15px;
    font-style: italic;
    margin-bottom: 22px;
    color: #686868; }
  .page-giao-hang .tab-content .search-giao-hang {
    text-align: center;
    width: 100%;
    height: 48px;
    margin: 0 auto;
    border-radius: 4px;
    border: solid 1px #dbd9e0;
    padding-top: 14px; }
    .page-giao-hang .tab-content .search-giao-hang span {
      font-weight: 400;
      color: #1e2e2d;
      margin-left: 10px; }
  .page-giao-hang .tab-content form .with-icon {
    padding: 10px 0; }
  .page-giao-hang .tab-content form .with-icon:first-child {
    border-top: 1px solid #dbd9e0;
    margin-top: 10px; }
  .page-giao-hang .tab-content form .input-dress input {
    outline: none;
    height: 35px; }
  .page-giao-hang .tab-content form .input-dress label {
    margin-left: -21px; }
  .page-giao-hang .tab-content .heading {
    padding: 0px 0 18px; }
    .page-giao-hang .tab-content .heading p {
      float: left;
      margin: 0;
      font-style: normal;
      color: #1e2e2d; }
    .page-giao-hang .tab-content .heading a {
      padding: 0;
      font-size: 14px;
      font-weight: 300;
      color: #686868;
      float: right; }
  .page-giao-hang .tab-content .table-view {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 15px;
    list-style: none;
    background-color: #fff; }
    .page-giao-hang .tab-content .table-view li {
      margin: 10px 0px 15px 0px;
      height: 83px;
      padding: 14px 15px 15px !important;
      border-radius: 4px;
      border: solid 1px #ececec; }
      .page-giao-hang .tab-content .table-view li figcaption {
        padding: 0;
        width: 80%; }
        .page-giao-hang .tab-content .table-view li figcaption h3 {
          color: #000000;
          width: 90%;
          white-space: nowrap;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          overflow: hidden;
          display: inline-block;
          margin-bottom: 0px;
          padding-bottom: 3px; }
        .page-giao-hang .tab-content .table-view li figcaption p {
          line-height: 15px;
          color: #686868;
          margin-top: 0px !important;
          font-style: normal; }
      .page-giao-hang .tab-content .table-view li .right {
        margin-top: -24px; }
        .page-giao-hang .tab-content .table-view li .right span {
          color: #29a19c;
          display: block;
          font-weight: 400; }
        .page-giao-hang .tab-content .table-view li .right i {
          display: block;
          margin-left: 14px; }

.page-giao-hang .tab-content.current {
  display: inherit; }

.page-giao-hang button {
  position: fixed;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); }

.page-dat-lich-hen header {
  border: none; }
  .page-dat-lich-hen header .icon-search-white {
    margin-right: 10px; }

.page-dat-lich-hen .heading {
  padding: 0px 0 18px;
  margin-top: 24px;
  margin-bottom: 14px; }
  .page-dat-lich-hen .heading p {
    float: left;
    margin: 0;
    font-style: normal;
    color: #1e2e2d; }
  .page-dat-lich-hen .heading a {
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    color: #686868;
    float: right; }

.page-dat-lich-hen .table-view {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 15px;
  list-style: none;
  background-color: #fff; }
  .page-dat-lich-hen .table-view li {
    margin: 10px 0px 15px 0px;
    height: 83px;
    padding: 14px 15px 15px !important;
    border-radius: 4px;
    border: solid 1px #ececec; }
    .page-dat-lich-hen .table-view li figcaption {
      padding: 0;
      width: 80%; }
      .page-dat-lich-hen .table-view li figcaption h3 {
        color: #000000;
        width: 90%;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block;
        margin-bottom: 0px;
        padding-bottom: 3px; }
      .page-dat-lich-hen .table-view li figcaption p {
        line-height: 15px;
        color: #686868;
        font-style: normal; }
    .page-dat-lich-hen .table-view li span {
      color: #29a19c;
      display: block;
      font-weight: 400; }
    .page-dat-lich-hen .table-view li i {
      display: block;
      margin-left: 14px; }

.page-dat-lich-hen hr {
  border: none;
  border-top: solid 1px #dbd9e0;
  margin: 20px auto 0px; }

.page-dat-lich-hen .with-icon {
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dbd9e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: 300;
  padding-left: 10px; }
  .page-dat-lich-hen .with-icon input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    padding-left: 10px; }
  .page-dat-lich-hen .with-icon input::-webkit-input-placeholder {
    text-align: right; }
  .page-dat-lich-hen .with-icon input:-ms-input-placeholder {
    text-align: right; }
  .page-dat-lich-hen .with-icon input::placeholder {
    text-align: right; }
  .page-dat-lich-hen .with-icon label {
    margin-top: 5px; }
  .page-dat-lich-hen .with-icon .info-time {
    position: relative;
    width: 100%;
    margin-bottom: 5px; }
    .page-dat-lich-hen .with-icon .info-time select {
      padding: 3px;
      margin: 0;
      margin-right: 10px;
      border-radius: 4px;
      -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
      -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
      border: none;
      outline: none;
      display: inline-block;
      -webkit-appearance: none;
      font-size: 14px !important;
      -moz-appearance: none;
      background-color: transparent;
      color: #686868;
      -webkit-box-shadow: none;
      box-shadow: none;
      float: right; }

.page-dat-lich-hen p {
  line-height: 18px;
  font-style: italic;
  color: #686868; }

.page-dat-lich-hen span {
  margin-left: 10px;
  display: block; }

.page-dat-lich-hen .datlich {
  position: fixed;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); }

.page-shop-internet .header {
  background-image: -o-linear-gradient(105deg, #296780, #14b5b5);
  background-image: linear-gradient(345deg, #296780, #14b5b5); }
  .page-shop-internet .header .bar-nav {
    background: none;
    border: none;
    height: 50px; }
    .page-shop-internet .header .bar-nav .title {
      line-height: 53px;
      font-size: 18px; }
    .page-shop-internet .header .bar-nav .icon {
      margin-top: 5px; }
  .page-shop-internet .header .districts {
    font-size: 14px;
    color: #abd9e0;
    padding-left: 10px; }
    .page-shop-internet .header .districts:after, .page-shop-internet .header .districts:before {
      content: "";
      display: table;
      clear: both; }
    .page-shop-internet .header .districts .selector {
      float: right;
      padding: 5px 10px 10px;
      font-size: 14px; }

.page-shop-internet .ul-grid {
  margin-top: 5px; }

.page-shop-internet .item-card-sell._lg {
  height: 220px; }

.btn-cart {
  position: relative;
  padding: 10px 5px 5px 10px; }
  .btn-cart .counter {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #ff7000;
    color: #fff;
    text-align: center;
    line-height: 17px;
    border-radius: 50%;
    top: 4px;
    right: -5px;
    font-size: 10px; }

.modal-shop-internet-districts .table-view {
  margin: 0;
  padding: 0 15px 0;
  background-color: #fff; }

.modal-shop-internet-districts .table-view-cell {
  padding: 0 !important; }
  .modal-shop-internet-districts .table-view-cell .item {
    padding: 10px 0;
    color: #1e2e2d; }
    .modal-shop-internet-districts .table-view-cell .item .item-last {
      visibility: hidden; }
    .modal-shop-internet-districts .table-view-cell .item.active .item-last {
      visibility: visible; }

.modal-shop-internet-districts .modal-cont {
  max-height: 100%;
  background-color: #fff; }

.modal-shop-internet-districts .bar-nav {
  height: 40px;
  margin: 0 !important;
  padding: 0 !important;
  position: initial; }
  .modal-shop-internet-districts .bar-nav .title {
    line-height: 40px; }
  .modal-shop-internet-districts .bar-nav .icon {
    padding: 9px 10px 0 0;
    margin-top: 0; }

.modal-shop-internet-chi-tiet {
  background-image: -o-linear-gradient(105deg, #296780, #14b5b5);
  background-image: linear-gradient(345deg, #296780, #14b5b5); }
  .modal-shop-internet-chi-tiet .bar-nav {
    border-bottom: none;
    background: none; }
  .modal-shop-internet-chi-tiet .service-name {
    padding: 10px 0;
    margin: 0 15px;
    border-bottom: 1px solid #dbdae0; }
    .modal-shop-internet-chi-tiet .service-name p {
      font-size: 12px;
      font-weight: 500;
      color: #1e2e2d;
      margin: 0; }
    .modal-shop-internet-chi-tiet .service-name h3 {
      margin: 0 0 5px; }
    .modal-shop-internet-chi-tiet .service-name .item-last {
      padding-top: 15px; }
  .modal-shop-internet-chi-tiet .table-view-cell {
    padding: 5px;
    border-bottom: 1px solid #dbdae0; }
  .modal-shop-internet-chi-tiet .actions {
    margin: 0; }
    .modal-shop-internet-chi-tiet .actions a {
      color: #686868; }
    .modal-shop-internet-chi-tiet .actions i {
      margin: 0 5px -5px  10px; }
    .modal-shop-internet-chi-tiet .actions .col {
      padding: 6px;
      max-width: 120px; }
  .modal-shop-internet-chi-tiet .item-service-sub {
    padding: 15px 20px; }
  .modal-shop-internet-chi-tiet .btn-more {
    color: #EE0033;
    display: block;
    margin: 0 auto;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 400; }
  .modal-shop-internet-chi-tiet .text-intro {
    padding: 10px 20px 5px;
    font-weight: 500; }
  .modal-shop-internet-chi-tiet .text-content {
    padding: 5px 20px; }
    .modal-shop-internet-chi-tiet .text-content p {
      margin-bottom: 5px; }
  .modal-shop-internet-chi-tiet .footer {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .modal-shop-internet-chi-tiet .slide {
    white-space: normal;
    padding: 0 15px 20px; }
    .modal-shop-internet-chi-tiet .slide .wrapper {
      background-color: #fff;
      border-radius: 5px;
      position: relative;
      padding-bottom: 52px; }
      .modal-shop-internet-chi-tiet .slide .wrapper .item-row-icon .item-inner {
        padding-top: 10px; }
    .modal-shop-internet-chi-tiet .slide .cover {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }

.page-gui-ma-yeu-cau header {
  border: none; }
  .page-gui-ma-yeu-cau header .icon-search-white {
    margin-right: 10px; }

.page-gui-ma-yeu-cau .heading {
  padding: 0px 0 18px;
  margin-top: 16px;
  margin-bottom: 14px;
  text-transform: uppercase; }
  .page-gui-ma-yeu-cau .heading p {
    float: left;
    margin: 0;
    font-style: normal;
    color: #4ca19c; }
  .page-gui-ma-yeu-cau .heading a {
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    color: #686868;
    float: right; }

.page-gui-ma-yeu-cau .content-send-code {
  margin-bottom: 170px; }
  .page-gui-ma-yeu-cau .content-send-code .info-code {
    margin-left: 11px; }
    .page-gui-ma-yeu-cau .content-send-code .info-code p {
      display: inline-block;
      margin-left: 10px;
      color: #313131; }
    .page-gui-ma-yeu-cau .content-send-code .info-code .txt-phone {
      margin-bottom: 0px; }
    .page-gui-ma-yeu-cau .content-send-code .info-code .txt-left-code {
      margin-left: 27px; }
    .page-gui-ma-yeu-cau .content-send-code .info-code i {
      width: 18px; }
  .page-gui-ma-yeu-cau .content-send-code hr {
    border: none;
    border-top: solid 1px #dbd9e0;
    margin: 8px -15px 18px; }
  .page-gui-ma-yeu-cau .content-send-code .h6 {
    margin: 7px auto 0;
    font-style: italic;
    line-height: 20px;
    color: #605e60; }
  .page-gui-ma-yeu-cau .content-send-code .heading-charge {
    height: 50px;
    margin: 15px 0;
    padding: 14px 0;
    border-top: 1px solid #dbd9e0;
    border-bottom: 1px solid #dbd9e0; }
    .page-gui-ma-yeu-cau .content-send-code .heading-charge p {
      float: left;
      margin: 0;
      font-style: normal;
      color: #000000; }
    .page-gui-ma-yeu-cau .content-send-code .heading-charge span {
      padding: 0;
      font-size: 14px;
      color: #29a19c;
      float: right; }
  .page-gui-ma-yeu-cau .content-send-code .table-view .table-view-cell {
    padding: 20px 13px 7px 17px !important;
    border: solid 1px #e8e8e9;
    margin-top: 18px;
    margin-bottom: 15px;
    border-radius: 4px;
    height: 114px; }
    .page-gui-ma-yeu-cau .content-send-code .table-view .table-view-cell figcaption {
      width: 100%;
      height: 31px; }
      .page-gui-ma-yeu-cau .content-send-code .table-view .table-view-cell figcaption .txt-heading {
        float: left;
        margin: auto;
        font-style: normal;
        font-weight: 400; }
      .page-gui-ma-yeu-cau .content-send-code .table-view .table-view-cell figcaption .txt-right {
        float: right;
        color: #29a19c;
        margin: -3px 0; }
    .page-gui-ma-yeu-cau .content-send-code .table-view .table-view-cell .h4 {
      float: left;
      text-align: left;
      margin: 0;
      font-style: normal;
      line-height: 18px; }

.page-gui-ma-yeu-cau .footer-ma-yeu-cau {
  -webkit-transform: translate(-15px);
  -ms-transform: translate(-15px);
  transform: translate(-15px);
  margin-top: 19px;
  border-top: solid 1px #dbd9e0;
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 0 17px;
  background-color: #fff; }
  .page-gui-ma-yeu-cau .footer-ma-yeu-cau .heading-footer {
    margin: 19px 0px;
    height: 20px; }
    .page-gui-ma-yeu-cau .footer-ma-yeu-cau .heading-footer h2 {
      float: left;
      margin: 0;
      font-style: normal;
      color: #000000; }
    .page-gui-ma-yeu-cau .footer-ma-yeu-cau .heading-footer h1 {
      padding: 0;
      color: #29a19c;
      float: right; }
  .page-gui-ma-yeu-cau .footer-ma-yeu-cau p {
    font-size: 16px;
    font-style: italic;
    color: #4a4a4a;
    font-weight: 400; }
    .page-gui-ma-yeu-cau .footer-ma-yeu-cau p span {
      font-weight: 700; }
  .page-gui-ma-yeu-cau .footer-ma-yeu-cau button {
    margin-bottom: 20px; }

.page-gui-ma-yeu-cau header {
  border: none; }
  .page-gui-ma-yeu-cau header .icon-search-white {
    margin-right: 10px; }

.page-gui-ma-yeu-cau .heading {
  padding: 0px 0 18px;
  margin-top: 16px;
  margin-bottom: 14px;
  text-transform: uppercase; }
  .page-gui-ma-yeu-cau .heading p {
    float: left;
    margin: 0;
    font-style: normal;
    color: #4ca19c; }
  .page-gui-ma-yeu-cau .heading a {
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    color: #686868;
    float: right; }

.page-gui-ma-yeu-cau .content-send-code {
  margin-bottom: 170px; }
  .page-gui-ma-yeu-cau .content-send-code .info-code {
    margin-left: 11px; }
    .page-gui-ma-yeu-cau .content-send-code .info-code p {
      display: inline-block;
      margin-left: 10px;
      color: #313131; }
    .page-gui-ma-yeu-cau .content-send-code .info-code .txt-phone {
      margin-bottom: 0px; }
    .page-gui-ma-yeu-cau .content-send-code .info-code .txt-left-code {
      margin-left: 27px; }
    .page-gui-ma-yeu-cau .content-send-code .info-code i {
      width: 18px; }
  .page-gui-ma-yeu-cau .content-send-code hr {
    border: none;
    border-top: solid 1px #dbd9e0;
    margin: 8px -15px 18px; }
  .page-gui-ma-yeu-cau .content-send-code .h6 {
    margin: 7px auto 0;
    font-style: italic;
    line-height: 20px;
    color: #605e60; }
  .page-gui-ma-yeu-cau .content-send-code .heading-charge {
    height: 50px;
    margin: 15px 0;
    padding: 14px 0;
    border-top: 1px solid #dbd9e0;
    border-bottom: 1px solid #dbd9e0; }
    .page-gui-ma-yeu-cau .content-send-code .heading-charge p {
      float: left;
      margin: 0;
      font-style: normal;
      color: #000000; }
    .page-gui-ma-yeu-cau .content-send-code .heading-charge span {
      padding: 0;
      font-size: 14px;
      color: #29a19c;
      float: right; }
  .page-gui-ma-yeu-cau .content-send-code .table-view .table-view-cell {
    padding: 20px 13px 7px 17px !important;
    border: solid 1px #e8e8e9;
    margin-top: 18px;
    margin-bottom: 15px;
    border-radius: 4px;
    height: 114px; }
    .page-gui-ma-yeu-cau .content-send-code .table-view .table-view-cell figcaption {
      width: 100%;
      height: 31px; }
      .page-gui-ma-yeu-cau .content-send-code .table-view .table-view-cell figcaption .txt-heading {
        float: left;
        margin: auto;
        font-style: normal;
        font-weight: 400; }
      .page-gui-ma-yeu-cau .content-send-code .table-view .table-view-cell figcaption .txt-right {
        float: right;
        color: #29a19c;
        margin: -3px 0; }
    .page-gui-ma-yeu-cau .content-send-code .table-view .table-view-cell .h4 {
      float: left;
      text-align: left;
      margin: 0;
      font-style: normal;
      line-height: 18px; }

.page-gui-ma-yeu-cau .footer-ma-yeu-cau {
  -webkit-transform: translate(-15px);
  -ms-transform: translate(-15px);
  transform: translate(-15px);
  margin-top: 19px;
  border-top: solid 1px #dbd9e0;
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 0 17px;
  background-color: #fff; }
  .page-gui-ma-yeu-cau .footer-ma-yeu-cau .heading-footer {
    margin: 19px 0px;
    height: 20px; }
    .page-gui-ma-yeu-cau .footer-ma-yeu-cau .heading-footer h2 {
      float: left;
      margin: 0;
      border: none;
      padding: 0;
      font-style: normal;
      color: #000000; }
    .page-gui-ma-yeu-cau .footer-ma-yeu-cau .heading-footer h1 {
      padding: 0;
      color: #29a19c;
      float: right; }
  .page-gui-ma-yeu-cau .footer-ma-yeu-cau p {
    font-size: 16px;
    font-style: italic;
    color: #4a4a4a;
    font-weight: 400; }
    .page-gui-ma-yeu-cau .footer-ma-yeu-cau p span {
      font-weight: 700; }
  .page-gui-ma-yeu-cau .footer-ma-yeu-cau h2 {
    margin: 14px -15px;
    border-top: 1px solid #ff0303;
    padding-top: 14px;
    color: #ff0303;
    text-align: center; }
    .page-gui-ma-yeu-cau .footer-ma-yeu-cau h2 span {
      margin-right: 10px; }

.popover-shop-cart {
  padding: 15px; }
  .popover-shop-cart:before {
    right: 0;
    top: -7px;
    left: initial; }
  .popover-shop-cart p {
    margin: 0; }
  .popover-shop-cart .cart-title {
    font-size: 13px;
    margin: 0 0 10px; }
  .popover-shop-cart .item-inner h5 {
    margin: 5px 0; }
  .popover-shop-cart .des {
    font-size: 12px;
    font-style: italic;
    line-height: 12px;
    margin: 5px 0; }
  .popover-shop-cart .price {
    color: #EE0033;
    margin: 0 0 5px; }
  .popover-shop-cart .number {
    color: #EE0033;
    margin: 0 0 5px; }
  .popover-shop-cart .item {
    border-bottom: 1px solid #e8e8e9;
    padding: 5px 0 10px; }
  .popover-shop-cart .footer {
    padding: 5px 0 0;
    margin-top: 5px;
    text-align: center; }

.page-shop-ds-yeu-cau .item-inner h5, .page-shop-ds-yeu-cau .item-inner h6 {
  margin: 5px 0; }

.page-shop-ds-yeu-cau .item-inner h5 {
  font-size: 15px; }

.page-shop-ds-yeu-cau .item-inner h6 {
  font-weight: 500; }

.page-shop-ds-yeu-cau .item-inner p {
  font-size: 12px;
  color: #686868; }

.page-shop-ds-yeu-cau .item-last {
  padding-top: 3px;
  font-weight: 500; }

.page-shop-ds-yeu-cau .table-view-cell {
  padding: 10px 0; }

.content-dat-hang-thanh-cong {
  height: 100%;
  background-image: -o-linear-gradient(105deg, #296780, #14b5b5);
  background-image: linear-gradient(345deg, #296780, #14b5b5);
  padding: 10% 15px;
  color: #fff;
  text-align: center; }
  .content-dat-hang-thanh-cong h1 {
    margin-top: 34px; }
  .content-dat-hang-thanh-cong p {
    margin: 15px auto 20px; }
    .content-dat-hang-thanh-cong p span {
      color: #fdbf12; }
  .content-dat-hang-thanh-cong .txt-lien-he {
    margin-bottom: 150px; }
  .content-dat-hang-thanh-cong a {
    position: absolute;
    bottom: 13px;
    padding-left: 15px;
    width: 100%;
    padding-right: 15px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%); }
    .content-dat-hang-thanh-cong a .txt-back-home {
      color: #fff;
      text-align: center;
      font-size: 14px;
      font-weight: 400;
      border-top: solid 1px rgba(255, 255, 255, 0.22);
      padding-top: 15px; }

.page-thanh-toan.content {
  padding-bottom: 20px; }

.page-thanh-toan header.bar {
  height: 134px; }
  .page-thanh-toan header.bar nav {
    margin-top: 66px; }

.page-thanh-toan .text-strong {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.06;
  text-align: left;
  color: #1e2e2d;
  margin-bottom: 15px; }

.page-thanh-toan .text-em {
  font-size: 12px;
  font-style: italic;
  text-align: left;
  color: #605e60; }

.page-thanh-toan section h2.heading {
  color: #4ca19c;
  font-size: 14px;
  margin: 14px 0; }

.page-thanh-toan section .table-view {
  margin-bottom: 0; }

.page-thanh-toan section .table-view-cell {
  padding: 18px 0; }
  .page-thanh-toan section .table-view-cell figcaption {
    padding: 0; }
  .page-thanh-toan section .table-view-cell.selected {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #4a4a4a; }

.page-thanh-toan section.payment-method .table-view-cell:last-child {
  border: 0; }

.page-thanh-toan section.total-price {
  border-top: solid 1px #dbd9e0;
  border-bottom: solid 1px #dbd9e0;
  padding: 20px 24px;
  margin-left: -15px;
  margin-right: -15px; }
  .page-thanh-toan section.total-price .total-price-label {
    font-size: 18px;
    font-weight: 500;
    line-height: 0.94;
    text-align: left;
    color: #1e2e2d;
    float: left; }
  .page-thanh-toan section.total-price .total-price-amount {
    font-size: 20px;
    font-weight: 500;
    line-height: 0.85;
    text-align: right;
    color: #29a19c;
    float: right; }

.page-thanh-toan section.customer-info {
  border-bottom: solid 1px #dbd9e0; }
  .page-thanh-toan section.customer-info li {
    margin-bottom: 12px; }
    .page-thanh-toan section.customer-info li > i {
      margin-right: 9px;
      width: 18px;
      text-align: center; }
    .page-thanh-toan section.customer-info li .issue-date {
      padding-left: 30px; }

.page-thanh-toan section.service-info .text-em {
  margin-bottom: 0; }

.page-thanh-toan section.service-info .text-strong {
  margin-bottom: 7px; }

.page-thanh-toan section.service-info .topup-amount-row {
  border-top: solid 1px #dbd9e0;
  border-bottom: solid 1px #dbd9e0;
  padding: 20px 24px;
  margin: 14px -15px 18px -15px; }
  .page-thanh-toan section.service-info .topup-amount-row .pull-left {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #000; }
  .page-thanh-toan section.service-info .topup-amount-row .pull-right {
    font-size: 14px;
    line-height: 1.21;
    text-align: right;
    color: #29a19c; }

.page-thanh-toan section.service-info .summary-amount-row {
  padding: 0 0 14px 0;
  margin: 0; }
  .page-thanh-toan section.service-info .summary-amount-row .pull-left {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #000; }
    .page-thanh-toan section.service-info .summary-amount-row .pull-left .text-em {
      font-weight: normal; }
  .page-thanh-toan section.service-info .summary-amount-row .pull-right {
    font-size: 14px;
    line-height: 1.21;
    text-align: right;
    color: #29a19c;
    font-weight: bold; }

.page-thanh-toan section.service-info .schedule-pickup-sim {
  border-radius: 4px;
  border: solid 1px #dbd9e0;
  padding: 20px 17px;
  margin-top: 20px;
  margin-bottom: 35px;
  font-size: 15px;
  color: #686868; }
  .page-thanh-toan section.service-info .schedule-pickup-sim .heading {
    margin-bottom: 10px; }
  .page-thanh-toan section.service-info .schedule-pickup-sim strong {
    color: #000; }
  .page-thanh-toan section.service-info .schedule-pickup-sim p {
    margin-bottom: 0; }

.nice-radio-wrapper {
  display: inline-block;
  margin-right: 84px; }
  .nice-radio-wrapper:last-of-type {
    margin-right: 0; }

.nice-radio {
  width: 22px;
  height: 22px;
  background-color: #f6f6f6;
  border: solid 1px #d3d3d3;
  margin: 0;
  border-radius: 50%;
  position: relative; }
  .nice-radio:after {
    content: '';
    width: 14px;
    height: 10px;
    background-position: -4047px -5px;
    background-image: url("./css_sprites@2x.png");
    background-size: 10542.5px 98px;
    display: inline-block;
    vertical-align: middle;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .nice-radio input {
    visibility: hidden; }
  .nice-radio.checked {
    background-color: #29a19c; }
    .nice-radio.checked:after {
      display: block; }

.topup-card .content,
.topup-bankplus .content {
  padding-bottom: 39px; }

.topup-card form .with-icon,
.topup-bankplus form .with-icon {
  border: 0;
  padding-left: 0; }

.topup-card form label,
.topup-bankplus form label {
  font-size: 15px;
  text-align: left;
  color: #4a4a4a;
  margin-bottom: 6px;
  display: block; }

.topup-card form .action-buttons,
.topup-bankplus form .action-buttons {
  margin-top: 41px; }

.topup-card .modal-wrapper .modal-cont {
  max-height: 100vh !important;
  overflow-y: auto; }

.topup-card .table-view-cell {
  border-radius: 8px;
  background-color: #ffffff;
  border: solid 1px #d3d3d3;
  margin-bottom: 8px; }
  .topup-card .table-view-cell figcaption {
    padding: 0 18px 0 0; }

.topup-card form .add-more-card {
  font-style: italic;
  color: #1e2e2d;
  margin-bottom: 15px;
  display: inline-block; }
  .topup-card form .add-more-card .icon-plus {
    width: 22px;
    height: 22px;
    background-color: #29a19c;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 22px; }

.topup-card form .description {
  font-size: 12px;
  font-style: italic;
  line-height: 1.42; }

.topup-card form input[class*="-number"] {
  width: 100%;
  font-size: 18px;
  color: #000;
  border: 0;
  border-bottom: solid 1px #dbd9e0;
  border-radius: 0;
  padding: 0;
  margin: 0 0 0 10px; }
  .topup-card form input[class*="-number"].no-border {
    border: 0 !important; }
  .topup-card form input[class*="-number"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999; }
  .topup-card form input[class*="-number"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999; }
  .topup-card form input[class*="-number"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999; }
  .topup-card form input[class*="-number"]:-moz-placeholder {
    /* Firefox 18- */
    color: #999999; }

.topup-card .security-code-wrapper {
  border-bottom: solid 1px #dbd9e0;
  margin-bottom: 68px; }
  .topup-card .security-code-wrapper input {
    border: 0;
    margin: 0; }
  .topup-card .security-code-wrapper img {
    width: 75px;
    height: 30px;
    border-radius: 30px;
    float: right; }

.topup-bankplus .table-view-cell {
  padding: 13px 0 !important; }
  .topup-bankplus .table-view-cell figcaption {
    padding: 0 18px 0 0;
    width: 93%; }
    .topup-bankplus .table-view-cell figcaption input[type="text"] {
      font-size: 18px;
      color: #000; }
  .topup-bankplus .table-view-cell .icon-down {
    color: #808080;
    font-size: 20px;
    margin-top: 30px; }
  .topup-bankplus .table-view-cell .bank-logo {
    width: 74px;
    height: auto;
    position: absolute;
    bottom: 18px;
    right: 0; }

.page-thong-tin-don-hang .cd-multi-steps {
  width: calc(100% + 20px); }

.page-omni-dkcd-nhap-tt header.bar {
  height: 134px; }
  .page-omni-dkcd-nhap-tt header.bar nav {
    margin-top: 66px; }

.page-omni-dkcd-nhap-tt .heading-title {
  margin-top: 17px; }
  .page-omni-dkcd-nhap-tt .heading-title p {
    color: #1e2e2d;
    font-size: 14px; }
  .page-omni-dkcd-nhap-tt .heading-title a {
    color: #29a19c !important;
    font-weight: 400;
    padding: 2px 0;
    font-size: 14px; }
    .page-omni-dkcd-nhap-tt .heading-title a i {
      margin-left: 8px; }

.page-omni-dkcd-nhap-tt .cd-multi-steps {
  width: auto; }
  .page-omni-dkcd-nhap-tt .cd-multi-steps.text-bottom.count li a {
    line-height: 1;
    vertical-align: top; }

.page-omni-dkcd-nhap-tt .input-group {
  padding-top: 5px;
  padding-bottom: 5px; }

.page-omni-dkcd-nhap-tt button[type="submit"] {
  margin-top: 30px; }

.page-nhap-so header.bar {
  height: 134px; }
  .page-nhap-so header.bar nav {
    margin-top: 66px; }

.page-nhap-so .h4 {
  margin-top: 20px;
  margin-bottom: 15px; }

.page-nhap-so .with-icon {
  padding-top: 5px;
  padding-left: 0;
  padding-bottom: 5px; }
  .page-nhap-so .with-icon input {
    padding-left: 0; }

.page-nhap-so .btn-next {
  position: fixed;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); }

.page-shop-omi-dkcd-dong-cuoc header.bar {
  height: 134px; }
  .page-shop-omi-dkcd-dong-cuoc header.bar nav {
    margin-top: 66px; }

.page-shop-omi-dkcd-dong-cuoc .cd-multi-steps {
  width: auto; }
  .page-shop-omi-dkcd-dong-cuoc .cd-multi-steps.text-bottom.count li a {
    line-height: 1;
    vertical-align: top; }

.page-shop-omi-dkcd-dong-cuoc .table-view-cell {
  border: 1px solid #e8e8e9;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 5px 0; }
  .page-shop-omi-dkcd-dong-cuoc .table-view-cell.selected {
    background-color: #ff7000;
    color: #fff; }

.page-shop-omi-dkcd-dong-cuoc .item-row-icon {
  font-weight: 500; }

.page-shop-omi-dkcd-dong-cuoc .des {
  font-size: 12px;
  line-height: 15px; }

.page-shop-omi-dkcd-dong-cuoc .input-group {
  padding-top: 5px;
  padding-bottom: 5px; }
  .page-shop-omi-dkcd-dong-cuoc .input-group select {
    background: none;
    border: none;
    margin: 5px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    color: #999; }

.page-shop-omi-dkcd-dong-cuoc .text-note {
  color: #686868;
  line-height: 16px;
  font-style: italic;
  font-size: 13px;
  margin: 10px 0; }

.page-shop-omi-dkcd-dong-cuoc .text-fee-quick {
  color: #686868;
  font-size: 13px;
  margin: 10px 0;
  text-align: right; }
  .page-shop-omi-dkcd-dong-cuoc .text-fee-quick b {
    color: #ff7000; }

.page-shop-omi-dkcd-thong-tin-don header.bar {
  height: 134px; }
  .page-shop-omi-dkcd-thong-tin-don header.bar nav {
    margin-top: 66px; }

.page-shop-omi-dkcd-thong-tin-don .cd-multi-steps {
  width: auto; }
  .page-shop-omi-dkcd-thong-tin-don .cd-multi-steps.text-bottom.count li a {
    line-height: 1;
    vertical-align: top; }

.page-shop-omi-dkcd-thong-tin-don.content {
  padding-bottom: 20px; }

.page-shop-omi-dkcd-thong-tin-don header.bar {
  height: 134px; }
  .page-shop-omi-dkcd-thong-tin-don header.bar nav {
    margin-top: 66px; }

.page-shop-omi-dkcd-thong-tin-don .text-strong {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.06;
  text-align: left;
  color: #1e2e2d;
  margin-bottom: 15px; }

.page-shop-omi-dkcd-thong-tin-don .text-em {
  font-size: 12px;
  font-style: italic;
  text-align: left;
  color: #605e60; }

.page-shop-omi-dkcd-thong-tin-don section h2.heading {
  color: #4ca19c;
  font-size: 14px;
  margin: 14px 0; }

.page-shop-omi-dkcd-thong-tin-don section .table-view {
  margin-bottom: 0; }

.page-shop-omi-dkcd-thong-tin-don section .table-view-cell {
  padding: 18px 0; }
  .page-shop-omi-dkcd-thong-tin-don section .table-view-cell figcaption {
    padding: 0; }
  .page-shop-omi-dkcd-thong-tin-don section .table-view-cell.selected {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #4a4a4a; }

.page-shop-omi-dkcd-thong-tin-don section.payment-method .table-view-cell:last-child {
  border: 0; }

.page-shop-omi-dkcd-thong-tin-don section.total-price {
  border-top: solid 1px #dbd9e0;
  border-bottom: solid 1px #dbd9e0;
  padding: 20px 24px;
  margin-left: -15px;
  margin-right: -15px; }
  .page-shop-omi-dkcd-thong-tin-don section.total-price .total-price-label {
    font-size: 18px;
    font-weight: 500;
    line-height: 0.94;
    text-align: left;
    color: #1e2e2d;
    float: left; }
  .page-shop-omi-dkcd-thong-tin-don section.total-price .total-price-amount {
    font-size: 20px;
    font-weight: 500;
    line-height: 0.85;
    text-align: right;
    color: #29a19c;
    float: right; }

.page-shop-omi-dkcd-thong-tin-don section.customer-info {
  border-bottom: solid 1px #dbd9e0; }
  .page-shop-omi-dkcd-thong-tin-don section.customer-info li {
    margin-bottom: 12px; }
    .page-shop-omi-dkcd-thong-tin-don section.customer-info li > i {
      margin-right: 9px;
      width: 18px;
      text-align: center; }
    .page-shop-omi-dkcd-thong-tin-don section.customer-info li .issue-date {
      padding-left: 30px; }

.page-shop-omi-dkcd-thong-tin-don section.service-info .text-em {
  margin-bottom: 0; }

.page-shop-omi-dkcd-thong-tin-don section.service-info .text-strong {
  margin-bottom: 7px; }

.page-shop-omi-dkcd-thong-tin-don section.service-info .topup-amount-row {
  border-top: solid 1px #dbd9e0;
  border-bottom: solid 1px #dbd9e0;
  padding: 20px 24px;
  margin: 14px -15px 18px -15px; }
  .page-shop-omi-dkcd-thong-tin-don section.service-info .topup-amount-row .pull-left {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #000; }
  .page-shop-omi-dkcd-thong-tin-don section.service-info .topup-amount-row .pull-right {
    font-size: 14px;
    line-height: 1.21;
    text-align: right;
    color: #29a19c; }

.page-shop-omi-dkcd-thong-tin-don section.service-info .summary-amount-row {
  padding: 0 0 14px 0;
  margin: 0; }
  .page-shop-omi-dkcd-thong-tin-don section.service-info .summary-amount-row .pull-left {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #000; }
    .page-shop-omi-dkcd-thong-tin-don section.service-info .summary-amount-row .pull-left .text-em {
      font-weight: normal; }
  .page-shop-omi-dkcd-thong-tin-don section.service-info .summary-amount-row .pull-right {
    font-size: 14px;
    line-height: 1.21;
    text-align: right;
    color: #29a19c;
    font-weight: bold; }

.page-shop-omi-dkcd-thong-tin-don section.service-info .schedule-pickup-sim {
  border-radius: 4px;
  border: solid 1px #dbd9e0;
  padding: 20px 17px;
  margin-top: 20px;
  margin-bottom: 35px;
  font-size: 15px;
  color: #686868; }
  .page-shop-omi-dkcd-thong-tin-don section.service-info .schedule-pickup-sim .heading {
    margin-bottom: 10px; }
  .page-shop-omi-dkcd-thong-tin-don section.service-info .schedule-pickup-sim strong {
    color: #000; }
  .page-shop-omi-dkcd-thong-tin-don section.service-info .schedule-pickup-sim p {
    margin-bottom: 0; }

.content-omi-dkcd-dat-hang-thanh-cong {
  height: 100%;
  background-image: -o-linear-gradient(105deg, #296780, #14b5b5);
  background-image: linear-gradient(345deg, #296780, #14b5b5);
  padding: 10% 15px;
  color: #fff;
  text-align: center; }
  .content-omi-dkcd-dat-hang-thanh-cong h1 {
    margin-top: 34px; }
  .content-omi-dkcd-dat-hang-thanh-cong p {
    margin: 15px auto 20px; }
    .content-omi-dkcd-dat-hang-thanh-cong p span {
      color: #fdbf12; }
  .content-omi-dkcd-dat-hang-thanh-cong .txt-lien-he {
    margin-bottom: 150px; }
  .content-omi-dkcd-dat-hang-thanh-cong a {
    position: absolute;
    bottom: 13px;
    padding-left: 15px;
    width: 100%;
    padding-right: 15px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%); }
    .content-omi-dkcd-dat-hang-thanh-cong a .txt-back-home {
      color: #fff;
      text-align: center;
      font-size: 14px;
      font-weight: 400;
      border-top: solid 1px rgba(255, 255, 255, 0.22);
      padding-top: 15px; }

.page-omi-dkcd-ma-yeu-cau header {
  border: none; }
  .page-omi-dkcd-ma-yeu-cau header .icon-search-white {
    margin-right: 10px; }

.page-omi-dkcd-ma-yeu-cau .heading {
  padding: 0px 0 18px;
  margin-top: 16px;
  margin-bottom: 14px;
  text-transform: uppercase; }
  .page-omi-dkcd-ma-yeu-cau .heading p {
    float: left;
    margin: 0;
    font-style: normal;
    color: #4ca19c; }
  .page-omi-dkcd-ma-yeu-cau .heading a {
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    color: #686868;
    float: right; }

.page-omi-dkcd-ma-yeu-cau .content-send-code {
  margin-bottom: 170px; }
  .page-omi-dkcd-ma-yeu-cau .content-send-code .info-code {
    margin-left: 11px; }
    .page-omi-dkcd-ma-yeu-cau .content-send-code .info-code p {
      display: inline-block;
      margin-left: 10px;
      color: #313131; }
    .page-omi-dkcd-ma-yeu-cau .content-send-code .info-code .txt-phone {
      margin-bottom: 0px; }
    .page-omi-dkcd-ma-yeu-cau .content-send-code .info-code .txt-left-code {
      margin-left: 27px; }
    .page-omi-dkcd-ma-yeu-cau .content-send-code .info-code i {
      width: 18px; }
  .page-omi-dkcd-ma-yeu-cau .content-send-code hr {
    border: none;
    border-top: solid 1px #dbd9e0;
    margin: 8px -15px 18px; }
  .page-omi-dkcd-ma-yeu-cau .content-send-code .service-info .text-em {
    margin-bottom: 5px;
    font-style: italic; }
  .page-omi-dkcd-ma-yeu-cau .content-send-code .service-info .text-strong {
    margin-bottom: 7px;
    font-weight: 600; }
  .page-omi-dkcd-ma-yeu-cau .content-send-code .service-info .topup-amount-row {
    border-top: solid 1px #dbd9e0;
    border-bottom: solid 1px #dbd9e0;
    padding: 20px 24px;
    margin: 14px -15px 18px -15px; }
    .page-omi-dkcd-ma-yeu-cau .content-send-code .service-info .topup-amount-row .pull-left {
      font-size: 14px;
      font-weight: bold;
      text-align: left;
      color: #000; }
    .page-omi-dkcd-ma-yeu-cau .content-send-code .service-info .topup-amount-row .pull-right {
      font-size: 14px;
      line-height: 1.21;
      text-align: right;
      color: #29a19c; }
  .page-omi-dkcd-ma-yeu-cau .content-send-code .service-info .summary-amount-row {
    padding: 0 0 14px 0;
    margin: 0; }
    .page-omi-dkcd-ma-yeu-cau .content-send-code .service-info .summary-amount-row .pull-left {
      font-size: 14px;
      font-weight: bold;
      text-align: left;
      color: #000; }
      .page-omi-dkcd-ma-yeu-cau .content-send-code .service-info .summary-amount-row .pull-left .text-em {
        font-weight: normal;
        font-style: italic; }
    .page-omi-dkcd-ma-yeu-cau .content-send-code .service-info .summary-amount-row .pull-right {
      font-size: 14px;
      line-height: 1.21;
      text-align: right;
      color: #29a19c;
      font-weight: bold; }
  .page-omi-dkcd-ma-yeu-cau .content-send-code .service-info .schedule-pickup-sim {
    border-radius: 4px;
    border: solid 1px #dbd9e0;
    padding: 20px 17px;
    margin-top: 20px;
    margin-bottom: 35px;
    font-size: 15px;
    color: #686868; }
    .page-omi-dkcd-ma-yeu-cau .content-send-code .service-info .schedule-pickup-sim .heading {
      margin-bottom: 10px; }
    .page-omi-dkcd-ma-yeu-cau .content-send-code .service-info .schedule-pickup-sim strong {
      color: #000; }
    .page-omi-dkcd-ma-yeu-cau .content-send-code .service-info .schedule-pickup-sim p {
      margin-bottom: 0; }

.page-omi-dkcd-ma-yeu-cau .footer-ma-yeu-cau {
  -webkit-transform: translate(-15px);
  -ms-transform: translate(-15px);
  transform: translate(-15px);
  margin-top: 19px;
  border-top: solid 1px #dbd9e0;
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 0 17px;
  background-color: #fff; }
  .page-omi-dkcd-ma-yeu-cau .footer-ma-yeu-cau .heading-footer {
    margin: 19px 0px;
    height: 20px; }
    .page-omi-dkcd-ma-yeu-cau .footer-ma-yeu-cau .heading-footer h2 {
      float: left;
      margin: 0;
      font-style: normal;
      color: #000000; }
    .page-omi-dkcd-ma-yeu-cau .footer-ma-yeu-cau .heading-footer h1 {
      padding: 0;
      color: #29a19c;
      float: right; }
  .page-omi-dkcd-ma-yeu-cau .footer-ma-yeu-cau p {
    font-size: 16px;
    font-style: italic;
    color: #4a4a4a;
    font-weight: 400; }
    .page-omi-dkcd-ma-yeu-cau .footer-ma-yeu-cau p span {
      font-weight: 700; }
  .page-omi-dkcd-ma-yeu-cau .footer-ma-yeu-cau button {
    margin-bottom: 20px; }

.page-omi-dkcd-huy-ma-yeu-cau header {
  border: none; }
  .page-omi-dkcd-huy-ma-yeu-cau header .icon-search-white {
    margin-right: 10px; }

.page-omi-dkcd-huy-ma-yeu-cau .heading {
  padding: 0px 0 18px;
  margin-top: 16px;
  margin-bottom: 14px;
  text-transform: uppercase; }
  .page-omi-dkcd-huy-ma-yeu-cau .heading p {
    float: left;
    margin: 0;
    font-style: normal;
    color: #4ca19c; }
  .page-omi-dkcd-huy-ma-yeu-cau .heading a {
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    color: #686868;
    float: right; }

.page-omi-dkcd-huy-ma-yeu-cau .content-send-code {
  margin-bottom: 170px; }
  .page-omi-dkcd-huy-ma-yeu-cau .content-send-code .info-code {
    margin-left: 11px; }
    .page-omi-dkcd-huy-ma-yeu-cau .content-send-code .info-code p {
      display: inline-block;
      margin-left: 10px;
      color: #313131; }
    .page-omi-dkcd-huy-ma-yeu-cau .content-send-code .info-code .txt-phone {
      margin-bottom: 0px; }
    .page-omi-dkcd-huy-ma-yeu-cau .content-send-code .info-code .txt-left-code {
      margin-left: 27px; }
    .page-omi-dkcd-huy-ma-yeu-cau .content-send-code .info-code i {
      width: 18px; }
  .page-omi-dkcd-huy-ma-yeu-cau .content-send-code hr {
    border: none;
    border-top: solid 1px #dbd9e0;
    margin: 8px -15px 18px; }
  .page-omi-dkcd-huy-ma-yeu-cau .content-send-code .service-info .text-em {
    margin-bottom: 5px;
    font-style: italic; }
  .page-omi-dkcd-huy-ma-yeu-cau .content-send-code .service-info .text-strong {
    margin-bottom: 7px;
    font-weight: 600; }
  .page-omi-dkcd-huy-ma-yeu-cau .content-send-code .service-info .topup-amount-row {
    border-top: solid 1px #dbd9e0;
    border-bottom: solid 1px #dbd9e0;
    padding: 20px 24px;
    margin: 14px -15px 18px -15px; }
    .page-omi-dkcd-huy-ma-yeu-cau .content-send-code .service-info .topup-amount-row .pull-left {
      font-size: 14px;
      font-weight: bold;
      text-align: left;
      color: #000; }
    .page-omi-dkcd-huy-ma-yeu-cau .content-send-code .service-info .topup-amount-row .pull-right {
      font-size: 14px;
      line-height: 1.21;
      text-align: right;
      color: #29a19c; }
  .page-omi-dkcd-huy-ma-yeu-cau .content-send-code .service-info .summary-amount-row {
    padding: 0 0 14px 0;
    margin: 0; }
    .page-omi-dkcd-huy-ma-yeu-cau .content-send-code .service-info .summary-amount-row .pull-left {
      font-size: 14px;
      font-weight: bold;
      text-align: left;
      color: #000; }
      .page-omi-dkcd-huy-ma-yeu-cau .content-send-code .service-info .summary-amount-row .pull-left .text-em {
        font-weight: normal;
        font-style: italic; }
    .page-omi-dkcd-huy-ma-yeu-cau .content-send-code .service-info .summary-amount-row .pull-right {
      font-size: 14px;
      line-height: 1.21;
      text-align: right;
      color: #29a19c;
      font-weight: bold; }
  .page-omi-dkcd-huy-ma-yeu-cau .content-send-code .service-info .schedule-pickup-sim {
    border-radius: 4px;
    border: solid 1px #dbd9e0;
    padding: 20px 17px;
    margin-top: 20px;
    margin-bottom: 35px;
    font-size: 15px;
    color: #686868; }
    .page-omi-dkcd-huy-ma-yeu-cau .content-send-code .service-info .schedule-pickup-sim .heading {
      margin-bottom: 10px; }
    .page-omi-dkcd-huy-ma-yeu-cau .content-send-code .service-info .schedule-pickup-sim strong {
      color: #000; }
    .page-omi-dkcd-huy-ma-yeu-cau .content-send-code .service-info .schedule-pickup-sim p {
      margin-bottom: 0; }

.page-omi-dkcd-huy-ma-yeu-cau .footer-ma-yeu-cau {
  -webkit-transform: translate(-15px);
  -ms-transform: translate(-15px);
  transform: translate(-15px);
  margin-top: 19px;
  border-top: solid 1px #dbd9e0;
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 0 17px;
  background-color: #fff; }
  .page-omi-dkcd-huy-ma-yeu-cau .footer-ma-yeu-cau .heading-footer {
    margin: 19px 0px;
    height: 20px; }
    .page-omi-dkcd-huy-ma-yeu-cau .footer-ma-yeu-cau .heading-footer h2 {
      float: left;
      margin: 0;
      border: none;
      font-style: normal;
      color: #000000; }
    .page-omi-dkcd-huy-ma-yeu-cau .footer-ma-yeu-cau .heading-footer h1 {
      padding: 0;
      color: #29a19c;
      float: right; }
  .page-omi-dkcd-huy-ma-yeu-cau .footer-ma-yeu-cau p {
    font-size: 16px;
    font-style: italic;
    color: #4a4a4a;
    font-weight: 400; }
    .page-omi-dkcd-huy-ma-yeu-cau .footer-ma-yeu-cau p span {
      font-weight: 700; }
  .page-omi-dkcd-huy-ma-yeu-cau .footer-ma-yeu-cau h2 {
    margin: 14px -15px;
    border-top: 1px solid #ff0303;
    padding-top: 14px;
    color: #ff0303;
    text-align: center; }
    .page-omi-dkcd-huy-ma-yeu-cau .footer-ma-yeu-cau h2 span {
      margin-right: 10px; }

.page-cdt-thong-tin-dong-cuoc section h2.heading {
  color: #4ca19c;
  font-size: 14px;
  margin: 14px 0 5px;
  font-weight: 400; }

.page-cdt-thong-tin-dong-cuoc section .table-view {
  margin-bottom: 0; }

.page-cdt-thong-tin-dong-cuoc .payment-method .table-view-cell {
  padding: 18px 0; }
  .page-cdt-thong-tin-dong-cuoc .payment-method .table-view-cell figcaption {
    padding: 0; }
  .page-cdt-thong-tin-dong-cuoc .payment-method .table-view-cell.selected {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #4a4a4a; }

.page-cdt-thong-tin-dong-cuoc .payment-method .table-view-cell:last-child {
  border: 0; }

.page-cdt-thong-tin-dong-cuoc .total-price {
  border-top: solid 1px #dbd9e0;
  border-bottom: solid 1px #dbd9e0;
  padding: 20px 24px;
  margin-left: -15px;
  margin-right: -15px; }
  .page-cdt-thong-tin-dong-cuoc .total-price .total-price-label {
    font-size: 18px;
    font-weight: 500;
    line-height: 0.94;
    text-align: left;
    color: #1e2e2d;
    float: left; }
  .page-cdt-thong-tin-dong-cuoc .total-price .total-price-amount {
    font-size: 20px;
    font-weight: 500;
    line-height: 0.85;
    text-align: right;
    color: #29a19c;
    float: right; }

.page-cdt-thong-tin-dong-cuoc .payment-info .table-view-cell {
  padding: 10px 0; }

.page-cdt-thong-tin-dong-cuoc .payment-info .item-inner h5, .page-cdt-thong-tin-dong-cuoc .payment-info .item-inner h6 {
  margin: 5px 0; }

.page-cdt-thong-tin-dong-cuoc .payment-info .item-inner h5 {
  font-size: 16px; }

.page-cdt-thong-tin-dong-cuoc .payment-info .item-inner h6 {
  font-size: 14px; }

.page-cdt-thong-tin-dong-cuoc .payment-info .item-inner p {
  color: #686868;
  font-size: 12px;
  font-style: italic; }

.page-cdt-thong-tin-dong-cuoc .payment-info .item-last {
  color: #EE0033; }

.page-cdt-dong-truoc-cuoc {
  padding-bottom: 0; }
  .page-cdt-dong-truoc-cuoc .heading {
    padding: 10px 0; }
    .page-cdt-dong-truoc-cuoc .heading h5, .page-cdt-dong-truoc-cuoc .heading h6 {
      margin: 5px 0; }
    .page-cdt-dong-truoc-cuoc .heading h5 {
      font-size: 12px;
      font-weight: 400;
      color: #686868; }
    .page-cdt-dong-truoc-cuoc .heading .item-inner {
      padding-left: 10px; }
  .page-cdt-dong-truoc-cuoc h2 {
    color: #EE0033;
    font-size: 14px;
    font-weight: 300;
    border-top: solid 1px #ececec;
    padding: 10px 15px;
    margin: 0 -15px; }
  .page-cdt-dong-truoc-cuoc .table-view {
    margin: 10px 0 0;
    padding: 0 0 5px;
    border-bottom: solid 1px #ececec; }
    .page-cdt-dong-truoc-cuoc .table-view:last-child {
      border-bottom: none; }
  .page-cdt-dong-truoc-cuoc .table-view-cell {
    border-radius: 4px;
    border: solid 1px #ececec;
    padding: 5px 15px;
    min-height: 75px;
    margin-bottom: 10px; }
    .page-cdt-dong-truoc-cuoc .table-view-cell .item-inner h5 {
      margin: 5px 0; }
    .page-cdt-dong-truoc-cuoc .table-view-cell .text-note {
      color: #686868;
      font-size: 12px;
      margin-top: 10px; }
    .page-cdt-dong-truoc-cuoc .table-view-cell .item-last {
      color: #EE0033;
      font-weight: 400; }
    .page-cdt-dong-truoc-cuoc .table-view-cell.selected {
      background-color: #ff7000; }
      .page-cdt-dong-truoc-cuoc .table-view-cell.selected, .page-cdt-dong-truoc-cuoc .table-view-cell.selected p, .page-cdt-dong-truoc-cuoc .table-view-cell.selected .item-last {
        color: #fff; }
  .page-cdt-dong-truoc-cuoc .footer {
    margin: 30px 0 20px; }
    .page-cdt-dong-truoc-cuoc .footer .btn-block {
      margin: 0 auto; }

.page-cdt-ma-yeu-cau header {
  border: none; }
  .page-cdt-ma-yeu-cau header .icon-search-white {
    margin-right: 10px; }

.page-cdt-ma-yeu-cau .heading {
  padding: 0px 0 18px;
  margin-top: 16px;
  margin-bottom: 14px;
  text-transform: uppercase; }
  .page-cdt-ma-yeu-cau .heading p {
    float: left;
    margin: 0;
    font-style: normal;
    color: #4ca19c; }
  .page-cdt-ma-yeu-cau .heading a {
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    color: #686868;
    float: right; }

.page-cdt-ma-yeu-cau .content-send-code {
  margin-bottom: 170px; }
  .page-cdt-ma-yeu-cau .content-send-code .item-row-icon {
    margin-left: 10px;
    padding: 10px 0; }
    .page-cdt-ma-yeu-cau .content-send-code .item-row-icon h6 {
      margin: 0;
      font-weight: 300; }
    .page-cdt-ma-yeu-cau .content-send-code .item-row-icon .item-last {
      color: #EE0033; }

.page-cdt-ma-yeu-cau .footer-ma-yeu-cau {
  -webkit-transform: translate(-15px);
  -ms-transform: translate(-15px);
  transform: translate(-15px);
  margin-top: 19px;
  border-top: solid 1px #dbd9e0;
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 0 17px;
  background-color: #fff; }
  .page-cdt-ma-yeu-cau .footer-ma-yeu-cau .heading-footer {
    margin: 19px 0px;
    height: 20px; }
    .page-cdt-ma-yeu-cau .footer-ma-yeu-cau .heading-footer h2 {
      float: left;
      margin: 0;
      font-style: normal;
      color: #000000; }
    .page-cdt-ma-yeu-cau .footer-ma-yeu-cau .heading-footer h1 {
      padding: 0;
      color: #29a19c;
      float: right; }
  .page-cdt-ma-yeu-cau .footer-ma-yeu-cau p {
    font-size: 16px;
    font-style: italic;
    color: #4a4a4a;
    font-weight: 400; }
    .page-cdt-ma-yeu-cau .footer-ma-yeu-cau p span {
      font-weight: 700; }
  .page-cdt-ma-yeu-cau .footer-ma-yeu-cau button {
    margin-bottom: 20px; }

.page-hddt-tra-cuu h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 20px 0 0; }

.page-hddt-tra-cuu form .input-group {
  padding: 5px 0;
  margin-left: 15px; }

.page-hddt-tra-cuu select {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
  margin: 0;
  width: 100%;
  padding: 0 5px; }

#modalHddtSelectSearchType .bar-nav {
  height: auto; }

.page-hddt-ket-qua .wrapper {
  overflow-x: scroll;
  padding-bottom: 20px; }

.page-hddt-ket-qua td, .page-hddt-ket-qua th {
  padding: 10px;
  text-align: right;
  border-right: 1px solid #fff; }
  .page-hddt-ket-qua td:nth-child(1), .page-hddt-ket-qua th:nth-child(1) {
    min-width: 50px;
    text-align: center; }
  .page-hddt-ket-qua td:nth-child(2), .page-hddt-ket-qua th:nth-child(2) {
    min-width: 80px; }
  .page-hddt-ket-qua td:nth-child(3), .page-hddt-ket-qua th:nth-child(3) {
    min-width: 140px; }
  .page-hddt-ket-qua td:nth-child(4), .page-hddt-ket-qua th:nth-child(4) {
    min-width: 100px; }
  .page-hddt-ket-qua td:nth-child(5), .page-hddt-ket-qua th:nth-child(5) {
    min-width: 100px; }
  .page-hddt-ket-qua td:nth-child(6), .page-hddt-ket-qua th:nth-child(6) {
    min-width: 100px; }
  .page-hddt-ket-qua td:nth-child(7), .page-hddt-ket-qua th:nth-child(7) {
    min-width: 160px; }

.page-hddt-ket-qua tr:nth-child(even) td {
  background-color: #f1f1f1; }

.page-cskh .list-ung-dung .table-view-cell {
  padding: 24px 0 28px 0; }
  .page-cskh .list-ung-dung .table-view-cell .col-icon {
    width: 60px; }
  .page-cskh .list-ung-dung .table-view-cell .item-inner {
    font-size: 16px;
    color: #000000;
    padding-top: 18px;
    margin-left: 10px;
    font-weight: 500; }

.page-cskh-tra-cuu-bao-hanh .list-tra-cuu-bao-hanh .table-view-cell {
  padding: 24px 0 28px 0; }
  .page-cskh-tra-cuu-bao-hanh .list-tra-cuu-bao-hanh .table-view-cell .col-icon {
    width: 60px; }
  .page-cskh-tra-cuu-bao-hanh .list-tra-cuu-bao-hanh .table-view-cell .item-inner {
    font-size: 16px;
    color: #000000;
    padding-top: 18px;
    margin-left: 10px;
    font-weight: 500; }

.page-cskh-tra-cuu-gia-link-kien .form-tra-cuu-linh-kien .with-icon {
  padding-left: 0px;
  margin-top: 10px;
  padding-bottom: 10px; }
  .page-cskh-tra-cuu-gia-link-kien .form-tra-cuu-linh-kien .with-icon input {
    padding: 0px; }
  .page-cskh-tra-cuu-gia-link-kien .form-tra-cuu-linh-kien .with-icon img {
    float: right;
    margin-right: 13px; }
  .page-cskh-tra-cuu-gia-link-kien .form-tra-cuu-linh-kien .with-icon i {
    float: right;
    margin-top: 6px; }

.page-cskh-tra-cuu-gia-link-kien .form-tra-cuu-linh-kien .with-icon:first-child {
  padding-top: 5px; }

.page-cskh-tra-cuu-gia-link-kien .form-tra-cuu-linh-kien button {
  border: none;
  margin-top: 30px; }

.page-cskh-tra-cuu-gia-link-kien hr {
  border: 1px solid #dbd9e0;
  border-top: 0px;
  margin-bottom: 12px;
  margin-top: 12px; }

.page-cskh-tra-cuu-gia-link-kien .table-linh-kien {
  width: 100%;
  color: #686868; }
  .page-cskh-tra-cuu-gia-link-kien .table-linh-kien tr {
    width: 100%; }
    .page-cskh-tra-cuu-gia-link-kien .table-linh-kien tr td {
      max-width: 160px; }
    .page-cskh-tra-cuu-gia-link-kien .table-linh-kien tr .td-right {
      float: right;
      margin-right: 0;
      color: #4a4a4a;
      font-weight: 600;
      max-width: 160px; }

@media only screen and (max-width: 320px) {
  .form-tra-cuu-linh-kien input {
    font-size: 13px; } }

.page-cskh-tien-do-sua-chua-thiet-bi .form-sua-chua-thiet-bi .with-icon {
  padding-left: 0px;
  margin-top: 10px;
  padding-bottom: 10px; }
  .page-cskh-tien-do-sua-chua-thiet-bi .form-sua-chua-thiet-bi .with-icon input {
    padding-left: 0px; }
  .page-cskh-tien-do-sua-chua-thiet-bi .form-sua-chua-thiet-bi .with-icon img {
    float: right;
    margin-right: 13px; }
  .page-cskh-tien-do-sua-chua-thiet-bi .form-sua-chua-thiet-bi .with-icon i {
    float: right;
    margin-top: 6px; }

.page-cskh-tien-do-sua-chua-thiet-bi .form-sua-chua-thiet-bi .with-icon:first-child {
  padding-top: 5px; }

.page-cskh-tien-do-sua-chua-thiet-bi .form-sua-chua-thiet-bi button {
  border: none;
  margin-top: 30px; }

.page-cskh-tien-do-sua-chua-thiet-bi hr {
  border: 1px solid #dbd9e0;
  border-top: 0px;
  margin-bottom: 12px;
  margin-top: 12px; }

.page-cskh-tien-do-sua-chua-thiet-bi .table-linh-kien {
  width: 100%;
  color: #686868; }
  .page-cskh-tien-do-sua-chua-thiet-bi .table-linh-kien tr {
    width: 100%; }
    .page-cskh-tien-do-sua-chua-thiet-bi .table-linh-kien tr td {
      max-width: 160px; }
    .page-cskh-tien-do-sua-chua-thiet-bi .table-linh-kien tr .td-right {
      float: right;
      margin-right: 0;
      color: #4a4a4a;
      font-weight: 600;
      max-width: 160px; }

.page-cskh-thoi-han-bao-hanh .form-thoi-han-bao-hanh .with-icon {
  padding-left: 0px;
  margin-top: 10px;
  padding-bottom: 10px; }
  .page-cskh-thoi-han-bao-hanh .form-thoi-han-bao-hanh .with-icon input {
    padding-left: 0px; }
  .page-cskh-thoi-han-bao-hanh .form-thoi-han-bao-hanh .with-icon img {
    float: right;
    margin-right: 13px; }
  .page-cskh-thoi-han-bao-hanh .form-thoi-han-bao-hanh .with-icon i {
    float: right;
    margin-top: 6px; }

.page-cskh-thoi-han-bao-hanh .form-thoi-han-bao-hanh .with-icon:first-child {
  padding-top: 5px; }

.page-cskh-thoi-han-bao-hanh .form-thoi-han-bao-hanh button {
  border: none;
  margin-top: 30px; }

.page-cskh-thoi-han-bao-hanh hr {
  border: 1px solid #dbd9e0;
  border-top: 0px;
  margin-bottom: 12px;
  margin-top: 12px; }

.page-cskh-thoi-han-bao-hanh .table-linh-kien {
  width: 100%;
  color: #686868; }
  .page-cskh-thoi-han-bao-hanh .table-linh-kien tr {
    width: 100%; }
    .page-cskh-thoi-han-bao-hanh .table-linh-kien tr td {
      max-width: 160px; }
    .page-cskh-thoi-han-bao-hanh .table-linh-kien tr .td-right {
      float: right;
      margin-right: 0;
      color: #4a4a4a;
      font-weight: 600;
      max-width: 160px; }

.page-cskh-bao-loi-khieu-nai .content-khieu-nai {
  position: relative;
  min-height: 475px;
  text-align: center;
  padding: 0 30px; }
  .page-cskh-bao-loi-khieu-nai .content-khieu-nai img {
    margin-top: 68px; }
  .page-cskh-bao-loi-khieu-nai .content-khieu-nai p {
    margin-top: 42px;
    color: #727272; }
  .page-cskh-bao-loi-khieu-nai .content-khieu-nai a {
    position: absolute;
    right: 15px;
    bottom: 0; }

.page-cskh-bao-loi-khieu-nai .form-tao-phieu .with-icon {
  margin-top: 10px;
  border-radius: 7px;
  padding: 10px 10px;
  font-size: 13px;
  border: solid 0.5px #d6d6d6;
  color: #333333; }
  .page-cskh-bao-loi-khieu-nai .form-tao-phieu .with-icon span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .page-cskh-bao-loi-khieu-nai .form-tao-phieu .with-icon span i {
      margin-right: 10px;
      margin-top: -2px; }
  .page-cskh-bao-loi-khieu-nai .form-tao-phieu .with-icon .txt-select-tao-phieu i {
    margin-right: 0px; }
  .page-cskh-bao-loi-khieu-nai .form-tao-phieu .with-icon p {
    width: 80px;
    float: right;
    margin-bottom: 0px;
    color: #b6b6b6; }
  .page-cskh-bao-loi-khieu-nai .form-tao-phieu .with-icon input {
    height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    text-align: right;
    width: 100px;
    padding-right: 2px;
    color: #333333; }
  .page-cskh-bao-loi-khieu-nai .form-tao-phieu .with-icon label {
    position: relative;
    width: 100%; }
    .page-cskh-bao-loi-khieu-nai .form-tao-phieu .with-icon label select {
      width: 100%;
      margin-left: -4px;
      font-size: 13px;
      border-radius: 4px;
      -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
      -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
      border: none;
      outline: none;
      display: inline-block;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-color: transparent;
      color: #333333;
      -webkit-box-shadow: none;
      box-shadow: none;
      margin-bottom: 0px; }
    .page-cskh-bao-loi-khieu-nai .form-tao-phieu .with-icon label .object-tao-phieu {
      color: #b6b6b6; }
  .page-cskh-bao-loi-khieu-nai .form-tao-phieu .with-icon label:after {
    content: '>';
    font: 20px "Consolas", monospace;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 0px;
    position: absolute;
    color: #d6d6d6;
    pointer-events: none; }
  .page-cskh-bao-loi-khieu-nai .form-tao-phieu .with-icon textarea {
    width: 100%;
    border-bottom: none;
    resize: none;
    padding-left: 10px;
    font-size: 13px;
    color: #333333; }

.page-cskh-bao-loi-khieu-nai .form-tao-phieu .list-tao-phieu {
  border: 1px solid #d6d6d6;
  height: 242px;
  border-radius: 7px; }
  .page-cskh-bao-loi-khieu-nai .form-tao-phieu .list-tao-phieu li {
    width: 100%;
    padding: 13px 10px 30px;
    border-bottom: 1px solid #d6d6d6; }
    .page-cskh-bao-loi-khieu-nai .form-tao-phieu .list-tao-phieu li a {
      font-size: 13px;
      padding: 0;
      width: 100%;
      float: right;
      color: #333333; }
      .page-cskh-bao-loi-khieu-nai .form-tao-phieu .list-tao-phieu li a input {
        font-size: 13px;
        padding: 0;
        margin-top: -11px;
        border: none;
        color: #333333;
        margin-bottom: 0px; }
      .page-cskh-bao-loi-khieu-nai .form-tao-phieu .list-tao-phieu li a .input-cskh-dress::-webkit-input-placeholder {
        color: #333333 !important; }
      .page-cskh-bao-loi-khieu-nai .form-tao-phieu .list-tao-phieu li a .input-cskh-dress:-ms-input-placeholder {
        color: #333333 !important; }
      .page-cskh-bao-loi-khieu-nai .form-tao-phieu .list-tao-phieu li a .input-cskh-dress::placeholder {
        color: #333333 !important; }
    .page-cskh-bao-loi-khieu-nai .form-tao-phieu .list-tao-phieu li .cskh-chon-tinh input::-webkit-input-placeholder {
      color: #333333; }
    .page-cskh-bao-loi-khieu-nai .form-tao-phieu .list-tao-phieu li .cskh-chon-tinh input:-ms-input-placeholder {
      color: #333333; }
    .page-cskh-bao-loi-khieu-nai .form-tao-phieu .list-tao-phieu li .cskh-chon-tinh input::placeholder {
      color: #333333; }
    .page-cskh-bao-loi-khieu-nai .form-tao-phieu .list-tao-phieu li span {
      color: #8b8b8b;
      font-size: 13px;
      margin-top: -25px; }
    .page-cskh-bao-loi-khieu-nai .form-tao-phieu .list-tao-phieu li textarea {
      width: 100%;
      border: none;
      resize: none;
      font-size: 13px;
      padding: 0; }
  .page-cskh-bao-loi-khieu-nai .form-tao-phieu .list-tao-phieu li:last-child {
    border-bottom: none; }

.page-cskh-chon-tinh header .close-modal-tinh {
  font-size: 14px;
  text-align: left;
  color: #ffffff;
  margin-top: 20px;
  font-family: roboto; }

.page-cskh-chon-tinh .list-chon-tinh {
  margin: 0; }
  .page-cskh-chon-tinh .list-chon-tinh li {
    width: 100%;
    padding: 13px 0px 30px;
    border-bottom: 1px solid #d6d6d6; }
    .page-cskh-chon-tinh .list-chon-tinh li a {
      font-size: 14px;
      padding: 0;
      width: 100%;
      float: right;
      color: #1e2e2d; }
      .page-cskh-chon-tinh .list-chon-tinh li a span {
        color: #d6d6d6;
        font-size: 13px;
        visibility: hidden; }
    .page-cskh-chon-tinh .list-chon-tinh li.active span {
      visibility: visible; }

.page-cskh-chon-huyen header .close-modal-huyen {
  font-size: 14px;
  text-align: left;
  color: #ffffff;
  margin-top: 20px;
  font-family: roboto; }

.page-cskh-chon-huyen .list-chon-huyen {
  margin: 0; }
  .page-cskh-chon-huyen .list-chon-huyen li {
    width: 100%;
    padding: 13px 0px 30px;
    border-bottom: 1px solid #d6d6d6; }
    .page-cskh-chon-huyen .list-chon-huyen li a {
      font-size: 14px;
      padding: 0;
      width: 100%;
      float: right;
      color: #1e2e2d; }
      .page-cskh-chon-huyen .list-chon-huyen li a span {
        color: #d6d6d6;
        font-size: 13px;
        visibility: hidden; }
    .page-cskh-chon-huyen .list-chon-huyen li.active span {
      visibility: visible; }

.page-cskh-chon-xa header .close-modal-xa {
  font-size: 14px;
  text-align: left;
  color: #ffffff;
  margin-top: 20px;
  font-family: roboto; }

.page-cskh-chon-xa .list-chon-xa {
  margin: 0; }
  .page-cskh-chon-xa .list-chon-xa li {
    width: 100%;
    padding: 13px 0px 30px;
    border-bottom: 1px solid #d6d6d6; }
    .page-cskh-chon-xa .list-chon-xa li a {
      font-size: 14px;
      padding: 0;
      width: 100%;
      float: right;
      color: #1e2e2d; }
      .page-cskh-chon-xa .list-chon-xa li a span {
        color: #d6d6d6;
        font-size: 13px;
        visibility: hidden; }
    .page-cskh-chon-xa .list-chon-xa li.active span {
      visibility: visible; }

.page-cskh-khieu-nai-dich-vu .cskh-list-fee .item {
  padding: 8px 0;
  border-bottom: 1px solid #ecebeb; }
  .page-cskh-khieu-nai-dich-vu .cskh-list-fee .item .col-icon {
    width: 46px; }
    .page-cskh-khieu-nai-dich-vu .cskh-list-fee .item .col-icon i {
      width: 43px;
      height: 43px; }
  .page-cskh-khieu-nai-dich-vu .cskh-list-fee .item .item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 0 0 0 13px; }
    .page-cskh-khieu-nai-dich-vu .cskh-list-fee .item .item-inner a {
      width: 100%; }
      .page-cskh-khieu-nai-dich-vu .cskh-list-fee .item .item-inner a p {
        width: 100%;
        margin: 0;
        color: #605e60;
        line-height: 17px; }
        .page-cskh-khieu-nai-dich-vu .cskh-list-fee .item .item-inner a p span {
          color: #8b8b8b; }
        .page-cskh-khieu-nai-dich-vu .cskh-list-fee .item .item-inner a p .txt-cskh-da-dang-ky {
          float: right;
          color: #2489d6; }
        .page-cskh-khieu-nai-dich-vu .cskh-list-fee .item .item-inner a p .txt-cskh-da-dong {
          color: #23d088; }
        .page-cskh-khieu-nai-dich-vu .cskh-list-fee .item .item-inner a p .txt-cskh-time {
          display: block; }
        .page-cskh-khieu-nai-dich-vu .cskh-list-fee .item .item-inner a p b {
          display: block;
          color: #1e2e2d;
          font-size: 14px; }

.page-cskhchi-tiet-khieu-nai .cskh-list-chi-tiet .item {
  padding: 12px 0;
  border-bottom: 1px solid #ecebeb; }
  .page-cskhchi-tiet-khieu-nai .cskh-list-chi-tiet .item .col-icon {
    width: 46px; }
    .page-cskhchi-tiet-khieu-nai .cskh-list-chi-tiet .item .col-icon i {
      width: 43px;
      height: 43px; }
  .page-cskhchi-tiet-khieu-nai .cskh-list-chi-tiet .item .item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 0 0 0 13px; }
    .page-cskhchi-tiet-khieu-nai .cskh-list-chi-tiet .item .item-inner p {
      width: 100%;
      margin: 0;
      color: #605e60;
      line-height: 20px; }
      .page-cskhchi-tiet-khieu-nai .cskh-list-chi-tiet .item .item-inner p span {
        color: #8b8b8b; }
      .page-cskhchi-tiet-khieu-nai .cskh-list-chi-tiet .item .item-inner p .txt-cskh-da-dang-ky {
        float: right;
        color: #2489d6; }
      .page-cskhchi-tiet-khieu-nai .cskh-list-chi-tiet .item .item-inner p .txt-cskh-da-dong {
        color: #23d088; }
      .page-cskhchi-tiet-khieu-nai .cskh-list-chi-tiet .item .item-inner p .txt-cskh-time {
        display: block; }
      .page-cskhchi-tiet-khieu-nai .cskh-list-chi-tiet .item .item-inner p b {
        display: block;
        color: #1e2e2d;
        font-size: 14px; }

.page-cskhchi-tiet-khieu-nai p {
  font-size: 14px;
  color: #605e60;
  margin-top: -12px;
  margin-bottom: 12px; }
  .page-cskhchi-tiet-khieu-nai p .h5 {
    display: block;
    color: #8b8b8b; }

.page-cskhchi-tiet-khieu-nai hr {
  margin: 0;
  border-bottom: 1px solid #ecebeb;
  border-top: none; }

.page-vp-viettel-privilege {
  background-color: #e8e8e9;
  min-height: 100%; }
  .page-vp-viettel-privilege .bar-nav {
    height: 135px;
    background-image: url("../images/bg-night-sky-banner.jpg"); }
    .page-vp-viettel-privilege .bar-nav .row-ava {
      margin: -9px 0px 0px 0px;
      padding: 5px 0px 0px 0px; }
      .page-vp-viettel-privilege .bar-nav .row-ava .ava-circle {
        margin-right: 10px; }
      .page-vp-viettel-privilege .bar-nav .row-ava .left {
        color: #fff;
        float: left;
        margin-left: 10px; }
        .page-vp-viettel-privilege .bar-nav .row-ava .left > * {
          display: inline-block;
          vertical-align: middle; }
        .page-vp-viettel-privilege .bar-nav .row-ava .left a {
          position: relative;
          width: 70px;
          height: 70px;
          margin-top: 10px; }
        .page-vp-viettel-privilege .bar-nav .row-ava .left .icon-kimcuong {
          bottom: -10px;
          position: absolute;
          left: 67px; }
      .page-vp-viettel-privilege .bar-nav .row-ava span {
        color: #fff;
        line-height: 21px;
        margin-top: -19px; }
        .page-vp-viettel-privilege .bar-nav .row-ava span b {
          font-size: 14px; }
    .page-vp-viettel-privilege .bar-nav .row-tk {
      margin-top: 0px;
      margin-bottom: 4px; }
      .page-vp-viettel-privilege .bar-nav .row-tk b {
        font-size: 30px;
        padding-top: 15px; }
      .page-vp-viettel-privilege .bar-nav .row-tk a {
        line-height: 1;
        margin-top: 12px;
        padding-right: 0;
        font-size: 12px;
        font-weight: 500; }
        .page-vp-viettel-privilege .bar-nav .row-tk a i, .page-vp-viettel-privilege .bar-nav .row-tk a .icon {
          font-size: 14px;
          vertical-align: middle;
          top: -1px; }
      .page-vp-viettel-privilege .bar-nav .row-tk .icon-introduce {
        margin-right: 15px;
        margin-top: 12px; }
    .page-vp-viettel-privilege .bar-nav .row-km {
      background-color: white;
      margin-left: -15px;
      margin-right: -15px;
      margin-top: -10px;
      padding-bottom: 15px; }
      .page-vp-viettel-privilege .bar-nav .row-km .float-left {
        margin-left: 37px;
        margin-top: 12px; }
      .page-vp-viettel-privilege .bar-nav .row-km .txt-vp-header {
        float: left;
        margin-top: 3px;
        margin-left: 28px; }
        .page-vp-viettel-privilege .bar-nav .row-km .txt-vp-header h1 {
          display: inline-block;
          font-weight: 900;
          font-size: 27px;
          color: #2eb2a7;
          width: 110px;
          line-height: 13px; }
          .page-vp-viettel-privilege .bar-nav .row-km .txt-vp-header h1 p {
            color: #686868;
            text-transform: uppercase;
            font-weight: 300; }
          .page-vp-viettel-privilege .bar-nav .row-km .txt-vp-header h1 .txt-doi-diem-width-max {
            font-weight: 900;
            font-size: 27px;
            color: #2eb2a7;
            line-height: 21px;
            margin: 0px;
            max-width: 110px;
            overflow-x: visible;
            overflow-y: hidden; }
  .page-vp-viettel-privilege .vp-list-select {
    background-color: #fff;
    margin: 95px 0 25px;
    padding: 20px 0 0px;
    border-radius: 7px;
    width: 100%; }
    .page-vp-viettel-privilege .vp-list-select .vp-list-limit {
      max-width: 450px;
      margin: 0 auto; }
      .page-vp-viettel-privilege .vp-list-select .vp-list-limit a span {
        display: block;
        font-size: 14px;
        margin-top: 5px;
        color: #686868;
        font-weight: 400; }
  .page-vp-viettel-privilege .hero-image {
    background-color: white;
    border-radius: 7px; }
    .page-vp-viettel-privilege .hero-image .heading {
      border-bottom: none; }
      .page-vp-viettel-privilege .hero-image .heading p {
        float: left;
        margin-left: 10px;
        margin-bottom: 0; }
      .page-vp-viettel-privilege .hero-image .heading a {
        float: right;
        color: #999999; }
        .page-vp-viettel-privilege .hero-image .heading a span {
          font-size: 15px;
          margin-left: 3px;
          margin-right: 10px; }
    .page-vp-viettel-privilege .hero-image .layout-actions {
      overflow-x: initial;
      white-space: nowrap; }
      .page-vp-viettel-privilege .hero-image .layout-actions .img {
        border-bottom-right-radius: 7px;
        border-bottom-left-radius: 7px; }
        .page-vp-viettel-privilege .hero-image .layout-actions .img img {
          width: 100%; }
      .page-vp-viettel-privilege .hero-image .layout-actions .slide-text {
        position: absolute;
        bottom: 10px;
        left: 42%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 78%;
        white-space: normal;
        text-align: left;
        color: #fff;
        line-height: 1; }
      .page-vp-viettel-privilege .hero-image .layout-actions .actions {
        width: 50px;
        height: 25px;
        text-align: center;
        background-color: #ff7000;
        border-radius: 7px;
        margin-bottom: -20px; }
        .page-vp-viettel-privilege .hero-image .layout-actions .actions span {
          color: #fff; }
  .page-vp-viettel-privilege .caros-voucher {
    background-color: white;
    border-radius: 7px;
    margin-top: 20px; }
    .page-vp-viettel-privilege .caros-voucher .heading p {
      float: left;
      margin-left: 10px;
      margin-bottom: 0; }
    .page-vp-viettel-privilege .caros-voucher .heading a {
      float: right;
      color: #999999; }
      .page-vp-viettel-privilege .caros-voucher .heading a span {
        font-size: 15px;
        margin-left: 3px;
        margin-right: 10px; }
    .page-vp-viettel-privilege .caros-voucher .vp-doi-voucher {
      margin: 15px; }
      .page-vp-viettel-privilege .caros-voucher .vp-doi-voucher .item-list-thumbnail img {
        width: 100px;
        height: 60px;
        border-radius: 0; }
      .page-vp-viettel-privilege .caros-voucher .vp-doi-voucher .item-list-thumbnail h4 {
        color: #686868; }
      .page-vp-viettel-privilege .caros-voucher .vp-doi-voucher .item-list-thumbnail .right span {
        font-size: 15px;
        color: #b8b8b8; }
    .page-vp-viettel-privilege .caros-voucher .vp-heading-footer {
      border-top: 1px solid #e8e8e9;
      border-bottom: none;
      text-align: center;
      padding: 15px 0 10px; }
      .page-vp-viettel-privilege .caros-voucher .vp-heading-footer h1 {
        color: #EE0033; }
  .page-vp-viettel-privilege .vp-dangky-hoi-vien {
    background-color: white;
    border-radius: 7px;
    margin: 40px auto 20px;
    padding: 20px 15px; }
    .page-vp-viettel-privilege .vp-dangky-hoi-vien p {
      margin-top: 20px;
      margin-left: 5px;
      color: #686868; }
    .page-vp-viettel-privilege .vp-dangky-hoi-vien .right span {
      font-size: 15px;
      color: #b8b8b8; }

.modal-vp-doi-cuoc .modal-body .firt-content h2 {
  margin-bottom: 0; }

.modal-vp-doi-cuoc .modal-body h4 {
  margin-top: 15px;
  text-transform: uppercase;
  color: #686868; }

.modal-vp-doi-cuoc .modal-body h1 {
  color: #ff7000;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px; }

.modal-vp-doi-cuoc .modal-body .vp-vnd {
  font-size: 20px;
  color: #ff7000;
  text-transform: uppercase;
  font-weight: 600; }

.modal-vp-doi-cuoc .modal-body .vp-input {
  border: 2px solid #EE0033;
  padding: 9px 0px 9px 0px;
  border-radius: 8px; }
  .modal-vp-doi-cuoc .modal-body .vp-input input {
    outline: none; }
  .modal-vp-doi-cuoc .modal-body .vp-input input::-webkit-input-placeholder {
    font-size: 15px; }
  .modal-vp-doi-cuoc .modal-body .vp-input input:-ms-input-placeholder {
    font-size: 15px; }
  .modal-vp-doi-cuoc .modal-body .vp-input input::placeholder {
    font-size: 15px; }
  .modal-vp-doi-cuoc .modal-body .vp-input hr {
    height: 59px;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-left: 10px;
    border: 1px solid #EE0033;
    margin-right: 10px; }
  .modal-vp-doi-cuoc .modal-body .vp-input .btn-diem {
    background: transparent;
    border: none;
    font-weight: 500;
    padding: 0px 10px 0px 0px; }

.modal-vp-doi-cuoc .modal-body .h4 {
  margin-top: 15px;
  margin-bottom: 0px;
  color: #999999; }
  .modal-vp-doi-cuoc .modal-body .h4 span {
    color: #313131;
    font-weight: 400; }

.modal-vp-doi-cuoc .txt-vp-doi-diem {
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: -9px;
  margin-right: -9px;
  font-size: 16px;
  color: #999999; }

.modal-vp-doi-data .firt-content {
  margin: 0px !important; }

.modal-vp-doi-data .modal-body {
  padding-left: 0px;
  padding-right: 0px; }
  .modal-vp-doi-data .modal-body .vp-doi-data-list {
    max-height: 200px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-left: 15px;
    padding-right: 15px; }
    .modal-vp-doi-data .modal-body .vp-doi-data-list .vp-list-content {
      text-align: left;
      padding: 15px 0; }
      .modal-vp-doi-data .modal-body .vp-doi-data-list .vp-list-content h3 {
        color: #2eb2a7;
        line-height: 26px;
        text-transform: uppercase;
        margin-bottom: 0; }
        .modal-vp-doi-data .modal-body .vp-doi-data-list .vp-list-content h3 span {
          color: #b8b8b8;
          display: block;
          text-transform: none;
          margin-top: 0;
          visibility: visible; }
          .modal-vp-doi-data .modal-body .vp-doi-data-list .vp-list-content h3 span b {
            color: #313131; }
      .modal-vp-doi-data .modal-body .vp-doi-data-list .vp-list-content .float-right {
        margin-top: 15px;
        visibility: hidden; }
      .modal-vp-doi-data .modal-body .vp-doi-data-list .vp-list-content.active .float-right {
        visibility: visible !important; }
    .modal-vp-doi-data .modal-body .vp-doi-data-list hr {
      border-top: none;
      border-bottom: 1px solid #999999;
      margin: 0 -15px; }

.modal-vp-the-thanh-vien .modal-content {
  width: 300px;
  margin-top: -150px;
  height: 160px; }
  .modal-vp-the-thanh-vien .modal-content a {
    color: #fff;
    font-size: 40px;
    margin-top: -60px; }
  .modal-vp-the-thanh-vien .modal-content .content-body-thetv {
    position: relative; }
    .modal-vp-the-thanh-vien .modal-content .content-body-thetv img {
      width: 100%; }
    .modal-vp-the-thanh-vien .modal-content .content-body-thetv .txt-information {
      position: absolute;
      left: 20px;
      top: 100px;
      text-align: left; }
      .modal-vp-the-thanh-vien .modal-content .content-body-thetv .txt-information p {
        color: #000000;
        line-height: 20px;
        margin: 0px; }
      .modal-vp-the-thanh-vien .modal-content .content-body-thetv .txt-information .txt-sdt {
        font-weight: 600; }

@media only screen and (max-width: 320px) {
  .txt-vp-header {
    margin-left: 12px !important; } }

.page-vp-uu-dai .pull-right {
  margin-left: 10px; }

.page-vp-uu-dai .title {
  font-size: 18px; }
  .page-vp-uu-dai .title .icon {
    font-size: 31px;
    padding-left: 8px;
    text-indent: -5px;
    width: 25px; }
    .page-vp-uu-dai .title .icon:before {
      margin-top: 5px; }

.page-vp-uu-dai .segmented-control {
  border-bottom: none;
  overflow-y: scroll; }
  .page-vp-uu-dai .segmented-control .control-item {
    min-width: initial;
    padding: 15px 12px;
    color: #b8b8b8;
    font-weight: bold;
    text-transform: uppercase; }
    .page-vp-uu-dai .segmented-control .control-item.active {
      color: #EE0033;
      border-color: #ff7000; }

.page-vp-uu-dai .list-uu-dai {
  padding: 0 10px; }

.page-vp-lich-su-uu-dai .segmented-control {
  border-bottom: none;
  overflow-y: scroll; }
  .page-vp-lich-su-uu-dai .segmented-control .control-item {
    min-width: initial;
    padding: 15px 12px;
    color: #b8b8b8;
    font-weight: bold;
    text-transform: uppercase; }
    .page-vp-lich-su-uu-dai .segmented-control .control-item.active {
      color: #EE0033;
      border-color: #ff7000; }

.page-vp-lich-su-uu-dai .list-uu-dai {
  padding: 0 10px; }

.page-vp-gioi-thieu img {
  width: 100%;
  border-radius: 7px;
  margin-top: 15px;
  height: 198px; }

.page-vp-gioi-thieu h4 {
  margin-top: 15px; }

.page-vp-gioi-thieu p {
  line-height: 20px; }

.page-vp-gioi-thieu .list-vp-gioi-thieu li {
  padding: 15px 0;
  border-bottom: 1px solid #b8b8b8; }
  .page-vp-gioi-thieu .list-vp-gioi-thieu li i {
    margin-top: 5px; }
  .page-vp-gioi-thieu .list-vp-gioi-thieu li figcaption {
    padding-right: 0px; }
    .page-vp-gioi-thieu .list-vp-gioi-thieu li figcaption .txt-gioi-thieu-info {
      color: #2eb2a7; }
    .page-vp-gioi-thieu .list-vp-gioi-thieu li figcaption h4 {
      margin-top: 15px;
      margin-bottom: 5px; }
    .page-vp-gioi-thieu .list-vp-gioi-thieu li figcaption .float-right {
      margin-top: -15px;
      font-size: 15px;
      color: #999999; }
    .page-vp-gioi-thieu .list-vp-gioi-thieu li figcaption .txt-gioi-thieu-info {
      margin-right: 15px; }
    .page-vp-gioi-thieu .list-vp-gioi-thieu li figcaption p {
      margin-right: 15px; }

.rotate {
  -webkit-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear; }

.rotate.down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.page-history-deposit .bar-nav {
  background: none;
  border: none; }

.page-history-deposit .nested-ul {
  margin: 0; }
  .page-history-deposit .nested-ul .item-row-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.page-history-deposit .analytics {
  background-image: -o-linear-gradient(105deg, #296780, #14b5b5);
  background-image: linear-gradient(345deg, #296780, #14b5b5);
  min-height: 227px;
  margin: 0 -15px;
  padding: 0 15px;
  color: #fff; }
  .page-history-deposit .analytics .total {
    text-align: center;
    margin: 10px 0 5px; }
  .page-history-deposit .analytics .col {
    font-size: 12px;
    padding: 5px;
    text-align: center; }
  .page-history-deposit .analytics .fee-chart {
    min-height: 110px; }
    .page-history-deposit .analytics .fee-chart .no-data-text {
      display: none; }
    .page-history-deposit .analytics .fee-chart.no-data {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .page-history-deposit .analytics .fee-chart.no-data canvas {
        display: none; }
      .page-history-deposit .analytics .fee-chart.no-data .no-data-text {
        font-size: 12px;
        display: block; }
  .page-history-deposit .analytics p {
    margin: 0; }

.page-vp-voucher .pull-right {
  margin-left: 10px; }

.page-vp-voucher .bar-nav {
  border: none; }

.page-vp-voucher .title {
  font-size: 18px; }
  .page-vp-voucher .title .icon {
    font-size: 31px;
    padding-left: 8px;
    text-indent: -5px;
    width: 25px; }
    .page-vp-voucher .title .icon:before {
      margin-top: 5px; }

.page-vp-voucher .list-uu-dai {
  padding: 0 10px; }

.vp-curr-point {
  background-color: #2eb2a7;
  color: #fff;
  text-align: center;
  padding: 15px 15px 20px; }
  .vp-curr-point h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 15px; }
  .vp-curr-point .point {
    font-size: 24px;
    font-size: bold;
    margin: 0; }

#vpVoucherChiTiet {
  color: #000000; }
  #vpVoucherChiTiet .modal-header {
    padding: 0; }
    #vpVoucherChiTiet .modal-header a {
      top: -50px;
      color: white;
      font-size: 40px; }
  #vpVoucherChiTiet .modal-body {
    font-size: 14px;
    text-align: left; }
    #vpVoucherChiTiet .modal-body a {
      color: #000000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 20px 0 13px;
      border-bottom: 1px solid #b8b8b8; }
      #vpVoucherChiTiet .modal-body a .vp-icon-chi-tiet {
        margin-right: 15px;
        padding-top: 10px; }
      #vpVoucherChiTiet .modal-body a label input {
        padding-left: 0;
        border: none;
        margin-bottom: 0px; }
    #vpVoucherChiTiet .modal-body .vp-start-time i {
      width: 17px;
      height: 12.5px;
      background-position: -7261px -5px;
      background-image: url("./css_sprites@2x.png");
      background-size: 10542.5px 98px;
      display: inline-block;
      vertical-align: middle; }
    #vpVoucherChiTiet .modal-body .activeStart i {
      width: 17px;
      height: 12.5px;
      background-position: -7234px -5px;
      background-image: url("./css_sprites@2x.png");
      background-size: 10542.5px 98px;
      display: inline-block;
      vertical-align: middle; }
    #vpVoucherChiTiet .modal-body .vp-end-time i {
      width: 17px;
      height: 12.5px;
      background-position: -7180px -5px;
      background-image: url("./css_sprites@2x.png");
      background-size: 10542.5px 98px;
      display: inline-block;
      vertical-align: middle; }
    #vpVoucherChiTiet .modal-body .activeEnd i {
      width: 17px;
      height: 12.5px;
      background-position: -7207px -5px;
      background-image: url("./css_sprites@2x.png");
      background-size: 10542.5px 98px;
      display: inline-block;
      vertical-align: middle; }
  #vpVoucherChiTiet .modal-footer {
    padding: 15px; }
    #vpVoucherChiTiet .modal-footer a {
      color: #EE0033; }

#modalUuDaiSort .wrapper {
  height: 37px; }
  #modalUuDaiSort .wrapper label {
    position: absolute;
    margin-left: -33px;
    margin-top: 2px; }
    #modalUuDaiSort .wrapper label select {
      width: 95px; }
  #modalUuDaiSort .wrapper label:after {
    content: '';
    width: 14px;
    height: 8px;
    background-position: -2641px -5px;
    background-image: url("./css_sprites@2x.png");
    background-size: 10542.5px 98px;
    display: inline-block;
    vertical-align: middle;
    font: 20px "Consolas", monospace;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
    right: 6px;
    top: 13px; }

.page-uu-dai-ttct .bag-img-uu-dai {
  padding-left: 20px;
  padding-right: 20px; }
  .page-uu-dai-ttct .bag-img-uu-dai .cover {
    position: relative;
    max-height: 172px;
    width: 100%;
    margin: 15px 0 0; }
  .page-uu-dai-ttct .bag-img-uu-dai .vp-uu-dai-sale {
    position: absolute;
    width: 64px;
    height: 64px;
    background-position: -6867px -5px;
    background-image: url("./css_sprites@2x.png");
    background-size: 10542.5px 98px;
    display: inline-block;
    vertical-align: middle;
    line-height: 15px;
    color: white;
    padding-left: 2px;
    text-align: center;
    top: 9px;
    font-size: 12px;
    padding-top: 14px;
    right: 6px; }
    .page-uu-dai-ttct .bag-img-uu-dai .vp-uu-dai-sale i {
      margin-top: -5px; }

.page-uu-dai-ttct .service-name {
  padding: 10px 0;
  border-bottom: 1px solid #dbdae0; }
  .page-uu-dai-ttct .service-name .col-icon {
    width: 80px; }
    .page-uu-dai-ttct .service-name .col-icon img {
      width: 56px;
      height: 56px; }
    .page-uu-dai-ttct .service-name .col-icon .uu-dai-avata {
      width: 60px !important;
      height: 60px !important; }
  .page-uu-dai-ttct .service-name p {
    font-size: 12px;
    color: #686868;
    margin-top: 0;
    margin-bottom: 5px; }
    .page-uu-dai-ttct .service-name p i {
      margin-right: 7px;
      margin-bottom: 3px; }
  .page-uu-dai-ttct .service-name .txt-ud-giam-gia {
    line-height: 15px; }
  .page-uu-dai-ttct .service-name h1 {
    margin: 10px 0 7px; }

.page-uu-dai-ttct .menu-list-uu-dai {
  border-bottom: solid 1px #e8e8e9;
  padding-bottom: 15px;
  margin-bottom: 0;
  color: #686868; }
  .page-uu-dai-ttct .menu-list-uu-dai .table-view-cell {
    padding: 5px;
    border: none; }
  .page-uu-dai-ttct .menu-list-uu-dai .actions {
    margin: 0;
    border-bottom: solid 1px #e8e8e9; }
    .page-uu-dai-ttct .menu-list-uu-dai .actions a {
      color: #686868; }
    .page-uu-dai-ttct .menu-list-uu-dai .actions i {
      margin: 0 5px 5px 10px; }
    .page-uu-dai-ttct .menu-list-uu-dai .actions .col {
      padding: 6px;
      max-width: 120px; }
  .page-uu-dai-ttct .menu-list-uu-dai .item-service-sub {
    padding: 15px 20px; }
  .page-uu-dai-ttct .menu-list-uu-dai .btn-more {
    color: #EE0033;
    display: block;
    margin: 0 auto;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 400; }
  .page-uu-dai-ttct .menu-list-uu-dai .text-description {
    padding: 20px 0px 0; }
    .page-uu-dai-ttct .menu-list-uu-dai .text-description p {
      margin-bottom: 5px; }

.page-uu-dai-ttct .btn-uu-dai-ttct {
  -webkit-transform: translate(-15px);
  -ms-transform: translate(-15px);
  transform: translate(-15px);
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: transparent; }
  .page-uu-dai-ttct .btn-uu-dai-ttct .btn-block {
    bottom: 0px; }

.page-uu-dai-ttct .actions-wap {
  padding-bottom: 40px; }
  .page-uu-dai-ttct .actions-wap .txt-uu-dai-shop {
    color: #000000;
    margin-bottom: 15px;
    margin-top: 15px; }
  .page-uu-dai-ttct .actions-wap p {
    line-height: 18px;
    color: #686868; }

.page-uu-dai-ttct .wrapper {
  background-color: #fff;
  border-radius: 5px; }

.item-service-sub {
  padding: 5px 15px; }
  .item-service-sub h4 {
    font-size: 14px; }
  .item-service-sub p {
    font-size: 12px;
    margin: 0;
    color: #686868; }
  .item-service-sub .item-inner {
    padding-right: 8px; }
  .item-service-sub .item-last {
    padding-top: 8px; }

.modal-service-detail-more .table-view-cell {
  padding: 15px; }
  .modal-service-detail-more .table-view-cell .item-inner {
    padding-right: 20px; }

.rating-content hr {
  border-bottom: none;
  border-top: 1px solid #dbdae0; }

.rating-content .active {
  background-color: red !important; }

#commentModalUuDai header {
  background-color: #000000 !important;
  border: none; }
  #commentModalUuDai header a {
    color: #fff;
    margin-top: 15px; }

#commentModalUuDai .content {
  padding: 75px 0px 10px 0px;
  border-left: 15px solid;
  border-right: 15px solid;
  height: 100%;
  overflow: hidden; }
  #commentModalUuDai .content .wrapper {
    background-color: #fff;
    border-radius: 5px;
    padding-bottom: 50px;
    height: 100%;
    overflow: auto; }
    #commentModalUuDai .content .wrapper img {
      width: 100%;
      border-radius: 0; }
    #commentModalUuDai .content .wrapper .service-name {
      padding: 10px 5px;
      border-bottom: 1px solid #dbdae0; }
      #commentModalUuDai .content .wrapper .service-name .col-icon {
        width: 70px;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline; }
        #commentModalUuDai .content .wrapper .service-name .col-icon img {
          width: 56px;
          height: 56px; }
      #commentModalUuDai .content .wrapper .service-name p {
        font-size: 12px;
        color: #686868;
        margin: 0; }
        #commentModalUuDai .content .wrapper .service-name p i {
          margin-bottom: 3px; }
      #commentModalUuDai .content .wrapper .service-name .txt-commnet {
        color: #000000;
        font-weight: 500; }
      #commentModalUuDai .content .wrapper .service-name .txt-uudai-time {
        margin-top: 10px; }
      #commentModalUuDai .content .wrapper .service-name h1 {
        margin: 0 0 5px; }
    #commentModalUuDai .content .wrapper hr {
      border-top: none;
      border-bottom: 1px solid #dbdae0;
      margin: 0px; }
  #commentModalUuDai .content form {
    border: 15px solid black;
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    background-color: #000000;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    #commentModalUuDai .content form .with-icon {
      border: none;
      padding-bottom: 5px;
      padding-top: 5px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      border-top: 1px solid #dbd9e0; }
      #commentModalUuDai .content form .with-icon button {
        color: #EE0033;
        font-weight: 500; }

@media only screen and (max-width: 320px) {
  .page-uu-dai-ttct .actions .col {
    padding: 6px 0 !important; } }

.page-vp-dang-ky-hoi-vien p {
  color: #999999;
  margin: 15px 0 0; }

.page-vp-dang-ky-hoi-vien .with-icon {
  padding: 3px 0 7px; }
  .page-vp-dang-ky-hoi-vien .with-icon input {
    padding: 0;
    color: #000000;
    font-size: 15px; }
  .page-vp-dang-ky-hoi-vien .with-icon input::-webkit-input-placeholder {
    color: #000000;
    font-size: 15px; }
  .page-vp-dang-ky-hoi-vien .with-icon input:-ms-input-placeholder {
    color: #000000;
    font-size: 15px; }
  .page-vp-dang-ky-hoi-vien .with-icon input::placeholder {
    color: #000000;
    font-size: 15px; }

.page-vp-dang-ky-hoi-vien select {
  border: none;
  padding: 8px 0 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #dbd9e0;
  background-color: transparent;
  color: #000000;
  font-size: 15px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .page-vp-dang-ky-hoi-vien select option {
    font-size: 15px;
    width: 100%; }

.page-voucher-ttct .info-voucher-ttct {
  margin: 15px 0; }
  .page-voucher-ttct .info-voucher-ttct img {
    width: 100%; }

.page-voucher-ttct hr {
  border: 10px solid #e8e8e9;
  margin-left: -15px;
  margin-right: -15px; }

.page-voucher-ttct .btn-voucher-ttct {
  -webkit-transform: translate(-15px);
  -ms-transform: translate(-15px);
  transform: translate(-15px);
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: transparent; }

.page-voucher-ttct .info-ttct {
  margin: 0; }

.page-vp-doi-qua header {
  border: none; }

.page-vp-doi-qua .vp-curr-point {
  margin-left: -15px;
  margin-right: -15px; }
  .page-vp-doi-qua .vp-curr-point .with-icon {
    border-radius: 7px;
    margin: 20px 0 0px; }
    .page-vp-doi-qua .vp-curr-point .with-icon label {
      position: relative; }
      .page-vp-doi-qua .vp-curr-point .with-icon label select {
        width: 100%;
        padding: 15px;
        margin: 0;
        border-radius: 7px;
        -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
        -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
        border: none;
        outline: none;
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: #1f7772;
        color: #fff;
        font-size: 16px;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: center;
        text-align-last: center; }
    .page-vp-doi-qua .vp-curr-point .with-icon label:after {
      content: '';
      width: 14px;
      height: 8px;
      background-position: -2641px -5px;
      background-image: url("./css_sprites@2x.png");
      background-size: 10542.5px 98px;
      display: inline-block;
      vertical-align: middle;
      font: 20px "Consolas", monospace;
      right: 10px;
      top: 6px;
      padding: 0 0 2px;
      position: absolute;
      pointer-events: none; }

.page-vp-voucher-lich-su {
  height: 100%; }
  .page-vp-voucher-lich-su .icon-btn-fab-plus-red {
    position: fixed;
    bottom: 20px;
    right: 15px; }

#vpVoucherLichSu {
  color: #000000; }
  #vpVoucherLichSu .modal-header {
    padding: 0; }
    #vpVoucherLichSu .modal-header a {
      top: -50px;
      color: white;
      font-size: 40px; }
  #vpVoucherLichSu .modal-body {
    font-size: 14px;
    text-align: left; }
    #vpVoucherLichSu .modal-body a {
      color: #000000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 20px 0 13px;
      border-bottom: 1px solid #b8b8b8; }
      #vpVoucherLichSu .modal-body a .vp-icon-chi-tiet {
        margin-right: 15px;
        padding-top: 10px; }
      #vpVoucherLichSu .modal-body a label input {
        padding-left: 0;
        border: none;
        margin-bottom: 0px; }
    #vpVoucherLichSu .modal-body .vp-start-time i {
      width: 17px;
      height: 12.5px;
      background-position: -7261px -5px;
      background-image: url("./css_sprites@2x.png");
      background-size: 10542.5px 98px;
      display: inline-block;
      vertical-align: middle; }
    #vpVoucherLichSu .modal-body .activeStart i {
      width: 17px;
      height: 12.5px;
      background-position: -7234px -5px;
      background-image: url("./css_sprites@2x.png");
      background-size: 10542.5px 98px;
      display: inline-block;
      vertical-align: middle; }
    #vpVoucherLichSu .modal-body .vp-end-time i {
      width: 17px;
      height: 12.5px;
      background-position: -7180px -5px;
      background-image: url("./css_sprites@2x.png");
      background-size: 10542.5px 98px;
      display: inline-block;
      vertical-align: middle; }
    #vpVoucherLichSu .modal-body .activeEnd i {
      width: 17px;
      height: 12.5px;
      background-position: -7207px -5px;
      background-image: url("./css_sprites@2x.png");
      background-size: 10542.5px 98px;
      display: inline-block;
      vertical-align: middle; }
  #vpVoucherLichSu .modal-footer {
    padding: 15px; }
    #vpVoucherLichSu .modal-footer a {
      color: #EE0033; }

.page-vp-chi-tiet-doi-diem .list-chi-tiet-doi-qua .item {
  border-bottom: none; }
  .page-vp-chi-tiet-doi-diem .list-chi-tiet-doi-qua .item .inner {
    margin-left: 10px;
    margin-top: -20px; }
    .page-vp-chi-tiet-doi-diem .list-chi-tiet-doi-qua .item .inner p {
      margin-top: 5px; }
  .page-vp-chi-tiet-doi-diem .list-chi-tiet-doi-qua .item .ava {
    padding: 0; }

.page-vp-chi-tiet-doi-diem .txt-vp-mo-ta {
  margin: 0px 0px 0px 0px;
  color: #000000; }

.page-vp-chi-tiet-doi-diem p {
  color: #999999;
  margin: 15px 0 0; }

.page-vp-chi-tiet-doi-diem .with-icon {
  padding: 3px 0 7px; }
  .page-vp-chi-tiet-doi-diem .with-icon input {
    padding: 0;
    color: #000000;
    font-size: 15px; }
  .page-vp-chi-tiet-doi-diem .with-icon input::-webkit-input-placeholder {
    color: #000000;
    font-size: 15px; }
  .page-vp-chi-tiet-doi-diem .with-icon input:-ms-input-placeholder {
    color: #000000;
    font-size: 15px; }
  .page-vp-chi-tiet-doi-diem .with-icon input::placeholder {
    color: #000000;
    font-size: 15px; }

.page-vp-chi-tiet-doi-diem select {
  border: none;
  padding: 8px 0 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #dbd9e0;
  background-color: transparent;
  color: #000000;
  font-size: 15px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .page-vp-chi-tiet-doi-diem select option {
    font-size: 15px;
    width: 100%; }

#vpDoidiemraqua .modal-header .h2 {
  margin-top: 8px; }

#vpDoidiemraqua .modal-body .firt-content .h4 {
  margin-top: 5px;
  margin-bottom: 10px; }

#vpDoidiemraqua .modal-body h4 {
  text-transform: none; }

#vpDoidiemraqua .modal-body .txt-vp-doi-diem {
  margin-top: 0px; }

.page-deal-of-day header .icon-menu {
  margin-left: 22px;
  margin-top: 33px; }

.page-deal-of-day .list-deal-of-day {
  margin: 0 15px; }
  .page-deal-of-day .list-deal-of-day li {
    margin-top: 20px;
    border: solid 1px #ececec;
    border-radius: 4px; }
    .page-deal-of-day .list-deal-of-day li .title-deal img {
      width: 100%;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    .page-deal-of-day .list-deal-of-day li .title-deal h3 {
      color: #000000;
      margin: 10px 10px 5px;
      line-height: 18px; }
    .page-deal-of-day .list-deal-of-day li .title-deal p {
      color: #686868;
      margin: 0 10px;
      line-height: 16px;
      white-space: normal;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-height: 1.4em;
      height: 2.8em; }
    .page-deal-of-day .list-deal-of-day li .content-deal {
      padding: 0 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .page-deal-of-day .list-deal-of-day li .content-deal .inner {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0; }
        .page-deal-of-day .list-deal-of-day li .content-deal .inner p {
          color: #686868;
          margin: 5px 0;
          font-weight: 600; }
          .page-deal-of-day .list-deal-of-day li .content-deal .inner p span {
            color: #ff7000;
            font-weight: 600;
            margin-right: 5px; }
          .page-deal-of-day .list-deal-of-day li .content-deal .inner p .h6 {
            color: #b8b8b8;
            margin-left: 2px;
            font-weight: 400; }
        .page-deal-of-day .list-deal-of-day li .content-deal .inner h3 {
          margin-bottom: 15px;
          color: #EE0033; }
          .page-deal-of-day .list-deal-of-day li .content-deal .inner h3 .h5 {
            font-weight: 300;
            color: #686868;
            text-decoration: line-through;
            margin-left: 10px; }
      .page-deal-of-day .list-deal-of-day li .content-deal .end {
        text-align: right;
        margin-top: 14px; }

#dealMenu header p {
  color: #fff;
  margin-top: 0px;
  margin-bottom: -3px;
  margin-left: 5px;
  font-weight: 500; }

#dealMenu header .txt-hi {
  font-style: italic;
  margin-top: 17px;
  margin-bottom: 0;
  font-weight: 300; }

#dealMenu .modal-body p {
  margin-top: 15px;
  color: #686868;
  margin-bottom: 0px;
  padding-bottom: 15px; }

#dealMenu .modal-body .txt-home-deal i {
  width: 18px;
  height: 16px;
  background-position: -113px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px; }

#dealMenu .modal-body .txt-home-deal-active i {
  width: 18px;
  height: 16px;
  background-position: -7634px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px; }

#dealMenu .modal-body .txt-sp-deal i {
  width: 20px;
  height: 20px;
  background-position: -7544px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px; }

#dealMenu .modal-body .txt-sp-deal-active i {
  width: 20px;
  height: 20px;
  background-position: -7574px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px; }

#dealMenu .modal-body .txt-giao-dich-deal i {
  width: 20px;
  height: 18px;
  background-position: -7722px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px; }

#dealMenu .modal-body .txt-giao-dich-deal-active i {
  width: 20px;
  height: 18px;
  background-position: -7604px -5px;
  background-image: url("./css_sprites@2x.png");
  background-size: 10542.5px 98px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px; }

.page-deal-chi-tiet header {
  border-bottom: none; }
  .page-deal-chi-tiet header .icon-menu {
    margin-left: 22px;
    margin-top: 33px; }

.page-deal-chi-tiet img {
  width: 100%; }

.page-deal-chi-tiet .content-deal-chi-tiet {
  padding: 0 15px;
  padding-bottom: 20px; }
  .page-deal-chi-tiet .content-deal-chi-tiet h3 {
    margin-bottom: 10px;
    margin-top: 7px;
    line-height: 18px; }
  .page-deal-chi-tiet .content-deal-chi-tiet .txt-deal-mua {
    color: #686868;
    margin: 5px 0;
    font-weight: 600; }
    .page-deal-chi-tiet .content-deal-chi-tiet .txt-deal-mua span {
      color: #ff7000;
      font-weight: 600;
      margin-left: 10px;
      margin-right: 5px; }
    .page-deal-chi-tiet .content-deal-chi-tiet .txt-deal-mua .h6 {
      color: #b8b8b8;
      margin-left: 2px;
      font-weight: 400; }
  .page-deal-chi-tiet .content-deal-chi-tiet .txt-deal-time {
    color: #686868;
    display: block;
    font-weight: 300;
    margin-bottom: 10px; }
    .page-deal-chi-tiet .content-deal-chi-tiet .txt-deal-time i {
      margin-right: 10px; }
  .page-deal-chi-tiet .content-deal-chi-tiet .table-view {
    margin-bottom: 10px; }
  .page-deal-chi-tiet .content-deal-chi-tiet .table-view-cell {
    padding: 10px 0 0;
    border: none; }
    .page-deal-chi-tiet .content-deal-chi-tiet .table-view-cell .left p {
      color: #000000;
      font-weight: 600; }
      .page-deal-chi-tiet .content-deal-chi-tiet .table-view-cell .left p span {
        display: block;
        color: #686868;
        font-weight: 400; }
    .page-deal-chi-tiet .content-deal-chi-tiet .table-view-cell .right p {
      text-decoration: none;
      color: #EE0033;
      font-weight: 600; }
      .page-deal-chi-tiet .content-deal-chi-tiet .table-view-cell .right p span {
        display: block;
        text-align: right;
        color: #686868;
        font-size: 14px;
        text-decoration: line-through; }
  .page-deal-chi-tiet .content-deal-chi-tiet hr {
    border-top: none;
    border-bottom: solid 1px #ececec;
    margin: 0; }
  .page-deal-chi-tiet .content-deal-chi-tiet .list-deal {
    margin-top: 10px; }
    .page-deal-chi-tiet .content-deal-chi-tiet .list-deal figcaption {
      padding: 0; }
      .page-deal-chi-tiet .content-deal-chi-tiet .list-deal figcaption .txt-info-ct {
        margin-bottom: 0;
        overflow: hidden;
        height: 20px;
        -webkit-transition: height 1s;
        /* For Safari 3.1 to 6.0 */
        -o-transition: height 1s;
        transition: height 1s; }
      .page-deal-chi-tiet .content-deal-chi-tiet .list-deal figcaption h3 {
        color: #323232; }

.page-deal-chi-tiet .btn-deal-chi-tiet {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #fff; }
  .page-deal-chi-tiet .btn-deal-chi-tiet .text-center {
    color: #686868;
    margin-top: -5px; }

.xemthem {
  height: 100px !important; }

p.txt-info-ct.xemthem + p i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.page-deal-lich-su-giao-dich header .icon-menu {
  margin-left: 22px;
  margin-top: 33px; }

.page-deal-lich-su-giao-dich .list-deal-giao-dich {
  padding: 0 15px; }
  .page-deal-lich-su-giao-dich .list-deal-giao-dich li {
    padding: 5px;
    border: 1px solid #ececec;
    border-radius: 4px;
    margin-top: 10px; }
    .page-deal-lich-su-giao-dich .list-deal-giao-dich li .item-list-thumbnail img {
      width: 120px;
      height: 120px;
      border-radius: 8px; }
    .page-deal-lich-su-giao-dich .list-deal-giao-dich li .item-list-thumbnail figcaption {
      padding: 0 15px; }
      .page-deal-lich-su-giao-dich .list-deal-giao-dich li .item-list-thumbnail figcaption h3 {
        color: #000000;
        line-height: 18px;
        white-space: normal;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-height: 1.2em;
        height: 3.6em; }
      .page-deal-lich-su-giao-dich .list-deal-giao-dich li .item-list-thumbnail figcaption .txt-deal-money {
        font-size: 14px;
        font-weight: 600; }
        .page-deal-lich-su-giao-dich .list-deal-giao-dich li .item-list-thumbnail figcaption .txt-deal-money span {
          color: #686868;
          text-decoration: line-through;
          font-size: 14px;
          font-weight: 300;
          margin-left: 15px; }
      .page-deal-lich-su-giao-dich .list-deal-giao-dich li .item-list-thumbnail figcaption .txt-deal-info {
        color: #f5a623; }
        .page-deal-lich-su-giao-dich .list-deal-giao-dich li .item-list-thumbnail figcaption .txt-deal-info i {
          margin-right: 10px;
          margin-top: -4px; }
      .page-deal-lich-su-giao-dich .list-deal-giao-dich li .item-list-thumbnail figcaption .txt-green {
        color: #2eb2a7; }
      .page-deal-lich-su-giao-dich .list-deal-giao-dich li .item-list-thumbnail figcaption .txt-red {
        color: red; }

@media only screen and (max-width: 320px) {
  .txt-deal-money {
    font-size: 13px !important; }
    .txt-deal-money span {
      font-size: 12px !important; } }

.page-deal-sp-dang-mua header .icon-menu {
  margin-left: 22px;
  margin-top: 33px; }

.page-deal-sp-dang-mua .list-deal-giao-dich {
  padding: 0 15px; }
  .page-deal-sp-dang-mua .list-deal-giao-dich li {
    padding: 5px;
    border: 1px solid #ececec;
    border-radius: 4px;
    margin-top: 10px; }
    .page-deal-sp-dang-mua .list-deal-giao-dich li .item-list-thumbnail img {
      width: 120px;
      height: 120px;
      border-radius: 8px; }
    .page-deal-sp-dang-mua .list-deal-giao-dich li .item-list-thumbnail figcaption {
      position: relative;
      padding: 0 15px; }
      .page-deal-sp-dang-mua .list-deal-giao-dich li .item-list-thumbnail figcaption .deal-click-cate {
        position: absolute;
        top: 0;
        right: 0;
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg); }
      .page-deal-sp-dang-mua .list-deal-giao-dich li .item-list-thumbnail figcaption h3 {
        color: #000000;
        line-height: 18px;
        white-space: normal;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-height: 1.2em;
        height: 3.6em; }
      .page-deal-sp-dang-mua .list-deal-giao-dich li .item-list-thumbnail figcaption .txt-deal-money {
        font-size: 14px;
        font-weight: 600; }
        .page-deal-sp-dang-mua .list-deal-giao-dich li .item-list-thumbnail figcaption .txt-deal-money span {
          color: #686868;
          text-decoration: line-through;
          font-size: 14px;
          font-weight: 300;
          margin-left: 15px; }
      .page-deal-sp-dang-mua .list-deal-giao-dich li .item-list-thumbnail figcaption .txt-deal-info {
        color: #ff7c26; }
        .page-deal-sp-dang-mua .list-deal-giao-dich li .item-list-thumbnail figcaption .txt-deal-info i {
          margin-right: 10px;
          margin-top: -4px; }
      .page-deal-sp-dang-mua .list-deal-giao-dich li .item-list-thumbnail figcaption .txt-green {
        color: #2eb2a7; }
      .page-deal-sp-dang-mua .list-deal-giao-dich li .item-list-thumbnail figcaption .txt-red {
        color: red; }

#dealPurchasing .modal-cont {
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 30px; }
  #dealPurchasing .modal-cont header {
    height: auto;
    margin: 0; }
    #dealPurchasing .modal-cont header p {
      margin-top: 15px;
      color: #686868;
      margin-bottom: 0px;
      padding-bottom: 15px;
      border-bottom: 1px solid #b8b8b8; }
      #dealPurchasing .modal-cont header p i {
        margin-right: 10px; }
      #dealPurchasing .modal-cont header p .icon-Huygiaodich {
        margin-left: 5px; }
    #dealPurchasing .modal-cont header .no-border {
      border: none;
      margin-top: 15px; }

@media only screen and (max-width: 320px) {
  .txt-deal-money {
    font-size: 13px !important; }
    .txt-deal-money span {
      font-size: 12px !important; }
  .icon-menu {
    margin-left: 15px !important; } }

.page-them-nguoi-dung-chung {
  background-color: #EAEAEA;
  height: 100%; }
  .page-them-nguoi-dung-chung .tim-kiem-ng-dung-chung {
    background-color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0px;
    padding: 20px 15px; }
    .page-them-nguoi-dung-chung .tim-kiem-ng-dung-chung p {
      color: #444444; }
    .page-them-nguoi-dung-chung .tim-kiem-ng-dung-chung .with-icon {
      padding: 0;
      border-bottom: 1px solid #999999; }
      .page-them-nguoi-dung-chung .tim-kiem-ng-dung-chung .with-icon input {
        padding: 0; }
      .page-them-nguoi-dung-chung .tim-kiem-ng-dung-chung .with-icon .icon-nhap-so {
        display: none; }
    .page-them-nguoi-dung-chung .tim-kiem-ng-dung-chung .add-danhba {
      margin-top: -4px; }
      .page-them-nguoi-dung-chung .tim-kiem-ng-dung-chung .add-danhba span {
        position: relative;
        background-color: #E3E3E3;
        padding: 3px 23px 3px 7px;
        font-size: 13px;
        margin-top: 16px;
        color: #000000;
        border-radius: 3px;
        display: inline-block;
        margin-left: 10px; }
        .page-them-nguoi-dung-chung .tim-kiem-ng-dung-chung .add-danhba span .icon-tat-trang {
          position: absolute;
          right: 4px;
          top: 4px; }
      .page-them-nguoi-dung-chung .tim-kiem-ng-dung-chung .add-danhba span:first-child {
        margin-left: 0px; }
  .page-them-nguoi-dung-chung .data-sharing-danhba {
    display: none; }
    .page-them-nguoi-dung-chung .data-sharing-danhba .txt-data-danhba {
      color: #686868;
      margin: 15px 0px 5px; }
    .page-them-nguoi-dung-chung .data-sharing-danhba .table-view {
      margin-left: -15px;
      margin-right: -15px; }
      .page-them-nguoi-dung-chung .data-sharing-danhba .table-view li {
        padding-left: 0px;
        margin-left: 30px; }
      .page-them-nguoi-dung-chung .data-sharing-danhba .table-view li:last-child {
        border-bottom: none; }
  .page-them-nguoi-dung-chung .footer-them-nguoi-dung-chung {
    -webkit-transform: translate(-15px);
    -ms-transform: translate(-15px);
    transform: translate(-15px);
    margin-top: 19px;
    border-top: solid 1px #dbd9e0;
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 0 17px;
    background-color: #fff;
    text-align: center; }
    .page-them-nguoi-dung-chung .footer-them-nguoi-dung-chung p {
      line-height: 16px;
      font-style: italic;
      color: #686868;
      margin: 26px 60px 0px 60px; }
    .page-them-nguoi-dung-chung .footer-them-nguoi-dung-chung .disabled {
      background-color: #313131;
      border: none; }

#alertModalXNDungChung .modal-body {
  margin-top: 25px;
  margin-bottom: 30px; }

.page-nhom-dung-data-chung .nhom-mua-chung-data-deader {
  margin-top: 20px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px; }
  .page-nhom-dung-data-chung .nhom-mua-chung-data-deader .col-icon {
    padding-left: 0;
    width: 43px;
    height: 43px;
    margin-right: 15px; }
  .page-nhom-dung-data-chung .nhom-mua-chung-data-deader .inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .page-nhom-dung-data-chung .nhom-mua-chung-data-deader .inner p {
      margin-bottom: 2px; }
  .page-nhom-dung-data-chung .nhom-mua-chung-data-deader .end {
    padding-top: 22px; }
  .page-nhom-dung-data-chung .nhom-mua-chung-data-deader span {
    font-size: 16px;
    font-weight: 400;
    color: #686868; }
    .page-nhom-dung-data-chung .nhom-mua-chung-data-deader span b {
      font-size: 24px;
      font-weight: 500;
      color: #313131; }
  .page-nhom-dung-data-chung .nhom-mua-chung-data-deader a + span {
    border-left: solid 1px #f3f3f3;
    padding-left: 5px; }

.page-nhom-dung-data-chung .txt-dang-su-dung {
  padding: 0px 20px; }
  .page-nhom-dung-data-chung .txt-dang-su-dung p {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    line-height: 26px; }
    .page-nhom-dung-data-chung .txt-dang-su-dung p span {
      font-size: 16px;
      font-weight: 400;
      color: #686868;
      display: block; }
      .page-nhom-dung-data-chung .txt-dang-su-dung p span i {
        float: right;
        margin-top: 5px; }
      .page-nhom-dung-data-chung .txt-dang-su-dung p span b {
        font-size: 24px;
        font-weight: 500;
        color: #313131; }
    .page-nhom-dung-data-chung .txt-dang-su-dung p a + span {
      border-left: solid 1px #f3f3f3;
      padding-left: 5px; }
  .page-nhom-dung-data-chung .txt-dang-su-dung p:first-child {
    border-right: 1px solid #AEAEAE; }

.page-nhom-dung-data-chung .txt-thanh-vien-hien-tai {
  color: #686868;
  background-color: #E5E5E5;
  padding: 12px 15px 7px;
  margin-left: -15px;
  margin-right: -15px; }

.page-nhom-dung-data-chung .group-nhom-mua-chung {
  padding-top: 5px; }
  .page-nhom-dung-data-chung .group-nhom-mua-chung li {
    padding: 17px 5px;
    border-bottom: 1px solid #F2F2F2; }
    .page-nhom-dung-data-chung .group-nhom-mua-chung li .circal-dung-chung {
      width: 48px;
      height: 48px; }
      .page-nhom-dung-data-chung .group-nhom-mua-chung li .circal-dung-chung img {
        width: 100%;
        height: auto;
        border-radius: 50%; }
    .page-nhom-dung-data-chung .group-nhom-mua-chung li figcaption p {
      color: #323232;
      margin-bottom: 5px;
      margin-top: 4px; }
    .page-nhom-dung-data-chung .group-nhom-mua-chung li .right span {
      font-size: 16px;
      font-weight: 400;
      color: #686868; }
      .page-nhom-dung-data-chung .group-nhom-mua-chung li .right span .icon-watch-ten-oclock {
        margin-right: 10px; }
  .page-nhom-dung-data-chung .group-nhom-mua-chung li:last-child {
    border-bottom: none; }

.page-nhom-dung-data-chung hr {
  margin-right: -15px;
  margin-left: -15px;
  height: 9px;
  background-color: #E5E5E5;
  border: none; }

.page-nhom-dung-data-chung .list-them-nguoi-dung .table-view-cell {
  padding: 11px 15px 11px 10px; }
  .page-nhom-dung-data-chung .list-them-nguoi-dung .table-view-cell a {
    color: #000000; }

.page-nhom-dung-data-chung .list-them-nguoi-dung .table-view-cell:last-child {
  border: none; }

@media only screen and (max-width: 375px) {
  .txt-dang-su-dung p {
    font-size: 13px; } }

.page-data-sharing-nhom .list-data-sharing-nhom .table-view-cell {
  padding: 8px 0px 8px 0px;
  margin: 0 0px; }
  .page-data-sharing-nhom .list-data-sharing-nhom .table-view-cell a {
    color: #444444; }
    .page-data-sharing-nhom .list-data-sharing-nhom .table-view-cell a .col-icon {
      width: 28px;
      height: 28px;
      margin-right: 15px; }
    .page-data-sharing-nhom .list-data-sharing-nhom .table-view-cell a .item-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left;
      padding-left: 0px; }
    .page-data-sharing-nhom .list-data-sharing-nhom .table-view-cell a .item-last {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: right;
      -ms-flex-pack: right;
      justify-content: right;
      padding-right: 0px; }

.page-data-sharing-thanh-vien {
  background-color: #E5E5E5;
  height: 100%; }
  .page-data-sharing-thanh-vien .info-thanh-vien {
    background-color: #fff;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 20px; }
    .page-data-sharing-thanh-vien .info-thanh-vien .img-thanh-vien {
      width: 60px;
      height: 60px;
      margin: 0px auto; }
    .page-data-sharing-thanh-vien .info-thanh-vien h3 {
      margin-top: 15px;
      margin-bottom: 4px;
      color: #EE0033; }
    .page-data-sharing-thanh-vien .info-thanh-vien .txt-dang-su-dung {
      padding: 0px 20px; }
      .page-data-sharing-thanh-vien .info-thanh-vien .txt-dang-su-dung p {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 26px;
        font-size: 13px;
        margin-top: 5px;
        display: inline-block;
        line-height: 26px; }
        .page-data-sharing-thanh-vien .info-thanh-vien .txt-dang-su-dung p span {
          font-size: 16px;
          font-weight: 400;
          color: #686868;
          display: block; }
          .page-data-sharing-thanh-vien .info-thanh-vien .txt-dang-su-dung p span i {
            float: right;
            margin-top: 5px; }
          .page-data-sharing-thanh-vien .info-thanh-vien .txt-dang-su-dung p span b {
            font-size: 24px;
            font-weight: 500;
            color: #313131; }
        .page-data-sharing-thanh-vien .info-thanh-vien .txt-dang-su-dung p a + span {
          border-left: solid 1px #f3f3f3;
          padding-left: 5px; }
      .page-data-sharing-thanh-vien .info-thanh-vien .txt-dang-su-dung p:first-child {
        border-right: 1px solid #AEAEAE; }
  .page-data-sharing-thanh-vien .list-thanh-vien {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px; }
    .page-data-sharing-thanh-vien .list-thanh-vien .table-view-cell {
      padding: 11px 0px 11px 0px; }
      .page-data-sharing-thanh-vien .list-thanh-vien .table-view-cell a {
        color: #000000; }
    .page-data-sharing-thanh-vien .list-thanh-vien .table-view-cell:last-child {
      border: none; }

#arlerModelDatDinhMuc .modal-body {
  margin-top: 35px;
  margin-bottom: 25px; }

.page-data-sharing-thong-tin-chi-tiet {
  background-color: #E5E5E5;
  height: 100%; }
  .page-data-sharing-thong-tin-chi-tiet .info-thanh-vien {
    background-color: #fff;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 20px; }
    .page-data-sharing-thong-tin-chi-tiet .info-thanh-vien .img-thanh-vien {
      width: 60px;
      height: 60px;
      margin: 0px auto; }
    .page-data-sharing-thong-tin-chi-tiet .info-thanh-vien h3 {
      margin-top: 15px;
      margin-bottom: 4px;
      color: #EE0033; }
    .page-data-sharing-thong-tin-chi-tiet .info-thanh-vien .txt-dang-su-dung {
      padding: 0px 20px; }
      .page-data-sharing-thong-tin-chi-tiet .info-thanh-vien .txt-dang-su-dung p {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 26px;
        font-size: 13px;
        margin-top: 5px;
        display: inline-block;
        line-height: 26px; }
        .page-data-sharing-thong-tin-chi-tiet .info-thanh-vien .txt-dang-su-dung p span {
          font-size: 16px;
          font-weight: 400;
          color: #686868;
          display: block; }
          .page-data-sharing-thong-tin-chi-tiet .info-thanh-vien .txt-dang-su-dung p span i {
            float: right;
            margin-top: 5px; }
          .page-data-sharing-thong-tin-chi-tiet .info-thanh-vien .txt-dang-su-dung p span b {
            font-size: 24px;
            font-weight: 500;
            color: #313131; }
        .page-data-sharing-thong-tin-chi-tiet .info-thanh-vien .txt-dang-su-dung p a + span {
          border-left: solid 1px #f3f3f3;
          padding-left: 5px; }
      .page-data-sharing-thong-tin-chi-tiet .info-thanh-vien .txt-dang-su-dung p:first-child {
        border-right: 1px solid #AEAEAE; }
  .page-data-sharing-thong-tin-chi-tiet .list-thanh-vien {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px; }
    .page-data-sharing-thong-tin-chi-tiet .list-thanh-vien .table-view-cell {
      padding: 11px 0px 11px 0px; }
      .page-data-sharing-thong-tin-chi-tiet .list-thanh-vien .table-view-cell a {
        color: #000000; }
    .page-data-sharing-thong-tin-chi-tiet .list-thanh-vien .table-view-cell:last-child {
      border: none; }

.page-data-sharing-thanh-vien-dang-cho {
  background-color: #E5E5E5;
  height: 100%; }
  .page-data-sharing-thanh-vien-dang-cho .info-thanh-vien {
    background-color: #fff;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 20px; }
    .page-data-sharing-thanh-vien-dang-cho .info-thanh-vien .img-thanh-vien {
      width: 60px;
      height: 60px;
      margin: 0px auto; }
    .page-data-sharing-thanh-vien-dang-cho .info-thanh-vien h3 {
      margin-top: 15px;
      margin-bottom: 4px;
      color: #EE0033; }
    .page-data-sharing-thanh-vien-dang-cho .info-thanh-vien p {
      margin-top: 10px;
      color: #999999;
      padding-bottom: 25px; }
      .page-data-sharing-thanh-vien-dang-cho .info-thanh-vien p .icon-watch-ten-oclock {
        margin-right: 10px; }
    .page-data-sharing-thanh-vien-dang-cho .info-thanh-vien .txt-dang-su-dung {
      padding: 0px 20px; }
      .page-data-sharing-thanh-vien-dang-cho .info-thanh-vien .txt-dang-su-dung p {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 26px;
        font-size: 13px;
        margin-top: 5px;
        display: inline-block;
        line-height: 26px; }
        .page-data-sharing-thanh-vien-dang-cho .info-thanh-vien .txt-dang-su-dung p span {
          font-size: 16px;
          font-weight: 400;
          color: #686868;
          display: block; }
          .page-data-sharing-thanh-vien-dang-cho .info-thanh-vien .txt-dang-su-dung p span i {
            float: right;
            margin-top: 5px; }
          .page-data-sharing-thanh-vien-dang-cho .info-thanh-vien .txt-dang-su-dung p span b {
            font-size: 24px;
            font-weight: 500;
            color: #313131; }
        .page-data-sharing-thanh-vien-dang-cho .info-thanh-vien .txt-dang-su-dung p a + span {
          border-left: solid 1px #f3f3f3;
          padding-left: 5px; }
      .page-data-sharing-thanh-vien-dang-cho .info-thanh-vien .txt-dang-su-dung p:first-child {
        border-right: 1px solid #AEAEAE; }
  .page-data-sharing-thanh-vien-dang-cho .list-thanh-vien {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px; }
    .page-data-sharing-thanh-vien-dang-cho .list-thanh-vien .table-view-cell {
      padding: 11px 0px 11px 0px; }
      .page-data-sharing-thanh-vien-dang-cho .list-thanh-vien .table-view-cell a {
        color: #000000; }
    .page-data-sharing-thanh-vien-dang-cho .list-thanh-vien .table-view-cell:last-child {
      border: none; }

.page-data-sharing-dat-han-muc {
  background-color: #E5E5E5;
  height: 100%; }
  .page-data-sharing-dat-han-muc .list-data-sharing-dat-han-muc {
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 15px;
    padding-left: 15px; }
    .page-data-sharing-dat-han-muc .list-data-sharing-dat-han-muc .table-view-cell {
      padding: 16px 0px 16px 0px;
      margin: 0 0px; }
      .page-data-sharing-dat-han-muc .list-data-sharing-dat-han-muc .table-view-cell a {
        color: #444444; }
        .page-data-sharing-dat-han-muc .list-data-sharing-dat-han-muc .table-view-cell a .col-icon {
          width: 28px;
          height: 28px;
          margin-right: 15px; }
        .page-data-sharing-dat-han-muc .list-data-sharing-dat-han-muc .table-view-cell a .item-inner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: left;
          -ms-flex-pack: left;
          justify-content: left;
          padding-left: 0px; }
        .page-data-sharing-dat-han-muc .list-data-sharing-dat-han-muc .table-view-cell a .item-last {
          width: 70px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: right;
          -ms-flex-pack: right;
          justify-content: right;
          padding-right: 0px;
          border-bottom: 1px solid #ABABAB; }
          .page-data-sharing-dat-han-muc .list-data-sharing-dat-han-muc .table-view-cell a .item-last input {
            margin: 0;
            padding: 0;
            border: none;
            text-align: right;
            height: 28px;
            width: 47px;
            margin-right: 3px;
            color: #000000; }
          .page-data-sharing-dat-han-muc .list-data-sharing-dat-han-muc .table-view-cell a .item-last input::-webkit-input-placeholder {
            color: #000000; }
          .page-data-sharing-dat-han-muc .list-data-sharing-dat-han-muc .table-view-cell a .item-last input:-ms-input-placeholder {
            color: #000000; }
          .page-data-sharing-dat-han-muc .list-data-sharing-dat-han-muc .table-view-cell a .item-last input::placeholder {
            color: #000000; }
  .page-data-sharing-dat-han-muc .list-dat-han {
    margin-left: -15px;
    margin-right: -15px; }
    .page-data-sharing-dat-han-muc .list-dat-han .table-view-cell {
      padding: 20px 0px 20px 5px; }
      .page-data-sharing-dat-han-muc .list-dat-han .table-view-cell a {
        color: #000000; }
  .page-data-sharing-dat-han-muc .btn-dat-han-muc {
    -ms-transform: translate(-15px);
    -webkit-transform: translate(-15px);
    transform: translate(-15px);
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: transparent; }

#arlerModelDinhMuc .modal-body {
  margin-top: 25px;
  margin-bottom: -10px; }
  #arlerModelDinhMuc .modal-body .form-group {
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px; }

.page-home-co-dinh .btn-home-codinh {
  padding: 9px 10px !important; }

.page-home-co-dinh .btn-home-codinh:first-child {
  margin-right: 7px; }

.page-home-co-dinh .info-home-cd {
  text-align: center; }
  .page-home-co-dinh .info-home-cd h2 {
    margin-top: 10px;
    margin-bottom: 3px; }
  .page-home-co-dinh .info-home-cd span {
    color: #52E6FF; }

.page-home-co-dinh .txt-han-muc .left {
  border-top: 1px solid  #D5DEE3;
  border-bottom: 1px solid  #D5DEE3;
  border-right: 1px solid  #D5DEE3;
  padding-top: 8px;
  padding-bottom: 8px; }
  .page-home-co-dinh .txt-han-muc .left p {
    margin-top: 0px; }
    .page-home-co-dinh .txt-han-muc .left p span {
      margin-top: 5px; }

.page-home-co-dinh .txt-han-muc .right {
  border-top: 1px solid  #D5DEE3;
  border-bottom: 1px solid  #D5DEE3;
  padding-top: 8px;
  padding-bottom: 8px; }
  .page-home-co-dinh .txt-han-muc .right span {
    margin-top: 15px; }

.page-home-co-dinh .txt-han-muc p {
  margin-bottom: 0px;
  margin-top: 5px;
  display: inline-block;
  line-height: 18px;
  color: #697985; }
  .page-home-co-dinh .txt-han-muc p span {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    display: block; }

.page-home-co-dinh h5 {
  font-weight: 500;
  line-height: normal;
  font-size: 13px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin-top: 15px;
  color: #697985;
  margin-bottom: 0px; }

.page-home-co-dinh .list-home-cd .item {
  border-bottom: 1px solid #DEDEDE; }
  .page-home-co-dinh .list-home-cd .item .start {
    padding: 0px; }
  .page-home-co-dinh .list-home-cd .item .inner {
    margin: 5px; }
    .page-home-co-dinh .list-home-cd .item .inner h3 {
      color: #333333;
      margin-bottom: 5px; }
    .page-home-co-dinh .list-home-cd .item .inner p {
      font-size: 14px; }

.page-home-co-dinh .heading {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  color: #697985; }
  .page-home-co-dinh .heading .border-home-cd {
    border-top: 1px solid #DEDEDE;
    padding-top: 22px; }
  .page-home-co-dinh .heading span {
    color: #697985;
    float: right;
    font-size: 13px; }

.page-home-co-dinh .grid-calender-cd {
  padding: 0px;
  background-color: rgba(213, 222, 227, 0.8);
  border-radius: 3px;
  margin: 25px; }
  .page-home-co-dinh .grid-calender-cd .col {
    padding: 19px; }
    .page-home-co-dinh .grid-calender-cd .col a {
      font-size: 16px;
      color: #5A656E; }
      .page-home-co-dinh .grid-calender-cd .col a i {
        margin-bottom: 10px; }
  .page-home-co-dinh .grid-calender-cd .col-border-white {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff; }

.page-home-co-dinh .pad {
  height: 60px;
  background-color: #DFE3E5;
  border-radius: 7px;
  margin-top: 30px;
  color: #1E2E2D;
  font-weight: 400;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  margin-bottom: 30px; }

.page-home-co-dinh hr {
  border-top: none;
  border-bottom: 1px solid #DEDEDE;
  margin: 0px; }

.page-home-co-dinh .data-wifi {
  border-radius: 7px;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 0px; }
  .page-home-co-dinh .data-wifi .text-middle {
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left; }
    .page-home-co-dinh .data-wifi .text-middle p {
      font-size: 16px;
      margin: 0px;
      font-weight: 600;
      color: #000000; }

@media (max-width: 320px) {
  .btn-home-codinh {
    width: auto !important; }
  .page-home-co-dinh .txt-han-muc .right span {
    margin-top: 0px; } }

.page-khanh-hang-home-cd header span {
  display: block;
  font-size: 14px;
  color: #7FE0F0;
  margin-top: -53px; }

.page-khanh-hang-home-cd .list-khach-hang-home-cd {
  padding-top: 5px; }
  .page-khanh-hang-home-cd .list-khach-hang-home-cd li {
    padding: 32px 20px 32px 26px;
    border: 1px solid #A9BCC9;
    border-radius: 5px;
    margin-top: 17px; }
    .page-khanh-hang-home-cd .list-khach-hang-home-cd li i {
      margin-right: 10px;
      margin-bottom: 5px;
      margin-top: 4px; }
    .page-khanh-hang-home-cd .list-khach-hang-home-cd li figcaption p {
      color: #121212;
      margin-bottom: 5px;
      margin-top: 4px; }
    .page-khanh-hang-home-cd .list-khach-hang-home-cd li .right span {
      font-size: 16px;
      font-weight: 400;
      color: #BDBDBD; }
  .page-khanh-hang-home-cd .list-khach-hang-home-cd li:first-child {
    margin-top: 24px; }

.page-cuoc-thang-hien-tai .user-tk {
  height: 280px; }
  .page-cuoc-thang-hien-tai .user-tk .row-ava a.icon {
    margin-top: 10px; }
  .page-cuoc-thang-hien-tai .user-tk .row-ava .title {
    margin: -15px -10px; }
    .page-cuoc-thang-hien-tai .user-tk .row-ava .title label {
      position: relative;
      margin-left: -15px; }
      .page-cuoc-thang-hien-tai .user-tk .row-ava .title label select {
        padding: 3px;
        margin: 0;
        border-radius: 4px;
        -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
        border: none;
        outline: none;
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-weight: 500;
        background-color: transparent;
        color: #fff;
        font-size: 16px;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: center;
        text-align-last: center; }
    .page-cuoc-thang-hien-tai .user-tk .row-ava .title label:after {
      content: '>';
      font: 20px "Consolas", monospace;
      color: #fff;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      top: 3px;
      margin: 0 0px 2px 5px;
      position: absolute;
      pointer-events: none; }
    .page-cuoc-thang-hien-tai .user-tk .row-ava .title span {
      display: block;
      font-size: 14px;
      color: #7FE0F0;
      margin-top: -50px; }
  .page-cuoc-thang-hien-tai .user-tk .row-tk {
    text-align: center; }
    .page-cuoc-thang-hien-tai .user-tk .row-tk span {
      font-size: 14px;
      color: #5ADCF2; }
    .page-cuoc-thang-hien-tai .user-tk .row-tk p {
      font-size: 24px;
      font-weight: 600;
      color: #fff;
      margin-top: 5px; }
  .page-cuoc-thang-hien-tai .user-tk .row-info {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 10px; }
    .page-cuoc-thang-hien-tai .user-tk .row-info .text-left {
      color: #52E6FF;
      line-height: 15px; }
    .page-cuoc-thang-hien-tai .user-tk .row-info .text-right {
      color: #fff;
      line-height: 15px;
      font-weight: 600; }

.page-cuoc-thang-hien-tai .txt-title-ctht {
  color: #218393; }

.page-cuoc-thang-hien-tai hr {
  border-top: 1px solid #E8E7E9;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 7px;
  margin-bottom: 7px; }

.page-cuoc-thang-hien-tai .info-rtth {
  margin-left: 30px;
  margin-right: 20px;
  border-bottom: 1px solid #E8E7E9;
  padding-top: 7px;
  padding-bottom: 12px; }
  .page-cuoc-thang-hien-tai .info-rtth .col {
    padding: 0px; }
    .page-cuoc-thang-hien-tai .info-rtth .col .text-left {
      color: #4F4F4F;
      margin-bottom: 5px; }
    .page-cuoc-thang-hien-tai .info-rtth .col .text-right {
      margin-bottom: 5px;
      color: #000000; }
    .page-cuoc-thang-hien-tai .info-rtth .col .txt-bold {
      font-weight: 600;
      font-size: 16px; }

.page-cuoc-thang-hien-tai .info-rtth:last-child {
  border-bottom: none; }

.page-cuoc-thang-hien-tai .h5 {
  margin-right: 27px;
  font-style: italic;
  margin-top: 0px; }

.page-cuoc-thang-cu .user-tk {
  height: 280px; }
  .page-cuoc-thang-cu .user-tk .row-ava a.icon {
    margin-top: 10px; }
  .page-cuoc-thang-cu .user-tk .row-ava .title {
    margin: -15px -10px; }
    .page-cuoc-thang-cu .user-tk .row-ava .title label {
      position: relative;
      margin-left: -15px; }
      .page-cuoc-thang-cu .user-tk .row-ava .title label select {
        padding: 3px;
        margin: 0;
        border-radius: 4px;
        -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
        border: none;
        outline: none;
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-weight: 500;
        background-color: transparent;
        color: #fff;
        font-size: 16px;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: center;
        text-align-last: center; }
    .page-cuoc-thang-cu .user-tk .row-ava .title label:after {
      content: '>';
      font: 20px "Consolas", monospace;
      color: #fff;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      top: 3px;
      margin: 0 0px 2px 5px;
      position: absolute;
      pointer-events: none; }
    .page-cuoc-thang-cu .user-tk .row-ava .title span {
      display: block;
      font-size: 14px;
      color: #7FE0F0;
      margin-top: -50px; }
  .page-cuoc-thang-cu .user-tk .row-tk {
    text-align: center; }
    .page-cuoc-thang-cu .user-tk .row-tk span {
      font-size: 14px;
      color: #5ADCF2; }
    .page-cuoc-thang-cu .user-tk .row-tk p {
      font-size: 24px;
      font-weight: 600;
      color: #fff;
      margin-top: 5px; }
  .page-cuoc-thang-cu .user-tk .row-info {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 10px; }
    .page-cuoc-thang-cu .user-tk .row-info .text-left {
      color: #52E6FF;
      line-height: 15px; }
    .page-cuoc-thang-cu .user-tk .row-info .text-right {
      color: #fff;
      line-height: 15px;
      font-weight: 600; }

.page-cuoc-thang-cu .txt-title-ctht {
  color: #218393; }

.page-cuoc-thang-cu hr {
  border-top: 1px solid #E8E7E9;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 7px;
  margin-bottom: 7px; }

.page-cuoc-thang-cu .info-rtth {
  margin-left: 30px;
  margin-right: 20px;
  border-bottom: 1px solid #E8E7E9;
  padding-top: 7px;
  padding-bottom: 12px; }
  .page-cuoc-thang-cu .info-rtth .col {
    padding: 0px; }
    .page-cuoc-thang-cu .info-rtth .col .text-left {
      color: #4F4F4F;
      margin-bottom: 5px; }
    .page-cuoc-thang-cu .info-rtth .col .text-right {
      margin-bottom: 5px;
      color: #000000; }
    .page-cuoc-thang-cu .info-rtth .col .txt-bold {
      font-weight: 600;
      font-size: 16px; }

.page-cuoc-thang-cu .info-rtth:last-child {
  border-bottom: none; }

.page-cuoc-thang-cu .h5 {
  margin-right: 27px;
  font-style: italic;
  margin-top: 0px; }

.page-chi-tiet-dich-vu-tt header span {
  display: block;
  font-size: 14px;
  color: #7FE0F0;
  margin-top: -53px; }

.page-chi-tiet-dich-vu-tt .list-chi-tiet-dich-vu-tt .table-view-cell {
  padding: 10px 0px 10px 0px;
  margin: 0 0px; }
  .page-chi-tiet-dich-vu-tt .list-chi-tiet-dich-vu-tt .table-view-cell a {
    color: #444444; }
    .page-chi-tiet-dich-vu-tt .list-chi-tiet-dich-vu-tt .table-view-cell a .item-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left;
      padding-left: 0px;
      font-weight: 400; }
      .page-chi-tiet-dich-vu-tt .list-chi-tiet-dich-vu-tt .table-view-cell a .item-inner p {
        display: block;
        color: #4A4A4A; }
        .page-chi-tiet-dich-vu-tt .list-chi-tiet-dich-vu-tt .table-view-cell a .item-inner p span {
          display: block;
          font-size: 12px;
          color: #686868; }
    .page-chi-tiet-dich-vu-tt .list-chi-tiet-dich-vu-tt .table-view-cell a .item-last {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: right;
      -ms-flex-pack: right;
      justify-content: right;
      padding-right: 0px;
      color: #121212;
      font-weight: 400;
      font-size: 14px; }

.page-chi-tiet-dich-vu-tt .list-chi-tiet-dich-vu-tt .table-view-cell:first-child {
  margin-top: 10px; }

.page-chi-tiet-cuoc .bar-nav {
  background: none;
  border: none;
  padding: 0; }
  .page-chi-tiet-cuoc .bar-nav .pull-left {
    margin-left: 10px; }

.page-chi-tiet-cuoc .analytics {
  background-image: -o-linear-gradient(105deg, #296780, #14b5b5);
  background-image: linear-gradient(345deg, #296780, #14b5b5);
  min-height: 317px;
  margin: 0 -15px;
  padding: 0 15px;
  color: #fff; }
  .page-chi-tiet-cuoc .analytics .total {
    text-align: center;
    margin: 10px 0 5px; }
  .page-chi-tiet-cuoc .analytics .col {
    font-size: 12px;
    padding: 5px;
    text-align: center; }
    .page-chi-tiet-cuoc .analytics .col a {
      color: #fff; }
  .page-chi-tiet-cuoc .analytics .fee-chart {
    min-height: 110px; }
    .page-chi-tiet-cuoc .analytics .fee-chart .no-data-text {
      display: none; }
    .page-chi-tiet-cuoc .analytics .fee-chart.no-data {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .page-chi-tiet-cuoc .analytics .fee-chart.no-data canvas {
        display: none; }
      .page-chi-tiet-cuoc .analytics .fee-chart.no-data .no-data-text {
        font-size: 12px;
        display: block; }
  .page-chi-tiet-cuoc .analytics p {
    margin: 0; }

.page-chi-tiet-cuoc .btn-time-ctc {
  position: fixed;
  right: 20px;
  bottom: 20px; }

.page-chi-tiet-cuoc .select-ctc {
  background-color: rgba(47, 128, 237, 0.1); }

.list-chi-tiet-cuoc {
  margin: 0;
  margin-left: -15px;
  margin-right: -15px; }
  .list-chi-tiet-cuoc li {
    padding-left: 35px;
    padding-right: 15px;
    border-bottom: none; }
    .list-chi-tiet-cuoc li .item {
      padding: 16px 0;
      margin: 0px;
      border-bottom: 1px solid #E8E7E9 !important; }
      .list-chi-tiet-cuoc li .item .col-icon {
        width: auto;
        margin-right: 15px; }
      .list-chi-tiet-cuoc li .item .txt-info {
        font-size: 14px;
        font-weight: 600; }
      .list-chi-tiet-cuoc li .item .item-last {
        margin-top: 10px; }
        .list-chi-tiet-cuoc li .item .item-last i {
          margin-right: 20px; }
        .list-chi-tiet-cuoc li .item .item-last span {
          color: #BDBDBD;
          font-size: 15px;
          margin-top: 5px; }

#arlerModelChitietcuoc .modal-body p {
  color: #737171;
  margin-top: 10px;
  margin-bottom: 30px; }

#arlerModelChitietcuoc .modal-body a {
  padding-top: 8px; }
  #arlerModelChitietcuoc .modal-body a span {
    color: #208997;
    font-style: italic; }

#arlerModelChitietcuoc .modal-footer {
  margin-top: 26px; }

#myPopoverCtc {
  width: 300px; }
  #myPopoverCtc .float-right {
    margin-right: 10px; }
  #myPopoverCtc .item:last-child {
    border-bottom: none !important; }

.page-nhom-chuyen-tai-khoan {
  background-color: #E5E5E5;
  height: 100%; }
  .page-nhom-chuyen-tai-khoan header .pull-right {
    font-family: Roboto;
    font-size: 16px;
    margin-top: 18px; }
  .page-nhom-chuyen-tai-khoan .group-chuyen-tai-khoan {
    margin-left: -15px;
    margin-right: -15px;
    background-color: white;
    margin-top: 0px; }
    .page-nhom-chuyen-tai-khoan .group-chuyen-tai-khoan li {
      padding: 0px 15px; }
      .page-nhom-chuyen-tai-khoan .group-chuyen-tai-khoan li .item-list-thumbnail {
        padding: 17px 0px;
        border-bottom: 1px solid #F2F2F2; }
        .page-nhom-chuyen-tai-khoan .group-chuyen-tai-khoan li .item-list-thumbnail i {
          margin-right: 10px; }
        .page-nhom-chuyen-tai-khoan .group-chuyen-tai-khoan li .item-list-thumbnail figcaption h3 {
          color: #000000;
          margin-bottom: 0px;
          margin-top: 10px; }
        .page-nhom-chuyen-tai-khoan .group-chuyen-tai-khoan li .item-list-thumbnail figcaption p {
          color: #686868;
          margin-bottom: 5px;
          margin-top: 4px; }
  .page-nhom-chuyen-tai-khoan .list-chuyen-tai-khoan {
    margin-left: -15px;
    margin-right: -15px; }
    .page-nhom-chuyen-tai-khoan .list-chuyen-tai-khoan .table-view-cell {
      padding: 20px 0px 20px 5px; }
      .page-nhom-chuyen-tai-khoan .list-chuyen-tai-khoan .table-view-cell a {
        color: #000000; }
        .page-nhom-chuyen-tai-khoan .list-chuyen-tai-khoan .table-view-cell a i {
          margin-left: 22px; }
        .page-nhom-chuyen-tai-khoan .list-chuyen-tai-khoan .table-view-cell a .item-inner {
          margin-left: 25px; }
  .page-nhom-chuyen-tai-khoan .txt-discription {
    color: #686868; }

.page-sua-chuyen-tai-khoan {
  background-color: #E5E5E5;
  height: 100%; }
  .page-sua-chuyen-tai-khoan header .pull-right {
    font-family: Roboto;
    font-size: 16px;
    margin-top: 18px; }
  .page-sua-chuyen-tai-khoan .group-chuyen-tai-khoan {
    margin-left: -15px;
    margin-right: -15px;
    background-color: white;
    margin-top: 0px; }
    .page-sua-chuyen-tai-khoan .group-chuyen-tai-khoan li {
      padding: 0px 15px; }
      .page-sua-chuyen-tai-khoan .group-chuyen-tai-khoan li .item-list-thumbnail {
        padding: 17px 0px;
        border-bottom: 1px solid #F2F2F2; }
        .page-sua-chuyen-tai-khoan .group-chuyen-tai-khoan li .item-list-thumbnail i {
          margin-right: 10px; }
        .page-sua-chuyen-tai-khoan .group-chuyen-tai-khoan li .item-list-thumbnail figcaption h3 {
          color: #000000;
          margin-bottom: 0px;
          margin-top: 10px; }
        .page-sua-chuyen-tai-khoan .group-chuyen-tai-khoan li .item-list-thumbnail figcaption p {
          color: #686868;
          margin-bottom: 5px;
          margin-top: 4px; }
  .page-sua-chuyen-tai-khoan .list-chuyen-tai-khoan {
    margin-left: -15px;
    margin-right: -15px; }
    .page-sua-chuyen-tai-khoan .list-chuyen-tai-khoan .table-view-cell {
      padding: 20px 0px 20px 5px; }
      .page-sua-chuyen-tai-khoan .list-chuyen-tai-khoan .table-view-cell a {
        color: #000000; }
        .page-sua-chuyen-tai-khoan .list-chuyen-tai-khoan .table-view-cell a i {
          margin-left: 22px; }
        .page-sua-chuyen-tai-khoan .list-chuyen-tai-khoan .table-view-cell a .item-inner {
          margin-left: 25px; }
  .page-sua-chuyen-tai-khoan .txt-discription {
    color: #686868; }

.page-danh-sach-tai-khoan p {
  color: #686868;
  margin-top: 5px;
  line-height: 18px; }

.page-danh-sach-tai-khoan .chua-co-tai-khoan {
  text-align: center;
  margin-top: 50px;
  padding-right: 25px;
  padding-left: 25px; }
  .page-danh-sach-tai-khoan .chua-co-tai-khoan p {
    margin-top: 20px;
    margin-bottom: 25px; }
  .page-danh-sach-tai-khoan .chua-co-tai-khoan .btn-primary {
    padding-left: 35px;
    padding-right: 35px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }

.page-danh-sach-tai-khoan .group-nhom-mua-chung {
  padding-top: 5px;
  padding-left: 20px;
  margin-top: 0px; }
  .page-danh-sach-tai-khoan .group-nhom-mua-chung li {
    padding: 0px;
    border-top: 1px solid #F2F2F2; }
    .page-danh-sach-tai-khoan .group-nhom-mua-chung li figcaption {
      padding: 5px 10px 5px 0px; }
      .page-danh-sach-tai-khoan .group-nhom-mua-chung li figcaption p {
        margin-bottom: 3px;
        margin-top: 4px;
        font-size: 14px;
        color: #EE0033; }
      .page-danh-sach-tai-khoan .group-nhom-mua-chung li figcaption h3 {
        color: #000000; }
    .page-danh-sach-tai-khoan .group-nhom-mua-chung li .right span {
      font-size: 16px;
      font-weight: 400;
      color: #686868; }
      .page-danh-sach-tai-khoan .group-nhom-mua-chung li .right span .icon-watch-ten-oclock {
        margin-right: 10px; }

.page-danh-sach-tai-khoan hr {
  margin-left: -15px;
  margin-right: -15px;
  border-top: none;
  border-bottom: 1px solid #F2F2F2;
  margin-top: -16px; }

#ModalHinhThucXacThuc {
  background-color: rgba(0, 0, 0, 0.7); }
  #ModalHinhThucXacThuc .modal-body .btn-block {
    background-color: #EE0033;
    color: #fff;
    margin: 10px auto; }
  #ModalHinhThucXacThuc .modal-footer p {
    padding-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 20px; }

#ModalChonSdt .modal-header h2 {
  margin-right: 25px;
  margin-left: 25px; }

#ModalChonSdt .modal-body .list-chon-sdt {
  margin-bottom: 25px; }
  #ModalChonSdt .modal-body .list-chon-sdt .table-view-cell {
    padding: 8px 0px 8px 0px;
    margin: 0 0px; }
    #ModalChonSdt .modal-body .list-chon-sdt .table-view-cell a {
      color: #444444; }
      #ModalChonSdt .modal-body .list-chon-sdt .table-view-cell a .item-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        padding-left: 0px; }
      #ModalChonSdt .modal-body .list-chon-sdt .table-view-cell a .item-last {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: right;
        -ms-flex-pack: right;
        justify-content: right;
        padding-right: 0px; }
        #ModalChonSdt .modal-body .list-chon-sdt .table-view-cell a .item-last span {
          font-size: 15px;
          color: #6a6a6a; }
  #ModalChonSdt .modal-body .list-chon-sdt .table-view-cell:last-child {
    border-bottom: none; }

.page-mat-khau-dương-truyen .h3 {
  color: #EE0033;
  margin-top: 30px; }

.page-mat-khau-dương-truyen .form-mat-khau-duong-truyen p {
  margin-top: 30px;
  color: #000000; }

.page-mat-khau-dương-truyen .form-mat-khau-duong-truyen .with-icon {
  padding-left: 0px; }
  .page-mat-khau-dương-truyen .form-mat-khau-duong-truyen .with-icon input {
    padding: 0px; }
  .page-mat-khau-dương-truyen .form-mat-khau-duong-truyen .with-icon img {
    float: right;
    margin-right: 13px;
    margin-bottom: 5px; }
  .page-mat-khau-dương-truyen .form-mat-khau-duong-truyen .with-icon i {
    float: right;
    margin-top: 6px; }

.page-mat-khau-dương-truyen .form-mat-khau-duong-truyen .with-icon:first-child {
  padding-top: 5px; }

.page-mat-khau-dương-truyen .btn-negative {
  border: none;
  position: fixed;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); }

.page-ma-xa-thuc-OTP .h3 {
  color: #EE0033;
  margin-top: 30px; }

.page-ma-xa-thuc-OTP .txt-dark {
  color: #686868; }

.page-ma-xa-thuc-OTP .form-mat-khau-duong-truyen p {
  margin-top: 30px;
  color: #000000; }

.page-ma-xa-thuc-OTP .form-mat-khau-duong-truyen .with-icon {
  padding-left: 0px; }
  .page-ma-xa-thuc-OTP .form-mat-khau-duong-truyen .with-icon .c-icon {
    width: auto;
    color: #EE0033;
    font-style: italic; }
  .page-ma-xa-thuc-OTP .form-mat-khau-duong-truyen .with-icon input {
    padding: 0px; }
  .page-ma-xa-thuc-OTP .form-mat-khau-duong-truyen .with-icon img {
    float: right;
    margin-right: 13px;
    margin-bottom: 5px; }
  .page-ma-xa-thuc-OTP .form-mat-khau-duong-truyen .with-icon i {
    float: right;
    margin-top: 6px; }

.page-ma-xa-thuc-OTP .form-mat-khau-duong-truyen .with-icon:first-child {
  padding-top: 5px; }

.page-so-giay-to .h3 {
  color: #EE0033;
  margin-top: 30px; }

.page-so-giay-to .txt-dark {
  color: #686868; }

.page-so-giay-to .form-so-giay-to p {
  margin-top: 30px;
  color: #000000;
  clear: left;
  font-weight: 500; }

.page-so-giay-to .form-so-giay-to .cover-label {
  width: 48%;
  float: left;
  margin-bottom: 30px; }
  .page-so-giay-to .form-so-giay-to .cover-label label {
    width: 100%;
    position: relative; }
    .page-so-giay-to .form-so-giay-to .cover-label label select {
      width: 100%;
      border: none;
      border-bottom: 1px solid #dbd9e0;
      margin: 0;
      border-radius: 0px;
      outline: none;
      display: inline-block;
      color: #999999;
      -webkit-appearance: none;
      -moz-appearance: none;
      font-weight: 500;
      background-color: transparent;
      font-size: 14px;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 5px 0px; }
  .page-so-giay-to .form-so-giay-to .cover-label label:after {
    content: '>';
    font: 20px "Consolas", monospace;
    color: #aaa;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 0px;
    top: 2px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none; }
  .page-so-giay-to .form-so-giay-to .cover-label .m-l {
    padding-right: 15px; }
  .page-so-giay-to .form-so-giay-to .cover-label .m-r {
    padding-left: 15px; }

.page-so-giay-to .form-so-giay-to .with-icon {
  padding-left: 0px; }
  .page-so-giay-to .form-so-giay-to .with-icon .c-icon {
    width: auto;
    font-style: italic; }
    .page-so-giay-to .form-so-giay-to .with-icon .c-icon i {
      margin-top: 0px;
      margin-right: 15px; }
  .page-so-giay-to .form-so-giay-to .with-icon input {
    padding: 0px; }
  .page-so-giay-to .form-so-giay-to .with-icon img {
    float: right;
    margin-right: 13px;
    margin-bottom: 5px; }
  .page-so-giay-to .form-so-giay-to .with-icon i {
    float: right;
    margin-top: 6px; }

.page-so-giay-to .form-so-giay-to .with-icon:first-child {
  padding-top: 5px; }

.page-so-giay-to .btn-positive {
  border: none;
  position: fixed;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); }

.page-qly-wifi .h3 {
  color: #EE0033;
  margin-top: 20px; }
  .page-qly-wifi .h3 .txt-ms {
    float: right;
    color: #aeb1b1;
    font-size: 15px; }
  .page-qly-wifi .h3 .icon-ms {
    float: right;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 6px;
    margin-left: 10px; }
  .page-qly-wifi .h3 .icon-dangtat {
    background-color: #aeb1b1; }
  .page-qly-wifi .h3 .con-dangonl {
    background-color: #EE0033; }

.page-qly-wifi .group-thong-tin-modern {
  padding-top: 5px;
  padding-left: 20px;
  margin-top: 0px; }
  .page-qly-wifi .group-thong-tin-modern li {
    padding: 0px;
    border-top: 1px solid #F2F2F2; }
    .page-qly-wifi .group-thong-tin-modern li .h4 {
      font-size: 15px;
      margin-top: 15px;
      margin-bottom: 15px;
      min-width: 120px;
      max-width: 160px; }
    .page-qly-wifi .group-thong-tin-modern li figcaption {
      padding: 5px 10px 5px 0px; }
      .page-qly-wifi .group-thong-tin-modern li figcaption .h3 {
        color: #000000;
        margin-top: 12px; }
  .page-qly-wifi .group-thong-tin-modern li:last-child {
    border-bottom: 1px solid #F2F2F2; }

.page-qly-wifi .btn-negative {
  margin-left: 15px; }

.page-qly-wifi hr {
  margin-left: -15px;
  margin-right: -15px;
  border-top: none;
  border-bottom: 1px solid #F2F2F2;
  margin-top: 38px;
  margin-bottom: 38px; }

.page-qly-wifi .group-thong-tin-wifi {
  padding-top: 5px;
  padding-left: 20px;
  margin-top: 0px; }
  .page-qly-wifi .group-thong-tin-wifi li {
    padding: 10px 0px;
    border-top: 1px solid #F2F2F2; }
    .page-qly-wifi .group-thong-tin-wifi li .item-list-thumbnail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .page-qly-wifi .group-thong-tin-wifi li .item-list-thumbnail .icon-dang-onl {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin-right: 13px;
        margin-top: 10px;
        background-color: #EE0033; }
      .page-qly-wifi .group-thong-tin-wifi li .item-list-thumbnail .icon-dang-off {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin-right: 13px;
        margin-top: 10px;
        background-color: #aeb1b1; }
      .page-qly-wifi .group-thong-tin-wifi li .item-list-thumbnail figcaption {
        padding: 5px 10px 5px 0px; }
        .page-qly-wifi .group-thong-tin-wifi li .item-list-thumbnail figcaption .h3 {
          color: #000000;
          margin-top: 0px;
          margin-bottom: 0px; }
      .page-qly-wifi .group-thong-tin-wifi li .item-list-thumbnail .right i {
        margin-right: 20px; }

#ModalDatLaimatKhau .modal-body {
  text-align: left;
  padding-left: 30px;
  padding-right: 30px; }
  #ModalDatLaimatKhau .modal-body .form-dat-lai-mk p {
    margin-top: 20px;
    color: #767676;
    margin-bottom: 0px; }
  #ModalDatLaimatKhau .modal-body .form-dat-lai-mk .with-icon {
    padding-left: 0px; }
    #ModalDatLaimatKhau .modal-body .form-dat-lai-mk .with-icon input {
      padding: 0px; }
    #ModalDatLaimatKhau .modal-body .form-dat-lai-mk .with-icon img {
      float: right;
      margin-right: 13px;
      margin-bottom: 5px; }
    #ModalDatLaimatKhau .modal-body .form-dat-lai-mk .with-icon i {
      float: right;
      margin-top: 6px; }
  #ModalDatLaimatKhau .modal-body .form-dat-lai-mk .with-icon:first-child {
    padding-top: 5px; }

#ModalDatLaimatKhau .btn-block {
  margin-top: 25px;
  margin-bottom: 30px; }

.page-thong-bao .content-thong-bao .group-thong-bao {
  padding-top: 5px; }
  .page-thong-bao .content-thong-bao .group-thong-bao li {
    padding: 17px 5px;
    border-bottom: 1px solid #F2F2F2; }
    .page-thong-bao .content-thong-bao .group-thong-bao li .cover-img {
      width: 48px;
      margin-top: 5px;
      height: 48px;
      overflow: hidden;
      border-radius: 50%; }
      .page-thong-bao .content-thong-bao .group-thong-bao li .cover-img img {
        width: 100%;
        height: auto; }
    .page-thong-bao .content-thong-bao .group-thong-bao li figcaption .h3 {
      color: #000000;
      margin: 0px;
      line-height: 19px;
      white-space: normal;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-height: 1.4em;
      height: 2.8em; }
    .page-thong-bao .content-thong-bao .group-thong-bao li figcaption .txt-time {
      color: #686868;
      margin-top: -3px; }
    .page-thong-bao .content-thong-bao .group-thong-bao li .right span {
      font-size: 16px;
      font-weight: 400;
      color: #686868; }
      .page-thong-bao .content-thong-bao .group-thong-bao li .right span .icon-watch-ten-oclock {
        margin-right: 10px; }
  .page-thong-bao .content-thong-bao .group-thong-bao li:last-child {
    border-bottom: none; }

.page-thong-bao .content-thong-bao .list-khuyen-mai {
  padding: 0 15px; }
  .page-thong-bao .content-thong-bao .list-khuyen-mai li {
    padding: 5px;
    border-bottom: 1px solid #ececec;
    margin-top: 10px; }
    .page-thong-bao .content-thong-bao .list-khuyen-mai li .item-list-thumbnail img {
      width: 130px;
      height: 70px;
      border-radius: 0px; }
    .page-thong-bao .content-thong-bao .list-khuyen-mai li .item-list-thumbnail figcaption {
      padding: 0 15px 0 0px; }
      .page-thong-bao .content-thong-bao .list-khuyen-mai li .item-list-thumbnail figcaption .h3 {
        color: #000000;
        line-height: 18px;
        margin-bottom: 0px;
        white-space: normal;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.4em;
        height: 2.8em; }
      .page-thong-bao .content-thong-bao .list-khuyen-mai li .item-list-thumbnail figcaption .time {
        font-size: 14px;
        color: #999999; }

.page-service-detail-thong-bao {
  background-image: -o-linear-gradient(105deg, #296780, #14b5b5);
  background-image: linear-gradient(345deg, #296780, #14b5b5);
  height: 100%; }
  .page-service-detail-thong-bao .bar-nav {
    border-bottom: none;
    background: none; }
  .page-service-detail-thong-bao .cover {
    max-height: 172px;
    width: 100%; }
  .page-service-detail-thong-bao .title-lg {
    margin: 30px 20px;
    color: #000000;
    text-align: left;
    font-size: 25px; }
  .page-service-detail-thong-bao .table-view-cell {
    padding: 5px;
    border-bottom: none; }
  .page-service-detail-thong-bao .actions {
    margin: 0; }
    .page-service-detail-thong-bao .actions a {
      color: #686868; }
    .page-service-detail-thong-bao .actions i {
      margin: 0 5px -5px  10px; }
    .page-service-detail-thong-bao .actions .col {
      padding: 6px;
      max-width: 120px; }
  .page-service-detail-thong-bao .item-service-sub {
    padding: 15px 20px; }
  .page-service-detail-thong-bao .btn-more {
    color: #EE0033;
    display: block;
    margin: 0 auto;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 400; }
  .page-service-detail-thong-bao .text-description {
    padding: 20px; }
    .page-service-detail-thong-bao .text-description p {
      margin-bottom: 5px;
      color: black; }
  .page-service-detail-thong-bao .actions-wap {
    text-align: center;
    padding-bottom: 20px; }
    .page-service-detail-thong-bao .actions-wap a {
      display: inline-block;
      margin: 0 10px; }
  .page-service-detail-thong-bao .slide {
    white-space: normal;
    padding: 0 15px 20px; }
    .page-service-detail-thong-bao .slide .wrapper {
      background-color: #fff;
      border-radius: 5px; }
    .page-service-detail-thong-bao .slide .cover {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }

.page-tra-cuu-hoa-don-dt h4 {
  color: #000000;
  text-transform: uppercase;
  margin-top: 20px; }

.page-tra-cuu-hoa-don-dt .form-tra-cuu-hoa-don {
  margin-left: 20px; }
  .page-tra-cuu-hoa-don-dt .form-tra-cuu-hoa-don .with-icon {
    padding: 5px 0px; }
    .page-tra-cuu-hoa-don-dt .form-tra-cuu-hoa-don .with-icon span {
      width: 32%;
      text-align: left;
      color: #525252; }
    .page-tra-cuu-hoa-don-dt .form-tra-cuu-hoa-don .with-icon input {
      text-align: right; }
    .page-tra-cuu-hoa-don-dt .form-tra-cuu-hoa-don .with-icon input::-webkit-input-placeholder {
      color: #000000; }
    .page-tra-cuu-hoa-don-dt .form-tra-cuu-hoa-don .with-icon input:-ms-input-placeholder {
      color: #000000; }
    .page-tra-cuu-hoa-don-dt .form-tra-cuu-hoa-don .with-icon input::placeholder {
      color: #000000; }

.page-tra-cuu-hoa-don-dt .input-select-hop-dong {
  padding: 10px 0px 10px 0px;
  margin-left: 20px;
  margin-bottom: 20px; }
  .page-tra-cuu-hoa-don-dt .input-select-hop-dong label {
    position: relative;
    width: 100%; }
    .page-tra-cuu-hoa-don-dt .input-select-hop-dong label select {
      width: 100%;
      padding: 3px;
      margin: 0;
      border-radius: 4px;
      -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
      -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
      border: none;
      outline: none;
      display: inline-block;
      -webkit-appearance: none;
      -moz-appearance: none;
      font-weight: 500;
      background-color: transparent;
      color: #525252;
      font-size: 14px;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .page-tra-cuu-hoa-don-dt .input-select-hop-dong label:after {
    content: '>';
    font: 20px "Consolas", monospace;
    color: #aaa;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 0px;
    top: 2px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none; }
  .page-tra-cuu-hoa-don-dt .input-select-hop-dong .icon-down-nav {
    font-size: 16px; }

.page-tra-cuu-hoa-don-dt .btn-block {
  margin: 30px auto; }

.page-tra-cuu-hoa-don-dt hr {
  border-top: 4px solid #E8E8E8;
  margin: 0px -15px; }

.page-tra-cuu-hoa-don-dt .list-tra-cuu-hoa-don {
  padding-top: 10px; }
  .page-tra-cuu-hoa-don-dt .list-tra-cuu-hoa-don .table-view-cell {
    padding: 18px 0px 18px 0px;
    margin: 0 0px; }
    .page-tra-cuu-hoa-don-dt .list-tra-cuu-hoa-don .table-view-cell a {
      color: #323232; }
      .page-tra-cuu-hoa-don-dt .list-tra-cuu-hoa-don .table-view-cell a .col-icon {
        width: 28px;
        height: 28px;
        margin-top: 5px;
        margin-right: 15px; }
      .page-tra-cuu-hoa-don-dt .list-tra-cuu-hoa-don .table-view-cell a .item-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        padding-left: 0px; }
        .page-tra-cuu-hoa-don-dt .list-tra-cuu-hoa-don .table-view-cell a .item-inner p {
          text-transform: uppercase;
          font-weight: 600; }
          .page-tra-cuu-hoa-don-dt .list-tra-cuu-hoa-don .table-view-cell a .item-inner p span {
            display: block;
            font-size: 13px;
            font-weight: 300; }
      .page-tra-cuu-hoa-don-dt .list-tra-cuu-hoa-don .table-view-cell a .item-last {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: right;
        -ms-flex-pack: right;
        justify-content: right;
        padding-right: 0px;
        font-weight: 600; }
        .page-tra-cuu-hoa-don-dt .list-tra-cuu-hoa-don .table-view-cell a .item-last p .txt-hoa-don {
          display: block;
          font-weight: normal;
          font-size: 13px; }
        .page-tra-cuu-hoa-don-dt .list-tra-cuu-hoa-don .table-view-cell a .item-last p .txt-orange {
          color: #ff7000; }
        .page-tra-cuu-hoa-don-dt .list-tra-cuu-hoa-don .table-view-cell a .item-last p .txt-yellow {
          color: #e2d344; }
        .page-tra-cuu-hoa-don-dt .list-tra-cuu-hoa-don .table-view-cell a .item-last p .txt-blue {
          color: #EE0033; }

.page-danh-gia-hai-long {
  margin: 0px 25px;
  color: #333333; }
  .page-danh-gia-hai-long h2 {
    color: #000000;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 0px; }
  .page-danh-gia-hai-long .txt-title-danh-gia {
    margin-top: 25px; }
  .page-danh-gia-hai-long .content-rating {
    /* width: 270px; */
    margin: 0px auto; }
    .page-danh-gia-hai-long .content-rating i {
      padding-top: 6px;
      font-size: 12px;
      text-align: center;
      font-weight: bold;
      color: white;
      margin: 13px 10px; }
  .page-danh-gia-hai-long .txt-nguyen-nhan {
    font-family: 'SF Pro Text';
    font-weight: bold;
    margin: 30px 0px 5px; }
  .page-danh-gia-hai-long .txt-ly-do {
    font-weight: bold;
    font-family: 'SF Pro Text';
    margin: 15px 0px 10px; }
  .page-danh-gia-hai-long .mvt-check-radio {
    margin-top: 8px; }
    .page-danh-gia-hai-long .mvt-check-radio input[type='radio'] {
      display: none; }
    .page-danh-gia-hai-long .mvt-check-radio label span {
      width: 20px;
      height: 20px;
      background-position: -10266.5px -5px;
      background-image: url("./css_sprites@2x.png");
      background-size: 10542.5px 98px;
      display: inline-block;
      vertical-align: middle;
      vertical-align: middle;
      position: relative;
      margin-top: -5px;
      cursor: pointer;
      margin-bottom: 0px;
      margin-right: 15px; }
    .page-danh-gia-hai-long .mvt-check-radio input[type="radio"]:checked + label span {
      width: 20px;
      height: 20px;
      background-position: -10296.5px -5px;
      background-image: url("./css_sprites@2x.png");
      background-size: 10542.5px 98px;
      display: inline-block;
      vertical-align: middle; }
  .page-danh-gia-hai-long .mvt-check-checbox {

    margin-top: 8px; }
    .page-danh-gia-hai-long .mvt-check-checbox input[type='checkbox'] {
      display: none; }
    .page-danh-gia-hai-long .mvt-check-checbox label span {
      width: 18px;
      height: 18px;
      background-position: -9854.5px -5px;
      background-image: url("./css_sprites@2x.png");
      background-size: 10542.5px 98px;
      display: inline-block;
      vertical-align: middle;
      vertical-align: middle;
      position: relative;
      margin-top: -5px;
      cursor: pointer;
      margin-bottom: 0px;
      margin-right: 15px; }
    .page-danh-gia-hai-long .mvt-check-checbox input[type="checkbox"]:checked + label span {
      width: 18px;
      height: 18px;
      background-position: -9882.5px -5px;
      background-image: url("./css_sprites@2x.png");
      background-size: 10542.5px 98px;
      display: inline-block;
      vertical-align: middle; }
  .page-danh-gia-hai-long textarea {
    border: 1px solid #D5DEE3;
    border-radius: 8px;
    width: 100%;
    resize: none; }
  .page-danh-gia-hai-long .cover-btn {
    text-align: center; }

.content-danh-gia-thanh-cong {
  height: 100%;
  background-image: -o-linear-gradient(105deg, #296780, #14b5b5);
  background-image: linear-gradient(345deg, #296780, #14b5b5);
  padding: 10% 15px;
  color: #fff;
  text-align: center; }
  .content-danh-gia-thanh-cong h1 {
    margin-top: 34px;
    color: white; }
  .content-danh-gia-thanh-cong .cover-btn {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    text-align: center; }
    .content-danh-gia-thanh-cong .cover-btn .btn-shadow {
      padding-right: 30px;
      padding-left: 30px; }

.page-vp-nap-tien {
  padding: 0 15px 90px 15px; }
  .page-vp-nap-tien header #title {
    margin-left: 0px; }
    .page-vp-nap-tien header #title a {
      color: #000000; }
  .page-vp-nap-tien .item-slide {
    margin-top: 40px !important; }
    .page-vp-nap-tien .item-slide img {
      width: 100%; }

.page-li-xi-tet header a {
  margin-top: 15px; }

.page-li-xi-tet .txt-note {
  color: #666666;
  margin-top: 10px;
  line-height: 17px; }
  .page-li-xi-tet .txt-note span {
    color: #EE0033;
    text-decoration: underline; }

.page-li-xi-tet form {
  color: #858e99; }
  .page-li-xi-tet form .form-payment {
    padding-top: 17px;
    padding-bottom: 17px; }
  .page-li-xi-tet form .form-payment > input::-webkit-input-placeholder {
    color: #686868; }
  .page-li-xi-tet form .form-payment > input:-ms-input-placeholder {
    color: #686868; }
  .page-li-xi-tet form .form-payment > input::placeholder {
    color: #686868; }
  .page-li-xi-tet form .form-money {
    margin-left: 7px; }
  .page-li-xi-tet form .li-xi-input {
    border-bottom: none; }
    .page-li-xi-tet form .li-xi-input .cover-input-li-xi {
      border-bottom: 1px solid #dbd9e0;
      margin-right: 10px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .page-li-xi-tet form .text-note {
    margin-top: 7px;
    font-size: 11px;
    font-style: italic; }
  .page-li-xi-tet form .txt_pay {
    margin-top: 10px;
    margin-bottom: 0px;
    font-style: italic; }
    .page-li-xi-tet form .txt_pay span {
      margin-left: 5px;
      margin-right: 10px;
      margin-bottom: 0px;
      color: #858e99; }
  .page-li-xi-tet form button {
    font-size: 14px; }
  .page-li-xi-tet form .with-icon:hover {
    border-color: #EE0033; }
  .page-li-xi-tet form .border-red {
    border-color: red; }

.page-li-xi-tet .txt-chon-tep {
  margin: 15px 0px; }
  .page-li-xi-tet .txt-chon-tep a {
    font-size: 13px;
    font-weight: 300; }

.page-li-xi-tet hr {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 25px;
  border-width: 5px;
  border-color: #ececec; }

.page-li-xi-tet .content-form {
  max-width: 375px;
  margin: 0 auto; }
  .page-li-xi-tet .content-form .col {
    margin-top: 2px; }
    .page-li-xi-tet .content-form .col .checkbox {
      margin-top: 18px; }
      .page-li-xi-tet .content-form .col .checkbox input {
        display: none; }
      .page-li-xi-tet .content-form .col .checkbox label {
        display: block;
        position: relative;
        margin: 0 auto;
        width: 95px;
        height: 44px;
        border-radius: 8px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
        border: solid 1px #ececec;
        padding-top: 11px;
        text-align: center; }
      .page-li-xi-tet .content-form .col .checkbox input[type=radio]:checked + label {
        background-color: #ff7000;
        color: white; }

.page-li-xi-tet h3 {
  margin-top: 17px;
  margin-bottom: 0px;
  color: #1e2e2d; }

.page-li-xi-tet .chonTepDinhKem .cover-chon-tep {
  width: 88px;
  margin-right: 10px;
  position: relative;
  outline: none; }
  .page-li-xi-tet .chonTepDinhKem .cover-chon-tep .btn-expand {
    position: absolute;
    top: 5px;
    border-radius: 0px;
    right: 5px;
    border: none;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 22px;
    height: 22px; }
  .page-li-xi-tet .chonTepDinhKem .cover-chon-tep p {
    width: 88px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }

.page-li-xi-tet .chonTepDinhKem .active-tep img {
  border-top: 3px solid #18A6AB;
  border-bottom: 3px solid #18A6AB; }

.page-li-xi-tet .chonTepDinhKem .active-tep p {
  color: #18A6AB; }

.page-li-xi-tet .content-deal .table-view {
  border-top: none;
  margin-bottom: 0px; }
  .page-li-xi-tet .content-deal .table-view .text-bold {
    font-weight: 500;
    font-size: 14px;
    font-style: normal; }
  .page-li-xi-tet .content-deal .table-view .text-italic {
    font-size: 12px;
    font-style: italic; }
  .page-li-xi-tet .content-deal .table-view li {
    padding: 11px 0px 11px 7px; }
    .page-li-xi-tet .content-deal .table-view li table {
      font-size: 12px;
      width: 100%; }
      .page-li-xi-tet .content-deal .table-view li table tr {
        color: #858e99; }
        .page-li-xi-tet .content-deal .table-view li table tr td:first-child {
          font-size: 12px;
          min-width: 100px; }
        .page-li-xi-tet .content-deal .table-view li table tr .txt-content-table {
          font-size: 14px;
          color: #1e2e2d; }
          .page-li-xi-tet .content-deal .table-view li table tr .txt-content-table a span {
            margin-left: 10px; }

.input-inf {
  padding-top: 9px;
  padding-bottom: 9px; }

.btn-payment {
  margin-top: 20px; }

.icon-cancel-payment {
  color: #6a6a6a; }

.modal-vp-li-xi-tet .modal-content {
  width: 300px;
  margin-top: -150px;
  height: 160px; }
  .modal-vp-li-xi-tet .modal-content a {
    color: #fff;
    font-size: 40px;
    margin-top: -60px; }
  .modal-vp-li-xi-tet .modal-content .content-body-li-xi {
    position: relative; }
    .modal-vp-li-xi-tet .modal-content .content-body-li-xi img {
      width: 100%; }

#GuiLiXiModal .modal-footer {
  padding: 0px 25px 20px; }
  #GuiLiXiModal .modal-footer p {
    line-height: 17px; }
  #GuiLiXiModal .modal-footer a {
    text-decoration: underline; }

@media only screen and (max-width: 320px) {
  .txt-content-history {
    font-size: 12px; }
  .txt-content-table {
    font-size: 13px; } }

.page-chon-tep-dinh-kem header a {
  margin-top: 15px; }

.page-chon-tep-dinh-kem .bar-nav .pull-right {
  color: #fff;
  font-size: 18px;
  margin-top: 27px; }

.page-chon-tep-dinh-kem .search-li-xi-tet {
  background-color: #D8D8D8; }
  .page-chon-tep-dinh-kem .search-li-xi-tet input {
    color: #000000;
    font-size: 13px; }
  .page-chon-tep-dinh-kem .search-li-xi-tet:before {
    width: 20px;
    height: 20px;
    background-position: -10517.5px -5px;
    background-image: url("./css_sprites@2x.png");
    background-size: 10542.5px 98px;
    display: inline-block;
    vertical-align: middle; }

.page-chon-tep-dinh-kem h3 {
  margin-top: 17px;
  margin-bottom: 0px;
  color: #1e2e2d; }

.page-chon-tep-dinh-kem .list-li-xi-tet {
  overflow: hidden; }
  .page-chon-tep-dinh-kem .list-li-xi-tet:after, .page-chon-tep-dinh-kem .list-li-xi-tet:before {
    content: "";
    display: table;
    clear: both; }
  .page-chon-tep-dinh-kem .list-li-xi-tet li {
    float: left;
    position: relative; }
    @media (min-width: 320px) {
      .page-chon-tep-dinh-kem .list-li-xi-tet li {
        width: 33.33%;
        padding: 0 10px 15px; } }
    .page-chon-tep-dinh-kem .list-li-xi-tet li img {
      width: 100%;
      border-top: 3px solid transparent;
      border-bottom: 3px solid transparent; }
    .page-chon-tep-dinh-kem .list-li-xi-tet li .btn-expand {
      position: absolute;
      top: 5px;
      border-radius: 0px;
      right: 15px;
      border: none;
      padding: 5px;
      background-color: rgba(0, 0, 0, 0.5);
      width: 22px;
      height: 22px; }
    .page-chon-tep-dinh-kem .list-li-xi-tet li .icon-gif-red {
      position: absolute;
      left: 10px;
      bottom: 55px; }
    .page-chon-tep-dinh-kem .list-li-xi-tet li p {
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
    .page-chon-tep-dinh-kem .list-li-xi-tet li:hover img {
      border-top: 3px solid #18A6AB;
      border-bottom: 3px solid #18A6AB; }
    .page-chon-tep-dinh-kem .list-li-xi-tet li:hover p {
      color: #18A6AB; }
    .page-chon-tep-dinh-kem .list-li-xi-tet li:last-child(2n+1) {
      clear: both; }

.gui-li-xi-thanh-cong {
  background-image: url("../images/Mask Group (1).png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 85px 15px; }
  .gui-li-xi-thanh-cong .content-transfers {
    max-width: 339px;
    margin: 0px auto;
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: #fff; }
    .gui-li-xi-thanh-cong .content-transfers .cover-gui-li-xi-thanh-cong {
      position: relative;
      margin-left: 18px;
      margin-right: 18px;
      margin-bottom: 25px; }
      .gui-li-xi-thanh-cong .content-transfers .cover-gui-li-xi-thanh-cong .txt-gui-thanh-cong {
        position: absolute;
        bottom: 34px;
        left: 70px;
        color: #fff; }
    .gui-li-xi-thanh-cong .content-transfers i, .gui-li-xi-thanh-cong .content-transfers h1 {
      margin: 0px auto;
      display: block; }
    .gui-li-xi-thanh-cong .content-transfers h1 {
      text-align: center;
      margin: 30px 0; }
    .gui-li-xi-thanh-cong .content-transfers .content-information {
      margin-left: 18px;
      margin-right: 18px;
      border-radius: 10px;
      border: solid 1px #dadada; }
    .gui-li-xi-thanh-cong .content-transfers .content-list .col {
      margin-top: 0px;
      padding-left: 16px; }
      .gui-li-xi-thanh-cong .content-transfers .content-list .col .h6 {
        font-style: normal;
        color: #858e99;
        margin-top: 16px; }
      .gui-li-xi-thanh-cong .content-transfers .content-list .col p {
        line-height: 15px;
        color: #1e2e2d;
        margin-top: 5px;
        font-style: normal; }
      .gui-li-xi-thanh-cong .content-transfers .content-list .col .txt-i {
        font-style: italic;
        margin-top: 0px; }
      .gui-li-xi-thanh-cong .content-transfers .content-list .col div .h6 {
        margin-top: 20px; }
    .gui-li-xi-thanh-cong .content-transfers .text-center {
      margin: 26px auto;
      text-decoration: underline; }
  .gui-li-xi-thanh-cong i {
    margin: 40px auto 10px;
    display: block; }
  .gui-li-xi-thanh-cong .txt-back-home {
    color: #fff;
    text-align: center; }

.page-lich-su-li-xi {
  color: #858e99 !important; }
  .page-lich-su-li-xi .segmented-control .active {
    border-bottom: 4px solid #ff7000 !important;
    color: #ff7000 !important; }
  .page-lich-su-li-xi p {
    margin-top: 16px;
    font-style: italic;
    color: #858e99;
    margin-bottom: 0px; }
  .page-lich-su-li-xi .grid-2 {
    border-bottom: 1px solid #dadada; }
    .page-lich-su-li-xi .grid-2 .col {
      margin-top: 0px;
      padding-left: 20px; }
      .page-lich-su-li-xi .grid-2 .col .h6 {
        font-style: normal;
        color: #858e99;
        margin-top: 16px; }
      .page-lich-su-li-xi .grid-2 .col .have-icon:after {
        content: '';
        margin-left: 10px;
        margin-bottom: -5px;
        width: 14px;
        height: 13px;
        background-position: -524px -5px;
        background-image: url("./css_sprites@2x.png");
        background-size: 10542.5px 98px;
        display: inline-block;
        vertical-align: middle; }
      .page-lich-su-li-xi .grid-2 .col .have-icon-green:after {
        content: '';
        margin-left: 10px;
        margin-bottom: -5px;
        width: 14px;
        height: 13px;
        background-position: -500px -5px;
        background-image: url("./css_sprites@2x.png");
        background-size: 10542.5px 98px;
        display: inline-block;
        vertical-align: middle; }
      .page-lich-su-li-xi .grid-2 .col p {
        line-height: 15px;
        color: #1e2e2d;
        margin-top: 5px;
        font-style: normal;
        font-weight: 500; }
        .page-lich-su-li-xi .grid-2 .col p .h6 {
          font-style: italic;
          margin-top: 0px; }
      .page-lich-su-li-xi .grid-2 .col div .h6 {
        margin-top: 20px; }
  .page-lich-su-li-xi .grid-2:last-child {
    border-bottom: none; }

.modal-li-xi-chuyen-tien .modal-content .content-body {
  position: relative;
  padding: 15px; }
  .modal-li-xi-chuyen-tien .modal-content .content-body .icon {
    position: absolute;
    top: 25px;
    right: 20px;
    color: #fff; }
  .modal-li-xi-chuyen-tien .modal-content .content-body .cover-txt {
    position: absolute;
    width: 100%;
    left: 15px;
    bottom: 20px; }
    .modal-li-xi-chuyen-tien .modal-content .content-body .cover-txt p {
      margin-left: 25px;
      bottom: 30px;
      color: #fff;
      line-height: 17px; }
  .modal-li-xi-chuyen-tien .modal-content .content-body img {
    width: 100%;
    border-radius: 8px; }

.page-goi-cuoc-data-tet .btn-data-tet {
  margin-bottom: 15px; }
  .page-goi-cuoc-data-tet .btn-data-tet .m-r {
    margin-left: 10px; }

.page-goi-cuoc-data-tet .list-goi-cuoc li {
  height: 125px; }

.page-chi-tiet-goi-cuoc-data {
  background-image: url("../images/Mask Group (1).png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
  height: 100%; }
  .page-chi-tiet-goi-cuoc-data .bar-nav {
    border-bottom: none;
    background: none; }
  .page-chi-tiet-goi-cuoc-data .cover {
    max-height: 172px;
    width: 100%; }
  .page-chi-tiet-goi-cuoc-data .service-name {
    padding: 10px 5px; }
    .page-chi-tiet-goi-cuoc-data .service-name .col-icon {
      width: 80px; }
      .page-chi-tiet-goi-cuoc-data .service-name .col-icon img {
        width: 56px;
        height: 56px; }
    .page-chi-tiet-goi-cuoc-data .service-name .bold {
      color: #EE0033;
      margin: 0; }
      .page-chi-tiet-goi-cuoc-data .service-name .bold span {
        color: #686868; }
    .page-chi-tiet-goi-cuoc-data .service-name h1 {
      text-align: left;
      color: #000000;
      margin: 5px 0px; }
  .page-chi-tiet-goi-cuoc-data .content-chi-tiet-data-tet {
    padding: 20px; }
    .page-chi-tiet-goi-cuoc-data .content-chi-tiet-data-tet p {
      line-height: 20px;
      margin-bottom: 15px; }
      .page-chi-tiet-goi-cuoc-data .content-chi-tiet-data-tet p span {
        color: #EE0033; }
  .page-chi-tiet-goi-cuoc-data .table-view-cell {
    padding: 5px;
    border-bottom: 1px solid #dbdae0; }
  .page-chi-tiet-goi-cuoc-data .actions {
    margin: 0; }
    .page-chi-tiet-goi-cuoc-data .actions a {
      color: #686868; }
    .page-chi-tiet-goi-cuoc-data .actions i {
      margin: 0 5px -5px  10px; }
    .page-chi-tiet-goi-cuoc-data .actions .col {
      padding: 6px;
      max-width: 120px; }
  .page-chi-tiet-goi-cuoc-data .item-service-sub {
    padding: 15px 20px; }
  .page-chi-tiet-goi-cuoc-data .btn-more {
    color: #EE0033;
    display: block;
    margin: 0 auto;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 400; }
  .page-chi-tiet-goi-cuoc-data .text-description {
    padding: 20px; }
    .page-chi-tiet-goi-cuoc-data .text-description p {
      margin-bottom: 5px; }
  .page-chi-tiet-goi-cuoc-data .actions-wap {
    text-align: center;
    padding-bottom: 20px; }
    .page-chi-tiet-goi-cuoc-data .actions-wap a {
      display: inline-block;
      margin: 0 10px; }
    .page-chi-tiet-goi-cuoc-data .actions-wap .btn-shadow {
      width: 117px; }
  .page-chi-tiet-goi-cuoc-data .slider {
    height: 100%; }
    .page-chi-tiet-goi-cuoc-data .slider .slide-group {
      height: 100%; }
      .page-chi-tiet-goi-cuoc-data .slider .slide-group .slide {
        white-space: normal;
        padding: 0 15px 20px;
        height: 100%; }
        .page-chi-tiet-goi-cuoc-data .slider .slide-group .slide .wrapper {
          background-color: #fff;
          border-radius: 5px;
          height: 100%; }
        .page-chi-tiet-goi-cuoc-data .slider .slide-group .slide .cover {
          border-top-left-radius: 5px;
          border-top-right-radius: 5px; }

.item-service-sub {
  padding: 5px 15px; }
  .item-service-sub h4 {
    font-size: 14px; }
  .item-service-sub p {
    font-size: 12px;
    margin: 0;
    color: #686868; }
  .item-service-sub .item-inner {
    padding-right: 8px; }
  .item-service-sub .item-last {
    padding-top: 8px; }

.modal-service-detail-more .table-view-cell {
  padding: 15px; }
  .modal-service-detail-more .table-view-cell .item-inner {
    padding-right: 20px; }

.rating-content hr {
  border-bottom: none;
  border-top: 1px solid #dbdae0; }

.rating-content .active {
  background-color: red !important; }

#TangGoiCuocModel .modal-body {
  margin-top: 25px;
  margin-bottom: -10px; }
  #TangGoiCuocModel .modal-body p {
    margin-bottom: 15px; }
  #TangGoiCuocModel .modal-body .form-group {
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px; }

#TangGoiCuocModel .btn-with {
  width: 117px; }
.desc-danh-gia span {
  font-size: 28px;
  color: #EE0033;
}
.desc-danh-gia p {
  font-size: 13px !important;
}

/* @media only screen and (max-width: 599px) {
  .btn-positive {
    width: 100%;
  }
} */

.content-rating-width {
  width: 285px !important;
  padding-left: 15px;
}

/* .star-rate-with {
  min-width: 280px;
  margin: auto;
} */

.txt-title-content {
  font-size: 15px !important;
}

.pick-nguyen-nhan {
  font-family: 'SF Pro Text';
}

@media only screen and (min-width: 250px) and (max-width: 260px)  {
  .content-rating-width {
    width: auto;
    padding-left: 0;
  }

  .page-danh-gia-hai-long .content-rating i {
    margin: 13px 3px;
  }
}

@media only screen and (min-width: 260px) and (max-width: 270px)  {
  .content-rating-width {
    width: auto;
    padding-left: 0;
  }

  .page-danh-gia-hai-long .content-rating i {
    margin: 13px 4px;
  }
}

@media only screen and (min-width: 270px) and (max-width: 280px)  {
  .content-rating-width {
    width: auto;
    padding-left: 0;
  }

  .page-danh-gia-hai-long .content-rating i {
    margin: 13px 5px;
  }
}

@media only screen and (min-width: 280px) and (max-width: 290px)  {
  .content-rating-width {
    width: auto;
    padding-left: 0;
  }

  .page-danh-gia-hai-long .content-rating i {
    margin: 13px 6px;
  }
}

@media only screen and (min-width: 290px) and (max-width: 300px)  {
.content-rating-width {
    width: auto;
    padding-left: 0;
  }

  .page-danh-gia-hai-long .content-rating i {
    margin: 13px 7px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 310px) {
  .content-rating-width {
    width: auto;
    padding-left: 0;
  }

  .page-danh-gia-hai-long .content-rating i {
    margin: 13px 8px;
  }
}
