﻿@charset "UTF-8";

.col-20p,
.col-sm-20p,
.col-md-20p,
.col-lg-20p,
.col-xl-20p,
.col-7item,
.col-sm-7item,
.col-md-7item,
.col-lg-7item,
.col-xl-7item {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
}

b,
strong,
th {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

sub,
sup {
  font-size: 75%;
}

small {
  font-size: 80%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background: transparent;
  color: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

a:hover {
  color: #F88047;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 20px 0;
  padding: 0;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input,
select {
  vertical-align: middle;
}

a,
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}

ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

label {
  font-weight: normal;
}

select {
  cursor: pointer;
  padding-left: 14px;
}

textarea {
  overflow: auto;
  padding: 10px 15px;
}

input,
textarea,
select,
button,
a,
button:hover,
button:active,
button:focus {
  outline: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

* {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-top: constant(safe-area-inset-top);
}

img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}

.gutter-0 {
  margin-left: -0px;
  margin-right: -0px;
}

.gutter-0>[class*='col-'],
.gutter-0>.col,
.gutter-0>[class^='col-'] {
  padding-left: 0px;
  padding-right: 0px;
}

.gutter-1 {
  margin-left: -0.5px;
  margin-right: -0.5px;
}

.gutter-1>[class*='col-'],
.gutter-1>.col,
.gutter-1>[class^='col-'] {
  padding-left: 0.5px;
  padding-right: 0.5px;
}

.gutter-4 {
  margin-left: -2px;
  margin-right: -2px;
}

.gutter-4>[class*='col-'],
.gutter-4>.col,
.gutter-4>[class^='col-'] {
  padding-left: 2px;
  padding-right: 2px;
}

.gutter-5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.gutter-5>[class*='col-'],
.gutter-5>.col,
.gutter-5>[class^='col-'] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.gutter-8 {
  margin-left: -4px;
  margin-right: -4px;
}

.gutter-8>[class*='col-'],
.gutter-8>.col,
.gutter-8>[class^='col-'] {
  padding-left: 4px;
  padding-right: 4px;
}

.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-10>[class*='col-'],
.gutter-10>.col,
.gutter-10>[class^='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}

.gutter-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.gutter-15>[class*='col-'],
.gutter-15>.col,
.gutter-15>[class^='col-'] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.gutter-16 {
  margin-left: -8px;
  margin-right: -8px;
}

.gutter-16>[class*='col-'],
.gutter-16>.col,
.gutter-16>[class^='col-'] {
  padding-left: 8px;
  padding-right: 8px;
}

.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-20>[class*='col-'],
.gutter-20>.col,
.gutter-20>[class^='col-'] {
  padding-left: 10px;
  padding-right: 10px;
}

.gutter-24 {
  margin-left: -12px;
  margin-right: -12px;
}

.gutter-24>[class*='col-'],
.gutter-24>.col,
.gutter-24>[class^='col-'] {
  padding-left: 12px;
  padding-right: 12px;
}

@media all and (min-width: 1366px) {
  .gutter-40 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gutter-40>[class*='col-'],
  .gutter-40>.col,
  .gutter-40>[class^='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (max-width: 1199px) {
  .gutter-xl-10 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-xl-10>[class*='col-'],
  .gutter-xl-10>.col,
  .gutter-xl-10>[class^='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media all and (max-width: 991px) {
  .gutter-lg-10 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-lg-10>[class*='col-'],
  .gutter-lg-10>.col,
  .gutter-lg-10>[class^='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media all and (max-width: 767px) {
  .gutter-md-10 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-md-10>[class*='col-'],
  .gutter-md-10>.col,
  .gutter-md-10>[class^='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media all and (max-width: 575px) {
  .gutter-sm-10 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-sm-10>[class*='col-'],
  .gutter-sm-10>.col,
  .gutter-sm-10>[class^='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.col-20p {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 576px) {
  .col-sm-20p {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 768px) {
  .col-md-20p {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .col-lg-20p {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-xl-20p {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.col-7item {
  -ms-flex: 0 0 14.2857%;
  -webkit-box-flex: 0;
  flex: 0 0 14.2857%;
  max-width: 14.2857%;
}

@media (min-width: 576px) {
  .col-sm-7item {
    -ms-flex: 0 0 14.2857%;
    -webkit-box-flex: 0;
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
  }
}

@media (min-width: 768px) {
  .col-md-7item {
    -ms-flex: 0 0 14.2857%;
    -webkit-box-flex: 0;
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
  }
}

@media (min-width: 992px) {
  .col-lg-7item {
    -ms-flex: 0 0 14.2857%;
    -webkit-box-flex: 0;
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
  }
}

@media (min-width: 1200px) {
  .col-xl-7item {
    -ms-flex: 0 0 14.2857%;
    -webkit-box-flex: 0;
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
  }
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-Heavy.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-Black.ttf") format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-Bold.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: 'ZamenhofPlain';
  src: url("../fonts/ZamenhofPlain/ZamenhofPlain.ttf") format("truetype");
}

@font-face {
  font-family: 'iCielBrushUp';
  src: url("../fonts/iCielBrushUp.ttf") format("truetype");
}

body {
  color: #374766;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background: #f1f5f8;
  word-break: break-word;
  word-wrap: break-word;
}

.bg {
  background-size: cover;
}

.smooth {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* .container {
  max-width: none;
  width: 1200px;
} */

.nowrap {
  white-space: nowrap;
}

.hover-default:hover {
  opacity: 0.65;
}

.i-img {
  display: block;
  position: relative;
}

.i-img.pseudo:before {
  content: '';
  display: block;
  visibility: hidden;
}

.i-img img,
.i-img .bg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.md_image img {
  display: block;
  width: 100%;
  border-radius: 15px;
}

@media all and (max-width: 991px) {
  .lg-hidden {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .md-hidden {
    display: none;
  }
}

@media all and (max-width: 575px) {
  .sm-hidden {
    display: none;
  }
}

.i-article {
  word-break: break-word;
  line-height: 24px;
  color: #171717;
}

.i-article a[href] {
  color: #007bff;
}

.i-article a[href]:hover {
  text-decoration: underline;
}

.i-article a,
.i-article a:hover,
.i-article a:focus,
.i-article a:active {
  text-decoration: underline;
}

.i-article ol {
  list-style: decimal;
  margin-left: 30px;
  margin-bottom: 12px;
}

.i-article ol li {
  padding-left: 10px;
}

.i-article ul {
  list-style: initial;
  margin-left: 30px;
  margin-bottom: 12px;
}

.i-article li {
  list-style: inherit;
  margin-bottom: 8px;
  padding-left: 5px;
}

.i-article p {
  margin-bottom: 12px;
}

.i-article img {
  max-width: 100%;
  height: auto !important;
  margin: 10px auto;
  -o-object-fit: initial;
  object-fit: initial;
  display: block;
}

.i-article figure {
  margin-bottom: 16px;
}

.i-article figcaption {
  font-size: 12px;
}

.i-article .alignleft,
.i-article img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.i-article .alignright,
.i-article img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.i-article .aligncenter,
.i-article img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.i-article blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

.i-article blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.i-article table,
.i-article iframe {
  max-width: 100%;
  max-width: calc(100vw - 30px);
  margin: auto;
}

.i-article table th,
.i-article table td {
  border: solid 1px #666;
  border-collapse: collapse;
}

.i-article iframe {
  display: block;
}

.i-article figure {
  margin: 0 0 1rem;
}

.i-article h1,
.i-article h2,
.i-article h3,
.i-article h4,
.i-article h5,
.i-article h6 {
  font-weight: 800;
}

.i-article h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

.i-article h2 {
  font-size: 1.285em;
  margin-top: 1.34em;
  margin-bottom: 0.66em;
}

.i-article h3 {
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.i-article h4 {
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}

.i-article h5 {
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
}

.i-article h6 {
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
}

.i-article.-big {
  font-size: 16px;
  line-height: 26px;
}

.i-article.-big p {
  margin-bottom: 16px;
}

.i-article.-big ol,
.i-article.-big ul {
  margin-bottom: 16px;
}

.i-article.-big li {
  margin-bottom: 10px;
}

.i-alert {
  background-color: #F88047;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 26px;
  padding: 16px 85px 16px 32px;
  position: fixed;
  top: 10px;
  z-index: 9;
  width: 488px;
  left: 50%;
  margin-left: -244px;
  border-radius: 4px;
}

.i-alert__close {
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
}

.i-alert.-primary {
  background: #F88047;
}

.i-alert.-success {
  background: #9DCC49;
}

.i-alert.-danger {
  background: #FF5C5C;
}

.i-alert.-warning {
  background: #F88047;
}

.i-text {
  color: #171717;
  line-height: 24px;
}

.i-text.-primary {
  color: #F88047;
}

.i-text.-success {
  color: #6dd0b0;
}

.i-text.-danger {
  color: #ff0a00;
}

.i-text.-warning {
  color: #ffc107;
}

.i-text.-info {
  color: #17a2b8;
}

.i-text.-link {
  color: #0f0aff;
}

.i-text.-light {
  color: #a3a3a3;
}

.i-text.font-16 {
  line-height: 26px;
}

.i-text.-link {
  text-decoration: underline;
}

.i-text.-link:hover {
  color: #F88047;
}

.i-badge {
  background: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 17px;
  display: inline-block;
  padding: 5px 38px 5px 18px;
  position: relative;
  vertical-align: middle;
}

.i-badge__icon {
  color: #a3a3a3;
  font-size: 16px;
  line-height: 20px;
  margin-left: 10px;
  position: absolute;
  right: 10px;
  top: 5px;
}

.i-badge__icon:hover {
  color: #ff0a00;
  cursor: pointer;
}

.i-badge.-no-icon {
  padding-right: 18px;
}

.page-title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3125;
  color: #171717;
}

.page-title.-small {
  font-size: 28px;
  line-height: 40px;
}

.block-title {
  font-size: 28px;
  font-weight: 800;
  line-height: 40px;
  color: #171717;
}

.block-title.-small {
  font-size: 18px;
  line-height: 28px;
}

.link {
  color: #F88047;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.link:hover {
  text-decoration: underline;
  color: #F88047;
}

.shadow-box {
  border-radius: 16px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  padding: 24px;
}

.shadow-box.-big-shadow {
  -webkit-box-shadow: 0 8px 28px 0 rgba(14, 32, 69, 0.16);
  box-shadow: 0 8px 28px 0 rgba(14, 32, 69, 0.16);
}

.block-desc {
  font-size: 14px;
  line-height: 24px;
}

.block-desc b {
  font-weight: 800;
}

.block-desc span {
  color: #F88047;
  font-weight: 800;
}

.full-height {
  height: 100%;
}

.img {
  border-radius: 16px;
  overflow: hidden;
}

.img img {
  display: block;
  width: 100%;
}

.input-password {
  position: relative;
}

.input-password__view {
  position: absolute;
  right: 18px;
  top: 12px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-image: url("../images/pass-view.svg");
}

.input-password__view.-disabled {
  background-image: url("../images/pass-view-remove.svg");
}



.ui-collapse {
  border-radius: 16px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  padding: 16px 16px 0 16px;
  margin-bottom: 16px;
}

.ui-collapse__label {
  cursor: pointer;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  padding-right: 32px;
  padding-bottom: 15px;
  position: relative;
}

.ui-collapse__label i {
  position: absolute;
  right: 4px;
  top: 2px;
  font-size: 24px;
  line-height: 1;
}

.ui-collapse__label.active i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ui-collapse__pane {
  display: none;
  padding-top: 16px;
  border-top: solid 1px #E9EDF1;
  padding-bottom: 8px;
}

.ui-collapse__pane p {
  margin-bottom: 8px;
}

.ui-collapse__pane ul {
  margin-left: 24px;
}

.ui-collapse__pane li {
  margin-bottom: 4px;
  padding-left: 4px;
}

.ui-collapse__pane.active {
  display: block;
}

[data-ui-toggle] {
  cursor: pointer;
}

[data-ui-toggle] i {
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -2px;
}

[data-ui-toggle] .toggle-active {
  display: none;
}

[data-ui-toggle].active .toggle-default {
  display: none;
}

[data-ui-toggle].active .toggle-active {
  display: inline;
}

.i-tab {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.i-tab a {
  font-size: 18px;
  font-weight: 800;
  color: #838FA3;
  line-height: 28px;
  padding: 6px 16px;
  border-radius: 8px;
  display: block;
  cursor: pointer;
}

.i-tab a.active,
.i-tab a:hover {
  background: #0E2045;
  color: #fff;
}

.datepicker {
  background-image: url("../images/calendar.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right 15px top 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.datepicker::-webkit-inner-spin-button,
.datepicker::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: none;
  -webkit-appearance: none;
  appearance: none;
}

.datepicker.-small {
  background-position: right 12px top 7px;
}

.i-tab {
  line-height: 24px;
  border-radius: 8px;
  padding: 8px;
  min-height: 40px;
  text-align: center;
  display: block;
  font-weight: 800;
  background: #E9EDF1;
  position: relative;
  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-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.i-tab img {
  max-width: 100%;
  max-height: 100%;
}

.i-tab:hover {
  -webkit-box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
}

.tag-special {
  border-radius: 8px;
  background-color: #E9EDF1;
  text-align: center;
  font-weight: 800;
  display: block;
  padding: 8px 0;
}

.tag-special b {
  color: #F88047;
  font-size: 24px;
  line-height: 1;
  display: block;
  font-weight: normal;
  font-family: "Mouse Memoirs", sans-serif;
}

.tag-special span {
  font-size: 14px;
  line-height: 24px;
  display: block;
}

.tag-special.-v2 {
  background: #fff;
  border: solid 1px rgba(209, 215, 223, 0.75);
}

.tag-special:hover {
  -webkit-box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
}

.tag-keyword {
  display: inline-block;
  font-weight: 800;
  line-height: 32px;
}

.tag-keyword.-orange {
  color: #F88047;
}

.tag-keyword.-green {
  color: #14a05b;
}

.tag-keyword.-blue {
  color: #36409E;
}

.line-scroll {
  white-space: nowrap;
}

.line-scroll .tag-keyword {
  margin-right: 12px;
}

.tag-label {
  line-height: 24px;
  display: inline-block;
  padding: 12px 11px;
  border: solid 1px rgba(209, 215, 223, 0.75);
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  font-weight: 800;
}

.tag-label.d-block {
  padding-left: 3px;
  padding-right: 3px;
}

.tag-sim {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 1px rgba(209, 215, 223, 0.75);
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
}

.tag-sim img {
  height: auto;
  margin: auto;
  max-height: 86%;
  max-width: 86%;
  width: auto;
}

.tag-sim:hover {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
}

.icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}

.icon-filter {
  background-image: url("../images/filter.svg");
  width: 24px;
  height: 24px;
}

.icon-filter.-white {
  background-image: url("../images/filter-white.svg");
}

.icon-search {
  background-image: url("../images/search.svg");
  width: 24px;
  height: 24px;
}

.icon-search.-blue {
  background-image: url("../images/search-blue.svg");
}

.icon-search.-brown {
  background-image: url("../images/search-brown.svg");
}

.icon-payment {
  background-image: url("../images/payment.svg");
  width: 24px;
  height: 24px;
}

.icon-payment.-white {
  background-image: url("../images/payment-white.svg");
}

.icon-about {
  background-image: url("../images/about.svg");
  width: 24px;
  height: 24px;
}

.icon-about.-white {
  background-image: url("../images/about-white.svg");
}

.icon-user {
  background-image: url("../images/user.svg");
  width: 24px;
  height: 24px;
}

.icon-user.-white {
  background-image: url("../images/user-white.svg");
}

.icon-cart {
  background-image: url("../images/cart.svg");
  width: 24px;
  height: 24px;
}

.icon-cart.-white {
  background-image: url("../images/cart-white.svg");
}

.icon-hourglass {
  background-image: url("../images/icons/hourglass.png");
  width: 23px;
  height: 12px;
}

.icon-hourglass.-orange {
  background-image: url("../images/icons/hourglass-orange.png");
}

.icon-auction {
  width: 23px;
  height: 12px;
}

.icon-auction.-up {
  background-image: url("../images/icons/auction-up.png");
}

.icon-auction.-down {
  background-image: url("../images/icons/auction-down.png");
}

.icon-calendar {
  background-image: url("../images/icons/calendar.png");
  width: 32px;
  height: 32px;
}

.icon-cloud {
  background-image: url("../images/icons/cloud.png");
  width: 39px;
  height: 31px;
}

.icon-phone-time {
  background-image: url("../images/icons/phone-time.png");
  width: 36px;
  height: 36px;
}

.icon-call {
  background-image: url("../images/icons/call.png");
  width: 36px;
  height: 36px;
}

.icon-phone {
  background-image: url("../images/phone.svg");
  width: 24px;
  height: 24px;
}

.icon-phone.-gray {
  background-image: url("../images/phone-gray.svg");
}

.icon-clock {
  background-image: url("../images/clock.svg");
  width: 24px;
  height: 24px;
}

.icon-email {
  background-image: url("../images/email.svg");
  width: 24px;
  height: 24px;
}

.icon-pin {
  background-image: url("../images/pin.svg");
  width: 24px;
  height: 24px;
}

.icon-advisory {
  background-image: url("../images/advisory.svg");
  width: 24px;
  height: 24px;
}

.icon-facebook {
  background-image: url("../images/facebook.svg");
  width: 24px;
  height: 24px;
}

.icon-instagram {
  background-image: url("../images/instagram.svg");
  width: 24px;
  height: 24px;
}

.icon-youtube {
  background-image: url("../images/youtube.svg");
  width: 24px;
  height: 24px;
}

.icon-trello {
  background-image: url("../images/trello.svg");
  width: 24px;
  height: 24px;
}

.icon-linkedin {
  background-image: url("../images/linkedin.svg");
  width: 24px;
  height: 24px;
}

.icon-share-facebook {
  background-image: url("../images/share-facebook.svg");
  width: 24px;
  height: 24px;
}

.icon-share {
  background-image: url("../images/share.svg");
  width: 24px;
  height: 24px;
}

.icon-close {
  width: 24px;
  height: 24px;
  background-image: url("../images/close.svg");
}

.icon-close.-big {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.icon-close.-white {
  background-image: url("../images/close-white.svg");
}

.icon-copy {
  width: 24px;
  height: 24px;
  background-image: url("../images/copy.svg");
}

.icon-card-remove {
  width: 16px;
  height: 16px;
  background-image: url("../images/card-remove.svg");
}

.icon-remove {
  width: 24px;
  height: 24px;
  background-image: url("../images/remove.svg");
}

.icon-crown {
  width: 24px;
  height: 24px;
  background-image: url("../images/crown.svg");
}

.icon-star {
  width: 24px;
  height: 24px;
  background-image: url("../images/star.svg");
}

.icon-auction {
  width: 24px;
  height: 24px;
}

.icon-auction.-up {
  background-image: url("../images/auction-up.svg");
}

.icon-auction.-down {
  background-image: url("../images/auction-down.svg");
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-auction.-small {
  width: 16px;
  height: 16px;
}

.icon-time-auction {
  width: 24px;
  height: 24px;
  background-image: url("../images/time-auction.svg");
}

.icon-minus {
  width: 24px;
  height: 24px;
  background-image: url("../images/minus.svg");
}

.icon-plus {
  width: 24px;
  height: 24px;
  background-image: url("../images/plus.svg");
}

.icon-auction-up-big {
  width: 24px;
  height: 24px;
  background-image: url("../images/auction-up-big.svg");
}

.icon-share-blue {
  width: 24px;
  height: 24px;
  background-image: url("../images/share-blue.svg");
}

.icon-eye-blue {
  width: 24px;
  height: 24px;
  background-image: url("../images/eye-blue.svg");
}

.icon-kim {
  width: 24px;
  height: 24px;
  background-image: url("../images/fs-1.png");
}

.icon-moc {
  width: 24px;
  height: 24px;
  background-image: url("../images/fs-2.png");
}

.icon-thuy {
  width: 24px;
  height: 24px;
  background-image: url("../images/fs-3.png");
}

.icon-hoa {
  width: 24px;
  height: 24px;
  background-image: url("../images/fs-1.png");
}

.icon-tho {
  width: 24px;
  height: 24px;
  background-image: url("../images/fs-2.png");
}

.icon-hourglass {
  background-image: url("../images/hourglass.svg");
  width: 16px;
  height: 16px;
}

.icon-hourglass.-orange {
  background-image: url("../images/hourglass-orange.svg");
}

.icon-cloud {
  background-image: url("../images/cloud.svg");
  width: 24px;
  height: 24px;
}

.i-btn,
a.i-btn {
  background-color: #F88047;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 32px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.-primary.i-btn {
  background-color: #F88047;
}

.-success.i-btn {
  background-color: #6dd0b0;
}

.-danger.i-btn {
  background-color: #ff0a00;
}

.-warning.i-btn {
  background-color: #ffc107;
}

.-info.i-btn {
  background-color: #17a2b8;
}

.-link.i-btn {
  background-color: #0f0aff;
}

.-light.i-btn {
  background-color: #a3a3a3;
}

.-orange.i-btn {
  background-color: #F88047;
}

.-shadow.i-btn {
  -webkit-box-shadow: 0 4px 6px 0 rgba(61, 115, 221, 0.5);
  box-shadow: 0 4px 6px 0 rgba(61, 115, 221, 0.5);
}

.-shadow.-orange.i-btn {
  -webkit-box-shadow: 0 4px 6px 0 rgba(248, 128, 71, 0.5);
  box-shadow: 0 4px 6px 0 rgba(248, 128, 71, 0.5);
}

.i-btn i {
  margin-left: 15px;
  margin-top: -0.3em;
  vertical-align: middle;
}

.-small.i-btn {
  padding: 6px 24px;
}

.-big.i-btn {
  padding: 14px 41px;
}

.-border.i-btn {
  color: #F88047;
  border: solid 1px;
  background: none;
  padding: 9px 31px;
}

.-border.-primary.i-btn {
  color: #F88047;
}

.-border.-success.i-btn {
  color: #6dd0b0;
}

.-border.-danger.i-btn {
  color: #ff0a00;
}

.-border.-warning.i-btn {
  color: #ffc107;
}

.-border.-info.i-btn {
  color: #17a2b8;
}

.-border.-link.i-btn {
  color: #0f0aff;
}

.-border.-light.i-btn {
  color: #a3a3a3;
}

.-border.-small.i-btn {
  padding: 5px 23px;
}

.-border.-big.i-btn {
  padding: 13px 40px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  .i-btn,
  a.i-btn {
    vertical-align: middle;
  }
}

.i-btn:focus,
.i-btn:hover {
  outline: none;
}

.i-btn:hover {
  background: #ea5109;
}

.i-btn:hover.-border {
  color: #fff;
}

a.i-btn:hover {
  text-decoration: none;
}

.paginations {
  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;
}

.paginations a,
.paginations span {
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 16px;
  line-height: 48px;
  border-radius: 50%;
  color: #171717;
  font-weight: 800;
  margin: 0 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.paginations a .fal,
.paginations span .fal {
  font-size: 26px;
  vertical-align: middle;
  margin-top: -4px;
}

.paginations .-disable {
  color: #D1D1D1;
  pointer-events: none;
}

.paginations a:hover,
.paginations span {
  background-color: #F88047;
  color: #fff;
  -webkit-box-shadow: 0 4px 6px 0 rgba(61, 115, 221, 0.5);
  box-shadow: 0 4px 6px 0 rgba(61, 115, 221, 0.5);
}

.free-search {
  position: relative;
}

.free-search__input {
  padding-right: 40px;
}

.free-search__submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}

.i-check {
  cursor: pointer;
  display: block;
  padding-left: 28px;
  position: relative;
}

.i-check input {
  left: 0;
  max-height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -99;
}

.i-check input:checked+.i-check__icon {
  border-color: #0E2045;
}

.i-check input:checked+.i-check__icon::after {
  opacity: 1;
}

.i-check input:focus+.i-check__icon {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

.i-check input[type='checkbox']+.i-check__icon {
  border-radius: 4px;
}

.i-check input[type='checkbox']+.i-check__icon::after {
  border-bottom: solid 2px #F88047;
  border-right: solid 2px #F88047;
  height: 11px;
  left: 50%;
  margin-left: -3px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}

.i-check input[type='radio']+.i-check__icon {
  border-radius: 50%;
}

.i-check input[type='radio']+.i-check__icon::after {
  background-color: #F88047;
  border-radius: inherit;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 14px;
}

.i-check input.-primary+.i-check__icon {
  border-color: #F88047;
}

.i-check input.-success+.i-check__icon {
  border-color: #6dd0b0;
}

.i-check input.-danger+.i-check__icon {
  border-color: #ff0a00;
}

.i-check input.-warning+.i-check__icon {
  border-color: #ffc107;
}

.i-check input.-info+.i-check__icon {
  border-color: #17a2b8;
}

.i-check__icon {
  background-color: #fff;
  border: solid 1px rgba(209, 215, 223, 0.75);
  border-radius: 4px;
  display: block;
  height: 20px;
  left: 0;
  margin-top: 0.1em;
  position: absolute;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  width: 20px;
}

.i-check__icon::after {
  content: '';
  opacity: 0;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.i-check.-inline {
  display: inline-block;
  margin-right: 22px;
}

.i-check.-disabled {
  pointer-events: none;
}

.i-check.-disabled .i-check__icon {
  opacity: 0.5;
}

.i-check:hover .i-check__icon {
  background: #f6f6f6;
}

.i-check-label {
  cursor: pointer;
  display: block;
}

.i-check-label input {
  display: none;
}

.i-check-label input:checked+.i-check-label__pane {
  border-color: #0E2045;
}

.i-check-label input:checked+.i-check-label__pane:before,
.i-check-label input:checked+.i-check-label__pane:after {
  opacity: 1;
}

.i-check-label__pane {
  border: 1px solid rgba(209, 215, 223, 0.75);
  border-radius: 8px;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
  line-height: 24px;
  padding: 7px 8px;
  text-align: center;
  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;
}

.i-check-label__pane.-image {
  padding: 0;
  height: 40px;
}

.i-check-label__pane img {
  height: auto;
  margin: auto;
  max-height: 90%;
  max-width: 80%;
  width: auto;
}

.i-check-label__pane:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 24px solid #0E2045;
  border-right: 24px solid transparent;
  opacity: 0;
}

.i-check-label__pane:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 16px;
  height: 17px;
  background-image: url("../images/icon-check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}

label.tag-special {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

label.tag-special .tag-special__info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 24px solid #0E2045;
  border-right: 24px solid transparent;
  opacity: 0;
}

label.tag-special .tag-special__info:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 16px;
  height: 17px;
  background-image: url("../images/icon-check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}

label.tag-special input {
  display: none;
}

label.tag-special input:checked+.tag-special__info {
  border-color: #0E2045;
}

label.tag-special input:checked+.tag-special__info:before,
label.tag-special input:checked+.tag-special__info:after {
  opacity: 1;
}

.i-label {
  margin-bottom: 5px;
}

.i-label.-required:after {
  content: "(*)";
  color: #ff5c5c;
  margin-left: 0.2em;
}

.i-label.-colon::after {
  content: '：';
}

.i-input,
.i-select {
  background-color: #fff;
  border: solid 1px rgba(209, 215, 223, 0.75);
  border-radius: 24px;
  display: block;
  height: 48px;
  outline: none;
  font-size: 16px;
  padding: 0 16px;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  width: 100%;
  color: #838FA3;
}

.i-input[list]::-webkit-calendar-picker-indicator,
.i-select[list]::-webkit-calendar-picker-indicator {
  display: none;
}

.i-input.-small,
.i-select.-small {
  height: 40px;
  font-size: 14px;
  border-radius: 8px;
}

.i-input::-webkit-input-placeholder,
.i-textarea::-webkit-input-placeholder {
  color: #838FA3;
}

.i-input:-moz-placeholder,
.i-textarea:-moz-placeholder {
  color: #838FA3;
}

.i-input::-moz-placeholder,
.i-textarea::-moz-placeholder {
  color: #838FA3;
}

.i-input:-ms-input-placeholder,
.i-textarea:-ms-input-placeholder {
  color: #838FA3;
}

.i-input {
  word-break: keep-all;
}

.i-input::-ms-clear {
  display: none;
}

.i-input[type='date'] {
  padding-right: 11px;
}

.i-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../images/down-arrow.svg");
  background-color: #fff;
  background-position: right 20px top 17px;
  background-repeat: no-repeat;
  background-size: 14px auto;
  text-indent: 1px;
  -o-text-overflow: '';
  text-overflow: '';
}

.i-select::-ms-expand {
  display: none;
}

.i-textarea-scroll {
  border: solid 1px rgba(209, 215, 223, 0.75);
  border-radius: 15px;
  overflow: hidden;
}

.i-textarea-scroll .i-textarea {
  border: none;
}

.i-textarea {
  background-color: #fff;
  border: solid 1px rgba(209, 215, 223, 0.75);
  border-radius: 24px;
  display: block;
  min-height: 100px;
  outline: none;
  padding: 11px 16px 10px 16px;
  resize: none;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  width: 100%;
  font-size: 16px;
}

.i-textarea.-small {
  min-height: 60px;
}

.i-textarea.-auto-resize {
  overflow: hidden;
}

.i-input,
.i-select,
.i-textarea {
  color: #707070;
}

.i-input.-disabled,
.i-select.-disabled,
.i-textarea.-disabled {
  background-color: #E9EDF1;
  pointer-events: none;
  border-color: transparent;
}

.i-input.-primary,
.i-select.-primary,
.i-textarea.-primary {
  border-color: #F88047;
}

.i-input.-success,
.i-select.-success,
.i-textarea.-success {
  border-color: #6dd0b0;
}

.i-input.-danger,
.i-select.-danger,
.i-textarea.-danger {
  border-color: #ff0a00;
}

.i-input.-warning,
.i-select.-warning,
.i-textarea.-warning {
  border-color: #ffc107;
}

.i-input.-info,
.i-select.-info,
.i-textarea.-info {
  border-color: #17a2b8;
}

.i-input.-link,
.i-select.-link,
.i-textarea.-link {
  border-color: #0f0aff;
}

.i-input.-light,
.i-select.-light,
.i-textarea.-light {
  border-color: #a3a3a3;
}

.i-group {
  margin-bottom: 15px;
}

@media all and (min-width: 768px) {
  .i-group.-inline {
    margin-bottom: 20px;
    padding-left: 130px;
    position: relative;
  }

  .i-group.-inline .i-label {
    left: 0;
    line-height: 20px;
    margin-top: 0.8em;
    position: absolute;
    text-align: right;
    width: 116px;
  }

  .i-group.-inline .i-group__inline-text {
    line-height: 20px;
    padding-top: 9px;
  }
}

.i-group--tooltip {
  padding-right: 30px;
  position: relative;
}

.i-group--tooltip .i-tooltip {
  position: absolute;
  right: 0;
  top: 12px;
  z-index: 1;
}

.i-group--select {
  position: relative;
}

.i-group--select select {
  background-image: unset;
}

.i-group--select::after {
  border-right: solid 1px #374766;
  border-top: solid 1px #374766;
  content: '';
  height: 7px;
  pointer-events: none;
  position: absolute;
  right: 17px;
  top: 14px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 7px;
}

.i-helper {
  color: #707070;
  font-size: 0.8em;
  margin-top: 0.5em;
}

.i-helper.-primary {
  color: #F88047;
}

.i-helper.-success {
  color: #6dd0b0;
}

.i-helper.-danger {
  color: #ff0a00;
}

.i-helper.-warning {
  color: #ffc107;
}

.i-helper.-info {
  color: #17a2b8;
}

.i-helper.-link {
  color: #0f0aff;
}

.i-helper.-light {
  color: #a3a3a3;
}

.textarea-auto-resize {
  line-height: 18px;
  min-height: 40px;
  overflow: hidden;
  padding-bottom: 11px;
  padding-top: 9px;
  resize: none;
  -webkit-transition: all .1s ease-in-out, height 0s;
  -o-transition: all .1s ease-in-out, height 0s;
  transition: all .1s ease-in-out, height 0s;
}

.i-form {
  position: relative;
}

.i-form .i-input {
  padding-right: 60px;
}

.i-form__submit {
  position: absolute;
  top: 4px;
  right: 4px;
  padding-left: 24px;
  padding-right: 24px;
}

.scrollBar .mCSB_inside>.mCSB_container {
  margin-right: 5px;
}

.scrollBar .mCSB_scrollTools {
  width: 4px;
}

.scrollBar .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: none;
}

.scrollBar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #D1D7DF;
  border-radius: 2px;
}

.line-scrollBar .mCSB_horizontal.mCSB_inside>.mCSB_container {
  margin-bottom: 5px;
}

.line-scrollBar .mCSB_scrollTools {
  height: 4px;
}

.line-scrollBar .mCSB_scrollTools .mCSB_draggerRail {
  height: 4px;
  background: #f1f1f1;
}

.line-scrollBar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #ccc;
  border-radius: 2px;
  margin: 0;
}

.range-slider {
  padding-top: 12px;
}

.range-slider__bar {
  margin-bottom: 24px;
  border: none;
  height: 8px;
  border-radius: 4px;
  background: #D1D7DF;
}

.range-slider__bar.ui-widget.ui-widget-content {
  border: none;
}

.range-slider__bar .ui-widget-header {
  background: #0E2045;
}

.range-slider__bar.ui-slider .ui-slider-handle {
  height: 32px;
  width: 16px;
  border: 1px solid #0E2045;
  border-radius: 4px;
  background-color: #FFFFFF;
  top: -12px;
  margin-left: -8px;
  outline: none;
  cursor: pointer;
}

.range-slider__bar.ui-slider .ui-slider-handle:hover {
  background-color: #f1f1f1;
}

.range-slider__input {
  height: 32px;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 14px;
  color: #171717;
}

.nav-carousel .owl-prev,
.nav-carousel .owl-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 28px;
  text-align: center;
  line-height: 48px;
  color: #171717;
  position: absolute;
  top: 50%;
  margin-top: -29px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.nav-carousel .owl-prev:hover,
.nav-carousel .owl-next:hover {
  -webkit-box-shadow: 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  box-shadow: 0 2px 8px 0 rgba(14, 32, 69, 0.06);
}

.nav-carousel .owl-prev {
  left: -72px;
}

.nav-carousel .owl-next {
  right: -72px;
}

.sim-carousel {
  margin-bottom: -10px;
}

.sim-carousel .sim {
  margin-bottom: 10px;
}

.slider-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-carousel .owl-dots .owl-dot {
  background: rgba(255, 255, 255, 0.3);
  height: 8px;
  width: 42px;
  outline: none;
  position: relative;
}

.slider-carousel .owl-dots .owl-dot:after {
  content: '';
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  border-radius: 4px;
  opacity: 0;
}

.slider-carousel .owl-dots .owl-dot:first-child {
  border-radius: 4px 0 0 4px;
}

.slider-carousel .owl-dots .owl-dot:last-child {
  border-radius: 0 4px 4px 0;
}

.slider-carousel .owl-dots .owl-dot.active:after {
  opacity: 1;
}

.slider-carousel.-big .owl-dots {
  bottom: 18px;
}

.slider-carousel.-big .owl-dots .owl-dot {
  height: 9px;
  width: 72px;
}

.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #E9EDF1;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-right: 12px;
}

.post__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 123px;
  flex: 0 0 123px;
  height: 80px;
  border-radius: 8px;
  margin-right: 10px;
}

.post__img img {
  display: block;
  width: 100%;
  height: 100%;
}

.post__title {
  color: #171717;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
}

.post__title a:after {
  content: '';
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.post__title a:hover {
  color: #F88047;
}

.post__time {
  color: #838FA3;
  font-size: 12px;
  margin-top: 3px;
}

.b-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #E9EDF1;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-right: 12px;
}

.b-post__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
  height: 180px;
  border-radius: 16px;
  margin-right: 16px;
}

.b-post__img img {
  display: block;
  width: 100%;
  height: 100%;
}

.b-post__title {
  color: #171717;
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
  max-height: 84px;
  overflow: hidden;
}

.b-post__title a:after {
  content: '';
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.b-post__title a:hover {
  color: #F88047;
}

.b-post__desc {
  color: #171717;
  line-height: 24px;
  margin-top: 8px;
}

.cart-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-right: 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-sb__brand {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #F2F5F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 16px;
}

.cart-sb__brand img {
  height: auto;
  margin: auto;
  max-height: 60%;
  max-width: 60%;
  width: auto;
}

.cart-sb__number {
  color: #838FA3;
  font-size: 22px;
  font-weight: 800;
  line-height: 32px;
}

.cart-sb__price {
  font-size: 16px;
  color: #171717;
  font-weight: 800;
  line-height: 22px;
}

.cart-sb__remove {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
}

.cart-coupon {
  border-top: solid 1px #E9EDF1;
  border-bottom: solid 1px #E9EDF1;
  padding-top: 16px;
  padding-bottom: 16px;
}

.cart-coupon+.cart-table .cart-table__total {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.cart-table {
  margin-top: 16px;
}

.cart-table__number {
  color: #171717;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
  padding: 4px 0;
}

.cart-table__total {
  border-top: solid 1px #E9EDF1;
  padding-top: 16px;
  margin-top: 16px;
}

.cart-table__total__number {
  font-size: 22px;
  font-weight: 800;
  color: #F88047;
  line-height: 32px;
}

.cart-item {
  padding: 16px;
  border-radius: 16px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-item__brand {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  height: 80px;
  border-radius: 50%;
  background: #F2F5F8;
  width: 80px;
  margin-right: 16px;
  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;
}

.cart-item__brand img {
  max-width: 80%;
  max-height: 80%;
}

.cart-item__number {
  font-size: 18px;
  font-weight: 800;
  color: #171717;
  line-height: 28px;
  white-space: nowrap;
}

.cart-item__type {
  color: #171717;
  line-height: 24px;
  text-align: center;
  width: 50%;
}

.cart-item__price {
  font-size: 16px;
  line-height: 26px;
  font-weight: 800;
  text-align: center;
  width: 50%;
}

.cart-item__remove {
  cursor: pointer;
  color: #FF5C5C;
  font-size: 16px;
  line-height: 26px;
  font-weight: 800;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  text-align: center;
}

.cart-item__remove:hover {
  color: #F88047;
}

.i-modal .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 24px;
  overflow: auto;
}

@media (min-width: 576px) {
  .i-modal .modal-dialog {
    max-width: 770px;
  }
}

.i-modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.i-modal .modal-content {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  border: none;
}

.i-modal__title {
  font-size: 20px;
  font-weight: 800;
  color: #171717;
  padding: 16px;
  background: #E9EDF1;
  position: relative;
}

.i-modal__close {
  position: absolute;
  right: 20px;
  top: 19px;
}

.i-modal__column {
  max-height: calc(100vh - 60px);
  overflow: auto;
}

body.-full-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

body.-full-height .footer {
  margin-top: auto;
}

@media all and (min-width: 1440px) {
  .container-fluid {
    padding-left: 64px;
    padding-right: 65px;
  }
}

.main {
  margin-top: 20px;
}

.header__container {
  padding-top: 16px;
  padding-bottom: 16px;
}

.header__logo {
  display: inline-block;
  vertical-align: middle;
}

.header__logo img {
  height: 40px;
}

.header__link {
  font-size: 16px;
  font-weight: 800;
}

.header__link:hover {
  color: #F88047;
}

.header__link i {
  margin-right: 10px;
  margin-top: -2px;
}

.header__button {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 20px 0 rgba(14, 32, 69, 0.08);
  box-shadow: 0 8px 20px 0 rgba(14, 32, 69, 0.08);
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.header__button:hover {
  -webkit-box-shadow: 0 12px 20px 0 rgba(14, 32, 69, 0.2);
  box-shadow: 0 12px 20px 0 rgba(14, 32, 69, 0.2);
}

.header__button>img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.header__button__number {
  background-color: #FF5C5C;
  font-size: 10px;
  font-weight: 800;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  position: absolute;
  top: 6px;
  right: 6px;
  color: #fff;
  line-height: 17px;
}

.search-form {
  position: relative;
}

.search-form__input {
  height: 48px;
  border: none;
  border-radius: 48px;
  -webkit-box-shadow: 0 8px 20px 0 rgba(14, 32, 69, 0.08);
  box-shadow: 0 8px 20px 0 rgba(14, 32, 69, 0.08);
  padding-left: 56px;
  font-size: 16px;
  font-weight: 300;
  background: #fff;
  width: 100%;
}

.search-form__input::-webkit-input-placeholder {
  color: #838FA3;
}

.search-form__input:-moz-placeholder {
  color: #838FA3;
}

.search-form__input::-moz-placeholder {
  color: #838FA3;
}

.search-form__input:-ms-input-placeholder {
  color: #838FA3;
}

.search-form__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 4px;
  background: #E9EDF1;
  text-align: center;
  line-height: 40px;
}

.search-form__submit {
  position: absolute;
  top: 4px;
  right: 4px;
  background-color: #F88047;
  color: #fff;
  border-radius: 40px;
  height: 40px;
  text-align: center;
  width: 56px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-box-shadow: 0 4px 6px 0 rgba(61, 115, 221, 0.5);
  box-shadow: 0 4px 6px 0 rgba(61, 115, 221, 0.5);
}

.search-form__submit:hover {
  background: #F88047;
}

.main-bar {
  background-color: #E9EDF1;
  margin-bottom: 32px;
}

.main-nav>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-nav>ul>li>a {
  display: block;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  padding: 14px 16px;
  position: relative;
}

.main-nav>ul>li>a:before {
  content: '';
  position: absolute;
  bottom: 0;
  background: #F88047;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  height: 2px;
  opacity: 0;
  left: 50%;
  right: 50%;
}

.main-nav>ul>li>a:not(:only-child):after {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  color: #0E2045;
}

.main-nav>ul>li>a:hover,
.main-nav>ul>li>a.active {
  color: #F88047;
}

.main-nav>ul>li>a:hover:before,
.main-nav>ul>li>a.active:before {
  left: 0;
  right: 0;
  opacity: 1;
}

.main-nav>ul>li>ul {
  background-color: #fff;
  padding: 8px 16px 12px 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  width: 230px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 1;
}

.main-nav>ul>li>ul a {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 800;
  padding: 8px 0 8px 38px;
  border-bottom: solid 1px #E9EDF1;
  position: relative;
}

.main-nav>ul>li>ul a span {
  position: absolute;
  height: 24px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
}

.main-nav>ul>li>ul a span img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

.main-nav>ul>li>ul li:last-child>a {
  border-bottom: none;
}

.main-nav>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
}

.home-page .main-nav>ul>li>ul {
  margin-top: 32px;
  width: 270px;
  opacity: 1;
  visibility: visible;
}

.footer {
  margin-top: 64px;
  border-top: solid 1px #D1D7DF;
  padding-top: 48px;
}

.footer__title {
  color: #F88047;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
}

.footer__hotline {
  margin-bottom: 12px;
}

.footer__hotline p {
  line-height: 24px;
  margin-bottom: 2px;
}

.footer__hotline a {
  color: #F88047;
  font-weight: 800;
  font-size: 18px;
  display: inline-block;
  line-height: 28px;
}

.footer__hotline a.color-text {
  color: #374766;
}

.footer__hotline a i {
  margin-right: 8px;
}

.footer__hotline a:hover {
  color: #F88047;
}

.footer__store-btn {
  margin-bottom: 24px;
  display: inline-block;
  vertical-align: middle;
}

.footer__store-btn img {
  display: block;
  width: 100%;
}

.footer__store-btn:hover {
  opacity: 0.75;
}

.footer__line {
  line-height: 24px;
  margin-bottom: 16px;
  color: #171717;
  position: relative;
  padding-left: 33px;
}

.footer__line b {
  font-weight: 800;
}

.footer__line span {
  position: absolute;
  left: 0;
  width: 24px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  top: -2px;
}

.footer ul li {
  line-height: 24px;
  margin-bottom: 16px;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
}

.footer__social a {
  margin-right: 13px;
}

.footer__social a:hover {
  opacity: 0.75;
}

.footer__social a:last-child {
  margin-right: 0;
}

.showrooms {
  border-top: solid 1px #D1D7DF;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-top: 16px;
}

.showrooms__collapse {
  color: #F88047;
  font-weight: 800;
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
}

.showrooms__collapse i {
  font-size: 26px;
  margin-left: 8px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}

.showrooms__collapse:hover {
  text-decoration: underline;
}

.copyright {
  border-top: solid 1px #D1D7DF;
  font-size: 12px;
  padding: 48px 0;
  text-align: center;
}

.call-now {
  position: fixed;
  z-index: 5;
  bottom: 50px;
  left: 32px;
  height: 40px;
  border-radius: 100px 0 0 100px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 8px 28px 0 rgba(14, 32, 69, 0.16);
  box-shadow: 0 8px 28px 0 rgba(14, 32, 69, 0.16);
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 60px 0 20px;
  border-radius: 40px;
  color: #F88047;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.call-now>i {
  margin-right: 8px;
}

.call-now__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #F88047;
  text-align: center;
  line-height: 48px;
  position: absolute;
  top: -4px;
  right: 0;
  -webkit-box-shadow: 0 4px 6px 0 rgba(61, 115, 221, 0.5);
  box-shadow: 0 4px 6px 0 rgba(61, 115, 221, 0.5);
}

.call-now:hover {
  background-color: #F88047;
  color: #FFF;
}

.sidebar {
  border-radius: 8px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  padding: 16px;
}

.sidebar__title {
  font-size: 16px;
  font-weight: 800;
  color: #171717;
  line-height: 26px;
  margin-bottom: 12px;
}

.telecoms {
  max-height: 260px;
}

.telecoms__item {
  margin-bottom: 8px;
}

.telecoms__item__label {
  cursor: pointer;
  position: relative;
  padding-left: 31px;
  color: #171717;
  line-height: 24px;
  display: block;
}

.telecoms__item__label span {
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 11px;
  vertical-align: middle;
  margin-top: -4px;
}

.telecoms__item__label span img {
  height: auto;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.telecoms__item__label:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 1px rgba(209, 215, 223, 0.75);
  position: absolute;
  left: 0;
  background-clip: content-box;
  padding: 2px;
  margin-top: 1px;
}

.telecoms__item__label.active:before {
  background-color: #F88047;
  border-color: #0E2045;
}

.telecoms__item__pane {
  padding-top: 8px;
  padding-left: 31px;
  display: none;
}

.telecoms__item__pane .i-check-label {
  margin-bottom: 4px;
}

.telecoms__item__pane.active {
  display: block;
}

.sim {
  border-radius: 8px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative;
}

.sim__link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.sim:hover {
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.sim__brand {
  width: 56px;
  height: 56px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  border-radius: 50%;
  background-color: #F2F5F8;
  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;
}

.sim__brand img {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
}

.sim__info {
  text-align: right;
}

.sim__number {
  font-weight: 800;
  font-size: 11px;
  line-height: 32px;
}
/* Trên PC (màn hình >= 1024px), đổi font-size thành 16px */
@media (min-width: 1024px) {
  .sim__number {
    font-size: 16px;
  }
}

.sim__number span {
  color: #F88047;
}

.sim__price {
  font-size: 11px;
  color: #007a57;
  line-height: 26px;
}
/* Trên PC (màn hình >= 1024px), đổi font-size thành 16px */
@media (min-width: 1024px) {
  .sim__price {
    font-size: 16px;
  }
}

.sim__old-price {
  font-size: 12px;
  font-weight: #838FA3;
  text-decoration: line-through;
  margin-top: 2px;
}

.sim.-line {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 64px;
}

.sim.-line .sim__brand {
  background: none;
  border-radius: 0;
  width: 80px;
  height: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}

.sim.-line .sim__brand img {
  max-height: 100%;
  max-width: 100%;
}

.sim.-line .sim__info {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sim.-line .sim__number {
  text-align: left;
  width: 22%;
}

.sim.-line .sim__type {
  text-align: center;
  width: 17%;
  font-size: 16px;
}

.sim.-line .sim__price {
  font-size: 18px;
  width: 22%;
  text-align: center;
}

.sim.-line .sim__book-now {
  position: relative;
  z-index: 1;
}

.sim.-line.-small {
  height: auto;
  padding: 16px;
}

.sim.-line.-small .sim__brand {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #F2F5F8;
  margin-right: 8px;
}

.sim.-line.-small .sim__brand img {
  max-width: 60%;
  max-height: 60%;
}

.sim.-line.-small .sim__number {
  width: auto;
  margin-right: auto;
}

.sim.-line.-small .sim__book-now {
  -webkit-box-shadow: 0 4px 6px 0 rgba(61, 115, 221, 0.5);
  box-shadow: 0 4px 6px 0 rgba(61, 115, 221, 0.5);
  padding: 10px 24px;
}

.sim.-vip {
  background: #374766;
  color: #fff;
  -webkit-box-shadow: 0 2px 0 0 #0E2045;
  box-shadow: 0 2px 0 0 #0E2045;
}

/* .sim.-vip .sim__brand {
  background: rgba(14, 32, 69, 0.15);
} */

.sim.-vip .sim__price {
  color: #fff;
}

.sim.-vip .sim__number span {
  color: #F5BB1D;
}

.sim.-vip.-line .sim__brand {
  background: none;
}

.sim-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  padding: 16px;
}

.sim-order__brand {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  height: 48px;
  border-radius: 50%;
  background: #F2F5F8;
  width: 48px;
  margin-right: 16px;
  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;
}

.sim-order__brand img {
  max-width: 60%;
  max-height: 60%;
}

.sim-order__number {
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
}

.sim-order__price {
  margin-left: auto;
  color: #007A57;
}

.sim-table {
  display: table;
  width: 100%;
}

.sim-table .sim-line {
  display: table-row;
  position: relative;
  padding-bottom: 16px;
}

.sim-table .sim-line:after {
  content: '';
  bottom: 16px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
}

.sim-table .sim-td {
  display: table-cell;
}

.sim-card {
  border-radius: 18px;
  background-image: url("../images/sim-banner.svg");
  background-size: cover;
  padding: 16px;
}

.sim-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sim-card__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  margin-right: 16px;
}

.sim-card__info__number {
  font-weight: 800;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
}

.sim-card__info__price {
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  color: #F5BB1D;
}

.sim-card__btn {
  font-size: 16px;
  font-weight: 800;
  line-height: 32px;
  border-radius: 48px;
  border: solid 1px #fff;
  padding: 7px;
  display: block;
  text-align: center;
  color: #fff;
}

.sim-card__btn i {
  margin-right: 8px;
  margin-top: -3px;
}

.sim-card__btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.sim-fate {
  height: 74px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  line-height: 24px;
  font-weight: 800;
}

.sim-fate__icon {
  height: 32px;
}

.sim-fate__icon img {
  height: 100%;
}

.sim-fate.kim {
  background-color: #F5BB1D;
  -webkit-box-shadow: 0 2px 0 0 #C29210;
  box-shadow: 0 2px 0 0 #C29210;
}

.sim-fate.moc {
  background-color: #9DCC49;
  -webkit-box-shadow: 0 2px 0 0 #5E7A2C;
  box-shadow: 0 2px 0 0 #5E7A2C;
}

.sim-fate.thuy {
  background-color: #05B5E0;
  -webkit-box-shadow: 0 2px 0 0 #00627A;
  box-shadow: 0 2px 0 0 #00627A;
}

.sim-fate.hoa {
  background-color: #FF5C5C;
  -webkit-box-shadow: 0 2px 0 0 #A32100;
  box-shadow: 0 2px 0 0 #A32100;
}

.sim-fate.tho {
  background-color: #DFA86D;
  -webkit-box-shadow: 0 2px 0 0 #805333;
  box-shadow: 0 2px 0 0 #805333;
}

.sim-register__img {
  cursor: pointer;
  display: block;
}

.sim-register__img__pane {
  background-color: #E9EDF1;
  border-radius: 8px;
  height: 158px;
  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;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  background-size: 32px 32px;
}

.sim-register__img__pane.v-1 {
  background-image: url("../images/cmt-1.svg");
}

.sim-register__img__pane.v-2 {
  background-image: url("../images/cmt-2.svg");
}

.sim-register__img__pane.v-3 {
  background-image: url("../images/cmt-3.svg");
}

.sim-register__img input {
  display: none;
}

.sim-register__img img {
  display: block;
  width: 100%;
  height: 100%;
}

.sim-register__img .hc-upload {
  position: relative;
  height: 100%;
}

.sim-register__img .hc-upload__remove {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  color: #171717;
  text-align: center;
  font-size: 15px;
  line-height: 16px;
}

.sim-register__text {
  font-size: 12px;
  color: #171717;
  margin-top: 8px;
  text-align: center;
}

.sim-card-detail {
  border-radius: 16px;
  background: #fff;
  padding: 16px;
  -webkit-box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
}

.sim-card-detail__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sim-card-detail__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  margin-right: 16px;
  height: 60px;
}

.sim-card-detail__number {
  font-weight: 800;
  font-size: 32px;
  color: #838FA3;
}

.sim-card-detail__price b {
  font-weight: 800;
  font-size: 20px;
  color: #F88047;
}

.sim-card-detail__price del {
  font-size: 12px;
  color: #838FA3;
}

.sim-card-detail__price span {
  font-size: 12px;
  color: #05B5E0;
}

.sim-card-detail__brand {
  width: 80px;
}

.sim-card-detail__type {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #171717;
  margin-left: 16px;
  position: relative;
}

.sim-card-detail__type:before {
  content: '';
  width: 1px;
  height: 16px;
  background: #E9EDF1;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -8px;
}

.sim-card-detail__btn-share {
  width: 48px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 48px;
  border: solid 1px #F88047;
  text-align: center;
}

.sim-card-detail .-border.-big.i-btn {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%;
}

.sim-card-detail .-border.-big.i-btn span {
  margin-top: -2px;
}

.sim-card-detail .-border.-big.i-btn:hover {
  color: #F88047;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.sim-card-detail.-bg {
  background-image: url("../images/card-banner.svg");
  background-size: cover;
}

.sim-card-detail.-bg .sim-card-detail__info__number {
  color: #fff;
}

.sim-fs {
  border-radius: 8px;
  background-color: #FFFFFF;
  padding: 12px 8px;
  -webkit-box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
}

.sim-fs__head {
  border-bottom: solid 1px #E9EDF1;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.sim-fs__head__brand {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F2F5F8;
  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: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  margin-right: 8px;
}

.sim-fs__head__brand img {
  height: auto;
  margin: auto;
  max-height: 70%;
  max-width: 70%;
  width: auto;
}

.sim-fs__head__number {
  color: #805333;
  font-size: 20px;
  font-weight: 800;
}

.sim-fs__head__price {
  color: #007A57;
}

.sim-fs__head__price span {
  color: #05B5E0;
  font-size: 10px;
}

.sim-fs__box {
  border-radius: 8px;
  background-color: #E9EDF1;
  padding: 8px;
  text-align: center;
}

.sim-fs__desc {
  border-top: solid 1px #E9EDF1;
  line-height: 1.5;
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 3px;
}

.sim-fs__desc p {
  margin-bottom: 8px;
}

.sim-fs__ctrl {
  padding-top: 12px;
  border-top: solid 1px #E9EDF1;
}

.sim-auction {
  border-radius: 8px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 0 0 #14A05B, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  box-shadow: 0 2px 0 0 #14A05B, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  padding: 12px 16px;
  position: relative;
}

.sim-auction__link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.sim-auction__number {
  font-weight: 800;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 2px;
}

.sim-auction__price {
  font-size: 16px;
  line-height: 26px;
  font-weight: 800;
  color: #f88047;
  margin-bottom: 2px;
}

.sim-auction__type {
  font-size: 12px;
  color: #14a05b;
}

.sim-auction__type i {
  margin-right: 4px;
  margin-top: -3px;
}

.sim-auction .countdown {
  color: #171717;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sim-auction .countdown b {
  display: none;
}

.sim-auction .countdown.-color {
  color: #e32f02;
}

.sim-auction .countdown .item:not(:last-child):after {
  content: ':';
  margin: 0 5px;
}

.sim-auction.-reverse {
  -webkit-box-shadow: 0 2px 0 0 #36409E, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  box-shadow: 0 2px 0 0 #36409E, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
}

.sim-auction.-reverse .sim-auction__type {
  color: #36409e;
}

.sim-data {
  border-radius: 8px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  padding: 16px;
  position: relative;
}

.sim-data__link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.sim-data__head {
  border-bottom: solid 1px #E9EDF1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 13px;
}

.sim-data__head__brand {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sim-data__head__brand img {
  height: auto;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.sim-data__head__price del {
  color: #838FA3;
  font-size: 12px;
}

.sim-data__head__price b {
  font-size: 22px;
  color: #F88047;
  font-weight: 800;
  line-height: 26px;
  margin-left: 6px;
}

.sim-data__box {
  background: #E9EDF1;
  text-align: center;
  border-radius: 8px;
  padding: 4px;
  height: 100%;
}

.sim-data__icon {
  line-height: 24px;
  height: 24px;
  margin-bottom: 6px;
}

.sim-data__info__main {
  color: #171717;
  font-weight: 800;
}

.sim-data__info__desc {
  font-size: 12px;
  color: #171717;
}

.seller-pane {
  border-radius: 16px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  margin-bottom: 32px;
  padding: 16px;
}

.seller-pane__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.seller-pane__info__avt {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 88px;
  flex: 0 0 88px;
}

.seller-pane__info__text {
  padding-left: 16px;
}

.seller-pane__info__name {
  font-size: 22px;
  font-weight: 800;
  line-height: 32px;
  color: #171717;
}

.seller-pane__info__time {
  color: #838FA3;
  font-size: 12px;
  line-height: 18px;
}

.seller-pane__box {
  border-radius: 16px;
  background-color: #F2F5F8;
  min-height: 88px;
  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;
  text-align: center;
}

.seller-pane__box p {
  color: #171717;
  line-height: 24px;
}

.seller-pane__box__number {
  color: #F88047;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
}

.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}

.sort__btn__label {
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.56;
  padding: 6px 16px;
  color: #838fa3;
  border-radius: 8px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.sort__btn input {
  display: none;
}

.sort__btn input:checked+.sort__btn__label,
.sort__btn:hover .sort__btn__label {
  background-color: #0e2045;
  color: #fff;
}

.view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 0 8px;
}

.view__btn {
  cursor: pointer;
  padding: 8px;
}

.view__btn input {
  display: none;
}

.view__btn input:checked+.view__btn__icon.-grid,
.view__btn.active .view__btn__icon.-grid {
  background-image: url("../images/icons/view-grid-active.svg");
}

.view__btn input:checked+.view__btn__icon.-list,
.view__btn.active .view__btn__icon.-list {
  background-image: url("../images/icons/view-list-active.svg");
}

.view__btn__icon {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.view__btn__icon.-grid {
  background-image: url("../images/icons/view-grid.svg");
}

.view__btn__icon.-list {
  background-image: url("../images/view-list.svg");
}

.page-result strong {
  font-size: 20px;
  font-weight: 800;
  margin-right: 4px;
}

.filter-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.filter-result__item {
  border: 1px solid #0E2045;
  border-radius: 8px;
  background-color: #FFFFFF;
  line-height: 24px;
  padding: 4px 9px 4px 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.filter-result__item:last-of-type {
  margin-right: 16px;
}

.filter-result__item__remove {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(14, 32, 69, 0.3);
  color: #0e2045;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 8px;
  font-weight: bold;
}

.filter-result__item__remove:hover {
  background-color: #FF5C5C;
  color: #fff;
}

.filter-result__remove-all {
  font-size: 16px;
  color: #FF5C5C;
  font-weight: 800;
  -ms-flex-item-align: flex-center;
  align-self: flex-center;
  margin-bottom: 8px;
}

.filter-result__remove-all:hover {
  text-decoration: underline;
}

.pricing-form {
  position: relative;
}

.pricing-form__input {
  height: 56px;
  border-radius: 56px;
  padding-right: 125px;
}

.pricing-form__submit {
  padding: 14px 24px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(61, 115, 221, 0.5);
  box-shadow: 0 4px 6px 0 rgba(61, 115, 221, 0.5);
  position: absolute;
  top: 4px;
  right: 4px;
}

.contact-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #E9EDF1;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.contact-address:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.contact-address__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 98px;
  flex: 0 0 98px;
  height: 64px;
  border-radius: 8px;
  margin-right: 8px;
  overflow: hidden;
}

#map {
  height: 577px;
  -webkit-box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  border-radius: 16px;
}

.contact-zone {
  max-height: 390px;
}

.authen-page {
  max-width: 430px;
  margin: auto;
}

a.facebook-connect {
  text-align: center;
  color: #fff;
  height: 48px;
  border-radius: 50px;
  font-size: 16px;
  line-height: 48px;
  display: block;
  font-weight: 800;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#49A2DE), to(#315394));
  background-image: -webkit-linear-gradient(#49A2DE, #315394);
  background-image: -o-linear-gradient(#49A2DE, #315394);
  background-image: linear-gradient(#49A2DE, #315394);
}

a.facebook-connect i {
  margin-right: 10px;
  margin-top: -4px;
}

.change-avatar {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
}

.change-avatar input {
  display: none;
}

.change-avatar .hc-upload-pane {
  width: 100%;
  height: 100%;
}

.change-avatar .hc-upload {
  width: 100%;
  height: 100%;
}

.change-avatar .hc-upload__remove {
  display: none;
}

.change-avatar .hc-upload img {
  width: 100%;
  height: 100%;
  display: block;
}

.help-booking {
  text-align: center;
}

.help-booking__number {
  display: block;
  margin: 0 auto 16px auto;
  width: 64px;
  height: 64px;
  background: #E9EDF1;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 64px;
  font-weight: 800;
  color: #171717;
}

.help-booking__number.color-light {
  color: #838FA3;
}

.help-booking__title {
  font-weight: 800;
  line-height: 24px;
  color: #36409E;
}

.help-booking p {
  line-height: 24px;
}

.help-booking.-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.help-booking.-line .help-booking__number {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  margin: 0 12px 12px 0;
}

.help-booking.-line .help-booking__title {
  color: #171717;
}

.help-booking.-line:last-child .help-booking__number {
  margin-bottom: 0;
}

.post-banner {
  padding: 79px 0;
}

.post-banner .page-title {
  color: #fff;
}

.bank {
  background: #E9EDF1;
  border-radius: 8px;
  padding: 12px 16px;
}

.bank__info {
  position: relative;
  padding-right: 30px;
}

.bank__info .icon {
  position: absolute;
  right: 0;
  margin-top: -1px;
}

.about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about__item__icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about__item__icon img {
  height: auto;
  margin: auto;
  max-height: 80%;
  max-width: 80%;
  width: auto;
}

.about__item__title {
  font-size: 22px;
  font-weight: 800;
  line-height: 32px;
  color: #838FA3;
}

.about__item__title span {
  display: block;
  color: #36409E;
}

.about-cas {
  max-width: 630px;
  margin: auto;
}

.about-cas__item {
  text-align: center;
  border-radius: 16px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 8px 28px 0 rgba(14, 32, 69, 0.16);
  box-shadow: 0 8px 28px 0 rgba(14, 32, 69, 0.16);
  margin: 30px;
  padding: 24px;
}

.about-cas__item__avt {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  margin: 0 auto 16px auto;
}

.about-cas__item__avt img {
  display: block;
  width: 100%;
  height: 100%;
}

.about-cas__item__name {
  color: #36409E;
  font-size: 22px;
  font-weight: 800;
  line-height: 32px;
  margin-bottom: 8px;
}

.about-cas__item__branch {
  color: #838FA3;
  font-size: 12px;
  margin-top: 8px;
}

.about-cas .owl-dots {
  text-align: center;
  font-size: 0;
  margin-top: 20px;
}

.about-cas .owl-dots .owl-dot {
  background: rgba(14, 32, 69, 0.3);
  height: 8px;
  width: 42px;
  outline: none;
  display: inline-block;
  position: relative;
}

.about-cas .owl-dots .owl-dot:after {
  content: '';
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #0E2045;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  border-radius: 4px;
  opacity: 0;
}

.about-cas .owl-dots .owl-dot:first-child {
  border-radius: 4px 0 0 4px;
}

.about-cas .owl-dots .owl-dot:last-child {
  border-radius: 0 4px 4px 0;
}

.about-cas .owl-dots .owl-dot.active:after {
  opacity: 1;
}

.about-cas .owl-prev {
  left: -48px;
}

.about-cas .owl-next {
  right: -48px;
}

.nav-carousel .owl-prev,
.nav-carousel .owl-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 28px;
  text-align: center;
  line-height: 48px;
  color: #171717;
  position: absolute;
  top: 50%;
  margin-top: -29px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.nav-carousel .owl-prev:hover,
.nav-carousel .owl-next:hover {
  -webkit-box-shadow: 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  box-shadow: 0 2px 8px 0 rgba(14, 32, 69, 0.06);
}

.nav-carousel .owl-prev {
  left: -75px;
}

.nav-carousel .owl-next {
  right: -75px;
}

.partner {
  text-align: center;
  margin-bottom: 32px;
}

.partner__icon {
  height: 128px;
  width: 128px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  border-radius: 50%;
  display: block;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
}

.partner__icon img {
  height: auto;
  margin: auto;
  max-height: 60%;
  max-width: 60%;
  width: auto;
}

.partner__title {
  font-size: 18px;
  font-weight: 800;
  color: #36409E;
  line-height: 28px;
  margin-bottom: 4px;
}

.payment__item {
  border-radius: 16px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  margin-bottom: 12px;
}

.payment__item__label {
  font-size: 16px;
  line-height: 26px;
  padding: 16px 16px 16px 52px;
  position: relative;
  cursor: pointer;
}

.payment__item__label:before {
  content: '';
  width: 20px;
  height: 20px;
  border: solid 1px #B9B9B9;
  background-clip: content-box;
  padding: 2px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 18px;
  border-radius: 50%;
}

.payment__item__label.active:before {
  border-color: #171717;
  background-color: #F88047;
}

.payment__item__pane {
  padding: 0 16px;
  display: none;
}

.payment__item__pane .card-form {
  position: relative;
}

.payment__item__pane .card-form button {
  position: absolute;
  top: 4px;
  right: 4px;
  padding-left: 24px;
  padding-right: 24px;
}

.payment__item__pane .card-code {
  background: #e9edf1;
  border-radius: 8px;
  line-height: 24px;
  padding: 0 8px;
  display: inline-block;
}

.payment__item__pane .card-code i {
  margin-top: -3px;
  margin-left: 9px;
}

.payment__item__pane.active {
  display: block;
}

.profile-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-card__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 88px;
  flex: 0 0 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 16px;
}

.profile-card__img img {
  width: 100%;
  height: 100%;
}

.profile-card__name {
  font-size: 22px;
  line-height: 32px;
  color: #171717;
  font-weight: 800;
}

.profile-card__name a {
  color: #F88047;
  font-size: 16px;
  font-weight: 800;
  margin-left: 8px;
}

.profile-card__phone {
  font-size: 16px;
  color: #838FA3;
  line-height: 26px;
  margin-bottom: 4px;
}

.profile-info {
  border-bottom: solid 1px #E9EDF1;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.profile-info__date {
  color: #05B5E0;
}

.profile-info__money {
  font-size: 18px;
  color: #007A57;
  font-weight: 800;
}

.profile-info__btn {
  color: #fff;
  height: 48px;
  width: 100%;
  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;
  text-align: center;
  -webkit-box-shadow: 0 4px 6px 0 rgba(61, 115, 221, 0.5);
  box-shadow: 0 4px 6px 0 rgba(61, 115, 221, 0.5);
  border-radius: 50px;
  font-size: 16px;
  background: #F88047;
  font-weight: 800;
}

.profile-info__btn.-v2 {
  background: #F88047;
}

.history {
  width: 100%;
}

.history td {
  border-bottom: solid 1px #E9EDF1;
  padding-bottom: 16px;
  padding-top: 16px;
}

.history__price {
  font-size: 16px;
  color: #007A57;
}

.history__status {
  font-weight: 800;
  font-size: 12px;
}

.history__status.-success {
  color: #9DCC49;
}

.history__status.-fail {
  color: #FF5C5C;
}

.du-toan {
  line-height: 24px;
}

.du-toan span {
  margin-right: 10px;
}

.du-toan-tbl {
  padding: 0 16px;
}

.du-toan-tbl table {
  width: 100%;
  text-align: center;
  line-height: 24px;
}

.du-toan-tbl table th {
  font-weight: 800;
  color: #171717;
  padding: 8px 2px;
  background: #E9EDF1;
  text-align: center;
}

.du-toan-tbl table td {
  padding: 8px 2px;
}

.du-toan-tbl table td:first-child,
.du-toan-tbl table th:first-child {
  padding-left: 8px;
}

.du-toan-tbl table td:last-child,
.du-toan-tbl table th:last-child {
  padding-right: 8px;
}

.du-toan-tbl table tr:nth-child(2n) td {
  background: #F2F5F8;
}

.du-toan-tbl__note {
  font-size: 12px;
  color: #FF5C5C;
  padding: 12px 16px 16px 16px;
}

.video {
  height: 238px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.video iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.auction-tbl {
  font-size: 16px;
  border-radius: 16px;
  color: #838FA3;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 28px 0 rgba(14, 32, 69, 0.1);
  box-shadow: 0 8px 28px 0 rgba(14, 32, 69, 0.1);
}

.auction-tbl__table {
  display: table;
  width: 100%;
}

.auction-tbl__tr {
  display: table-row;
}

.auction-tbl__tr:nth-child(2n + 1) .auction-tbl__td {
  background: #fff;
}

.auction-tbl__tr:hover {
  color: #838FA3;
}

.auction-tbl__tr:hover .auction-tbl__td {
  background: #e9e9e9;
}

.auction-tbl__th {
  font-weight: 800;
  display: table-cell;
  background: #E9EDF1;
  line-height: 20px;
  padding: 19px 3px;
  vertical-align: middle;
  color: #171717;
}

.auction-tbl__th:first-child {
  padding-left: 16px;
}

.auction-tbl__td {
  display: table-cell;
  padding: 16px 3px;
  line-height: 32px;
  vertical-align: middle;
}

.auction-tbl__td:first-child {
  padding-left: 16px;
}

.auction-tbl__sort {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 10px;
  font-size: 0;
  margin-left: 6px;
  height: 11px;
  margin-top: -1px;
}

.auction-tbl__sort:before,
.auction-tbl__sort:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  right: 0;
}

.auction-tbl__sort:before {
  border-bottom: 4px solid rgba(14, 32, 69, 0.3);
  top: 0;
}

.auction-tbl__sort:after {
  border-top: 5px solid rgba(14, 32, 69, 0.3);
  bottom: 0;
}

.auction-tbl__sort.up:before {
  border-bottom: 4px solid #171717;
}

.auction-tbl__sort.down:after {
  border-top: 4px solid #171717;
}

.auction-tbl__number {
  font-size: 22px;
  font-weight: 800;
  color: #171717;
}

.auction-tbl__number a:hover {
  color: #F88047;
}

.auction-tbl__brand img {
  max-width: 100px;
}

.auction-tbl__type i {
  margin-top: -2px;
  margin-right: 6px;
}

.auction-tbl__type.up {
  color: #14A05B;
}

.auction-tbl__type.down {
  color: #36409E;
}

.auction-tbl__price {
  color: #F88047;
  font-size: 18px;
  font-weight: 800;
}

.auction-tbl .countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.auction-tbl .countdown b {
  display: none;
}

.auction-tbl .countdown .item:not(:last-child):after {
  content: ':';
  margin: 0 5px;
}

.auction-about {
  background: #0E2045;
  padding: 64px 0;
}

.auction-about__item {
  padding: 20px;
  border-radius: 12px;
  color: #fff;
  height: 100%;
}

.auction-about__item.-v1 {
  background: #14A05B;
}

.auction-about__item.-v2 {
  background: #36409E;
}

.auction-about__item.-v3 {
  background: #F5BB1D;
}

.auction-about__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.auction-about__item__head__icon {
  width: 42px;
  height: 42px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42px;
  flex: 0 0 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
}

.auction-about__item__head__icon img {
  height: auto;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.auction-about__item__head__text {
  font-weight: 800;
  font-size: 28px;
}

.reason {
  text-align: center;
  padding: 0 10px;
}

.reason__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 8px auto;
}

.reason__icon img {
  height: auto;
  margin: auto;
  max-height: 80%;
  max-width: 80%;
  width: auto;
}

.reason__title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 800;
  color: #36409E;
  margin-bottom: 4px;
}

.reason__desc {
  color: #171717;
  line-height: 24px;
}

.audt-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #E9EDF1;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.audt-card__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  margin-right: 16px;
  height: 60px;
}

.audt-card__info__number {
  font-weight: 800;
  font-size: 22px;
  line-height: 32px;
  color: #171717;
}

.audt-card__info__brand {
  font-size: 16px;
  color: #05B5E0;
}

.audt-card-tbl {
  border-top: solid 1px #E9EDF1;
  margin-top: 16px;
}

.audt-card-tbl table {
  width: 100%;
}

.audt-card-tbl table td {
  border-bottom: solid 1px #E9EDF1;
  padding-bottom: 16px;
  padding-top: 16px;
}

.audt-live {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.audt-live__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #F2F5F8;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  margin-right: 12px;
  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;
}

.audt-live__icon img {
  height: auto;
  margin: auto;
  max-height: 80%;
  max-width: 80%;
  width: auto;
}

.audt-btn {
  display: block;
  width: 100%;
  border-radius: 50px;
  border: solid 1px #F88047;
  font-weight: 800;
  color: #F88047;
  font-size: 16px;
  height: 48px;
  line-height: 46px;
  text-align: center;
}

.audt-btn i {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}

.audt-page {
  padding-bottom: 200px;
}

.audt-booking__form {
  position: relative;
}

.audt-booking__form__input.i-input {
  padding-right: 56px;
  padding-left: 56px;
  font-size: 22px;
  font-weight: 800;
  color: #171717;
}

.audt-booking__form__btn {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #E9EDF1;
  text-align: center;
  line-height: 40px;
  top: 4px;
}

.audt-booking__form__btn.-up {
  right: 4px;
}

.audt-booking__form__btn.-down {
  left: 4px;
}

.audt-booking__form__btn.active,
.audt-booking__form__btn:hover {
  background: #0E2045;
}

.audt-booking__form__btn.active i,
.audt-booking__form__btn:hover i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.audt-card-line {
  border-bottom: solid 1px #E9EDF1;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.auction-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.auction-countdown .item {
  text-align: center;
}

.auction-countdown .item span {
  width: 32px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #0E2045;
  font-size: 16px;
  font-weight: 800;
  position: relative;
  color: #fff;
  margin: 0 2px 4px 2px;
}

.auction-countdown .item b {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #838FA3;
}

.fs-box {
  border-radius: 16px;
  background-color: #DFA86D;
  -webkit-box-shadow: 0 2px 0 0 #805333;
  box-shadow: 0 2px 0 0 #805333;
  padding: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-box__img {
  width: 120px;
  height: 120px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0120px;
  flex: 0 0120px;
  border-radius: 50%;
  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;
  background-color: rgba(14, 32, 69, 0.15);
  margin-right: 16px;
}

.fs-box__img img {
  height: auto;
  margin: auto;
  max-height: 90%;
  max-width: 90%;
  width: auto;
}

.fs-box__desc {
  line-height: 1.71429;
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fs-box-desc {
  padding: 16px;
  border-radius: 8px;
  background-color: #FEF5DD;
  -webkit-box-shadow: 0 2px 0 0 #C29210;
  box-shadow: 0 2px 0 0 #C29210;
  color: #171717;
  line-height: 24px;
}

.fs-number {
  max-width: 330px;
}

.fs-number table {
  width: 100%;
  text-align: center;
  line-height: 24px;
  text-align: center;
}

.fs-number table .-minus {
  color: #9DCC49;
  font-weight: 800;
}

.fs-number table .-plus {
  color: #FF5C5C;
  font-weight: 800;
}

.fs-title {
  font-size: 16px;
  color: #171717;
  font-weight: 800;
}

.fs-point {
  border-radius: 8px;
  background-color: #FEF5DD;
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 800;
  display: inline-block;
  vertical-align: middle;
}

.fs-5e {
  max-width: 330px;
}

.fs-5e table {
  width: 100%;
  text-align: center;
}

.fs-5e table tr:first-child td {
  padding-bottom: 4px;
}

.fs-total {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 0 0 #A32100;
  box-shadow: 0 2px 0 0 #A32100;
  padding: 16px;
}

.fs-total .fs-title {
  color: inherit;
}

.fs-total .fs-point {
  background-color: rgba(255, 255, 255, 0.15);
}

.fs-total.-red {
  background: #FF5C5C;
  color: #fff;
}

.detail-like {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.detail-like.active {
  background: #F88047;
  color: #fff;
}

.detail-like.active .icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.detail-like.active:hover {
  background: #F88047 !important;
  color: #fff !important;
}

.detail-like.active:hover .icon {
  -webkit-filter: brightness(0) invert(1) !important;
  filter: brightness(0) invert(1) !important;
}

.gallery {
  display: block;
  margin-bottom: 7px;
  padding-top: 66.49351%;
  position: relative;
}

.gallery img {
  display: block;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.ui-vip {
  background: #161e2a;
  color: #fff;
}

body.ui-vip .header {
  color: #fff;
}

body.ui-vip .header__button {
  background: rgba(255, 255, 255, 0.1);
}

body.ui-vip .main-bar {
  background: none;
}

body.ui-vip .main-nav {
  border-top: solid 1px rgba(255, 255, 255, 0.15);
  margin-top: -1px;
}

body.ui-vip .main-nav>ul>li>a:not(:only-child):after {
  color: rgba(255, 255, 255, 0.5);
}

body.ui-vip .search-form__input {
  background: rgba(255, 255, 255, 0.1);
}

body.ui-vip .search-form__icon {
  background: rgba(255, 255, 255, 0.15);
}

body.ui-vip .footer {
  color: #fff;
}

body.ui-vip .footer__title {
  color: #fff;
}

body.ui-vip .footer__line {
  color: #fff;
}

body.ui-vip .footer__social a {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

body.ui-vip .paginations a,
body.ui-vip .paginations span {
  color: #fff;
}

body.ui-vip .paginations .-disable {
  color: rgba(255, 255, 255, 0.1);
}

body.ui-vip .block-title {
  color: #fff;
}

body.ui-vip .nav-carousel .owl-next,
body.ui-vip .nav-carousel .owl-prev {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

body.ui-vip .nav-carousel .owl-next:hover,
body.ui-vip .nav-carousel .owl-prev:hover {
  background: #F88047;
}

body.ui-vip .sidebar {
  background: none;
  border: solid 1px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
}

body.ui-vip .sidebar__title {
  color: #fff;
}

body.ui-vip .sidebar .telecoms__item__label {
  color: inherit;
}

body.ui-vip .sidebar .telecoms__item__label:before {
  border-color: rgba(255, 255, 255, 0.3);
}

body.ui-vip .sidebar .telecoms__item__label.active:before {
  border-color: #fff;
}

body.ui-vip .range-slider__bar {
  background: rgba(255, 255, 255, 0.15);
}

body.ui-vip .range-slider__bar .ui-widget-header {
  background: #F88047;
}

body.ui-vip .range-slider__bar.ui-slider .ui-slider-handle {
  border: 1px solid #fff;
  background-color: #fff;
}

body.ui-vip .range-slider__bar.ui-slider .ui-slider-handle:hover {
  background-color: #fff;
}

body.ui-vip .range-slider__input {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border-color: transparent;
}

body.ui-vip .i-check-label__pane {
  background: rgba(255, 255, 255, 0.15);
  border-color: transparent;
}

body.ui-vip .i-check-label__pane:before {
  border-top: 24px solid #F88047;
}

body.ui-vip .filter-result__item {
  background: rgba(255, 255, 255, 0.15);
  border-color: transparent;
}

body.ui-vip .filter-result__item__remove {
  color: #fff;
  font-size: 8px;
  background: rgba(255, 255, 255, 0.15);
}

body.ui-vip .sort {
  background: rgba(255, 255, 255, 0.15);
}

body.ui-vip .sort__btn__label {
  color: rgba(255, 255, 255, 0.5);
}

body.ui-vip .sort__btn input:checked+.sort__btn__label,
body.ui-vip .sort__btn:hover .sort__btn__label {
  background-color: #F88047;
}

body.ui-vip .view {
  background: rgba(255, 255, 255, 0.15);
}

body.ui-vip .view__btn input:checked+.view__btn__icon.-grid,
body.ui-vip .view__btn.active .view__btn__icon.-grid {
  background-image: url("../images/icons/view-grid-active-vip.svg");
}

body.ui-vip .view__btn input:checked+.view__btn__icon.-list,
body.ui-vip .view__btn.active .view__btn__icon.-list {
  background-image: url("../images/view-list-active-vip.svg");
}

body.ui-pt .header {
  background: #805333;
  color: #fff;
}

body.ui-pt .header__button {
  background: rgba(255, 255, 255, 0.1);
}

body.ui-pt .main-bar {
  background: none;
}

body.ui-pt .main-nav {
  border-top: solid 1px rgba(255, 255, 255, 0.15);
  margin-top: -1px;
}

body.ui-pt .main-nav>ul>li>a:not(:only-child):after {
  color: rgba(255, 255, 255, 0.5);
}

body.ui-pt .main-nav>ul>li>a:before {
  background: #F88047;
}

body.ui-pt .main-nav>ul>li>a:hover,
body.ui-pt .main-nav>ul>li>a.active {
  color: #F88047;
}

body.ui-pt .search-form__input {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

body.ui-pt .search-form__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body.ui-pt .search-form__input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body.ui-pt .search-form__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body.ui-pt .search-form__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body.ui-pt .search-form__submit {
  background: #fff;
}

body.ui-pt .search-form__icon {
  background: rgba(255, 255, 255, 0.15);
}

body.ui-pt .footer {
  background: #805333;
  color: #fff;
}

body.ui-pt .footer__title {
  color: #fff;
}

body.ui-pt .footer__line {
  color: #fff;
}

body.ui-pt .footer__social a {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

body.ui-pt .footer .showrooms__collapse {
  color: #F88047;
}

body.ui-pt .footer .icon-clock,
body.ui-pt .footer .icon-email,
body.ui-pt .footer .icon-pin {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: 0.3;
}

body.ui-pt .paginations a:hover,
body.ui-pt .paginations span {
  background-color: #805333;
  -webkit-box-shadow: 0 4px 6px 0 rgba(128, 83, 51, 0.5);
  box-shadow: 0 4px 6px 0 rgba(128, 83, 51, 0.5);
}

.end-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}

.end-countdown .item {
  text-align: center;
}

.end-countdown .item:not(:last-child):after {
  content: ':';
  margin: 0 3px;
}

.end-countdown span {
  width: 32px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #FF5C5C;
  font-size: 16px;
  font-weight: 800;
  position: relative;
  color: #fff;
  margin: 0 2px 4px 2px;
}

.end-countdown b {
  display: none;
}

.home-banner {
  height: 330px;
  border-radius: 16px;
  overflow: hidden;
}

.home-banner img {
  width: 100%;
  height: 100%;
}

.agency {
  padding: 8px 16px 8px 8px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  box-shadow: 0 2px 0 0 #D1D7DF, 0 2px 8px 0 rgba(14, 32, 69, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
}

.agency__avt {
  width: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 16px;
}

.agency__avt img {
  display: block;
  width: 100%;
  height: 100%;
}

.agency__info__name {
  color: #171717;
  font-size: 22px;
  line-height: 32px;
  font-weight: 800;
}

.agency__info__join-time {
  font-size: 14px;
}

.agency__btn.i-btn {
  margin-left: auto;
  font-size: 14px;
  line-height: 24px;
  padding: 12px 20px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pd-0 {
  padding: 0px !important;
}

.mg-0 {
  margin: 0px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mt-6 {
  margin-top: 6px !important;
}

.ml-6 {
  margin-left: 6px !important;
}

.mr-6 {
  margin-right: 6px !important;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.pt-6 {
  padding-top: 6px !important;
}

.pl-6 {
  padding-left: 6px !important;
}

.pr-6 {
  padding-right: 6px !important;
}

.pd-6 {
  padding: 6px !important;
}

.mg-6 {
  margin: 6px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pd-8 {
  padding: 8px !important;
}

.mg-8 {
  margin: 8px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pd-10 {
  padding: 10px !important;
}

.mg-10 {
  margin: 10px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.pd-12 {
  padding: 12px !important;
}

.mg-12 {
  margin: 12px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pd-15 {
  padding: 15px !important;
}

.mg-15 {
  margin: 15px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pd-16 {
  padding: 16px !important;
}

.mg-16 {
  margin: 16px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.ml-18 {
  margin-left: 18px !important;
}

.mr-18 {
  margin-right: 18px !important;
}

.pb-18 {
  padding-bottom: 18px !important;
}

.pt-18 {
  padding-top: 18px !important;
}

.pl-18 {
  padding-left: 18px !important;
}

.pr-18 {
  padding-right: 18px !important;
}

.pd-18 {
  padding: 18px !important;
}

.mg-18 {
  margin: 18px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pd-20 {
  padding: 20px !important;
}

.mg-20 {
  margin: 20px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.pd-24 {
  padding: 24px !important;
}

.mg-24 {
  margin: 24px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pd-25 {
  padding: 25px !important;
}

.mg-25 {
  margin: 25px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.ml-28 {
  margin-left: 28px !important;
}

.mr-28 {
  margin-right: 28px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.pt-28 {
  padding-top: 28px !important;
}

.pl-28 {
  padding-left: 28px !important;
}

.pr-28 {
  padding-right: 28px !important;
}

.pd-28 {
  padding: 28px !important;
}

.mg-28 {
  margin: 28px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pd-30 {
  padding: 30px !important;
}

.mg-30 {
  margin: 30px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pl-32 {
  padding-left: 32px !important;
}

.pr-32 {
  padding-right: 32px !important;
}

.pd-32 {
  padding: 32px !important;
}

.mg-32 {
  margin: 32px !important;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.mt-34 {
  margin-top: 34px !important;
}

.ml-34 {
  margin-left: 34px !important;
}

.mr-34 {
  margin-right: 34px !important;
}

.pb-34 {
  padding-bottom: 34px !important;
}

.pt-34 {
  padding-top: 34px !important;
}

.pl-34 {
  padding-left: 34px !important;
}

.pr-34 {
  padding-right: 34px !important;
}

.pd-34 {
  padding: 34px !important;
}

.mg-34 {
  margin: 34px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pd-35 {
  padding: 35px !important;
}

.mg-35 {
  margin: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pd-40 {
  padding: 40px !important;
}

.mg-40 {
  margin: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pd-45 {
  padding: 45px !important;
}

.mg-45 {
  margin: 45px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.ml-48 {
  margin-left: 48px !important;
}

.mr-48 {
  margin-right: 48px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.pl-48 {
  padding-left: 48px !important;
}

.pr-48 {
  padding-right: 48px !important;
}

.pd-48 {
  padding: 48px !important;
}

.mg-48 {
  margin: 48px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.ml-64 {
  margin-left: 64px !important;
}

.mr-64 {
  margin-right: 64px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

.pl-64 {
  padding-left: 64px !important;
}

.pr-64 {
  padding-right: 64px !important;
}

.pd-64 {
  padding: 64px !important;
}

.mg-64 {
  margin: 64px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pd-100 {
  padding: 100px !important;
}

.mg-100 {
  margin: 100px !important;
}

.font-10 {
  font-size: 10px;
}

.font-11 {
  font-size: 11px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-17 {
  font-size: 17px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-light {
  font-weight: 300;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 800;
}

.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
}

.color-black {
  color: #171717;
}

.color-text {
  color: #374766;
}

.color-primary {
  color: #F88047;
}

.color-2nd {
  color: #F88047;
}

.color-dark-blue {
  color: #36409E;
}

.color-red {
  color: #FF5C5C;
}

.color-green {
  color: #007A57;
}

.color-light {
  color: #838FA3;
}

#toc_container {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #aaa;
  display: table;
  margin-bottom: 1em;
  width: auto;
}

.toc_title {
  font-weight: 700;
  font-size: 16px;
  margin-left: 15px;
  margin-bottom: 10px !important;
  margin-top: 10px;
}

#toc_container li,
#toc_container ul,
#toc_container ul li {
  list-style: outside none none !important;
}

.s-content h1,
.s-content h2,
.s-content h3 {
  padding-top: 90px;
  margin-top: -90px !important;
}

#toc_container {
  width: 100%;
  padding: 10px;
  background: #edf6ff;
}

#toc li a {
  color: #000;
  text-decoration: none;
}

#toc li a:hover {
  color: #000;
  text-decoration: underline;
}

#toc_container .mntoc {
  position: absolute;
  right: 25px;
  color: #000;
}

.s-detail {}

html {
  scroll-behavior: smooth;
}

.price-range {
  width: 235px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 6px;
  background: #d3d3d3;
  border-radius: 3px;
  margin-top: 10px;
}

.slider-track {
  position: absolute;
  height: 6px;
  background: #0c2340;
  /* Màu xanh đậm */
  border-radius: 3px;
}

input[type="range"] {
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
  background: transparent;
  pointer-events: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background: white;
  border: 2px solid #0c2340;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}

.price-display {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.price-display input {
  width: 110px;
  border: none;
  background: #f7f7f7;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px;
}