@charset "UTF-8";

@font-face {
  font-family: 'Averta Std CY';
  src: url(fonts/AvertaStdCY-Light.otf) format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Averta Std CY';
  src: url(fonts/AvertaStdCY-Semibold.otf) format("woff");
  font-weight: 600;
  font-style: bold;
}

@font-face {
  font-family: 'Averta Std CY';
  src: url(fonts/AvertaStdCY-Regular.otf) format("woff");
  font-weight: 400;
  font-style: bold;
}

@font-face {
  font-family: 'LA Barethelly Signature';
  src: url(fonts/LABARETHELLYSIGNATURE.ttf) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant Infant';
  src: url(fonts/CORMORANTINFANT-MEDIUM.ttf) format("woff");
  font-weight: 500;
  font-style: medium;
}

:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1440px;
  --amber: #ffc107;
  --blue: #2196f3;
  --blue-grey: #607d8b;
  --brown: #795548;
  --cyan: #00bcd4;
  --deep-orange: #ff5722;
  --deep-purple: #673ab7;
  --green: #4caf50;
  --grey: #9e9e9e;
  --indigo: #3f51b5;
  --light-blue: #03a9f4;
  --light-green: #8bc34a;
  --lime: #cddc39;
  --orange: #ff9800;
  --pink: #e91e63;
  --purple: #9c27b0;
  --red: #f44336;
  --teal: #009688;
  --yellow: #ffeb3b;
  --primary: #B48C72;
  --primary-dark: #9f7254;
  --primary-light: #d7c2b5;
  --secondary: #3F3A36;
  --secondary-dark: #24211e;
  --secondary-light: #766d65;
  --danger: #f44336;
  --danger-dark: #d32f2f;
  --danger-light: #ffcdd2;
  --info: #2196f3;
  --info-dark: #1976d2;
  --info-light: #bbdefb;
  --success: #4caf50;
  --success-dark: #388e3c;
  --success-light: #c8e6c9;
  --warning: #ff9800;
  --warning-dark: #f57c00;
  --warning-light: #ffe0b2;
  --dark: #424242;
  --dark-dark: #212121;
  --dark-light: #757575;
  --light: #f5f5f5;
  --light-dark: #e0e0e0;
  --light-light: #fafafa;
  --font-family-monospace: "Roboto Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --font-family-sans-serif: Averta Std CY;
  --font-family-serif: "Roboto Slab", Georgia, "Times New Roman", Times, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  text-align: left;
  text-align: start;
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
  font-family: "Judson";
  font-size: 0.875rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.42857;
  margin: 0;
}

[dir='rtl'] body {
  text-align: right;
  text-align: start;
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex='-1']:focus {
  outline: 0 !important;
}

code,
kbd,
pre,
samp {
  font-family: "Roboto Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
html [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,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='date'],
input[type='datetime-local'],
input[type='month'],
input[type='time'] {
  -webkit-appearance: listbox;
}

label {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.38);
  display: inline-block;
}

legend {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.33333;
  color: inherit;
  display: block;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

output {
  display: inline-block;
}

progress {
  vertical-align: baseline;
}

select[multiple],
select[size] {
  overflow: auto;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none !important;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

summary {
  cursor: pointer;
  display: list-item;
}

a {
  background-color: transparent;
  color: #3F3A36;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:focus,
a:hover {
  color: #3F3A36;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):active,
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

template {
  display: none;
}

caption {
  text-align: left;
  text-align: start;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  caption-side: bottom;
  color: rgba(0, 0, 0, 0.38);
  min-height: 3.5rem;
  padding: 1.21429rem 1.5rem;
}

[dir='rtl'] caption {
  text-align: right;
  text-align: start;
}

table {
  border-collapse: collapse;
}

th {
  text-align: left;
  text-align: start;
}

[dir='rtl'] th {
  text-align: right;
  text-align: start;
}

abbr[data-original-title],
abbr[title] {
  border-bottom: 0;
  cursor: help;
  text-decoration: underline dotted;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

b,
strong {
  font-weight: bolder;
}

blockquote {
  margin: 0 0 1rem;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

dfn {
  font-style: italic;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

dt {
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

mark {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.87);
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }
}

@media (min-width: 1024px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }
}

@media (min-width: 1440px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.blockquote {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  border-left: 0.3125rem solid #B48C72;
  margin-bottom: 1rem;
  padding: 0 1rem;
}

.blockquote-footer {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.38);
  display: block;
  margin-top: 0.25rem;
}

.blockquote-footer::before {
  content: '\2014   \A0';
}

mark,
.mark {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.2em;
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.typography-display-4 {
  font-size: 7rem;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1;
}

.typography-display-3 {
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.03571;
}

.typography-display-2 {
  font-size: 2.8125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.06667;
}

.typography-display-1 {
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.17647;
}

.typography-headline {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.33333;
}

.typography-title {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.typography-subheading {
  font-size: 1.0rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.typography-body-2 {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.42857;
}

.typography-body-1 {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.42857;
}

.typography-caption {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  font-family: inherit;
  margin-bottom: 0.5rem;
}

h1,
.h1 {
  font-size: 2.8125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.06667;
}

h2,
.h2 {
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.17647;
}

h3,
.h3 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.33333;
}

h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

h5,
.h5 {
  font-size: 1.0rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

h6,
.h6 {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.42857;
}

.display-1 {
  font-size: 7rem;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1;
}

.display-2 {
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.03571;
}

.display-3 {
  font-size: 2.8125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.06667;
}

.display-4 {
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.17647;
}

.lead {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.list-inline {
  list-style: none;
  padding-left: 0;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.alert {
  border-radius: 2px;
  border: 0;
  display: block;
  margin-bottom: 1rem;
  padding: 1rem 1rem;
  position: relative;
}

.alert-primary {
  background-color: #d7c2b5;
  color: rgba(0, 0, 0, 0.87);
}

.alert-secondary {
  background-color: #766d65;
  color: white;
}

.alert-danger {
  background-color: #ffcdd2;
  color: rgba(0, 0, 0, 0.87);
}

.alert-info {
  background-color: #bbdefb;
  color: rgba(0, 0, 0, 0.87);
}

.alert-success {
  background-color: #c8e6c9;
  color: rgba(0, 0, 0, 0.87);
}

.alert-warning {
  background-color: #ffe0b2;
  color: rgba(0, 0, 0, 0.87);
}

.alert-dark {
  background-color: #757575;
  color: white;
}

.alert-light {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.alert-dismissible {
  padding-right: 3.5rem;
}

.alert-dismissible .close {
  color: inherit;
  padding: 0.875rem 1rem;
  position: absolute;
  top: 0;
  right: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  color: inherit;
  font-weight: 500;
}

.alert-link:active,
.alert-link:focus,
.alert-link:hover {
  color: inherit;
}

.badge {
  border-radius: 2px;
  align-items: center;
  display: inline-flex;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  padding-right: 0.5em;
  padding-left: 0.5em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.badge:empty {
  display: none;
}

.btn .badge {
  margin-top: -1px;
  margin-bottom: -1px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.badge-primary {
  background-color: #B48C72;
  color: white;
}

.badge-primary[href]:active,
.badge-primary[href]:focus,
.badge-primary[href]:hover {
  background-color: #9f7254;
  color: white;
  text-decoration: none;
}

.badge-secondary {
  background-color: #3F3A36;
  color: white;
}

.badge-secondary[href]:active,
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  background-color: #24211e;
  color: white;
  text-decoration: none;
}

.badge-danger {
  background-color: #f44336;
  color: white;
}

.badge-danger[href]:active,
.badge-danger[href]:focus,
.badge-danger[href]:hover {
  background-color: #d32f2f;
  color: white;
  text-decoration: none;
}

.badge-info {
  background-color: #2196f3;
  color: white;
}

.badge-info[href]:active,
.badge-info[href]:focus,
.badge-info[href]:hover {
  background-color: #1976d2;
  color: white;
  text-decoration: none;
}

.badge-success {
  background-color: #4caf50;
  color: white;
}

.badge-success[href]:active,
.badge-success[href]:focus,
.badge-success[href]:hover {
  background-color: #388e3c;
  color: white;
  text-decoration: none;
}

.badge-warning {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}

.badge-warning[href]:active,
.badge-warning[href]:focus,
.badge-warning[href]:hover {
  background-color: #f57c00;
  color: white;
  text-decoration: none;
}

.badge-dark {
  background-color: #424242;
  color: white;
}

.badge-dark[href]:active,
.badge-dark[href]:focus,
.badge-dark[href]:hover {
  background-color: #212121;
  color: white;
  text-decoration: none;
}

.badge-light {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}

.badge-light[href]:active,
.badge-light[href]:focus,
.badge-light[href]:hover {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

.badge-pill {
  border-radius: 1em;
}

.breadcrumb {
  border-radius: 2px;
  align-items: center;
  background-color: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 1rem;
  min-height: 3.5rem;
  padding: 0.625rem 1rem;
}

.breadcrumb-item {
  transition-duration: 0.3s;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  align-items: center;
  color: rgba(0, 0, 0, 0.54);
  display: flex;
}

@media (min-width: 576px) {
  .breadcrumb-item {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .breadcrumb-item {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .breadcrumb-item {
    transition: none;
  }
}

.breadcrumb-item:active,
.breadcrumb-item:focus,
.breadcrumb-item:hover {
  color: rgba(0, 0, 0, 0.87);
}

.breadcrumb-item.active {
  color: rgba(0, 0, 0, 0.87);
  font-weight: bolder;
}

.breadcrumb-item a {
  color: inherit;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item {
  margin-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-size: 1.71429em;
  line-height: 0.58333em;
  vertical-align: -0.3022em;
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  color: rgba(0, 0, 0, 0.54);
  content: "chevron_right";
  display: inline-block;
  margin-right: 0.5rem;
}

.carousel {
  position: relative;
}

.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
  opacity: 1;
}

.carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.carousel-item {
  transition-duration: 0.375s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  align-items: center;
  backface-visibility: hidden;
  display: none;
  perspective: 1000px;
  position: relative;
  width: 100%;
}

@media (min-width: 576px) {
  .carousel-item {
    transition-duration: 0.4875s;
  }
}

@media (min-width: 1024px) {
  .carousel-item {
    transition-duration: 0.25s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.carousel-item-left.active,
.carousel-item-prev {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-left.active,
  .carousel-item-prev {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-item-left.carousel-item-next,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-left.carousel-item-next,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.carousel-item-right.active {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .carousel-item-right.active {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-fade .carousel-item {
  transition-duration: 0.375s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}

@media (min-width: 576px) {
  .carousel-fade .carousel-item {
    transition-duration: 0.4875s;
  }
}

@media (min-width: 1024px) {
  .carousel-fade .carousel-item {
    transition-duration: 0.25s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-fade .carousel-item {
    transition: none;
  }
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item.active,
  .carousel-fade .carousel-item-left.active,
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item-prev.active {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
  opacity: 0;
}

.carousel-control-next,
.carousel-control-prev {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 0.8125rem;
  height: 2.5rem;
  justify-content: center;
  line-height: 1;
  margin-top: -1.25rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  user-select: none;
  width: 2.5rem;
}

.carousel-control-next:active,
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:active,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  background-color: rgba(204, 204, 204, 0.25);
  color: white;
  text-decoration: none;
}

.carousel-control-next:active,
.carousel-control-prev:active {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.carousel-control-next:focus,
.carousel-control-prev:focus {
  opacity: 1;
  outline: 0;
}

.carousel-control-next {
  right: 1.25rem;
}

.carousel-control-prev {
  left: 1.25rem;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  font-size: 1.71429em;
  line-height: 0.58333em;
  vertical-align: -0.3022em;
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
}

.carousel-control-next-icon::before {
  content: "chevron_right";
}

.carousel-control-prev-icon::before {
  content: "chevron_left";
}

.carousel-caption {
  color: white;
  position: absolute;
  right: 25%;
  bottom: 1.5rem;
  left: 25%;
  text-align: center;
  z-index: 1;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
  right: 5rem;
  bottom: 0.5rem;
  left: 5rem;
  z-index: 1;
}

.carousel-indicators li {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.5rem;
  cursor: pointer;
  flex: 0 0 auto;
  height: 0.5rem;
  margin-right: 1px;
  margin-left: 1px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 0.5rem;
}

.carousel-indicators .active {
  background-color: rgba(204, 204, 204, 0.25);
}

.close {
  transition-duration: 0.3s;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 0;
  color: rgba(0, 0, 0, 0.38);
  float: right;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  padding: 0;
}

@media (min-width: 576px) {
  .close {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .close {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .close {
    transition: none;
  }
}

.close:active,
.close:focus,
.close:hover {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

.close:focus {
  outline: 0;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

code {
  border-radius: 2px;
  background-color: #f5f5f5;
  color: #bd4147;
  font-size: 87.5%;
  padding: 0.2rem 0.4rem;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.87);
  color: white;
  font-size: 87.5%;
  padding: 0.2rem 0.4rem;
}

kbd kbd {
  font-size: 100%;
  font-weight: bolder;
  padding: 0;
}

pre {
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 87.5%;
}

pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.form-check {
  display: block;
  margin-bottom: 0.5rem;
  padding-left: 1.25rem;
  position: relative;
}

.form-check-inline {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0;
}

.form-check-input {
  margin-top: 0.25rem;
  margin-left: -1.25rem;
  position: absolute;
}

.form-check-input:disabled ~ .form-check-label {
  color: rgba(0, 0, 0, 0.38);
}

.form-check-label {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.form-group {
  margin-bottom: 1rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.form-row > .col,
.form-row > [class*='col-'] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.form-inline {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}

.form-inline .custom-file,
.form-inline .custom-select {
  width: auto;
}

.form-inline .form-check {
  margin-bottom: 0;
  width: auto;
}

.form-inline .form-control,
.form-inline .form-control-file {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.form-inline .form-control-plaintext {
  display: inline-block;
}

.form-inline .form-group {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  margin-bottom: 0;
}

.form-inline .input-group {
  width: auto;
}

.col-form-label {
  color: inherit;
  font-size: 0.875rem;
  line-height: 1.71429;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.col-form-label-lg {
  font-size: 1.85938rem;
  line-height: 1.34454;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.col-form-label-sm {
  font-size: 0.71094rem;
  line-height: 1.75824;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.form-text {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.38);
  display: block;
  margin-top: 0.5rem;
}

.custom-select-lg + .form-text,
.floating-label-lg + .form-text,
.input-group-lg > .floating-label + .form-text,
.floating-label-lg .custom-select + .form-text,
.input-group-lg > .floating-label .custom-select + .form-text,
.floating-label-lg .form-control + .form-text,
.input-group-lg > .floating-label .form-control + .form-text,
.floating-label-lg .form-control-file + .form-text,
.input-group-lg > .floating-label .form-control-file + .form-text,
.form-control-lg + .form-text,
.textfield-box-lg + .form-text,
.input-group-lg > .textfield-box + .form-text,
.textfield-box-lg .custom-select + .form-text,
.input-group-lg > .textfield-box .custom-select + .form-text,
.textfield-box-lg .form-control + .form-text,
.input-group-lg > .textfield-box .form-control + .form-text,
.textfield-box-lg .form-control-file + .form-text,
.input-group-lg > .textfield-box .form-control-file + .form-text {
  margin-top: 0.75rem;
}

.custom-select-sm + .form-text,
.floating-label-sm + .form-text,
.input-group-sm > .floating-label + .form-text,
.floating-label-sm .custom-select + .form-text,
.input-group-sm > .floating-label .custom-select + .form-text,
.floating-label-sm .form-control + .form-text,
.input-group-sm > .floating-label .form-control + .form-text,
.floating-label-sm .form-control-file + .form-text,
.input-group-sm > .floating-label .form-control-file + .form-text,
.form-control-sm + .form-text,
.textfield-box-sm + .form-text,
.input-group-sm > .textfield-box + .form-text,
.textfield-box-sm .custom-select + .form-text,
.input-group-sm > .textfield-box .custom-select + .form-text,
.textfield-box-sm .form-control + .form-text,
.input-group-sm > .textfield-box .form-control + .form-text,
.textfield-box-sm .form-control-file + .form-text,
.input-group-sm > .textfield-box .form-control-file + .form-text {
  margin-top: 0.25rem;
}

.form-control-plaintext {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.375rem 0 calc(0.375rem - 1px);
  width: 100%;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.figure {
  display: inline-block;
}

.figure-caption {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.38);
}

.figure-img {
  line-height: 1;
  margin-bottom: 0.5rem;
}

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

.img-thumbnail {
  height: auto;
  max-width: 100%;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.jumbotron {
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.87);
  padding: 3rem 2rem;
}

.jumbotron-fluid {
  border-radius: 0;
  padding-right: 0;
  padding-left: 0;
}

.media {
  align-items: flex-start;
  display: flex;
}

.media-body {
  flex: 1;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:active,
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: rgba(0, 0, 0, 0.38);
  cursor: default;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-pills .nav-link {
  border-radius: 2px;
  transition-duration: 0.3s;
  transition-property: background-color, color, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.7;
}

@media (min-width: 576px) {
  .nav-pills .nav-link {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .nav-pills .nav-link {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .nav-pills .nav-link {
    transition: none;
  }
}

.nav-pills .nav-link:active,
.nav-pills .nav-link:focus,
.nav-pills .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

.nav-pills .nav-link.active {
  color: #3F3A36;
  opacity: 1;
}

.nav-pills .nav-link.disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38);
  opacity: 1;
}

.nav-pills .nav-link:active {
  opacity: 1;
}

.nav-pills .show > .nav-link {
  background-color: rgba(0, 0, 0, 0.12);
  opacity: 1;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.pagination {
  background-color: #f5f5f5;
  display: flex;
  list-style: none;
  padding: 0.625rem 0.5rem;
}

.page-link {
  border-radius: 2px;
  transition-duration: 0.3s;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 1px;
  padding: 0.6875rem 1rem;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

@media (min-width: 576px) {
  .page-link {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .page-link {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}

.page-link:active,
.page-link:focus,
.page-link:hover {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

.page-link:focus,
.page-link:hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12));
}

.page-link.active,
.page-link:active {
  background-color: rgba(153, 153, 153, 0.4);
  background-image: none;
}

.page-link:focus {
  outline: 0;
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
}

.page-item.active .page-link {
  background-color: rgba(153, 153, 153, 0.4);
}

.page-item.disabled .page-link {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38);
  cursor: auto;
  pointer-events: none;
}

.pagination-lg .page-link {
  font-size: 0.9375rem;
  padding: 0.78125rem 1rem;
}

.pagination-sm .page-link {
  font-size: 0.8125rem;
  padding: 0.59375rem 1rem;
}

.popover {
  text-align: left;
  text-align: start;
  font-family: "Judson";
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  display: block;
  font-size: 0.875rem;
  margin: 1.5rem;
  max-width: 17.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 240;
}

[dir='rtl'] .popover {
  text-align: right;
  text-align: start;
}

.popover-body {
  padding: 1.25rem 1.5rem;
}

.popover-body > :last-child {
  margin-bottom: 0;
}

.popover-header {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 1.25rem 1.5rem 0;
}

.popover-header:empty {
  display: none;
}

.popover-header:last-child {
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .popover {
    margin: 0.875rem;
  }
}

.embed-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.embed-responsive::before {
  content: '';
  display: block;
}

.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video,
.embed-responsive .embed-responsive-item {
  border: 0;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tbody.collapse.show {
  display: table-row-group;
}

tr.collapse.show {
  display: table-row;
}

.collapsing {
  transition-duration: 0.3s;
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  height: 0;
  overflow: hidden;
  position: relative;
}

@media (min-width: 576px) {
  .collapsing {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .collapsing {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.fade {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}

@media (min-width: 576px) {
  .fade {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .fade {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade.show {
  opacity: 1;
}

.btn {
  border-radius: 2px;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
  background-image: none;
  border: 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  min-width: 5.5rem;
  padding: 0.6875rem 1rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

@media (min-width: 576px) {
  .btn {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .btn {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:active,
.btn:focus,
.btn:hover {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

.btn:focus,
.btn:hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12));
}

.btn.active,
.btn:active {
  background-color: rgba(153, 153, 153, 0.4);
  background-image: none;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);
}

.btn.disabled,
.btn:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  background-image: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.26);
  opacity: 1;
}

.btn:focus {
  outline: 0;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.show > .btn.dropdown-toggle {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12));
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  background-color: #B48C72;
  color: white;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: white;
}

.btn-primary.active,
.btn-primary:active {
  background-color: #9f7254;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

.btn-secondary {
  background-color: #3F3A36;
  color: white;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
  color: white;
}

.btn-secondary.active,
.btn-secondary:active {
  background-color: #24211e;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

.btn-danger {
  background-color: #f44336;
  color: white;
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
  color: white;
}

.btn-danger.active,
.btn-danger:active {
  background-color: #d32f2f;
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

.btn-info {
  background-color: #2196f3;
  color: white;
}

.btn-info:active,
.btn-info:focus,
.btn-info:hover {
  color: white;
}

.btn-info.active,
.btn-info:active {
  background-color: #1976d2;
}

.btn-info.disabled,
.btn-info:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

.btn-success {
  background-color: #4caf50;
  color: white;
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover {
  color: white;
}

.btn-success.active,
.btn-success:active {
  background-color: #388e3c;
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

.btn-warning {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}

.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
  color: rgba(0, 0, 0, 0.87);
}

.btn-warning.active,
.btn-warning:active {
  background-color: #f57c00;
}

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

.btn-dark {
  background-color: #424242;
  color: white;
}

.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
  color: white;
}

.btn-dark.active,
.btn-dark:active {
  background-color: #212121;
}

.btn-dark.disabled,
.btn-dark:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

.btn-light {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}

.btn-light:active,
.btn-light:focus,
.btn-light:hover {
  color: rgba(0, 0, 0, 0.87);
}

.btn-light.active,
.btn-light:active {
  background-color: #e0e0e0;
}

.btn-light.disabled,
.btn-light:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

[class*='bg-dark'] :not([class*='bg-light']) .btn.disabled,
[class*='bg-dark'] :not([class*='bg-light']) .btn:disabled {
  background-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.3);
}

.btn-lg,
.btn-group-lg > .btn,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-prepend > .btn {
  font-size: 0.9375rem;
  padding: 0.78125rem 1rem;
}

.btn-sm,
.btn-group-sm > .btn,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-prepend > .btn {
  font-size: 0.8125rem;
  padding: 0.59375rem 1rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.25rem;
}

[type='button'].btn-block,
[type='reset'].btn-block,
[type='submit'].btn-block {
  width: 100%;
}

.btn-link {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  color: #3F3A36;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  color: #3F3A36;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link:hover {
  background-image: none;
}

.btn-link.active,
.btn-link:active {
  background-color: transparent;
  box-shadow: none;
}

.btn-link.disabled,
.btn-link:disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.26);
  text-decoration: none;
}

.btn-fluid {
  min-width: 0;
}

[class*='btn-flat'],
[class*='btn-outline'] {
  background-color: transparent;
  box-shadow: none;
}

[class*='btn-flat'].active,
[class*='btn-flat']:active,
[class*='btn-outline'].active,
[class*='btn-outline']:active {
  box-shadow: none;
}

[class*='btn-flat'].disabled,
[class*='btn-flat']:disabled,
[class*='btn-outline'].disabled,
[class*='btn-outline']:disabled {
  background-color: transparent;
}

.btn-flat-primary,
.btn-flat-primary:active,
.btn-flat-primary:focus,
.btn-flat-primary:hover,
.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
  color: #B48C72;
}

.btn-flat-primary.disabled,
.btn-flat-primary:disabled,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: rgba(0, 0, 0, 0.26);
}

.btn-flat-secondary,
.btn-flat-secondary:active,
.btn-flat-secondary:focus,
.btn-flat-secondary:hover,
.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
  color: #3F3A36;
}

.btn-flat-secondary.disabled,
.btn-flat-secondary:disabled,
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: rgba(0, 0, 0, 0.26);
}

.btn-flat-danger,
.btn-flat-danger:active,
.btn-flat-danger:focus,
.btn-flat-danger:hover,
.btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger:focus,
.btn-outline-danger:hover {
  color: #f44336;
}

.btn-flat-danger.disabled,
.btn-flat-danger:disabled,
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: rgba(0, 0, 0, 0.26);
}

.btn-flat-info,
.btn-flat-info:active,
.btn-flat-info:focus,
.btn-flat-info:hover,
.btn-outline-info,
.btn-outline-info:active,
.btn-outline-info:focus,
.btn-outline-info:hover {
  color: #2196f3;
}

.btn-flat-info.disabled,
.btn-flat-info:disabled,
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: rgba(0, 0, 0, 0.26);
}

.btn-flat-success,
.btn-flat-success:active,
.btn-flat-success:focus,
.btn-flat-success:hover,
.btn-outline-success,
.btn-outline-success:active,
.btn-outline-success:focus,
.btn-outline-success:hover {
  color: #4caf50;
}

.btn-flat-success.disabled,
.btn-flat-success:disabled,
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: rgba(0, 0, 0, 0.26);
}

.btn-flat-warning,
.btn-flat-warning:active,
.btn-flat-warning:focus,
.btn-flat-warning:hover,
.btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning:focus,
.btn-outline-warning:hover {
  color: #ff9800;
}

.btn-flat-warning.disabled,
.btn-flat-warning:disabled,
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: rgba(0, 0, 0, 0.26);
}

.btn-flat-dark,
.btn-flat-dark:active,
.btn-flat-dark:focus,
.btn-flat-dark:hover,
.btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark:focus,
.btn-outline-dark:hover {
  color: #424242;
}

.btn-flat-dark.disabled,
.btn-flat-dark:disabled,
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: rgba(0, 0, 0, 0.26);
}

.btn-flat-light,
.btn-flat-light:active,
.btn-flat-light:focus,
.btn-flat-light:hover,
.btn-outline-light,
.btn-outline-light:active,
.btn-outline-light:focus,
.btn-outline-light:hover {
  color: #f5f5f5;
}

.btn-flat-light.disabled,
.btn-flat-light:disabled,
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: rgba(0, 0, 0, 0.26);
}

.btn-flat-light:focus,
.btn-flat-light:hover,
.btn-outline-light:focus,
.btn-outline-light:hover {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12));
}

.btn-flat-light.active,
.btn-flat-light:active,
.btn-outline-light.active,
.btn-outline-light:active {
  background-color: rgba(204, 204, 204, 0.25);
}

.btn-float {
  border-radius: 50%;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  height: 3.5rem;
  line-height: 3.5rem;
  min-width: 0;
  padding: 0;
  width: 3.5rem;
}

.btn-float.active,
.btn-float:active {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-float.disabled,
.btn-float:disabled {
  box-shadow: none;
}

.btn-float.btn-sm {
  height: 2.5rem;
  line-height: 2.5rem;
  width: 2.5rem;
}

.btn-float-dropdown .dropdown-menu {
  border-radius: 0;
  margin-top: 1rem;
  min-width: 3.5rem;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

.btn-float-dropdown .dropdown-menu::before {
  display: none;
}

.btn-float-dropdown .dropdown-menu .btn-float {
  display: block;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
}

.btn-group,
.btn-group-vertical {
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}

.btn-group > .btn-primary.disabled,
.btn-group > .btn-primary:disabled,
.btn-group-vertical > .btn-primary.disabled,
.btn-group-vertical > .btn-primary:disabled {
  background-color: #d7c2b5;
  color: rgba(0, 0, 0, 0.87);
}

.btn-group > .btn-secondary.disabled,
.btn-group > .btn-secondary:disabled,
.btn-group-vertical > .btn-secondary.disabled,
.btn-group-vertical > .btn-secondary:disabled {
  background-color: #766d65;
  color: white;
}

.btn-group > .btn-danger.disabled,
.btn-group > .btn-danger:disabled,
.btn-group-vertical > .btn-danger.disabled,
.btn-group-vertical > .btn-danger:disabled {
  background-color: #ffcdd2;
  color: rgba(0, 0, 0, 0.87);
}

.btn-group > .btn-info.disabled,
.btn-group > .btn-info:disabled,
.btn-group-vertical > .btn-info.disabled,
.btn-group-vertical > .btn-info:disabled {
  background-color: #bbdefb;
  color: rgba(0, 0, 0, 0.87);
}

.btn-group > .btn-success.disabled,
.btn-group > .btn-success:disabled,
.btn-group-vertical > .btn-success.disabled,
.btn-group-vertical > .btn-success:disabled {
  background-color: #c8e6c9;
  color: rgba(0, 0, 0, 0.87);
}

.btn-group > .btn-warning.disabled,
.btn-group > .btn-warning:disabled,
.btn-group-vertical > .btn-warning.disabled,
.btn-group-vertical > .btn-warning:disabled {
  background-color: #ffe0b2;
  color: rgba(0, 0, 0, 0.87);
}

.btn-group > .btn-dark.disabled,
.btn-group > .btn-dark:disabled,
.btn-group-vertical > .btn-dark.disabled,
.btn-group-vertical > .btn-dark:disabled {
  background-color: #757575;
  color: white;
}

.btn-group > .btn-light.disabled,
.btn-group > .btn-light:disabled,
.btn-group-vertical > .btn-light.disabled,
.btn-group-vertical > .btn-light:disabled {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  transition-duration: 0.3s;
  transition-property: border-color, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: none;
  flex: 0 1 auto;
  min-width: 0;
}

@media (min-width: 576px) {
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    transition: none;
  }
}

.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active {
  box-shadow: none;
}

.btn-group > .btn.disabled,
.btn-group > .btn:disabled,
.btn-group-vertical > .btn.disabled,
.btn-group-vertical > .btn:disabled {
  opacity: 0.7;
}

.btn-group > .btn[class*='btn-outline'],
.btn-group-vertical > .btn[class*='btn-outline'] {
  opacity: 0.7;
}

.btn-group > .btn[class*='btn-outline'].active,
.btn-group > .btn[class*='btn-outline']:active,
.btn-group-vertical > .btn[class*='btn-outline'].active,
.btn-group-vertical > .btn[class*='btn-outline']:active {
  opacity: 1;
}

.btn-group > .btn[class*='btn-outline'].disabled,
.btn-group > .btn[class*='btn-outline']:disabled,
.btn-group-vertical > .btn[class*='btn-outline'].disabled,
.btn-group-vertical > .btn[class*='btn-outline']:disabled {
  opacity: 1;
}

.btn-group > .btn-group,
.btn-group > .btn-group-vertical,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group-vertical {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}

.btn-group.show > .btn.dropdown-toggle {
  box-shadow: none;
}

.btn-group > .btn,
.btn-group > .btn-group {
  margin-left: -1px;
}

.btn-group > .btn:first-child,
.btn-group > .btn-group:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .dropdown-toggle:not(:last-of-type) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-vertical {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  margin-top: -1px;
  margin-left: 0;
  width: 100%;
}

.btn-group-vertical > .btn:first-child,
.btn-group-vertical > .btn-group:first-child {
  margin-top: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .dropdown-toggle:not(:last-of-type) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-fluid {
  background-color: transparent;
  box-shadow: none;
}

[data-toggle='buttons'] > .btn,
[data-toggle='buttons'] > .btn-group > .btn {
  margin-bottom: 0;
}

[data-toggle='buttons'] > .btn [type='checkbox'],
[data-toggle='buttons'] > .btn [type='radio'],
[data-toggle='buttons'] > .btn-group > .btn [type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn [type='radio'] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

.dropdown-toggle.dropdown-toggle-split {
  padding-right: 0.2em;
  padding-left: 0.2em;
}

.dropdown-toggle.dropdown-toggle-split::after {
  margin-right: 0;
  margin-left: 0;
}

.dropleft .dropdown-toggle.dropdown-toggle-split::before {
  margin-right: 0;
  margin-left: 0;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.card {
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  word-wrap: break-word;
}

.card.border-primary {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #B48C72;
}

.card.border-primary[href]:active,
.card.border-primary[href]:focus,
.card.border-primary[href]:hover,
.card.border-primary[tabindex]:active,
.card.border-primary[tabindex]:focus,
.card.border-primary[tabindex]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #B48C72;
}

.card.border-secondary {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #3F3A36;
}

.card.border-secondary[href]:active,
.card.border-secondary[href]:focus,
.card.border-secondary[href]:hover,
.card.border-secondary[tabindex]:active,
.card.border-secondary[tabindex]:focus,
.card.border-secondary[tabindex]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #3F3A36;
}

.card.border-danger {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #f44336;
}

.card.border-danger[href]:active,
.card.border-danger[href]:focus,
.card.border-danger[href]:hover,
.card.border-danger[tabindex]:active,
.card.border-danger[tabindex]:focus,
.card.border-danger[tabindex]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #f44336;
}

.card.border-info {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #2196f3;
}

.card.border-info[href]:active,
.card.border-info[href]:focus,
.card.border-info[href]:hover,
.card.border-info[tabindex]:active,
.card.border-info[tabindex]:focus,
.card.border-info[tabindex]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #2196f3;
}

.card.border-success {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #4caf50;
}

.card.border-success[href]:active,
.card.border-success[href]:focus,
.card.border-success[href]:hover,
.card.border-success[tabindex]:active,
.card.border-success[tabindex]:focus,
.card.border-success[tabindex]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #4caf50;
}

.card.border-warning {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #ff9800;
}

.card.border-warning[href]:active,
.card.border-warning[href]:focus,
.card.border-warning[href]:hover,
.card.border-warning[tabindex]:active,
.card.border-warning[tabindex]:focus,
.card.border-warning[tabindex]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #ff9800;
}

.card.border-dark {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #424242;
}

.card.border-dark[href]:active,
.card.border-dark[href]:focus,
.card.border-dark[href]:hover,
.card.border-dark[tabindex]:active,
.card.border-dark[tabindex]:focus,
.card.border-dark[tabindex]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #424242;
}

.card.border-light {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #f5f5f5;
}

.card.border-light[href]:active,
.card.border-light[href]:focus,
.card.border-light[href]:hover,
.card.border-light[tabindex]:active,
.card.border-light[tabindex]:focus,
.card.border-light[tabindex]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #f5f5f5;
}

.card[href]:active,
.card[href]:focus,
.card[href]:hover,
.card[tabindex]:active,
.card[tabindex]:focus,
.card[tabindex]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.card[href]:focus,
.card[tabindex]:focus {
  outline: 0;
}

.accordion .card:first-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-body:first-child,
.accordion .card:not(:first-of-type) .card-footer:first-child,
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion .card:not(:last-of-type) .card-body:last-child,
.accordion .card:not(:last-of-type) .card-footer:last-child,
.accordion .card:not(:last-of-type) .card-header:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .collapse .card-body:first-child,
.accordion .collapse .card-footer:first-child,
.accordion .collapse .card-header:first-child,
.accordion .collapsing .card-body:first-child,
.accordion .collapsing .card-footer:first-child,
.accordion .collapsing .card-header:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-actions {
  align-items: flex-start;
  display: flex;
  padding: 0.5rem 0rem 0.25rem 0.5rem;
}

.card-actions:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.card-actions:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.card-actions .btn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 0 1 auto;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  min-width: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.card-actions .dropdown-toggle::after {
  margin-right: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-body:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.card-body:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.card-body > :last-child {
  margin-bottom: 0;
}

.card-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding: 1rem 1rem;
}

.card-footer:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-top: 0;
}

.card-footer:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.card-footer > :last-child {
  margin-bottom: 0;
}

.card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 0;
  padding: 1rem 1rem;
}

.card-header:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.card-header:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom: 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-header-pills {
  margin: -1rem -1rem;
  padding: 0.5rem 0rem 0.25rem 0.5rem;
}

.card-header-pills .nav-link {
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.card-header-tabs {
  margin: -1rem -1rem calc(-1rem - 1px);
}

.card-img {
  border-radius: 6px;
}

.card-img-bottom {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.card-img-top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.card-img-overlay {
  max-height: 100%;
  padding: 1rem 1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.card-columns {
  column-count: 2;
  column-gap: 0.5rem;
  margin-top: -0.25rem;
  margin-bottom: 0.25rem;
  orphans: 1;
  widows: 1;
}

@media (min-width: 768px) {
  .card-columns {
    column-count: 3;
  }
}

.card-columns .card {
  display: inline-flex;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  width: 100%;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
}

.card-deck .card {
  margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
  .card-deck .card {
    flex: 1 0 0;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
}

.card-group .card {
  margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
  .card-group .card {
    flex: 1 0 0;
  }

  .card-group .card:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group .card:first-child:not(:last-child) .card-actions,
  .card-group .card:first-child:not(:last-child) .card-body,
  .card-group .card:first-child:not(:last-child) .card-footer,
  .card-group .card:first-child:not(:last-child) .card-header,
  .card-group .card:first-child:not(:last-child) .card-img,
  .card-group .card:first-child:not(:last-child) .card-img-bottom,
  .card-group .card:first-child:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group .card:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group .card:last-child:not(:first-child) .card-actions,
  .card-group .card:last-child:not(:first-child) .card-body,
  .card-group .card:last-child:not(:first-child) .card-footer,
  .card-group .card:last-child:not(:first-child) .card-header,
  .card-group .card:last-child:not(:first-child) .card-img,
  .card-group .card:last-child:not(:first-child) .card-img-bottom,
  .card-group .card:last-child:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }

  .card-group .card:not(:first-child):not(:last-child) .card-actions,
  .card-group .card:not(:first-child):not(:last-child) .card-body,
  .card-group .card:not(:first-child):not(:last-child) .card-footer,
  .card-group .card:not(:first-child):not(:last-child) .card-header,
  .card-group .card:not(:first-child):not(:last-child) .card-img,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
  .card-group .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
  }
}

.card-link:active,
.card-link:focus,
.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-subtitle {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.42857;
  margin-top: -1rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-title {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.33333;
  margin-bottom: 1rem;
}

.card-title:last-child {
  margin-bottom: 0;
}

.chip {
  align-items: center;
  background-color: #e0e0e0;
  border: 0;
  border-radius: 1rem;
  color: rgba(0, 0, 0, 0.87);
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 400;
  height: 2rem;
  justify-content: center;
  line-height: 1;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.chip:empty {
  display: none;
}

.chip .close {
  font-size: inherit;
  line-height: inherit;
  margin-right: -0.5rem;
  margin-left: 0.25rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
  order: 1;
}

.chip-primary {
  background-color: #B48C72;
  color: white;
}

.chip-secondary {
  background-color: #3F3A36;
  color: white;
}

.chip-danger {
  background-color: #f44336;
  color: white;
}

.chip-info {
  background-color: #2196f3;
  color: white;
}

.chip-success {
  background-color: #4caf50;
  color: white;
}

.chip-warning {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}

.chip-dark {
  background-color: #424242;
  color: white;
}

.chip-light {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}

.chip-action {
  transition-duration: 0.3s;
  transition-property: background-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 576px) {
  .chip-action {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .chip-action {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .chip-action {
    transition: none;
  }
}

.chip-action:active,
.chip-action:focus,
.chip-action:hover {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

.chip-action:active {
  background-color: #bdbdbd;
}

.chip-action:focus {
  outline: 0;
}

.chip-icon {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
  background-color: #3F3A36;
  border-radius: 1rem;
  color: white;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  height: 2rem;
  justify-content: center;
  margin-right: 0.5rem;
  margin-left: -0.75rem;
  order: -1;
  text-align: center;
  width: 2rem;
}

.chip-img {
  border-radius: 1rem;
  flex-shrink: 0;
  height: 2rem;
  margin-right: 0.5rem;
  margin-left: -0.75rem;
  order: -1;
  width: auto;
}

.table {
  background-color: #ffffff;
  border: 0;
  margin-bottom: 1rem;
  max-width: 100%;
  width: 100%;
}

.table td,
.table th {
  border-top: 1px solid #e1e1e1;
  line-height: 1.42857;
  padding-right: 1.75rem;
  padding-left: 1.75rem;
  vertical-align: top;
}

.table td:first-child,
.table th:first-child {
  padding-left: 1.5rem;
}

.table td:last-child,
.table th:last-child {
  padding-right: 1.5rem;
}

.table tbody {
  color: rgba(0, 0, 0, 0.87);
}

.table tbody td,
.table tbody th {
  font-size: 0.8125rem;
  font-weight: 400;
  height: 3rem;
  padding-top: 0.91964rem;
  padding-bottom: 0.91964rem;
}

.table tfoot {
  color: rgba(0, 0, 0, 0.54);
}

.table tfoot td,
.table tfoot th {
  font-size: 0.75rem;
  font-weight: 400;
  height: 3.5rem;
  padding-top: 1.21429rem;
  padding-bottom: 1.21429rem;
}

.table thead {
  color: rgba(0, 0, 0, 0.54);
}

.table thead td,
.table thead th {
  font-size: 0.75rem;
  font-weight: 500;
  height: 3.5rem;
  padding-top: 1.21429rem;
  padding-bottom: 1.21429rem;
}

.card > .table:first-child,
.card > .table:first-child > :first-child,
.card > .table:first-child > :first-child > tr:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.card > .table:first-child > :first-child > tr:first-child td:first-child,
.card > .table:first-child > :first-child > tr:first-child th:first-child {
  border-top-left-radius: 6px;
}

.card > .table:first-child > :first-child > tr:first-child td:last-child,
.card > .table:first-child > :first-child > tr:first-child th:last-child {
  border-top-right-radius: 6px;
}

.card > .table:last-child,
.card > .table:last-child > :last-child,
.card > .table:last-child > :last-child > tr:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.card > .table:last-child > :last-child > tr:last-child td:first-child,
.card > .table:last-child > :last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 6px;
}

.card > .table:last-child > :last-child > tr:last-child td:last-child,
.card > .table:last-child > :last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 6px;
}

.table .table {
  border-top: 1px solid #e1e1e1;
}

.table > :first-child > tr:first-child td,
.table > :first-child > tr:first-child th {
  border-top: 0;
}

.table-borderless td,
.table-borderless th,
.table-borderless .table {
  border: 0;
}

.table-bordered {
  border: 1px solid #e1e1e1;
}

.card > .table-bordered {
  border: 0;
}

.table-sm td,
.table-sm th {
  padding-right: 1rem;
  padding-left: 1rem;
}

.table-sm td:first-child,
.table-sm th:first-child {
  padding-left: 1rem;
}

.table-sm td:last-child,
.table-sm th:last-child {
  padding-right: 1rem;
}

.table-sm tbody td,
.table-sm tbody th {
  height: 2.25rem;
  padding-top: 0.54464rem;
  padding-bottom: 0.54464rem;
}

.table-sm tfoot td,
.table-sm tfoot th {
  padding-top: 0.71429rem;
  padding-bottom: 0.71429rem;
}

.table-sm thead td,
.table-sm thead th {
  height: 2.5rem;
  padding-top: 0.71429rem;
  padding-bottom: 0.71429rem;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

.table-hover tbody tr:hover {
  background-color: #eeeeee;
}

.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #d7c2b5;
  color: rgba(0, 0, 0, 0.87);
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #B48C72;
  color: white;
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #766d65;
  color: white;
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #3F3A36;
  color: white;
}

.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #ffcdd2;
  color: rgba(0, 0, 0, 0.87);
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f44336;
  color: white;
}

.table-info,
.table-info > td,
.table-info > th {
  background-color: #bbdefb;
  color: rgba(0, 0, 0, 0.87);
}

.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #2196f3;
  color: white;
}

.table-success,
.table-success > td,
.table-success > th {
  background-color: #c8e6c9;
  color: rgba(0, 0, 0, 0.87);
}

.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #4caf50;
  color: white;
}

.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffe0b2;
  color: rgba(0, 0, 0, 0.87);
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}

.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #757575;
  color: white;
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #424242;
  color: white;
}

.table-light,
.table-light > td,
.table-light > th {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}

.table-active,
.table-active > td,
.table-active > th {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.87);
}

.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}

.table .thead-dark td,
.table .thead-dark th {
  background-color: #424242;
  color: white;
}

.table .thead-light td,
.table .thead-light th {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.54);
}

.table-dark {
  background-color: #424242;
  color: white;
}

.table-dark.table-bordered {
  border-color: #303030;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: #303030;
}

.table-dark.table-hover tbody tr:hover {
  background-color: #212121;
}

.table-dark tbody,
.table-dark tfoot,
.table-dark thead {
  color: inherit;
}

.table-dark td,
.table-dark th,
.table-dark .table {
  border-color: #303030;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    overflow-x: auto;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    overflow-x: auto;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media (max-width: 1023.98px) {
  .table-responsive-lg {
    display: block;
    overflow-x: auto;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media (max-width: 1439.98px) {
  .table-responsive-xl {
    display: block;
    overflow-x: auto;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.table-responsive {
  display: block;
  overflow-x: auto;
  width: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.modal {
  display: none;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 240;
}

.modal.fade {
  transition-duration: 0.375s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 576px) {
  .modal.fade {
    transition-duration: 0.4875s;
  }
}

@media (min-width: 1024px) {
  .modal.fade {
    transition-duration: 0.25s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade {
    transition: none;
  }
}

.modal.fade .modal-dialog {
  transition-duration: 0.375s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(0.87);
}

@media (min-width: 576px) {
  .modal.fade .modal-dialog {
    transition-duration: 0.4875s;
  }
}

@media (min-width: 1024px) {
  .modal.fade .modal-dialog {
    transition-duration: 0.25s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: scale(1);
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.38);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 239;
}

.modal-content {
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  vertical-align: baseline;
  width: 100%;
}

.modal-dialog {
  margin: 1.5rem auto;
  max-width: 35rem;
  pointer-events: none;
  position: relative;
  width: calc(100% - 1.5rem * 2);
}

.modal-dialog-centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - 1.5rem * 2);
}

.modal-lg {
  max-width: 52.5rem;
}

.modal-sm {
  max-width: 17.5rem;
}

.modal-body {
  flex: 1 1 auto;
  padding: 1.25rem 1.5rem;
  position: relative;
}

.modal-body:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.modal-body:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.modal-header + .modal-body {
  padding-top: 0;
}

.modal-body > :last-child {
  margin-bottom: 0;
}

.modal-footer {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  padding: 0.5rem 0.5rem 0.5rem 0rem;
}

.modal-footer:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.modal-footer:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.modal-footer .btn {
  background-color: transparent;
  box-shadow: none;
  max-width: calc(50% - 0.5rem);
  min-width: 4rem;
  overflow: hidden;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  text-overflow: ellipsis;
}

.modal-footer .btn-primary,
.modal-footer .btn-primary:active,
.modal-footer .btn-primary:focus,
.modal-footer .btn-primary:hover {
  color: #B48C72;
}

.modal-footer .btn-primary.disabled,
.modal-footer .btn-primary:disabled {
  color: rgba(0, 0, 0, 0.26);
}

.modal-footer .btn-secondary,
.modal-footer .btn-secondary:active,
.modal-footer .btn-secondary:focus,
.modal-footer .btn-secondary:hover {
  color: #3F3A36;
}

.modal-footer .btn-secondary.disabled,
.modal-footer .btn-secondary:disabled {
  color: rgba(0, 0, 0, 0.26);
}

.modal-footer .btn-danger,
.modal-footer .btn-danger:active,
.modal-footer .btn-danger:focus,
.modal-footer .btn-danger:hover {
  color: #f44336;
}

.modal-footer .btn-danger.disabled,
.modal-footer .btn-danger:disabled {
  color: rgba(0, 0, 0, 0.26);
}

.modal-footer .btn-info,
.modal-footer .btn-info:active,
.modal-footer .btn-info:focus,
.modal-footer .btn-info:hover {
  color: #2196f3;
}

.modal-footer .btn-info.disabled,
.modal-footer .btn-info:disabled {
  color: rgba(0, 0, 0, 0.26);
}

.modal-footer .btn-success,
.modal-footer .btn-success:active,
.modal-footer .btn-success:focus,
.modal-footer .btn-success:hover {
  color: #4caf50;
}

.modal-footer .btn-success.disabled,
.modal-footer .btn-success:disabled {
  color: rgba(0, 0, 0, 0.26);
}

.modal-footer .btn-warning,
.modal-footer .btn-warning:active,
.modal-footer .btn-warning:focus,
.modal-footer .btn-warning:hover {
  color: #ff9800;
}

.modal-footer .btn-warning.disabled,
.modal-footer .btn-warning:disabled {
  color: rgba(0, 0, 0, 0.26);
}

.modal-footer .btn-dark,
.modal-footer .btn-dark:active,
.modal-footer .btn-dark:focus,
.modal-footer .btn-dark:hover {
  color: #424242;
}

.modal-footer .btn-dark.disabled,
.modal-footer .btn-dark:disabled {
  color: rgba(0, 0, 0, 0.26);
}

.modal-footer .btn-light,
.modal-footer .btn-light:active,
.modal-footer .btn-light:focus,
.modal-footer .btn-light:hover {
  color: #f5f5f5;
}

.modal-footer .btn-light.disabled,
.modal-footer .btn-light:disabled {
  color: rgba(0, 0, 0, 0.26);
}

.modal-footer .btn.active,
.modal-footer .btn:active {
  background-color: rgba(153, 153, 153, 0.4);
  box-shadow: none;
}

.modal-footer .btn.disabled,
.modal-footer .btn:disabled {
  background-color: transparent;
}

.modal-footer > * {
  margin-left: 0.5rem;
}

.modal-footer-stacked {
  align-items: stretch;
  flex-direction: column;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}

.modal-footer-stacked .btn {
  text-align: right;
  text-align: end;
  border-radius: 0;
  margin-left: 0;
  max-width: none;
  padding: 1.0625rem 1rem;
}

[dir='rtl'] .modal-footer-stacked .btn {
  text-align: left;
  text-align: end;
}

.modal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
}

.modal-header:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.modal-header:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.modal-title {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin: 0;
}

.modal-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -99999px;
  width: 50px;
}

.list-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}

.list-group-item {
  transition-duration: 0.3s;
  transition-property: background-color, color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #ffffff;
  border: 0;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 0.9375rem;
  line-height: 1.42857;
  min-height: 3rem;
  padding: 0.83036rem 1.5rem;
  position: relative;
}

@media (min-width: 576px) {
  .list-group-item {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .list-group-item {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .list-group-item {
    transition: none;
  }
}

.list-group-item:active,
.list-group-item:focus,
.list-group-item:hover {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

.list-group-item.active {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.87);
}

.list-group-item.disabled,
.list-group-item:disabled {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.38);
}

.list-group-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.list-group-item:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.card .list-group-item {
  padding-right: 1rem;
  padding-left: 1rem;
}

.list-group-item-action {
  color: rgba(0, 0, 0, 0.87);
  text-align: inherit;
  width: 100%;
}

.list-group-item-action:active,
.list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

.list-group-item-action.disabled,
.list-group-item-action:disabled {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.38);
}

.list-group-item-action:focus {
  outline: 0;
}

.list-group-item-primary {
  background-color: #d7c2b5;
  color: rgba(0, 0, 0, 0.87);
}

.list-group-item-primary.active {
  background-color: #B48C72;
  color: white;
}

.list-group-item-primary.list-group-item-action:active,
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  background-color: #B48C72;
  color: white;
}

.list-group-item-secondary {
  background-color: #766d65;
  color: white;
}

.list-group-item-secondary.active {
  background-color: #3F3A36;
  color: white;
}

.list-group-item-secondary.list-group-item-action:active,
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  background-color: #3F3A36;
  color: white;
}

.list-group-item-danger {
  background-color: #ffcdd2;
  color: rgba(0, 0, 0, 0.87);
}

.list-group-item-danger.active {
  background-color: #f44336;
  color: white;
}

.list-group-item-danger.list-group-item-action:active,
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  background-color: #f44336;
  color: white;
}

.list-group-item-info {
  background-color: #bbdefb;
  color: rgba(0, 0, 0, 0.87);
}

.list-group-item-info.active {
  background-color: #2196f3;
  color: white;
}

.list-group-item-info.list-group-item-action:active,
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  background-color: #2196f3;
  color: white;
}

.list-group-item-success {
  background-color: #c8e6c9;
  color: rgba(0, 0, 0, 0.87);
}

.list-group-item-success.active {
  background-color: #4caf50;
  color: white;
}

.list-group-item-success.list-group-item-action:active,
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  background-color: #4caf50;
  color: white;
}

.list-group-item-warning {
  background-color: #ffe0b2;
  color: rgba(0, 0, 0, 0.87);
}

.list-group-item-warning.active {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}

.list-group-item-warning.list-group-item-action:active,
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}

.list-group-item-dark {
  background-color: #757575;
  color: white;
}

.list-group-item-dark.active {
  background-color: #424242;
  color: white;
}

.list-group-item-dark.list-group-item-action:active,
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  background-color: #424242;
  color: white;
}

.list-group-item-light {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.list-group-item-light.active {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}

.list-group-item-light.list-group-item-action:active,
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}

.expansion-panel {
  transition-duration: 0.3s;
  transition-property: background-color, color, margin;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
}

@media (min-width: 576px) {
  .expansion-panel {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .expansion-panel {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .expansion-panel {
    transition: none;
  }
}

.expansion-panel.show {
  border-radius: 2px;
}

.expansion-panel.show:not(:first-child) {
  margin-top: 1rem;
}

.card .expansion-panel.show:not(:first-child) {
  margin-top: 0;
}

.expansion-panel.show:not(:last-child) {
  margin-bottom: 1rem;
}

.card .expansion-panel.show:not(:last-child) {
  margin-bottom: 0;
}

.expansion-panel.show + .expansion-panel {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.expansion-panel.show + .expansion-panel.show {
  margin-top: 0;
}

.card .expansion-panel.show + .expansion-panel {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.expansion-panel.show-predecessor {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.card .expansion-panel.show-predecessor {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card .expansion-panel {
  padding-right: 0;
  padding-left: 0;
}

.expansion-panel-body {
  padding: 1rem 1.5rem;
}

.card .expansion-panel-body {
  padding-right: 1rem;
  padding-left: 1rem;
}

.expansion-panel-footer {
  align-items: flex-end;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: flex-end;
  padding: 1rem 0.5rem 0.75rem 0rem;
}

.card .expansion-panel-footer {
  padding-right: 1rem;
  padding-left: 0.5rem;
}

.expansion-panel-footer .btn {
  margin-bottom: 0.25rem;
  margin-left: 0.5rem;
  min-width: 4rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.card .expansion-panel-footer .btn {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.expansion-panel-icon {
  flex-shrink: 0;
  margin-left: 1rem;
}

[data-toggle='collapse'].collapsed .expansion-panel-icon .collapsed-hide {
  display: none;
}

[data-toggle='collapse']:not(.collapsed) .expansion-panel-icon .collapsed-show {
  display: none;
}

.expansion-panel-toggler {
  align-items: center;
  color: inherit;
  display: flex;
  justify-content: space-between;
  min-height: 3rem;
  padding: 0.83036rem 1.5rem;
  text-align: inherit;
  width: 100%;
}

.expansion-panel-toggler:active,
.expansion-panel-toggler:focus,
.expansion-panel-toggler:hover {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

.expansion-panel-toggler.disabled,
.expansion-panel-toggler:disabled {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.38);
}

.expansion-panel-toggler:focus {
  outline: 0;
}

.card .expansion-panel-toggler {
  padding-right: 1rem;
  padding-left: 1rem;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-flush .list-group-item {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
  box-shadow: none;
}

.list-group-flush .list-group-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}

.dropdown-menu {
  border-radius: 2px;
  text-align: left;
  text-align: start;
  background-color: transparent;
  color: inherit;
  display: none;
  float: left;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  list-style: none;
  margin: 0;
  min-width: 7rem;
  padding: 0.5rem 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 80;
}

[dir='rtl'] .dropdown-menu {
  text-align: right;
  text-align: start;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu.show::before,
.dropdown-menu.show > * {
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 576px) {
  .dropdown-menu.show::before,
  .dropdown-menu.show > * {
    animation-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .dropdown-menu.show::before,
  .dropdown-menu.show > * {
    animation-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .dropdown-menu.show::before,
  .dropdown-menu.show > * {
    animation: none;
  }
}

.dropdown-menu.show::before {
  animation-name: dropdown-menu-show;
}

.dropdown-menu.show > * {
  animation-name: dropdown-item-show;
}

.dropdown-menu.show > :nth-child(1) {
  animation-name: dropdown-item-show-1;
}

.dropdown-menu.show > :nth-child(2) {
  animation-name: dropdown-item-show-2;
}

.dropdown-menu.show > :nth-child(3) {
  animation-name: dropdown-item-show-3;
}

.dropdown-menu::before {
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: 0 0;
  z-index: -1;
}

.nav:not(.flex-column):not(.flex-column-reverse) .dropdown-menu {
  min-width: 100%;
}

.menu {
  margin-top: -3.125rem;
}

.menu::before {
  transform-origin: 0 2rem;
}

.show > a {
  outline: 0;
}

.dropdown-menu-right:not([x-placement]) {
  right: 0;
  left: auto;
}

.dropdown-menu-right:not([x-placement]).menu::before {
  transform-origin: 100% 2rem;
}

.dropdown-menu-right:not([x-placement])::before {
  transform-origin: 100% 0;
}

.dropleft .dropdown-menu:not([x-placement]) {
  top: 0;
  right: 100%;
  left: auto;
}

.dropleft .dropdown-menu:not([x-placement]).menu {
  margin-top: 0;
}

.dropleft .dropdown-menu:not([x-placement])::before {
  transform-origin: 100% 0;
}

.dropright .dropdown-menu:not([x-placement]) {
  top: 0;
  left: 100%;
}

.dropright .dropdown-menu:not([x-placement]).menu {
  margin-top: 0;
}

.dropright .dropdown-menu:not([x-placement])::before {
  transform-origin: 0 0;
}

.dropup .dropdown-menu:not([x-placement]) {
  top: auto;
  bottom: 100%;
}

.dropup .dropdown-menu:not([x-placement]).menu {
  margin-top: 0;
  margin-bottom: -3.125rem;
}

.dropup .dropdown-menu:not([x-placement]).menu::before {
  transform-origin: 0 calc(100% - 2rem);
}

.dropup .dropdown-menu:not([x-placement])::before {
  transform-origin: 0 100%;
}

.dropup .dropdown-menu:not([x-placement]) > :nth-child(1),
.dropup .dropdown-menu:not([x-placement]) > :nth-child(2),
.dropup .dropdown-menu:not([x-placement]) > :nth-child(3) {
  animation-name: dropdown-item-show;
}

.dropup .dropdown-menu:not([x-placement]) > :nth-last-child(1) {
  animation-name: dropdown-item-show-1;
}

.dropup .dropdown-menu:not([x-placement]) > :nth-last-child(2) {
  animation-name: dropdown-item-show-2;
}

.dropup .dropdown-menu:not([x-placement]) > :nth-last-child(3) {
  animation-name: dropdown-item-show-3;
}

.dropup .dropdown-menu-right:not([x-placement]).menu::before {
  transform-origin: 100% calc(100% - 2rem);
}

.dropup .dropdown-menu-right:not([x-placement])::before {
  transform-origin: 100% 100%;
}

.dropdown-menu[x-placement='bottom-end']::before,
.dropdown-menu[x-placement='left-start']::before {
  transform-origin: 100% 0;
}

.dropdown-menu[x-placement='top-end'].show > :nth-child(1),
.dropdown-menu[x-placement='top-end'].show > :nth-child(2),
.dropdown-menu[x-placement='top-end'].show > :nth-child(3),
.dropdown-menu[x-placement='top-start'].show > :nth-child(1),
.dropdown-menu[x-placement='top-start'].show > :nth-child(2),
.dropdown-menu[x-placement='top-start'].show > :nth-child(3) {
  animation-name: dropdown-item-show;
}

.dropdown-menu[x-placement='top-end'].show > :nth-last-child(1),
.dropdown-menu[x-placement='top-start'].show > :nth-last-child(1) {
  animation-name: dropdown-item-show-1;
}

.dropdown-menu[x-placement='top-end'].show > :nth-last-child(2),
.dropdown-menu[x-placement='top-start'].show > :nth-last-child(2) {
  animation-name: dropdown-item-show-2;
}

.dropdown-menu[x-placement='top-end'].show > :nth-last-child(3),
.dropdown-menu[x-placement='top-start'].show > :nth-last-child(3) {
  animation-name: dropdown-item-show-3;
}

.dropdown-menu[x-placement='top-end']::before {
  transform-origin: 100% 100%;
}

.dropdown-menu[x-placement='top-start']::before {
  transform-origin: 0 100%;
}

.menu[x-placement='bottom-end']::before {
  transform-origin: 100% 2rem;
}

.menu[x-placement='left-start'],
.menu[x-placement='right-start'] {
  margin-top: 0;
}

.menu[x-placement='left-start']::before {
  transform-origin: 100% 0;
}

.menu[x-placement='right-start']::before {
  transform-origin: 0 0;
}

.menu[x-placement='top-end'],
.menu[x-placement='top-start'] {
  margin-top: 0;
  margin-bottom: -3.125rem;
}

.menu[x-placement='top-end']::before {
  transform-origin: 100% calc(100% - 2rem);
}

.menu[x-placement='top-start']::before {
  transform-origin: 0 calc(100% - 2rem);
}

@keyframes dropdown-item-show {
  0% {
    opacity: 0;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes dropdown-item-show-1 {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes dropdown-item-show-2 {
  0% {
    opacity: 0;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes dropdown-item-show-3 {
  0% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes dropdown-menu-show {
  0% {
    transform: scale(0, 0);
  }

  20% {
    transform: scale(0.33333, 0);
  }

  40% {
    transform: scale(0.66667, 0.25);
  }

  60% {
    transform: scale(1, 0.5);
  }

  80% {
    transform: scale(1, 0.75);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes menu-animation {
  0% {
    margin-top: -3.5rem;
  }

  100% {
    margin-top: 0;
  }
}

.dropdown-menu-sm,
.menu-cascading {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 576px) {
  .dropdown-menu-sm,
  .menu-cascading {
    min-width: 20rem;
  }
}

.menu-cascading {
  margin-top: -2.75rem;
}

.menu-cascading[x-placement='top-end'],
.menu-cascading[x-placement='top-start'] {
  margin-top: 0;
  margin-bottom: -2.75rem;
}

.menu-cascading[x-placement='top-end']::before {
  transform-origin: 100% calc(100% - 2rem);
}

.menu-cascading[x-placement='top-start']::before {
  transform-origin: 0 calc(100% - 2rem);
}

.dropdown-divider {
  background-color: rgba(0, 0, 0, 0.12);
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
}

.dropdown-header {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 1rem;
  font-weight: bolder;
  line-height: 1.5rem;
  margin: 0;
  padding: 0.75rem 1rem;
  white-space: nowrap;
}

.dropdown-menu-sm .dropdown-header,
.menu-cascading .dropdown-header {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  padding: 0.25rem 1.5rem;
}

.dropdown-item {
  transition-duration: 0.3s;
  transition-property: background-color, color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background: none;
  border: 0;
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-weight: inherit;
  padding: 0.75rem 1rem;
  position: relative;
  text-align: inherit;
  transform-origin: 0 0;
  white-space: nowrap;
  width: 100%;
}

@media (min-width: 576px) {
  .dropdown-item {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .dropdown-item {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .dropdown-item {
    transition: none;
  }
}

.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

.dropdown-item.active {
  background-color: #f5f5f5;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38);
  pointer-events: none;
}

.dropdown-menu-sm .dropdown-item,
.menu-cascading .dropdown-item {
  padding: 0.25rem 1.5rem;
}

.dropdown-item-text {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-weight: inherit;
  padding: 0.75rem 1rem;
  transform-origin: 0 0;
}

.dropdown-menu-sm .dropdown-item-text,
.menu-cascading .dropdown-item-text {
  padding: 0.25rem 1.5rem;
}

.dropdown-toggle::after {
  font-size: 1.71429em;
  line-height: 0.58333em;
  vertical-align: -0.3022em;
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  content: "expand_more";
  display: inline-block;
  margin-right: -0.2em;
  margin-left: 0.2em;
  vertical-align: top;
}

.dropright .dropdown-toggle::after {
  content: "keyboard_arrow_right";
}

.dropup .dropdown-toggle::after {
  content: "expand_less";
}

.dropdown-toggle:empty::after {
  margin-left: -0.2em;
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  font-size: 1.71429em;
  line-height: 0.58333em;
  vertical-align: -0.3022em;
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  content: "keyboard_arrow_left";
  display: inline-block;
  margin-right: 0.2em;
  margin-left: -0.2em;
}

.navdrawer {
  display: none;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 160;
}

.navdrawer-backdrop {
  transition-duration: 0.375s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.38);
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 159;
}

@media (min-width: 576px) {
  .navdrawer-backdrop {
    transition-duration: 0.4875s;
  }
}

@media (min-width: 1024px) {
  .navdrawer-backdrop {
    transition-duration: 0.25s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .navdrawer-backdrop {
    transition: none;
  }
}

.navdrawer-backdrop.show {
  opacity: 1;
}

.navdrawer-content {
  transition-duration: 0.195s;
  transition-property: box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  background-color: #ffffff;
  max-width: calc(100% - 3.5rem);
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translate3d(-100%, 0, 0);
  width: 17.5rem;
}

@media (min-width: 576px) {
  .navdrawer-content {
    transition-duration: 0.2535s;
  }
}

@media (min-width: 1024px) {
  .navdrawer-content {
    transition-duration: 0.13s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .navdrawer-content {
    transition: none;
  }
}

.navdrawer-right .navdrawer-content {
  right: 0;
  left: auto;
  transform: translate3d(100%, 0, 0);
}

.navdrawer.show .navdrawer-content {
  transition-duration: 0.225s;
  transition-property: box-shadow, transform;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 576px) {
  .navdrawer.show .navdrawer-content {
    transition-duration: 0.2925s;
  }
}

@media (min-width: 1024px) {
  .navdrawer.show .navdrawer-content {
    transition-duration: 0.15s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .navdrawer.show .navdrawer-content {
    transition: none;
  }
}

.navdrawer-body {
  margin-bottom: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

.navdrawer-divider {
  background-color: rgba(0, 0, 0, 0.12);
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
}

.navdrawer-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.625rem 1rem;
}

.navdrawer-subheader {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.38);
  display: block;
  font-weight: 500;
  height: 3rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.0625rem 1rem;
}

.navdrawer-divider + .navdrawer-subheader {
  margin-top: -0.5rem;
}

.navdrawer-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0;
}

.navdrawer-header + .navdrawer-nav,
.navdrawer-subheader + .navdrawer-nav {
  margin-top: 0;
}

.navdrawer-nav .nav-link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition-duration: 0.3s;
  transition-property: background-color, color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  padding: 1.0625rem 1rem;
}

@media (min-width: 576px) {
  .navdrawer-nav .nav-link {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .navdrawer-nav .nav-link {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .navdrawer-nav .nav-link {
    transition: none;
  }
}

.navdrawer-nav .nav-link:active,
.navdrawer-nav .nav-link:focus,
.navdrawer-nav .nav-link:hover {
  background-color: #f5f5f5;
}

.navdrawer-nav .nav-link.active,
.navdrawer-nav .nav-link:active {
  color: #B48C72;
}

.navdrawer-nav .nav-link.disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38);
}

.navdrawer-nav .nav-link:focus {
  outline: 0;
}

.navdrawer-nav .active > .nav-link {
  color: #B48C72;
}

.navdrawer-nav-icon {
  color: rgba(0, 0, 0, 0.54);
  width: 3.5rem;
}

.nav-link:active .navdrawer-nav-icon,
.nav-link.active .navdrawer-nav-icon {
  color: #B48C72;
}

.active > .nav-link .navdrawer-nav-icon {
  color: #B48C72;
}

@media (min-width: 576px) {
  .navdrawer-backdrop-permanent-sm {
    display: none;
    transition: none;
  }

  .navdrawer-backdrop-persistent-sm {
    display: none;
    transition: none;
  }

  .navdrawer-backdrop-temporary-sm {
    display: none;
    transition: none;
  }

  .navdrawer-permanent-sm {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    display: block !important;
    right: auto;
    width: 17.5rem;
    z-index: auto;
  }

  .navdrawer-permanent-sm.navdrawer-permanent-clipped,
  .navdrawer-permanent-sm.navdrawer-permanent-float {
    top: 3.5rem;
  }

  .navdrawer-permanent-sm.navdrawer-permanent-float {
    border-right: 0;
  }

  .navdrawer-permanent-sm.navdrawer-permanent-float.navdrawer-right {
    border-left: 0;
  }

  .navdrawer-permanent-sm.navdrawer-permanent-float .navdrawer-content {
    background-color: transparent;
  }

  .navdrawer-permanent-sm.navdrawer-right {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    right: 0;
    left: auto;
  }

  .navdrawer-permanent-sm.show .navdrawer-content {
    box-shadow: none;
  }

  .navdrawer-permanent-sm .navdrawer-content {
    max-width: none;
    position: absolute;
    transform: translate3d(0, 0, 0);
    width: 100%;
  }

  .navdrawer-persistent-sm {
    right: auto;
    width: 17.5rem;
    z-index: auto;
  }

  .navdrawer-persistent-sm.navdrawer-persistent-clipped {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin-top: -1px;
    top: 3.5rem;
    z-index: 39;
  }

  .navdrawer-persistent-sm.navdrawer-right {
    right: 0;
    left: auto;
  }

  .navdrawer-persistent-sm.navdrawer-right .navdrawer-content {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }

  .navdrawer-persistent-sm.show .navdrawer-content {
    box-shadow: none;
  }

  .navdrawer-persistent-sm .navdrawer-content {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    max-width: none;
    position: absolute;
    width: 100%;
  }

  .navdrawer-temporary-sm {
    overflow: visible;
    right: auto;
    width: 17.5rem;
  }

  .navdrawer-temporary-sm.navdrawer-right {
    right: 0;
    left: auto;
  }

  .navdrawer-temporary-sm .navdrawer-content {
    max-width: none;
    position: absolute;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .navdrawer-backdrop-permanent-md {
    display: none;
    transition: none;
  }

  .navdrawer-backdrop-persistent-md {
    display: none;
    transition: none;
  }

  .navdrawer-backdrop-temporary-md {
    display: none;
    transition: none;
  }

  .navdrawer-permanent-md {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    display: block !important;
    right: auto;
    width: 17.5rem;
    z-index: auto;
  }

  .navdrawer-permanent-md.navdrawer-permanent-clipped,
  .navdrawer-permanent-md.navdrawer-permanent-float {
    top: 3.5rem;
  }

  .navdrawer-permanent-md.navdrawer-permanent-float {
    border-right: 0;
  }

  .navdrawer-permanent-md.navdrawer-permanent-float.navdrawer-right {
    border-left: 0;
  }

  .navdrawer-permanent-md.navdrawer-permanent-float .navdrawer-content {
    background-color: transparent;
  }

  .navdrawer-permanent-md.navdrawer-right {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    right: 0;
    left: auto;
  }

  .navdrawer-permanent-md.show .navdrawer-content {
    box-shadow: none;
  }

  .navdrawer-permanent-md .navdrawer-content {
    max-width: none;
    position: absolute;
    transform: translate3d(0, 0, 0);
    width: 100%;
  }

  .navdrawer-persistent-md {
    right: auto;
    width: 17.5rem;
    z-index: auto;
  }

  .navdrawer-persistent-md.navdrawer-persistent-clipped {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin-top: -1px;
    top: 3.5rem;
    z-index: 39;
  }

  .navdrawer-persistent-md.navdrawer-right {
    right: 0;
    left: auto;
  }

  .navdrawer-persistent-md.navdrawer-right .navdrawer-content {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }

  .navdrawer-persistent-md.show .navdrawer-content {
    box-shadow: none;
  }

  .navdrawer-persistent-md .navdrawer-content {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    max-width: none;
    position: absolute;
    width: 100%;
  }

  .navdrawer-temporary-md {
    overflow: visible;
    right: auto;
    width: 17.5rem;
  }

  .navdrawer-temporary-md.navdrawer-right {
    right: 0;
    left: auto;
  }

  .navdrawer-temporary-md .navdrawer-content {
    max-width: none;
    position: absolute;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .navdrawer-backdrop-permanent-lg {
    display: none;
    transition: none;
  }

  .navdrawer-backdrop-persistent-lg {
    display: none;
    transition: none;
  }

  .navdrawer-backdrop-temporary-lg {
    display: none;
    transition: none;
  }

  .navdrawer-permanent-lg {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    display: block !important;
    right: auto;
    width: 17.5rem;
    z-index: auto;
  }

  .navdrawer-permanent-lg.navdrawer-permanent-clipped,
  .navdrawer-permanent-lg.navdrawer-permanent-float {
    top: 3.5rem;
  }

  .navdrawer-permanent-lg.navdrawer-permanent-float {
    border-right: 0;
  }

  .navdrawer-permanent-lg.navdrawer-permanent-float.navdrawer-right {
    border-left: 0;
  }

  .navdrawer-permanent-lg.navdrawer-permanent-float .navdrawer-content {
    background-color: transparent;
  }

  .navdrawer-permanent-lg.navdrawer-right {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    right: 0;
    left: auto;
  }

  .navdrawer-permanent-lg.show .navdrawer-content {
    box-shadow: none;
  }

  .navdrawer-permanent-lg .navdrawer-content {
    max-width: none;
    position: absolute;
    transform: translate3d(0, 0, 0);
    width: 100%;
  }

  .navdrawer-persistent-lg {
    right: auto;
    width: 17.5rem;
    z-index: auto;
  }

  .navdrawer-persistent-lg.navdrawer-persistent-clipped {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin-top: -1px;
    top: 3.5rem;
    z-index: 39;
  }

  .navdrawer-persistent-lg.navdrawer-right {
    right: 0;
    left: auto;
  }

  .navdrawer-persistent-lg.navdrawer-right .navdrawer-content {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }

  .navdrawer-persistent-lg.show .navdrawer-content {
    box-shadow: none;
  }

  .navdrawer-persistent-lg .navdrawer-content {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    max-width: none;
    position: absolute;
    width: 100%;
  }

  .navdrawer-temporary-lg {
    overflow: visible;
    right: auto;
    width: 17.5rem;
  }

  .navdrawer-temporary-lg.navdrawer-right {
    right: 0;
    left: auto;
  }

  .navdrawer-temporary-lg .navdrawer-content {
    max-width: none;
    position: absolute;
    width: 100%;
  }
}

@media (min-width: 1440px) {
  .navdrawer-backdrop-permanent-xl {
    display: none;
    transition: none;
  }

  .navdrawer-backdrop-persistent-xl {
    display: none;
    transition: none;
  }

  .navdrawer-backdrop-temporary-xl {
    display: none;
    transition: none;
  }

  .navdrawer-permanent-xl {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    display: block !important;
    right: auto;
    width: 17.5rem;
    z-index: auto;
  }

  .navdrawer-permanent-xl.navdrawer-permanent-clipped,
  .navdrawer-permanent-xl.navdrawer-permanent-float {
    top: 3.5rem;
  }

  .navdrawer-permanent-xl.navdrawer-permanent-float {
    border-right: 0;
  }

  .navdrawer-permanent-xl.navdrawer-permanent-float.navdrawer-right {
    border-left: 0;
  }

  .navdrawer-permanent-xl.navdrawer-permanent-float .navdrawer-content {
    background-color: transparent;
  }

  .navdrawer-permanent-xl.navdrawer-right {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    right: 0;
    left: auto;
  }

  .navdrawer-permanent-xl.show .navdrawer-content {
    box-shadow: none;
  }

  .navdrawer-permanent-xl .navdrawer-content {
    max-width: none;
    position: absolute;
    transform: translate3d(0, 0, 0);
    width: 100%;
  }

  .navdrawer-persistent-xl {
    right: auto;
    width: 17.5rem;
    z-index: auto;
  }

  .navdrawer-persistent-xl.navdrawer-persistent-clipped {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin-top: -1px;
    top: 3.5rem;
    z-index: 39;
  }

  .navdrawer-persistent-xl.navdrawer-right {
    right: 0;
    left: auto;
  }

  .navdrawer-persistent-xl.navdrawer-right .navdrawer-content {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }

  .navdrawer-persistent-xl.show .navdrawer-content {
    box-shadow: none;
  }

  .navdrawer-persistent-xl .navdrawer-content {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    max-width: none;
    position: absolute;
    width: 100%;
  }

  .navdrawer-temporary-xl {
    overflow: visible;
    right: auto;
    width: 17.5rem;
  }

  .navdrawer-temporary-xl.navdrawer-right {
    right: 0;
    left: auto;
  }

  .navdrawer-temporary-xl .navdrawer-content {
    max-width: none;
    position: absolute;
    width: 100%;
  }
}

.navdrawer-backdrop-permanent {
  display: none;
  transition: none;
}

.navdrawer-backdrop-persistent {
  display: none;
  transition: none;
}

.navdrawer-backdrop-temporary {
  display: none;
  transition: none;
}

.navdrawer-permanent {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  display: block !important;
  right: auto;
  width: 17.5rem;
  z-index: auto;
}

.navdrawer-permanent.navdrawer-permanent-clipped,
.navdrawer-permanent.navdrawer-permanent-float {
  top: 3.5rem;
}

.navdrawer-permanent.navdrawer-permanent-float {
  border-right: 0;
}

.navdrawer-permanent.navdrawer-permanent-float.navdrawer-right {
  border-left: 0;
}

.navdrawer-permanent.navdrawer-permanent-float .navdrawer-content {
  background-color: transparent;
}

.navdrawer-permanent.navdrawer-right {
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  right: 0;
  left: auto;
}

.navdrawer-permanent.show .navdrawer-content {
  box-shadow: none;
}

.navdrawer-permanent .navdrawer-content {
  max-width: none;
  position: absolute;
  transform: translate3d(0, 0, 0);
  width: 100%;
}

.navdrawer-persistent {
  right: auto;
  width: 17.5rem;
  z-index: auto;
}

.navdrawer-persistent.navdrawer-persistent-clipped {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-top: -1px;
  top: 3.5rem;
  z-index: 39;
}

.navdrawer-persistent.navdrawer-right {
  right: 0;
  left: auto;
}

.navdrawer-persistent.navdrawer-right .navdrawer-content {
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.navdrawer-persistent.show .navdrawer-content {
  box-shadow: none;
}

.navdrawer-persistent .navdrawer-content {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  max-width: none;
  position: absolute;
  width: 100%;
}

.navdrawer-temporary {
  overflow: visible;
  right: auto;
  width: 17.5rem;
}

.navdrawer-temporary.navdrawer-right {
  right: 0;
  left: auto;
}

.navdrawer-temporary .navdrawer-content {
  max-width: none;
  position: absolute;
  width: 100%;
}

.picker {
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 100%, 0);
  transition-delay: 0.675s;
  transition-duration: 0;
  transition-property: transform;
  z-index: 240;
}

@media (min-width: 576px) {
  .picker {
    transition-delay: 0.8775s;
  }
}

@media (min-width: 1024px) {
  .picker {
    transition-delay: 0.45s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .picker {
    transition: none;
  }
}

.picker.picker-opened {
  overflow-x: hidden;
  overflow-y: auto;
  transform: translate3d(0, 0, 0);
  transition: none;
}

.picker-frame {
  margin: 1.5rem 1.5rem;
}

.picker-holder {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  align-items: center;
  background-color: rgba(0, 0, 0, 0.38);
  display: flex;
  justify-content: center;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  transition-delay: 0.375s;
}

@media (min-width: 576px) {
  .picker-holder {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .picker-holder {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .picker-holder {
    transition: none;
  }
}

@media (min-width: 576px) {
  .picker-holder {
    transition-delay: 0.4875s;
  }
}

@media (min-width: 1024px) {
  .picker-holder {
    transition-delay: 0.25s;
  }
}

.picker-opened .picker-holder {
  opacity: 1;
  transition-delay: 0s;
}

.picker-wrap {
  border-radius: 2px;
  transition-duration: 0.375s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.42857;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  max-width: 18.5rem;
  opacity: 0;
  outline: 0;
  pointer-events: auto;
  position: relative;
  transform: scale(0.87);
}

@media (min-width: 576px) {
  .picker-wrap {
    transition-duration: 0.4875s;
  }
}

@media (min-width: 1024px) {
  .picker-wrap {
    transition-duration: 0.25s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .picker-wrap {
    transition: none;
  }
}

@media (orientation: landscape) {
  .picker-wrap {
    display: flex;
    max-width: none;
  }
}

.picker-opened .picker-wrap {
  opacity: 1;
  transform: scale(1);
}

.picker-footer {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  display: flex;
  justify-content: flex-end;
  padding: 0.5rem 0.5rem;
}

@media (orientation: landscape) {
  .picker-footer {
    border-radius: 0 0 2px 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.picker-footer button {
  flex: 0 1 auto;
  margin-left: 0.5rem;
  min-width: 0;
}

.picker-footer button:first-child {
  margin-left: 0;
}

.picker-header {
  height: 2.5rem;
  line-height: 2.5rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding-right: 3rem;
  padding-left: 3rem;
  position: relative;
  text-align: center;
}

@media (orientation: landscape) {
  .picker-header {
    margin-top: 0.5rem;
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
}

.picker-month,
.picker-year {
  display: inline;
  margin-left: 0.5rem;
}

.picker-month:first-child,
.picker-year:first-child {
  margin-left: 0;
}

.picker-nav-next,
.picker-nav-prev {
  height: 2.5rem;
  margin-top: -1.25rem;
  position: absolute;
  top: 50%;
  width: 2.5rem;
}

.picker-nav-next,
.picker-nav-next.material-icons,
.picker-nav-prev,
.picker-nav-prev.material-icons {
  line-height: 2.5rem;
}

.picker-nav-next {
  right: 0;
}

.picker-nav-next::before {
  content: "keyboard_arrow_right";
}

.picker-nav-prev {
  left: 0;
}

.picker-nav-prev::before {
  content: "keyboard_arrow_left";
}

.picker-date-display {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #B48C72;
  color: white;
  padding: 1rem 1.5rem;
}

@media (orientation: landscape) {
  .picker-date-display {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
    min-width: 9.75rem;
    white-space: nowrap;
  }
}

.picker-date-display-bottom {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.17647;
}

.picker-day-display {
  margin-right: 0.5rem;
}

.picker-weekday-display {
  margin-right: 0.5rem;
}

@media (orientation: landscape) {
  .picker-weekday-display {
    display: block;
    margin-right: 0;
  }
}

.picker-weekday-display::after {
  content: ',';
}

.picker-box {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #ffffff;
  overflow: hidden;
}

@media (orientation: landscape) {
  .picker-box {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
}

.picker-input.form-control[readonly] {
  border-bottom-style: solid;
  color: inherit;
  cursor: text;
}

.picker-input.picker-input-active {
  border-bottom-color: #3F3A36;
}

.picker-day {
  border-radius: 50%;
  cursor: default;
  height: 2.5rem;
  line-height: 2.5rem;
  margin: auto;
  vertical-align: middle;
  width: 2.5rem;
}

@media (orientation: landscape) {
  .picker-day {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
}

.picker-day.picker-day-selected {
  background-color: #B48C72;
  color: white;
}

.picker-day-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.picker-day-outfocus {
  display: none;
}

.picker-day-today {
  color: #B48C72;
  font-weight: bolder;
}

.picker-table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0.5rem;
  table-layout: fixed;
}

.picker-table td,
.picker-table th {
  border: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.picker-table th {
  font-weight: inherit;
}

.picker-weekday {
  color: rgba(0, 0, 0, 0.38);
  height: 2.5rem;
  vertical-align: middle;
  width: 2.5rem;
}

.picker-select-month,
.picker-select-year {
  border-radius: 2px;
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  appearance: none;
  background-color: rgba(0, 0, 0, 0.12);
  background-image: none;
  background-position: 100% 50%;
  background-size: auto 100%;
  border: 0;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
  font-size: inherit;
  height: 1.25rem;
  line-height: 1.25rem;
  opacity: 0.7;
  padding: 0 1.25rem 0 0.5rem;
}

@media (min-width: 576px) {
  .picker-select-month,
  .picker-select-year {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .picker-select-month,
  .picker-select-year {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .picker-select-month,
  .picker-select-year {
    transition: none;
  }
}

.picker-select-month:focus,
.picker-select-month:hover,
.picker-select-year:focus,
.picker-select-year:hover {
  opacity: 1;
}

@-moz-document url-prefix('')  {
  .picker-select-month,
  .picker-select-year {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23000000" fill-opacity="0.54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M7 10l5 5 5-5z"/%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
  }
}

@media (-webkit-min-device-pixel-ratio: 0) {
  .picker-select-month,
  .picker-select-year {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23000000" fill-opacity="0.54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M7 10l5 5 5-5z"/%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
  }
}

.picker-select-month:focus,
.picker-select-year:focus {
  outline: 0;
}

.picker-select-month {
  margin-left: 0.5rem;
}

.progress {
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.progress-bar {
  border-bottom: 0.25rem solid #3f51b5;
}

.progress-bar.bg-primary {
  background-color: transparent !important;
  border-bottom-color: #B48C72;
}

.progress-bar.bg-primary::after {
  background-color: #d7c2b5;
}

.progress-bar.bg-secondary {
  background-color: transparent !important;
  border-bottom-color: #3F3A36;
}

.progress-bar.bg-secondary::after {
  background-color: #766d65;
}

.progress-bar.bg-danger {
  background-color: transparent !important;
  border-bottom-color: #f44336;
}

.progress-bar.bg-danger::after {
  background-color: #ffcdd2;
}

.progress-bar.bg-info {
  background-color: transparent !important;
  border-bottom-color: #2196f3;
}

.progress-bar.bg-info::after {
  background-color: #bbdefb;
}

.progress-bar.bg-success {
  background-color: transparent !important;
  border-bottom-color: #4caf50;
}

.progress-bar.bg-success::after {
  background-color: #c8e6c9;
}

.progress-bar.bg-warning {
  background-color: transparent !important;
  border-bottom-color: #ff9800;
}

.progress-bar.bg-warning::after {
  background-color: #ffe0b2;
}

.progress-bar.bg-dark {
  background-color: transparent !important;
  border-bottom-color: #424242;
}

.progress-bar.bg-dark::after {
  background-color: #757575;
}

.progress-bar.bg-light {
  background-color: transparent !important;
  border-bottom-color: #f5f5f5;
}

.progress-bar.bg-light::after {
  background-color: #fafafa;
}

.progress-bar::after {
  background-color: #c5cae9;
  content: '';
  display: block;
  height: 0.25rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.progress-bar-animated::before {
  animation-direction: reverse;
  animation-duration: 0.3s;
  animation-iteration-count: infinite;
  animation-name: progress-bar-animation;
  animation-timing-function: linear;
}

@media (min-width: 576px) {
  .progress-bar-animated::before {
    animation-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .progress-bar-animated::before {
    animation-duration: 0.2s;
  }
}

.progress-bar-animated,
.progress-bar-striped {
  box-sizing: content-box;
  position: relative;
}

.progress-bar-animated.bg-primary::before,
.progress-bar-striped.bg-primary::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #d7c2b5, #d7c2b5 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #d7c2b5, #d7c2b5 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #d7c2b5, #d7c2b5 0.125rem, transparent 0.125rem, transparent 100%);
}

.progress-bar-animated.bg-secondary::before,
.progress-bar-striped.bg-secondary::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #766d65, #766d65 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #766d65, #766d65 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #766d65, #766d65 0.125rem, transparent 0.125rem, transparent 100%);
}

.progress-bar-animated.bg-danger::before,
.progress-bar-striped.bg-danger::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #ffcdd2, #ffcdd2 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #ffcdd2, #ffcdd2 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #ffcdd2, #ffcdd2 0.125rem, transparent 0.125rem, transparent 100%);
}

.progress-bar-animated.bg-info::before,
.progress-bar-striped.bg-info::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #bbdefb, #bbdefb 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #bbdefb, #bbdefb 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #bbdefb, #bbdefb 0.125rem, transparent 0.125rem, transparent 100%);
}

.progress-bar-animated.bg-success::before,
.progress-bar-striped.bg-success::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #c8e6c9, #c8e6c9 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #c8e6c9, #c8e6c9 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #c8e6c9, #c8e6c9 0.125rem, transparent 0.125rem, transparent 100%);
}

.progress-bar-animated.bg-warning::before,
.progress-bar-striped.bg-warning::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #ffe0b2, #ffe0b2 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #ffe0b2, #ffe0b2 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #ffe0b2, #ffe0b2 0.125rem, transparent 0.125rem, transparent 100%);
}

.progress-bar-animated.bg-dark::before,
.progress-bar-striped.bg-dark::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #757575, #757575 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #757575, #757575 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #757575, #757575 0.125rem, transparent 0.125rem, transparent 100%);
}

.progress-bar-animated.bg-light::before,
.progress-bar-striped.bg-light::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #fafafa, #fafafa 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #fafafa, #fafafa 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #fafafa, #fafafa 0.125rem, transparent 0.125rem, transparent 100%);
}

.progress-bar-animated::after,
.progress-bar-striped::after {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  right: -1.5rem;
  bottom: -0.25rem;
}

.progress-bar-animated::before,
.progress-bar-striped::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #c5cae9, #c5cae9 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #c5cae9, #c5cae9 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #c5cae9, #c5cae9 0.125rem, transparent 0.125rem, transparent 100%);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 0.75rem 0.75rem;
  content: '';
  display: block;
  height: 0.25rem;
  position: absolute;
  right: -100vw;
  bottom: -0.25rem;
  left: 0;
  z-index: -1;
}

@keyframes progress-bar-animation {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0.75rem 0;
  }
}

.progress-bar-indeterminate {
  border-bottom-color: #c5cae9;
  position: relative;
  width: 100%;
}

.progress-bar-indeterminate.bg-primary {
  border-bottom-color: #d7c2b5;
}

.progress-bar-indeterminate.bg-primary::after,
.progress-bar-indeterminate.bg-primary::before {
  background-color: #B48C72;
}

.progress-bar-indeterminate.bg-primary::before {
  background-image: none;
}

.progress-bar-indeterminate.bg-secondary {
  border-bottom-color: #766d65;
}

.progress-bar-indeterminate.bg-secondary::after,
.progress-bar-indeterminate.bg-secondary::before {
  background-color: #3F3A36;
}

.progress-bar-indeterminate.bg-secondary::before {
  background-image: none;
}

.progress-bar-indeterminate.bg-danger {
  border-bottom-color: #ffcdd2;
}

.progress-bar-indeterminate.bg-danger::after,
.progress-bar-indeterminate.bg-danger::before {
  background-color: #f44336;
}

.progress-bar-indeterminate.bg-danger::before {
  background-image: none;
}

.progress-bar-indeterminate.bg-info {
  border-bottom-color: #bbdefb;
}

.progress-bar-indeterminate.bg-info::after,
.progress-bar-indeterminate.bg-info::before {
  background-color: #2196f3;
}

.progress-bar-indeterminate.bg-info::before {
  background-image: none;
}

.progress-bar-indeterminate.bg-success {
  border-bottom-color: #c8e6c9;
}

.progress-bar-indeterminate.bg-success::after,
.progress-bar-indeterminate.bg-success::before {
  background-color: #4caf50;
}

.progress-bar-indeterminate.bg-success::before {
  background-image: none;
}

.progress-bar-indeterminate.bg-warning {
  border-bottom-color: #ffe0b2;
}

.progress-bar-indeterminate.bg-warning::after,
.progress-bar-indeterminate.bg-warning::before {
  background-color: #ff9800;
}

.progress-bar-indeterminate.bg-warning::before {
  background-image: none;
}

.progress-bar-indeterminate.bg-dark {
  border-bottom-color: #757575;
}

.progress-bar-indeterminate.bg-dark::after,
.progress-bar-indeterminate.bg-dark::before {
  background-color: #424242;
}

.progress-bar-indeterminate.bg-dark::before {
  background-image: none;
}

.progress-bar-indeterminate.bg-light {
  border-bottom-color: #fafafa;
}

.progress-bar-indeterminate.bg-light::after,
.progress-bar-indeterminate.bg-light::before {
  background-color: #f5f5f5;
}

.progress-bar-indeterminate.bg-light::before {
  background-image: none;
}

.progress-bar-indeterminate::after,
.progress-bar-indeterminate::before {
  border-radius: 0.25rem;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-color: #3f51b5;
  width: 0%;
}

.progress-bar-indeterminate::after {
  animation-name: progress-bar-indeterminate-after;
  bottom: -0.25rem;
  z-index: 0;
}

.progress-bar-indeterminate::before {
  animation-name: progress-bar-indeterminate-before;
  content: '';
  display: block;
  height: 0.25rem;
  position: absolute;
  bottom: -0.25rem;
  z-index: 0;
}

@keyframes progress-bar-indeterminate-after {
  0% {
    left: 0%;
    width: 0%;
  }

  50% {
    left: 25%;
    width: 75%;
  }

  75% {
    left: 100%;
    width: 0%;
  }
}

@keyframes progress-bar-indeterminate-before {
  0%, 62.5% {
    left: 0%;
    width: 0%;
  }

  71.875% {
    left: 0%;
    width: 25%;
  }

  81.25% {
    left: 25%;
    width: 50%;
  }

  100% {
    left: 100%;
    width: 25%;
  }
}

.progress-circular {
  height: 2.5rem;
  position: relative;
  width: 2.5rem;
}

.progress-circular-gap {
  border-top: 0.125rem solid #3f51b5;
  position: absolute;
  top: 0;
  right: 1.1875rem;
  bottom: 0;
  left: 1.1875rem;
}

.progress-circular-inner {
  animation: progress-circular-inner-rotate 5.332s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  height: 2.5rem;
  position: relative;
  width: 2.5rem;
}

.progress-circular-left,
.progress-circular-right {
  height: 2.5rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1.25rem;
}

.progress-circular-left {
  left: 0;
}

.progress-circular-right {
  right: 0;
}

.progress-circular-spinner {
  border: 0.25rem solid #3f51b5;
  border-bottom-color: transparent;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  top: 0;
  width: 2.5rem;
}

.progress-circular-left .progress-circular-spinner {
  animation: progress-circular-spinner-left 1.333s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  border-right-color: transparent;
  left: 0;
}

.progress-circular-right .progress-circular-spinner {
  animation: progress-circular-spinner-right 1.333s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  border-left-color: transparent;
  right: 0;
}

.progress-circular-wrapper {
  animation: progress-circular-wrapper-rotate 2.666s linear infinite;
}

@keyframes progress-circular-inner-rotate {
  12.5% {
    transform: rotate(135deg);
  }

  25% {
    transform: rotate(270deg);
  }

  37.5% {
    transform: rotate(405deg);
  }

  50% {
    transform: rotate(540deg);
  }

  62.5% {
    transform: rotate(675deg);
  }

  75% {
    transform: rotate(810deg);
  }

  87.5% {
    transform: rotate(945deg);
  }

  100% {
    transform: rotate(1080deg);
  }
}

@keyframes progress-circular-spinner-left {
  0%, 100% {
    transform: rotate(130deg);
  }

  50% {
    transform: rotate(-5deg);
  }
}

@keyframes progress-circular-spinner-right {
  0%, 100% {
    transform: rotate(-130deg);
  }

  50% {
    transform: rotate(5deg);
  }
}

@keyframes progress-circular-wrapper-rotate {
  100% {
    transform: rotate(360deg);
  }
}

.progress-circular-primary .progress-circular-gap,
.progress-circular-primary .progress-circular-spinner {
  border-top-color: #B48C72;
}

.progress-circular-primary .progress-circular-left .progress-circular-spinner {
  border-left-color: #B48C72;
}

.progress-circular-primary .progress-circular-right .progress-circular-spinner {
  border-right-color: #B48C72;
}

.progress-circular-secondary .progress-circular-gap,
.progress-circular-secondary .progress-circular-spinner {
  border-top-color: #3F3A36;
}

.progress-circular-secondary .progress-circular-left .progress-circular-spinner {
  border-left-color: #3F3A36;
}

.progress-circular-secondary .progress-circular-right .progress-circular-spinner {
  border-right-color: #3F3A36;
}

.progress-circular-danger .progress-circular-gap,
.progress-circular-danger .progress-circular-spinner {
  border-top-color: #f44336;
}

.progress-circular-danger .progress-circular-left .progress-circular-spinner {
  border-left-color: #f44336;
}

.progress-circular-danger .progress-circular-right .progress-circular-spinner {
  border-right-color: #f44336;
}

.progress-circular-info .progress-circular-gap,
.progress-circular-info .progress-circular-spinner {
  border-top-color: #2196f3;
}

.progress-circular-info .progress-circular-left .progress-circular-spinner {
  border-left-color: #2196f3;
}

.progress-circular-info .progress-circular-right .progress-circular-spinner {
  border-right-color: #2196f3;
}

.progress-circular-success .progress-circular-gap,
.progress-circular-success .progress-circular-spinner {
  border-top-color: #4caf50;
}

.progress-circular-success .progress-circular-left .progress-circular-spinner {
  border-left-color: #4caf50;
}

.progress-circular-success .progress-circular-right .progress-circular-spinner {
  border-right-color: #4caf50;
}

.progress-circular-warning .progress-circular-gap,
.progress-circular-warning .progress-circular-spinner {
  border-top-color: #ff9800;
}

.progress-circular-warning .progress-circular-left .progress-circular-spinner {
  border-left-color: #ff9800;
}

.progress-circular-warning .progress-circular-right .progress-circular-spinner {
  border-right-color: #ff9800;
}

.progress-circular-dark .progress-circular-gap,
.progress-circular-dark .progress-circular-spinner {
  border-top-color: #424242;
}

.progress-circular-dark .progress-circular-left .progress-circular-spinner {
  border-left-color: #424242;
}

.progress-circular-dark .progress-circular-right .progress-circular-spinner {
  border-right-color: #424242;
}

.progress-circular-light .progress-circular-gap,
.progress-circular-light .progress-circular-spinner {
  border-top-color: #f5f5f5;
}

.progress-circular-light .progress-circular-left .progress-circular-spinner {
  border-left-color: #f5f5f5;
}

.progress-circular-light .progress-circular-right .progress-circular-spinner {
  border-right-color: #f5f5f5;
}

.custom-control {
  display: block;
  min-height: 1.25rem;
  padding-left: 2.25rem;
  position: relative;
}

.custom-control + .custom-control {
  margin-top: 0.75rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1.5rem;
}

.custom-control-inline + .custom-control-inline {
  margin-top: 0;
}

.custom-control-label {
  color: inherit;
  font-size: 0.875rem;
  line-height: inherit;
  margin-bottom: 0;
}

.custom-control-label::after {
  color: rgba(0, 0, 0, 0.54);
  position: absolute;
  top: -0.125rem;
  left: 0;
}

.custom-control-label::before {
  transition-duration: 0.3s;
  transition-property: background-color, opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: currentColor;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.54);
  content: '';
  display: block;
  height: 3rem;
  margin-top: -0.875rem;
  margin-left: -0.75rem;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.87, 0.87) translateZ(0);
  width: 3rem;
}

@media (min-width: 576px) {
  .custom-control-label::before {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .custom-control-label::before {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before {
    transition: none;
  }
}

.custom-control-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.custom-control-input.focus ~ .custom-control-label::before,
.custom-control-input:active ~ .custom-control-label::before {
  opacity: 0.12;
  transform: scale(1, 1) translateZ(0);
}

.custom-control-input:checked ~ .custom-control-label::after {
  color: #3F3A36;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #3F3A36;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: rgba(0, 0, 0, 0.26);
}

.custom-control-input:disabled ~ .custom-control-label::after {
  color: rgba(0, 0, 0, 0.26);
}

.custom-control-input:disabled ~ .custom-control-label::before {
  display: none;
}

.custom-checkbox .custom-control-label::after {
  font-size: 1.71429em;
  line-height: 0.58333em;
  vertical-align: -0.3022em;
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  content: "check_box_outline_blank";
  line-height: 1;
  vertical-align: middle;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  content: "check_box";
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  content: "indeterminate_check_box";
}

.custom-radio .custom-control-label::after {
  font-size: 1.71429em;
  line-height: 0.58333em;
  vertical-align: -0.3022em;
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  content: "radio_button_unchecked";
  line-height: 1;
  vertical-align: middle;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  content: "radio_button_checked";
}

.custom-switch {
  padding-left: 3.75rem;
}

.custom-switch .custom-control-label {
  transition-duration: 0.3s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 576px) {
  .custom-switch .custom-control-label {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .custom-switch .custom-control-label {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label {
    transition: none;
  }
}

.custom-switch .custom-control-label::after {
  transition-duration: 0.3s;
  transition-property: background-color, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fafafa;
  border-radius: 50%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.54);
  content: '';
  display: block;
  height: 1.5rem;
  position: absolute;
  width: 1.5rem;
}

@media (min-width: 576px) {
  .custom-switch .custom-control-label::after {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .custom-switch .custom-control-label::after {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after,
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  transform: translateX(1.5rem);
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #3F3A36;
}

.custom-switch .custom-control-input:checked ~ .custom-control-track {
  background-color: rgba(63, 58, 54, 0.5);
}

.custom-switch .custom-control-input:disabled ~ .custom-control-label::after {
  background-color: #bdbdbd;
}

.custom-switch .custom-control-input:disabled ~ .custom-control-track {
  background-color: rgba(0, 0, 0, 0.12);
}

.custom-switch .custom-control-track {
  transition-duration: 0.3s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-clip: content-box;
  background-color: rgba(0, 0, 0, 0.38);
  border: 0.25rem solid transparent;
  border-radius: 1rem;
  content: '';
  display: block;
  height: 1.5rem;
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 3rem;
}

@media (min-width: 576px) {
  .custom-switch .custom-control-track {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .custom-switch .custom-control-track {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-track {
    transition: none;
  }
}

.custom-range {
  appearance: none;
  background-color: transparent;
  padding-left: 0;
  width: 100%;
}

.custom-range:active::-moz-range-track,
.custom-range:focus::-moz-range-track {
  background-color: rgba(0, 0, 0, 0.38);
}

.custom-range:active::-ms-fill-upper,
.custom-range:focus::-ms-fill-upper {
  background-color: rgba(0, 0, 0, 0.38);
}

.custom-range:active::-webkit-slider-runnable-track,
.custom-range:focus::-webkit-slider-runnable-track {
  background-color: rgba(0, 0, 0, 0.38);
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 0.75rem rgba(63, 58, 54, 0.12);
}

.custom-range:focus::-ms-range-thumb {
  box-shadow: 0 0 0 0.75rem rgba(63, 58, 54, 0.12);
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.75rem rgba(63, 58, 54, 0.12);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-moz-range-progress {
  background-color: #3F3A36;
}

.custom-range::-moz-range-thumb {
  transition-duration: 0.3s;
  transition-property: box-shadow, height, width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  appearance: none;
  background-color: #3F3A36;
  border: 0;
  border-radius: 50%;
  height: 0.75rem;
  width: 0.75rem;
}

@media (min-width: 576px) {
  .custom-range::-moz-range-thumb {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .custom-range::-moz-range-thumb {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  box-shadow: none;
  height: 1.5rem;
  width: 1.5rem;
}

.custom-range::-moz-range-thumb:focus {
  outline: 0;
}

.custom-range::-moz-range-track {
  transition-duration: 0.3s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.26);
  border-color: transparent;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  height: 0.125rem;
  width: 100%;
}

@media (min-width: 576px) {
  .custom-range::-moz-range-track {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .custom-range::-moz-range-track {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-track {
    transition: none;
  }
}

.custom-range::-ms-fill-lower {
  background-color: #3F3A36;
  height: 0.125rem;
  margin-bottom: 0.125rem;
  margin-left: 0.375rem;
}

.custom-range::-ms-fill-upper {
  background-color: rgba(0, 0, 0, 0.26);
  height: 0.125rem;
  margin-right: 0.375rem;
  margin-bottom: 0.125rem;
}

.custom-range::-ms-thumb {
  transition-duration: 0.3s;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  appearance: none;
  background-color: #3F3A36;
  border: 0;
  border-radius: 50%;
  height: 0.75rem;
  margin-right: 0.375rem;
  margin-left: 0.375rem;
  width: 0.75rem;
}

@media (min-width: 576px) {
  .custom-range::-ms-thumb {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .custom-range::-ms-thumb {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  box-shadow: 0 0 0 0.375rem #3F3A36;
}

.custom-range::-ms-thumb:focus {
  outline: 0;
}

.custom-range::-ms-track {
  transition-duration: 0.3s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
  border-color: transparent;
  border-width: 0.875rem 0;
  color: transparent;
  cursor: pointer;
  height: 0.125rem;
  width: 100%;
}

@media (min-width: 576px) {
  .custom-range::-ms-track {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .custom-range::-ms-track {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-track {
    transition: none;
  }
}

.custom-range::-webkit-slider-runnable-track {
  transition-duration: 0.3s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.26);
  border-color: transparent;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  height: 0.125rem;
  width: 100%;
}

@media (min-width: 576px) {
  .custom-range::-webkit-slider-runnable-track {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .custom-range::-webkit-slider-runnable-track {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-runnable-track {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb {
  transition-duration: 0.3s;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  appearance: none;
  background-color: #3F3A36;
  border: 0;
  border-radius: 50%;
  height: 0.75rem;
  margin-top: -0.3125rem;
  width: 0.75rem;
}

@media (min-width: 576px) {
  .custom-range::-webkit-slider-thumb {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .custom-range::-webkit-slider-thumb {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  box-shadow: 0 0 0 0.375rem #3F3A36;
}

.custom-range::-webkit-slider-thumb:focus {
  outline: 0;
}

.snackbar {
  align-items: center;
  background-color: #323232;
  color: white;
  display: flex;
  font-size: 0.875rem;
  line-height: 1.42857;
  opacity: 0;
  padding: 0.875rem 1.5rem;
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: opacity 0s 0.195s, transform 0.195s cubic-bezier(0.4, 0, 1, 1);
  width: 100%;
  z-index: 60;
}

@media (min-width: 576px) {
  .snackbar {
    border-radius: 2px;
    max-width: 35.5rem;
    min-width: 18rem;
    left: 50%;
    transform: translate(-50%, 100%);
    width: auto;
  }
}

@media (min-width: 576px) {
  .snackbar {
    transition: opacity 0s 0.2535s, transform 0.2535s cubic-bezier(0.4, 0, 1, 1);
  }
}

@media (min-width: 1024px) {
  .snackbar {
    transition: opacity 0s 0.13s, transform 0.13s cubic-bezier(0.4, 0, 1, 1);
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .snackbar {
    transition: none;
  }
}

.snackbar.show {
  transition-duration: 0.225s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 576px) {
  .snackbar.show {
    transition-duration: 0.2925s;
  }
}

@media (min-width: 1024px) {
  .snackbar.show {
    transition-duration: 0.15s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .snackbar.show {
    transition: none;
  }
}

@media (min-width: 576px) {
  .snackbar.show {
    transform: translate(-50%, 0);
  }
}

.snackbar-body {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: auto;
  max-height: 100%;
  min-width: 0;
}

.snackbar-btn {
  transition-duration: 0.3s;
  transition-property: background-color, background-image;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
  background-image: none;
  border: 0;
  color: #3F3A36;
  cursor: pointer;
  display: block;
  flex-shrink: 0;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  margin-left: 1.5rem;
  padding: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (min-width: 576px) {
  .snackbar-btn {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .snackbar-btn {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .snackbar-btn {
    transition: none;
  }
}

.snackbar-btn:focus,
.snackbar-btn:hover {
  color: #766d65;
  text-decoration: none;
}

@media (min-width: 576px) {
  .snackbar-btn {
    margin-left: 3rem;
  }
}

.snackbar-btn:focus {
  outline: 0;
}

@media (min-width: 576px) {
  .snackbar-left,
  .snackbar-right {
    transform: translateY(100%);
  }

  .snackbar-left.show,
  .snackbar-right.show {
    transform: translateY(-1.5rem);
  }
}

@media (min-width: 576px) {
  .snackbar-left {
    left: 1.5rem;
  }
}

@media (min-width: 576px) {
  .snackbar-right {
    right: 1.5rem;
    left: auto;
  }
}

.snackbar-multi-line {
  height: 5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.snackbar-multi-line .snackbar-body {
  white-space: normal;
}

.stepper {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  flex-shrink: 0;
  overflow: hidden;
  padding: 1.5rem 1.5rem;
  position: relative;
}

.stepper::after,
.stepper::before {
  border-top: 1px solid #bdbdbd;
  content: '';
  display: block;
  position: absolute;
}

.stepper:first-child::before {
  display: none;
}

.stepper:last-child::after {
  display: none;
}

.stepper-horiz {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}

.stepper-horiz::before {
  border-top: 1px solid #bdbdbd;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  left: 1.5rem;
}

.stepper-horiz .stepper::after,
.stepper-horiz .stepper::before {
  border-top: 1px solid #bdbdbd;
  top: 50%;
  width: 1rem;
}

.stepper-horiz .stepper::after {
  right: 0;
}

.stepper-horiz .stepper::before {
  left: 0;
}

.stepper-vert {
  background-color: #ffffff;
  position: relative;
}

.stepper-vert .stepper::after,
.stepper-vert .stepper::before {
  border-left: 1px solid #bdbdbd;
  height: 1rem;
  left: 2.25rem;
}

.stepper-vert .stepper::after {
  bottom: 0;
}

.stepper-vert .stepper::before {
  top: 0;
}

.stepper-icon {
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 50%;
  color: white;
  font-size: 0.75rem;
  font-weight: 400;
  height: 1.5rem;
  line-height: 1.5rem;
  margin-right: 0.5rem;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 1.5rem;
}

.stepper.active .stepper-icon,
.stepper.done .stepper-icon {
  background-color: #B48C72;
  color: white;
}

.stepper-icon .material-icons {
  font-size: 1.333em;
}

.stepper-text {
  color: rgba(0, 0, 0, 0.38);
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
}

.stepper.active .stepper-text,
.stepper.done .stepper-text {
  color: rgba(0, 0, 0, 0.87);
}

.stepper.active .stepper-text {
  font-weight: bolder;
}

.nav-tabs {
  box-shadow: inset 0 -2px 0 -1px rgba(0, 0, 0, 0.12);
}

.nav-tabs.border-0,
.nav-tabs.border-bottom-0 {
  box-shadow: none;
}

.nav-tabs .nav-link {
  transition-duration: 0.3s;
  transition-property: background-color, color, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  min-height: 3rem;
  opacity: 0.7;
  padding: 1.0625rem 0.75rem;
  position: relative;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .nav-tabs .nav-link {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .nav-tabs .nav-link {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .nav-tabs .nav-link {
    transition: none;
  }
}

.nav-tabs .nav-link:active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:active {
  opacity: 1;
}

.nav-tabs .nav-link.active {
  color: #3F3A36;
}

.nav-tabs .nav-link.active::before {
  opacity: 1;
}

.nav-tabs .nav-link.disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38);
  opacity: 1;
}

.nav-tabs .nav-link::before {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #3F3A36;
  content: '';
  display: block;
  height: 0.125rem;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (min-width: 576px) {
  .nav-tabs .nav-link::before {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .nav-tabs .nav-link::before {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .nav-tabs .nav-link::before {
    transition: none;
  }
}

.nav-tabs .nav-item.show .nav-link {
  background-color: rgba(0, 0, 0, 0.12);
  opacity: 1;
}

.nav-tabs-material {
  position: relative;
}

.nav-tabs-material.animate .nav-link::before {
  opacity: 0;
}

.nav-tabs-material.animate .nav-tabs-indicator {
  transition-duration: 0.3s;
  transition-property: left, right;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 576px) {
  .nav-tabs-material.animate .nav-tabs-indicator {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .nav-tabs-material.animate .nav-tabs-indicator {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .nav-tabs-material.animate .nav-tabs-indicator {
    transition: none;
  }
}

.nav-tabs-material .nav-link::before {
  transition: none;
}

.nav-tabs-material .nav-tabs-indicator {
  background-color: #3F3A36;
  display: none;
  height: 0.125rem;
  position: absolute;
  bottom: 0;
}

.nav-tabs-material .nav-tabs-indicator.show {
  display: block;
}

.nav-tabs-scrollable .nav-tabs-material .nav-tabs-indicator {
  bottom: 3rem;
}

.nav-tabs-scrollable {
  box-shadow: inset 0 -2px 0 -1px rgba(0, 0, 0, 0.12);
  height: 3rem;
  overflow: hidden;
}

.nav-tabs-scrollable .nav-tabs {
  box-shadow: none;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 3rem;
}

.nav-tabs-scrollable .nav-tabs::-webkit-scrollbar {
  display: none;
}

.form-control,
.custom-select,
.form-control-file {
  background-clip: padding-box;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.375rem 0 calc(0.375rem - 1px);
  width: 100%;
}

.form-control:hover,
.custom-select:hover,
.form-control-file:hover {
  border-color: rgba(0, 0, 0, 0.87);
  box-shadow: inset 0 -2px 0 -1px rgba(0, 0, 0, 0.87);
}

.form-control::-ms-expand,
.custom-select::-ms-expand,
.form-control-file::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control::placeholder,
.custom-select::placeholder,
.form-control-file::placeholder {
  color: rgba(0, 0, 0, 0.38);
  opacity: 1;
}

.form-control:disabled,
.custom-select:disabled,
.form-control-file:disabled,
.form-control[readonly],
.custom-select[readonly],
.form-control-file[readonly] {
  border-style: dotted;
  color: rgba(0, 0, 0, 0.38);
  opacity: 1;
}

.form-control:disabled:focus,
.custom-select:disabled:focus,
.form-control-file:disabled:focus,
.form-control:disabled:hover,
.custom-select:disabled:hover,
.form-control-file:disabled:hover,
.form-control[readonly]:focus,
.custom-select[readonly]:focus,
.form-control-file[readonly]:focus,
.form-control[readonly]:hover,
.custom-select[readonly]:hover,
.form-control-file[readonly]:hover {
  border-color: rgba(0, 0, 0, 0.42);
  box-shadow: none;
}

.form-control:focus,
.custom-select:focus,
.form-control-file:focus {
  border-color: #3F3A36;
  box-shadow: inset 0 -2px 0 -1px #3F3A36;
  outline: 0;
}

.form-control:invalid:required,
.custom-select:invalid:required,
.form-control-file:invalid:required {
  outline: 0;
}

.form-control[type='file'] {
  max-height: 2.25rem;
}

.form-control-lg {
  font-size: 2.125rem;
  line-height: 1.17647;
  padding: 0.625rem 0 calc(0.625rem - 1px);
}

.form-control-lg[type='file'] {
  max-height: 3.75rem;
}

.form-control-sm {
  font-size: 0.8125rem;
  line-height: 1.53846;
  padding: 0.375rem 0 calc(0.375rem - 1px);
}

.form-control-sm[type='file'] {
  max-height: 2rem;
}

select.form-control,
.custom-select {
  appearance: none;
}

@-moz-document url-prefix('')  {
  select.form-control,
  .custom-select {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23000000" fill-opacity="0.54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M7 10l5 5 5-5z"/%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3C/svg%3E');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 1.5em;
  }

  select.form-control[multiple],
  .custom-select[multiple],
  select.form-control[size]:not([size='1']),
  .custom-select[size]:not([size='1']) {
    background-image: none;
  }
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select.form-control,
  .custom-select {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23000000" fill-opacity="0.54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M7 10l5 5 5-5z"/%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3C/svg%3E');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 1.5em;
  }

  select.form-control[multiple],
  .custom-select[multiple],
  select.form-control[size]:not([size='1']),
  .custom-select[size]:not([size='1']) {
    background-image: none;
  }
}

select.form-control[multiple],
select.form-control[size]:not([size='1']),
textarea.form-control:not([rows='1']),
.custom-select[multiple],
.custom-select[size]:not([size='1']) {
  border-radius: 4px;
  border-width: 1px;
  min-height: 3.5rem;
  padding: calc(1rem - 1px) 1rem;
}

select.form-control:hover[multiple],
select.form-control:hover[size]:not([size='1']),
textarea.form-control:hover:not([rows='1']),
.custom-select:hover[multiple],
.custom-select:hover[size]:not([size='1']) {
  box-shadow: inset 2px 2px 0 -1px rgba(0, 0, 0, 0.87), inset -2px -2px 0 -1px rgba(0, 0, 0, 0.87);
}

select.form-control:focus[multiple],
select.form-control:focus[size]:not([size='1']),
textarea.form-control:focus:not([rows='1']),
.custom-select:focus[multiple],
.custom-select:focus[size]:not([size='1']) {
  box-shadow: inset 2px 2px 0 -1px #3F3A36, inset -2px -2px 0 -1px #3F3A36;
}

select.form-control-lg[multiple],
select.form-control-lg[size]:not([size='1']) {
  padding: calc(0.875rem - 1px) 1rem;
}

select.form-control-sm[multiple],
select.form-control-sm[size]:not([size='1']) {
  padding: calc(0.75rem - 1px) 0.75rem;
}

textarea.form-control {
  min-height: 2.25rem;
}

textarea.form-control-lg {
  min-height: 3.75rem;
}

textarea.form-control-lg:not([rows='1']) {
  min-height: 4.25rem;
  padding: calc(0.875rem - 1px) 1rem;
}

textarea.form-control-sm {
  min-height: 2rem;
}

textarea.form-control-sm:not([rows='1']) {
  min-height: 2.75rem;
  padding: calc(0.75rem - 1px) 0.75rem;
}

.custom-file {
  display: inline-block;
  height: 2.25rem;
  margin-bottom: 0;
  position: relative;
  width: 100%;
}

.custom-file-input {
  height: 2.25rem;
  margin: 0;
  opacity: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

.custom-file-input:focus ~ .custom-file-label,
.custom-file-input:hover ~ .custom-file-label {
  border-bottom-color: #3F3A36;
  box-shadow: inset 0 -2px 0 -1px #3F3A36;
}

.custom-file-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition-duration: 0.3s;
  transition-property: border-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  color: rgba(0, 0, 0, 0.38);
  font-size: 1rem;
  height: 2.25rem;
  line-height: 1.5;
  padding: 0.375rem 2.25rem calc(0.375rem - 1px) 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

@media (min-width: 576px) {
  .custom-file-label {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .custom-file-label {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-file-label {
    transition: none;
  }
}

.custom-file-label::after {
  font-size: 1.71429em;
  line-height: 0.58333em;
  vertical-align: -0.3022em;
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  content: "attachment";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.custom-select-lg {
  font-size: 2.125rem;
  line-height: 1.17647;
  padding: 0.625rem 1.5em calc(0.625rem - 1px) 0;
}

.custom-select-lg[multiple],
.custom-select-lg[size]:not([size='1']) {
  padding: calc(0.875rem - 1px) 1rem;
}

.custom-select-sm {
  font-size: 0.8125rem;
  line-height: 1.53846;
  padding: 0.375rem 1.5em calc(0.375rem - 1px) 0;
}

.custom-select-sm[multiple],
.custom-select-sm[size]:not([size='1']) {
  padding: calc(0.75rem - 1px) 0.75rem;
}

.form-control-file {
  max-height: 2.25rem;
}

.form-control-range {
  display: block;
  width: 100%;
}

.invalid-feedback {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #f44336;
  display: none;
  margin-top: 0.5rem;
  width: 100%;
}

.form-control-lg + .invalid-feedback {
  margin-top: 0.75rem;
}

.form-control-sm + .invalid-feedback {
  margin-top: 0.25rem;
}

.invalid-tooltip {
  border-radius: 2px;
  background-color: #f44336;
  color: white;
  display: none;
  font-size: 0.875rem;
  line-height: 1.42857;
  margin-top: 0.5rem;
  max-width: 100%;
  opacity: 0.9;
  padding: 0.375rem 1rem;
  position: absolute;
  top: 100%;
  text-align: center;
  word-break: break-word;
  z-index: 240;
}

@media (min-width: 768px) {
  .invalid-tooltip {
    font-size: 0.625rem;
    padding: 0.24107rem 0.5rem;
  }
}

.form-control-lg + .invalid-tooltip {
  margin-top: 0.75rem;
}

.form-control-sm + .invalid-tooltip {
  margin-top: 0.25rem;
}

.custom-control-input.is-invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label::after,
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label::after {
  color: #f44336;
}

.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #f44336;
}

.custom-control-input.is-invalid ~ .custom-control-track,
.was-validated .custom-control-input:invalid ~ .custom-control-track {
  background-color: rgba(244, 67, 54, 0.5);
}

.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:hover ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:hover ~ .custom-file-label {
  border-bottom-color: #f44336;
  box-shadow: inset 0 -2px 0 -1px #f44336;
}

.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-bottom-color: #f44336;
}

.custom-file-input.is-invalid ~ .custom-file-label:hover,
.was-validated .custom-file-input:invalid ~ .custom-file-label:hover {
  border-bottom-color: #f44336;
  box-shadow: inset 0 -2px 0 -1px #f44336;
}

.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-switch .custom-control-input.is-invalid ~ .custom-control-label::after,
.was-validated .custom-switch .custom-control-input:invalid ~ .custom-control-label::after {
  background-color: #f44336;
}

.form-check-input.is-invalid + .form-check-label,
.was-validated .form-check-input:invalid + .form-check-label {
  color: #f44336;
}

.is-invalid.form-control,
.is-invalid.custom-select,
.is-invalid.form-control-file,
.was-validated .form-control:invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control-file:invalid {
  border-color: #f44336;
}

.is-invalid.form-control:focus,
.is-invalid.custom-select:focus,
.is-invalid.form-control-file:focus,
.is-invalid.form-control:hover,
.is-invalid.custom-select:hover,
.is-invalid.form-control-file:hover,
.was-validated .form-control:invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control-file:invalid:focus,
.was-validated .form-control:invalid:hover,
.was-validated .custom-select:invalid:hover,
.was-validated .form-control-file:invalid:hover {
  border-color: #f44336;
  box-shadow: inset 0 -2px 0 -1px #f44336;
}

.is-invalid.form-control ~ .invalid-feedback,
.is-invalid.custom-select ~ .invalid-feedback,
.is-invalid.form-control-file ~ .invalid-feedback,
.is-invalid.form-control ~ .invalid-tooltip,
.is-invalid.custom-select ~ .invalid-tooltip,
.is-invalid.form-control-file ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}

select.is-invalid.form-control:focus[multiple],
select.is-invalid.form-control:focus[size]:not([size='1']),
textarea.is-invalid.form-control:focus:not([rows='1']),
.is-invalid.custom-select:focus[multiple],
.is-invalid.custom-select:focus[size]:not([size='1']),
select.is-invalid.form-control:hover[multiple],
select.is-invalid.form-control:hover[size]:not([size='1']),
textarea.is-invalid.form-control:hover:not([rows='1']),
.is-invalid.custom-select:hover[multiple],
.is-invalid.custom-select:hover[size]:not([size='1']),
.was-validated select.form-control:invalid:focus[multiple],
.was-validated select.form-control:invalid:focus[size]:not([size='1']),
.was-validated textarea.form-control:invalid:focus:not([rows='1']),
.was-validated .custom-select:invalid:focus[multiple],
.was-validated .custom-select:invalid:focus[size]:not([size='1']),
.was-validated select.form-control:invalid:hover[multiple],
.was-validated select.form-control:invalid:hover[size]:not([size='1']),
.was-validated textarea.form-control:invalid:hover:not([rows='1']),
.was-validated .custom-select:invalid:hover[multiple],
.was-validated .custom-select:invalid:hover[size]:not([size='1']) {
  box-shadow: inset 2px 2px 0 -1px #f44336, inset -2px -2px 0 -1px #f44336;
}

.textfield-box select.is-invalid.form-control:focus[multiple],
.textfield-box select.is-invalid.form-control:focus[size]:not([size='1']),
.textfield-box textarea.is-invalid.form-control:focus:not([rows='1']),
.textfield-box .is-invalid.custom-select:focus[multiple],
.textfield-box .is-invalid.custom-select:focus[size]:not([size='1']),
.textfield-box select.is-invalid.form-control:hover[multiple],
.textfield-box select.is-invalid.form-control:hover[size]:not([size='1']),
.textfield-box textarea.is-invalid.form-control:hover:not([rows='1']),
.textfield-box .is-invalid.custom-select:hover[multiple],
.textfield-box .is-invalid.custom-select:hover[size]:not([size='1']),
.was-validated .textfield-box select.form-control:invalid:focus[multiple],
.was-validated .textfield-box select.form-control:invalid:focus[size]:not([size='1']),
.was-validated .textfield-box textarea.form-control:invalid:focus:not([rows='1']),
.was-validated .textfield-box .custom-select:invalid:focus[multiple],
.was-validated .textfield-box .custom-select:invalid:focus[size]:not([size='1']),
.was-validated .textfield-box select.form-control:invalid:hover[multiple],
.was-validated .textfield-box select.form-control:invalid:hover[size]:not([size='1']),
.was-validated .textfield-box textarea.form-control:invalid:hover:not([rows='1']),
.was-validated .textfield-box .custom-select:invalid:hover[multiple],
.was-validated .textfield-box .custom-select:invalid:hover[size]:not([size='1']) {
  box-shadow: inset 0 -2px 0 -1px #f44336;
}

.valid-feedback {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #4caf50;
  display: none;
  margin-top: 0.5rem;
  width: 100%;
}

.form-control-lg + .valid-feedback {
  margin-top: 0.75rem;
}

.form-control-sm + .valid-feedback {
  margin-top: 0.25rem;
}

.valid-tooltip {
  border-radius: 2px;
  background-color: #4caf50;
  color: white;
  display: none;
  font-size: 0.875rem;
  line-height: 1.42857;
  margin-top: 0.5rem;
  max-width: 100%;
  opacity: 0.9;
  padding: 0.375rem 1rem;
  position: absolute;
  top: 100%;
  text-align: center;
  word-break: break-word;
  z-index: 240;
}

@media (min-width: 768px) {
  .valid-tooltip {
    font-size: 0.625rem;
    padding: 0.24107rem 0.5rem;
  }
}

.form-control-lg + .valid-tooltip {
  margin-top: 0.75rem;
}

.form-control-sm + .valid-tooltip {
  margin-top: 0.25rem;
}

.custom-control-input.is-valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label::after,
.was-validated .custom-control-input:valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label::after {
  color: #4caf50;
}

.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #4caf50;
}

.custom-control-input.is-valid ~ .custom-control-track,
.was-validated .custom-control-input:valid ~ .custom-control-track {
  background-color: rgba(76, 175, 80, 0.5);
}

.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-file-input.is-valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:hover ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:hover ~ .custom-file-label {
  border-bottom-color: #4caf50;
  box-shadow: inset 0 -2px 0 -1px #4caf50;
}

.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-bottom-color: #4caf50;
}

.custom-file-input.is-valid ~ .custom-file-label:hover,
.was-validated .custom-file-input:valid ~ .custom-file-label:hover {
  border-bottom-color: #4caf50;
  box-shadow: inset 0 -2px 0 -1px #4caf50;
}

.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-switch .custom-control-input.is-valid ~ .custom-control-label::after,
.was-validated .custom-switch .custom-control-input:valid ~ .custom-control-label::after {
  background-color: #4caf50;
}

.form-check-input.is-valid + .form-check-label,
.was-validated .form-check-input:valid + .form-check-label {
  color: #4caf50;
}

.is-valid.form-control,
.is-valid.custom-select,
.is-valid.form-control-file,
.was-validated .form-control:valid,
.was-validated .custom-select:valid,
.was-validated .form-control-file:valid {
  border-color: #4caf50;
}

.is-valid.form-control:focus,
.is-valid.custom-select:focus,
.is-valid.form-control-file:focus,
.is-valid.form-control:hover,
.is-valid.custom-select:hover,
.is-valid.form-control-file:hover,
.was-validated .form-control:valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control-file:valid:focus,
.was-validated .form-control:valid:hover,
.was-validated .custom-select:valid:hover,
.was-validated .form-control-file:valid:hover {
  border-color: #4caf50;
  box-shadow: inset 0 -2px 0 -1px #4caf50;
}

.is-valid.form-control ~ .valid-feedback,
.is-valid.custom-select ~ .valid-feedback,
.is-valid.form-control-file ~ .valid-feedback,
.is-valid.form-control ~ .valid-tooltip,
.is-valid.custom-select ~ .valid-tooltip,
.is-valid.form-control-file ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}

select.is-valid.form-control:focus[multiple],
select.is-valid.form-control:focus[size]:not([size='1']),
textarea.is-valid.form-control:focus:not([rows='1']),
.is-valid.custom-select:focus[multiple],
.is-valid.custom-select:focus[size]:not([size='1']),
select.is-valid.form-control:hover[multiple],
select.is-valid.form-control:hover[size]:not([size='1']),
textarea.is-valid.form-control:hover:not([rows='1']),
.is-valid.custom-select:hover[multiple],
.is-valid.custom-select:hover[size]:not([size='1']),
.was-validated select.form-control:valid:focus[multiple],
.was-validated select.form-control:valid:focus[size]:not([size='1']),
.was-validated textarea.form-control:valid:focus:not([rows='1']),
.was-validated .custom-select:valid:focus[multiple],
.was-validated .custom-select:valid:focus[size]:not([size='1']),
.was-validated select.form-control:valid:hover[multiple],
.was-validated select.form-control:valid:hover[size]:not([size='1']),
.was-validated textarea.form-control:valid:hover:not([rows='1']),
.was-validated .custom-select:valid:hover[multiple],
.was-validated .custom-select:valid:hover[size]:not([size='1']) {
  box-shadow: inset 2px 2px 0 -1px #4caf50, inset -2px -2px 0 -1px #4caf50;
}

.textfield-box select.is-valid.form-control:focus[multiple],
.textfield-box select.is-valid.form-control:focus[size]:not([size='1']),
.textfield-box textarea.is-valid.form-control:focus:not([rows='1']),
.textfield-box .is-valid.custom-select:focus[multiple],
.textfield-box .is-valid.custom-select:focus[size]:not([size='1']),
.textfield-box select.is-valid.form-control:hover[multiple],
.textfield-box select.is-valid.form-control:hover[size]:not([size='1']),
.textfield-box textarea.is-valid.form-control:hover:not([rows='1']),
.textfield-box .is-valid.custom-select:hover[multiple],
.textfield-box .is-valid.custom-select:hover[size]:not([size='1']),
.was-validated .textfield-box select.form-control:valid:focus[multiple],
.was-validated .textfield-box select.form-control:valid:focus[size]:not([size='1']),
.was-validated .textfield-box textarea.form-control:valid:focus:not([rows='1']),
.was-validated .textfield-box .custom-select:valid:focus[multiple],
.was-validated .textfield-box .custom-select:valid:focus[size]:not([size='1']),
.was-validated .textfield-box select.form-control:valid:hover[multiple],
.was-validated .textfield-box select.form-control:valid:hover[size]:not([size='1']),
.was-validated .textfield-box textarea.form-control:valid:hover:not([rows='1']),
.was-validated .textfield-box .custom-select:valid:hover[multiple],
.was-validated .textfield-box .custom-select:valid:hover[size]:not([size='1']) {
  box-shadow: inset 0 -2px 0 -1px #4caf50;
}

.textfield-box .form-control,
.textfield-box .custom-select,
.textfield-box .form-control-file {
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 1rem 1rem calc(1rem - 1px);
}

.textfield-box select.form-control,
.textfield-box .custom-select {
  padding-right: 1.5em;
}

.textfield-box select.form-control[multiple],
.textfield-box select.form-control[size]:not([size='1']),
.textfield-box textarea.form-control:not([rows='1']),
.textfield-box .custom-select[multiple],
.textfield-box .custom-select[size]:not([size='1']) {
  border-width: 0 0 1px;
  padding: 1rem 1rem calc(1rem - 1px);
}

.textfield-box select.form-control:hover[multiple],
.textfield-box select.form-control:hover[size]:not([size='1']),
.textfield-box textarea.form-control:hover:not([rows='1']),
.textfield-box .custom-select:hover[multiple],
.textfield-box .custom-select:hover[size]:not([size='1']) {
  box-shadow: inset 0 -2px 0 -1px rgba(0, 0, 0, 0.87);
}

.textfield-box select.form-control:focus[multiple],
.textfield-box select.form-control:focus[size]:not([size='1']),
.textfield-box textarea.form-control:focus:not([rows='1']),
.textfield-box .custom-select:focus[multiple],
.textfield-box .custom-select:focus[size]:not([size='1']) {
  box-shadow: inset 0 -2px 0 -1px #3F3A36;
}

.textfield-box textarea.form-control {
  min-height: 3.5rem;
}

.textfield-box .form-control[type='file'],
.textfield-box .form-control-file {
  max-height: 3.5rem;
}

.textfield-box-lg .form-control,
.input-group-lg > .textfield-box .form-control,
.textfield-box-lg .custom-select,
.input-group-lg > .textfield-box .custom-select,
.textfield-box-lg .form-control-file,
.input-group-lg > .textfield-box .form-control-file {
  font-size: 2.125rem;
  line-height: 1.17647;
  padding: 0.875rem 1rem calc(0.875rem - 1px);
}

.textfield-box-lg select.form-control[multiple],
.input-group-lg > .textfield-box select.form-control[multiple],
.textfield-box-lg select.form-control[size]:not([size='1']),
.input-group-lg > .textfield-box select.form-control[size]:not([size='1']),
.textfield-box-lg textarea.form-control:not([rows='1']),
.input-group-lg > .textfield-box textarea.form-control:not([rows='1']),
.textfield-box-lg .custom-select[multiple],
.input-group-lg > .textfield-box .custom-select[multiple],
.textfield-box-lg .custom-select[size]:not([size='1']),
.input-group-lg > .textfield-box .custom-select[size]:not([size='1']) {
  padding: 0.875rem 1rem calc(0.875rem - 1px);
}

.textfield-box-lg textarea.form-control,
.input-group-lg > .textfield-box textarea.form-control {
  min-height: 4.25rem;
}

.textfield-box-lg .custom-select,
.input-group-lg > .textfield-box .custom-select {
  padding-right: 1.5em;
}

.textfield-box-lg .form-control[type='file'],
.input-group-lg > .textfield-box .form-control[type='file'],
.textfield-box-lg .form-control-file,
.input-group-lg > .textfield-box .form-control-file {
  max-height: 4.25rem;
}

.textfield-box-sm .form-control,
.input-group-sm > .textfield-box .form-control,
.textfield-box-sm .custom-select,
.input-group-sm > .textfield-box .custom-select,
.textfield-box-sm .form-control-file,
.input-group-sm > .textfield-box .form-control-file {
  font-size: 0.8125rem;
  line-height: 1.53846;
  padding: 0.75rem 0.75rem calc(0.75rem - 1px);
}

.textfield-box-sm select.form-control[multiple],
.input-group-sm > .textfield-box select.form-control[multiple],
.textfield-box-sm select.form-control[size]:not([size='1']),
.input-group-sm > .textfield-box select.form-control[size]:not([size='1']),
.textfield-box-sm textarea.form-control:not([rows='1']),
.input-group-sm > .textfield-box textarea.form-control:not([rows='1']),
.textfield-box-sm .custom-select[multiple],
.input-group-sm > .textfield-box .custom-select[multiple],
.textfield-box-sm .custom-select[size]:not([size='1']),
.input-group-sm > .textfield-box .custom-select[size]:not([size='1']) {
  padding: 0.75rem 0.75rem calc(0.75rem - 1px);
}

.textfield-box-sm textarea.form-control,
.input-group-sm > .textfield-box textarea.form-control {
  min-height: 2.75rem;
}

.textfield-box-sm .custom-select,
.input-group-sm > .textfield-box .custom-select {
  padding-right: 1.5em;
}

.textfield-box-sm .form-control[type='file'],
.input-group-sm > .textfield-box .form-control[type='file'],
.textfield-box-sm .form-control-file,
.input-group-sm > .textfield-box .form-control-file {
  max-height: 2.75rem;
}

.floating-label {
  padding-top: 0.75rem;
  position: relative;
}

.floating-label.has-value label,
.floating-label.is-focused label {
  top: 0;
  transform: scale(0.75);
}

.floating-label.is-focused label {
  color: #3F3A36;
}

.floating-label:not(.has-value):not(.is-focused) .form-control[type='date'],
.floating-label:not(.has-value):not(.is-focused) .form-control[type='datetime-local'],
.floating-label:not(.has-value):not(.is-focused) .form-control[type='time'] {
  color: transparent;
}

.floating-label label {
  transition-duration: 0.3s;
  transition-property: color, top, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.38);
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 1.125rem;
  left: 0;
  transform-origin: 0 0;
}

@media (min-width: 576px) {
  .floating-label label {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .floating-label label {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .floating-label label {
    transition: none;
  }
}

.floating-label .form-control,
.floating-label .custom-select,
.floating-label .form-control-file {
  position: relative;
}

.floating-label .form-control:focus::placeholder,
.floating-label .custom-select:focus::placeholder,
.floating-label .form-control-file:focus::placeholder {
  color: rgba(0, 0, 0, 0.38);
  opacity: 1;
}

.floating-label .form-control::placeholder,
.floating-label .custom-select::placeholder,
.floating-label .form-control-file::placeholder {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: transparent;
  opacity: 0;
}

@media (min-width: 576px) {
  .floating-label .form-control::placeholder,
  .floating-label .custom-select::placeholder,
  .floating-label .form-control-file::placeholder {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .floating-label .form-control::placeholder,
  .floating-label .custom-select::placeholder,
  .floating-label .form-control-file::placeholder {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .floating-label .form-control::placeholder,
  .floating-label .custom-select::placeholder,
  .floating-label .form-control-file::placeholder {
    transition: none;
  }
}

.floating-label-lg.has-value label,
.input-group-lg > .has-value.floating-label label,
.floating-label-lg.is-focused label,
.input-group-lg > .is-focused.floating-label label {
  transform: scale(0.41176);
}

.floating-label-lg label,
.input-group-lg > .floating-label label {
  font-size: 2.125rem;
  line-height: 1.17647;
  top: 1.5rem;
}

.floating-label-lg .form-control,
.input-group-lg > .floating-label .form-control,
.floating-label-lg .custom-select,
.input-group-lg > .floating-label .custom-select,
.floating-label-lg .form-control-file,
.input-group-lg > .floating-label .form-control-file {
  font-size: 2.125rem;
  line-height: 1.17647;
  padding: 0.625rem 0 calc(0.625rem - 1px);
}

.floating-label-lg select.form-control,
.input-group-lg > .floating-label select.form-control,
.floating-label-lg .custom-select,
.input-group-lg > .floating-label .custom-select {
  padding-right: 1.5em;
}

.floating-label-lg select.form-control[multiple],
.input-group-lg > .floating-label select.form-control[multiple],
.floating-label-lg select.form-control[size]:not([size='1']),
.input-group-lg > .floating-label select.form-control[size]:not([size='1']),
.floating-label-lg textarea.form-control:not([rows='1']),
.input-group-lg > .floating-label textarea.form-control:not([rows='1']),
.floating-label-lg .custom-select[multiple],
.input-group-lg > .floating-label .custom-select[multiple],
.floating-label-lg .custom-select[size]:not([size='1']),
.input-group-lg > .floating-label .custom-select[size]:not([size='1']) {
  padding: 0.875rem 1rem calc(0.875rem - 1px);
}

.floating-label-sm.has-value label,
.input-group-sm > .has-value.floating-label label,
.floating-label-sm.is-focused label,
.input-group-sm > .is-focused.floating-label label {
  transform: scale(0.76923);
}

.floating-label-sm label,
.input-group-sm > .floating-label label {
  font-size: 0.8125rem;
  line-height: 1.53846;
  top: 1.0rem;
}

.floating-label-sm .form-control,
.input-group-sm > .floating-label .form-control,
.floating-label-sm .custom-select,
.input-group-sm > .floating-label .custom-select,
.floating-label-sm .form-control-file,
.input-group-sm > .floating-label .form-control-file {
  font-size: 0.8125rem;
  line-height: 1.53846;
  padding: 0.375rem 0 calc(0.375rem - 1px);
}

.floating-label-sm select.form-control,
.input-group-sm > .floating-label select.form-control,
.floating-label-sm .custom-select,
.input-group-sm > .floating-label .custom-select {
  padding-right: 1.5em;
}

.floating-label-sm select.form-control[multiple],
.input-group-sm > .floating-label select.form-control[multiple],
.floating-label-sm select.form-control[size]:not([size='1']),
.input-group-sm > .floating-label select.form-control[size]:not([size='1']),
.floating-label-sm textarea.form-control:not([rows='1']),
.input-group-sm > .floating-label textarea.form-control:not([rows='1']),
.floating-label-sm .custom-select[multiple],
.input-group-sm > .floating-label .custom-select[multiple],
.floating-label-sm .custom-select[size]:not([size='1']),
.input-group-sm > .floating-label .custom-select[size]:not([size='1']) {
  padding: 0.75rem 0.75rem calc(0.75rem - 1px);
}

.floating-label.textfield-box {
  padding-top: 0;
}

.floating-label.textfield-box.has-value label,
.floating-label.textfield-box.is-focused label {
  line-height: 1;
  top: 0.5rem;
}

.floating-label.textfield-box label {
  top: 1rem;
  left: 1rem;
}

.floating-label.textfield-box .form-control,
.floating-label.textfield-box .custom-select,
.floating-label.textfield-box .form-control-file,
.floating-label.textfield-box select.form-control[multiple],
.floating-label.textfield-box select.form-control[size]:not([size='1']),
.floating-label.textfield-box textarea.form-control:not([rows='1']),
.floating-label.textfield-box .custom-select[multiple],
.floating-label.textfield-box .custom-select[size]:not([size='1']) {
  padding-top: 1.5rem;
}

.floating-label.textfield-box .form-control,
.floating-label.textfield-box .custom-select,
.floating-label.textfield-box .form-control-file {
  padding-bottom: calc(0.5rem - 1px);
}

.floating-label-lg.textfield-box label,
.input-group-lg > .textfield-box.floating-label label {
  top: 0.875rem;
  left: 1rem;
}

.floating-label-lg.textfield-box .form-control,
.input-group-lg > .textfield-box.floating-label .form-control,
.floating-label-lg.textfield-box .custom-select,
.input-group-lg > .textfield-box.floating-label .custom-select,
.floating-label-lg.textfield-box .form-control-file,
.input-group-lg > .textfield-box.floating-label .form-control-file,
.floating-label-lg.textfield-box select.form-control[multiple],
.input-group-lg > .textfield-box.floating-label select.form-control[multiple],
.floating-label-lg.textfield-box select.form-control[size]:not([size='1']),
.input-group-lg > .textfield-box.floating-label select.form-control[size]:not([size='1']),
.floating-label-lg.textfield-box textarea.form-control:not([rows='1']),
.input-group-lg > .textfield-box.floating-label textarea.form-control:not([rows='1']),
.floating-label-lg.textfield-box .custom-select[multiple],
.input-group-lg > .textfield-box.floating-label .custom-select[multiple],
.floating-label-lg.textfield-box .custom-select[size]:not([size='1']),
.input-group-lg > .textfield-box.floating-label .custom-select[size]:not([size='1']) {
  padding-top: 1.25rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

.floating-label-lg.textfield-box select.form-control,
.input-group-lg > .textfield-box.floating-label select.form-control,
.floating-label-lg.textfield-box .custom-select,
.input-group-lg > .textfield-box.floating-label .custom-select {
  padding-right: 1.5em;
}

.floating-label-sm.textfield-box label,
.input-group-sm > .textfield-box.floating-label label {
  top: 0.75rem;
  left: 0.75rem;
}

.floating-label-sm.textfield-box .form-control,
.input-group-sm > .textfield-box.floating-label .form-control,
.floating-label-sm.textfield-box .custom-select,
.input-group-sm > .textfield-box.floating-label .custom-select,
.floating-label-sm.textfield-box .form-control-file,
.input-group-sm > .textfield-box.floating-label .form-control-file,
.floating-label-sm.textfield-box select.form-control[multiple],
.input-group-sm > .textfield-box.floating-label select.form-control[multiple],
.floating-label-sm.textfield-box select.form-control[size]:not([size='1']),
.input-group-sm > .textfield-box.floating-label select.form-control[size]:not([size='1']),
.floating-label-sm.textfield-box textarea.form-control:not([rows='1']),
.input-group-sm > .textfield-box.floating-label textarea.form-control:not([rows='1']),
.floating-label-sm.textfield-box .custom-select[multiple],
.input-group-sm > .textfield-box.floating-label .custom-select[multiple],
.floating-label-sm.textfield-box .custom-select[size]:not([size='1']),
.input-group-sm > .textfield-box.floating-label .custom-select[size]:not([size='1']) {
  padding-top: 1.0rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.floating-label-sm.textfield-box select.form-control,
.input-group-sm > .textfield-box.floating-label select.form-control,
.floating-label-sm.textfield-box .custom-select,
.input-group-sm > .textfield-box.floating-label .custom-select {
  padding-right: 1.5em;
}

.input-group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .floating-label,
.input-group > .form-control,
.input-group > .form-control-file,
.input-group > .textfield-box {
  flex: 1 1 auto;
  margin-bottom: 0;
  width: 1%;
}

.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .floating-label,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .form-control-file,
.input-group > .custom-file + .textfield-box,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .floating-label,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .form-control-file,
.input-group > .custom-select + .textfield-box,
.input-group > .floating-label + .custom-file,
.input-group > .floating-label + .custom-select,
.input-group > .floating-label + .floating-label,
.input-group > .floating-label + .form-control,
.input-group > .floating-label + .form-control-file,
.input-group > .floating-label + .textfield-box,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .floating-label,
.input-group > .form-control + .form-control,
.input-group > .form-control + .form-control-file,
.input-group > .form-control + .textfield-box,
.input-group > .form-control-file + .custom-file,
.input-group > .form-control-file + .custom-select,
.input-group > .form-control-file + .floating-label,
.input-group > .form-control-file + .form-control,
.input-group > .form-control-file + .form-control-file,
.input-group > .form-control-file + .textfield-box,
.input-group > .textfield-box + .custom-file,
.input-group > .textfield-box + .custom-select,
.input-group > .textfield-box + .floating-label,
.input-group > .textfield-box + .form-control,
.input-group > .textfield-box + .form-control-file,
.input-group > .textfield-box + .textfield-box {
  margin-left: 1rem;
}

.input-group-append,
.input-group-prepend {
  align-items: center;
  display: flex;
  justify-content: center;
}

.input-group-append .btn,
.input-group-prepend .btn {
  min-width: 0;
}

.input-group-append .btn + .btn,
.input-group-prepend .btn + .btn {
  margin-left: -1px;
}

.input-group-append {
  margin-left: 1rem;
}

.input-group-prepend {
  margin-right: 1rem;
}

.input-group-text {
  color: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  white-space: nowrap;
}

.input-group-text + .input-group-text {
  margin-left: 0.5rem;
}

.input-group > .input-group-append > .btn:not(:first-of-type),
.input-group > .input-group-prepend > .btn:not(:first-of-type) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .input-group-append > .btn:not(:last-of-type),
.input-group > .input-group-prepend > .btn:not(:last-of-type) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-icon {
  transition-duration: 0.3s;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.42);
  font-size: 0.875rem;
  margin-right: 1rem;
  order: -1;
}

@media (min-width: 576px) {
  .input-group-icon {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .input-group-icon {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .input-group-icon {
    transition: none;
  }
}

.input-group-icon:hover {
  color: rgba(0, 0, 0, 0.87);
}

.floating-label.is-focused ~ .input-group-icon,
.form-control:focus ~ .input-group-icon {
  color: #3F3A36;
}

.floating-label:not(.textfield-box) ~ .input-group-icon {
  margin-top: 0.75rem;
}

.input-group-lg > .floating-label.has-value label,
.input-group-lg > .floating-label.is-focused label {
  top: 0;
}

.input-group-lg > .floating-label.textfield-box.has-value label,
.input-group-lg > .floating-label.textfield-box.is-focused label {
  top: 0.5rem;
}

.input-group-lg > .floating-label:not(.textfield-box) ~ .input-group-icon {
  margin-top: 0.875rem;
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .form-control-file {
  font-size: 2.125rem;
  line-height: 1.17647;
  padding: 0.625rem 0 calc(0.625rem - 1px);
}

.input-group-lg > select.form-control,
.input-group-lg > .custom-select {
  padding-right: 1.5em;
}

.input-group-lg > select.form-control[multiple],
.input-group-lg > select.form-control[size]:not([size='1']),
.input-group-lg > textarea.form-control:not([rows='1']),
.input-group-lg > .custom-select[multiple],
.input-group-lg > .custom-select[size]:not([size='1']) {
  padding: 0.875rem 1rem calc(0.875rem - 1px);
}

.input-group-lg > .form-control[type='file'],
.input-group-lg > .form-control-file {
  max-height: 4.25rem;
}

.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .input-group-text {
  font-size: 2.125rem;
  line-height: 1.17647;
}

.input-group-lg > .input-group-icon {
  font-size: 1.85938rem;
  line-height: 1.17647;
}

.input-group-sm > .floating-label.has-value label,
.input-group-sm > .floating-label.is-focused label {
  top: 0;
}

.input-group-sm > .floating-label.textfield-box.has-value label,
.input-group-sm > .floating-label.textfield-box.is-focused label {
  top: 0.5rem;
}

.input-group-sm > .floating-label:not(.textfield-box) ~ .input-group-icon {
  margin-top: 0.625rem;
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .form-control-file {
  font-size: 0.8125rem;
  line-height: 1.53846;
  padding: 0.375rem 0 calc(0.375rem - 1px);
}

.input-group-sm > select.form-control,
.input-group-sm > .custom-select {
  padding-right: 1.5em;
}

.input-group-sm > select.form-control[multiple],
.input-group-sm > select.form-control[size]:not([size='1']),
.input-group-sm > textarea.form-control:not([rows='1']),
.input-group-sm > .custom-select[multiple],
.input-group-sm > .custom-select[size]:not([size='1']) {
  padding: 0.75rem 0.75rem calc(0.75rem - 1px);
}

.input-group-sm > .form-control[type='file'],
.input-group-sm > .form-control-file {
  max-height: 2.75rem;
}

.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .input-group-text {
  font-size: 0.8125rem;
  line-height: 1.53846;
}

.input-group-sm > .input-group-icon {
  font-size: 0.71094rem;
  line-height: 1.53846;
}

.navbar {
  align-items: center;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 3.5rem;
  padding: 0.625rem 1rem;
  position: relative;
}

.navbar .form-control {
  border-radius: 2px;
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.12);
  border: 0;
  color: inherit;
  opacity: 0.7;
  padding: 0.375rem 1rem;
}

@media (min-width: 576px) {
  .navbar .form-control {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .navbar .form-control {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .navbar .form-control {
    transition: none;
  }
}

.navbar .form-control:focus,
.navbar .form-control:hover {
  box-shadow: none;
  opacity: 1;
}

.navbar .form-control-lg {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.navbar .form-control-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.navbar .input-group {
  border-radius: 2px;
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.12);
  opacity: 0.7;
}

@media (min-width: 576px) {
  .navbar .input-group {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .navbar .input-group {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .navbar .input-group {
    transition: none;
  }
}

.navbar .input-group:focus,
.navbar .input-group:hover {
  opacity: 1;
}

.navbar .input-group .form-control {
  background-color: transparent;
  opacity: 1;
}

.navbar .input-group .form-control:not(:first-child) {
  padding-left: 0;
}

.navbar .input-group .form-control:not(:last-child) {
  padding-right: 0;
}

.navbar .input-group .input-group-append {
  margin-left: 0;
  min-width: 0;
}

.navbar .input-group .input-group-prepend {
  margin-right: 0;
  min-width: 0;
}

.navbar .input-group .input-group-text {
  margin-right: 1rem;
  margin-left: 1rem;
}

.navbar .input-group-lg > .form-control {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.navbar .input-group-sm > .form-control {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.navbar .nav-tabs {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.navbar .nav-tabs .nav-link {
  min-height: 3.5rem;
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
}

.navbar > .container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.navbar-dark {
  color: white;
}

.navbar-dark .form-control,
.navbar-dark .input-group,
.navbar-dark .navbar-brand::before,
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-toggler::before {
  background-color: rgba(255, 255, 255, 0.12);
}

.navbar-dark .form-control::placeholder,
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 0;
  left: 0;
  z-index: 40;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-full {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 40;
}

@supports (position: sticky) {
  .navbar-sticky-top {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    position: sticky;
    top: 0;
    z-index: 40;
  }
}

.toolbar-waterfall {
  transition-duration: 0.3s;
  transition-property: background-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 40;
}

@media (min-width: 576px) {
  .toolbar-waterfall {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .toolbar-waterfall {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .toolbar-waterfall {
    transition: none;
  }
}

.toolbar-waterfall.waterfall {
  background-color: #B48C72;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
}

.navbar-brand {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  align-items: center;
  color: inherit;
  display: inline-flex;
  height: 2.25rem;
  position: relative;
  white-space: nowrap;
}

.navbar-brand:active,
.navbar-brand:focus,
.navbar-brand:hover {
  color: inherit;
  text-decoration: none;
}

.navbar-brand::before {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.12);
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  right: -0.5rem;
  bottom: 0;
  left: -0.5rem;
}

@media (min-width: 576px) {
  .navbar-brand::before {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .navbar-brand::before {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .navbar-brand::before {
    transition: none;
  }
}

.navbar-brand:focus {
  outline: 0;
}

.navbar-brand:focus::before {
  opacity: 1;
}

.navbar-brand:not(:first-child) {
  margin-left: 1rem;
}

.navbar-brand:not(:last-child) {
  margin-right: 1rem;
}

.navbar-text {
  align-items: center;
  color: inherit;
  display: inline-flex;
  flex-wrap: wrap;
  height: 2.25rem;
}

.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.navbar-nav .nav-link {
  border-radius: 2px;
  transition-duration: 0.3s;
  transition-property: background-color, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: inherit;
  font-size: 1rem;
  height: 2.25rem;
  line-height: 1;
  opacity: 0.7;
  padding: 0.625rem 1rem;
}

@media (min-width: 576px) {
  .navbar-nav .nav-link {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .navbar-nav .nav-link {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .navbar-nav .nav-link {
    transition: none;
  }
}

.navbar-nav .nav-link:active,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.12);
  opacity: 1;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.disabled {
  opacity: 1;
}

.navbar-nav .nav-link.disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38);
}

.navbar-nav .nav-link:focus {
  outline: 0;
}

.navbar-nav .active > .nav-link,
.navbar-nav .show > .nav-link {
  opacity: 1;
}

.navbar-nav .show > .nav-link {
  background-color: rgba(0, 0, 0, 0.12);
}

.navbar-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .navbar-toggler:first-child + .navbar-brand {
    margin-left: 0;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .navbar-toggler:first-child + .navbar-brand {
    margin-left: 0;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
}

@media (max-width: 1023.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .navbar-toggler:first-child + .navbar-brand {
    margin-left: 0;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
}

@media (max-width: 1439.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1440px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .navbar-toggler:first-child + .navbar-brand {
    margin-left: 0;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .navbar-toggler:first-child + .navbar-brand {
  margin-left: 0;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-toggler {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  color: inherit;
  display: inline-flex;
  flex-shrink: 0;
  height: 2.25rem;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: relative;
  width: 2.25rem;
}

.navbar-toggler:active,
.navbar-toggler:focus,
.navbar-toggler:hover {
  color: inherit;
  text-decoration: none;
}

.navbar-toggler:active::before,
.navbar-toggler:focus::before,
.navbar-toggler:hover::before {
  opacity: 1;
}

.navbar-toggler::before {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (min-width: 576px) {
  .navbar-toggler::before {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .navbar-toggler::before {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .navbar-toggler::before {
    transition: none;
  }
}

.navbar-toggler:focus {
  outline: 0;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  font-size: 1.71429em;
  line-height: 0.58333em;
  vertical-align: -0.3022em;
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  display: block;
}

.navbar-toggler-icon::before {
  content: "menu";
}

.tooltip {
  text-align: left;
  text-align: start;
  font-family: "Judson";
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  display: block;
  font-size: 0.875rem;
  line-height: 1.42857;
  margin: 1.5rem;
  opacity: 0;
  position: absolute;
  word-break: break-word;
  z-index: 240;
}

[dir='rtl'] .tooltip {
  text-align: right;
  text-align: start;
}

@media (min-width: 768px) {
  .tooltip {
    font-size: 0.625rem;
    margin: 0.875rem;
  }
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip.show .tooltip-inner {
  transform: scale(1);
}

.tooltip-inner {
  border-radius: 2px;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #616161;
  color: white;
  padding: 0.375rem 1rem;
  text-align: center;
  transform: scale(0.87);
}

@media (min-width: 576px) {
  .tooltip-inner {
    transition-duration: 0.39s;
  }
}

@media (min-width: 1024px) {
  .tooltip-inner {
    transition-duration: 0.2s;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .tooltip-inner {
    transition: none;
  }
}

@media (min-width: 768px) {
  .tooltip-inner {
    padding: 0.24107rem 0.5rem;
  }
}

.align-top {
  vertical-align: top !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.border {
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-black {
  border-color: #000000 !important;
}

.border-black-primary {
  border-color: rgba(0, 0, 0, 0.87) !important;
}

.border-black-secondary {
  border-color: rgba(0, 0, 0, 0.54) !important;
}

.border-black-hint {
  border-color: rgba(0, 0, 0, 0.38) !important;
}

.border-black-divider {
  border-color: rgba(0, 0, 0, 0.12) !important;
}

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

.border-white-primary {
  border-color: white !important;
}

.border-white-secondary {
  border-color: rgba(255, 255, 255, 0.7) !important;
}

.border-white-hint {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.border-white-divider {
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.border-primary {
  border-color: #B48C72 !important;
}

.border-secondary {
  border-color: #3F3A36 !important;
}

.border-danger {
  border-color: #f44336 !important;
}

.border-info {
  border-color: #2196f3 !important;
}

.border-success {
  border-color: #4caf50 !important;
}

.border-warning {
  border-color: #ff9800 !important;
}

.border-dark {
  border-color: #424242 !important;
}

.border-light {
  border-color: #f5f5f5 !important;
}

.rounded {
  border-radius: 2px;
}

.rounded-0 {
  border-radius: 0;
}

.rounded-circle {
  border-radius: 50%;
}

.rounded-top {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.rounded-right {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.rounded-bottom {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.rounded-left {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.bg-dark-1 {
  background-color: #000000 !important;
}

.bg-dark-2 {
  background-color: #212121 !important;
}

.bg-dark-3 {
  background-color: #303030 !important;
}

.bg-dark-4 {
  background-color: #424242 !important;
}

.bg-light-1 {
  background-color: #e0e0e0 !important;
}

.bg-light-2 {
  background-color: #f5f5f5 !important;
}

.bg-light-3 {
  background-color: #fafafa !important;
}

.bg-light-4 {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

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

a.bg-primary:active,
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #9f7254 !important;
}

.bg-primary {
  background-color: #B48C72 !important;
}

a.bg-secondary:active,
a.bg-secondary:focus,
a.bg-secondary:hover {
  background-color: #24211e !important;
}

.bg-secondary {
  background-color: #3F3A36 !important;
}

a.bg-danger:active,
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #d32f2f !important;
}

.bg-danger {
  background-color: #f44336 !important;
}

a.bg-info:active,
a.bg-info:focus,
a.bg-info:hover {
  background-color: #1976d2 !important;
}

.bg-info {
  background-color: #2196f3 !important;
}

a.bg-success:active,
a.bg-success:focus,
a.bg-success:hover {
  background-color: #388e3c !important;
}

.bg-success {
  background-color: #4caf50 !important;
}

a.bg-warning:active,
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f57c00 !important;
}

.bg-warning {
  background-color: #ff9800 !important;
}

a.bg-dark:active,
a.bg-dark:focus,
a.bg-dark:hover {
  background-color: #212121 !important;
}

.bg-dark {
  background-color: #424242 !important;
}

a.bg-light:active,
a.bg-light:focus,
a.bg-light:hover {
  background-color: #e0e0e0 !important;
}

.bg-light {
  background-color: #f5f5f5 !important;
}

.bg-primary-dark {
  background-color: #9f7254 !important;
}

.bg-primary-light {
  background-color: #d7c2b5 !important;
}

.bg-secondary-dark {
  background-color: #24211e !important;
}

.bg-secondary-light {
  background-color: #766d65 !important;
}

.clearfix::after {
  clear: both;
  content: '';
  display: table;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-table-row {
  display: table-row !important;
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }
}

@media (min-width: 1024px) {
  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }
}

@media (min-width: 1440px) {
  .d-xl-block {
    display: block !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }
}

@media print {
  .d-print-block {
    display: block !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.order-first {
  order: -1;
}

.order-last {
  order: 1;
}

.order-0 {
  order: 0;
}

@media (min-width: 576px) {
  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 1;
  }

  .order-sm-0 {
    order: 0;
  }
}

@media (min-width: 768px) {
  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 1;
  }

  .order-md-0 {
    order: 0;
  }
}

@media (min-width: 1024px) {
  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 1;
  }

  .order-lg-0 {
    order: 0;
  }
}

@media (min-width: 1440px) {
  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 1;
  }

  .order-xl-0 {
    order: 0;
  }
}

.float-left {
  float: left !important;
}

.float-none {
  float: none !important;
}

.float-right {
  float: right !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .float-sm-right {
    float: right !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-none {
    float: none !important;
  }

  .float-md-right {
    float: right !important;
  }
}

@media (min-width: 1024px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .float-lg-right {
    float: right !important;
  }
}

@media (min-width: 1440px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .float-xl-right {
    float: right !important;
  }
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-relative {
  position: relative !important;
}

.position-static {
  position: static !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 40;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 40;
  }
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

.shadow {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2) !important;
}

.shadow-lg {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px 0 rgba(0, 0, 0, 0.2) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.shadow-sm {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
}

.shadow-24 {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px 0 rgba(0, 0, 0, 0.2) !important;
}

.shadow-16 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px 0 rgba(0, 0, 0, 0.2) !important;
}

.shadow-12 {
  box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 7px 8px 0 rgba(0, 0, 0, 0.2) !important;
}

.shadow-8 {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2) !important;
}

.shadow-6 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.2) !important;
}

.shadow-4 {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2) !important;
}

.shadow-2 {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
}

.shadow-1 {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2) !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0 {
    margin-left: 0 !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3 {
    margin-left: 1rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5 {
    margin-left: 3rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0 {
    padding-left: 0 !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3 {
    padding-left: 1rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5 {
    padding-left: 3rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto {
    margin-left: auto !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0 {
    margin-left: 0 !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1 {
    margin-left: 0.25rem !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2 {
    margin-left: 0.5rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3 {
    margin-left: 1rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4 {
    margin-left: 1.5rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5 {
    margin-left: 3rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1 {
    padding-left: 0.25rem !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2 {
    padding-left: 0.5rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3 {
    padding-left: 1rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4 {
    padding-left: 1.5rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5 {
    padding-left: 3rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto {
    margin-left: auto !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0 {
    margin-left: 0 !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3 {
    margin-left: 1rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5 {
    margin-left: 3rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3 {
    padding-left: 1rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5 {
    padding-left: 3rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto {
    margin-left: auto !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1440px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0 {
    margin-left: 0 !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3 {
    margin-left: 1rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5 {
    margin-left: 3rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0 {
    padding-left: 0 !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3 {
    padding-left: 1rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5 {
    padding-left: 3rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto {
    margin-left: auto !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

@media (min-width: 576px) {
  .text-sm-center {
    text-align: center !important;
  }

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .text-md-center {
    text-align: center !important;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }
}

@media (min-width: 1024px) {
  .text-lg-center {
    text-align: center !important;
  }

  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }
}

@media (min-width: 1440px) {
  .text-xl-center {
    text-align: center !important;
  }

  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }
}

.text-black {
  color: #000000 !important;
}

.text-black-primary {
  color: rgba(0, 0, 0, 0.87) !important;
}

.text-black-secondary {
  color: rgba(0, 0, 0, 0.54) !important;
}

.text-black-hint {
  color: rgba(0, 0, 0, 0.38) !important;
}

.text-black-divider {
  color: rgba(0, 0, 0, 0.12) !important;
}

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

.text-white-primary {
  color: white !important;
}

.text-white-secondary {
  color: rgba(255, 255, 255, 0.7) !important;
}

.text-white-hint {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-white-divider {
  color: rgba(255, 255, 255, 0.12) !important;
}

.text-muted {
  color: rgba(0, 0, 0, 0.38) !important;
}

a.text-primary:active,
a.text-primary:focus,
a.text-primary:hover {
  color: #9f7254 !important;
}

.text-primary {
  color: #B48C72 !important;
}

a.text-secondary:active,
a.text-secondary:focus,
a.text-secondary:hover {
  color: #24211e !important;
}

.text-secondary {
  color: #3F3A36 !important;
}

a.text-danger:active,
a.text-danger:focus,
a.text-danger:hover {
  color: #d32f2f !important;
}

.text-danger {
  color: #f44336 !important;
}

a.text-info:active,
a.text-info:focus,
a.text-info:hover {
  color: #1976d2 !important;
}

.text-info {
  color: #2196f3 !important;
}

a.text-success:active,
a.text-success:focus,
a.text-success:hover {
  color: #388e3c !important;
}

.text-success {
  color: #4caf50 !important;
}

a.text-warning:active,
a.text-warning:focus,
a.text-warning:hover {
  color: #f57c00 !important;
}

.text-warning {
  color: #ff9800 !important;
}

a.text-dark:active,
a.text-dark:focus,
a.text-dark:hover {
  color: #212121 !important;
}

.text-dark {
  color: #424242 !important;
}

a.text-light:active,
a.text-light:focus,
a.text-light:hover {
  color: #e0e0e0 !important;
}

.text-light {
  color: #f5f5f5 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-body {
  color: rgba(0, 0, 0, 0.87) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-monospace {
  font-family: "Roboto Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-italic {
  font-style: italic;
}

.font-weight-bold,
.font-weight-medium {
  font-weight: 500;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-normal,
.font-weight-regular {
  font-weight: 400;
}

.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.invisible {
  visibility: hidden !important;
}

.visible {
  visibility: visible !important;
}

.material-icons {
  font-size: 1.71429em;
  line-height: 0.58333em;
  vertical-align: -0.3022em;
}

.material-icons-inline {
  font-size: inherit;
  line-height: 1;
}

@media print {
@page {
    size: a3;
}

  *,
  *::after,
  *::before {
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: ' (" attr(title) ") ';
  }

  blockquote {
    page-break-inside: avoid;
  }

  body {
    min-width: 1024px !important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
  }

  pre {
    page-break-inside: avoid;
    white-space: pre-wrap !important;
  }

  thead {
    display: table-header-group;
  }

  tr {
    page-break-inside: avoid;
  }

  .card {
    border: 1px solid #e1e1e1;
  }

  .container {
    min-width: 1024px !important;
  }

  .dropdown-menu {
    border: 1px solid #e1e1e1;
  }

  .list-group-item {
    border: 1px solid #e1e1e1;
    margin-bottom: -1px;
  }

  .list-group-item:last-child {
    margin-bottom: 0;
  }

  .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
  }

  .list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
  }

  .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
  }

  .nav-tabs {
    border-bottom: 1px solid #e1e1e1;
  }

  .navbar {
    display: none;
  }

  .popover {
    border: 1px solid #e1e1e1;
  }

  .table td,
  .table th {
    background-color: #ffffff !important;
  }

  .table-bordered {
    border: 1px solid #e1e1e1;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark td,
  .table-dark th,
  .table-dark .table {
    border-color: #e1e1e1;
  }

  .table .thead-dark td,
  .table .thead-dark th {
    color: inherit;
  }
}

/*
$material-icons-font-path: "~material-icons/iconfont/";
@import "~material-icons/iconfont/material-icons";

.material-icons {
  font-size: 1.71429em;
  line-height: 0.58333em;
}


// FontAwesome 5
$fa-font-path: "~@fortawesome/fontawesome-free/webfonts";

@import "~@fortawesome/fontawesome-free/scss/fontawesome";
@import "~@fortawesome/fontawesome-free/scss/solid";
@import "~@fortawesome/fontawesome-free/scss/regular";
@import "~@fortawesome/fontawesome-free/scss/brands";
*/

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(0, 0, 0, 0.12);
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container--material .select2-selection--single {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  height: 2rem;
}

.select2-container--material .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 30px;
}

.select2-container--material .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--material .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--material .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--material .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--material[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--material[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--material.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--material.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--material.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--material .select2-selection--multiple {
  background-color: white;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  cursor: text;
}

.select2-container--material .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--material .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--material .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--material .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--material[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--material[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--material[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--material[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--material[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--material.select2-container--focus .select2-selection--multiple {
  border: 1px solid #ccc;
  outline: 0;
}

.select2-container--material.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--material.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--material.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--material.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--material.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--material.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--material .select2-dropdown {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

.select2-container--material .select2-search--dropdown .select2-search__field {
  border: 1px solid #e5e5e5;
}

.select2-container--material .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--material .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--material .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--material .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--material .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--material .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--material .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--material .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--material .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--material .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--material .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--material .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--material .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--material .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url(img/ajax-loader.gif) center center no-repeat;
}

/* Icons */

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

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #036fa5;
  margin-top: 0;
}

.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  display: inline-block;
  text-align: center;
}

.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}

.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #036fa5;
  margin-left: 0;
}

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}

.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}

.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}

.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}

.slider.slider-disabled .slider-handle {
  background-color: #cfcfcf;
  background-image: -moz-linear-gradient(top, #DFDFDF, #BEBEBE);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DFDFDF), to(#BEBEBE));
  background-image: -webkit-linear-gradient(top, #DFDFDF, #BEBEBE);
  background-image: -o-linear-gradient(top, #DFDFDF, #BEBEBE);
  background-image: linear-gradient(to bottom, #DFDFDF, #BEBEBE);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFDFDF', endColorstr='#BEBEBE',GradientType=0);
}

.slider.slider-disabled .slider-track {
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #E5E5E5, #E9E9E9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E5E5E5), to(#E9E9E9));
  background-image: -webkit-linear-gradient(top, #E5E5E5, #E9E9E9);
  background-image: -o-linear-gradient(top, #E5E5E5, #E9E9E9);
  background-image: linear-gradient(to bottom, #E5E5E5, #E9E9E9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E5E5', endColorstr='#E9E9E9',GradientType=0);
  cursor: not-allowed;
}

.slider input {
  display: none;
}

.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

.slider .bs-tooltip-top .tooltip-inner,
.slider .bs-tooltip-bottom .tooltip-inner {
  position: relative;
  left: -50%;
}

.slider.bs-tooltip-left .tooltip-inner,
.slider.bs-tooltip-right .tooltip-inner {
  position: relative;
  top: -100%;
}

.slider .tooltip {
  pointer-events: none;
}

.slider .tooltip.bs-tooltip-top .arrow,
.slider .tooltip.bs-tooltip-bottom .arrow {
  left: -.4rem;
}

.slider .tooltip.bs-tooltip-top {
  margin-top: -44px;
}

.slider .tooltip.bs-tooltip-bottom {
  margin-top: 2px;
}

.slider .tooltip.bs-tooltip-left,
.slider .tooltip.bs-tooltip-right {
  margin-top: -14px;
}

.slider .tooltip.bs-tooltip-left .arrow,
.slider .tooltip.bs-tooltip-right .arrow {
  top: 8px;
}

.slider .hide {
  display: none;
}

.slider-track {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#F9F9F9));
  background-image: -webkit-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: -o-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F9F9F9',GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  cursor: pointer;
}

.slider-selection {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #F9F9F9, #F5F5F5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F9F9F9), to(#F5F5F5));
  background-image: -webkit-linear-gradient(top, #F9F9F9, #F5F5F5);
  background-image: -o-linear-gradient(top, #F9F9F9, #F5F5F5);
  background-image: linear-gradient(to bottom, #F9F9F9, #F5F5F5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#F5F5F5',GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
}

.slider-selection.tick-slider-selection {
  background-color: #46c1fe;
  background-image: -moz-linear-gradient(top, #52c5ff, #3abcfd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#52c5ff), to(#3abcfd));
  background-image: -webkit-linear-gradient(top, #52c5ff, #3abcfd);
  background-image: -o-linear-gradient(top, #52c5ff, #3abcfd);
  background-image: linear-gradient(to bottom, #52c5ff, #3abcfd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52c5ff', endColorstr='#3abcfd',GradientType=0);
}

.slider-track-low,
.slider-track-high {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  background: transparent;
}

.slider-handle {
  background-color: #0478b2;
  background-image: -moz-linear-gradient(top, #0480BE, #036fa5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0480BE), to(#036fa5));
  background-image: -webkit-linear-gradient(top, #0480BE, #036fa5);
  background-image: -o-linear-gradient(top, #0480BE, #036fa5);
  background-image: linear-gradient(to bottom, #0480BE, #036fa5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0480BE', endColorstr='#036fa5',GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #0480BE;
  border: 0px solid transparent;
}

.slider-handle:hover {
  cursor: pointer;
}

.slider-handle.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.slider-handle.triangle {
  background: transparent none;
}

.slider-handle.custom {
  background: transparent none;
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

.slider-tick {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#F9F9F9));
  background-image: -webkit-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: -o-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F9F9F9',GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}

.slider-tick.round {
  border-radius: 50%;
}

.slider-tick.triangle {
  background: transparent none;
}

.slider-tick.custom {
  background: transparent none;
}

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

.slider-tick.in-selection {
  background-color: #46c1fe;
  background-image: -moz-linear-gradient(top, #52c5ff, #3abcfd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#52c5ff), to(#3abcfd));
  background-image: -webkit-linear-gradient(top, #52c5ff, #3abcfd);
  background-image: -o-linear-gradient(top, #52c5ff, #3abcfd);
  background-image: linear-gradient(to bottom, #52c5ff, #3abcfd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52c5ff', endColorstr='#3abcfd',GradientType=0);
  opacity: 1;
}

/*
// DateTimePicker
@import "../ext/datetimepicker/bootstrap-material";

// QsvUploadr
@import "../ext/uploadr/css/jquery.fancybox";
@import "../ext/uploadr/css/index";

// ColorPicker
@import "../ext/colorpicker/jquery.colorpicker";

// Justified Gallery
@import "~justifiedGallery/dist/css/justifiedGallery";

// OnoffCanvas
@import "~onoffcanvas/scss/onoffcanvas";

.onoffcanvas {
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  transform: none;
  transition: all $transitionTime $transitionFunction, visibility 0s 1s linear,
    max-height 0s 1s linear;

  &.is-open {
    opacity: 1;
    max-height: 9000px;
    visibility: visible;
    transform: none;
    transition: all $transitionTime $transitionFunction, visibility 0s 0s linear,
      max-height 0s 0s linear;
  }

  &-drawer.is-open {
    background: rgba(0, 0, 0, 0.7);
  }
}
*/

/**
 * Clearfix hack
 */

.byoauth .social .btn:before,
.byoauth .social .btn:after {
  content: " ";
  display: table;
}

.byoauth .social .btn:after {
  clear: both;
}

/**
 * Hoverable
 */

/**
 * Z-levels
 */

/**
 * Form input
 */

.form-input {
  display: block;
  background-color: white;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  color: #777;
  font-size: 1rem;
  padding: 5px 10px;
  line-height: 1.5;
  height: 2rem;
  width: 100%;
}

.form-input:focus {
  color: #555;
  background-color: white;
  border-color: #B48C72;
  box-shadow: none;
  outline: 0;
}

.form-input:disabled,
.form-input[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-input.small {
  display: inline-block;
  width: 250px;
}

.form-input.tiny {
  display: inline-block;
  width: 100px;
}

.form-input.percent {
  display: inline-block;
  width: 60px;
}

.form-input.date,
.form-input.datepickr,
.form-input.year,
.form-input.time,
.form-input.timepickr,
.form-input.datetime,
.form-input.datetimepickr {
  width: auto;
}

.form-input.editor {
  min-height: 5rem;
  height: auto;
}

select.form-input[multiple],
select.form-input[size],
textarea.form-input {
  height: auto;
}

/**
 * Goto top
 *
#gotop {
  display: none;
  position: fixed;
  bottom: 190px;
  right: 38px;

  a {
    color: black;
    font-weight: 500;

    div {
      background: theme-color(primary);
      border-radius: 35px;
      font-size: 30px;
      color: white;
      line-height: 32px;
      width: 35px;
      height: 35px;
      text-align: center;
    }
  }
}

/**
 * Menu Dropdown
 */

.dropdown-menu {
  font-size: 0.85rem;
}

.dropdown-menu .dropdown-item {
  line-height: 1;
}

@media (min-width: 1024px) {
  .dropdown-menu .show > .dropdown-toggle::after {
    transform: rotate(-90deg);
  }
}

/**
 * Mixin for multiline
 */

/**
 * Other styles
 */

body {
  color: #3F3A36;
  background: white;
}

body p,
body li {
  font-size: 16px;
}

@media (max-width: 767.98px) {
  body p,
  body li {
    font-size: 15px;
  }
}

body a {
  font-size: 16px;
}

@media (max-width: 767.98px) {
  body a {
    font-size: 15px;
  }
}

img {
  max-width: 100%;
}

h1 {
  font-family: "Judson";
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 24px;
  }
}

h2,
h3,
h4,
h5 {
  font-family: "Judson";
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  h2,
  h3,
  h4,
  h5 {
    font-size: 24px;
  }
}

p {
  margin-bottom: 0;
}

li {
  font-size: 16px;
  font-weight: 400;
}

a {
  font-size: 15px;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .container {
    padding-right: 18px;
    padding-left: 18px;
  }
}

.container .class-ctl {
  display: none;
}

.container .active {
  transform: scaleY(1);
  display: inline-block !important;
}

.container .icon-up {
  display: none;
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }

  .container.compact {
    max-width: 860px;
  }

  .container.compact .class-ctl {
    display: none;
  }

  .container.compact .active {
    transform: scaleY(1);
    display: block !important;
  }

  .container.magazine {
    max-width: 720px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1196px;
  }

  .container.compact {
    max-width: 860px;
  }

  .container.magazine {
    max-width: 720px;
  }
}

.primary-btn,
.secondary-btn,
.outline-btn {
  display: inline-block;
  background: #183e40;
  border: 1px solid #183e40;
  border-radius: 1px;
  font-family: "Judson";
  font-size: 15px;
  font-weight: 400;
  color: white;
  padding: 10px 25px;
}

.primary-btn:hover,
.secondary-btn:hover,
.outline-btn:hover {
  border-color: #9f7254;
  color: white;
  text-decoration: none;
}

.small.primary-btn,
.small.secondary-btn,
.small.outline-btn {
  padding: 5px 10px;
}

ul.btn-click {
  list-style: none;
  margin: 0 0 40px 0px;
  text-align: center;
  background: whitesmoke;
  padding: 0;
  display: inline-block;
}

@media (max-width: 767.98px) {
  ul.btn-click {
    width: 345px;
  }
}

ul.btn-click .active {
  background: #B48C72;
  border: 2px solid #B48C72;
  cursor: pointer;
  outline: 0;
  border-radius: 5px;
}

ul.btn-click .active button {
  color: white !important;
}

ul.btn-click .li-1 button {
  color: rgba(0, 0, 0, 0.87);
  background: none;
  border: none;
  display: contents;
  font-weight: 400;
  cursor: pointer;
}

ul.btn-click .li-1 button:focus {
  cursor: pointer;
  outline: 0;
}

ul.btn-click .li-1 button:hover {
  color: rgba(0, 0, 0, 0.87);
}

ul.btn-click .li-2 {
  color: rgba(0, 0, 0, 0.87);
}

ul.btn-click .li-2 button {
  background: none;
  border: none;
  color: rgba(0, 0, 0, 0.87);
  display: contents;
  font-weight: 400;
  cursor: pointer;
}

ul.btn-click .li-2 button:focus {
  cursor: pointer;
  outline: 0;
}

ul.btn-click .li-2 button:hover {
  color: rgba(0, 0, 0, 0.87);
}

ul.btn-click li {
  display: inline-block;
  border-radius: 0px;
  font-family: Arsenal,Segoe,Segoe UI,Arial,sans-serif;
  font-weight: 300;
  padding: 6px 0px;
  background: #f5f5f5;
  width: 180px;
  font-size: 16px;
  border: 2px solid #f5f5f5;
  margin: 0;
}

@media (max-width: 767.98px) {
  ul.btn-click li {
    width: 50%;
    font-size: 14px;
  }
}

ul.btn-click li:focus {
  background: #fff;
  border: 2px solid #d0d0d0;
  cursor: pointer;
  outline: 0;
  border-radius: 5px;
}

.primary-btn {
  background: #183e40 !important;
}

.primary-btn:hover {
  background: #9f7254;
}

.secondary-btn {
  border-color: #B48C72;
  color: #B48C72;
}

.secondary-btn:hover {
  border-color: #d7c2b5;
  color: #d7c2b5;
}

.outline-btn {
  border-color: #eee;
  color: #eee;
}

.outline-btn:hover {
  border-color: white;
  color: white;
}

#action {
  position: fixed;
  left: 25px;
  bottom: 35px;
  z-index: 10000;
}

#action .primary-btn {
  display: block;
  margin-top: 10px;
}

@media (max-width: 767.98px) {
  #action {
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
  }

  #action .primary-btn {
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.thumbnail {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
}

.thumbnail a {
  text-decoration: none;
}

.thumbnail img {
  max-width: 100%;
  margin: 0;
}

.page-actions {
  text-align: center;
}

.page-actions .primary-btn,
.page-actions .secondary-btn {
  display: inline-block;
}

@media (min-width: 768px) {
  .page-actions .primary-btn,
  .page-actions .secondary-btn {
    min-width: 250px;
  }
}

@media (max-width: 767.98px) {
  .page-actions .primary-btn,
  .page-actions .secondary-btn {
    width: 100%;
  }
}

.paging {
  margin-bottom: 3rem;
}

.modal-content {
  margin: 0;
}

@media (max-width: 767.98px) {
  .modal-content {
    margin-bottom: 80px;
  }
}

.modal-content .modal-header {
  border-bottom: none;
}

.modal-content .modal-header .modal-title {
  width: 100%;
  text-align: center;
  color: #dcdcdc;
}

.modal-content .modal-footer {
  border-top: none;
}

.card-title {
  font-size: 1rem;
  color: #575757;
  font-weight: 400;
  margin-bottom: 1rem;
}

.card-text {
  color: #adb5bd;
}

@media (min-width: 1024px) {
  .card-columns {
    column-count: 4;
  }
}

@media (max-width: 1023.98px) {
  .card-columns {
    column-count: 3;
  }
}

@media (max-width: 767.98px) {
  .card-columns {
    column-count: 1;
  }
}

.breadcrumb {
  background: transparent;
  border-top: 1px solid rgba(255, 119, 51, 0.4);
  margin-top: 67px;
  margin-bottom: 0;
}

.breadcrumb ul {
  margin: 0 auto;
  padding-left: 0;
}

.breadcrumb ul li {
  display: inline-block;
  font-size: 16px;
  padding: 0 1em;
  list-style-type: none;
}

.breadcrumb ul li.decord:before {
  content: "\2022";
  color: #ccc;
  font-weight: bold;
  display: inline-block;
  width: 25px;
}

.breadcrumb ul li a {
  font-size: 16px;
}

.breadcrumb ul li a:hover {
  color: #B48C72;
  direction: none;
}

.breadcrumb ul li span {
  font-weight: 500;
  font-size: 16px;
}

.breadcrumb.ringmen {
  margin-top: 0;
  border: none;
}

.breadcrumb .breadcrumb-item a {
  color: #B48C72;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #9f7254;
}

.pagination {
  background: transparent;
  margin-bottom: 0;
  padding-top: 2rem;
}

.sidebar .wrapper.fixed {
  position: fixed;
  top: 0;
  bottom: auto !important;
  z-index: 2;
}

.sidebar .wrapper.btm {
  position: absolute;
  top: auto !important;
  bottom: 0;
}

.share {
  margin: 20px 0;
  text-align: right;
}

.comment {
  margin: 20px 0;
}

.comment .wrapper {
  margin: 0 -10px;
  width: auto;
}

section,
footer,
header {
  margin: 0 auto;
}

iframe {
  height: 560px;
  width: 100%;
}

@media (max-width: 767.98px) {
  iframe {
    height: auto;
    width: 100%;
  }
}

.flicker {
  animation: flicker 3s infinite;
  color: #ff0000 !important;
}

.flicker:hover {
  color: #ff1414 !important;
}

@keyframes flicker {
  0% {
    opacity: 0;
  }

  9% {
    opacity: 0;
  }

  10% {
    opacity: 0.5;
  }

  13% {
    opacity: 0;
  }

  20% {
    opacity: 0.5;
  }

  25% {
    opacity: 1;
  }
}

.class-mb {
  display: none !important;
}

@media (max-width: 767.98px) {
  .class-mb {
    display: flex !important;
  }
}

.class-mb .select2-container--default .select2-selection--single {
  border: none !important;
}

.class-pc {
  display: flex !important;
}

@media (max-width: 767.98px) {
  .class-pc {
    display: none !important;
  }
}

.slctuyendung {
  color: #000;
  font-weight: 500;
  padding: 14px 7px;
  text-decoration: none;
  font-size: 17px;
  margin: 0;
  border: none;
  background: #fff;
  cursor: pointer;
}

.slctuyendung:focus {
  outline: none;
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 767.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

@media (max-width: 1023.98px) {
  .md-hid {
    display: none;
  }
}

header {
  top: 0;
  width: 100%;
  z-index: 100;
}

header .material-icons {
  font-size: 20px;
}

header .notify-website {
  background: #f2f2f2;
  z-index: 10;
  color: #3F3A36;
  font-size: 14px;
  height: 50px;
  line-height: 30px;
  text-align: center;
  position: relative;
  padding: 7px 0;
}

@media (max-width: 767.98px) {
  header .notify-website {
    line-height: 30px;
  }
}

header .notify-website a {
  color: #3F3A36;
  text-decoration: none;
}

header .notify-website a:hover {
  color: #B48C72;
}

header .notify-website .menu-mega-1 {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
}

@media (max-width: 767.98px) {
  header .notify-website .menu-mega-1 {
    display: none;
  }
}

header .notify-website .menu-mega-1 li {
  display: inline-block;
  list-style: none;
}

header .notify-website .menu-mega-2 {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 767.98px) {
  header .notify-website .menu-mega-2 {
    display: none;
  }
}

header .notify-website .menu-mega-2 li {
  display: inline-block;
  list-style: none;
  padding: 0px 2px;
  line-height: 1.2;
}

header .notify-website .menu-mega-2 li a {
  padding: 0 5px;
}

header .notify-website .menu-mega-2 li a:hover {
  color: #B48C72;
}

header .notify-website .menu-mega-2 li img {
  border-radius: 3px;
  height: 20px;
  width: 20px;
}

header nav {
  background: white;
  padding-bottom: 0 !important;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

header nav > dl.row {
  margin-bottom: 0;
}

header nav .cart-number {
  background: red;
  border-radius: 10px;
  color: white;
  display: inline-block;
  font-size: 10px;
  height: 15px;
  line-height: 15px;
  margin-left: -10px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  width: 15px;
}

header nav .boxpc-logo {
  background: black;
  height: 150px;
  padding: 35px 15px;
  position: absolute;
  top: 5px;
  z-index: 3;
}

header nav .boxpc-logo img {
  height: 100%;
}

header nav .search {
  border: 1px solid #424242;
  border-radius: 4px;
  color: #424242;
  display: inline-block;
  height: 40px;
  margin: 10px 0;
  width: 100%;
}

header nav .search input {
  background: none;
  border: none;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  width: 90%;
}

header nav .search input::placeholder {
  color: #616161;
  font-size: 15px;
  font-weight: 500;
}

header nav .search a {
  color: #424242;
  width: 20%;
}

header nav .cart-buy {
  color: #000;
  display: inline-block;
  float: right;
  margin-top: 10px;
}

header nav .cart-buy i {
  font-size: 30px;
}

header nav .navbar-nav {
  display: block;
}

header nav .navbar-right-down,
header nav .lean-overlay {
  background: white;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 2;
  width: 100%;
}

header nav .navbar-right-down p,
header nav .navbar-right-down ul,
header nav .navbar-right-down li,
header nav .navbar-right-down a,
header nav .lean-overlay p,
header nav .lean-overlay ul,
header nav .lean-overlay li,
header nav .lean-overlay a {
  font-size: 14px;
}

header nav .navbar-right-down p:hover,
header nav .navbar-right-down ul:hover,
header nav .navbar-right-down li:hover,
header nav .navbar-right-down a:hover,
header nav .lean-overlay p:hover,
header nav .lean-overlay ul:hover,
header nav .lean-overlay li:hover,
header nav .lean-overlay a:hover {
  color: #B48C72;
}

header nav .navbar-right-down ul,
header nav .lean-overlay ul {
  padding-left: 0px;
}

header nav .navbar-right-down ul .nav-item,
header nav .lean-overlay ul .nav-item {
  list-style-type: none;
  padding-bottom: 20px;
  width: 100%;
}

header nav .navbar-right-down ul .nav-item .nav-link,
header nav .lean-overlay ul .nav-item .nav-link {
  display: inline-block;
  padding: 0;
}

header nav .navbar-right-down ul .nav-item .nav-link img,
header nav .lean-overlay ul .nav-item .nav-link img {
  border-radius: 3px;
  height: 17px;
  width: 17px;
  margin-right: 5px;
}

header nav .navbar-right-down ul .nav-item a,
header nav .lean-overlay ul .nav-item a {
  color: #3F3A36;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

header nav .navbar-right-down ul .nav-item a i,
header nav .lean-overlay ul .nav-item a i {
  padding-top: 0px;
}

header nav .navbar-right-down ul .nav-item:hover a,
header nav .lean-overlay ul .nav-item:hover a {
  color: #000;
}

header nav .navbar-right-down .level_2,
header nav .navbar-right-down .level_3,
header nav .lean-overlay .level_2,
header nav .lean-overlay .level_3 {
  background: white;
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 100px;
  -webkit-animation: slide 0.3s forwards;
  -webkit-animation-delay: 1s;
  animation: slide 0.3s forwards;
  animation-delay: 1s;
  transition: 0.5s;
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

header nav .navbar-right-down .level_2 .nav-item a,
header nav .navbar-right-down .level_3 .nav-item a,
header nav .lean-overlay .level_2 .nav-item a,
header nav .lean-overlay .level_3 .nav-item a {
  text-transform: none;
}

header nav .navbar-right-down .level_2 .nav-item .close-mage-menu-title,
header nav .navbar-right-down .level_3 .nav-item .close-mage-menu-title,
header nav .lean-overlay .level_2 .nav-item .close-mage-menu-title,
header nav .lean-overlay .level_3 .nav-item .close-mage-menu-title {
  text-transform: uppercase;
}

header nav .navbar-right-down .level_2 .nav-item .close-mage-menu-title i,
header nav .navbar-right-down .level_3 .nav-item .close-mage-menu-title i,
header nav .lean-overlay .level_2 .nav-item .close-mage-menu-title i,
header nav .lean-overlay .level_3 .nav-item .close-mage-menu-title i {
  float: left;
}

header nav .navbar-right-down .level_2,
header nav .lean-overlay .level_2 {
  top: 0;
}

header nav .navbar-right-down .level_2 .close-mage-menu-title,
header nav .lean-overlay .level_2 .close-mage-menu-title {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

header nav .navbar-right-down .level_2 h3,
header nav .lean-overlay .level_2 h3 {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 600;
  margin-left: 20px;
}

header nav .navbar-right-down .level_2 .nav-item,
header nav .lean-overlay .level_2 .nav-item {
  margin-left: 25px;
}

header nav .navbar-right-down .level_2 .pre_menu_level2,
header nav .lean-overlay .level_2 .pre_menu_level2 {
  margin-left: 0;
}

header nav .navbar-right-down .link-login a.nav-link i,
header nav .lean-overlay .link-login a.nav-link i {
  float: left;
}

header nav .navbar-right-down {
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

header nav .navbar-right-down > ul {
  margin-top: 0;
  padding-inline: 40px;
}

header nav .lean-overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  width: 100%;
}

header nav #icon-stop {
  display: none;
  text-align: right;
  right: 15px;
  color: #B48C72;
}

header nav #icon-stop span.navbar-toggler-icon-close {
  font-size: 20px !important;
  line-height: 0.58333em;
  vertical-align: -0.3022em;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  display: block;
  margin-top: 15px;
  margin-left: 10px;
}

header .navbar {
  padding-top: 10px;
}

header .navbar .box-menu-mega-new {
  width: 100%;
}

header .navbar .box-menu-mega-new ul {
  list-style-type: none;
  display: contents;
  margin: 0;
  padding: 0;
}

header .navbar .box-menu-mega-new ul li {
  display: inline-block;
}

header .navbar .navbar-brand {
  display: inline-block;
  text-align: center;
  margin: 0;
}

header .navbar .navbar-brand img {
  height: 100%;
  max-height: 35px;
  width: 120px;
}

header .box-menu--mobile .show-mobile {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999999999;
  -webkit-transform: translatex(0px) !important;
  -ms-transform: translatex(0px) !important;
  transform: translatex(0px) !important;
}

header .box-menu--desktop {
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

@media (max-width: 767.98px) {
  header .box-menu--desktop {
    display: none;
  }
}

header .box-menu--desktop .menu-mega-1 {
  margin-bottom: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  width: 100%;
}

header .box-menu--desktop .menu-mega-1 li {
  display: inline-block;
  list-style: none;
  margin-right: 5px;
  margin-top: 5px;
}

header .box-menu--desktop .menu-mega-1 li a img {
  border-radius: 3px;
  height: 20px;
  width: 20px;
}

header .box-menu--desktop .menu-mega-1 li a:hover {
  color: #B48C72;
}

header .box-menu--desktop .box-content-menu {
  padding-top: 30px;
}

header .box-menu--desktop .box-content-menu .logo-header {
  text-align: center;
}

header .box-menu--desktop .box-content-menu .logo-header .fix-pagespeed {
  width: 200px;
}

header .box-menu--desktop .box-content-menu .logo-header img {
  height: 57px;
}

@media (max-width: 767.98px) {
  header .box-menu--desktop .box-content-menu .logo-header img {
    height: auto !important;
    width: 100%;
  }
}

header .box-menu--desktop .menu-mega-2 {
  margin: 0 auto;
  padding-left: 0;
}

header .box-menu--desktop .menu-mega-2 li {
  text-align: center;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

header .box-menu--desktop .menu-mega-2 li a:hover {
  color: #B48C72;
}

header .box-menu--desktop .menu-mega-2 li.active-mega-menu .box-mega-menu {
  background: white;
  display: none;
  left: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 10;
}

header .box-menu--desktop .menu-mega-2 li.active-mega-menu .box-mega-menu h3 {
  font-size: 16px;
}

header .box-menu--desktop .menu-mega-2 li.active-mega-menu .box-mega-menu ul {
  padding: 0;
}

header .box-menu--desktop .menu-mega-2 li.active-mega-menu .box-mega-menu ul li {
  height: 30px;
  line-height: 1.5;
  margin-left: 0;
  text-align: left;
  width: 100%;
}

header .box-menu--desktop .menu-mega-2 li.active-mega-menu .box-mega-menu ul li a:hover {
  color: #B48C72;
}

header .box-menu--desktop .menu-mega-2 li.active-mega-menu:hover .box-mega-menu {
  display: block;
}

header .box-menu--desktop .menu-mega-2 li.menu-blog-theme .box-menu-blog {
  background: white;
  display: none;
  left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

header .box-menu--desktop .menu-mega-2 li.menu-blog-theme .box-menu-blog .flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

header .box-menu--desktop .menu-mega-2 li.menu-blog-theme .box-menu-blog .flex-container .content-menu {
  width: 250px;
  margin: 10px;
  text-align: center;
  font-size: 30px;
}

header .box-menu--desktop .menu-mega-2 li.menu-blog-theme .box-menu-blog .flex-container .content-menu p {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

header .box-menu--desktop .menu-mega-2 li.menu-blog-theme .box-menu-blog .flex-container .content-menu img {
  border-radius: 1.5px;
}

header .box-menu--desktop .menu-mega-2 li.menu-blog-theme:hover .box-menu-blog {
  display: block;
}

header.menu-ringmen {
  top: 0;
  width: 100%;
  z-index: 100;
}

header.menu-ringmen .material-icons {
  font-size: 20px;
}

header.menu-ringmen .notify-website {
  background: #f2f2f2;
  z-index: 250;
  color: #3F3A36;
  font-size: 14px;
  height: 50px;
  line-height: 30px;
  text-align: center;
  position: relative;
  padding: 7px 0;
}

@media (max-width: 767.98px) {
  header.menu-ringmen .notify-website {
    line-height: 20px;
  }
}

header.menu-ringmen .notify-website a {
  color: #3F3A36;
  text-decoration: none;
}

header.menu-ringmen .notify-website a:hover {
  color: #B48C72;
}

header.menu-ringmen .notify-website .menu-mega-1 {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
}

@media (max-width: 767.98px) {
  header.menu-ringmen .notify-website .menu-mega-1 {
    display: none;
  }
}

header.menu-ringmen .notify-website .menu-mega-1 li {
  display: inline-block;
  list-style: none;
}

header.menu-ringmen .notify-website .menu-mega-2 {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 767.98px) {
  header.menu-ringmen .notify-website .menu-mega-2 {
    display: none;
  }
}

header.menu-ringmen .notify-website .menu-mega-2 li {
  display: inline-block;
  list-style: none;
  padding: 0px 2px;
  line-height: 1.2;
}

header.menu-ringmen .notify-website .menu-mega-2 li a {
  padding: 0 5px;
}

header.menu-ringmen .notify-website .menu-mega-2 li a:hover {
  color: #B48C72;
}

header.menu-ringmen .notify-website .menu-mega-2 li img {
  border-radius: 3px;
  height: 20px;
  width: 20px;
}

header.menu-ringmen nav {
  background: white;
  padding-bottom: 0 !important;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

header.menu-ringmen nav > dl.row {
  margin-bottom: 0;
}

header.menu-ringmen nav .cart-number {
  background: red;
  border-radius: 10px;
  color: white;
  display: inline-block;
  font-size: 10px;
  height: 15px;
  line-height: 15px;
  margin-left: -10px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  width: 15px;
}

header.menu-ringmen nav .boxpc-logo {
  background: black;
  height: 150px;
  padding: 35px 15px;
  position: absolute;
  top: 5px;
  z-index: 3;
}

header.menu-ringmen nav .boxpc-logo img {
  height: 100%;
}

header.menu-ringmen nav .search {
  border: 1px solid #424242;
  border-radius: 4px;
  color: #424242;
  display: inline-block;
  height: 40px;
  margin: 10px 0;
  width: 100%;
}

header.menu-ringmen nav .search input {
  background: none;
  border: none;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  width: 90%;
}

header.menu-ringmen nav .search input::placeholder {
  color: #616161;
  font-size: 15px;
  font-weight: 500;
}

header.menu-ringmen nav .search a {
  color: #424242;
  width: 20%;
}

header.menu-ringmen nav .cart-buy {
  color: #000;
  display: inline-block;
  float: right;
  margin-top: 10px;
}

header.menu-ringmen nav .cart-buy i {
  font-size: 30px;
}

header.menu-ringmen nav .navbar-nav {
  display: block;
}

header.menu-ringmen nav .navbar-right-down,
header.menu-ringmen nav .lean-overlay {
  background: white;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 2;
  width: 100%;
}

header.menu-ringmen nav .navbar-right-down p,
header.menu-ringmen nav .navbar-right-down ul,
header.menu-ringmen nav .navbar-right-down li,
header.menu-ringmen nav .navbar-right-down a,
header.menu-ringmen nav .lean-overlay p,
header.menu-ringmen nav .lean-overlay ul,
header.menu-ringmen nav .lean-overlay li,
header.menu-ringmen nav .lean-overlay a {
  font-size: 14px;
}

header.menu-ringmen nav .navbar-right-down p:hover,
header.menu-ringmen nav .navbar-right-down ul:hover,
header.menu-ringmen nav .navbar-right-down li:hover,
header.menu-ringmen nav .navbar-right-down a:hover,
header.menu-ringmen nav .lean-overlay p:hover,
header.menu-ringmen nav .lean-overlay ul:hover,
header.menu-ringmen nav .lean-overlay li:hover,
header.menu-ringmen nav .lean-overlay a:hover {
  color: #B48C72;
}

header.menu-ringmen nav .navbar-right-down ul,
header.menu-ringmen nav .lean-overlay ul {
  padding-left: 0px;
}

header.menu-ringmen nav .navbar-right-down ul .nav-item,
header.menu-ringmen nav .lean-overlay ul .nav-item {
  list-style-type: none;
  padding-bottom: 20px;
  width: 100%;
}

header.menu-ringmen nav .navbar-right-down ul .nav-item .nav-link,
header.menu-ringmen nav .lean-overlay ul .nav-item .nav-link {
  display: inline-block;
  padding: 0;
}

header.menu-ringmen nav .navbar-right-down ul .nav-item .nav-link img,
header.menu-ringmen nav .lean-overlay ul .nav-item .nav-link img {
  border-radius: 3px;
  height: 17px;
  width: 17px;
  margin-right: 5px;
}

header.menu-ringmen nav .navbar-right-down ul .nav-item a,
header.menu-ringmen nav .lean-overlay ul .nav-item a {
  color: #3F3A36;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

header.menu-ringmen nav .navbar-right-down ul .nav-item a i,
header.menu-ringmen nav .lean-overlay ul .nav-item a i {
  padding-top: 0px;
}

header.menu-ringmen nav .navbar-right-down ul .nav-item:hover a,
header.menu-ringmen nav .lean-overlay ul .nav-item:hover a {
  color: #000;
}

header.menu-ringmen nav .navbar-right-down .level_2,
header.menu-ringmen nav .navbar-right-down .level_3,
header.menu-ringmen nav .lean-overlay .level_2,
header.menu-ringmen nav .lean-overlay .level_3 {
  background: white;
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 100px;
  -webkit-animation: slide 0.3s forwards;
  -webkit-animation-delay: 1s;
  animation: slide 0.3s forwards;
  animation-delay: 1s;
  transition: 0.5s;
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

header.menu-ringmen nav .navbar-right-down .level_2 .nav-item a,
header.menu-ringmen nav .navbar-right-down .level_3 .nav-item a,
header.menu-ringmen nav .lean-overlay .level_2 .nav-item a,
header.menu-ringmen nav .lean-overlay .level_3 .nav-item a {
  text-transform: none;
}

header.menu-ringmen nav .navbar-right-down .level_2 .nav-item .close-mage-menu-title,
header.menu-ringmen nav .navbar-right-down .level_3 .nav-item .close-mage-menu-title,
header.menu-ringmen nav .lean-overlay .level_2 .nav-item .close-mage-menu-title,
header.menu-ringmen nav .lean-overlay .level_3 .nav-item .close-mage-menu-title {
  text-transform: uppercase;
}

header.menu-ringmen nav .navbar-right-down .level_2 .nav-item .close-mage-menu-title i,
header.menu-ringmen nav .navbar-right-down .level_3 .nav-item .close-mage-menu-title i,
header.menu-ringmen nav .lean-overlay .level_2 .nav-item .close-mage-menu-title i,
header.menu-ringmen nav .lean-overlay .level_3 .nav-item .close-mage-menu-title i {
  float: left;
}

header.menu-ringmen nav .navbar-right-down .level_2,
header.menu-ringmen nav .lean-overlay .level_2 {
  top: 0;
}

header.menu-ringmen nav .navbar-right-down .level_2 .close-mage-menu-title,
header.menu-ringmen nav .lean-overlay .level_2 .close-mage-menu-title {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

header.menu-ringmen nav .navbar-right-down .level_2 h3,
header.menu-ringmen nav .lean-overlay .level_2 h3 {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 600;
  margin-left: 20px;
}

header.menu-ringmen nav .navbar-right-down .level_2 .nav-item,
header.menu-ringmen nav .lean-overlay .level_2 .nav-item {
  margin-left: 25px;
}

header.menu-ringmen nav .navbar-right-down .level_2 .pre_menu_level2,
header.menu-ringmen nav .lean-overlay .level_2 .pre_menu_level2 {
  margin-left: 0;
}

header.menu-ringmen nav .navbar-right-down .link-login a.nav-link i,
header.menu-ringmen nav .lean-overlay .link-login a.nav-link i {
  float: left;
}

header.menu-ringmen nav .navbar-right-down {
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

header.menu-ringmen nav .navbar-right-down > ul {
  margin-top: 0;
  padding-inline: 40px;
}

header.menu-ringmen nav .lean-overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  width: 100%;
}

header.menu-ringmen nav #icon-stop {
  display: none;
  text-align: right;
  right: 15px;
  color: #B48C72;
}

header.menu-ringmen nav #icon-stop span.navbar-toggler-icon-close {
  font-size: 20px !important;
  line-height: 0.58333em;
  vertical-align: -0.3022em;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  display: block;
  margin-top: 15px;
  margin-left: 10px;
}

header.menu-ringmen .navbar {
  padding-top: 10px;
}

header.menu-ringmen .navbar .box-menu-mega-new {
  width: 100%;
}

header.menu-ringmen .navbar .box-menu-mega-new ul {
  list-style-type: none;
  display: contents;
  margin: 0;
  padding: 0;
}

header.menu-ringmen .navbar .box-menu-mega-new ul li {
  display: inline-block;
}

header.menu-ringmen .navbar .navbar-brand {
  display: inline-block;
  text-align: center;
  margin: 0;
}

header.menu-ringmen .navbar .navbar-brand img {
  height: 100%;
  max-height: 35px;
  width: 120px;
}

header.menu-ringmen .box-menu--mobile .show-mobile {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999999999;
  -webkit-transform: translatex(0px) !important;
  -ms-transform: translatex(0px) !important;
  transform: translatex(0px) !important;
}

header.menu-ringmen .box-menu--desktop {
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

@media (max-width: 767.98px) {
  header.menu-ringmen .box-menu--desktop {
    display: none;
  }
}

header.menu-ringmen .box-menu--desktop .menu-mega-1 {
  margin-bottom: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  width: 100%;
}

header.menu-ringmen .box-menu--desktop .menu-mega-1 li {
  display: inline-block;
  list-style: none;
  margin-right: 5px;
  margin-top: 5px;
}

header.menu-ringmen .box-menu--desktop .menu-mega-1 li a img {
  border-radius: 3px;
  height: 20px;
  width: 20px;
}

header.menu-ringmen .box-menu--desktop .menu-mega-1 li a:hover {
  color: #B48C72;
}

header.menu-ringmen .box-menu--desktop .box-content-menu {
  padding-top: 30px;
}

header.menu-ringmen .box-menu--desktop .box-content-menu .logo-header {
  text-align: center;
}

header.menu-ringmen .box-menu--desktop .box-content-menu .logo-header .fix-pagespeed {
  width: 200px;
}

header.menu-ringmen .box-menu--desktop .box-content-menu .logo-header img {
  height: 57px;
}

@media (max-width: 767.98px) {
  header.menu-ringmen .box-menu--desktop .box-content-menu .logo-header img {
    height: auto !important;
    width: 100%;
  }
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 {
  margin: 0 auto;
  padding-left: 0;
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 li {
  text-align: center;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 li a:hover {
  color: #B48C72;
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 li.active-mega-menu .box-mega-menu {
  background: #000;
  display: none;
  left: 0;
  padding-top: 30px;
  padding-bottom: 10px;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 10;
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 li.active-mega-menu .box-mega-menu h3 {
  font-size: 16px;
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 li.active-mega-menu .box-mega-menu ul {
  padding: 0;
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 li.active-mega-menu .box-mega-menu ul li {
  height: 30px;
  line-height: 1.5;
  margin-left: 0;
  text-align: left;
  width: 100%;
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 li.active-mega-menu .box-mega-menu ul li a:hover {
  color: #B48C72;
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 li.active-mega-menu:hover .box-mega-menu {
  display: block;
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 li.menu-blog-theme .box-menu-blog {
  background: black;
  display: none;
  left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 li.menu-blog-theme .box-menu-blog .flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 li.menu-blog-theme .box-menu-blog .flex-container .content-menu {
  width: 250px;
  margin: 10px;
  text-align: center;
  font-size: 30px;
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 li.menu-blog-theme .box-menu-blog .flex-container .content-menu p {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 li.menu-blog-theme .box-menu-blog .flex-container .content-menu img {
  border-radius: 1.5px;
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 li.menu-blog-theme:hover .box-menu-blog {
  display: block;
}

.show-mobile {
  height: 74px;
  position: fixed;
  bottom: 0px;
  z-index: 99999999999;
  width: 100%;
  background: #B48C72;
  line-height: 50px;
}

.show-mobile a {
  line-height: 0;
  color: #fff;
}

.show-mobile a span {
  display: block;
}

.bgMenunav {
  background: rgba(0, 0, 0, 0.5);
  height: 100% !important;
}

.lean-overlay-sh {
  display: block !important;
}

.close_menu_level2 {
  display: none;
}

@media (max-width: 1023.98px) {
  #search {
    position: fixed;
    top: 52px;
    z-index: 99;
    left: 45px;
  }
}

.form-control-select {
  background: #f8f3ef;
  border: 0;
  font-size: 14px;
  height: 40px;
  outline: none;
  margin: 0 auto;
  width: 104px;
}

@media (max-width: 767.98px) {
  .img-logo {
    width: 90% !important;
  }
}

@media (max-width: 767.98px) {
  .lines {
    width: 100% !important;
  }
}

.breadcrumb {
  padding: 0;
  margin: 0 auto;
  border-top: none;
  min-height: 40px;
}

footer {
  font-size: 15px;
  padding-top: 20px;
  padding-bottom: 115px;
}

footer .container {
  width: 100%;
}

footer .container .follow-us {
  margin-top: 0px;
}

footer .container .follow-us .title-follow {
  font-family: "Judson";
  font-size: 1rem;
  font-weight: 300;
  text-transform: none;
}

@media (max-width: 767.98px) {
  footer .container .follow-us {
    padding-left: 0 !important;
  }

  footer .container .follow-us .social-pc {
    display: none;
  }
}

@media (max-width: 767.98px) {
  footer .container .follow-us .title-follow span {
    display: none;
  }
}

footer .container a .img-dmca {
  height: 22px !important;
}

@media (min-width: 768px) {
  footer .row .col-md-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

footer .row h5 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Averta Std CY';
}

footer .row ul {
  padding-left: 0;
}

footer .row ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

footer .row ul li a {
  line-height: 24.5px;
}

@media (max-width: 767.98px) {
  footer .row ul li {
    float: left;
    width: 100%;
    padding: 0 2px;
  }

  footer .row ul li:nth-child(2n) {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  footer .row ul .w-54 {
    width: 54% !important;
  }
}

@media (max-width: 767.98px) {
  footer .row ul .w-46 {
    width: 46% !important;
  }
}

@media (max-width: 767.98px) {
  footer .row ul .li-footer {
    float: left;
    width: 50% !important;
  }
}

footer .row ul .li-ketnoi {
  font-size: 10px;
  display: inline-block;
  text-align: center;
}

footer .row ul .li-ketnoi:nth-child(2n) {
  margin: 0 12px;
}

footer .row ul .li-ketnoi a img {
  width: 20px;
}

@media (max-width: 767.98px) {
  footer .row ul .li-ketnoi {
    width: 30.33% !important;
  }

  footer .row ul .li-ketnoi a img {
    width: 32px;
    margin-top: 5px;
  }
}

footer .row h4 {
  font-size: 17px;
  text-transform: uppercase;
}

footer .row .send-mail-footer {
  margin-top: 50px;
}

footer .row .send-mail-footer .box-input-footer {
  border-radius: 2px;
  border: 1px solid #eee;
  display: inline-block;
  width: 70%;
}

footer .row .send-mail-footer .box-input-footer input {
  border: 0px solid #fff;
  height: 40px;
  padding-left: 10px;
  width: 100%;
}

footer .row .send-mail-footer a {
  background: #2D1F14;
  border-radius: 2px;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 28%;
}

footer .row .oder-5 {
  display: none;
  font-size: 12px !important;
}

footer .row .oder-2 ul li img {
  width: 22px;
}

@media (max-width: 767.98px) {
  footer .row .send-mail-footer {
    text-align: center;
    margin-top: 20px;
  }

  footer .row .list-menu-footer {
    margin-top: 10px;
  }

  footer .row .oder-1 {
    order: 1;
  }

  footer .row .oder-2 {
    order: 2;
    padding: 0 20px !important;
  }

  footer .row .oder-2 ul li img {
    width: 20px;
  }

  footer .row .oder-3 {
    order: 3;
    padding: 0 20px !important;
  }

  footer .row .oder-4 {
    order: 4;
    padding: 0 20px !important;
  }

  footer .row .oder-5 {
    padding: 0 20px !important;
    order: 5;
    display: block;
    font-size: 10px;
    float: left;
    width: 30.33%;
    text-align: center;
  }
}

footer .info-company {
  margin-top: 47px;
}

@media (max-width: 767.98px) {
  footer .info-company .col-md-6 {
    padding-left: 7px !important;
  }
}

footer .info-company p {
  text-align: center;
}

footer .info-company p img {
  width: 140px;
  height: 40px;
}

footer .info-company ul {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  text-align: center;
}

footer .info-company ul li {
  border-right: 1px solid #ccc;
  display: inline-block;
  list-style-type: none;
  padding-left: 20px;
  padding-right: 20px;
}

footer .info-company ul li:last-child {
  border-right: none;
}

footer .info-company .info-contact-footer li {
  border-right: none;
}

@media (max-width: 767.98px) {
  footer .info-company .info-contact-footer li {
    display: block;
    margin-top: 20px;
    text-align: left;
  }
}

footer.ringmen {
  padding-bottom: 115px;
}

footer.ringmen .copyright {
  margin-top: 20px;
  padding-bottom: 20px;
}

footer.ringmen .copyright p {
  font-size: 13px;
}

.form-scroll-desktop {
  bottom: 0;
  height: 59px;
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
}

.form-scroll-desktop .form-lead {
  margin-top: 10px;
}

.form-scroll-desktop .row div {
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0;
  z-index: 5;
}

.form-scroll-desktop .row div.logo-ship {
  display: none;
}

.form-scroll-desktop .row div input {
  border: none;
  border-bottom: 2px solid  #B4B3B2;
  font-size: 16px;
  height: 25px;
  outline: none;
  padding-left: 5px;
  width: 100%;
  background: transparent;
  margin-top: 5px;
  color: #fff;
}

.form-scroll-desktop .row div ::placeholder {
  color: #fff;
}

.form-scroll-desktop .row div button {
  font-size: 16px;
  padding: 3px;
  width: 100%;
  margin-top: 0;
  color: #000;
  border: none;
  background: #FFFFFF !important;
}

.form-scroll-desktop .row div button:after {
  content: '';
  position: absolute;
  top: 16%;
  left: 11%;
  opacity: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0) 100%);
  width: 40%;
  height: 60%;
  -webkit-animation: shine 1s 5.5s both;
  animation: shine 1s 5.5s both;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}

.form-scroll-desktop .row div .img-30 {
  height: 55px;
  margin-top: 0px;
}

.form-scroll-desktop .row div .img-sale {
  height: 55px;
  margin-top: 0px;
}

.form-scroll-desktop.ringmen-scroll {
  background-position: center;
  background-repeat: no-repeat;
}

.form-scroll-desktop.ringmen-scroll .row div input {
  background: none;
  border-bottom: 1px solid rgba(204, 204, 204, 0.7);
  color: white;
}

.form-scroll-desktop.ringmen-scroll .row div ::placeholder {
  color: #fff;
}

.form-scroll-desktop.scroll-fine {
  background: url(img/foodter-bg-fine.png);
  background-position: center;
  background-repeat: no-repeat;
}

.form-scroll-desktop.scroll-ncc {
  background: url(img/foodter-bg-ncc.png);
  background-position: center;
  background-repeat: no-repeat;
}

.form-scroll-desktop.scroll-nch {
  background: url(img/foodter-bg-nch.png);
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .form-scroll-desktop {
    display: none;
  }
}

.form-cta-mobile {
  bottom: -0;
  /* height: 58px; */
  left: 50%;
  padding-left: 5px;
  padding-right: 5px;
  position: fixed;
  transform: translate(-50%, 0);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  z-index: 5;
}

.form-cta-mobile .padding-moblie {
  padding-top: 0;
}

.form-cta-mobile button {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  background: #FFFFFF !important;
  padding: 0px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  height: 32px;
  border: none;
}

.form-cta-mobile button:after {
  content: '';
  position: absolute;
  top: 22%;
  left: 4%;
  opacity: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0) 100%);
  width: 40%;
  height: 60%;
  -webkit-animation: shine 1s 5.5s both;
  animation: shine 1s 5.5s both;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}

.form-cta-mobile .img-30 {
  object-fit: contain;
}

.form-cta-mobile .img-sale {
  object-fit: contain;
}

.form-cta-mobile img {
  height: 100%;
}

.form-cta-mobile p {
  color: #B48C72;
  font-family: "Judson";
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

.form-cta-mobile.ringmen-scroll {
  background: url(img/foodter-bg-mb-men.png);
  background-position: center;
  background-repeat: no-repeat;
}

.form-cta-mobile.scroll-fine {
  background: url(img/foodter-bg-mb-fine.png);
  background-position: center;
  background-repeat: no-repeat;
}

.form-cta-mobile.scroll-ncc {
  background: url(img/foodter-bg-mb-ncc.png);
  background-position: center;
  background-repeat: no-repeat;
}

.form-cta-mobile.scroll-nch {
  background: url(img/foodter-bg-mb-nch.png);
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 576px) {
  .form-cta-mobile {
    display: none;
  }
}

@-webkit-keyframes shine {
  0% {
    left: -2%;
    opacity: 0;
  }

  25% {
    opacity: .7;
  }

  100% {
    left: 60%;
    opacity: 0;
  }
}

@keyframes shine {
  0% {
    left: -2%;
    opacity: 0;
  }

  25% {
    opacity: .7;
  }

  100% {
    left: 60%;
    opacity: 0;
  }
}

@-webkit-keyframes flash24 {
  0%, 100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes flash24 {
  0%, 100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

.lien-he-pc {
  display: block;
}

@media (max-width: 767.98px) {
  .lien-he-pc {
    display: none;
  }
}

.lien-he-mb {
  display: none;
}

@media (max-width: 767.98px) {
  .lien-he-mb {
    display: block;
  }
}

/* Popup style */

.modal .modal-title {
  color: #575757;
  text-align: left;
}

.modal .close {
  position: absolute;
  background: #f00;
  border: 1px solid #f99;
  border-radius: 20px;
  color: #fff;
  top: -12px;
  right: -12px;
  width: 26px;
  height: 26px;
  line-height: 24px;
  z-index: 10;
}

@media (max-width: 767.98px) {
  .modal .modal-header,
  .modal .modal-body {
    padding: 15px;
  }

  .modal .modal-header + .modal-body {
    padding-top: 0;
  }
}

/* Yeu cau tu van */

.modal-request {
  background: white;
  padding: 30px;
}

.modal-body .modal-request {
  padding: 0;
  margin-top: -15px;
}

.modal-request .image {
  width: 100%;
  height: auto;
}

.modal-request .title {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.modal-request .note {
  font-size: 0.82rem;
}

.modal-request .split {
  position: relative;
  margin: 30px 0;
}

.modal-request .split .line {
  border-top: 1px solid #ccc;
  width: 100%;
  height: 1px;
}

.modal-request .split .or {
  position: absolute;
  display: block;
  background: #fff;
  font-size: 14px;
  left: 50%;
  top: 0;
  margin-top: -2px;
  margin-left: -40px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.modal-request .form-input {
  font-size: 0.85rem;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .modal-request {
    padding: 15px;
  }

  .modal-request .image {
    padding-bottom: 20px;
  }

  .modal-request .title {
    font-size: 1.2rem;
  }

  .modal-request .note {
    font-size: 0.8rem;
    margin-bottom: 10px;
  }

  .modal-request .split {
    margin: 20px 0;
  }
}

.form-dangnhap > .row {
  padding: 7px 0;
}

.form-dangnhap > .row > div {
  margin-bottom: 10px;
}

.form-dangnhap .pass-text {
  color: #d0d0d0;
  margin-bottom: 0;
  padding-top: 8px;
  font-size: 12px;
}

.tabbable .tab-content {
  border: none;
  padding-top: 20px;
  margin-right: 20px;
}

@media (max-width: 767.98px) {
  .tabbable .tab-content {
    margin-right: 0;
    padding-bottom: 100px;
  }
}

.tabbable .nav-tabs {
  border-bottom: 1px solid #ccc;
  box-shadow: none;
}

.tabbable .nav-tabs > li {
  padding-bottom: 5px;
  margin-right: 15px;
}

.tabbable .nav-tabs > li a {
  color: #333;
  border-radius: 0;
  outline: none;
}

.tabbable .nav-tabs > li a.active {
  font-weight: bold;
}

.tabbable .line {
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: -20px;
  width: 40px;
}

.tabbable .line .line-dotted {
  border-right: 1px dotted #ccc;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

.tabbable .line .or-circle {
  position: absolute;
  display: block;
  background: #ccc;
  border-radius: 20px;
  font-size: 12px;
  left: 0;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .tabbable .line {
    top: auto;
    bottom: 10px;
    left: 15px;
    right: 15px;
    width: auto;
    height: 40px;
  }

  .tabbable .line .line-dotted {
    border-top: 1px dotted #ccc;
    border-right: none;
    height: 1px;
    width: 100%;
  }

  .tabbable .line .or-circle {
    left: 50%;
    top: 0;
    margin-left: -20px;
  }
}

.byoauth p {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.byoauth .social {
  padding: 30px 0;
}

.byoauth .social .btn {
  display: block;
  border-radius: 0;
  margin: 10px auto;
  padding: 0;
  width: 132px;
  text-transform: none;
}

.byoauth .social .btn:hover,
.byoauth .social .btn:focus {
  outline: none;
}

.byoauth .social .btn i {
  float: left;
  font-size: 16px;
  padding: 7px 0;
  width: 30px;
}

.byoauth .social .btn span {
  float: left;
  font-weight: bold;
  padding: 8px 0;
  width: 100px;
}

.byoauth .social .btn-facebook {
  border: 1px solid #4b64a5;
  color: #4b64a5;
}

.byoauth .social .btn-facebook i {
  background: #4b64a5;
  color: #fff;
}

.byoauth .social .btn-google {
  border: 1px solid #de4a32;
  color: #de4a32;
}

.byoauth .social .btn-google i {
  background: #de4a32;
  color: #fff;
}

@media (max-width: 767.98px) {
  .byoauth p {
    border-bottom: none;
    padding-bottom: 0;
  }

  .byoauth .social {
    padding: 0;
  }

  .byoauth .social .btn {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}

.diamond-popup {
  background: white;
  padding: 0;
  position: relative;
}

.diamond-popup .popup-images {
  background-repeat: no-repeat !important;
  background-size: auto 500px !important;
  background-position: center !important;
  height: 460px;
}

.diamond-popup .popup-send-facebook-content {
  padding: 20px;
  padding-top: 50px;
  padding-bottom: 0;
}

.diamond-popup .popup-send-facebook-content h2 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  text-align: initial;
  text-transform: uppercase;
}

.diamond-popup .popup-send-facebook-content p {
  text-align: initial;
}

.diamond-popup .popup-send-facebook-content p a {
  background: #B48C72;
  border-radius: 2px;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  width: 200px;
}

.diamond-popup .popup-send-facebook-content p a:hover {
  background: white;
  border: 1px solid #B48C72;
  color: #B48C72;
}

.diamond-popup .Genesys-form-popup {
  padding: 20px;
  padding-top: 0;
}

.diamond-popup .Genesys-form-popup .filed-input {
  margin-top: 20px;
}

.diamond-popup .Genesys-form-popup .filed-input p {
  margin-bottom: 5px;
  margin-top: 15px;
}

.diamond-popup .Genesys-form-popup .filed-input input {
  border: none;
  border-bottom: 1px solid #eee;
  outline-style: none;
  width: 100%;
}

.diamond-popup .Genesys-form-popup .filed-input input::placeholder {
  font-size: 15px;
  padding-left: 5px;
}

.diamond-popup .Genesys-form-popup .filed-input .select2-container {
  width: 100% !important;
}

.diamond-popup .Genesys-form-popup .filed-input .select2-container .select2-selection--single {
  border: none;
  border-bottom: 1px solid #eee;
}

.diamond-popup .Genesys-form-popup .filed-input .select2-container .select2-selection--single .select2-selection__rendere {
  text-align: left !important;
}

.diamond-popup .Genesys-form-popup .filed-input .choose-ring {
  margin-top: 20px;
}

.diamond-popup .Genesys-form-popup .filed-input .choose-ring input {
  width: auto;
}

.diamond-popup .Genesys-form-popup .filed-input .choose-ring label {
  margin-left: 10px;
}

.diamond-popup .Genesys-form-popup .submit-form {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}

.diamond-popup .Genesys-form-popup .submit-form button {
  border-radius: 3px;
}

@media (max-width: 767.98px) {
  .diamond-popup .popup-images {
    background-size: auto 225px !important;
    height: 190px;
    display: none;
  }

  .diamond-popup .popup-send-facebook-content {
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 0;
  }
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 767.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  font-size: 16px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 767.98px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    font-size: 15px;
    padding-right: 5px;
    padding-left: 5px;
  }
}

.fix-pagespeed {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

.banner-sildeshow {
  position: relative;
  width: 100%;
}

.banner-sildeshow .Genesys-banner-sildeshow {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.banner-sildeshow .Genesys-banner-sildeshow .fix-pagespeed {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.banner-sildeshow .Genesys-banner-sildeshow img {
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

.banner-sildeshow .box-content-banner {
  position: absolute;
  top: 35%;
  width: 100%;
  z-index: 1;
}

.banner-sildeshow .box-content-banner .container p {
  margin-bottom: 0;
}

.banner-sildeshow .box-content-banner .container .mg-left {
  margin-left: 50%;
}

@media (max-width: 767.98px) {
  .banner-sildeshow .box-content-banner .container .mg-left {
    margin-left: 0;
    display: none;
  }

  .banner-sildeshow .box-content-banner .container .lm-text {
    display: none;
  }

  .banner-sildeshow .box-content-banner .container .offset-lg-8 {
    padding-left: 60%;
  }
}

.banner-sildeshow .box-content-banner .container .Genesys-box {
  max-width: 420px;
}

.banner-sildeshow .box-content-banner .container .Genesys-box h1,
.banner-sildeshow .box-content-banner .container .Genesys-box h2,
.banner-sildeshow .box-content-banner .container .Genesys-box p {
  text-align: left;
  max-width: 400px;
  color: #fff !important;
}

@media (max-width: 767.98px) {
  .banner-sildeshow .box-content-banner .container .Genesys-box h1,
  .banner-sildeshow .box-content-banner .container .Genesys-box h2,
  .banner-sildeshow .box-content-banner .container .Genesys-box p {
    color: #000 !important;
  }
}

.banner-sildeshow .box-content-banner .container .Genesys-box h1,
.banner-sildeshow .box-content-banner .container .Genesys-box h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 0;
  color: #fff !important;
  font-family: "Judson";
}

@media (max-width: 767.98px) {
  .banner-sildeshow .box-content-banner .container .Genesys-box h1,
  .banner-sildeshow .box-content-banner .container .Genesys-box h2 {
    color: #000 !important;
  }
}

.banner-sildeshow .box-content-banner .container .Genesys-box .color-new {
  color: #fff !important;
}

@media (max-width: 767.98px) {
  .banner-sildeshow .box-content-banner .container .Genesys-box .color-new {
    color: #000 !important;
  }
}

.banner-sildeshow .box-content-banner .container .Genesys-box h2 {
  text-transform: none;
}

.banner-sildeshow .box-content-banner .container .Genesys-box p,
.banner-sildeshow .box-content-banner .container .Genesys-box h2.lm-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: inherit;
}

.banner-sildeshow .box-content-banner .container .Genesys-box p a,
.banner-sildeshow .box-content-banner .container .Genesys-box h2.lm-text a {
  border: 1px solid #B48C72;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 15px;
  color: #B48C72;
  border-radius: 5px;
  line-height: 20px;
}

@media (max-width: 767.98px) {
  .banner-sildeshow .box-content-banner .container .Genesys-box p a,
  .banner-sildeshow .box-content-banner .container .Genesys-box h2.lm-text a {
    font-size: 16px;
    padding: 5px 10px;
    line-height: 17px;
  }
}

.banner-sildeshow .box-content-banner .container .Genesys-box p:hover a,
.banner-sildeshow .box-content-banner .container .Genesys-box h2.lm-text:hover a {
  color: #B48C72;
  border: 1.5px solid #B48C72;
}

.banner-sildeshow .box-content-banner .container .Genesys-box.Genesys-box-product h1 {
  font-weight: 300;
  font-size: 26px;
}

@media (max-width: 767.98px) {
  .banner-sildeshow .box-content-banner .container .Genesys-box.Genesys-box-product h1 {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 5px;
    color: #3F3A36 !important;
  }
}

.banner-sildeshow .box-content-banner .container .Genesys-box.Genesys-box-product h2 {
  font-weight: 300;
  font-size: 16px;
  font-family: "Judson";
}

@media (max-width: 767.98px) {
  .banner-sildeshow .box-content-banner .container .Genesys-box.Genesys-box-product h2 {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}

.banner-sildeshow .box-content-banner .container .Genesys-box.Genesys-box-product p {
  font-weight: 400;
  font-size: 16px;
  font-family: "Judson";
}

@media (max-width: 767.98px) {
  .banner-sildeshow .box-content-banner .container .Genesys-box.Genesys-box-product p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 0px !important;
  }
}

.banner-sildeshow .box-content-banner h1 {
  font-size: 70px;
  font-family: "LA Barethelly Signature";
  line-height: 0.8;
}

@media (max-width: 767.98px) {
  .banner-sildeshow .box-content-banner h1 {
    font-size: 60px;
  }
}

.banner-sildeshow .box-content-banner h2 {
  font-size: 30px;
  font-family: "Judson";
  font-weight: 300;
  color: #3F3A36;
}

@media (max-width: 767.98px) {
  .banner-sildeshow .box-content-banner h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
}

.banner-sildeshow .box-content-banner h3 {
  font-size: 17px;
  font-family: "Judson";
  font-weight: 300;
}

.banner-sildeshow .box-content-banner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.banner-sildeshow .box-content-banner p span {
  cursor: pointer;
}

@media (max-width: 1023.98px) {
  .banner-sildeshow .box-content-banner {
    margin: 0 auto;
    position: relative;
  }

  .banner-sildeshow .box-content-banner p {
    font-size: 14px;
  }

  .banner-sildeshow .box-content-banner span {
    font-size: 14px;
  }

  .banner-sildeshow .box-content-banner .color-class {
    color: #000 !important;
    text-align: center;
  }

  .banner-sildeshow .box-content-banner .box-content-banner h2 {
    font-size: 18px;
  }
}

.banner-sildeshow .box-content-banner-img {
  top: 15%;
  position: absolute;
}

@media (max-width: 767.98px) {
  .banner-sildeshow .box-content-banner-img {
    position: relative;
    text-align: center;
  }
}

.banner-sildeshow .box-content-banner-home-s {
  position: absolute;
  top: 25%;
  width: 100%;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .banner-sildeshow .box-content-banner-home-s {
    position: absolute;
    top: auto;
    width: 100%;
    z-index: 1;
    text-align: center;
    bottom: 30px;
  }
}

.banner-sildeshow .box-content-banner-home-s .Genesys-box {
  max-width: 420px;
}

@media (max-width: 1023.98px) {
  .banner-sildeshow .box-content-banner-home-s .Genesys-box {
    max-width: 190px;
  }
}

.banner-sildeshow .box-content-banner-home-s .Genesys-box h1,
.banner-sildeshow .box-content-banner-home-s .Genesys-box h2,
.banner-sildeshow .box-content-banner-home-s .Genesys-box p {
  text-align: left;
  max-width: 400px;
}

.banner-sildeshow .box-content-banner-home-s .Genesys-box h1,
.banner-sildeshow .box-content-banner-home-s .Genesys-box h2 {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: none;
  color: #3F3A36 !important;
}

.banner-sildeshow .box-content-banner-home-s .Genesys-box p,
.banner-sildeshow .box-content-banner-home-s .Genesys-box h2.lm-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-transform: inherit;
}

.banner-sildeshow .box-content-banner-home-s .Genesys-box p a,
.banner-sildeshow .box-content-banner-home-s .Genesys-box h2.lm-text a {
  border: 1px solid #d3af71;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
  color: #d3af71;
  border-radius: 5px;
}

.banner-sildeshow .box-content-banner-home-s .Genesys-box p:hover a,
.banner-sildeshow .box-content-banner-home-s .Genesys-box h2.lm-text:hover a {
  color: #B48C72;
  border: 1.5px solid #B48C72;
}

.banner-sildeshow .box-content-banner-home-s .Genesys-box.Genesys-box-product h2 {
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  text-transform: inherit;
}

.banner-sildeshow .box-content-banner-home {
  position: absolute;
  top: 30%;
  width: 100%;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .banner-sildeshow .box-content-banner-home {
    position: relative;
    padding-top: 20px;
  }
}

.banner-sildeshow .box-content-banner-home .Genesys-box {
  max-width: 420px;
}

@media (max-width: 767.98px) {
  .banner-sildeshow .box-content-banner-home .Genesys-box {
    max-width: 190px;
  }
}

.banner-sildeshow .box-content-banner-home .Genesys-box h1,
.banner-sildeshow .box-content-banner-home .Genesys-box h2,
.banner-sildeshow .box-content-banner-home .Genesys-box p {
  text-align: left;
  max-width: 400px;
}

.banner-sildeshow .box-content-banner-home .Genesys-box h1,
.banner-sildeshow .box-content-banner-home .Genesys-box h2 {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: none;
  color: #3F3A36 !important;
}

.banner-sildeshow .box-content-banner-home .Genesys-box p,
.banner-sildeshow .box-content-banner-home .Genesys-box h2.lm-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-transform: inherit;
}

.banner-sildeshow .box-content-banner-home .Genesys-box p a,
.banner-sildeshow .box-content-banner-home .Genesys-box h2.lm-text a {
  border: 1px solid #d3af71;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
  color: #d3af71;
  border-radius: 5px;
}

.banner-sildeshow .box-content-banner-home .Genesys-box p:hover a,
.banner-sildeshow .box-content-banner-home .Genesys-box h2.lm-text:hover a {
  color: #B48C72;
  border: 1.5px solid #B48C72;
}

.banner-sildeshow .box-content-banner-home .Genesys-box.Genesys-box-product h2 {
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  text-transform: inherit;
}

@media (max-width: 1023.98px) {
  .banner-sildeshow {
    height: auto;
  }

  .banner-sildeshow .Genesys-banner-sildeshow {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .banner-sildeshow {
    height: auto;
  }

  .banner-sildeshow .Genesys-banner-sildeshow {
    max-width: 579.6px;
    width: 100%;
  }

  .banner-sildeshow .Genesys-banner-sildeshow img {
    max-width: 579.6px;
    position: relative;
    height: 541px;
  }

  .banner-sildeshow .box-content-banner p {
    font-size: 15px;
  }

  .banner-sildeshow .box-content-banner h2 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
  }
}

.Genesys-group-intro {
  margin-top: 20px;
  margin-bottom: 30px;
}

.Genesys-group-intro .row-pc {
  display: flex;
}

.Genesys-group-intro .row-mb {
  display: none;
}

.Genesys-group-intro .content h3,
.Genesys-group-intro .content p {
  text-align: center;
  margin-bottom: 10px;
}

.Genesys-group-intro .content h3 {
  color: #B48C72;
  font-family: "Judson";
  font-weight: 300;
  font-size: 26px;
  text-transform: uppercase;
}

.Genesys-group-intro .icon {
  padding-top: 20px;
  text-align: center;
}

.Genesys-group-intro .icon .box-icon {
  display: inline-block;
  float: left;
  padding: 0 4px;
}

.Genesys-group-intro .icon .box-icon h2 {
  color: #B48C72;
  font-family: "Judson";
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 0;
  text-transform: uppercase;
}

.Genesys-group-intro .icon .box-icon p {
  color: #000;
  font-style: italic;
}

@media (max-width: 767.98px) {
  .Genesys-group-intro {
    margin-top: 20px;
  }

  .Genesys-group-intro .row-pc {
    display: none;
  }

  .Genesys-group-intro .row-mb {
    display: flex;
  }

  .Genesys-group-intro .icon .box-icon:nth-child(1) {
    text-align: right;
    padding-right: 20px;
  }

  .Genesys-group-intro .icon .box-icon:nth-child(2) {
    text-align: left;
  }
}

.Genesys-product-hot {
  margin-bottom: 50px !important;
}

.Genesys-product-hot .col-6 {
  padding: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}

@media (max-width: 767.98px) {
  .Genesys-product-hot .col-6 {
    padding: 15px;
  }
}

.Genesys-product-hot.product-detail {
  margin-bottom: 80px !important;
}

@media (max-width: 767.98px) {
  .Genesys-product-hot.product-detail {
    margin-bottom: 40px !important;
  }
}

.Genesys-product-hot h2 {
  font-family: "Judson";
  font-size: 30px;
  font-weight: 300;
  margin-top: 10px !important;
  margin-bottom: 20px !important;
  text-align: center;
}

@media (max-width: 767.98px) {
  .Genesys-product-hot h2 {
    font-size: 24px;
    margin-bottom: 10px !important;
  }
}

.Genesys-product-hot a {
  text-decoration: none;
}

.Genesys-product-hot a:hover span {
  color: #B48C72;
}

.Genesys-product-hot a .box-content-product .box-img-product {
  position: relative;
}

.Genesys-product-hot a .box-content-product .box-img-product .fix-pagespeed {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.Genesys-product-hot a .box-content-product .box-img-product .sale-tag-1 {
  position: absolute;
  top: 5px;
  left: 0;
  width: 153px;
  height: auto;
}

.Genesys-product-hot a .box-content-product .box-img-product .sale-tag-2 {
  position: absolute;
  top: 0;
  right: 5px;
  width: 45px;
  height: auto;
}

.Genesys-product-hot a .box-content-product .box-img-product .sale-tag-3 {
  position: absolute;
  top: 0;
  left: 5px;
  width: 45px;
  height: auto;
}

.Genesys-product-hot a .box-content-product .box-img-product .sale-tag-ringmen-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 153px;
  height: 51px;
}

.Genesys-product-hot a .box-content-product .box-img-product .sale-tag-ringmen-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
}

.Genesys-product-hot a .box-content-product .box-img-product img {
  width: 100%;
}

.Genesys-product-hot a .box-content-product h3,
.Genesys-product-hot a .box-content-product p,
.Genesys-product-hot a .box-content-product span {
  font-size: 16px;
  line-height: 1.5;
}

.Genesys-product-hot a .box-content-product h3 {
  font-family: "Judson";
  font-size: 16px;
  margin-top: 10px;
  text-align: left;
  display: -webkit-box;
  max-width: 100%;
  height: 46px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3F3B36;
}

@media (max-width: 767.98px) {
  .Genesys-product-hot a .box-content-product h3 {
    font-weight: 300;
    -webkit-line-clamp: 2;
  }
}

.Genesys-product-hot a .box-content-product p {
  color: #3F3B36;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-top: 5px;
}

.Genesys-product-hot a .box-content-product p small {
  color: #ccc;
}

.Genesys-product-hot a .box-content-product span {
  color: #424242;
  display: block;
}

.Genesys-product-hot.ringmen {
  margin-top: 60px !important;
}

.Genesys-product-hot.ringmen a .box-content-product span {
  color: white;
}

.Genesys-product-hot.ringmen .box-content-product {
  position: relative;
}

.Genesys-product-hot.ringmen .box-content-product h3 {
  margin-top: 10px;
  font-family: "Judson";
  font-size: 16px;
  margin-top: 10px;
  text-align: left;
  display: -webkit-box;
  max-width: 100%;
  height: auto;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #D9D9D9;
}

.Genesys-product-hot.ringmen .box-content-product p {
  color: #D9D9D9;
  font-weight: 300;
  font-size: 16px;
}

.Genesys-product-hot.ringmen .box-content-product .product-seemore {
  display: none;
  padding-top: 10px;
  position: absolute;
  top: 0;
  width: 100%;
}

.Genesys-product-hot.ringmen .box-content-product .product-seemore span {
  display: block;
  text-align: center;
}

.Genesys-product-hot.ringmen .box-content-product:hover .product-seemore {
  display: block;
}

@media (max-width: 767.98px) {
  .Genesys-product-hot {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }

  .Genesys-product-hot a .box-content-product h3,
  .Genesys-product-hot a .box-content-product p,
  .Genesys-product-hot a .box-content-product span {
    font-size: 15px;
    text-align: left;
  }

  .Genesys-product-hot a .box-content-product h3 {
    font-weight: 300;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.Genesys-engagement {
  margin-bottom: 60px;
  height: 450px;
  position: relative;
}

.Genesys-engagement .Genesys-catalog-index {
  height: 450px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.Genesys-engagement .Genesys-catalog-index .fix-pagespeed {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.Genesys-engagement .Genesys-catalog-index img {
  max-width: 1440px;
  margin: 0 auto;
  position: absolute;
  width: 1440px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

.Genesys-engagement.cover-size-new {
  height: 560px;
}

.Genesys-engagement.cover-size-new .Genesys-catalog-index {
  height: 560px;
}

.Genesys-engagement .mb-new {
  color: #fff;
}

.Genesys-engagement .mb-new p a {
  color: #fff;
}

.Genesys-engagement .content-box {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.Genesys-engagement .content-box .Genesys-box {
  max-width: 420px;
}

.Genesys-engagement .content-box .Genesys-box h1,
.Genesys-engagement .content-box .Genesys-box h2,
.Genesys-engagement .content-box .Genesys-box p {
  text-align: left;
  max-width: 400px;
}

.Genesys-engagement .content-box .Genesys-box h1,
.Genesys-engagement .content-box .Genesys-box h2 {
  font-family: "Judson";
  font-size: 26px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: none;
  color: #3F3A36;
}

.Genesys-engagement .content-box .Genesys-box p,
.Genesys-engagement .content-box .Genesys-box h2.lm-text {
  font-weight: 300;
  font-size: 26px;
  line-height: 24px;
  text-transform: inherit;
}

.Genesys-engagement .content-box .Genesys-box p a,
.Genesys-engagement .content-box .Genesys-box h2.lm-text a {
  border: 1px solid #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
}

.Genesys-engagement .content-box .Genesys-box p:hover a,
.Genesys-engagement .content-box .Genesys-box h2.lm-text:hover a {
  color: #B48C72;
  border: 1.5px solid #B48C72;
}

.Genesys-engagement .content-box .Genesys-box.Genesys-box-product h2 {
  font-family: "Judson";
  font-weight: 300;
  font-size: 35px;
  line-height: 24px;
  text-transform: inherit;
}

.Genesys-engagement .content-box.marg-top {
  margin-top: 220px;
}

.Genesys-engagement .content-box.marg-simple {
  top: 80px;
}

.Genesys-engagement .content-box.marg-simple .Genesys-box {
  position: absolute;
  right: 0;
}

.Genesys-engagement.custom-css-engagement .Genesys-box {
  font-size: 24px;
}

@media (max-width: 1023.98px) {
  .Genesys-engagement {
    margin-bottom: 40px;
    height: auto;
    position: inherit;
  }

  .Genesys-engagement .Genesys-catalog-index {
    position: inherit;
    width: 100%;
    z-index: 1;
  }

  .Genesys-engagement .Genesys-catalog-index,
  .Genesys-engagement .content-box {
    position: inherit;
  }

  .Genesys-engagement .Genesys-catalog-index .Genesys-box,
  .Genesys-engagement .content-box .Genesys-box {
    margin: 0 auto;
    width: auto;
    margin-top: 20px;
  }

  .Genesys-engagement .Genesys-catalog-index.marg-top,
  .Genesys-engagement .content-box.marg-top {
    margin-top: 20px;
  }

  .Genesys-engagement .Genesys-catalog-index.marg-simple,
  .Genesys-engagement .content-box.marg-simple {
    top: 20px;
  }

  .Genesys-engagement .Genesys-catalog-index.marg-simple .Genesys-box,
  .Genesys-engagement .content-box.marg-simple .Genesys-box {
    position: relative;
    right: auto;
  }
}

@media (max-width: 1023.98px) {
  .Genesys-engagement {
    height: auto;
    position: inherit;
  }

  .Genesys-engagement .Genesys-catalog-index {
    height: auto;
    max-width: 960px;
    width: 100%;
    z-index: 1;
  }

  .Genesys-engagement .Genesys-catalog-index img {
    max-width: 960px;
    position: relative;
    width: 960px;
  }

  .Genesys-engagement .Genesys-catalog-index .Genesys-box {
    color: #000;
    margin-top: 20px;
  }

  .Genesys-engagement .Genesys-catalog-index .Genesys-box a {
    color: #000 !important;
  }

  .Genesys-engagement.cover-size-new {
    height: auto;
  }

  .Genesys-engagement.cover-size-new .Genesys-catalog-index {
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .Genesys-engagement {
    height: auto;
    position: inherit;
  }

  .Genesys-engagement .Genesys-catalog-index {
    height: auto;
    max-width: 579.6px;
    width: 100%;
    z-index: 1;
    margin: 0 auto;
  }

  .Genesys-engagement .Genesys-catalog-index img {
    max-width: 579.6px;
    position: relative;
    width: 579.6px;
    height: auto;
  }

  .Genesys-engagement .Genesys-catalog-index .Genesys-box {
    color: #000;
    margin-top: 20px;
  }

  .Genesys-engagement .Genesys-catalog-index,
  .Genesys-engagement .content-box {
    position: inherit;
  }

  .Genesys-engagement .Genesys-catalog-index .Genesys-box,
  .Genesys-engagement .content-box .Genesys-box {
    color: #000;
    margin: 0 auto;
    width: auto;
    margin-top: 0px;
  }

  .Genesys-engagement .Genesys-catalog-index.marg-top,
  .Genesys-engagement .content-box.marg-top {
    margin-top: 15px;
  }

  .Genesys-engagement .Genesys-catalog-index.marg-simple,
  .Genesys-engagement .content-box.marg-simple {
    top: 20px;
  }

  .Genesys-engagement .Genesys-catalog-index.marg-simple .Genesys-box,
  .Genesys-engagement .content-box.marg-simple .Genesys-box {
    position: relative;
    right: auto;
  }
}

.news-home {
  margin-top: 60px;
  margin-bottom: 60px;
}

.news-home h1,
.news-home h2 {
  font-family: "Judson";
  font-size: 26px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 24.72px;
  text-transform: uppercase;
  text-align: center;
  color: #3F3A36;
}

@media (max-width: 767.98px) {
  .news-home {
    margin-bottom: 40px;
  }

  .news-home h1,
  .news-home h2 {
    font-family: "Judson";
    font-size: 18px;
  }

  .news-home .note {
    text-align: center;
    font-size: 14px;
  }
}

.news-home .note {
  text-align: center;
}

.news-home .col-6 {
  padding: 10px;
}

@media (max-width: 767.98px) {
  .news-home .col-6 {
    padding: 0 10px;
  }
}

.news-home .col-6 select {
  font-weight: 500;
  width: 100%;
  padding: 6px 0;
  text-decoration: none;
  margin: 0;
  border: 1px solid #767676;
  background: #fff;
  cursor: pointer;
  color: #767676;
  font-weight: 400;
  font-size: 15px;
}

.news-home .col-6 select:focus {
  outline: none;
}

@media (max-width: 767.98px) {
  .news-home .col-6 select {
    width: 100%;
    color: #000;
    font-size: 15px;
    margin: 0;
    outline: 0;
    color: #767676;
    font-weight: 400;
    font-size: 15px;
    background: #fff;
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.news-home .box-img-content-news .fix-pagespeed {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-home .box-img-content-news img {
  width: 100%;
}

.news-home .box-img-content-news h3 {
  font-family: "Judson";
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  display: -webkit-box;
  max-width: 100%;
  height: auto;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767.98px) {
  .news-home .box-img-content-news h3 {
    font-size: 16px;
    font-weight: 400;
    -webkit-line-clamp: 2;
  }
}

.news-home .box-img-content-news p {
  font-size: 16px;
  font-weight: 300;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  line-height: 1.6;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767.98px) {
  .news-home .box-img-content-news p {
    display: none;
  }
}

.news-home.list-new-home {
  margin-top: 40px;
}

@media (min-width: 576px) {
  .news-home .page-content-news div:nth-child(4) {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .news-home .page-content-news {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.banner-sales-home,
.discover {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767.98px) {
  .banner-sales-home,
  .discover {
    margin-bottom: 0;
  }
}

.banner-sales-home .title-mb,
.discover .title-mb {
  display: none;
}

.banner-sales-home .title-pc,
.discover .title-pc {
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .banner-sales-home .title-pc,
  .discover .title-pc {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .banner-sales-home .title-mb,
  .discover .title-mb {
    display: block;
  }

  .banner-sales-home .title-mb h3,
  .discover .title-mb h3 {
    font-family: "Judson";
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
    line-height: 22px;
  }

  .banner-sales-home .bg-showrom,
  .discover .bg-showrom {
    padding-top: 20px;
  }
}

.banner-sales-home.discover-home .sliders .slick-prev,
.discover.discover-home .sliders .slick-prev {
  width: auto !important;
  height: auto !important;
  left: -65px !important;
  z-index: 1;
}

.banner-sales-home.discover-home .sliders .slick-prev:before,
.discover.discover-home .sliders .slick-prev:before {
  color: #B48C72  !important;
}

.banner-sales-home.discover-home .sliders .slick-next,
.discover.discover-home .sliders .slick-next {
  width: auto !important;
  height: auto !important;
  right: -65px !important;
  z-index: 1 !important;
}

.banner-sales-home.discover-home .sliders .slick-next:before,
.discover.discover-home .sliders .slick-next:before {
  color: #BC944E  !important;
}

@media (max-width: 767.98px) {
  .banner-sales-home.discover-home .sliders .slick-next,
  .discover.discover-home .sliders .slick-next {
    right: 0 !important;
  }

  .banner-sales-home.discover-home .sliders .slick-next:before,
  .discover.discover-home .sliders .slick-next:before {
    color: #000  !important;
  }

  .banner-sales-home.discover-home .sliders .slick-prev,
  .discover.discover-home .sliders .slick-prev {
    left: 0px  !important;
  }

  .banner-sales-home.discover-home .sliders .slick-prev:before,
  .discover.discover-home .sliders .slick-prev:before {
    color: #000  !important;
  }
}

@media (max-width: 767.98px) {
  .banner-sales-home.discover-home .sliderss .slick-next,
  .discover.discover-home .sliderss .slick-next {
    right: 20px;
  }

  .banner-sales-home.discover-home .sliderss .slick-prev,
  .discover.discover-home .sliderss .slick-prev {
    left: 0;
  }
}

.banner-sales-home.discover-home .slick-prev,
.discover.discover-home .slick-prev {
  left: 25px;
  z-index: 1;
}

.banner-sales-home.discover-home .slick-next,
.discover.discover-home .slick-next {
  right: 25px;
  z-index: 1;
}

.banner-sales-home h2,
.discover h2 {
  font-family: "Judson";
  font-size: 30px;
  font-weight: 300;
  color: #3F3A36;
}

.banner-sales-home h3,
.discover h3 {
  font-family: "Judson";
  font-size: 20px;
  font-weight: 600;
  line-height: 24.72px;
  color: #3F3A36;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .banner-sales-home h3,
  .discover h3 {
    font-size: 17px;
  }
}

@media (max-width: 767.98px) {
  .banner-sales-home h2,
  .discover h2 {
    font-family: "Judson";
    font-size: 24px;
    margin-bottom: 0;
  }

  .banner-sales-home p,
  .discover p {
    font-size: 15px;
    line-height: 20px;
  }
}

.banner-sales-home .seemore,
.discover .seemore {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}

.banner-sales-home .seemore a,
.discover .seemore a {
  text-transform: uppercase;
}

.banner-sales-home .bg-showrom .title,
.discover .bg-showrom .title {
  font-size: 16px;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 0em;
  margin-bottom: 2px;
}

.banner-sales-home .bg-showrom .p,
.discover .bg-showrom .p {
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0em;
}

.banner-sales-home .Genesys-show-popup1,
.discover .Genesys-show-popup1 {
  color: #3F3A36;
  border: 1px solid #d9d9d9;
  padding: 10px 25px;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  background: transparent;
  font-weight: 400;
}

.banner-sales-home .center > div,
.discover .center > div {
  padding-left: 40px;
  padding-right: 40px;
}

.banner-sales-home .center > div img,
.discover .center > div img {
  width: 100%;
  height: 560px;
}

@media (max-width: 1023.98px) {
  .banner-sales-home .center > div img,
  .discover .center > div img {
    height: auto !important;
  }
}

.banner-sales-home .sliders img,
.discover .sliders img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

@media (max-width: 1023.98px) {
  .banner-sales-home .sliders img,
  .discover .sliders img {
    height: auto !important;
  }
}

.banner-sales-home .slider,
.discover .slider {
  display: block;
}

.banner-sales-home .center > div {
  padding-left: 0;
  padding-right: 0;
}

.banner-sales-home .slick-next::before,
.banner-sales-home .slick-prev::before {
  font-size: 18px;
  color: #3F3A36 !important;
  display: none;
}

.banner-sales-home .slick-next {
  right: 0 !important;
  width: auto !important;
  height: auto !important;
}

.banner-sales-home .slick-prev {
  left: 0;
  z-index: 2 !important;
  width: auto !important;
  height: auto !important;
}

.banner-sales-home .slick-slide div {
  padding: 0 5px;
}

.reason-choose-Genesys {
  padding-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .reason-choose-Genesys {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}

.reason-choose-Genesys h2 {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 300;
  font-family: "Judson";
  color: #3F3A36;
}

.reason-choose-Genesys p {
  font-size: 16px;
  line-height: 25px;
  color: #3F3A36;
}

.reason-choose-Genesys p img {
  height: auto;
}

.reason-choose-Genesys p a {
  font-size: 16px;
}

.reason-choose-Genesys.ringmen {
  color: #EADACD;
  margin-bottom: 0;
}

.reason-choose-Genesys.diamond-detail {
  padding-top: 40px;
}

.filter-desktop.ringmen {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .filter-desktop.ringmen {
    margin-bottom: 10px;
  }
}

.filter-desktop .webcrum {
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 1023.98px) {
  .filter-desktop .div-search {
    float: none !important;
    padding-bottom: 30px;
    text-align: center;
  }
}

.filter-desktop .filter-select-section {
  margin-left: 0;
  padding-left: 0;
}

@media (max-width: 1023.98px) {
  .filter-desktop .filter-select-section {
    height: 100%;
    overflow-y: auto;
  }
}

@media (max-width: 1023.98px) {
  .filter-desktop .filter-select-section .select-pc {
    display: none;
  }
}

.filter-desktop .filter-select-section li {
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  padding-top: 40px;
  padding-left: 20px;
}

.filter-desktop .filter-select-section li span {
  font-size: auto;
}

.filter-desktop .filter-select-section .select-active {
  cursor: pointer;
}

.filter-desktop .filter-select-section .select-active .box-select-content {
  display: none;
  width: 100%;
  z-index: 3;
}

.filter-desktop .filter-select-section .select-active .box-select-content .select-content .col-md-3 {
  max-width: 17%;
}

@media (max-width: 1023.98px) {
  .filter-desktop .filter-select-section .select-active .box-select-content .select-content .col-md-3 {
    max-width: 25%;
  }

  .filter-desktop .filter-select-section .select-active .box-select-content .select-content .hidden-mb {
    display: none;
  }

  .filter-desktop .filter-select-section .select-active .box-select-content .select-content .show-mb {
    display: block !important;
  }
}

.filter-desktop .filter-select-section .select-active .box-select-content .select-content div {
  padding: 0;
}

.filter-desktop .filter-select-section .select-active .box-select-content .select-content div .input-tatca {
  float: left;
  height: 20px;
  width: 20px;
  margin-top: 17px;
  margin-bottom: 0px;
}

.filter-desktop .filter-select-section .select-active .box-select-content .select-content div .lab-tatca {
  font-size: 15px;
  display: block;
  float: left;
  width: 110px;
  text-align: center;
  margin: 15px 0px;
}

.filter-desktop .filter-select-section .select-active .box-select-content .select-content div .input-item {
  float: left;
  height: 20px;
  width: 20px;
  margin-top: 30px;
  margin-bottom: 0px;
}

.filter-desktop .filter-select-section .select-active .box-select-content .select-content div .lab-item {
  font-size: 15px;
  display: block;
  float: left;
  width: 110px;
  text-align: center;
}

.filter-desktop .filter-select-section .select-active .box-select-content .select-content div .lab-item .Active {
  border: 2px solid #000;
  border-radius: 50%;
}

.filter-desktop .filter-select-section .select-active .box-select-content .select-content div input {
  float: left;
  height: 20px;
  width: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.filter-desktop .filter-select-section .select-active .box-select-content .select-content div label {
  font-size: 15px;
  text-align: center;
  margin: 15px;
  color: #000;
}

.filter-desktop .filter-select-section .select-active .box-select-content .select-content div img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.filter-desktop .filter-select-section .select-active .box-select-content .select-content div div {
  clear: both;
}

.shape3-ring {
  background: #9b8973;
}

@media (max-width: 767.98px) {
  .shape3-ring {
    background: white;
  }
}

@media (max-width: 1023.98px) {
  .select-mb {
    display: block !important;
  }
}

.box-select-content .select-content .col-md-3 {
  max-width: 17%;
}

@media (max-width: 1023.98px) {
  .box-select-content .select-content .col-md-3 {
    max-width: 25%;
  }

  .box-select-content .select-content .hidden-mb {
    display: none;
  }

  .box-select-content .select-content .show-mb {
    display: block !important;
  }
}

.box-select-content .select-content .active label div img {
  border: 2px solid #000080;
  border-radius: 30px;
}

.box-select-content .select-content div {
  padding: 0;
  width: calc(33.33% - 5px);
}

.box-select-content .select-content div .input-tatca {
  height: 20px;
  width: 20px;
  margin-top: 17px;
  margin-bottom: 0px;
}

.box-select-content .select-content div .lab-tatca {
  font-size: 15px;
  display: block;
  float: left;
  width: 110px;
  text-align: center;
  margin: 15px 0px;
}

.box-select-content .select-content div .input-item {
  float: left;
  height: 20px;
  width: 20px;
  margin-top: 30px;
  margin-bottom: 0px;
}

.box-select-content .select-content div .lab-item {
  font-size: 15px;
  display: block;
  float: left;
  width: 110px;
  text-align: center;
}

.box-select-content .select-content div input {
  float: left;
  height: 20px;
  width: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.box-select-content .select-content div label {
  font-size: 15px;
  float: none;
  width: auto;
  margin-left: 15px;
}

@media (max-width: 1023.98px) {
  .box-select-content .select-content div label {
    float: none !important;
    width: auto !important;
    text-align: left !important;
  }
}

.box-select-content .select-content div img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.box-select-content .select-content div {
  clear: both;
}

.menu-tab .tab-soon {
  border: 1px solid #eee;
  border-radius: 1px;
  display: inline-block;
  padding: 10px 20px;
}

.slick-dots {
  display: none !important;
}

.slick-dots > li {
  display: inline-block;
}

.slick-dots > li:only-child {
  display: none;
}

.slick-prev:before,
.slick-next:before {
  color: #000 !important;
  opacity: 1 !important;
  z-index: 100;
  display: none;
}

.title-blog-tab {
  padding-top: 0;
}

.Genesys-area-showroom .col-md-6 {
  padding: 10px;
}

.Genesys-area-showroom .col-md-12 {
  padding: 10px;
}

.Genesys-area-showroom img {
  width: 100%;
}

@media (max-width: 1023.98px) {
  .Genesys-area-showroom .bottom-60px {
    padding-bottom: 60px;
  }
}

.Genesys-area-showroom .bg-showrom {
  background: #fbfaf6;
}

.Genesys-area-showroom .content-area {
  padding: 5px;
}

.Genesys-area-showroom .content-area h3 {
  color: #B48C72;
  font-size: 26px;
}

.Genesys-area-showroom .content-area h2 {
  font-family: "Judson";
  font-size: 26px;
  margin-bottom: 10px;
}

.Genesys-area-showroom .content-area p {
  line-height: 1.5;
  margin-bottom: 5px;
}

.Genesys-area-showroom .content-area p.call-cta-btn {
  margin-top: 15px;
}

.Genesys-area-showroom .content-area p.call-cta-btn button {
  border: 1px solid #B48C72;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  height: 40px;
  min-width: 180px;
  padding: 0;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .Genesys-area-showroom .content-area h3 {
    font-size: 18px;
  }

  .Genesys-area-showroom .content-area p {
    font-size: 16px;
  }
}

.Genesys-area-showroom .content-area .class-l {
  float: left;
  width: 50%;
}

.Genesys-area-showroom .content-area .class-c {
  float: left;
  width: 250px;
  height: 1px;
}

.Genesys-area-showroom .content-area .hidden-p {
  display: none;
}

.Genesys-area-showroom .content-area .center-p {
  text-align: center;
}

.stockclear1.discover-home a span:nth-child(2) {
  font-weight: 400 !important;
}

.mb-lg-8 {
  padding: 0  20px !important;
}

.btn-search {
  padding: 3px 15px;
  background: url(img/search.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: center;
  margin-left: -4px;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  border-bottom: 1px solid #D9D9D8;
  border-left: 0;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .btn-search {
    padding: 5px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
}

.btn-search.ringmen {
  background: url(img/search_icon_men.png) no-repeat center !important;
  background-color: #000000 !important;
  background-size: 20px !important;
}

.txt-search {
  padding: 5px 15px;
  outline: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  border-bottom: 1px solid #D9D9D8;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 767.98px) {
  .txt-search {
    width: 150px;
  }
}

@media (max-width: 1023.98px) {
  .bl-mb {
    display: none;
  }
}

.bo-loc {
  border: 1px solid #D9D9D9;
  padding: 3px 29px 3px 10px;
  margin-left: 15px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}

.bo-loc .close {
  position: absolute;
  right: 10px;
  top: -1px;
}

.loc-theo {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 1023.98px) {
  .loc-theo {
    display: inline-block;
  }
}

.popup-prouduct {
  left: 0;
  z-index: 9999999999 !important;
}

.bo-loc-gia {
  border: 1px solid #D9D9D9;
  margin: 5px 3px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  width: 47%;
  text-align: center;
}

.bo-loc-gia label {
  color: #3F3B36;
  padding: 3px 16px 3px 10px;
  width: 100%;
}

.bo-loc-gia.Active {
  border: 1px solid #D3AF71;
}

.bo-loc-chat-lieu {
  border: 1px solid #D9D9D9;
  margin: 5px 3px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  width: 47%;
  text-align: center;
}

.bo-loc-chat-lieu label {
  color: #3F3B36;
  padding: 3px 16px 3px 10px;
  width: 100%;
}

.bo-loc-chat-lieu.Active {
  border: 1px solid #D3AF71;
}

.bo-loc-da-tam {
  border: 1px solid #D9D9D9;
  margin: 5px 3px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  width: 47%;
  text-align: center;
}

.bo-loc-da-tam label {
  color: #3F3B36;
  padding: 3px 16px 3px 10px;
  width: 100%;
}

.bo-loc-da-tam.Active {
  border: 1px solid #D3AF71;
}

.bo-loc-giad {
  border: 1px solid #D9D9D9;
  margin: 5px 3px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  width: 47%;
  text-align: center;
}

.bo-loc-giad label {
  color: #3F3B36;
  padding: 3px 16px 3px 10px;
  width: 100%;
}

.bo-loc-giad.Active {
  border: 1px solid #D3AF71;
}

.box-search-mb {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 4%;
  width: 100%;
}

.button-lv1 {
  font-size: 15px !important;
  padding-top: 30px;
  margin-bottom: 0;
  cursor: pointer;
}

.button-lv1 a {
  font-size: 15px;
}

@media (max-width: 1023.98px) {
  .button-lv1 {
    padding-top: 15px;
  }
}

.button-lv2 {
  border: 0.5px solid #d9d9d9;
  padding: 10px 25px;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  background: transparent;
}

.padding-10px {
  padding: 0 10px;
}

.padding-bottom-20px {
  padding-bottom: 20px;
}

.padding-top-10px {
  padding-top: 10px;
}

@media (max-width: 767.98px) {
  .padding-top-10px {
    text-align: center;
  }
}

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

@media (max-width: 767.98px) {
  .center-p p {
    text-align: left;
    padding-left: 25px;
  }

  .center-p h2 {
    text-align: left;
    padding-left: 25px;
  }
}

.mb-show {
  display: none !important;
}

@media (max-width: 767.98px) {
  .mb-show {
    display: block !important;
  }
}

.pc-show {
  display: block !important;
}

@media (max-width: 767.98px) {
  .pc-show {
    display: none !important;
  }
}

.padding-pc {
  padding: 0;
}

@media (max-width: 767.98px) {
  .padding-pc {
    padding: 10px 20px;
  }
}

@media (max-width: 767.98px) {
  .center-mb {
    text-align: center;
  }
}

.slider-ss .slick-prev {
  left: -15px !important;
  z-index: 1;
  top: 35%;
}

.slider-ss .slick-next {
  right: 5px !important;
  z-index: 1;
  top: 35%;
}

.slider-s .slick-prev {
  z-index: 1;
}

.slider-s .slick-next {
  z-index: 1;

}

.margin-bottom-0 {
  margin-bottom: 0;
}

.full-width {
  max-width: 100% !important;
  height: auto !important;
}

@media (max-width: 767.98px) {
  .slider .slick-prev {
    left: -15px !important;
    top: 40%;
  }
}

@media (max-width: 767.98px) {
  .slider .slick-next {
    top: 40%;
    right: 5px;
  }
}

@media (max-width: 767.98px) {
  .padd-mb {
    padding-bottom: 10px;
  }
}

.margin-top-40px {
  margin-top: 60px;
}

@media (max-width: 767.98px) {
  .margin-top-40px {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .mg-auto-mb {
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .mb-row {
    justify-content: flex-end !important;
  }
}

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

@media (max-width: 767.98px) {
  .pc-center {
    text-align: left;
  }
}

.mb-center {
  text-align: left;
}

@media (max-width: 767.98px) {
  .mb-center {
    text-align: center;
  }
}

.line-mb-border-bottom {
  display: none;
}

@media (max-width: 767.98px) {
  .line-mb-border-bottom {
    display: block;
    border-bottom: 0.5px solid #D9D9D9;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.img-w {
  width: 568px;
}

@media (max-width: 767.98px) {
  .img-w {
    width: 330px;
  }
}

.padding-bottom-20px-mb {
  padding-bottom: 30px;
}

@media (max-width: 767.98px) {
  .padding-bottom-20px-mb {
    padding-bottom: 10px;
  }
}

.material-icons {
  font-size: 17px !important;
}

@media (max-width: 767.98px) {
  .background-F8F3EF {
    background: #F2F2F2;
    padding-bottom: 30px !important;
  }
}

.background-F2F2F2 {
  background: #F2F2F2;
}

@media (max-width: 767.98px) {
  .background-F2F2F2 {
    padding-bottom: 30px;
  }
}

.padding-10px-20px {
  padding: 20px 0;
}

@media (max-width: 767.98px) {
  .padding-10px-20px {
    padding: 10px 0;
  }
}

.padding-top-10px-20px {
  padding-top: 20px;
}

@media (max-width: 767.98px) {
  .padding-top-10px-20px {
    padding-top: 20px;
  }
}

.margin-top-10-5 {
  margin-top: 10px;
}

@media (max-width: 767.98px) {
  .margin-top-10-5 {
    margin-top: 5px;
  }
}

.margin-top-10-20 {
  margin-top: 10px;
}

@media (max-width: 767.98px) {
  .margin-top-10-20 {
    margin-top: 20px;
  }
}

.margin-top-5 {
  margin-top: 5px;
}

@media (max-width: 767.98px) {
  .img-mn-h {
    height: 412px !important;
    object-fit: cover;
  }
}

.font-size-title {
  font-size: 20px;
  font-weight: 600;
  padding-left: 10px;
}

@media (max-width: 767.98px) {
  .font-size-title {
    font-size: 17px;
    padding-left: 5px;
  }
}

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

@media (max-width: 767.98px) {
  .text-center-left {
    text-align: left;
  }
}

.padding-pc-20-mb-40 {
  padding-top: 20px;
}

@media (max-width: 767.98px) {
  .padding-pc-20-mb-40 {
    padding-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .full-width-mb-new {
    width: 100% !important;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .padding-30px-mb {
    padding-top: 30px;
  }
}

.max-height-330px {
  max-height: 588px;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .max-height-330px {
    max-height: 330px;
  }
}

.max-height-126px {
  max-height: 176px;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .max-height-126px {
    max-height: 126px;
  }
}

@media (max-width: 767.98px) {
  .mb-padding-0 {
    padding-left: 0;
    padding-right: 0;
  }
}

.line {
  height: 1px;
  border-bottom: 1px solid #D9D9D9;
  display: inline-flex;
  width: 180px;
  margin-left: 20px;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .line {
    width: 120px;
    margin-bottom: 5px;
  }
}

.padding-mb-5px {
  padding: 5px 0;
}

@media (max-width: 767.98px) {
  .padding-mb-5px {
    padding-left: 0;
    padding-right: 5px;
  }
}

.font-new {
  font-size: 30px;
}

@media (max-width: 767.98px) {
  .font-new {
    font-size: 24px;
  }
}

.padding-20px-mb {
  padding: 20px 0;
}

@media (max-width: 767.98px) {
  .padding-20px-mb {
    padding-bottom: 10px;
  }
}

.backgnew {
  height: auto;
  background: #e3eddb;
  padding: 50px 0;
}

@media (max-width: 767.98px) {
  .backgnew {
    padding: 30px 0;
  }
}

.ul-li-prod .Active {
  border: solid 1px red !important;
}

.md-pd {
  padding-top: 10px;
}

@media (max-width: 767.98px) {
  .md-pd {
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  .bg-mobi {
    background: #F8F3EF;
    padding: 10px;
  }
}

.mg-left-mb {
  margin-left: 160px;
}

@media (max-width: 767.98px) {
  .mg-left-mb {
    margin-left: 0;
  }
}

.img-cuahang {
  width: 30px;
  margin-right: 15px;
}

@media (max-width: 767.98px) {
  .img-cuahang {
    margin-right: 10px;
    width: 26px;
  }
}

.color-new {
  color: #fff !important;
}

@media (max-width: 767.98px) {
  .color-new {
    color: #3F3A36 !important;
  }
}

.fullscreen {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fullscreen:before {
  display: block;
  position: absolute;
  background: #000;
  opacity: 0.5;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
}

.fullscreen:after {
  position: absolute;
  background-image: url(img/Genesys.jpg);
  background-size: cover;
  background-position: center center;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.error {
  position: relative;
  color: white;
  padding: 1rem;
  text-align: center;
}

.error h1 {
  font-size: 3.5rem;
}

.error h1 i {
  font-size: 4rem;
  line-height: 1;
  vertical-align: text-bottom;
}

.error h2 {
  font-size: 30px;
}

.error .back {
  display: block;
  margin-top: 20px;
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 767.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

.tag-pagenews {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tag-pagenews .tab-container {
  position: relative;
}

.tag-pagenews .tab-container .slick-slide > div {
  margin-right: 20px;
}

.tag-pagenews .tab-container ul {
  list-style: none;
  margin: 0 25px;
  padding: 0;
}

.tag-pagenews .tab-container ul li {
  border: 1px solid #CCC;
  border-radius: 3px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  list-style: none;
  margin-right: 20px;
  margin-left: 20px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 120px;
}

.tag-pagenews .tab-container ul li:hover {
  border: 1px solid #B48C72;
}

.tag-pagenews .tab-container ul li:hover a {
  color: #B48C72;
  text-decoration: none;
}

.tag-pagenews .tab-container ul li.active {
  border: 1px solid #B48C72;
}

.tag-pagenews .tab-container ul li.active a {
  color: #B48C72;
  text-decoration: none;
}

.tag-pagenews .tab-container .next,
.tag-pagenews .tab-container .prev {
  position: absolute;
  top: 12px;
  cursor: pointer;
}

.tag-pagenews .tab-container .next {
  right: -25px;
}

.tag-pagenews .tab-container .prev {
  left: -25px;
}

.article-tag {
  background: white;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  z-index: 100;
}

.article-tag .tab-container ul li {
  border: none;
}

.article-tag .tab-container ul li:hover {
  border: none;
}

.article-tag .tab-container ul li.active {
  background: #B48C72;
}

.article-tag .tab-container ul li.active a {
  color: white;
  text-decoration: none;
}

#floatbar .fixed {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 99;
}

.Genesys-content-blog {
  padding-top: 67px;
}

@media (max-width: 767.98px) {
  .Genesys-content-blog .container {
    padding: 0 15px;
  }
}

.Genesys-content-blog h1 {
  font-size: 26px;
  font-weight: 500;
}

.Genesys-content-blog h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}

.Genesys-content-blog h3,
.Genesys-content-blog h4,
.Genesys-content-blog h5 {
  font-weight: 700;
  font-size: 20px;
}

.Genesys-content-blog .author {
  color: #ccc;
  margin-top: 20px;
}

.Genesys-content-blog img {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 100%;
}

.Genesys-content-blog p {
  margin-bottom: 10px;
  text-align: justify;
}

.Genesys-content-blog p a {
  color: #4792c9;
}

.Genesys-content-blog .nav-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -moz-box;
}

.Genesys-content-blog .nav-tabs li {
  float: none;
}

.tag-art a {
  display: block;
  padding: 10px 40px;
}

.tag-art .active {
  border: 1px solid #ccc;
}

.policy.gold-price-page h3 {
  font-size: 1.7rem;
  text-align: center;
}

@media (max-width: 767.98px) {
  .policy.gold-price-page {
    margin-top: 40px;
  }

  .policy.gold-price-page h2 {
    padding-inline: 0;
  }

  .policy.gold-price-page h3 {
    margin-top: 0;
    text-align: left;
  }

  .policy.gold-price-page table tr th,
  .policy.gold-price-page table tr td {
    font-size: 0.75rem;
    text-align: left;
  }
}

.gold-summary {
  margin-top: 50px;
}

.gold-summary h1 {
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #B48C72;
}

.gold-summary p {
  text-align: center;
}

@media (max-width: 767.98px) {
  .gold-summary h1,
  .gold-summary p {
    text-align: left;
  }
}

.bg-km {
  padding: 50px 0;
  background: #F8F3EF;
}

@media (max-width: 767.98px) {
  .bg-km {
    padding: 30px 0;
  }
}

.font-20px {
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .font-20px {
    font-size: 17px;
  }
}

.bot-20px {
  padding-bottom: 30px;
}

@media (max-width: 767.98px) {
  .bot-20px {
    padding-bottom: 20px;
  }
}

.name-pd {
  font-family: "Judson";
  font-size: 16px;
  margin-top: 10px;
  text-align: left;
  display: -webkit-box;
  max-width: 100%;
  height: 46px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3F3B36;
}

.vt-pc {
  margin-left: 20px;
}

@media (max-width: 767.98px) {
  .vt-pc {
    display: block;
    margin-left: 0;
  }
}

.up-sale {
  color: #B48C72;
}

.bottom-60px-40px {
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .bottom-60px-40px {
    margin-bottom: 40px;
  }
}

.class-pop-new {
  top: 0 !important;
  height: 275px !important;
  padding-top: 20px !important;
  position: absolute;
  width: 568px !important;
  z-index: 4 !important;
  transform: translate(25%, 0%);
  left: 0;
}

.class-pop-new .row .input-filde-new input {
  max-width: 100% !important;
}

.class-pop-new .row .input-filde-new select {
  max-width: 100% !important;
}

@media (max-width: 767.98px) {
  .class-pop-new {
    transform: translate(10%, 0%);
    width: 281px !important;
  }
}

.popupContent-hmb {
  height: 550px !important;
}

.class-pop-nd {
  max-width: 764px;
  margin: 30px auto;
  height: 230px;
  overflow: auto;
}

.class-pop-nd::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

@media (max-width: 767.98px) {
  .class-pop-nd {
    max-width: 281px;
    margin: 18px auto;
    height: 150px;
    overflow: auto;
  }
}

.padding-bottom-30px {
  padding-bottom: 30px !important;
}

@media (max-width: 767.98px) {
  .padding-bottom-30px {
    padding-bottom: 20px !important;
  }
}

.bot-60px-40px {
  margin-bottom: 60px !important;
}

@media (max-width: 767.98px) {
  .bot-60px-40px {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 767.98px) {
  .mb-dis {
    display: block;
  }
}

.landing-tkr-h1 {
  font-size: 70px;
  font-family: "LA Barethelly Signature";
  line-height: 0.8;
}

.pc-60-mb-20 {
  margin-top: 60px;
}

@media (max-width: 767.98px) {
  .pc-60-mb-20 {
    margin-top: 30px;
  }
}

.ss-tkr .ss-tkr-h2 {
  text-align: center;
}

.pc-30-mb-20 {
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .pc-30-mb-20 {
    margin-top: 20px;
  }
}

.stockclear1 .tkr .col-md-12 {
  display: flex !important;
}

.stockclear1 .tkr .col-md-12 .img-tkr {
  display: inline-block;
}

.stockclear1 .tkr .col-md-12 .text-tk {
  display: inline-block;
  align-self: center !important;
  width: 372px;
  margin-left: 115px;
}

.stockclear1 .tkr .col-md-12 .ss-tkr-h2-sl {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .stockclear1 .tkr .col-md-12 {
    display: inline-block !important;
  }

  .stockclear1 .tkr .col-md-12 .text-tk {
    width: auto;
    margin-left: 0;
  }

  .stockclear1 .tkr .col-md-12 .ss-tkr-h2-sl {
    margin-top: 25px;
    font-size: 17px;
  }
}

.stockclear1 .tkr .slick-dots {
  display: block !important;
  bottom: -60px;
  left: -0;
  text-align: center;
}

.stockclear1 .tkr .slick-dots li {
  width: 15px;
  margin: 0;
}

.stockclear1 .tkr .slick-dots li .custom-dot {
  height: 2px;
  width: 25px;
  background-color: #C7C7C7;
}

.stockclear1 .tkr .slick-dots li.slick-active .custom-dot {
  background-color: #B48C72 !important;
}

@media (max-width: 767.98px) {
  .stockclear1 .tkr .slick-prev {
    left: -20px;
    top: 180px;
  }

  .stockclear1 .tkr .slick-next {
    right: -10px;
    top: 180px;
  }
}

.margin-top-90-40px {
  margin-top: 90px;
}

@media (max-width: 767.98px) {
  .margin-top-90-40px {
    margin-top: 40px;
  }
}

.tkr-img-text .container {
  position: relative;
}

.tkr-img-text .container .ss-tkr-h2-img {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.tkr-img-text .container .text-img {
  position: absolute;
  top: 130px;
  left: 120px;
}

.tkr-img-text .container .text-img-right {
  position: absolute;
  top: 130px;
  right: 140px;
}

.tkr-img-text .container .text-img-right-kvc {
  position: absolute;
  top: 130px;
  right: 290px;
}

.tkr-img-text .container .text-img-dau-an {
  position: absolute;
  top: 40%;
  left: 120px;
}

@media (max-width: 1439.98px) {
  .tkr-img-text .container .text-img {
    position: absolute;
    top: 110px;
    left: 100px;
  }

  .tkr-img-text .container .text-img-right {
    position: absolute;
    top: 130px;
    right: 75px;
  }

  .tkr-img-text .container .text-img-right-kvc {
    position: absolute;
    top: 80px;
    right: 225px;
  }
}

@media (max-width: 1023.98px) {
  .tkr-img-text .container .text-img {
    position: absolute;
    top: 20px;
    left: 80px;
  }

  .tkr-img-text .container .text-img-right {
    top: 20px;
    right: 0;
    max-width: 300px;
  }

  .tkr-img-text .container .text-img-right-kvc {
    top: 20px;
    right: 100px;
  }

  .tkr-img-text .container .text-img-dau-an {
    position: absolute;
    top: 25%;
    left: 120px;
  }
}

@media (max-width: 767.98px) {
  .tkr-img-text .container .ss-tkr-h2-img {
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 400;
  }

  .tkr-img-text .container .text-img {
    position: absolute;
    top: 50px;
    left: 50px;
  }

  .tkr-img-text .container .text-img p {
    display: none !important;
  }

  .tkr-img-text .container .text-img-right {
    position: absolute;
    top: 40px;
    right: 20px;
    max-width: 170px;
  }

  .tkr-img-text .container .text-img-right p {
    display: none !important;
  }

  .tkr-img-text .container .text-img-right-kvc {
    position: absolute;
    top: 40px;
    right: 75px;
  }

  .tkr-img-text .container .text-img-right-kvc p {
    display: none !important;
  }

  .tkr-img-text .container .text-img-dau-an {
    position: absolute;
    top: 45%;
    left: 40px;
  }

  .tkr-img-text .container .text-img-dau-an p {
    display: none !important;
  }
}

.mgr-20-10px {
  margin-top: 20px;
}

@media (max-width: 1023.98px) {
  .mgr-20-10px {
    margin-top: 10px;
  }
}

.mgr-60-40px {
  margin-top: 60px;
}

@media (max-width: 1023.98px) {
  .mgr-60-40px {
    margin-top: 40px;
  }
}

.tkr-back-gr {
  background: #F4EFEB;
  padding: 44px 0;
}

.tkr-back-gr p {
  font-size: 30px;
  font-family: "Cormorant Infant";
}

@media (max-width: 1023.98px) {
  .tkr-back-gr {
    padding: 20px 0;
  }

  .tkr-back-gr p {
    font-size: 20px;
    font-family: "Cormorant Infant";
  }
}

.stockclear1 .tkr-sp .slick-dots {
  display: block !important;
  bottom: -30px;
  left: -0;
  text-align: center;
}

.stockclear1 .tkr-sp .slick-dots li {
  width: 15px;
  margin: 0;
}

.stockclear1 .tkr-sp .slick-dots li .custom-dot {
  height: 2px;
  width: 25px;
  background-color: #C7C7C7;
}

.stockclear1 .tkr-sp .slick-dots li.slick-active .custom-dot {
  background-color: #B48C72 !important;
}

.tkr-h2 {
  font-size: 30px !important;
  color: #3F3A36 !important;
  text-align: left;
  margin: 0 !important;
  text-transform: inherit !important;
}

@media (max-width: 767.98px) {
  .tkr-h2 {
    font-size: 24px !important;
  }
}

.a-font-size {
  font-size: 15px;
  color: #3F3A36;
  cursor: pointer;
}

.bot-10px {
  margin-bottom: 10px;
}

.tkr-container {
  background: #F4EFEB;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tkr-container .text-sp-th {
  font-weight: 300;
  font-size: 30px;
}

@media (max-width: 767.98px) {
  .tkr-container {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .tkr-container .text-sp-th {
    font-size: 24px;
  }
}

.mar-40-20 {
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .mar-40-20 {
    margin-top: 20px;
  }
}

.tkr-ch .left-0 {
  padding-left: 0;
}

.tkr-ch .col-md-4 .tkr-h2-ch {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .tkr-ch .col-md-4 .tkr-h2-ch {
    max-width: 100%;
    padding-bottom: 10px;
    padding-top: 20px;
    font-size: 17px;
  }
}

.mar-40-40 {
  margin-top: 40px;
}

.box-landing {
  top: 40% !important;
}

.box-landing h1 {
  font-size: 30px !important;
  font-family: "Judson" !important;
}

@media (max-width: 767.98px) {
  .box-landing {
    position: relative !important;
    top: auto;
    width: 100%;
    z-index: 1;
    text-align: center;
    top: -5px !important;
    padding: 25px 0 !important;
    background: #F2F2F2;
  }

  .box-landing h1 {
    font-size: 24px !important;
    font-family: "Judson" !important;
  }
}

.bg-pc-mb {
  background: #F4EFEB;
}

@media (max-width: 767.98px) {
  .bg-pc-mb {
    background: none;
  }
}

.video-con {
  height: 100%;
}

@media (max-width: 767.98px) {
  .video-con iframe {
    height: 417px;
  }
}

@media (max-width: 767.98px) {
  .mb-d {
    text-align: center;
    padding: 30px 0;
  }
}

.padding-left-100 {
  padding-left: 100px;
}

@media (max-width: 767.98px) {
  .padding-left-100 {
    padding-left: 5px;
    padding-bottom: 10px;
  }
}

.collection {
  margin-top: 50px;
}

.collection article {
  margin-bottom: 70px;
}

.collection article .thumbnail {
  margin-bottom: 1rem;
}

.collection article .action {
  padding: 25px 0;
  text-align: left;
}

@media (min-width: 768px) {
  .collection article:nth-child(even) {
    text-align: right;
  }

  .collection article:nth-child(even) .col-md-5 {
    order: 1;
  }

  .collection article:nth-child(even) .col-md-7 {
    order: -1;
  }

  .collection article:nth-child(even) .action {
    text-align: right;
  }
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 767.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

.ga-vertical-gallery .services-slider {
  display: none;
}

.ga-vertical-gallery .flex {
  display: flex;
}

.ga-vertical-gallery .none {
  display: none;
}

.ga-vertical-gallery .slider-main {
  width: 100%;
  height: 100%;
  text-align: -webkit-center;
}

.ga-vertical-gallery .slider-main .gallery {
  display: grid;
  grid-gap: 10px;
  grid-auto-flow: column;
  grid-auto-columns: calc(100% - 20px);
}

.ga-vertical-gallery .slider-main .fix-pagespeed {
  width: 568px;
  height: 100%;
  object-fit: contain;
}

.ga-vertical-gallery .slider-main .slick-list {
  height: 568px !important;
}

@media (max-width: 767.98px) {
  .ga-vertical-gallery .slider-main .slick-list {
    height: 270px !important;
  }
}

.ga-vertical-gallery .slider-main .slick-track {
  height: 0 !important;
  transform: translate3d(0px, 0, 0px) !important;
}

.ga-vertical-gallery .slider-main div {
  height: 0;
}

.ga-vertical-gallery .slider-main div .slick-cloned {
  width: 0 !important;
}

@media (max-width: 767.98px) {
  .ga-vertical-gallery .slider-main div {
    height: 0;
  }
}

.ga-vertical-gallery .slider-main div img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.ga-vertical-gallery .slider-main .slick-active {
  height: 585px;
}

@media (max-width: 767.98px) {
  .ga-vertical-gallery .slider-main .slick-active {
    height: 270px !important;
  }
}

.ga-vertical-gallery .slider-main .slick-active div {
  height: 568px;
}

.ga-vertical-gallery .slider-main .slick-active div .img-sl2 {
  border: 0;
  margin-top: -4px;
  height: 540px;
  width: 540px;
}

@media (max-width: 767.98px) {
  .ga-vertical-gallery .slider-main .slick-active div {
    height: 270px !important;
  }

  .ga-vertical-gallery .slider-main .slick-active div .fix-pagespeed {
    width: 270px;
    height: 270px;
    object-fit: contain;
  }

  .ga-vertical-gallery .slider-main .slick-active div .img-sl {
    width: 100%;
    height: auto;
    z-index: 99;
  }

  .ga-vertical-gallery .slider-main .slick-active div .img-sl1 {
    width: 100%;
    height: auto;
    z-index: 99;
  }

  .ga-vertical-gallery .slider-main .slick-active div .img-sl2 {
    border: 0;
    margin-top: -4px;
    height: 250px !important;
    width: 100% !important;
  }
}

.ga-vertical-gallery .slider-main .slick-active div img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.ga-vertical-gallery .main-container {
  width: 80%;
}

.ga-vertical-gallery .nav-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  height: 120px;
}

@media (max-width: 767.98px) {
  .ga-vertical-gallery .nav-container {
    /* height: 270px; */
    /* width: 70px; */
    margin-right: 10px;
    margin-top: 10px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ga-vertical-gallery .nav-container {
    width: 100%;
    height: 100%;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 767.98px), (-ms-high-contrast: active) and (max-width: 767.98px) {
  .ga-vertical-gallery .nav-container {
    width: auto;
  }
}

.ga-vertical-gallery .nav-container i.material-icons {
  text-align: center;
  margin: 0 auto;
  font-size: 1.5rem;
}

.ga-vertical-gallery .nav-container .slider-nav.slick-initialized.slick-slider.slick-vertical {
  height: 120px !important;
}

@media (max-width: 767.98px) {
  .ga-vertical-gallery .nav-container .slider-nav.slick-initialized.slick-slider.slick-vertical {
    height: 120px !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ga-vertical-gallery .nav-container .slider-nav.slick-initialized.slick-slider.slick-vertical {
    height: inherit;
    height: 100%;
  }
}

.ga-vertical-gallery .nav-container .slick-current img {
  box-shadow: 0 0 4px 2px rgba(180, 140, 114, 0.9);
}

.ga-vertical-gallery .nav-container .slick-slide {
  height: 120px;
  width: 120px !important;
  margin-bottom: 20px;
}

.ga-vertical-gallery .nav-container .slick-slide.diamond-img {
  margin-bottom: 0;
}

.ga-vertical-gallery .nav-container .slick-slide > div > div {
  height: 120px;
  height: 100%;
  width: 117px !important;
  margin: 0 auto;
}

.ga-vertical-gallery .nav-container .slick-slide > div > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .ga-vertical-gallery .nav-container .slick-slide > div > div img {
    width: 68px;
    height: 68px;
    object-fit: cover;
  }
}

.ga-vertical-gallery .slider-nav.slick-initialized.slick-slider.slick-vertical {
  display: flex !important;
  flex-direction: column-reverse;
  text-align: center;
  text-align: -webkit-center;
  height: 100%;
  justify-content: center;
}

@media screen and (min-width: 62em) {
  .ga-vertical-gallery .slider-nav.slick-initialized.slick-slider.slick-vertical {
    justify-content: center;
  }
}

.ga-vertical-gallery .slick-next,
.ga-vertical-gallery .slick-prev {
  position: relative;
  top: unset;
  color: #fc7a22;
  height: unset;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ga-vertical-gallery .slick-next,
  .ga-vertical-gallery .slick-prev {
    top: 0px;
  }
}

.ga-vertical-gallery .slick-next:before,
.ga-vertical-gallery .slick-prev:before {
  color: transparent;
}

.ga-vertical-gallery .slick-next {
  right: unset;
  transform: rotate(-90deg);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ga-vertical-gallery .slick-next {
    right: 0px;
  }
}

.ga-vertical-gallery .slick-prev {
  left: unset;
  transform: rotate(90deg);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ga-vertical-gallery .slick-prev {
    left: 0px;
  }
}

.product {
  margin-top: 10px;
}

@media (max-width: 767.98px) {
  .product {
    margin-top: 40px;
  }

  .product .row-mb {
    display: inline-block !important;
  }

  /* .product .vertical-slider {
    padding: 0 0px;
    height: 270px;
    max-height: 270px;
  } */
}

.product h3 {
  padding-top: 40px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.product .name-product {
  padding-top: 50px;
  font-family: Averta Std CY;
  font-size: 22px;
  font-weight: 400;
  color: #3F3B36;
  text-align: left;
  letter-spacing: 0;
}

@media (max-width: 767.98px) {
  .product .name-product {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .product .name-product.diamond-name {
    padding-top: 30px;
  }
}

.product .name-product.ringmen {
  color: #D9D9D9;
}

@media (max-width: 767.98px) {
  .product .name-product.ringmen {
    padding-top: 20px;
  }
}

.product .product-price {
  font-size: 40px;
  line-height: 49px;
  font-weight: 400 !important;
  text-align: left;
  color: #B48C72;
  margin-bottom: 10px;
}

.product .product-price.ringmen {
  color: #EADACD;
}

.product .product-price small {
  color: #ccc;
  display: block;
  font-size: 16px;
  text-decoration: line-through;
}

@media (max-width: 767.98px) {
  .product .product-price {
    font-size: 24px;
    line-height: 30px;
  }

  .product .product-price.diamond-price-spacing {
    margin-bottom: 0px;
  }
}

.product .note-product-detail {
  color: #cc9866;
  font-style: italic;
  font-size: 12px;
}

.product .content-product-detail {
  font-size: 16px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .product .content-product-detail {
    margin-bottom: 20px !important;
  }

  .product .content-product-detail .col-6 {
    padding: 0;
  }

  .product .content-product-detail .col-4 {
    padding: 0;
  }

  .product .content-product-detail .col-8 {
    padding: 0;
  }
}

.product .content-product-detail .class-radio {
  text-align: left !important;
}

.product .content-product-detail .class-radio label {
  margin: 0 10px 0 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
}

.product .content-product-detail div {
  line-height: 32px;
}

.product .content-product-detail div:nth-child(2n) {
  text-align: right;
}

.product .content-product-detail div ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product .content-product-detail div ul li {
  display: inline-block;
  width: auto;
  border: 1px solid #D9D9D9;
  text-align: center;
  padding: 5px 10px;
  margin: 0 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
}

@media (max-width: 767.98px) {
  .product .content-product-detail div ul li {
    margin: 2px 8px;
    padding: 0 6px;
  }
}

.product .content-product-detail div ul li:nth-last-child(1) {
  margin-right: 0px !important;
}

.product .content-product-detail div ul .Active {
  border: 1px solid #B48C72;
}

.product .content-product-detail .product-color {
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  height: 27px;
  margin-bottom: 0;
  width: 27px;
  border-radius: 2px;
  margin-left: 10px;
}

.product .content-product-detail .product-color img {
  vertical-align: inherit;
}

.product .content-product-detail span.select2.select2-container.select2-container--material.select2-container--below.select2-container--open.select2-container--focus,
.product .content-product-detail .select2-selection.select2-selection--single,
.product .content-product-detail .select2-selection__rendered,
.product .content-product-detail span.select2.select2-container.select2-container--material {
  width: 100px !important;
}

.product .content-product-detail .select2-container--material .select2-selection--single {
  border: none;
  outline: none !important;
}

.product .box-btn {
  width: 100%;
  height: 46px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .product .box-btn {
    height: 40px;
  }
}

.product .box-btn a {
  font-size: 16px;
}

.product .box-btn .secondary-btn {
  border-radius: 1px;
  min-width: 200px;
}

.product .box-btn .primary-btn {
  background: #B48C72;
  border-radius: 1px;
  cursor: pointer;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  flex: 1;
  text-align: center;
}

.product .box-btn .primary-btn:nth-child(2) {
  background: #B48C72;
  border: 1px solid #B48C72;
}

@media (max-width: 767.98px) {
  .product .box-btn .primary-btn {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0px;
  }
}

.product li.select2-results__option {
  text-align: right !important;
  padding-right: 5px;
}

.product .note-product-detail {
  font-size: 16px;
  text-align: center;
}

.product.ringmen .product-title-ringmen {
  font-size: 1.8rem;
  margin-top: 15px;
}

.product.ringmen .select2-container--material .select2-selection--single {
  background: transparent;
}

.product.ringmen .select2-container--material .select2-selection--single .select2-selection__rendered {
  color: white;
}

.product.ringmen .box-btn .primary-btn {
  background: #EADACD;
  max-width: 100%;
  color: #3F3A36;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  #product {
    width: 100%;
  }
}

.tag-catalog {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tag-catalog .tab-container {
  position: relative;
}

.tag-catalog .tab-container ul {
  display: block;
  list-style: none;
  margin: 0 25px;
  padding: 0;
}

.tag-catalog .tab-container ul li {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  list-style: none;
  padding: 0 20px;
  text-align: center;
}

.tag-catalog .tab-container .next,
.tag-catalog .tab-container .prev {
  position: absolute;
  top: 12px;
  cursor: pointer;
}

.tag-catalog .tab-container .next {
  right: -10px;
}

.tag-catalog .tab-container .prev {
  left: -10px;
}

.rePop,
.Genesys-contact-show-popup,
.box-icon-cta-group,
.box-icon-cta-group .Genesys-zalo-cta,
.box-icon-cta-group .Genesys-phone-cta,
.box-icon-cta-group .Genesys-close-cta-group {
  background: #cc9866;
  border: none;
  border-radius: 60px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
  cursor: pointer;
  display: block;
  outline: none;
  position: fixed;
  right: 24px;
  bottom: 100px;
  height: 60px;
  width: 60px;
  z-index: 101;
}

.rePop p,
.Genesys-contact-show-popup p,
.box-icon-cta-group p,
.box-icon-cta-group .Genesys-zalo-cta p,
.box-icon-cta-group .Genesys-phone-cta p,
.box-icon-cta-group .Genesys-close-cta-group p {
  color: white;
  font-size: 12px;
  line-height: 1;
  margin: 0;
  text-align: center;
}

.rePop p img,
.Genesys-contact-show-popup p img,
.box-icon-cta-group p img,
.box-icon-cta-group .Genesys-zalo-cta p img,
.box-icon-cta-group .Genesys-phone-cta p img,
.box-icon-cta-group .Genesys-close-cta-group p img {
  height: 32px;
  margin-top: 5px;
}

@media (max-width: 767.98px) {
  .rePop,
  .Genesys-contact-show-popup,
  .box-icon-cta-group,
  .box-icon-cta-group .Genesys-zalo-cta,
  .box-icon-cta-group .Genesys-phone-cta,
  .box-icon-cta-group .Genesys-close-cta-group {
    bottom: 25px;
    left: 20px;
    right: auto;
  }
}

.rePop {
  background: #0080c7;
  bottom: 180px;
  line-height: 60px;
  text-align: center;
}

.rePop a {
  display: block;
}

.rePop a img {
  height: 30px;
}

@media (max-width: 767.98px) {
  .rePop {
    bottom: 25px;
    left: auto;
    right: 25px;
  }
}

.Genesys-contact-show-popup {
  bottom: 95px;
  left: auto;
  right: 27px;
  z-index: 1;
}

@media (min-width: 768px) {
  .Genesys-contact-show-popup {
    display: none;
  }
}

.box-icon-cta-group {
  box-shadow: none;
  background: none;
  bottom: 100px;
  display: none;
  right: 25px;
  left: auto;
  height: auto;
  z-index: 3;
}

.box-icon-cta-group .Genesys-zalo-cta,
.box-icon-cta-group .Genesys-phone-cta,
.box-icon-cta-group .Genesys-close-cta-group {
  background: #0080c7;
  line-height: 60px;
  text-align: center;
  margin-top: 10px;
  position: relative;
}

.box-icon-cta-group .Genesys-zalo-cta a,
.box-icon-cta-group .Genesys-phone-cta a,
.box-icon-cta-group .Genesys-close-cta-group a {
  display: block;
}

.box-icon-cta-group .Genesys-zalo-cta a img,
.box-icon-cta-group .Genesys-phone-cta a img,
.box-icon-cta-group .Genesys-close-cta-group a img {
  height: 30px;
}

.box-icon-cta-group .Genesys-zalo-cta p,
.box-icon-cta-group .Genesys-phone-cta p,
.box-icon-cta-group .Genesys-close-cta-group p {
  line-height: 60px;
}

.box-icon-cta-group .Genesys-zalo-cta p img,
.box-icon-cta-group .Genesys-phone-cta p img,
.box-icon-cta-group .Genesys-close-cta-group p img {
  height: 22px;
  margin-top: 0;
  width: auto;
}

@media (max-width: 767.98px) {
  .box-icon-cta-group .Genesys-zalo-cta,
  .box-icon-cta-group .Genesys-phone-cta,
  .box-icon-cta-group .Genesys-close-cta-group {
    bottom: 0;
    left: auto;
    right: 0;
  }
}

.box-icon-cta-group .Genesys-zalo-cta {
  line-height: 60px;
}

.box-icon-cta-group .Genesys-phone-cta {
  background: #269663;
}

.box-icon-cta-group .Genesys-close-cta-group {
  box-shadow: none;
  background: rgba(235, 235, 235, 0.5);
  height: 40px;
  width: 40px;
}

.box-icon-cta-group .Genesys-close-cta-group p {
  color: #000;
  font-size: 1.2rem;
  height: 40px;
  line-height: 40px;
}

.product-brief {
  padding-top: 60px;
}

@media (max-width: 767.98px) {
  .product-brief {
    padding-top: 40px;
    padding-inline: 30px;
  }
}

.product-brief p {
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
}

.product-brief a {
  color: #B48C72 !important;
}

.content-seo {
  font-size: 1rem;
  margin-top: 60px;
  text-align: justify;
}

.content-seo .show-more {
  display: none;
}

.content-seo .collapse {
  display: none;
}

@media (max-width: 767.98px) {
  .content-seo {
    margin-top: 40px !important;
    padding-inline: 40px !important;
  }

  .content-seo .show-more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100px;
    background: linear-gradient(rgba(255, 255, 255, 0), #ffffff, #ffffff);
  }

  .content-seo .show-more i {
    font-size: 15px;
  }

  .content-seo .collapse {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
  }

  .content-seo .collapse i {
    font-size: 15px;
  }

  .content-seo span {
    font-weight: 500;
  }

  .content-seo span a {
    color: #b48c72 !important;
  }

  .content-seo a {
    font-weight: 500;
    color: #b48c72 !important;
    text-decoration: underline;
  }
}

.content-seo .content-brief {
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .content-seo .content-brief.show-more-section {
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.Genesys-popup-product {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}

.Genesys-popup-product .close-popup {
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  height: 30px;
  margin-bottom: 0;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  z-index: 2;
  width: 30px;
}

.Genesys-popup-product .Genesys-content-popup {
  background: white;
  height: 100vh;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  width: 420px;
}

.Genesys-popup-product .Genesys-content-popup .form-content {
  margin-top: 20px;
}

.Genesys-popup-product .Genesys-content-popup .form-content .pop-img {
  height: 250px;
  width: auto;
  text-align: center;
}

.Genesys-popup-product .Genesys-content-popup .form-content .pop-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: unset;
}

.Genesys-popup-product .Genesys-content-popup .form-content h2 {
  font-family: "Judson";
  font-size: 2rem;
  font-weight: 400;
}

.Genesys-popup-product .Genesys-content-popup .form-content p {
  font-size: 1rem;
  line-height: 1.2;
  text-align: justify;
}

@media (max-width: 767.98px) {
  .Genesys-popup-product .Genesys-content-popup .form-content form {
    margin-top: 0;
  }
}

.Genesys-popup-product .Genesys-content-popup .form-content form input {
  border: none;
  border-bottom: 1px solid rgba(180, 140, 114, 0.5);
  display: block;
  font-size: 1rem;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  outline: none;
  padding-left: 10px;
  width: 100%;
}

.Genesys-popup-product .Genesys-content-popup .form-content form .action {
  margin-top: 50px;
  text-align: center;
}

.Genesys-popup-product .Genesys-content-popup .form-content form .action button {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  height: 45px;
  min-width: 160px;
}

.Genesys-popup-product .Genesys-content-popup ul {
  margin-top: 20px;
  padding-left: 0;
}

.Genesys-popup-product .Genesys-content-popup ul li {
  list-style-type: none;
  height: 40px;
}

.Genesys-popup-product .Genesys-content-popup ul li span {
  color: #000;
  display: inline-block;
  width: 60px;
}

.Genesys-popup-product .Genesys-content-popup ul li a {
  color: #B48C72;
}

.Genesys-popup-product .Genesys-content-popup ul li a span {
  display: inline;
}

@media (max-width: 767.98px) {
  .Genesys-popup-product .Genesys-content-popup {
    padding: 0px;
    padding-top: 10px;
    height: 110vh;
    width: 100%;
  }

  .Genesys-popup-product .Genesys-content-popup .form-content h2 {
    font-size: 1.5rem;
  }

  .Genesys-popup-product .Genesys-content-popup .form-content form input {
    font-size: 0.9rem;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
  }

  .Genesys-popup-product .Genesys-content-popup .form-content form .action {
    margin-top: 1.5rem;
  }

  .Genesys-popup-product .Genesys-content-popup ul {
    bottom: 50px;
  }

  .Genesys-popup-product .Genesys-content-popup ul li {
    height: 30px;
  }
}

.content-seo {
  margin-top: 60px;
  text-align: justify;
}

.content-seo span {
  font-weight: 500;
}

.content-seo span a {
  color: #b48c72 !important;
}

.content-seo a {
  font-weight: 500;
  color: #b48c72 !important;
  text-decoration: underline;
}

.content-seo span {
  font-weight: 500;
}

.content-seo span a {
  color: #b48c72 !important;
}

.content-seo a {
  font-weight: 500;
  color: #b48c72 !important;
  text-decoration: underline;
}

.stockclear.home-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.stockclear.discover-home {
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.stockclear.discover-home .slider {
  display: block;
}

@media (max-width: 767.98px) {
  .stockclear.discover-home .slider .slick-prev {
    left: 30px;
    z-index: 10;
  }

  .stockclear.discover-home .slider .slick-next {
    right: 30px;
    z-index: 10;
  }
}

.stockclear.discover-home a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}

.stockclear.discover-home a span {
  display: block;
  margin-top: 5px;
  text-align: center;
}

.stockclear.discover-home a span:nth-child(1) {
  margin-bottom: 10px;
}

.stockclear.discover-home a span:nth-child(2) {
  font-family: "Judson";
  font-weight: 400;
  font-size: 16px;
  margin-top: 10px;
  text-align: left;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 46px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767.98px) {
  .stockclear.discover-home a span:nth-child(2) {
    font-size: 16px;
    height: 44px;
    -webkit-line-clamp: 2;
  }
}

.stockclear.discover-home a span:nth-child(3) {
  color: #3F3B36;
  font-size: 15px;
  font-weight: 700;
}

.stockclear.discover-home a span:nth-child(4) {
  color: #ccc;
  font-size: 15px;
  text-decoration: line-through;
}

.stockclear.discover-home a span:nth-child(5) {
  font-size: 16px;
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .stockclear.discover-home a {
    padding-left: 3px;
    padding-right: 3px;
  }

  .stockclear.discover-home a span:nth-child(2) {
    font-size: 14px;
  }
}

.stockclear1.home-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.stockclear1.discover-home {
  margin-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 767.98px) {
  .stockclear1.discover-home .slider-show .slick-prev {
    left: -25px;
    top: 40%;
  }

  .stockclear1.discover-home .slider-show .slick-next {
    right: -15px;
    top: 40%;
  }
}

.stockclear1.discover-home .slider {
  display: block;
}

@media (max-width: 767.98px) {
  .stockclear1.discover-home .slider .slick-prev {
    left: -15px;
    z-index: 10;
  }

  .stockclear1.discover-home .slider .slick-next {
    right: 5px;
    z-index: 10;
  }
}

.stockclear1.discover-home a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}

.stockclear1.discover-home a span {
  display: block;
  margin-top: 5px;
}

.stockclear1.discover-home a span:nth-child(1) {
  margin-bottom: 10px;
}

.stockclear1.discover-home a span:nth-child(2) {
  font-family: "Judson";
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
  text-align: left;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 46px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3F3B36;
}

@media (max-width: 767.98px) {
  .stockclear1.discover-home a span:nth-child(2) {
    font-size: 16px;
    height: 44px;
    -webkit-line-clamp: 2;
  }
}

.stockclear1.discover-home a span:nth-child(3) {
  color: #3F3B36;
  font-size: 16px;
  font-weight: 700;
}

.stockclear1.discover-home a span:nth-child(4) {
  color: #ccc;
  font-size: 16px;
  text-decoration: line-through;
}

.stockclear1.discover-home a span:nth-child(5) {
  font-size: 16px;
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .stockclear1.discover-home a {
    padding-left: 5px;
    padding-right: 5px;
  }

  .stockclear1.discover-home a span:nth-child(2) {
    font-size: 16px;
  }
}

.stockclear2.discover-home {
  padding-left: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 10px;
}

.stockclear2.discover-home .sliderf {
  display: block;
}

@media (max-width: 767.98px) {
  .stockclear2.discover-home .sliderf .slick-prev {
    left: -15px;
    z-index: 10;
    top: 15px;
  }

  .stockclear2.discover-home .sliderf .slick-next {
    right: 0px;
    z-index: 10;
    top: 15px;
  }
}

.stockclear2.discover-home a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}

.stockclear2.discover-home a span {
  display: block;
  margin-top: 5px;
}

.stockclear2.discover-home a span:nth-child(1) {
  margin-bottom: 10px;
}

.stockclear2.discover-home a span:nth-child(2) {
  font-family: "Judson";
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
  text-align: left;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 46px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3F3B36;
}

@media (max-width: 767.98px) {
  .stockclear2.discover-home a span:nth-child(2) {
    font-size: 16px;
    height: 44px;
    -webkit-line-clamp: 2;
  }
}

.stockclear2.discover-home a span:nth-child(3) {
  color: #3F3B36;
  font-size: 15px;
  font-weight: 700;
}

.stockclear2.discover-home a span:nth-child(4) {
  color: #ccc;
  font-size: 15px;
  text-decoration: line-through;
}

.stockclear2.discover-home a span:nth-child(5) {
  font-size: 16px;
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .stockclear2.discover-home a {
    padding-left: 3px;
    padding-right: 3px;
  }

  .stockclear2.discover-home a span:nth-child(2) {
    font-size: 14px;
  }
}

.row-mbb {
  display: none;
}

@media (max-width: 767.98px) {
  .row-mbb {
    display: block !important;
  }

  .row-pc {
    display: none !important;
  }

  .mb-faq {
    font-size: 15px !important;
    padding-right: 15px;
  }
}

.material-icons {
  font-size: 16px;
}

.mb-filter {
  font-size: 16px;
  display: none;
  border: 1px solid #D9D9D8;
  border-radius: 5px;
  padding: 5px 25px 5px 0px;
  position: relative;
  width: 100px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 767.98px) {
  .mb-filter {
    display: inline-block;
  }
}

.mb-filter:after {
  content: " ";
  background-image: url(img/boloc.png);
  width: 13px;
  position: absolute;
  height: 12px;
  top: 9px;
  right: 5px;
}

.colse {
  font-size: 24px;
  color: #B48C72;
  position: absolute;
  right: 15px;
  top: 0;
}

.colsenew {
  font-size: 24px;
  color: #B48C72;
  position: absolute;
  right: 15px;
  top: 0;
}

.colsenew-sort {
  font-size: 24px;
  color: #B48C72;
  position: absolute;
  right: 15px;
  top: 0;
}

@media (max-width: 767.98px) {
  .mobile-h2 {
    font-size: 18px !important;
  }
}

.material-icons {
  cursor: pointer;
}

.banner-product-new {
  position: relative;
}

@media (min-width: 768px) {
  .banner-product-new {
    max-width: 100% !important;
  }
}

@media (max-width: 1023.98px) {
  .banner-product-new {
    width: auto !important;
    height: 100% !important;
  }
}

@media (max-width: 767.98px) {
  .banner-product-new.banner-sildeshow {
    background-color: #F2F2F2;
  }
}

.banner-product-new .slick-dots {
  display: block !important;
  bottom: -45px;
  left: -8px;
}

.banner-product-new .slick-dots li {
  width: 15px;
}

.banner-product-new .slick-dots li .custom-dot {
  height: 2px;
  width: 25px;
  background-color: #C7C7C7;
}

.banner-product-new .slick-dots li.slick-active .custom-dot {
  background-color: #494949 !important;
}

.banner-product-new .material-icons {
  vertical-align: middle;
  font-size: 15px;
  color: #3F3A36;
}

.banner-product-new .banner-customize {
  padding: 0;
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .banner-product-new .banner-customize {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .banner-product-new .banner-customize h4 {
    margin-top: 10px;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 5px;
  }

  .banner-product-new .banner-customize a {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
  }

  .banner-product-new .banner-customize .banner-img {
    padding-left: 40px;
    padding-right: 40px;
  }

  .banner-product-new .banner-customize .banner-img img {
    width: 100% !important;
  }
}

.banner-product-new .banner-customize img {
  width: 80%;
  height: auto;
}

.banner-product-new .banner-customize .customize-text {
  position: absolute;
  margin-left: -280px;
  margin-top: 60px;
  max-width: 300px;
}

.banner-product-new .banner-customize .customize-text a {
  font-weight: 500;
}

@media (max-width: 1023.98px) {
  .banner-product-new .banner-customize .customize-text {
    margin-left: -200px;
    margin-top: 40px;
  }
}

.banner-product-new .banner-customize .customize-text h4 {
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 25px !important;
  margin-bottom: 5px;
}

.banner-product-new .banner-customize .customize-text p {
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 19px !important;
  margin-bottom: 30px;
}

.banner-product-new .box-content-banner {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1024px) {
  .banner-product-new .box-content-banner {
    top: 15vw;
  }
}

@media (max-width: 767.98px) {
  .banner-product-new .box-content-banner {
    background-color: #F2F2F2;
  }
}

@media (max-width: 767.98px) {
  .banner-product-new.product-section-margin {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 576px) {
  .banner-product-new .Genesys-banner-sildeshow {
    max-width: 100%;
    height: auto;
  }
}

.banner-product-new .Genesys-banner-sildeshow img {
  position: relative;
  max-width: 250% !important;
}

@media (max-width: 767.98px) {
  .banner-product-new .Genesys-banner-sildeshow img {
    max-width: 412px !important;
    height: 412px !important;
  }
}

.banner-product-new .Genesys-box-product {
  max-width: 100% !important;
}

.banner-product-new .Genesys-box-product h1,
.banner-product-new .Genesys-box-product p {
  text-align: left !important;
  color: #3F3A36 !important;
}

@media (max-width: 1023.98px) {
  .banner-product-new .Genesys-box-product {
    padding-inline: 20px;
  }
}

.banner-product-new .banner-title {
  padding: 0 !important;
}

.banner-product-new h1 {
  max-width: 100% !important;
  font-weight: 300 !important;
  font-size: 30px !important;
  line-height: 37px !important;
  padding-bottom: 10px;
}

@media (max-width: 1023.98px) {
  .banner-product-new h1 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}

.banner-product-new p {
  max-width: 100% !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  margin-bottom: 20px;
}

@media (max-width: 1023.98px) {
  .banner-product-new p {
    font-size: 15px !important;
    line-height: 19px !important;
  }
}

.banner-contact {
  background-color: #F8F3EF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 60px;
  text-align: center;
}

.banner-contact h4 {
  font-weight: 300 !important;
  font-size: 30px !important;
  line-height: 37px !important;
  margin-bottom: 5px;
}

.banner-contact p {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  margin-bottom: 20px;
}

.banner-contact img {
  width: 100%;
}

.banner-contact form {
  margin-top: 20px;
}

.banner-contact input,
.banner-contact select {
  padding: 10px;
  background: #F8F3EF;
  border: 0.5px solid #3F3B36;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  outline: none;
  margin: 0 auto;
  width: 100%;
}

.banner-contact button {
  font-size: 16px;
  padding: 10px 25px;
}

@media (max-width: 767.98px) {
  .banner-contact {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 40px;
  }

  .banner-contact h4 {
    font-weight: 300 !important;
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 5px;
  }

  .banner-contact p {
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 19px !important;
    margin-bottom: 15px;
  }
}

.banner-contact .input-padding-left {
  padding: 0;
}

@media (min-width: 768px) {
  .banner-contact .input-padding-left {
    padding-left: 10px;
    padding-right: 0;
  }
}

.banner-contact .input-padding-right {
  padding: 0;
}

@media (min-width: 768px) {
  .banner-contact .input-padding-right {
    padding-right: 10px;
    padding-left: 0;
  }
}

.banner-contact .btn-padding {
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .banner-contact .btn-padding {
    margin-top: 20px;
  }
}

.banner-contact .btn-padding button {
  font-weight: 500;
}

.slider-nav-1 .slick-slide {
  margin: 0 5px;
}

.top-30px {
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .top-30px {
    margin-top: 10px;
  }
}

.product-cat .slick-track {
  width: 100000px !important;
}

.slider-nav .slick-track {
  width: 400px !important;
}

@media (max-width: 767.98px) {
  .slider-nav .slick-track {
    width: 250px !important;
  }
}


.text-km {
  position: absolute;
  max-width: 315px;
  left: 0;
  top: 50%;
  margin-left: 580px;
  transform: translate(0%, -50%);
}

@media (max-width: 1023.98px) {
  .text-km {
    margin-left: 320px;
  }
}

@media (max-width: 767.98px) {
  .text-km {
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 30px;
    text-align: center;
    top: auto;
    margin-left: 0;
  }
}

.section-km {
  max-height: 130px;
}

@media (max-width: 767.98px) {
  .section-km {
    max-height: 250px;
  }
}

.section-km .row {
  position: relative;
}

.section-km .row h3 {
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .section-km .row h3 {
    font-size: 17px;
  }
}

.boloc-pd {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

.boloc-pd:after {
  content: " ";
  background-image: url(img/boloc.png);
  width: 20px;
  position: absolute;
  height: 20px;
  top: 1px;
  left: 0;
}

.bg-filter {
  background: #F2F2F2;
  height: 62px;
  display: flex;
  align-items: center;
}

.bg-filter .container {
  padding-left: 10px;
  padding-right: 10px;
}

.bg-filter .container .col-md-9 {
  padding-left: 0;
}

@media (max-width: 767.98px) {
  .bg-filter {
    background: linear-gradient(to right, #E6E6E6 50%, #F8F3EF 50%);
  }
}

.font-fl {
  font-weight: 600;
  text-transform: uppercase;
}

.filter-container {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

#frmFilter {
  display: none;
}

.frmFiltercss {
  position: absolute;
  z-index: 10;
  background: #fff;
  width: 448px;
  display: block !important;
}

@media (max-width: 767.98px) {
  .frmFiltercss {
    width: 313px;
    position: fixed;
    z-index: 10;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    left: 0;
    height: 100%;
    top: 60px;
    bottom: 0;
    padding-bottom: 100px;
  }
}

.float-r {
  float: right;
}

.boloc-sort {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
}

.boloc-sort:after {
  content: " ";
  background-image: url(img/icon-sort.png);
  width: 20px;
  position: absolute;
  height: 20px;
  top: 1px;
  left: 5px;
}

@media (max-width: 767.98px) {
  .boloc-sort {
    padding-left: 20px;
  }

  .boloc-sort:after {
    left: 0;
  }
}

@media (max-width: 767.98px) {
  .bg-filter-add {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10;
  }
}

@media (max-width: 767.98px) {
  .overfl {
    overflow: hidden;
  }
}

@media (max-width: 767.98px) {
  .div-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.38);
    z-index: 9;
  }
}

.select-div {
  position: absolute;
  top: 43px;
  left: 33px;
  background: #fff;
  width: 336px;
  padding: 20px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  z-index: 3;
}

@media (max-width: 767.98px) {
  .select-div {
    position: fixed;
    top: 60px;
    left: 0;
    width: 313px;
    z-index: 10;
    height: 100%;
  }
}

.select-div .check {
  margin-top: 10px;
  margin-left: 10px;
}

.select-div .check label {
  cursor: pointer;
  font-size: 15px;
  color: #3F3A36;
  position: relative;
  /* Tạo kiểu cho ô đánh dấu tùy chỉnh */
}

.select-div .check label:hover {
  color: #B48C72;
}

.select-div .check label .custom-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.stockclear1 .slider-img .slick-prev {
  left: 0px;
  top: 90%;
  z-index: 3;
  position: absolute;
  opacity: 0.3;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  cursor: pointer;
  background: transparent;
  transform: translate(0%, -50%);
  padding: 0px;
  border: none;
  outline: auto;
  color: #d9d9d9 !important;
  border-radius: 50%;
}

.stockclear1 .slider-img .slick-next {
  right: 0;
  top: 90%;
  z-index: 3;
  position: absolute;
  opacity: 0.3;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  cursor: pointer;
  background: transparent;
  transform: translate(0%, -50%);
  padding: 0px;
  border: none;
  outline: auto;
  color: #d9d9d9 !important;
  border-radius: 50%;
}

.stockclear1 .slider-img .slick-dots {
  display: block !important;
  bottom: -30px;
  left: -0;
  text-align: left;
}

.stockclear1 .slider-img .slick-dots li {
  width: 15px;
  margin: 0;
}

.stockclear1 .slider-img .slick-dots li .custom-dot {
  height: 2px;
  width: 25px;
  background-color: #C7C7C7;
}

.stockclear1 .slider-img .slick-dots li.slick-active .custom-dot {
  background-color: #B48C72 !important;
}

@media (max-width: 767.98px) {
  .stockclear1 .slider-img .slick-prev {
    left: 0;
    bottom: 0;
  }

  .stockclear1 .slider-img .slick-next {
    right: -0;
    bottom: 0;
  }
}

.swith {
  cursor: pointer;
}

.swith .Active {
  background: #B48C72;
  color: #B48C72;
}

.swith label {
  font-size: 16px;
  color: #000;
}

@media (max-width: 767.98px) {
  .swith label {
    font-size: 15px;
  }
}

.swith .lActive {
  color: #B48C72 !important;
}

@media (max-width: 767.98px) {
  .class-mb-pd-r {
    padding-left: 5px !important;
  }
}

@media (max-width: 767.98px) {
  .class-mb-pd {
    text-align: left !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.padd-mb-row {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media (max-width: 767.98px) {
  .padd-mb-row {
    padding-bottom: 10px;
  }
}

/* Loại bỏ giao diện mặc định của checkbox */

input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #D9D9D9;
  /* Đường viền màu đen cho checkbox */
  outline: none;
  /* Loại bỏ đường viền khi focus */
  cursor: pointer;
}

/* Tùy chỉnh trạng thái của checkbox khi checked (được chọn) */

input[type="checkbox"]:checked {
  background-color: #000;
  /* Màu nền khi checked */
}

.whishlisnew {
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 20px;
}

.wishlist-label {
  font-size: 16px;
  color: #3F3A36;
  float: right;
  line-height: 1.2;
}

.wishlist-label .wishlist-product {
  margin-right: 5px;
}

.wishlist-label span {
  cursor: pointer;
}

.ringmen {
  background: #000000;
  font-weight: 300;
}

.ringmen h1,
.ringmen h2,
.ringmen h3,
.ringmen h4,
.ringmen h5,
.ringmen p,
.ringmen a,
.ringmen span,
.ringmen li {
  color: #D9D9D9;
}

.ringmen h1,
.ringmen h2,
.ringmen h3,
.ringmen h4,
.ringmen h5 {
  font-weight: 400;
}

.ringmen .content-product-detail div {
  color: #D9D9D9 !important;
}

.ringmen img {
  height: auto;
}

.ringmen .amenu-bar {
  width: 24px;
  height: 19px;
}

.filter-ringmen {
  background: #000000;
  color: #D9D9D9;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 5px;
}

.filter-ringmen a {
  color: #D9D9D9;
}

.menu-ringmen .ringmen-menu-desktop {
  padding-top: 20px;
}

@media (max-width: 767.98px) {
  .menu-ringmen .ringmen-menu-desktop {
    display: none;
  }
}

.menu-ringmen .ringmen-menu-desktop .logo-header {
  text-align: center;
}

.menu-ringmen .ringmen-menu-desktop .logo-header img {
  height: 55px;
}

.menu-ringmen .ringmen-menu-desktop a {
  color: #D9D9D9;
}

.menu-ringmen .ringmen-menu-desktop div {
  background: #000000;
}

.menu-ringmen .ringmen-menu-desktop .menu-mega-1 li {
  margin-left: 20px;
}

.menu-ringmen .ringmen-menu-mobile {
  background: #000000;
}

.menu-ringmen .ringmen-menu-mobile .logo-sm {
  max-height: 40px;
  height: 100%;
}

.menu-ringmen .ringmen-menu-mobile .navbar-toggler span {
  color: #D9D9D9;
}

.ringmen-banner .Genesys-box h2,
.ringmen-banner .Genesys-box p {
  color: #D9D9D9;
}

.request-page h2 {
  font-size: 20px;
  margin-top: 67px;
  text-transform: uppercase;
}

.request-page p,
.request-page label,
.request-page input::placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.request-page p span,
.request-page label span,
.request-page input::placeholder span {
  font-weight: 400;
}

.request-page input::placeholder {
  color: #ccc;
  font-size: 15px;
}

.request-page .filed-input {
  margin-top: 10px;
}

.request-page .filed-input p {
  margin-bottom: 5px;
  margin-top: 15px;
}

.request-page .filed-input input {
  border: none;
  border-bottom: 1px solid #eee;
  outline-style: none;
  width: 100%;
}

.request-page .filed-input .choose-ring {
  margin-top: 20px;
}

.request-page .filed-input .choose-ring input {
  width: auto;
}

.request-page .filed-input .choose-ring label {
  margin-left: 10px;
}

.request-page .submit-form {
  margin-top: 40px;
  text-align: center;
}

.request-page .submit-form a {
  border-radius: 3px;
}

.request-page .box-request-product {
  margin-top: 40px;
}

.request-page .box-request-product > div {
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .request-page .box-request-product {
    margin-top: 20px;
  }
}

.request-page .box-request-product img {
  width: 100%;
}

.request-page .box-request-product h3 {
  font-size: 17px;
  font-weight: 400;
}

.request-page .box-request-product p,
.request-page .box-request-product span {
  font-size: 16px;
}

.modal-request.popup-request,
.modal-request.modal-all {
  background: rgba(180, 140, 114, 0.8);
  display: none;
  height: 100vh;
  overflow-y: auto;
  padding-top: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
}

.modal-request.popup-request .container,
.modal-request.modal-all .container {
  background: white;
  padding: 0;
  position: relative;
}

.modal-request.popup-request .container .popup-images,
.modal-request.modal-all .container .popup-images {
  background-repeat: no-repeat !important;
  background-size: auto 500px !important;
  background-position: center !important;
  height: 460px;
}

.modal-request.popup-request .container .popup-send-facebook-content,
.modal-request.modal-all .container .popup-send-facebook-content {
  padding: 20px;
  padding-top: 50px;
  padding-bottom: 0;
}

.modal-request.popup-request .container .popup-send-facebook-content h2,
.modal-request.modal-all .container .popup-send-facebook-content h2 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  text-align: initial;
  text-transform: uppercase;
}

.modal-request.popup-request .container .popup-send-facebook-content p,
.modal-request.modal-all .container .popup-send-facebook-content p {
  text-align: initial;
}

.modal-request.popup-request .container .popup-send-facebook-content p a,
.modal-request.modal-all .container .popup-send-facebook-content p a {
  background: #B48C72;
  border-radius: 2px;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  width: 200px;
}

.modal-request.popup-request .container .popup-send-facebook-content p a:hover,
.modal-request.modal-all .container .popup-send-facebook-content p a:hover {
  background: white;
  border: 1px solid #B48C72;
  color: #B48C72;
}

.modal-request.popup-request .container .close-popup-send,
.modal-request.popup-request .container .cloP,
.modal-request.modal-all .container .close-popup-send,
.modal-request.modal-all .container .cloP {
  border-radius: 10px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 20px;
  width: 20px;
  z-index: 4;
}

.modal-request.popup-request .container .Genesys-form-popup,
.modal-request.modal-all .container .Genesys-form-popup {
  padding: 20px;
  padding-top: 0;
}

.modal-request.popup-request .container .Genesys-form-popup .filed-input,
.modal-request.modal-all .container .Genesys-form-popup .filed-input {
  margin-top: 20px;
}

.modal-request.popup-request .container .Genesys-form-popup .filed-input p,
.modal-request.modal-all .container .Genesys-form-popup .filed-input p {
  margin-bottom: 5px;
  margin-top: 15px;
}

.modal-request.popup-request .container .Genesys-form-popup .filed-input input,
.modal-request.modal-all .container .Genesys-form-popup .filed-input input {
  border: none;
  border-bottom: 1px solid #eee;
  outline-style: none;
  width: 100%;
}

.modal-request.popup-request .container .Genesys-form-popup .filed-input input::placeholder,
.modal-request.modal-all .container .Genesys-form-popup .filed-input input::placeholder {
  font-size: 15px;
  padding-left: 5px;
}

.modal-request.popup-request .container .Genesys-form-popup .filed-input .select2-container,
.modal-request.modal-all .container .Genesys-form-popup .filed-input .select2-container {
  width: 100% !important;
}

.modal-request.popup-request .container .Genesys-form-popup .filed-input .select2-container .select2-selection--single,
.modal-request.modal-all .container .Genesys-form-popup .filed-input .select2-container .select2-selection--single {
  border: none;
  border-bottom: 1px solid #eee;
}

.modal-request.popup-request .container .Genesys-form-popup .filed-input .select2-container .select2-selection--single .select2-selection__rendere,
.modal-request.modal-all .container .Genesys-form-popup .filed-input .select2-container .select2-selection--single .select2-selection__rendere {
  text-align: left !important;
}

.modal-request.popup-request .container .Genesys-form-popup .filed-input .choose-ring,
.modal-request.modal-all .container .Genesys-form-popup .filed-input .choose-ring {
  margin-top: 20px;
}

.modal-request.popup-request .container .Genesys-form-popup .filed-input .choose-ring input,
.modal-request.modal-all .container .Genesys-form-popup .filed-input .choose-ring input {
  width: auto;
}

.modal-request.popup-request .container .Genesys-form-popup .filed-input .choose-ring label,
.modal-request.modal-all .container .Genesys-form-popup .filed-input .choose-ring label {
  margin-left: 10px;
}

.modal-request.popup-request .container .Genesys-form-popup .submit-form,
.modal-request.modal-all .container .Genesys-form-popup .submit-form {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}

.modal-request.popup-request .container .Genesys-form-popup .submit-form button,
.modal-request.modal-all .container .Genesys-form-popup .submit-form button {
  border-radius: 3px;
}

@media (max-width: 767.98px) {
  .modal-request.popup-request,
  .modal-request.modal-all {
    padding-top: 20px;
  }

  .modal-request.popup-request .container .popup-images,
  .modal-request.modal-all .container .popup-images {
    background-size: auto 225px !important;
    height: 190px;
    display: none;
  }

  .modal-request.popup-request .container .popup-send-facebook-content,
  .modal-request.modal-all .container .popup-send-facebook-content {
    padding: 20px;
    padding-bottom: 0;
  }

  .modal-request.popup-request .container .close-popup-send,
  .modal-request.modal-all .container .close-popup-send {
    top: 0;
    right: 0;
  }
}

.popupNew {
  z-index: 261;
  background: rgba(180, 140, 114, 0.8);
  display: none;
  height: 100vh;
  overflow-y: auto;
  padding-top: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
}

@media (max-width: 767.98px) {
  .popupNew {
    padding-top: 30px;
  }
}

.popupNew .close-btn-popup {
  border-radius: 4px;
  cursor: pointer;
  height: 30px;
  right: 5px;
  position: absolute;
  top: 5px;
  text-align: center;
  width: 50px;
  z-index: 5;
}

.popupNew .close-btn-popup span {
  background: rgba(204, 204, 204, 0.09);
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 50px;
}

.popupContent {
  background: white;
  padding: 0;
  position: relative;
  margin: 0 auto;
  height: 480px;
  max-width: 850px;
  width: 100%;
}

.popupContent .adbro-Genesys__block-light {
  background-image: url(img/fade-pc-nch1.png);
  position: absolute;
  top: 0;
  left: 0px;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  z-index: 3;
  -webkit-animation: flash24 1s 1s both;
  animation: flash24 1s 1s both;
}

.popupContent .adbro-Genesys__block-light1 {
  background-image: url(img/fade-pc-nch.png);
  position: absolute;
  top: 0;
  left: -20px;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  z-index: 3;
  -webkit-animation: flash24 2s 3s both;
  animation: flash24 2s 3s both;
}

.popupContent .adbro-Genesys__block-light-tc {
  background-image: url(img/fade-pc-tc.png);
  position: absolute;
  top: 0;
  left: -20px;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  z-index: 3;
  -webkit-animation: flash24 1s 1s both;
  animation: flash24 1s 1s both;
}

.popupContent .adbro-Genesys__block-light-ringmen1 {
  background-image: url(img/fade-pc-ringmen1.png);
  position: absolute;
  top: 0;
  left: 0px;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  z-index: 3;
  -webkit-animation: flash24 1s 1s both;
  animation: flash24 1s 1s both;
}

.popupContent .adbro-Genesys__block-light-ringmen2 {
  background-image: url(img/fade-pc-ringmen2.png);
  position: absolute;
  top: 0;
  left: -20px;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  z-index: 3;
  -webkit-animation: flash24 2s 3s both;
  animation: flash24 2s 3s both;
}

.popupContent .adbro-Genesys__block-light-ntt1 {
  background-image: url(img/fade-pc-ntt1.png);
  position: absolute;
  top: 0;
  left: 0px;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  z-index: 3;
  -webkit-animation: flash24 1s 1s both;
  animation: flash24 1s 1s both;
}

.popupContent .adbro-Genesys__block-light-ntt2 {
  background-image: url(img/fade-pc-ntt2.png);
  position: absolute;
  top: 0;
  left: 0px;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  z-index: 3;
  -webkit-animation: flash24 2s 3s both;
  animation: flash24 2s 3s both;
}

.popupContent .adbro-Genesys__block-light-kc {
  background-image: url(img/popup-kimcuong-fade.png);
  position: absolute;
  top: 0;
  left: 0px;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  z-index: 3;
  -webkit-animation: flash24 2s 3s both;
  animation: flash24 2s 3s both;
}

.popupContent .adbro-Genesys__block-light-nc1 {
  background-image: url(img/fade-pc-nc-1.png);
  position: absolute;
  top: 0;
  left: 0px;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  z-index: 3;
  -webkit-animation: flash24 1s 1s both;
  animation: flash24 1s 1s both;
}

.popupContent .adbro-Genesys__block-light-nc2 {
  background-image: url(img/fade-pc-nc-2.png);
  position: absolute;
  top: 0;
  left: 0px;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  z-index: 3;
  -webkit-animation: flash24 2s 3s both;
  animation: flash24 2s 3s both;
}

.popupContent img {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.popupContent .formN-popup {
  bottom: 0;
  height: 275px;
  padding-top: 20px;
  position: absolute;
  right: 0;
  width: 340px;
  z-index: 4;
}

.popupContent .formN-popup .row {
  margin: 0;
  padding: 0;
}

.popupContent .formN-popup .row .input-filde-new-dt {
  margin-bottom: 10px !important;
}

.popupContent .formN-popup .row .input-filde-new {
  margin-bottom: 10px;
  text-align: center;
}

.popupContent .formN-popup .row .input-filde-new input {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 17px;
  height: 40px;
  outline: none;
  margin: 0 auto;
  max-width: 280px;
  padding: 10px;
  width: 100%;
}

.popupContent .formN-popup .row .input-filde-new select {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 17px;
  height: 40px;
  outline: none;
  margin: 0 auto;
  max-width: 280px;
  padding: 7px;
  width: 100%;
}

.popupContent .formN-popup .row .input-filde-new select option {
  max-width: 280px;
}

.popupContent .formN-popup .row .input-filde-new input::placeholder {
  color: #000;
}

.popupContent .formN-popup .row .input-filde-new button {
  position: relative;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
  height: 45px;
  outline: none;
  margin: 0 auto;
  min-width: 180px;
  text-transform: uppercase;
  background: #183e40 !important;
}

.popupContent .formN-popup .row .input-filde-new button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0) 100%);
  width: 40%;
  height: 100%;
  -webkit-animation: shine 1s 5.5s both;
  animation: shine 1s 5.5s both;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}

.popupContent .formN-popup .row .input-filde-new:nth-child(3) {
  margin-bottom: 35px;
}

@media (max-width: 767.98px) {
  .popupContent {
    height: 485px;
    width: 340px;
  }

  .popupContent .img-desktop-popup {
    display: none;
  }

  .popupContent .adbro-Genesys__block-light {
    background-image: url(img/fade-mb-nch1.png);
    position: absolute;
    top: 0;
    left: 0px;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    z-index: 3;
    -webkit-animation: flash24 1s 1s both;
    animation: flash24 1s 1s both;
  }

  .popupContent .adbro-Genesys__block-light1 {
    background-image: url(img/fade-mb-nch2.png);
    position: absolute;
    top: 0;
    left: -20px;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    z-index: 3;
    -webkit-animation: flash24 2s 3s both;
    animation: flash24 2s 3s both;
  }

  .popupContent .adbro-Genesys__block-light-tc {
    background-image: url(img/fade-mb-tc.png);
    position: absolute;
    top: 0;
    left: 0px;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    z-index: 3;
    -webkit-animation: flash24 1s 1s both;
    animation: flash24 1s 1s both;
  }

  .popupContent .adbro-Genesys__block-light-ringmen1 {
    background-image: url(img/fade-mb-ringmen1.png);
    position: absolute;
    top: 0;
    left: 0px;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    z-index: 3;
    -webkit-animation: flash24 1s 1s both;
    animation: flash24 1s 1s both;
  }

  .popupContent .adbro-Genesys__block-light-ringmen2 {
    background-image: url(img/fade-mb-ringmen2.png);
    position: absolute;
    top: 0;
    left: -20px;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    z-index: 3;
    -webkit-animation: flash24 2s 3s both;
    animation: flash24 2s 3s both;
  }

  .popupContent .adbro-Genesys__block-light-ntt1 {
    background-image: url(img/fade-mb-ntt1.png);
    position: absolute;
    top: 0;
    left: 0px;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    z-index: 3;
    -webkit-animation: flash24 1s 1s both;
    animation: flash24 1s 1s both;
  }

  .popupContent .adbro-Genesys__block-light-ntt2 {
    background-image: url(img/fade-mb-ntt2.png);
    position: absolute;
    top: 0;
    left: 0px;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    z-index: 3;
    -webkit-animation: flash24 2s 3s both;
    animation: flash24 2s 3s both;
  }

  .popupContent .adbro-Genesys__block-light-kc {
    background-image: url(img/popup-kimcuong-fade-mb.png);
    position: absolute;
    top: 0;
    left: 0px;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    z-index: 3;
    -webkit-animation: flash24 2s 3s both;
    animation: flash24 2s 3s both;
  }

  .popupContent .adbro-Genesys__block-light-nc1 {
    background-image: url(img/fade-mb-nc-1.png);
    position: absolute;
    top: 0;
    left: 0px;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    z-index: 3;
    -webkit-animation: flash24 1s 1s both;
    animation: flash24 1s 1s both;
  }

  .popupContent .adbro-Genesys__block-light-nc2 {
    background-image: url(img/fade-mb-nc-2.png);
    position: absolute;
    top: 0;
    left: 0px;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    z-index: 3;
    -webkit-animation: flash24 2s 3s both;
    animation: flash24 2s 3s both;
  }

  .popupContent .formN-popup {
    height: 210px;
    padding-top: 12px;
  }

  .popupContent .formN-popup .row .input-filde-new select {
    height: 35px;
  }

  .popupContent .formN-popup .row .input-filde-new input {
    height: 35px;
  }

  .popupContent .formN-popup .row .input-filde-new button {
    height: 40px;
    position: relative;
  }

  .popupContent .formN-popup .row .input-filde-new button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0) 100%);
    width: 40%;
    height: 100%;
    -webkit-animation: shine 1s 5.5s both;
    animation: shine 1s 5.5s both;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
  }

  .popupContent .formN-popup .row .input-filde-new:nth-child(3) {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 970px) and (min-width: 600px) {
  .popupContent {
    height: 378px;
    max-width: 700px;
  }

  .popupContent .img-mobile-popup {
    display: none;
  }

  .popupContent .img-desktop-popup {
    display: block;
  }
}

@media only screen and (max-width: 330px) {
  .popupContent {
    height: 437px;
    width: 310px;
  }

  .popupContent .formN-popup {
    height: 140px;
    padding-top: 5px;
    width: 310px;
  }

  .popupContent .formN-popup .row .input-filde-new {
    margin-bottom: 7px;
  }

  .popupContent .formN-popup .row .input-filde-new input {
    font-size: 15px;
    height: 35px;
  }

  .popupContent .formN-popup .row .input-filde-new select {
    font-size: 15px;
    height: 35px;
  }

  .popupContent .formN-popup .row .input-filde-new:nth-child(2) {
    margin-bottom: 9px;
  }

  .popupContent form {
    margin-right: auto;
  }
}

.popup-flow .modal-dialog {
  margin: auto;
  width: auto;
}

.popup-flow .modal-dialog.container {
  max-width: 850px;
  padding: 0;
}

@media (max-width: 767.98px) {
  .popup-flow .modal-dialog.container {
    max-width: 340px;
  }
}

@media screen and (max-width: 970px) and (min-width: 600px) {
  .popup-flow .modal-dialog.container {
    max-width: 700px;
  }
}

@media only screen and (max-width: 330px) {
  .popup-flow .modal-dialog.container {
    max-width: 310px;
  }
}

.popup-flow .modal-content {
  background: none;
  box-shadow: none;
}

.diamond-popup .box-ts {
  position: relative;
}

.diamond-popup .box-ts p {
  position: absolute;
  width: 100%;
}

.diamond-popup .box-ts p span {
  background: white;
  display: inline-block;
  max-width: 80px;
}

.diamond-popup .box-ts p:nth-child(1) {
  text-align: center;
  top: 40px;
  z-index: 2;
}

.diamond-popup .box-ts p:nth-child(2) {
  left: 30px;
  text-align: left;
  top: 250px;
  z-index: 2;
}

.diamond-popup .box-ts p:nth-child(3) {
  right: 20px;
  text-align: right;
  top: 250px;
  z-index: 2;
}

.diamond-popup .box-ts p:nth-child(4) {
  text-align: center;
  top: 400px;
  z-index: 2;
}

.diamond-popup .box-ts img {
  position: absolute;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .diamond-popup .box-ts {
    min-height: 300px;
  }

  .diamond-popup .box-ts p {
    font-size: 14px;
  }

  .diamond-popup .box-ts p span {
    font-size: 14px;
  }

  .diamond-popup .box-ts p:nth-child(4) {
    top: 275px;
  }

  .diamond-popup .box-ts p:nth-child(2),
  .diamond-popup .box-ts p:nth-child(2) {
    top: 230px;
  }
}

@-webkit-keyframes shine26 {
  0% {
    left: -2%;
    opacity: 0;
  }

  25% {
    opacity: .7;
  }

  100% {
    left: 23%;
    opacity: 0;
  }
}

@keyframes shine26 {
  0% {
    left: -2%;
    opacity: 0;
  }

  25% {
    opacity: .7;
  }

  100% {
    left: 23%;
    opacity: 0;
  }
}

@-webkit-keyframes flash24 {
  0%, 100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes flash24 {
  0%, 100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes shine {
  0% {
    left: -2%;
    opacity: 0;
  }

  25% {
    opacity: .7;
  }

  100% {
    left: 60%;
    opacity: 0;
  }
}

@keyframes shine {
  0% {
    left: -2%;
    opacity: 0;
  }

  25% {
    opacity: .7;
  }

  100% {
    left: 60%;
    opacity: 0;
  }
}

.page-thanks {
  margin-top: 100px;
  margin-bottom: 100px;
}

.page-thanks h3,
.page-thanks h4,
.page-thanks p {
  width: 100%;
  max-width: 400px;
}

.page-thanks h3 {
  color: #B48C72;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 20px;
}

.page-thanks h4 {
  font-size: 15px;
  margin-bottom: 16px;
}

.page-thanks p {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}

.page-thanks p .primary-btn {
  border-radius: 3px;
  height: 40px;
  line-height: 36px;
  min-width: 200px;
  padding: 0;
  text-align: center;
}

.page-thanks .decord-kc {
  background: #b5b0b0;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 120px;
}

@media (max-width: 767.98px) {
  .page-thanks {
    margin-top: 10px;
  }

  .page-thanks h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
  }

  .page-thanks h4 {
    display: none;
  }

  .page-thanks .decord-kc {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 767.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

.policy {
  padding-top: 40px;
}

.policy h2 {
  color: #B48C72;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .policy h2 {
    font-size: 18px;
  }
}

.policy h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
  font-size: 20px;
  color: #B48C72;
}

.policy p {
  text-align: justify;
  line-height: 1.5;
}

.policy p.note {
  font-size: 14px;
  font-style: italic;
}

.policy li {
  margin-top: 10px;
  line-height: 1.5;
}

.policy li p {
  font-size: 16px;
  font-weight: 400;
}

.policy ol > li {
  font-weight: 400;
  margin-top: 15px;
  color: #B48C72;
}

.policy ol > li p {
  color: rgba(0, 0, 0, 0.87);
}

.policy ol > li ul {
  padding-left: 10px;
}

.policy ol > li ul li {
  font-weight: 400;
  line-height: 1.5;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.87);
}

.policy ol > li ul li ol li {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}

.policy ol > li ul li ol li ul li {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
}

.policy ol > li ul li ol li ul li ul {
  padding-left: 20px;
  list-style-type: disc;
  color: rgba(0, 0, 0, 0.87);
}

.policy table {
  width: 100%;
  margin-bottom: 20px;
}

.policy table tr td,
.policy table tr th {
  border: 1px solid #d7c2b5;
  padding-left: 10px;
}

.policy table tr th {
  background: #B48C72;
  color: #000;
  text-align: center;
}

.policy table.guarantee td,
.policy table.guarantee th {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.policy table.guarantee td:nth-child(1),
.policy table.guarantee th:nth-child(1) {
  text-align: left;
}

.lp-price-list table tbody tr td {
  text-align: center;
}

.lp-price-list table tbody tr td:nth-child(1),
.lp-price-list table tbody tr th:nth-child(1) {
  font-weight: 500;
}

.lp-price-list table tbody tr:nth-child(1) {
  font-weight: 500;
}

.lp-price-list table tbody tr:nth-child(1) td {
  font-weight: 500;
}

.lp-price-list td,
.lp-price-list th {
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .lp-price-list h2.title {
    font-size: 18px;
  }

  .lp-price-list td,
  .lp-price-list th {
    font-size: 10px;
  }

  .lp-price-list p {
    font-size: 14px;
  }
}

.policy-section article {
  margin-top: 20px;
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .policy-section article {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-inline: 30px;
  }
}

.policy-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #B48C72;
}

@media (max-width: 767.98px) {
  .policy-title {
    font-size: 18px;
    line-height: 22px;
  }
}

.policy-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
  color: #3F3A36;
}

.policy-body.note {
  font-style: italic;
  margin-bottom: 0px;
}

.policy-expand {
  color: #B48C72;
}

.policy-line {
  border-top: 1px solid #D9D9D9;
}

.policy-question {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  font-family: "Judson";
}

@media (max-width: 767.98px) {
  .policy-question {
    font-size: 16px;
    line-height: 20px;
  }
}

.policy-answer .answer-title span {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}

@media (max-width: 767.98px) {
  .policy-answer .answer-title span {
    font-size: 15px;
    line-height: 20px;
  }
}

.policy-answer .answer-title ul {
  list-style-type: disc;
  color: #3F3A36;
}

.policy-answer .answer-title ul ol li::marker {
  font-size: 16px;
}

.policy-answer .answer-title ul ol li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3F3A36;
}

.policy-answer .answer-title ul ol li ul {
  list-style-type: circle;
}

.policy-answer .answer-title ul ol li ul li ul {
  list-style-type: square;
}

.policy-answer .answer-title ul ol li ul li ul li::marker {
  font-size: 12px;
}

.policy-answer .answer-title ul ol ul li::marker {
  font-size: 12px;
}

.policy-table table {
  width: 100%;
  margin-bottom: 20px;
}

.policy-table table tr td,
.policy-table table tr th {
  border: 1px solid #d7c2b5;
  padding-left: 10px;
}

.policy-table table tr th {
  background: #B48C72;
  color: #000;
  text-align: center;
}

.policy-table table.guarantee td,
.policy-table table.guarantee th {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.policy-table table.guarantee td:nth-child(1),
.policy-table table.guarantee th:nth-child(1) {
  text-align: left;
}

#b36,
#b41,
#b45,
#b50,
#b54,
#b60,
#b631,
#b632,
#b68,
#b70,
#b72 {
  display: none;
}

.lp-title {
  margin-bottom: 30px;
}

.lp-title h2 {
  color: #B48C72;
  font-family: "Judson";
  font-size: 26px;
  font-style: normal;
  font-weight: 200;
  margin: 0 auto;
  max-width: 580px;
  text-align: center;
  text-transform: uppercase;
}

.lp-title h2 span {
  color: #F899A1;
  font-style: normal;
}

.lp-title div {
  background: #B48C72;
  height: 3px;
  margin: 0 auto;
  margin-top: 10px;
  width: 40px;
}

.lp-title img {
  max-width: 280px;
}

.lp-the-art,
.lp-video,
.lp-voucher,
.lp-process,
.lp-product,
.lp-policy,
.lp-footer {
  padding-bottom: 30px;
  padding-top: 30px;
}

.menu-lp h3,
.lp-the-art h3,
.lp-video h3,
.lp-voucher h3,
.lp-process h3,
.lp-product h3,
.lp-policy h3,
.lp-footer h3,
.menu-lp h4,
.lp-the-art h4,
.lp-video h4,
.lp-voucher h4,
.lp-process h4,
.lp-product h4,
.lp-policy h4,
.lp-footer h4,
.menu-lp h6,
.lp-the-art h6,
.lp-video h6,
.lp-voucher h6,
.lp-process h6,
.lp-product h6,
.lp-policy h6,
.lp-footer h6,
.menu-lp p,
.lp-the-art p,
.lp-video p,
.lp-voucher p,
.lp-process p,
.lp-product p,
.lp-policy p,
.lp-footer p,
.menu-lp select,
.lp-the-art select,
.lp-video select,
.lp-voucher select,
.lp-process select,
.lp-product select,
.lp-policy select,
.lp-footer select,
.menu-lp option,
.lp-the-art option,
.lp-video option,
.lp-voucher option,
.lp-process option,
.lp-product option,
.lp-policy option,
.lp-footer option,
.menu-lp a,
.lp-the-art a,
.lp-video a,
.lp-voucher a,
.lp-process a,
.lp-product a,
.lp-policy a,
.lp-footer a,
.menu-lp ul,
.lp-the-art ul,
.lp-video ul,
.lp-voucher ul,
.lp-process ul,
.lp-product ul,
.lp-policy ul,
.lp-footer ul,
.menu-lp li,
.lp-the-art li,
.lp-video li,
.lp-voucher li,
.lp-process li,
.lp-product li,
.lp-policy li,
.lp-footer li,
.menu-lp div,
.lp-the-art div,
.lp-video div,
.lp-voucher div,
.lp-process div,
.lp-product div,
.lp-policy div,
.lp-footer div,
.menu-lp p,
.lp-the-art p,
.lp-video p,
.lp-voucher p,
.lp-process p,
.lp-product p,
.lp-policy p,
.lp-footer p,
.menu-lp .select2,
.lp-the-art .select2,
.lp-video .select2,
.lp-voucher .select2,
.lp-process .select2,
.lp-product .select2,
.lp-policy .select2,
.lp-footer .select2 {
  font-family: "Judson",sans-serif;
  font-style: italic;
  font-weight: 500;
}

.menu-lp h5,
.lp-the-art h5,
.lp-video h5,
.lp-voucher h5,
.lp-process h5,
.lp-product h5,
.lp-policy h5,
.lp-footer h5 {
  font-family: "Judson",sans-serif;
}

.menu-lp {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.menu-lp .btn-group {
  display: none;
}

.menu-lp img {
  max-width: 300px;
}

.menu-lp ul {
  padding-left: 0;
  margin-top: 20px;
}

.menu-lp ul li {
  list-style-type: none;
  display: inline-block;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-width: 150px;
}

.menu-lp ul li a {
  color: #B48C72;
  display: block;
  font-weight: bold;
  font-style: normal;
  position: absolute;
  text-decoration: none;
  top: 10px;
  text-align: center;
}

.menu-lp ul li a:hover {
  color: #F899A1;
}

.menu-lp ul li:nth-child(1) {
  min-width: 200px;
}

.menu-lp ul li:nth-child(1) a {
  color: #F899A1;
  line-height: 1.2;
}

@media (max-width: 1023.98px) {
  .menu-lp img {
    max-width: 200px;
  }

  .menu-lp ul {
    margin-top: 6px;
  }

  .menu-lp ul li a {
    font-size: 0.8rem;
  }
}

@media (max-width: 767.98px) {
  .menu-lp {
    padding-top: 0;
    text-align: left;
  }

  .menu-lp .btn-group {
    background: none;
    box-shadow: none;
    display: block;
    float: right;
    padding-top: 5px;
  }

  .menu-lp .btn-group .btn.btn-danger.dropdown-toggle {
    background: none;
    color: #B48C72;
  }

  .menu-lp .btn-group .dropdown-menu {
    left: auto !important;
    right: 0px;
  }

  .menu-lp img {
    padding-left: 5px;
    padding-top: 10px;
  }

  .menu-lp ul {
    display: none;
  }
}

.bannerTop-lp .click-bannerTop {
  background: none;
  display: block;
  margin-top: 200px;
  height: 350px;
  position: absolute;
  width: 100%;
}

@media (max-width: 767.98px) {
  .bannerTop-lp .click-bannerTop {
    margin-top: 70px;
    height: 110px;
  }
}

.lp-the-art {
  background: #FFF1E5;
  color: #B48C72;
}

.lp-the-art .choose-slogan {
  font-weight: 600;
  text-align: center;
}

.lp-the-art .choose-slogan span {
  color: #F899A1;
  font-family: 'UVF Assassin',sans-serif;
  font-style: italic;
  font-weight: 200;
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
}

.lp-the-art img {
  width: 100%;
}

.lp-the-art p {
  font-size: 0.95rem;
  line-height: 1.5;
  text-align: justify;
}

@media (max-width: 767.98px) {
  .lp-the-art p {
    margin-top: 15px;
  }
}

.lp-video {
  background: #FFF1E5;
}

.lp-video iframe {
  height: 450px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .lp-video iframe {
    height: 200px;
  }
}

.lp-voucher {
  background: #F8E6DB;
}

.lp-voucher .lp-title {
  margin-bottom: 0;
}

.lp-voucher p {
  color: #B48C72;
  font-size: 0.95rem;
  margin: 0 auto;
  margin-top: 5px;
  max-width: 450px;
  text-align: center;
}

.lp-voucher .voucher-form {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}

.lp-voucher .voucher-form .input-box {
  margin-top: 10px;
  text-align: center;
}

.lp-voucher .voucher-form .input-box input {
  background: none;
  border: 1px solid #d19f53;
  border-radius: 3px;
  font-size: 1rem;
  outline: none;
  padding: 5px 10px;
  width: 100%;
}

.lp-voucher .voucher-form .input-box input::placeholder {
  color: #B48C72;
  font-style: italic;
}

.lp-voucher .voucher-form .input-box:nth-child(1) {
  margin-top: 30px;
}

.lp-voucher .voucher-form .input-box .select2x {
  background: none;
  border: 1px solid #d19f53;
  border-radius: 3px;
  color: #B48C72;
  font-size: 1rem;
  padding: 5.8px 10px;
  width: 100%;
}

.lp-voucher .voucher-form .input-box .select2-container--default .select2-selection--single {
  background: none;
  border: 1px solid #d19f53;
  height: 34.8px;
}

.lp-voucher .voucher-form .input-box .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #B48C72;
  font-size: 1rem;
  line-height: 34.8px;
  text-align: left;
}

.lp-voucher .voucher-form .input-box .select2-container--default .select2-selection--single .select2-selection__arrow {
  color: #B48C72;
  height: 34.8px;
}

.lp-voucher .voucher-form .input-box .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #d19f53;
}

.lp-voucher .voucher-form .input-box button {
  background: #B48C72;
  border: none;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: white;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 20px;
  outline: none;
  padding: 8px 20px;
}

.lp-voucher .voucher-form .input-box button.btn-submit {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #B48C72;
}

.lp-process {
  background: #FEE0BD;
}

.lp-process .row div {
  margin-top: 20px;
}

.lp-process .lp-name-process {
  color: #E1A76A;
  font-weight: 600;
  font-size: 1rem;
  font-style: italic;
  margin-top: 8px;
}

.lp-process .lp-name-process span {
  background: #E1A76A;
  border-bottom-right-radius: 13px;
  border-top-left-radius: 13px;
  color: white;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 40px;
}

@media (max-width: 1023.98px) {
  .lp-process .lp-name-process {
    font-size: 1rem;
  }

  .lp-process .lp-name-process span {
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    height: 28px;
    line-height: 28px;
    width: 28px;
  }
}

@media (max-width: 767.98px) {
  .lp-process .row div {
    margin-top: 20px;
  }

  .lp-process .row div:nth-child(2n+1) {
    padding-left: 10px;
    padding-right: 5px;
  }

  .lp-process .row div:nth-child(2n) {
    padding-left: 5px;
    padding-right: 10px;
  }

  .lp-process .lp-name-process {
    font-size: 0.8rem;
  }

  .lp-process .lp-name-process span {
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    height: 25px;
    line-height: 25px;
    width: 25px;
  }
}

.lp-product .row div {
  margin-top: 20px;
}

.lp-product p {
  margin-top: 20px;
  text-align: center;
}

.lp-product p a {
  color: #B48C72;
  font-size: 1rem;
}

.lp-policy {
  background: #F7E6D9;
  color: #B48C72;
}

.lp-policy ul {
  padding-left: 15px;
  padding-right: 10px;
  max-width: 550px;
  margin: 0 auto;
}

.lp-policy ul li {
  font-size: 1rem;
  line-height: 1.5;
  list-style-type: decimal;
  text-align: justify;
}

.lp-policy ul li a {
  color: #B48C72;
}

.lp-footer {
  background: #FDDEB9;
  border-top: none;
  margin-top: 0;
}

.lp-footer .material-icons {
  color: #B48C72;
  font-size: 1rem;
}

.lp-footer .info-company {
  margin-top: 0px;
}

.lp-footer .info-company ul {
  padding-left: 20px;
}

.lp-footer .info-company ul li {
  color: #B48C72;
}

.lp-footer .info-company img {
  height: auto;
  max-width: 200px;
  width: 100%;
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 767.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

.content-about-us .abfix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  padding-top: 5px;
  padding-bottom: 5px;
}

.content-about-us .abfix .about-menu-bar {
  padding-left: 50px;
}

.content-about-us .container {
  max-width: 1440px;
  width: 100%;
}

.content-about-us .about-menu-bar {
  margin-top: 80px;
  padding-left: 0;
  width: 280px;
}

.content-about-us .about-menu-bar li {
  font-family: 'UVF Assassin';
  list-style: none;
  line-height: 1.4;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-about-us .about-menu-bar li a {
  text-decoration: none;
}

.content-about-us .about-menu-bar li a span {
  background: #ccc;
  display: inline-block;
  height: 12px;
  margin-right: 10px;
  width: 2px;
}

.content-about-us .about-menu-bar li:hover,
.content-about-us .about-menu-bar li:active,
.content-about-us .about-menu-bar li .active {
  font-weight: 600;
}

.content-about-us .about-menu-bar li:hover a,
.content-about-us .about-menu-bar li:active a,
.content-about-us .about-menu-bar li .active a {
  color: #B48C72;
}

.content-about-us .about-menu-bar li:hover a span,
.content-about-us .about-menu-bar li:active a span,
.content-about-us .about-menu-bar li .active a span {
  background: #B48C72;
}

.content-about-us .about-content section {
  margin-top: 65px;
  padding-left: 10px;
  padding-right: 10px;
}

.content-about-us .about-content section .content {
  margin-top: 80px;
}

.content-about-us .about-content section .content h2 {
  font-family: "Cormorant Infant";
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}

.content-about-us .about-content section .content p {
  font-size: 16px;
}

.content-about-us .about-content section .content p.box-img {
  text-align: center;
}

.content-about-us .about-content section iframe {
  height: 500px;
  width: 100%;
}

.content-about-us .about-content section.infor {
  margin-top: 30px;
}

.content-about-us .about-content section.infor .content {
  margin-top: 120px;
}

.content-about-us .about-content section.infor .content p {
  padding-bottom: 0;
  line-height: 1.5;
}

.content-about-us .about-content .intro:nth-child(2n) .row div:nth-child(1) {
  order: 1;
}

.content-about-us .about-content .intro:nth-child(2n) .row div:nth-child(2) {
  order: 2;
}

.content-about-us .about-content .intro:nth-child(2n+1) .row div:nth-child(1) {
  order: 1;
}

.content-about-us .about-content .intro:nth-child(2n+1) .row div:nth-child(2) {
  order: 2;
}

@media (max-width: 767.98px) {
  .content-about-us .about-content section .content {
    margin-top: 10px;
  }

  .content-about-us .about-content section .content h2,
  .content-about-us .about-content section .content p {
    text-align: center;
  }

  .content-about-us .about-content section iframe {
    height: 300px;
  }

  .content-about-us .about-content section.infor .content {
    margin-top: 10px;
  }

  .content-about-us .about-content section.infor:nth-child(2n) .row div:nth-child(1) {
    order: 2;
  }

  .content-about-us .about-content section.infor:nth-child(2n) .row div:nth-child(2) {
    order: 1;
  }

  .content-about-us .about-content .intro:nth-child(2n+1) .row div:nth-child(1) {
    order: 2;
  }

  .content-about-us .about-content .intro:nth-child(2n+1) .row div:nth-child(2) {
    order: 1;
  }
}

.about-us {
  color: #3F3A36;
}

.about-us .material-icons {
  vertical-align: middle;
  font-size: 15px;
  color: #3F3A36;
}

.about-us .row.center {
  justify-content: center;
  align-items: center;
}

.about-us .align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-us .about-banner {
  position: relative;
}

.about-us .about-banner .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 767.98px) {
  .about-us .about-banner .container {
    bottom: 30px;
    justify-content: flex-end;
  }
}

.about-us .about-banner h2 {
  color: #3F3A36;
  font-weight: 300;
  font-size: 42px;
  line-height: 52px;
  text-align: right;
}

@media (max-width: 767.98px) {
  .about-us .about-banner h2 {
    font-size: 30px;
    line-height: 37px;
    text-align: center;
  }
}

.about-us .about-content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .about-us .about-content p {
    font-size: 17px;
    line-height: 21px;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 0px;
  }
}

.about-us .about-content h3 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .about-us .about-content h3 {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }
}

.about-us .about-content h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .about-us .about-content h4 {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 0px;
  }
}

.about-us .about-content img {
  width: 100%;
  height: auto;
}

.about-us .about-slogan {
  background-color: #F4EFEB;
  font-family: 'Cormorant Infant';
  text-transform: uppercase;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767.98px) {
  .about-us .about-slogan {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.about-us .about-slogan p {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .about-us .about-slogan p {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.2em;
  }
}

.about-us .about-slogan span {
  font-weight: 500;
  font-size: 60px;
  line-height: 73px;
  letter-spacing: 0.2em;
  padding-left: 20px;
  padding-right: 10px;
}

@media (max-width: 767.98px) {
  .about-us .about-slogan span {
    font-size: 50px;
    line-height: 61px;
  }
}

.about-us .about-info .video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
}

.about-us .about-info .video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.about-us .about-info h4 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
}

@media (max-width: 767.98px) {
  .about-us .about-info h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

.about-us .about-info p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .about-us .about-info p {
    font-size: 15px;
    line-height: 19px;
  }
}

.about-us .about-info a {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}

.about-us .about-journey {
  background-color: #F4EFEB;
  margin-bottom: 60px;
  padding: 50px 0px;
}

@media (max-width: 767.98px) {
  .about-us .about-journey {
    padding: 30px 0px;
  }
}

.about-us .about-journey h4 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  .about-us .about-journey h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

.about-us .about-journey p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 767.98px) {
  .about-us .about-journey p {
    font-size: 15px;
    line-height: 19px;
  }
}

.about-us .about-journey span {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  padding-inline: 20px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #B48C72;
  cursor: pointer;
}

.about-us .about-beauty {
  position: relative;
}

.about-us .about-beauty .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 767.98px) {
  .about-us .about-beauty .container {
    position: relative;
  }

  .about-us .about-beauty .container .row {
    justify-content: center;
    align-items: center;
  }
}

.about-us .about-beauty h4 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .about-us .about-beauty h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

.about-us .about-beauty p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .about-us .about-beauty p {
    font-size: 15px;
    line-height: 19px;
  }
}

.about-us .about-beauty a {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
}

.about-us .about-choice {
  position: relative;
}

.about-us .about-choice .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 767.98px) {
  .about-us .about-choice .container {
    position: relative;
    justify-content: center;
    align-items: center;
  }
}

.about-us .about-choice .row {
  height: 100%;
}

.about-us .about-choice .choice-row {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.about-us .about-choice .choice-content {
  display: none;
  margin-top: 10px;
  margin-bottom: 0;
  padding-right: 10%;
}

.about-us .about-choice .choice-img {
  display: none;
}

@media (min-width: 576px) {
  .about-us .about-choice .choice-container {
    margin-top: -20px;
  }
}

.about-us .about-choice h4 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  padding-bottom: 5px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .about-us .about-choice h4 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
  }
}

.about-us .about-choice h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0px;
}

@media (max-width: 767.98px) {
  .about-us .about-choice h5 {
    font-size: 17px;
    line-height: 21px;
  }
}

.about-us .about-choice p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
}

@media (max-width: 767.98px) {
  .about-us .about-choice p {
    font-size: 15px;
    line-height: 19px;
  }
}

.about-us .about-diamond {
  position: relative;
  margin-bottom: 60px;
  color: #FFFFFF;
}

.about-us .about-diamond .material-icons {
  color: #FFFFFF;
}

@media (max-width: 767.98px) {
  .about-us .about-diamond .material-icons {
    color: #3F3A36;
  }
}

.about-us .about-diamond .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 767.98px) {
  .about-us .about-diamond .container {
    color: #3F3A36;
    position: relative;
  }

  .about-us .about-diamond .container .row {
    justify-content: center;
    align-items: center;
  }
}

.about-us .about-diamond h4 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .about-us .about-diamond h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

.about-us .about-diamond p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .about-us .about-diamond p {
    font-size: 15px;
    line-height: 19px;
  }
}

.about-us .about-diamond a {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #FFFFFF;
}

@media (max-width: 767.98px) {
  .about-us .about-diamond a {
    color: #3F3A36;
  }
}

.about-us .about-store h4 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .about-us .about-store h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

.about-us .about-store h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .about-us .about-store h5 {
    font-size: 15px;
    line-height: 19px;
  }
}

.about-us .about-store p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  .about-us .about-store p {
    font-size: 15px;
    line-height: 19px;
  }
}

.about-us .about-store .button-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-us .about-store .button-group a {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
}

.about-us .about-store .about-button {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  cursor: pointer;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}

@media (max-width: 767.98px) {
  .about-us .about-store .about-button {
    width: 100%;
  }
}

.campaign.font-diamond-landi h1,
.campaign.font-diamond-landi h2,
.campaign.font-diamond-landi h3,
.campaign.font-diamond-landi h4,
.campaign.font-diamond-landi h5 {
  font-family: "Judson";
}

.campaign.font-diamond-landi p {
  font-family: "Judson";
  font-size: 16px;
}

.campaign.font-diamond-landi button,
.campaign.font-diamond-landi a,
.campaign.font-diamond-landi span {
  font-family: "Judson";
  font-size: 16px;
}

.campaign h1,
.campaign h2,
.campaign h3,
.campaign h4,
.campaign h5 {
  color: #B48C72;
  font-family: "Judson";
  font-weight: 700;
}

.campaign h1,
.campaign h2 {
  font-size: 26px;
  line-height: 1.3;
}

.campaign h2 {
  font-size: 26px;
}

.campaign button {
  cursor: pointer;
  font-family: "Judson";
  font-size: 16px;
  height: 40px;
  min-width: 180px;
}

.campaign button.camp-primary-btn {
  background: #B48C72;
  border: none;
  border-radius: 3px;
  color: white;
}

.campaign button.camp-primary-btn:hover {
  background: theme-dark-color((color: #B48C72, dark: #9f7254, light: #d7c2b5));
}

.campaign button.camp-secondary-btn {
  background: white;
  border: 1px solid #B48C72;
  border-radius: 3px;
  color: #B48C72;
}

.campaign button.camp-secondary-btn:hover {
  background: theme-dark-color((color: #B48C72, dark: #9f7254, light: #d7c2b5));
}

.campaign p,
.campaign span {
  font-family: "Judson";
  font-size: 16px;
  line-height: 1.5;
}

.campaign.mb-80,
.campaign .mb-80 {
  margin-bottom: 80px;
}

.campaign.mb-60,
.campaign .mb-60 {
  margin-bottom: 60px;
}

.campaign .mb-40 {
  margin-bottom: 40px;
}

.campaign .mb-30 {
  margin-bottom: 30px;
}

.campaign.campaign-product .row > div {
  margin-top: 20px;
}

.campaign.campaign-product .row > div img {
  width: 100%;
}

.campaign.campaign-product .row > div span {
  display: block;
  text-align: center;
}

.campaign.layout-1 h1,
.campaign.layout-1 h2 {
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
  width: 100%;
}

.campaign.layout-1 p {
  margin: 0 auto;
  margin-top: 20px;
  max-width: 700px;
  text-align: center;
  width: 100%;
}

.campaign.layout-1 button {
  margin: 0 auto;
}

.campaign.layout-1.layout-3 .row > div p:nth-child(1) {
  margin-top: 100px;
}

.campaign.layout-1.layout-1-ver2 .content-campaign h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 10px;
  display: -webkit-box;
  max-width: 100%;
  height: 72px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}

.campaign.layout-1.layout-1-ver2 .content-campaign p:nth-child(2) {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 10px;
  display: -webkit-box;
  max-width: 100%;
  height: 144px;
  line-height: 1.5;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.campaign.layout-2 h1,
.campaign.layout-2 h2 {
  margin-top: 40px;
  max-width: 500px;
  width: 100%;
}

.campaign.layout-2 p {
  margin: 0 auto;
  margin-top: 20px;
  width: 100%;
}

.campaign.video-camp h2 {
  color: #B48C72;
}

.campaign.video-camp iframe {
  height: 600px;
  width: 100%;
}

.campaign.layout-4 img,
.campaign.layout-6 img {
  width: 100%;
}

.campaign.layout-4 h3,
.campaign.layout-6 h3 {
  font-size: 1.2rem;
}

.campaign.layout-4 p,
.campaign.layout-4 span,
.campaign.layout-4 li,
.campaign.layout-6 p,
.campaign.layout-6 span,
.campaign.layout-6 li {
  font-family: "Judson";
}

.campaign.layout-4 .row div a,
.campaign.layout-6 .row div a {
  text-decoration: none;
}

.campaign.layout-4 .row div a span,
.campaign.layout-6 .row div a span {
  display: block;
}

.campaign.layout-4 .row div a span:nth-child(2),
.campaign.layout-6 .row div a span:nth-child(2) {
  color: #424242;
  font-family: "Judson";
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  display: -webkit-box;
  max-width: 100%;
  line-height: 1.5;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767.98px) {
  .campaign.layout-4 .row div a span:nth-child(2),
  .campaign.layout-6 .row div a span:nth-child(2) {
    font-size: 1.3rem;
    height: 62px;
    -webkit-line-clamp: 2;
  }
}

.campaign.layout-4 .row div a span:nth-child(3),
.campaign.layout-6 .row div a span:nth-child(3) {
  color: #B48C72;
}

.campaign.layout-4 .row div a span:nth-child(3) span,
.campaign.layout-6 .row div a span:nth-child(3) span {
  color: #ccc;
  display: inline-block;
  padding-left: 10px;
  text-decoration: line-through;
}

.campaign.layout-4 .row div a:hover span:nth-child(2),
.campaign.layout-6 .row div a:hover span:nth-child(2) {
  color: #B48C72;
}

.campaign.layout-4 .row div ul,
.campaign.layout-6 .row div ul {
  padding-left: 0;
}

.campaign.layout-4 .row div ul li,
.campaign.layout-6 .row div ul li {
  list-style: none;
  margin-top: 5px;
}

.campaign.layout-4 .row div ul li:nth-child(2n),
.campaign.layout-6 .row div ul li:nth-child(2n) {
  padding-left: 0;
}

.campaign.layout-4 .row div ul li span,
.campaign.layout-6 .row div ul li span {
  border-radius: 10px;
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  position: relative;
  width: 20px;
}

.campaign.layout-4 .row div ul li span img,
.campaign.layout-6 .row div ul li span img {
  position: absolute;
  top: 0;
}

.campaign.layout-4 .row div ul li span:nth-child(1),
.campaign.layout-6 .row div ul li span:nth-child(1) {
  background: #d8b97e;
}

.campaign.layout-4 .row div ul li span:nth-child(2),
.campaign.layout-6 .row div ul li span:nth-child(2) {
  background: #d0d0d0;
}

.campaign.layout-4 .row div ul li span:nth-child(3),
.campaign.layout-6 .row div ul li span:nth-child(3) {
  background: #f5c3b6;
}

.campaign.layout-4 .row div p button.secondary-btn,
.campaign.layout-6 .row div p button.secondary-btn {
  border: 1px solid #B48C72;
  border-radius: 2px;
  font-weight: 300;
  margin-top: 10px;
}

.campaign.layout-4 .row div p button.secondary-btn:hover,
.campaign.layout-6 .row div p button.secondary-btn:hover {
  background: #B48C72;
  color: white;
}

.campaign.layout-6 .row div {
  margin-bottom: 40px;
}

.campaign.layout-6 .row div a span:nth-child(2) {
  margin-top: 10px;
}

@media (max-width: 767.98px) {
  .campaign.layout-1 p {
    text-align: justify;
  }

  .campaign.layout-1 .content-campaign p:last-child {
    text-align: center;
  }

  .campaign.layout-1.layout-3 .row div p:nth-child(1) {
    margin-top: 20px;
  }

  .campaign.layout-1.layout-3 .row div p:last-child {
    text-align: center;
  }

  .campaign.layout-1.layout-1-ver2 .content-campaign p {
    height: auto;
  }

  .campaign.layout-4 .row div p {
    text-align: center;
  }

  .campaign.layout-4.layout-5 .row div img {
    margin-bottom: 20px;
  }

  .campaign.video-camp iframe {
    height: 230px;
    width: 100%;
  }

  .campaign.re-order .row div:nth-child(2n+1) {
    order: 2;
  }

  .campaign.re-order .row div:nth-child(2n) {
    order: 1;
  }

  .campaign.font-diamond-landi.re-order .row:nth-child(2n+1) div:nth-child(1) {
    order: 2;
  }

  .campaign.font-diamond-landi.re-order .row:nth-child(2n+1) div:nth-child(2) {
    order: 1;
  }

  .campaign.font-diamond-landi.re-order .row:nth-child(2n) div:nth-child(1) {
    order: 1;
  }

  .campaign.font-diamond-landi.re-order .row:nth-child(2n) div:nth-child(2) {
    order: 2;
  }
}

@media (min-width: 576px) {
  .campaigns .col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .campaigns .slick-track a {
    padding: 0 5px;
  }
}

.campaigns img {
  width: 100%;
  height: auto;
}

.campaigns .title img {
  width: 26px !important;
  height: 26px !important;
  padding: 0 !important;
}

.campaigns.font-diamond-landi h1,
.campaigns.font-diamond-landi h2,
.campaigns.font-diamond-landi h3,
.campaigns.font-diamond-landi h4,
.campaigns.font-diamond-landi h5 {
  font-family: "Judson";
}

.campaigns.font-diamond-landi p {
  font-family: "Judson";
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .campaigns.font-diamond-landi p {
    font-size: 15px;
  }
}

.campaigns.font-diamond-landi a,
.campaigns.font-diamond-landi span {
  font-family: "Judson";
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .campaigns.font-diamond-landi a,
  .campaigns.font-diamond-landi span {
    font-size: 15px;
  }
}

.campaigns.font-diamond-landi button {
  font-size: 16px;
}

.campaigns h1,
.campaigns h2,
.campaigns h3,
.campaigns h4,
.campaigns h5 {
  color: #3F3A36;
  font-family: "Judson";
  font-weight: 300;
}

.campaigns h1,
.campaigns h2,
.campaigns h3 {
  font-size: 30px;
  line-height: 1.3;
}

@media (max-width: 767.98px) {
  .campaigns h1,
  .campaigns h2,
  .campaigns h3 {
    font-size: 24px;
  }
}

.campaigns button {
  cursor: pointer;
  font-family: "Judson";
  font-size: 16px;
  height: 40px;
  min-width: 180px;
}

.campaigns button.camp-primary-btn {
  background: #B48C72;
  border: none;
  border-radius: 3px;
  color: white;
}

.campaigns button.camp-primary-btn:hover {
  background: theme-dark-color((color: #B48C72, dark: #9f7254, light: #d7c2b5));
}

.campaigns button.camp-secondary-btn {
  background: white;
  border: 1px solid #B48C72;
  border-radius: 3px;
  color: #B48C72;
}

.campaigns button.camp-secondary-btn:hover {
  background: theme-dark-color((color: #B48C72, dark: #9f7254, light: #d7c2b5));
}

.campaigns p,
.campaigns span {
  font-family: "Judson";
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .campaigns p,
  .campaigns span {
    font-size: 15px;
  }
}

.campaigns.mb-80,
.campaigns .mb-80 {
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .campaigns.mb-80,
  .campaigns .mb-80 {
    margin-bottom: 40px;
  }
}

.campaigns.mb-60,
.campaigns .mb-60 {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .campaigns.mb-60,
  .campaigns .mb-60 {
    margin-bottom: 30px;
  }
}

.campaigns .mb-40 {
  margin-bottom: 40px;
}

.campaigns .mb-30 {
  margin-bottom: 20px;
}

.campaigns.campaign-product .row > div {
  margin-top: 20px;
}

.campaigns.campaign-product .row > div img {
  width: 100%;
}

.campaigns.campaign-product .row > div span {
  display: block;
  text-align: center;
}

.campaigns.layout-1 h1,
.campaigns.layout-1 h2 {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.campaigns.layout-1 p {
  max-width: 700px;
  text-align: center;
  width: 100%;
  margin: 0px auto;
}

.campaigns.layout-1 button {
  margin: 0 auto;
}

.campaigns.layout-1.layout-3 .row > div p:nth-child(1) {
  margin-top: 100px;
}

.campaigns.layout-1.layout-1-ver2 .content-campaign h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 10px;
  display: -webkit-box;
  max-width: 100%;
  height: 72px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}

.campaigns.layout-1.layout-1-ver2 .content-campaign p:nth-child(2) {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 10px;
  display: -webkit-box;
  max-width: 100%;
  height: 144px;
  line-height: 1.5;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.campaigns.layout-2 h1,
.campaigns.layout-2 h2 {
  margin-top: 40px;
  width: 100%;
}

.campaigns.layout-2 p {
  margin: 0 auto;
  margin-top: 20px;
  width: 100%;
}

.campaigns.video-camp h2 {
  color: #B48C72;
}

.campaigns.video-camp iframe {
  height: 600px;
  width: 100%;
}

.campaigns.layout-4 img,
.campaigns.layout-6 img {
  width: 100%;
  height: auto;
}

.campaigns.layout-4 h3,
.campaigns.layout-6 h3 {
  font-size: 1.2rem;
}

.campaigns.layout-4 p,
.campaigns.layout-4 span,
.campaigns.layout-4 li,
.campaigns.layout-6 p,
.campaigns.layout-6 span,
.campaigns.layout-6 li {
  font-family: "Judson";
}

.campaigns.layout-4 .row div a,
.campaigns.layout-6 .row div a {
  text-decoration: none;
}

.campaigns.layout-4 .row div a span,
.campaigns.layout-6 .row div a span {
  display: block;
}

.campaigns.layout-4 .row div a span:nth-child(2),
.campaigns.layout-6 .row div a span:nth-child(2) {
  color: #424242;
  font-family: "Judson";
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  display: -webkit-box;
  max-width: 100%;
  line-height: 1.5;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767.98px) {
  .campaigns.layout-4 .row div a span:nth-child(2),
  .campaigns.layout-6 .row div a span:nth-child(2) {
    font-size: 1.3rem;
    height: 62px;
    -webkit-line-clamp: 2;
  }
}

.campaigns.layout-4 .row div a span:nth-child(3),
.campaigns.layout-6 .row div a span:nth-child(3) {
  color: #B48C72;
}

.campaigns.layout-4 .row div a span:nth-child(3) span,
.campaigns.layout-6 .row div a span:nth-child(3) span {
  color: #ccc;
  display: inline-block;
  padding-left: 10px;
  text-decoration: line-through;
}

.campaigns.layout-4 .row div a:hover span:nth-child(2),
.campaigns.layout-6 .row div a:hover span:nth-child(2) {
  color: #B48C72;
}

.campaigns.layout-4 .row div ul,
.campaigns.layout-6 .row div ul {
  padding-left: 0;
}

.campaigns.layout-4 .row div ul li,
.campaigns.layout-6 .row div ul li {
  list-style: none;
  margin-top: 5px;
}

.campaigns.layout-4 .row div ul li:nth-child(2n),
.campaigns.layout-6 .row div ul li:nth-child(2n) {
  padding-left: 0;
}

.campaigns.layout-4 .row div ul li span,
.campaigns.layout-6 .row div ul li span {
  border-radius: 10px;
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  position: relative;
  width: 20px;
}

.campaigns.layout-4 .row div ul li span img,
.campaigns.layout-6 .row div ul li span img {
  position: absolute;
  top: 0;
}

.campaigns.layout-4 .row div ul li span:nth-child(1),
.campaigns.layout-6 .row div ul li span:nth-child(1) {
  background: #d8b97e;
}

.campaigns.layout-4 .row div ul li span:nth-child(2),
.campaigns.layout-6 .row div ul li span:nth-child(2) {
  background: #d0d0d0;
}

.campaigns.layout-4 .row div ul li span:nth-child(3),
.campaigns.layout-6 .row div ul li span:nth-child(3) {
  background: #f5c3b6;
}

.campaigns.layout-4 .row div p button.secondary-btn,
.campaigns.layout-6 .row div p button.secondary-btn {
  border: 1px solid #B48C72;
  border-radius: 2px;
  font-weight: 300;
  margin-top: 10px;
}

.campaigns.layout-4 .row div p button.secondary-btn:hover,
.campaigns.layout-6 .row div p button.secondary-btn:hover {
  background: #B48C72;
  color: white;
}

.campaigns.layout-6 .row div {
  margin-bottom: 40px;
}

.campaigns.layout-6 .row div a span:nth-child(2) {
  margin-top: 10px;
}

@media (max-width: 767.98px) {
  .campaigns.layout-1 p {
    text-align: justify;
  }

  .campaigns.layout-1.layout-3 .row div p:nth-child(1) {
    margin-top: 20px;
  }

  .campaigns.layout-1.layout-3 .row div p:last-child {
    text-align: center;
  }

  .campaigns.layout-1.layout-1-ver2 .content-campaign p {
    height: auto;
  }

  .campaigns.layout-4 .row div p {
    text-align: center;
  }

  .campaigns.layout-4.layout-5 .row div img {
    margin-bottom: 20px;
  }

  .campaigns.video-camp iframe {
    height: 230px;
    width: 100%;
  }

  .campaigns.re-order .row div:nth-child(2n+1) {
    order: 2;
  }

  .campaigns.re-order .row div:nth-child(2n) {
    order: 1;
  }

  .campaigns.font-diamond-landi.re-order .row:nth-child(2n+1) div:nth-child(1) {
    order: 2;
  }

  .campaigns.font-diamond-landi.re-order .row:nth-child(2n+1) div:nth-child(2) {
    order: 1;
  }

  .campaigns.font-diamond-landi.re-order .row:nth-child(2n) div:nth-child(1) {
    order: 1;
  }

  .campaigns.font-diamond-landi.re-order .row:nth-child(2n) div:nth-child(2) {
    order: 2;
  }
}

.sliderns span {
  font-size: 16px !important;
  text-transform: none !important;
  color: #000 !important;
  height: auto !important;
  padding: 10px 0;
  text-align: center !important;
}

.sliderns img {
  height: auto !important;
  width: 100% !important;
}

.sliderns .slick-next {
  right: -10px;
  top: 50%;
}

.sliderns .slick-prev {
  left: -20px;
  top: 50%;
  z-index: 1;
}

.campaigns a {
  color: #3F3A36 !important;
}

.campaigns .tile-h3-mb {
  text-align: left;
  text-transform: none;
  padding-bottom: 20px;
}

@media (max-width: 767.98px) {
  .campaigns .tile-h3-mb {
    text-align: center;
    text-transform: none;
  }
}

.campaigns .tile-h3-none-center {
  text-align: left;
  text-transform: none;
  font-size: 20px !important;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .campaigns .tile-h3-none-center {
    font-size: 17px !important;
    text-transform: none;
  }
}

.campaigns .slidernew span {
  font-size: 16px !important;
  text-transform: none !important;
  color: #000 !important;
  height: auto !important;
  padding: 10px 0;
  text-align: center !important;
}

@media (max-width: 767.98px) {
  .campaigns .slidernew span {
    font-size: 15px !important;
    text-transform: none;
  }
}

.campaigns .slidernew img {
  height: auto !important;
  width: 100% !important;
}

@media (max-width: 767.98px) {
  .campaigns .slidernew img {
    padding: 0 5px;
  }
}

.campaigns .slidernew .slick-next {
  right: -30px;
  top: 35%;
}

.campaigns .slidernew .slick-prev {
  left: -50px;
  top: 30%;
}

.campaigns .slidernewss p {
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .campaigns .slidernewss p {
    font-size: 15px !important;
  }
}

.campaigns .slidernewss a {
  font-weight: 300;
}

@media (max-width: 767.98px) {
  .campaigns .slidernewss a {
    font-size: 15px !important;
  }
}

.campaigns .slidernewss .slick-next {
  right: -10px;
  top: 50%;
}

.campaigns .slidernewss .slick-prev {
  left: -10px;
  top: 50%;
}

.campaigns .slidernews span {
  font-size: 16px !important;
  text-transform: none !important;
  color: #000 !important;
  height: auto !important;
  padding: 10px 0;
  text-align: center !important;
}

.campaigns .slidernews img {
  height: auto !important;
  width: 100% !important;
}

.campaigns .slidernews .slick-next {
  right: -30px;
  top: 50%;
}

.campaigns .slidernews .slick-prev {
  left: -50px;
  top: 50%;
}

.campaigns .slidernews .slick-current {
  position: relative;
}

.campaigns .col-1,
.campaigns .col-2,
.campaigns .col-3,
.campaigns .col-4,
.campaigns .col-5,
.campaigns .col-6,
.campaigns .col-7,
.campaigns .col-8,
.campaigns .col-9,
.campaigns .col-10,
.campaigns .col-11,
.campaigns .col-12,
.campaigns .col,
.campaigns .col-auto,
.campaigns .col-sm-1,
.campaigns .col-sm-2,
.campaigns .col-sm-3,
.campaigns .col-sm-4,
.campaigns .col-sm-5,
.campaigns .col-sm-6,
.campaigns .col-sm-7,
.campaigns .col-sm-8,
.campaigns .col-sm-9,
.campaigns .col-sm-10,
.campaigns .col-sm-11,
.campaigns .col-sm-12,
.campaigns .col-sm,
.campaigns .col-sm-auto,
.campaigns .col-md-1,
.campaigns .col-md-2,
.campaigns .col-md-3,
.campaigns .col-md-4,
.campaigns .col-md-5,
.campaigns .col-md-6,
.campaigns .col-md-7,
.campaigns .col-md-8,
.campaigns .col-md-9,
.campaigns .col-md-10,
.campaigns .col-md-11,
.campaigns .col-md-12,
.campaigns .col-md,
.campaigns .col-md-auto,
.campaigns .col-lg-1,
.campaigns .col-lg-2,
.campaigns .col-lg-3,
.campaigns .col-lg-4,
.campaigns .col-lg-5,
.campaigns .col-lg-6,
.campaigns .col-lg-7,
.campaigns .col-lg-8,
.campaigns .col-lg-9,
.campaigns .col-lg-10,
.campaigns .col-lg-11,
.campaigns .col-lg-12,
.campaigns .col-lg,
.campaigns .col-lg-auto,
.campaigns .col-xl-1,
.campaigns .col-xl-2,
.campaigns .col-xl-3,
.campaigns .col-xl-4,
.campaigns .col-xl-5,
.campaigns .col-xl-6,
.campaigns .col-xl-7,
.campaigns .col-xl-8,
.campaigns .col-xl-9,
.campaigns .col-xl-10,
.campaigns .col-xl-11,
.campaigns .col-xl-12,
.campaigns .col-xl,
.campaigns .col-xl-auto {
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  width: 100%;
}

.mb-30 {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .font-size-mb {
    font-size: 14px !important;
  }
}

@media (max-width: 767.98px) {
  .font-size-h {
    font-size: 16px !important;
    max-width: 270px;
  }
}

@media (max-width: 767.98px) {
  .mb-img {
    width: 412px !important;
    height: 412px !important;
    object-fit: cover;
  }
}

.mb-img-350px {
  width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .mb-img-350px {
    width: 350px !important;
    height: 350px !important;
    object-fit: cover;
  }
}

@media (max-width: 767.98px) {
  .mb-40px {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .mb-20px {
    margin-bottom: 20px !important;
  }
}

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

@media (max-width: 767.98px) {
  .text-center {
    text-align: justify;
  }
}

.mb-show {
  display: none;
}

@media (max-width: 767.98px) {
  .mb-show {
    display: block;
  }
}

.mb-hide {
  display: block;
}

@media (max-width: 767.98px) {
  .mb-hide {
    display: none;
  }
}

.title-center {
  text-align: center;
  margin: 10px 0;
  color: #D9D9D9;
}

.blog-right {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .blog-right {
    position: inherit;
    padding: 50px 20px;
    text-align: center;
    background: #EADACD;
  }
}

.blog-rights {
  position: absolute;
  top: 35%;
  width: 100%;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .blog-rights {
    position: inherit;
    padding: 50px 20px;
    text-align: center;
    background: #EADACD;
  }
}

.blog-right-3 {
  position: absolute;
  top: 45%;
  width: 100%;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .blog-right-3 {
    position: inherit;
    padding: 50px 20px;
    text-align: center;
    background: #EADACD;
  }
}

.blog-left {
  position: absolute;
  top: 20%;
  width: 100%;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .blog-left {
    position: inherit;
    padding: 20px 10px;
    background: #F8F3EF;
  }

  .blog-left .class-h-center {
    text-align: left;
  }
}

.abolute-dm {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.abolute-dm p {
  text-align: left !important;
  font-weight: 400;
  font-size: 15px !important;
}

@media (max-width: 767.98px) {
  .abolute-dm {
    text-align: left !important;
  }

  .abolute-dm p {
    font-size: 15px !important;
  }

  .abolute-dm a {
    padding-top: 5px;
    font-size: 15px !important;
  }
}

.padding-sl {
  padding: 0 10px;
}

@media (max-width: 767.98px) {
  .padding-sl {
    padding: 0;
  }
}

.class-mb-section {
  padding: 50px;
}

@media (max-width: 767.98px) {
  .class-mb-section {
    padding: 20px 10px;
  }
}

.btn-new {
  display: inline-block;
  font-weight: 300;
  margin-top: 30px !important;
  height: auto !important;
  min-width: auto !important;
  border-width: 1px;
  border-style: solid;
  border-color: #D9D9D9;
  border-image: initial;
  padding: 5px 10px;
  background: transparent !important;
}

@media (max-width: 767.98px) {
  .btn-new {
    margin-top: 30px !important;
    font-size: 15px;
  }
}

.mb-class {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

@media (max-width: 767.98px) {
  .mb-class {
    padding: 0 10px !important;
  }
}

.mb-class-left {
  padding-left: 0px !important;
}

.mb-class-2 {
  max-width: 412px;
  margin-left: 50px;
  text-align: justify !important;
  padding-top: 10px;
}

@media (max-width: 767.98px) {
  .mb-class-2 {
    position: initial !important;
    text-align: justify !important;
    margin: 0px;
    padding: 5px 10px;
  }
}

.title-right {
  text-align: right !important;
}

@media (max-width: 767.98px) {
  .title-right {
    text-align: center !important;
  }
}

.title-right span,
.title-right a {
  font-size: 20px;
}

.title-right span {
  color: rgba(0, 0, 0, 0.87);
}

@media (max-width: 767.98px) {
  .font-size-h {
    font-size: 16px !important;
    max-width: 270px;
  }
}

.Genesys-product-hot {
  margin-bottom: 100px;
}

.Genesys-product-hot .col-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.Genesys-product-hot .col-md-12 {
  padding-bottom: 30px;
}

@media (max-width: 767.98px) {
  .Genesys-product-hot .col-6 {
    padding: 10px;
  }
}

.Genesys-product-hot h2 {
  font-family: "Judson";
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 15px;
  text-align: center;
  color: #3F3B36;
}

@media (max-width: 767.98px) {
  .Genesys-product-hot h2 {
    font-size: 24px;
  }
}

.Genesys-product-hot .box-content-product .box-img-product {
  position: relative;
}

.Genesys-product-hot .box-content-product .box-img-product .fix-pagespeed {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.Genesys-product-hot .box-content-product .box-img-product .sale-tag-1 {
  position: absolute;
  top: 5px;
  left: 0;
  width: 153px;
  height: auto;
}

.Genesys-product-hot .box-content-product .box-img-product .sale-tag-2 {
  position: absolute;
  top: 0;
  right: 5px;
  width: 45px;
  height: auto;
}

.Genesys-product-hot .box-content-product .box-img-product .sale-tag-3 {
  position: absolute;
  top: 0;
  left: 5px;
  width: 45px;
  height: auto;
}

.Genesys-product-hot .box-content-product .box-img-product .sale-tag-ringmen-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 153px;
  height: 51px;
}

.Genesys-product-hot .box-content-product .box-img-product .sale-tag-ringmen-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
}

.Genesys-product-hot .box-content-product .box-img-product img {
  width: 100%;
}

.Genesys-product-hot .box-content-product h3,
.Genesys-product-hot .box-content-product p,
.Genesys-product-hot .box-content-product span {
  font-size: 16px;
  line-height: 1.5;
}

.Genesys-product-hot .box-content-product h3 {
  font-family: "Judson";
  font-size: 16px;
  margin-top: 10px;
  text-align: left;
  display: -webkit-box;
  max-width: 100%;
  height: 46px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3F3B36;
}

.Genesys-product-hot .box-content-product p {
  color: #3F3B36;
  font-weight: 600;
}

.Genesys-product-hot .box-content-product p small {
  color: #ccc;
}

.Genesys-product-hot .box-content-product span {
  color: #424242;
  display: block;
}

.btn-show-new {
  border: 1px solid #BD944E;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  padding: 5px 15px;
  min-width: 180px;
  text-align: center;
  height: auto;
  color: #BD944E;
  margin: 30px 0 !important;
  background: Transparent;
}

@media (max-width: 767.98px) {
  .btn-show-new {
    display: block;
    margin: 20px auto !important;
  }
}

.class-h-center {
  font-size: 30px;
}

@media (max-width: 767.98px) {
  .class-h-center {
    text-align: center;
    font-size: 24px !important;
  }
}

.class-h {
  font-size: 30px;
}

@media (max-width: 767.98px) {
  .class-h {
    font-size: 24px !important;
  }
}

.offset-lg-1 .title {
  text-align: left !important;
  margin: 5px 0 !important;
}

.width-570px {
  max-width: 563px;
}

.width-765px {
  max-width: 765px !important;
  margin: 30px auto !important;
  text-align: center !important;
}

@media (max-width: 767.98px) {
  .width-765px {
    text-align: justify !important;
    margin: 20px auto;
  }
}

.width-300px {
  max-width: 300px;
}

@media (max-width: 767.98px) {
  .width-300px {
    max-width: 100%;
    font-size: 16px !important;
  }
}

.mb-class-3 {
  max-width: 110%;
  background: #F9F9F9;
  padding: 80px;
  margin-left: -50px;
  box-shadow: -4px 4px 3px rgba(125, 116, 105, 0.2);
}

@media (max-width: 767.98px) {
  .mb-class-3 {
    background: #fff;
    padding: 0 10px;
    margin-left: 0;
    max-width: 100%;
    box-shadow: none;
  }

  .mb-class-3 .width-300px {
    max-width: 100%;
    font-size: 24px !important;
    margin: 20px 0 0px;
  }
}

.mb-class-3 p {
  padding-top: 10px;
}

.mb-class-5 {
  max-width: 110%;
  background: #F9F9F9;
  padding: 80px;
  margin-left: -50px;
  box-shadow: -4px 4px 3px rgba(125, 116, 105, 0.2);
}

@media (max-width: 767.98px) {
  .mb-class-5 {
    background: #fff;
    padding: 0 10px;
    margin-left: 0;
    max-width: 100%;
    box-shadow: none;
  }

  .mb-class-5 .width-300px {
    max-width: 100%;
    font-size: 24px !important;
    margin: 20px 0 0px;
  }
}

.mb-class-5 p {
  padding-top: 10px;
}

.mb-class-4 {
  background: #F9F9F9;
  padding: 80px;
  width: 110%;
  box-shadow: -4px 4px 3px rgba(125, 116, 105, 0.2);
}

@media (max-width: 767.98px) {
  .mb-class-4 {
    background: #fff;
    padding: 0 10px;
    margin-left: 0;
    max-width: 100%;
    box-shadow: none;
  }

  .mb-class-4 .width-300px {
    max-width: 100%;
    font-size: 24px !important;
    margin: 20px 0 0;
  }
}

.mb-class-4 p {
  padding-top: 10px;
}

.mb-class-6 {
  background: #F9F9F9;
  padding: 80px;
  width: 110%;
  box-shadow: -4px 4px 3px rgba(125, 116, 105, 0.2);
}

@media (max-width: 767.98px) {
  .mb-class-6 {
    background: #fff;
    padding: 0 10px;
    margin-left: 0;
    max-width: 100%;
    box-shadow: none;
  }

  .mb-class-6 .width-300px {
    max-width: 100%;
    font-size: 24px !important;
    margin: 20px 0 0px;
  }
}

.mb-class-6 p {
  padding-top: 10px;
}

.padding-0 {
  padding: 0 !important;
}

@media (max-width: 767.98px) {
  .center-auto {
    display: block !important;
    margin: 20px auto !important;
  }
}

.h3-mg-left {
  text-align: left !important;
  margin-left: 50px;
  text-transform: unset !important;
  font-size: 30px !important;
  font-weight: 300 !important;
}

@media (max-width: 767.98px) {
  .h3-mg-left {
    margin: 20px 0 0 0;
    text-align: left !important;
    font-size: 24px !important;
  }
}

.pading-50px {
  padding: 50px;
  background: #F8F3EF;
}

@media (max-width: 767.98px) {
  .pading-50px {
    padding: 30px;
  }
}

.height-543px {
  height: auto;
}

@media (max-width: 1023.98px) {
  .height-543px {
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .w-350-h-300 {
    width: 350px;
    height: 300px;
    object-fit: cover;
  }
}

.background-f9 {
  background: #f9f9f9;
}

@media (max-width: 1023.98px) {
  .background-f9 {
    background: #fff;
  }
}

.h3-mg-none-left {
  margin-left: 50px;
}

@media (max-width: 1023.98px) {
  .h3-mg-none-left {
    margin: 20px 10px 10px 10px;
  }
}

.mb-60 {
  margin-bottom: 60px !important;
}

@media (max-width: 1023.98px) {
  .mb-60 {
    margin-bottom: 30px !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .img-241px {
    height: 241px !important;
    object-fit: cover;
  }
}

@media (max-width: 767.98px) {
  .img-263px {
    height: 263px !important;
    object-fit: cover;
  }
}

@media (max-width: 767.98px) {
  .title img {
    width: 25px;
    height: 20px;
  }
}

@media (max-width: 767.98px) {
  .mb-w-100 {
    width: 100% !important;
  }
}

.mb-display-block {
  display: none;
}

@media (max-width: 767.98px) {
  .mb-display-block {
    display: block;
  }
}

.mb-display-none {
  display: block;
}

@media (max-width: 767.98px) {
  .mb-display-none {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .mb-jus {
    text-align: justify !important;
  }
}

section.img-mb-section {
  display: none;
}

@media (max-width: 767.98px) {
  section.img-mb-section {
    display: block;
  }
}

.img-mb-full {
  display: block;
}

@media (max-width: 767.98px) {
  .img-mb-full {
    display: none;
  }
}

.camp-margin-30-20 {
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .camp-margin-30-20 {
    margin-top: 20px;
  }
}

.font-light {
  font-size: 30px !important;
  font-weight: 300 !important;
}

@media (max-width: 767.98px) {
  .font-light {
    font-size: 24px !important;
  }
}

.camp-margin-20-10 {
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .camp-margin-20-10 {
    margin-top: 10px;
  }
}

.font-20-17 {
  cursor: pointer;
  padding-top: 10px;
  font-size: 20px !important;
  font-weight: 400 !important;
  border-top: 2px solid #D9D9D9;
}

@media (max-width: 767.98px) {
  .font-20-17 {
    font-size: 17px !important;
  }
}

h3.font-20-17 {
  padding-top: 0 !important;
  border-top: 0 !important;
}

p.font-active {
  border-top: 2px solid #B48C72 !important;
}

.hiden-show {
  display: none;
}

@media (max-width: 767.98px) {
  #div-select-1 img,
  #div-select-2 img,
  #div-select-3 img {
    max-height: 412px;
  }
}

.imgnew .slick-prev {
  left: 0px;
  z-index: 1;
}

.imgnew .slick-next {
  right: 10px;
  z-index: 1;
}

.margin-60-40-top {
  margin-top: 60px;
}

@media (max-width: 767.98px) {
  .margin-60-40-top {
    margin-top: 40px;
  }
}

.sale-tag-4 {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 153px;
  height: auto;
}

@media (max-width: 767.98px) {
  .img-mb-sx {
    width: 145px;
    height: 106px;
  }
}

.mar-20-10 {
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .mar-20-10 {
    margin-top: 8px;
  }
}

@media (max-width: 767.98px) {
  .discover .class-h-center {
    text-align: center !important;
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .discover .mb-class-2 {
    padding-bottom: 40px;
    text-align: center !important;
  }
}

.campaigns .content-campaign p {
  text-align: center;
}

@media (max-width: 767.98px) {
  .padding-mb30-top {
    padding-top: 30px !important;
  }
}

.padding-10-20-bottom {
  padding-bottom: 20px !important;
}

@media (max-width: 767.98px) {
  .padding-10-20-bottom {
    padding-bottom: 10px !important;
  }
}

.banner-diamond .fix-pagespeed {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.rapnet-tab-diamond {
  display: block;
  text-align: center;
}

.rapnet-tab-diamond li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.rapnet-tab-diamond li a {
  display: inline-block;
  height: 30px;
  text-align: center;
  text-decoration: none;
}

.rapnet-tab-diamond li.active {
  border-bottom: 2px solid #B48C72;
  color: #B48C72;
}

.rapnet-tab-diamond li.active a {
  color: #B48C72;
  font-weight: 600;
}

.title-rapnet-diamon {
  margin-top: 60px;
}

.title-rapnet-diamon h1 {
  color: #B48C72;
  font-size: 1.7rem;
  text-align: center;
  text-transform: uppercase;
}

.title-rapnet-diamon p {
  text-align: center;
}

.title-rapnet-diamon p button {
  background: #B48C72;
  border: 1px solid #B48C72;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  outline: none;
  padding: 8px 30px;
}

.title-rapnet-diamon p span {
  display: block;
}

@media (max-width: 767.98px) {
  .title-rapnet-diamon {
    margin-top: 40px;
  }

  .title-rapnet-diamon p span {
    display: inline-block;
  }
}

@media (max-width: 767.98px) {
  .rapnet-filter-desktop {
    display: none;
  }
}

.rapnet-filter-desktop .primary-btn {
  border-radius: 4px;
  font-size: 16px;
  height: 45px;
  min-width: 220px;
  padding: 0 10px;
}

.icon-title-diamond {
  margin-top: 60px;
}

.icon-title-diamond h3 {
  font-size: 18px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  width: 100%;
}

.icon-title-diamond h3 span {
  color: #ccc;
  font-size: 25px;
  margin-right: 6px;
}

.rapnet-filter-mobile {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .rapnet-filter-mobile {
    display: none;
  }
}

.rapnet-filter-mobile .diamond-content {
  padding-bottom: 50px;
}

.rapnet-filter-mobile .diamond-content .show-popup-filter {
  margin-bottom: 0;
  position: relative;
  padding: 10px;
  text-align: center;
}

.rapnet-filter-mobile .diamond-content .show-popup-filter span {
  display: block;
  font-weight: 600;
}

.rapnet-filter-mobile .diamond-content .show-popup-filter span:nth-child(2) {
  font-size: 10px;
  font-weight: 400;
}

.rapnet-filter-mobile .diamond-content .show-popup-filter span:nth-child(3) {
  color: #B48C72;
  font-size: 13px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.box-shappe {
  padding-left: 0;
  margin-bottom: 0;
}

.box-shappe li {
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  list-style-type: none;
  margin-right: 15px;
  height: 60px;
  width: 60px;
  text-align: center;
}

.box-shappe li img {
  height: 30px;
  width: 30px;
}

.box-shappe li.active {
  border: 1px solid rgba(180, 140, 114, 0.8);
}

.box-shappe li p {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 0;
  text-align: center;
}

.diamond-color {
  padding-left: 0;
}

.diamond-color li {
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  display: inline-block;
  list-style-type: none;
  height: 31px;
  line-height: 32x;
  text-align: center;
  width: 70px;
}

.diamond-color li a {
  display: block;
  font-size: 13px;
  height: 31px;
  line-height: 31px;
  text-align: center;
}

.diamond-color li img {
  height: 27px;
  margin-top: 2px;
}

.diamond-color li.active {
  border: 1px solid rgba(180, 140, 114, 0.5);
}

.rapnet-color {
  margin-top: 40px;
}

.rapnet-color .set-title-name {
  font-size: 10px;
}

.rapnet-color .set-title-name span {
  display: block;
  font-size: 16px;
}

.rapnet-color .set-title-name.mr-shape {
  margin-top: 12px;
}

.rapnet-color span {
  display: inline-block;
  font-size: 13px;
}

.rapnet-color input.txtchange {
  border: 1px solid #f2f2f2;
}

.rapnet-color input.txtchange:focus {
  border: 1px solid #f2f2f2;
  outline: none;
}

.rapnet-color .box-chart {
  display: inline-block;
  width: 100%;
}

.rapnet-color .box-chart ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 0 -2px;
  padding: 0;
}

.rapnet-color .box-chart ul li {
  font-size: 13px;
  width: 1%;
  white-space: nowrap;
  text-align: center;
}

.rapnet-color .box-chart ul.clarity-title {
  margin-left: -8px;
  margin-right: -10px;
}

.rapnet-color .box-chart ul.clarity-title li {
  width: 5%;
}

.rapnet-color .box-chart ul.cut-title {
  margin-right: -15px;
}

.rapnet-color .box-chart ul.cut-title li {
  width: 10%;
}

.rapnet-color .box-chart ul.pay-title {
  margin-left: -8px;
  margin-right: -3px;
}

.rapnet-color .box-chart ul.pay-title li {
  width: 10%;
}

.rapnet-color .box-chart .box-price {
  position: relative;
  height: 30px;
}

.rapnet-color .box-chart .box-price span {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #616161;
  display: inline-block;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  min-width: 120px;
  position: absolute;
  text-align: center;
}

.rapnet-color .box-chart .box-price span:nth-child(1) {
  left: 0;
}

.rapnet-color .box-chart .box-price span:nth-child(2) {
  right: 0;
}

.rapnet-color .box-chart .slider.slider-horizontal {
  width: 100% !important;
}

.rapnet-color .box-chart .slider.slider-horizontal .slider-track {
  height: 5px !important;
}

.rapnet-color .box-chart .slider.slider-horizontal .slider-track .slider-selection {
  background-color: rgba(180, 140, 114, 0.05);
  background-image: linear-gradient(to bottom, rgba(180, 140, 114, 0.5), rgba(180, 140, 114, 0.3));
}

.rapnet-color .box-chart .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  text-align: right !important;
}

.rapnet-color .box-chart .slider-tick {
  background: white;
  height: 5px;
  margin-left: 0;
  margin-top: 5px;
  width: 2px;
}

.rapnet-color .box-chart .slider-handle {
  background-color: #B48C72;
  background-image: linear-gradient(to bottom, #B48C72, #B48C72);
  margin-left: -5px;
  height: 12px;
  top: 2px;
  width: 12px;
}

.rapnet-color .box-chart .slider-selection.tick-slider-selection {
  background-color: rgba(180, 140, 114, 0.05);
  background-image: linear-gradient(to bottom, rgba(180, 140, 114, 0.5), rgba(180, 140, 114, 0.3));
}

.rapnet-shape-show ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-left: 0;
}

.rapnet-shape-show ul li {
  list-style: none;
  min-width: 70px;
}

.rapnet-shape-show ul li span {
  display: inline-block;
  height: 21px;
  padding-top: 3px;
}

.rapnet-shape-show ul li.active {
  color: #B48C72;
}

.rapnet-shape-show ul li.active span {
  background: #cc9866;
  color: white;
}

.table-information {
  margin-top: 80px;
}

.table-information .row .table-view-product,
.table-information .row .rapnet-list-product {
  padding: 0;
}

.table-information .row p a {
  color: #B48C72 !important;
}

.table-information .table-view-product .rapnet-bar-left {
  width: 100%;
}

.table-information .table-view-product .rapnet-bar-left tr th {
  background: #B48C72;
  height: 40px;
  width: 100%;
}

.table-information .table-view-product .rapnet-bar-left tr td h3,
.table-information .table-view-product .rapnet-bar-left tr td h4 {
  text-align: center;
}

.table-information .table-view-product .rapnet-bar-left tr td h3 {
  font-size: 1.3rem;
}

.table-information .table-view-product .rapnet-bar-left tr td h4 {
  font-size: 1rem;
}

.table-information .table-view-product .rapnet-bar-left tr td p {
  text-align: center;
}

.table-information .table-view-product .rapnet-bar-left tr td p.price {
  font-size: 1.2rem;
}

.table-information .table-view-product .rapnet-bar-left tr td p button {
  background: #B48C72;
  border: 1px solid #B48C72;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  height: 40px;
  outline: none;
  width: 90%;
}

.table-information .table-view-product .rapnet-bar-left tr td p button:hover {
  background: white;
  color: #B48C72;
}

.table-information .table-view-product .rapnet-bar-left tr:nth-child(2) {
  height: 300px;
}

.table-information .table-view-product .rapnet-bar-left tr:nth-child(2) .box-img-rapnet {
  position: relative;
  height: 300px;
}

.table-information .table-view-product .rapnet-bar-left tr:nth-child(2) .box-img-rapnet img {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.table-information .table-view-product .rapnet-bar-left tr:nth-child(2) .box-img-rapnet p {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.table-information .table-view-product .rapnet-bar-left tr:nth-child(2) .box-img-rapnet p span {
  background: white;
  display: inline-block;
  font-size: 10px;
  min-width: 60px;
  max-width: 70px;
}

.table-information .table-view-product .rapnet-bar-left tr:nth-child(2) .box-img-rapnet p.top {
  top: 25px;
}

.table-information .table-view-product .rapnet-bar-left tr:nth-child(2) .box-img-rapnet p.left {
  text-align: left;
  top: 170px;
}

.table-information .table-view-product .rapnet-bar-left tr:nth-child(2) .box-img-rapnet p.right {
  top: 170px;
  text-align: right;
}

.table-information .table-view-product .rapnet-bar-left tr:nth-child(2) .box-img-rapnet p.right span {
  text-align: left;
}

.table-information .table-view-product .rapnet-bar-left tr:nth-child(2) .box-img-rapnet p.bottom {
  top: 230px;
  text-align: center;
}

.table-information .rapnet-list-product .title-list {
  background: #B48C72;
  color: white;
  display: flex;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.table-information .rapnet-list-product .title-list p {
  display: inline-block;
  font-weight: 600;
  line-height: 1.2;
}

.table-information .rapnet-list-product .dia-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.table-information .rapnet-list-product .dia-list li .rapnet-content-table {
  min-height: 60px;
  text-align: center;
}

.table-information .rapnet-list-product .dia-list li .rapnet-content-table:hover {
  background: rgba(180, 140, 114, 0.5);
}

.table-information .rapnet-list-product .dia-list li .rapnet-content-table p {
  display: inline-block;
  font-size: 1rem;
  height: 60px;
  width: 100%;
  line-height: 60px;
  margin-bottom: 0;
  text-align: center;
  position: relative;
}

.table-information .rapnet-list-product .dia-list li .rapnet-content-table p img {
  height: 35px;
  width: 35px;
  max-height: 100%;
  max-width: none;
}

.table-information .rapnet-list-product .dia-list li .rapnet-content-table p .a-choice {
  display: block;
  position: absolute;
  left: 15px;
}

.table-information .rapnet-list-product .dia-list li .rapnet-content-table p .span-choice {
  display: block;
  position: absolute;
  top: 3px;
  left: 95px;
  font-size: 13px;
  border: 1px solid;
  line-height: 1;
  padding: 3px;
  color: #B48C72;
}

.table-information .rapnet-list-product .dia-list li .rapnet-content-table p .span-choice-mb {
  display: block;
  position: absolute;
  top: 18px;
  left: 90px;
  font-size: 13px;
  border: 1px solid;
  line-height: 1;
  padding: 3px;
  color: #cc9866;
}

.table-information .rapnet-list-product .dia-list li .rapnet-content-table p span {
  display: none;
}

.table-information .rapnet-list-product .dia-list li .rapnet-content-table p a {
  font-size: 1rem;
}

.table-information .rapnet-list-product .dia-list li .rapnet-content-table a {
  font-size: 0.8rem;
  text-decoration: underline;
}

.table-information .rapnet-list-product .dia-list li:nth-child(2n + 1) .rapnet-content-table {
  background: rgba(180, 140, 114, 0.05);
}

.table-information .rapnet-list-product .dia-list li:nth-child(2n + 1) .rapnet-content-table:hover {
  background: rgba(180, 140, 114, 0.5);
}

.table-information #sidebar .rapnet-list-product .title-list,
.table-information .dis-flex .rapnet-list-product .title-list {
  display: flex;
  flex-flow: row wrap;
}

.table-information #sidebar .rapnet-list-product .title-list div:nth-child(1),
.table-information .dis-flex .rapnet-list-product .title-list div:nth-child(1) {
  width: 10%;
}

.table-information #sidebar .rapnet-list-product .title-list div:nth-child(2),
.table-information .dis-flex .rapnet-list-product .title-list div:nth-child(2) {
  width: 20%;
}

.table-information #sidebar .rapnet-list-product .title-list div:nth-child(3),
.table-information .dis-flex .rapnet-list-product .title-list div:nth-child(3) {
  width: 10%;
}

.table-information #sidebar .rapnet-list-product .title-list div:nth-child(4),
.table-information .dis-flex .rapnet-list-product .title-list div:nth-child(4) {
  width: 8%;
}

.table-information #sidebar .rapnet-list-product .title-list div:nth-child(5),
.table-information .dis-flex .rapnet-list-product .title-list div:nth-child(5) {
  width: 10%;
}

.table-information #sidebar .rapnet-list-product .title-list div:nth-child(6),
.table-information .dis-flex .rapnet-list-product .title-list div:nth-child(6) {
  width: 10%;
}

.table-information #sidebar .rapnet-list-product .title-list div:nth-child(7),
.table-information .dis-flex .rapnet-list-product .title-list div:nth-child(7) {
  width: 10%;
}

.table-information #sidebar .rapnet-list-product .title-list div:nth-child(8),
.table-information .dis-flex .rapnet-list-product .title-list div:nth-child(8) {
  width: 22%;
}

.table-information #sidebar .pc-flex,
.table-information .dis-flex .pc-flex {
  display: flex;
  flex-flow: row wrap;
}

.table-information #sidebar .pc-flex div:nth-child(1),
.table-information .dis-flex .pc-flex div:nth-child(1) {
  width: 8%;
}

.table-information #sidebar .pc-flex div:nth-child(2),
.table-information .dis-flex .pc-flex div:nth-child(2) {
  width: 20%;
}

.table-information #sidebar .pc-flex div:nth-child(3),
.table-information .dis-flex .pc-flex div:nth-child(3) {
  width: 10%;
}

.table-information #sidebar .pc-flex div:nth-child(4),
.table-information .dis-flex .pc-flex div:nth-child(4) {
  width: 10%;
}

.table-information #sidebar .pc-flex div:nth-child(5),
.table-information .dis-flex .pc-flex div:nth-child(5) {
  width: 10%;
}

.table-information #sidebar .pc-flex div:nth-child(6),
.table-information .dis-flex .pc-flex div:nth-child(6) {
  width: 10%;
}

.table-information #sidebar .pc-flex div:nth-child(7),
.table-information .dis-flex .pc-flex div:nth-child(7) {
  width: 10%;
}

.table-information #sidebar .pc-flex div:nth-child(8),
.table-information .dis-flex .pc-flex div:nth-child(8) {
  width: 22%;
}

@media screen and (min-width: 600px) {
  .table-information .mobile-flex {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .table-information .dis-flex {
    display: none;
  }
}

@media (min-width: 768px) {
  .table-information .container {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .table-information {
    margin-top: 20px;
  }

  .table-information .table-view-product {
    display: none;
  }

  .table-information #sidebar {
    display: none;
  }

  .table-information .rapnet-list-product .row > div {
    padding: 5px;
  }

  .table-information .rapnet-list-product .title-list {
    display: none;
  }

  .table-information .rapnet-list-product .dia-list li .rapnet-content-table {
    padding-top: 20px;
    text-align: left;
  }

  .table-information .rapnet-list-product .dia-list li .rapnet-content-table > div:nth-child(1),
  .table-information .rapnet-list-product .dia-list li .rapnet-content-table div:nth-child(4),
  .table-information .rapnet-list-product .dia-list li .rapnet-content-table div:nth-child(7) {
    padding-left: 30px;
  }

  .table-information .rapnet-list-product .dia-list li .rapnet-content-table p {
    height: auto;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 5px;
  }

  .table-information .rapnet-list-product .dia-list li .rapnet-content-table p span {
    color: rgba(180, 140, 114, 0.8);
    display: block;
    margin-bottom: 5px;
  }

  .table-information .rapnet-list-product .dia-list li .rapnet-content-table p a {
    font-size: 0.9rem;
  }

  .table-information .rapnet-list-product .dia-list li .rapnet-content-table .Genesys-report {
    text-align: center;
  }

  .table-information .rapnet-list-product .dia-list li .rapnet-content-table .Genesys-report span,
  .table-information .rapnet-list-product .dia-list li .rapnet-content-table .Genesys-report a {
    display: inline-block;
    padding: 5px;
  }
}

.products {
  height: auto !important;
}

.popup-filter-rapnet {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  background: white;
  display: none;
  position: fixed;
  max-height: 90%;
  bottom: 0;
  width: 100%;
  z-index: 102;
}

.popup-filter-rapnet .btn-close {
  background: white;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
  height: 30px;
  right: 0;
  position: absolute;
  top: 5px;
  width: 70px;
  z-index: 1;
}

.popup-filter-rapnet .btn-close div {
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.popup-filter-rapnet .box-popup-filter {
  position: relative;
  padding: 0 1rem;
  height: 300px;
}

.popup-filter-rapnet .box-popup-filter h4 {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-top: 2rem;
}

.popup-filter-rapnet .box-popup-filter .box-shappe li {
  margin-right: 10px;
  margin-bottom: 10px;
  height: 50px;
  width: 50px;
}

.popup-filter-rapnet .box-popup-filter .box-shappe li img {
  height: 30px;
  width: 30px;
}

.popup-filter-rapnet .box-popup-filter .box-shappe li p {
  height: 30px;
  line-height: 30px;
  padding-top: 8px;
  text-align: center;
}

.popup-filter-rapnet .box-popup-filter .box-shappe li:last-child {
  margin-right: 0;
}

.popup-filter-rapnet .box-popup-filter .rapnet-color {
  margin: 1rem 5px 0;
}

.popup-filter-rapnet .box-popup-filter .btn-view {
  margin: 2rem 0;
  text-align: center;
}

.popup-filter-rapnet .box-popup-filter .btn-view .primary-seconday {
  background: #B48C72;
  border: 1px solid #B48C72;
  border-radius: 3px;
  color: white;
  height: 40px;
  width: 80%;
}

.slick-current .box-img-rapnet {
  position: relative;
}

.slick-current .box-img-rapnet p {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.slick-current .box-img-rapnet p span {
  background: white;
  display: inline-block;
  font-size: 10px;
  min-width: 60px;
  max-width: 70px;
}

.slick-current .box-img-rapnet p.top {
  top: 55px;
}

.slick-current .box-img-rapnet p.left {
  top: 405px;
  right: 32%;
}

.slick-current .box-img-rapnet p.right {
  bottom: 60px;
  right: 15%;
  text-align: right;
}

.slick-current .box-img-rapnet p.right span {
  text-align: left;
}

.slick-current .box-img-rapnet p.bottom {
  bottom: 10px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .slick-current .box-img-rapnet p.top {
    top: 20px;
  }

  .slick-current .box-img-rapnet p.left {
    top: 190px;
    right: 110px;
  }

  .slick-current .box-img-rapnet p.right {
    top: 220px;
    right: 40px;
  }
}

.div-1 {
  background: #fbfbfb;
  padding: 10px 10px;
}

.div-2 {
  background: #fff;
  padding: 5px 10px;
}

@media (max-width: 767.98px) {
  .mb-div-2 {
    background: #fbfbfb;
  }
}

@media (max-width: 767.98px) {
  .mb-div-1 {
    background: #fff;
  }
}

@media (max-width: 767.98px) {
  .img-mb {
    height: 350px;
  }
}

.strong-value {
  font-weight: 700;
}

.topnav {
  overflow: hidden;
  background-color: #fff;
}

.topnav p {
  float: left;
  color: #000;
  font-weight: 500;
  padding: 14px 7px;
  text-decoration: none;
  font-size: 17px;
  margin: 0;
  border: none;
  background: #fff;
  cursor: pointer;
}

.topnav select {
  color: #000;
  font-weight: 500;
  width: 180px;
  text-decoration: none;
  font-size: 16px;
  margin: 0;
  border: none;
  background: #fff;
  cursor: pointer;
}

.topnav select:focus {
  outline: none;
}

.topnav p:hover {
  color: #B48C72;
}

.topnav p.active {
  color: #B48C72;
}

.topnav-right {
  float: right;
}

.font-weight {
  font-weight: 500;
  margin: 0;
}

.font-weight-mb {
  font-weight: 500;
}

.span-mb {
  font-weight: 400;
}

.input-filter {
  outline: 0;
}

.input-filter::placeholder {
  color: #767676;
  font-weight: 400;
}

.formN-popup-ung-tuyen .row .input-filde-new input,
select {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #eee;
  font-size: 16px;
  height: 40px;
  outline: none;
  margin: 0 auto;
  width: 100%;
}

.formN-popup-ung-tuyen .row .input-filde-new input select,
select select {
  background: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  height: 40px;
  outline: none;
  margin: 0 auto;
  width: 100%;
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  color: #000;
}

.title-max-width-700 {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
}

.slider-gallery span {
  font-size: 16px !important;
  text-transform: none !important;
  color: #000 !important;
  height: auto !important;
  padding: 10px 0;
  text-align: center !important;
}

.slider-gallery img {
  height: 100% !important;
  width: auto !important;
  cursor: pointer;
}

.slider-gallery label {
  font-size: 16px !important;
  text-transform: none !important;
  color: #000 !important;
}

.slider-gallery .slick-track {
  width: 100000px !important;
}

.slider-gallery .slick-next {
  right: -10px;
  top: 35px;
}

.slider-gallery .slick-slide div {
  padding: 0 !important;
  text-align: center !important;
}

.slider-gallery .slick-prev {
  left: -10px;
  top: 35px;
}

.slider-gallery .slick-slide {
  width: 183px !important;
}

@media (max-width: 767.98px) {
  .slider-gallery .slick-slide {
    width: 122px !important;
  }
}

.mg-auto {
  margin: 0 auto;
}

.gallery-h1 {
  font-size: 26px;
  margin-top: 20px;
}

.gallery-h2 {
  font-size: 18px;
  text-align: left !important;
}

.mg-top-40px {
  margin-top: 40px;
}

.mg-top-80px {
  margin-top: 80px;
}

.absolute {
  position: absolute;
  bottom: 0;
}

@media (max-width: 1023.98px) {
  .absolute {
    position: unset;
  }
}

.relative {
  position: relative;
}

.mg-top-60px {
  margin-top: 60px;
}

.tag-border {
  border: 1px solid #a1c1f0;
  color: #a1c1f0;
  border-radius: 10px;
  padding: 0px 10px;
}

.slider-nav-gallery .slick-slide {
  padding: 0 10px;
}

.slider-nav-gallery .slick-track {
  width: 100000px !important;
}

.slider-nav-gallery p {
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3F3B36;
}

.gallery .col-6 {
  padding: 10px 10px !important;
}

.position-show .show-name {
  display: none !important;
  height: 0;
}

.position-show .show-slow {
  height: 0;
}

.position-show:hover {
  position: relative;
}

.position-show:hover .show-slow {
  height: auto;
  display: block !important;
  font-weight: 800;
  bottom: 0;
  left: 0;
  color: white;
  right: 0;
  text-align: center;
  background-color: #afafaf;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
}

.position-show:hover .show-name {
  display: block  !important;
  font-weight: 700;
  position: absolute;
  bottom: 5px;
  left: 0;
  height: auto;
  color: white;
  right: 0;
  text-align: center;
  margin: 0;
}

.img-mb-s {
  display: block;
  padding: 0 10px;
}

@media (max-width: 767.98px) {
  .img-mb-s {
    padding: 0 5px;
  }
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 767.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

.diamond-price {
  margin-top: 70px;
  padding-left: 40px;
}

@media (max-width: 767.98px) {
  .diamond-price {
    margin-top: 0px;
    padding: 0;
  }
}

.diamond-img {
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .diamond-img {
    margin-top: 0px;
  }
}

.diamond-img .slider-nav-mb div {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.diamond-img .slider-nav-mb img,
.diamond-img .slider-nav-mb iframe {
  width: 70px !important;
  height: 70px !important;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 10px;
}

.diamond-img .slider-nav-mb .slick-slide.slick-current img {
  border: 1px solid #B48C72;
}

.diamond-button {
  text-align: left !important;
  height: auto !important;
  padding-top: 30px;
}

.diamond-button .diamond-button-text {
  font-size: 20px !important;
}

@media (max-width: 767.98px) {
  .diamond-button .diamond-button-text {
    font-size: 16px !important;
    border-radius: 5px;
    padding: 10px 15px;
    text-transform: uppercase;
  }
}

.diamond-button.show-mb {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 10px;
}

.diamond-detail {
  color: #3F3A36;
}

@media (max-width: 767.98px) {
  .diamond-detail {
    padding-top: 20px;
  }
}

.diamond-detail.product {
  padding-bottom: 40px;
}

@media (max-width: 767.98px) {
  .diamond-detail.product {
    padding-bottom: 0px;
    margin-top: 20px;
  }
}

.diamond-detail .line-container {
  padding: 0;
}

.diamond-detail .diamond-line {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #D9D9D9;
  width: 100%;
  height: 1px;
}

.diamond-detail .diamond-title {
  padding-left: 200px;
  padding-right: 200px;
}

@media (max-width: 767.98px) {
  .diamond-detail .diamond-title {
    padding-left: 30px;
    padding-right: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

.diamond-detail .diamond-title span {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}

@media (max-width: 767.98px) {
  .diamond-detail .diamond-title span {
    font-size: 15px;
    line-height: 19px;
  }
}

.diamond-detail .diamond-title p {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .diamond-detail .diamond-title p {
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
  }
}

.diamond-detail .diamond-title.text-right {
  text-align: right;
}

.diamond-detail .diamond-info-container {
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .diamond-detail .diamond-info-container {
    padding-left: 0px;
    padding-right: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    justify-content: center;
  }

  .diamond-detail .diamond-info-container .show-mb {
    padding-left: 30px;
    padding-right: 10px;
  }

  .diamond-detail .diamond-info-container.diamond-table {
    padding-bottom: 30px;
  }
}

.diamond-detail .diamond-info {
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.diamond-detail .diamond-info p {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .diamond-detail .diamond-info {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.diamond-detail div.diamond-info-container > div:nth-child(odd) {
  background: #F9F9F9;
}

.diamond-faq h2 p {
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .diamond-faq h2 p {
    font-size: 16px;
  }
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 767.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

.row.center {
  justify-content: center;
  align-items: center;
}

.font-p-new {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
}

.with-you {
  background-color: #f4efeb;
  padding: 50px 0;
}

@media (max-width: 767.98px) {
  .with-you {
    padding: 30px 0;
  }
}

.padding-top-30px {
  padding-top: 30px;
}

.Genesys-banner-sildeshow iframe {
  height: 600px;
}

@media (max-width: 767.98px) {
  .Genesys-banner-sildeshow iframe {
    height: 231px;
    max-height: 231px;
  }
}

.line-120 {
  width: 120px;
  height: 1px;
  border-bottom: 1px solid #B48C72;
  margin: 5px 0;
}

.justify-content {
  justify-content: space-between !important;
}

@media (max-width: 1023.98px) {
  .justify-content {
    justify-content: center !important;
  }
}

@media (max-width: 1023.98px) {
  .mb-center {
    text-align: center;
  }
}

.popup-msg {
  background: white;
  padding: 0;
  position: relative;
  margin: 0 auto;
  height: 315px;
  max-width: 412px;
  width: 100%;
  border-radius: 5px;
  top: 80px;
}

@media (max-width: 767.98px) {
  .popup-msg {
    height: 285px;
    max-width: 330px;
    top: 200px;
  }
}

.popup-msg .form-msg {
  bottom: 30px;
  position: absolute;
  width: 100%;
  z-index: 4;
  text-align: center;
}

.popup-msg .form-img-heart {
  position: absolute;
  top: -50px;
  text-align: center;
  z-index: 5;
  margin: 0 auto;
  width: 100%;
}

.popup-msg .form-img-heart .line-msg {
  border-bottom: 1px solid #D9D9D9;
  height: 1px;
  max-width: 372px;
  margin: 0 auto;
}

.popup-msg .form-img-heart .msg-show {
  max-width: 372px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .cau-chuyen {
    height: 192px;
  }
}

.padding-top-30 {
  padding-top: 30px;
}

@media (max-width: 767.98px) {
  .padding-top-30 {
    padding-top: 20px;
  }
}

.policy-checkbox {
  display: grid;
  grid-template-columns: 5% 95%;
  align-items: baseline;
  padding-left: 0;
}

.policy-checkbox span a {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #B48C72 !important;
}

.input-img {
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .input-img {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 860px;
    height: 570px;
  }
}

.upfile-new {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(63, 58, 54, 0.5);
  display: none;
}

@media (max-width: 1023.98px) {
  .font-mb {
    font-size: 30px;
  }
}

#gallery {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.thumb {
  height: 75px;
  margin: 10px 5px 0 0;
}

.thumb img {
  height: 100%;
}

#progress-bar {
  display: none;
  width: 100%;
  height: 5px;
  margin-top: 10px;
}

.button {
  width: 50px;
  height: 50px;
  display: inline-block;
  cursor: pointer;
  border: 0;
  background: url(/views/img/icon-cong.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.button:hover {
  background-color: #5266c3;
}

.margin-top-50px {
  margin-top: 50px;
}

@media (max-width: 1023.98px) {
  .margin-top-50px {
    margin-top: 40px;
  }
}

.margin-top-30px {
  margin-top: 30px;
}

@media (max-width: 1023.98px) {
  .margin-top-30px {
    margin-top: 30px;
  }
}

.margin-top-30px-session {
  margin-top: 30px;
}

@media (max-width: 1023.98px) {
  .margin-top-30px-session {
    margin-top: 40px;
  }
}

.banner-mb {
  max-height: 600px;
}

@media (max-width: 767.98px) {
  .banner-mb {
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .padding-bottom-30px {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 767.98px) {
  .padding-top-30px {
    padding-top: 30px !important;
  }
}

@media (max-width: 767.98px) {
  .padding-mb-30px {
    padding-bottom: 30px;
    background: #F2F2F2;
  }
}

.margin-top-40-60px {
  margin-top: 60px;
}

@media (max-width: 767.98px) {
  .margin-top-40-60px {
    margin-top: 40px;
  }
}

.top-30px-new {
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .top-30px-new {
    margin-top: 20px;
  }
}

.margin-top-30-10px-session {
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .margin-top-30-10px-session {
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  .cna-font p {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .cna-font h2 {
    font-size: 28px;
  }
}

.img-overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: end;
  align-content: end;
  text-align: right;
  background: linear-gradient(1turn, #000 -15.95%, transparent 80.89%);
}

.font-mb-can {
  font-size: 24px !important;
}

@media (max-width: 767.98px) {
  .font-mb-can {
    font-size: 18px !important;
  }
}

.font-mb-can-p {
  font-size: 60px;
  font-family: "Cormorant Infant";
  color: #b48c72;
}

@media (max-width: 767.98px) {
  .font-mb-can-p {
    font-size: 40px !important;
  }
}

.padding-50-30 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767.98px) {
  .padding-50-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.img-hover {
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .img-hover {
    margin-bottom: 10px;
  }
}

.img-hover:hover {
  opacity: 0.8;
}

.padd-20-30 {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .padd-20-30 {
    padding-bottom: 10px;
  }
}

#termsModal .modal-dialog {
  position: relative;
  padding: 0;
}

#termsModal .modal-dialog .modal-content {
  height: 567px;
  padding: 0;
}

#termsModal .modal-dialog .modal-content .modal-body {
  overflow: auto;
}

.policy-modal .modal-body {
  height: 500px;
  overflow: auto;
}

.font--s {
  font-size: 25px;
}

@media (max-width: 767.98px) {
  .font--s {
    font-size: 20px;
  }
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 767.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

html {
  scroll-behavior: smooth;
}

.cung-anh-nhe .campaign-highlight .highlight-container {
  background-color: #F4EFEB;
  padding-top: 65px;
  padding-bottom: 65px;
}

@media (max-width: 767.98px) {
  .cung-anh-nhe .campaign-highlight .highlight-container {
    padding-top: 30px;
    padding-bottom: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.cung-anh-nhe .campaign-highlight .highlight-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cung-anh-nhe .campaign-highlight .highlight-content h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #B48C72;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .cung-anh-nhe .campaign-highlight .highlight-content h5 {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 5px;
  }
}

.cung-anh-nhe .campaign-highlight .highlight-content h4 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .cung-anh-nhe .campaign-highlight .highlight-content h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}

.cung-anh-nhe .campaign-highlight .highlight-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 767.98px) {
  .cung-anh-nhe .campaign-highlight .highlight-content p {
    font-size: 15px;
    line-height: 19px;
  }
}

.cung-anh-nhe .campaign-title .row {
  justify-content: center;
  align-items: center;
}

.cung-anh-nhe .campaign-title h3 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 10px;
}

.cung-anh-nhe .campaign-title p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 767.98px) {
  .cung-anh-nhe .campaign-title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cung-anh-nhe .campaign-title h3 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 5px;
  }

  .cung-anh-nhe .campaign-title p {
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 20px;
  }
}

.cung-anh-nhe .campaign-button {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.cung-anh-nhe .campaign-button a {
  background: #D32E2C;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .cung-anh-nhe .campaign-button {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .cung-anh-nhe .campaign-gallery .grid-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.cung-anh-nhe .campaign-gallery img {
  margin-bottom: 20px;
  cursor: pointer;
  transition: 0.3s;
}

@media (max-width: 767.98px) {
  .cung-anh-nhe .campaign-gallery img {
    margin-bottom: 0;
  }
}

.cung-anh-nhe .campaign-gallery img:hover {
  opacity: 0.8;
}

.cung-anh-nhe .campaign-form ::placeholder {
  color: #B4B3B2;
}

.cung-anh-nhe .campaign-form h4 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .cung-anh-nhe .campaign-form h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.cung-anh-nhe .campaign-form h5 {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}

.cung-anh-nhe .campaign-form input {
  width: 100%;
  height: 25px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 0.5px solid  #B4B3B2;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.cung-anh-nhe .campaign-form textarea {
  width: 100%;
  height: 200px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
  border: 0.5px solid  #B4B3B2;
}

.cung-anh-nhe .campaign-form button {
  background: #B48C72;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}

.cung-anh-nhe .campaign-form label {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #3F3A36;
}

.cung-anh-nhe .campaign-form a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #B48C72;
}

.cung-anh-nhe .campaign-form .policy-checkbox {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cung-anh-nhe .campaign-form .policy-checkbox span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #3F3A36;
}

.cung-anh-nhe .campaign-form .policy-checkbox span a {
  cursor: pointer;
}

.cung-anh-nhe .campaign-form .policy-checkbox span a:hover {
  color: #B48C72;
  text-decoration: underline;
}

.cung-anh-nhe .campaign-form .campaign-upload {
  width: 100%;
  height: 100%;
  border: solid 0.5px #B4B3B2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .cung-anh-nhe .campaign-form .campaign-upload {
    height: 330px;
    margin-bottom: 20px;
  }
}

.cung-anh-nhe .campaign-form .campaign-upload img {
  cursor: pointer;
  margin-bottom: 10px;
}

.cung-anh-nhe .campaign-form .campaign-upload h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  .cung-anh-nhe .campaign-form .campaign-upload h5 {
    font-size: 17px;
    line-height: 21px;
  }
}

.cung-anh-nhe .campaign-form .campaign-upload h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .cung-anh-nhe .campaign-form .campaign-upload h6 {
    font-size: 15px;
    line-height: 19px;
  }
}

.cung-anh-nhe .campaign-form .campaign-upload .image-input input {
  display: none;
}

.cung-anh-nhe .campaign-form .campaign-upload .image-input label {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.cung-anh-nhe .campaign-form .campaign-upload .image-input label:hover {
  opacity: 0.7;
}

.campaign-modal .campaign-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  line-height: 24px;
  z-index: 10;
  cursor: pointer;
}

.campaign-modal .campaign-close .material-icons {
  color: #3F3A36;
  font-size: 20px !important;
}

@media (max-width: 767.98px) {
  .campaign-modal .campaign-close .material-icons {
    color: #fff;
  }
}

.campaign-modal .modal .container {
  height: 100%;
  position: relative;
}

.campaign-modal .modal .container .modal-next {
  position: absolute;
  right: 0;
  padding-right: 5px;
}

.campaign-modal .modal .container .modal-next .material-icons {
  color: #ffffff;
  font-size: 50px !important;
}

@media (max-width: 767.98px) {
  .campaign-modal .modal .container .modal-next {
    padding-right: 0px;
  }

  .campaign-modal .modal .container .modal-next .material-icons {
    font-size: 30px !important;
  }
}

.campaign-modal .modal .container .modal-previous {
  position: absolute;
  left: 0;
  padding-left: 5px;
}

.campaign-modal .modal .container .modal-previous .material-icons {
  color: #ffffff;
  font-size: 50px !important;
}

@media (max-width: 767.98px) {
  .campaign-modal .modal .container .modal-previous {
    padding-left: 0px;
  }

  .campaign-modal .modal .container .modal-previous .material-icons {
    font-size: 30px !important;
  }
}

.campaign-modal .modal-dialog {
  max-width: 83.33333%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}

@media (max-width: 767.98px) {
  .campaign-modal .modal-dialog {
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    max-height: 80vh;
  }
}

.campaign-modal .modal-body {
  display: flex;
  flex-direction: row;
  padding: 0;
  height: 568px;
}

@media (max-width: 767.98px) {
  .campaign-modal .modal-body {
    max-height: 80vh;
    flex-direction: column;
    height: auto;
  }
}

.campaign-modal .modal-body .modal-left {
  width: 60%;
  margin-right: 20px;
}

@media (max-width: 767.98px) {
  .campaign-modal .modal-body .modal-left {
    width: 100%;
    margin-right: 0px;
  }
}

.campaign-modal .modal-body .modal-right {
  width: 40%;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.campaign-modal .modal-body .modal-right .show-more {
  display: block;
  position: absolute;
  bottom: 50px;
}

@media (max-width: 767.98px) {
  .campaign-modal .modal-body .modal-right {
    width: 100%;
    margin-right: 0px;
    margin-top: 10px;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
  }

  .campaign-modal .modal-body .modal-right .show-more {
    bottom: 10px;
    left: 35px;
    background: linear-gradient(rgba(255, 255, 255, 0), #ffffff, #ffffff);
  }

  .campaign-modal .modal-body .modal-right .show-more i {
    font-size: 15px;
  }
}

.campaign-modal .modal-body .modal-right h4 {
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  color: #B48C72;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .campaign-modal .modal-body .modal-right h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
    width: 80%;
  }
}

.campaign-modal .modal-body .modal-right #modalContent {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  max-height: 360px;
  overflow-y: auto;
}

@media (max-width: 767.98px) {
  .campaign-modal .modal-body .modal-right #modalContent {
    width: 80%;
    font-size: 15px;
    line-height: 19px;
    display: block;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    max-height: 140px;
    overflow-y: scroll;
  }
}

.campaign-modal .modal-body .modal-right #modalContent::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

@media (max-width: 767.98px) {
  .campaign-modal .modal-body .modal-right #modalContent {
    margin-bottom: 20px;
  }
}

.campaign-modal .modal-body .modal-right a {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
}

.thank-you-modal .campaign-close {
  background: #B48C72;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 50px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}

.thank-you-modal .modal .container {
  height: 100%;
  position: relative;
}

.thank-you-modal .modal-dialog {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}

.thank-you-modal .modal-content {
  width: auto;
  position: relative;
  border-radius: 5px;
}

.thank-you-modal .modal-heart {
  height: 100px;
  width: 100px;
  background-color: #B48C72;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thank-you-modal .modal-heart img {
  width: 55px;
}

@media (max-width: 767.98px) {
  .thank-you-modal .modal-heart {
    height: 50px;
    width: 50px;
    top: -25px;
  }

  .thank-you-modal .modal-heart img {
    width: 32px;
  }
}

.thank-you-modal .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.thank-you-modal .modal-body .lines {
  border: 1px solid #D9D9D9;
  width: 100%;
  margin: 20px 0;
}

@media (max-width: 767.98px) {
  .thank-you-modal .modal-body .lines {
    margin: 10px 0;
  }
}

.thank-you-modal .modal-body h4 {
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  margin-top: 70px;
}

@media (max-width: 767.98px) {
  .thank-you-modal .modal-body h4 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 40px;
  }
}

.thank-you-modal .modal-body p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .thank-you-modal .modal-body p {
    font-size: 15px;
    line-height: 19px;
  }
}

.thank-you-modal .modal-body button {
  margin-bottom: 30px;
}

.policy-modal .campaign-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  line-height: 24px;
  z-index: 10;
  cursor: pointer;
}

.policy-modal .campaign-close .material-icons {
  color: #3F3A36;
  font-size: 20px !important;
}

.policy-modal .campaign-close-btn {
  background: #B48C72;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 50px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}

.policy-modal .modal .container {
  height: 100%;
  position: relative;
}

.policy-modal .modal-dialog {
  max-width: 83.33333%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}

@media (max-width: 767.98px) {
  .policy-modal .modal-dialog {
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    max-height: 80vh;
  }
}

.policy-modal .modal-body {
  padding-inline: 100px;
  padding-top: 50px;
}

@media (max-width: 767.98px) {
  .policy-modal .modal-body {
    padding-inline: 30px;
    padding-top: 30px;
    max-height: 80vh;
    overflow-y: scroll;
  }

  .policy-modal .modal-body::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
}

.policy-modal .modal-body h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .policy-modal .modal-body h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

.policy-modal .modal-body h3 {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 5px;
}

.policy-modal .modal-body h3 span {
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .policy-modal .modal-body h3 {
    font-size: 14px;
    line-height: 17px;
  }
}

.policy-modal .modal-body p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.policy-modal .modal-body button {
  margin-top: 30px;
  margin-bottom: 30px;
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 767.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(63, 58, 54, 0.44);
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(63, 58, 54, 0.44);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(63, 58, 54, 0.44);
}

.account .sign-up {
  margin-top: 30px;
  padding-bottom: 0px;
}

@media (max-width: 1023.98px) {
  .account .sign-up {
    padding-bottom: 20px;
  }
}

.account .sign-up h3 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase;
}

@media (max-width: 1023.98px) {
  .account .sign-up h3 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }
}

.account .sign-up p {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
}

@media (max-width: 1023.98px) {
  .account .sign-up p {
    text-align: center;
  }
}

.account .sign-up input {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  height: 25px;
  width: 100%;
  outline: 0;
  border: 0;
  border-bottom: 0.5px solid #d9d9d9;
  padding-bottom: 5px;
}

.account .sign-up button {
  background-color: #B48C72;
  color: #ffffff;
  padding: 10px 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
}

.account .sign-up span {
  margin-top: 10px;
  color: #d42e2b;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  display: none;
}

.account .sign-up .form-container {
  padding: 0;
}

@media (min-width: 768px) {
  .account .sign-up .form-container form {
    padding: 0;
  }
}

@media (max-width: 1023.98px) {
  .account .sign-up .button-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.account .sign-up .img-container img {
  width: auto !important;
  height: 372px !important;
}

@media (max-width: 1023.98px) {
  .account .sign-up .img-container img {
    width: auto !important;
    height: 219px !important;
  }
}

.account .sign-up-modal .campaign-close {
  background: #B48C72;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 50px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}

.account .sign-up-modal .modal .container {
  height: 100%;
  position: relative;
}

.account .sign-up-modal .modal-dialog {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  width: 412px;
}

@media (max-width: 767.98px) {
  .account .sign-up-modal .modal-dialog {
    width: 330px;
  }
}

.account .sign-up-modal .modal-content {
  width: auto;
  position: relative;
  border-radius: 5px;
}

.account .sign-up-modal .modal-heart {
  height: 100px;
  width: 100px;
  background-color: #B48C72;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.account .sign-up-modal .modal-heart img {
  width: 55px;
}

@media (max-width: 767.98px) {
  .account .sign-up-modal .modal-heart {
    height: 58px;
    width: 58px;
    top: -25px;
  }

  .account .sign-up-modal .modal-heart img {
    width: 32px;
  }
}

.account .sign-up-modal .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: calc(80% + 20px);
}

.account .sign-up-modal .modal-body .lines {
  border: 1px solid #d9d9d9;
  width: 100%;
  margin: 20px 0;
}

@media (max-width: 767.98px) {
  .account .sign-up-modal .modal-body .lines {
    margin: 10px 0;
  }
}

.account .sign-up-modal .modal-body h4 {
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  margin-top: 70px;
}

@media (max-width: 767.98px) {
  .account .sign-up-modal .modal-body h4 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 40px;
  }
}

.account .sign-up-modal .modal-body p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .account .sign-up-modal .modal-body p {
    font-size: 15px;
    line-height: 19px;
  }
}

.account .sign-up-modal .modal-body button {
  margin-bottom: 50px;
}

.account .sign-in {
  margin-top: 30px;
  padding-bottom: 0px;
}

@media (max-width: 1023.98px) {
  .account .sign-in {
    padding-bottom: 20px;
  }
}

.account .sign-in h3 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .account .sign-in h3 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }
}

.account .sign-in h4 {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
}

.account .sign-in p {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .account .sign-in.forgot-password p {
    text-align: left;
  }
}

.account .sign-in input {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  height: 25px;
  width: 100%;
  outline: 0;
  border: 0;
  border-bottom: 0.5px solid #d9d9d9;
  padding-bottom: 5px;
}

.account .sign-in button {
  background-color: #B48C72;
  color: #ffffff;
  padding: 10px 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
}

.account .sign-in span {
  margin-top: 10px;
  color: #d42e2b;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  display: none;
}

.account .sign-in .form-container {
  padding: 0;
}

@media (min-width: 768px) {
  .account .sign-in .form-container form {
    padding: 0;
  }
}

.account .sign-in .button-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.account .sign-in .forgot-password {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.account .sign-in .forgot-password:hover h4 {
  text-decoration: underline;
}

.account .sign-in-modal .modal.show .modal-dialog .modal-content {
  -webkit-transform: translateX(0%) !important;
  transform: translateX(0%);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms ease-in-out;
}

.account .sign-in-modal .modal:not(.show) .modal-dialog .modal-content {
  -webkit-transform: translateX(100%) !important;
  transform: translateX(100%);
}

.account .sign-in-modal .modal.show .full-height {
  padding: 0;
  height: 100vh !important;
}

.account .sign-in-modal .modal.show .full-height.modal-dialog-centered {
  justify-content: flex-end;
}

.account .sign-in-modal .modal.show .modal-dialog {
  transform: none !important;
  height: 100vh !important;
  width: calc( (100vw - 1140px) / 2 + ((1140px - 11 * 20px) / 12 * 5) + 20px * 4);
  min-width: calc( (100vw - 1140px) / 2 + ((1140px - 11 * 20px) / 12 * 5) + 20px * 4);
}

@media (max-width: 1023.98px) {
  .account .sign-in-modal .modal.show .modal-dialog {
    width: 100vw;
    min-width: 100vw;
  }
}

.account .sign-in-modal .modal.show .modal-content {
  width: 100%;
  min-width: 100%;
  height: 100vh !important;
  border-radius: 0;
}

.account .sign-in-modal .modal.show .modal-content .modal-body {
  min-width: 100%;
  padding: 0;
}

.account .sign-in-modal .sign-up-container {
  width: calc(100% - ((100vw - 1140px) / 2));
  min-width: calc(100% - ((100vw - 1140px) / 2));
}

@media (max-width: 1023.98px) {
  .account .sign-in-modal .sign-up-container {
    width: calc(100% - ((100vw - 720px) / 2));
    min-width: calc(100% - ((100vw - 720px) / 2));
  }
}

@media (max-width: 1023.98px) {
  .account .sign-in-modal .sign-up-container {
    width: 100%;
    min-width: 100%;
  }
}

.account .sign-in-modal .sign-up-close {
  display: flex;
  justify-content: flex-end;
}

.account .sign-in-modal .sign-up-close #icon-stop {
  margin-top: 30px;
  margin-right: 15px;
  color: #B48C72;
}

.account .sign-in-modal .sign-up-close #icon-stop span.navbar-toggler-icon-close {
  font-size: 25px !important;
  line-height: 0.58333em;
  vertical-align: -0.3022em;
  margin-top: 65px;
}

.account .sign-in-modal .sign-up-title {
  height: 97px;
  margin-top: 50px;
  background-color: #f2f2f2;
}

@media (max-width: 1439.98px) {
  .account .sign-in-modal .sign-up-title {
    display: none !important;
  }
}

.account .sign-in-modal .sign-up-title .sign-up-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.account .sign-in-modal .sign-up-title h4 {
  color: #3F3A36;
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  text-align: right;
}

.account .sign-in-modal .sign-up-content {
  margin-left: calc((1140px - 11 * 20px) / 12);
  padding-left: 10px;
  color: #3F3A36;
}

@media (max-width: 1439.98px) {
  .account .sign-in-modal .sign-up-content {
    margin-top: 50px;
    padding-left: 5px;
  }

  .account .sign-in-modal .sign-up-content h4 {
    font-weight: 300 !important;
    font-size: 24px !important;
    line-height: 30px !important;
  }
}

@media (max-width: 1023.98px) {
  .account .sign-in-modal .sign-up-content {
    margin-left: calc((540px - 11 * 10px) / 12);
    margin-right: calc((540px - 11 * 10px) / 12);
    margin-top: 0px;
    padding-inline: 5px;
  }
}

.account .sign-in-modal .sign-up-content h4 {
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  width: 75%;
}

.account .sign-in-modal .sign-up-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.account .sign-in-modal .sign-up-content input {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  height: 25px;
  width: 100%;
  outline: 0;
  border: 0;
  border-bottom: 0.5px solid #d9d9d9;
  padding-bottom: 5px;
}

.account .sign-in-modal .sign-up-content button {
  background-color: #B48C72;
  color: #ffffff;
  padding: 10px 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
}

.account .sign-in-modal .sign-up-content span {
  margin-top: 10px;
  color: #d42e2b;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  display: none;
}

.account .sign-in-modal .sign-up-content .sign-up-btn {
  color: #3F3A36;
  background-color: #ffffff;
  border: 0.5px solid #d9d9d9;
}

.account .sign-in-modal .sign-up-content .form-container {
  padding: 0;
}

@media (min-width: 768px) {
  .account .sign-in-modal .sign-up-content .form-container form {
    padding: 0;
  }
}

.account .sign-in-modal .sign-up-content .forgot-password {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.account .sign-in-modal .sign-up-content .forgot-password:hover p {
  text-decoration: underline;
}

.account .account-info {
  margin-top: 30px;
  padding-bottom: 0px;
}

@media (max-width: 1023.98px) {
  .account .account-info {
    padding-bottom: 20px;
  }
}

.account .account-info h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .account .account-info h3 {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
  }
}

.account .account-info h4 {
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .account .account-info h4 {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }
}

.account .account-info h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}

.account .account-info p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
}

.account .account-info p.log-out {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  text-transform: none;
}

.account .account-info input {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  height: 25px;
  width: 100%;
  outline: 0;
  border: 0;
  border-bottom: 0.5px solid #d9d9d9;
  padding-bottom: 5px;
}

.account .account-info button {
  background-color: #B48C72;
  color: #ffffff;
  padding: 10px 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
}

.account .account-info span {
  margin-top: 10px;
  color: #d42e2b;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  display: none;
}

@media (max-width: 1023.98px) {
  .account .account-info select {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    height: 25px;
    width: 100%;
    outline: 0;
    border: 0;
    border-bottom: 0.5px solid #d9d9d9;
  }
}

@media (max-width: 1023.98px) {
  .account .account-info .button-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.account .account-info .log-out {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.account .account-info .log-out:hover p {
  text-decoration: underline;
}

.account .account-info .active-tab .tabs::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #B48C72;
  transition: width 0.3s;
  margin-top: 10px;
}

.account .account-info .tabs::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #B48C72;
  transition: width 0.3s;
  margin-top: 10px;
}

.account .account-info .tabs:hover::after {
  width: 100%;
}

.account .account-info .tab-default {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 600ms, visibility 600ms;
}

@keyframes custom-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.account .account-info .tab-personal-info {
  width: 100%;
}

.account .account-info .tab-personal-info label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 1023.98px) {
  .account .account-info .tab-personal-info label {
    font-size: 15px;
    line-height: 19px;
  }
}

.account .account-info .tab-personal-info select {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  height: 25px;
  width: 100%;
  outline: 0;
  border: 0;
  border-bottom: 0.5px solid #d9d9d9;
}

.account .account-info .tab-personal-info button {
  color: #3F3A36;
  background-color: #ffffff;
  border: 0.5px solid #d9d9d9;
  padding: 10px 25px;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  cursor: pointer;
}

.account .account-info .tab-personal-info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 1023.98px) {
  .account .account-info .tab-personal-info p {
    font-size: 15px;
    line-height: 19px;
  }
}

.account .account-info .tab-account-info {
  width: 66.666667%;
}

@media (max-width: 1023.98px) {
  .account .account-info .tab-account-info {
    width: 100%;
  }
}

.account .account-info .tab-account-info label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.account .account-info .tab-account-info button {
  color: #3F3A36;
  background-color: #ffffff;
  border: 0.5px solid #d9d9d9;
  padding: 10px 25px;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  cursor: pointer;
}

.account .account-info .tab-account-info h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}

@media (max-width: 1023.98px) {
  .account .account-info .tab-account-info h5 {
    font-size: 18px;
    line-height: 22px;
    text-transform: none;
  }
}

.account .account-info .tab-account-info p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
  cursor: auto;
}

@media (max-width: 1023.98px) {
  .account .account-info .tab-account-info p {
    font-size: 15px;
    line-height: 19px;
    text-transform: none;
  }
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 767.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

.wishlist {
  margin-top: 60px;
}

@media (max-width: 767.98px) {
  .wishlist {
    margin-top: 40px;
  }
}

.wishlist .wishlist-title h3 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .wishlist .wishlist-title h3 {
    font-size: 20px;
    line-height: 25px;
  }
}

.wishlist .wishlist-title h4 {
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .wishlist .wishlist-title h4 {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
  }
}

.wishlist .wishlist-title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.wishlist .wishlist-tabs p {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .wishlist .wishlist-tabs p {
    font-size: 15px;
    line-height: 19px;
  }
}

.wishlist .wishlist-tabs .tabs::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #B48C72;
  transition: width 0.3s;
  margin-top: 10px;
}

@media (max-width: 767.98px) {
  .wishlist .wishlist-tabs .tabs::after {
    margin-top: 5px;
  }
}

.wishlist .wishlist-tabs .tabs:hover::after {
  width: 100%;
}

.wishlist .wishlist-tabs .active-tab .tabs::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #B48C72;
  transition: width 0.3s;
  margin-top: 10px;
}

@media (max-width: 767.98px) {
  .wishlist .wishlist-tabs .active-tab .tabs::after {
    margin-top: 5px;
  }
}

@media (max-width: 767.98px) {
  .wishlist div.wishlist-tabs > div:nth-child(odd) {
    margin-left: 8.33333%;
    display: flex;
    justify-content: flex-start;
  }

  .wishlist div.wishlist-tabs > div:nth-child(even) {
    margin-right: 8.33333%;
    display: flex;
    justify-content: flex-end;
  }
}

.wishlist .Genesys-product-hot span {
  position: absolute;
  top: 5px;
  right: 15px;
}

@media (max-width: 767.98px) {
  .wishlist .Genesys-product-hot .col-6 {
    padding: 5px !important;
  }
}

@media (max-width: 767.98px) {
  .wishlist .Genesys-product-hot {
    margin-top: 0px !important;
  }
}

.wishlist.banner-product-new {
  margin-bottom: 35px;
}

@media (max-width: 767.98px) {
  .wishlist.banner-product-new {
    margin-bottom: 40px;
  }
}

.wishlist-heart {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px !important;
  height: auto !important;
  z-index: 2;
  cursor: pointer;
}

.wishlist-container {
  position: relative;
}

.wishlist-product {
  width: 20px;
  height: 100%;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 767.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

.sapxep {
  float: right;
  display: flex;
}

@media (max-width: 767.98px) {
  .sapxep {
    float: left;
    width: auto;
    padding-left: 10px;
    position: relative;
  }

  .sapxep:after {
    content: " ";
    background-image: url(img/selecter-icon.png);
    width: 13px;
    position: absolute;
    height: 12px;
    top: 10px;
    left: 20px;
  }
}

.sapxep p {
  display: inline-block;
  padding: 10px 0;
}

.sapxep .sapxep-m {
  width: auto;
}

@media (min-width: 576px) {
  .sapxep .sapxep-m {
    border: none;
  }
}

@media (max-width: 767.98px) {
  .sapxep .sapxep-m {
    height: 35px;
    appearance: none;
    padding: 0 0 0 30px;
  }
}

.up-to-sale {
  color: #D42E2B !important;
  display: contents !important;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .up-to-sale {
    font-size: 15px;
  }
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 767.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 767.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

.text-heading {
  font-family: "Judson";
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  color: #B48C72 !important;
}

@media (max-width: 767.98px) {
  .text-heading {
    font-size: 18px !important;
  }
}

.text-heading.heading-expanded {
  font-size: 24px;
  text-transform: none;
}

@media (max-width: 767.98px) {
  .text-heading.heading-expanded {
    font-size: 20px;
  }
}

.text-heading.heading-list {
  font-size: 20px;
  text-transform: none;
}

@media (max-width: 767.98px) {
  .text-heading.heading-list {
    font-size: 16px;
  }
}

.text-banner {
  font-family: "Judson" !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 36px !important;
  color: #3F3A36 !important;
}

.text-body {
  font-family: "Judson";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #3F3A36 !important;
}

@media (max-width: 767.98px) {
  .text-body {
    font-size: 14px;
  }
}

.text-body.body-highlight {
  font-weight: 700;
}

.text-body.body-link {
  color: #B48C72 !important;
}

.text-product {
  font-family: "Judson";
  font-size: 16px;
  font-weight: 400;
  color: #3F3A36 !important;
  line-height: 20px !important;
  margin-bottom: 10px;
  padding: 0;
}

.text-product.product-price {
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .text-product.product-price {
    font-size: 14px;
  }
}

.text-product.product-tag {
  font-weight: 700;
  color: #B48C72 !important;
}

@media (max-width: 767.98px) {
  .text-product.product-tag {
    font-size: 12px;
  }
}

.text-product.product-name {
  font-size: 22px;
}

@media (max-width: 767.98px) {
  .text-product.product-name {
    font-size: 18px;
  }
}

.text-product.product-price {
  font-size: 40px;
  color: #B48C72 !important;
}

@media (max-width: 767.98px) {
  .text-product.product-price {
    font-size: 24px;
  }
}

.text-product.product-notes {
  font-size: 14px;
  font-style: italic;
  color: #B4B3B2 !important;
  text-align: justify;
  line-height: 17px !important;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .text-product.product-notes {
    font-size: 15px;
    line-height: 19px !important;
    text-align: center;
  }
}

.text-nav {
  font-family: "Judson";
  font-size: 16px;
  font-weight: 400;
  color: #3F3A36 !important;
}

.text-nav.nav-promotion {
  color: #3F3A36 !important;
}

.text-nav.nav-heading {
  font-size: 20px;
}

.text-nav.nav-notes {
  font-size: 10px;
}

.text-ringmen {
  color: #EADACD !important;
  font-family: "Judson" !important;
  font-size: 16px !important;
}

.text-ringmen.text-section {
  font-size: 26px !important;
  line-height: 32px !important;
}

@media (max-width: 767.98px) {
  .text-ringmen.text-section {
    font-size: 18px !important;
  }
}

.text-ringmen.text-subtitle {
  color: #D9D9D9 !important;
}

.product-session {
  margin-bottom: 20px;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .product-session {
    margin-bottom: 10px;
  }
}

.product-session-title {
  color: #3F3A36;
  font-size: 30px;
  font-weight: 300;
  text-align: left;
}

@media (max-width: 767.98px) {
  .product-session-title {
    padding-left: 0;
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
  }

  .product-session-title.main-title {
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
  }
}

.question-title {
  padding: 0;
}

.question-title h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #3F3A36;
  position: relative;
  cursor: pointer;
}

.question-title h2 p {
  font-size: 20px;
}

.question-title .material-icons {
  font-size: 20px;
  color: #3F3A36;
  position: absolute;
  right: 0;
  top: 0;
}

.question-title .mb-faq {
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .question-title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .question-title h2 {
    margin-left: 30px;
    margin-right: 30px;
    color: #3F3B36;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 19px;
    padding-right: 20px;
  }

  .question-title .question-line {
    margin: 15px 0 !important;
  }

  .question-title .material-icons {
    font-size: 15px;
    color: #3F3A36;
    top: 5px;
  }

  .question-title .class-ctl {
    margin-left: 30px;
    margin-right: 30px;
  }

  .question-title .class-ctl p,
  .question-title .class-ctl span {
    font-size: 15px;
  }
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 767.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

.last-item-margin {
  margin-bottom: 60px !important;
}

@media (max-width: 767.98px) {
  .last-item-margin {
    margin-bottom: 40px !important;
  }
}

.product-section-margin {
  margin-bottom: 60px !important;
}

@media (max-width: 767.98px) {
  .product-section-margin {
    margin-top: 30px !important;
    margin-bottom: 40px !important;
  }
}

.home-banner-padding {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .home-banner-padding {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .product-banner-slideshow {
    margin-bottom: 40px;
  }
}

.home-store {
  padding-left: 100px;
}

@media (max-width: 767.98px) {
  .home-store {
    padding-left: 7px;
    padding-right: 0px;
  }
}

.home-store .showroom-content {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .home-store .showroom-content {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .home-product-hot-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.product-padding {
  margin-left: 140px;
  margin-right: 140px;
}

@media (max-width: 767.98px) {
  .product-padding {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.product-padding .product-filter {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .product-padding .product-filter {
    margin-bottom: 0px;
  }
}

.product-filter-padding {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

@media (max-width: 1439.98px) {
  .product-filter-padding {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media (max-width: 767.98px) {
  .product-filter-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.product-detail-padding {
  padding-left: 0;
  padding-right: 0;
  padding-inline: 0 !important;
}

.breadcrumb-line {
  border: 1px solid #d9d9d9;
  width: 50%;
  margin: 60px auto 0;
}

@media (max-width: 767.98px) {
  .breadcrumb-line {
    margin: 40px auto 0;
  }
}

.show-mb {
  display: none !important;
}

@media (max-width: 767.98px) {
  .show-mb {
    display: flex !important;
  }
}

@media (max-width: 767.98px) {
  .show-pc {
    display: none !important;
  }
}

.show-mb-md {
  display: none !important;
}

@media (max-width: 767.98px) {
  .show-mb-md {
    display: flex !important;
  }
}

@media (max-width: 767.98px) {
  .show-pc-md {
    display: none !important;
  }
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.policy-title-spacing {
  margin-top: 60px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .policy-title-spacing {
    margin-top: 20px;
    margin-bottom: 5px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.policy-body-spacing {
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .policy-body-spacing {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.policy-expand-spacing {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  gap: 5px;
  margin-bottom: 20px;
}

.policy-expand-spacing p {
  margin: 0;
}

@media (max-width: 767.98px) {
  .policy-expand-spacing {
    margin-bottom: 10px;
  }
}

.policy-question-spacing {
  margin: 15px 0px;
}

.policy-answer-spacing {
  padding-inline-start: 20px;
}

.policy-answer-spacing li:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .policy-answer-spacing li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.policy-answer-spacing ol {
  padding-inline-start: 20px;
}

.policy-answer-spacing .answer-title ul {
  margin-top: 10px;
  padding-inline-start: 10px;
}

@media (max-width: 767.98px) {
  .policy-answer-spacing .answer-title ul {
    padding-inline-start: 0px;
  }
}

.policy-answer-spacing .answer-title ul li:not(:last-child) {
  margin-bottom: 10px;
}

.policy-answer-spacing .answer-title ul ol {
  margin-top: 10px;
  padding-inline-start: 20px;
}

@media (max-width: 767.98px) {
  .policy-answer-spacing .answer-title ul ol {
    padding-inline-start: 10px;
  }
}

.policy-answer-spacing .answer-title ul ol li ul {
  padding-inline-start: 20px;
}

@media (max-width: 767.98px) {
  .policy-answer-spacing .answer-title ul ol li ul {
    padding-inline-start: 10px;
  }
}

.policy-thu-hoi-spacing li:not(:last-child) {
  margin-bottom: 10px;
  line-height: 20px;
}

.policy-thu-hoi-spacing ul {
  margin-top: 10px;
  padding-inline-start: 20px;
}

.policy-thu-hoi-spacing p {
  text-align: justify;
  line-height: 20px;
}

.store-title-spacing {
  margin-top: 30px;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .store-title-spacing {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}

.store-logo-spacing {
  margin-top: 30px;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .store-logo-spacing {
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.store-body-spacing {
  margin-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
}

.store-body-spacing.last-item {
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .store-body-spacing {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .store-body-spacing.last-item {
    margin-bottom: 20px;
  }
}

.store-img-spacing {
  padding-left: 0px;
  padding-right: 0px;
}

.store-img-spacing.left-padding {
  padding-left: 10px;
}

@media (max-width: 1023.98px) {
  .store-img-spacing.left-padding {
    padding-left: 0px;
  }
}

.store-img-spacing.right-padding {
  padding-right: 10px;
}

@media (max-width: 1023.98px) {
  .store-img-spacing.right-padding {
    padding-right: 0px;
  }
}

.store-img-spacing.bottom-padding {
  padding-bottom: 0px;
}

@media (max-width: 1023.98px) {
  .store-img-spacing.bottom-padding {
    padding-bottom: 10px;
  }
}

.store-img-container {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1023.98px) {
  .store-img-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.store-detail-spacing {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .store-detail-spacing {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
}

.store-detail-spacing .store-left {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.store-detail-spacing .store-right {
  display: flex;
  align-items: center;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

@media (max-width: 767.98px) {
  .store-detail-spacing .store-info {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

@media (max-width: 767.98px) {
  .store-detail-spacing .store-img {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

.store-detail-spacing .store-address {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.store-detail-spacing .store-address p {
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .store-detail-spacing .store-address {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.store-detail-spacing .store-contact {
  padding-left: 10px;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.store-detail-spacing .store-contact p {
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .store-detail-spacing .store-contact {
    padding-left: 0px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.store-service-spacing {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767.98px) {
  .store-service-spacing {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 576px) {
  .full-width {
    max-width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 767.98px) {
  .full-width {
    width: auto !important;
    height: 100% !important;
  }
}

@media (max-width: 767.98px) {
  .full-width-mb {
    max-width: 100% !important;
    height: auto !important;
    padding-left: 5px;
    padding-right: 5px;
  }

  .full-width-mb.no-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.top-20 {
  margin-top: 20px;
}

.top-30 {
  margin-top: 30px;
}

.bottom-10 {
  margin-bottom: 10px !important;
}

.bottom-20 {
  margin-bottom: 20px !important;
}

.bottom-30 {
  margin-bottom: 30px !important;
}

.bottom-40 {
  margin-bottom: 40px !important;
}

.bottom-60 {
  margin-bottom: 60px;
}

@media (max-width: 1023.98px) {
  .bottom-0-mb {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 1023.98px) {
  .bottom-10-mb {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 1023.98px) {
  .bottom-20-mb {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 1023.98px) {
  .bottom-30-mb {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 1023.98px) {
  .bottom-40-mb {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 1023.98px) {
  .bottom-60-mb {
    margin-bottom: 60px !important;
  }
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.slider-padding {
  padding: 0px 10px;
}

@media (max-width: 1023.98px) {
  .slider-padding {
    padding: 0px 5px;
  }
}

.grid-padding {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

@media (max-width: 767.98px) {
  .grid-padding {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

.align-center-full {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .align-center-mb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 767.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

.page-custom li a {
  margin-left: 0px;
  border-radius: 0px;
  padding: 10px;
  font-size: 16px;
}

.page-custom li .page-button {
  margin-left: 0px;
  border-radius: 0px;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
}

.page-custom li .page-inactive {
  border-bottom: 2px solid #D9D9D9;
}

.page-custom .page-active span {
  color: #B48C72;
  border-bottom: 2px solid #B48C72;
  background-color: transparent !important;
}

.page-custom-ringmen li {
  margin: 5px;
  border-radius: 5px;
}

.page-custom-ringmen li a,
.page-custom-ringmen li span {
  color: #D9D9D9 !important;
}

.page-custom-ringmen li a {
  padding: 10px;
  font-size: 16px;
}

.page-custom-ringmen li .page-button {
  padding: 10px;
  font-size: 16px;
}

.page-custom-ringmen .page-active span {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  background-color: transparent !important;
}

.col-6.border-radius-img.text-center.line-ling-dot::before {
  content: "";
  position: absolute;
  border: 1px solid #F8772C;
  z-index: 0;
  top: 50%;
  bottom: 0;
  left: 8px;
}

.col-6.border-radius-img.text-center.line-ling-dot::after {
  content: "";
  content: "";
  position: absolute;
  border: 1px solid #F8772C;
  z-index: 0;
  top: 0;
  bottom: 50%;
  left: 8px;
}

.col-6.border-radius-img.text-center.line-ling-dot .dot {
  width: 10px;
  height: 10px;
  background-color: #F8772C;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  transform: translateY(-43%);
  z-index: 1;
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 499.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

@media (max-width: 1023.98px) {
  .md-hid {
    display: none;
  }
}

header {
  top: 0;
  width: 100%;
  z-index: 100;
}

header .material-icons {
  font-size: 20px;
}

header .notify-website {
  background: rgb(24, 62, 64);
  z-index: 10;
  color: #fff;
  font-size: 16px;
  height: 50px;
  line-height: 30px;
  text-align: center;
  position: relative;
  padding: 7px 0;
}

@media (max-width: 499.98px) {
  header .notify-website {
    line-height: 30px;
  }
}

header .notify-website a {
  color: #fff;
  text-decoration: none;
}

header .notify-website a:hover {
  color: #B48C72;
}

header .notify-website .menu-mega-1 {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
}

@media (max-width: 499.98px) {
  header .notify-website .menu-mega-1 {
    display: none;
  }
}

header .notify-website .menu-mega-1 li {
  display: inline-block;
  list-style: none;
}

header .notify-website .menu-mega-2 {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 499.98px) {
  header .notify-website .menu-mega-2 {
    display: none;
  }
}

header .notify-website .menu-mega-2 li {
  display: inline-block;
  list-style: none;
  padding: 0px 2px;
  line-height: 1.2;
}

header .notify-website .menu-mega-2 li a {
  padding: 0 5px;
}

header .notify-website .menu-mega-2 li a:hover {
  color: #B48C72;
}

header .notify-website .menu-mega-2 li img {
  border-radius: 3px;
  height: 20px;
  width: 20px;
}

header nav {
  background: white;
  padding-bottom: 0 !important;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

header nav > dl.row {
  margin-bottom: 0;
}

header nav .cart-number {
  background: red;
  border-radius: 10px;
  color: white;
  display: inline-block;
  font-size: 10px;
  height: 15px;
  line-height: 15px;
  margin-left: -10px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  width: 15px;
}

header nav .boxpc-logo {
  background: black;
  height: 150px;
  padding: 35px 15px;
  position: absolute;
  top: 5px;
  z-index: 3;
}

header nav .boxpc-logo img {
  height: 100%;
}

header nav .search {
  border: 1px solid #424242;
  border-radius: 4px;
  color: #424242;
  display: inline-block;
  height: 40px;
  margin: 10px 0;
  width: 100%;
}

header nav .search input {
  background: none;
  border: none;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  width: 90%;
}

header nav .search input::placeholder {
  color: #616161;
  font-size: 15px;
  font-weight: 500;
}

header nav .search a {
  color: #424242;
  width: 20%;
}

header nav .cart-buy {
  color: #000;
  display: inline-block;
  float: right;
  margin-top: 10px;
}

header nav .cart-buy i {
  font-size: 30px;
}

header nav .navbar-nav {
  display: block;
}

header nav .navbar-right-down,
header nav .lean-overlay {
  background: white;
  left: 0;
  height: 100%;
  position: absolute;
  top: 103px;
  z-index: 2;
  width: 100%;
  border-top: 1px solid #E6A817;
}

header nav .navbar-right-down p,
header nav .navbar-right-down ul,
header nav .navbar-right-down li,
header nav .navbar-right-down a,
header nav .lean-overlay p,
header nav .lean-overlay ul,
header nav .lean-overlay li,
header nav .lean-overlay a {
  font-size: 16px;
}

header nav .navbar-right-down p:hover,
header nav .navbar-right-down ul:hover,
header nav .navbar-right-down li:hover,
header nav .navbar-right-down a:hover,
header nav .lean-overlay p:hover,
header nav .lean-overlay ul:hover,
header nav .lean-overlay li:hover,
header nav .lean-overlay a:hover {
  color: #B48C72;
}

header nav .navbar-right-down ul,
header nav .lean-overlay ul {
  padding-left: 0px;
}

header nav .navbar-right-down ul .nav-item,
header nav .lean-overlay ul .nav-item {
  list-style-type: none;
  padding-bottom: 10px;
  width: 100%;
}

header nav .navbar-right-down ul .nav-item .nav-link,
header nav .lean-overlay ul .nav-item .nav-link {
  display: inline-block;
  padding: 0;
}

header nav .navbar-right-down ul .nav-item .nav-link img,
header nav .lean-overlay ul .nav-item .nav-link img {
  border-radius: 3px;
  height: 17px;
  width: 17px;
  margin-right: 5px;
}

header nav .navbar-right-down ul .nav-item a,
header nav .lean-overlay ul .nav-item a {
  color: #3F3A36;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

header nav .navbar-right-down ul .nav-item a i,
header nav .lean-overlay ul .nav-item a i {
  padding-top: 0px;
}

header nav .navbar-right-down ul .nav-item:hover a,
header nav .lean-overlay ul .nav-item:hover a {
  color: #000;
}

header nav .navbar-right-down .level_2,
header nav .navbar-right-down .level_3,
header nav .lean-overlay .level_2,
header nav .lean-overlay .level_3 {
  background: white;
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 100px;
  -webkit-animation: slide 0.3s forwards;
  -webkit-animation-delay: 1s;
  animation: slide 0.3s forwards;
  animation-delay: 1s;
  transition: 0.5s;
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

header nav .navbar-right-down .level_2 .nav-item a,
header nav .navbar-right-down .level_3 .nav-item a,
header nav .lean-overlay .level_2 .nav-item a,
header nav .lean-overlay .level_3 .nav-item a {
  text-transform: none;
}

header nav .navbar-right-down .level_2 .nav-item .close-mage-menu-title,
header nav .navbar-right-down .level_3 .nav-item .close-mage-menu-title,
header nav .lean-overlay .level_2 .nav-item .close-mage-menu-title,
header nav .lean-overlay .level_3 .nav-item .close-mage-menu-title {
  text-transform: uppercase;
}

header nav .navbar-right-down .level_2 .nav-item .close-mage-menu-title i,
header nav .navbar-right-down .level_3 .nav-item .close-mage-menu-title i,
header nav .lean-overlay .level_2 .nav-item .close-mage-menu-title i,
header nav .lean-overlay .level_3 .nav-item .close-mage-menu-title i {
  float: left;
}

header nav .navbar-right-down .level_2,
header nav .lean-overlay .level_2 {
  top: 0;
}

header nav .navbar-right-down .level_2 .close-mage-menu-title,
header nav .lean-overlay .level_2 .close-mage-menu-title {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

header nav .navbar-right-down .level_2 h3,
header nav .lean-overlay .level_2 h3 {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 600;
  margin-left: 20px;
}

header nav .navbar-right-down .level_2 .nav-item,
header nav .lean-overlay .level_2 .nav-item {
  margin-left: 25px;
}

header nav .navbar-right-down .level_2 .pre_menu_level2,
header nav .lean-overlay .level_2 .pre_menu_level2 {
  margin-left: 0;
}

header nav .navbar-right-down .link-login a.nav-link i,
header nav .lean-overlay .link-login a.nav-link i {
  float: left;
}

header nav .navbar-right-down {
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

header nav .navbar-right-down > ul {
  margin-top: 0;
  padding-inline: 40px;
}

header nav .lean-overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  width: 100%;
}

header nav #icon-stop {
  display: none;
  text-align: right;
  right: 15px;
  color: #B48C72;
}

header nav #icon-stop span.navbar-toggler-icon-close {
  font-size: 20px !important;
  line-height: 0.58333em;
  vertical-align: -0.3022em;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  display: block;
  margin-top: 15px;
  margin-left: 10px;
}

header .navbar {
  height: 57px;
  padding: 0;
}

header .navbar .box-menu-mega-new {
  width: 100%;
}

@media (max-width: 1023.98px) {
  header .navbar .box-menu-mega-new {
    padding-top: 10px;
  }
}

header .navbar .box-menu-mega-new ul {
  list-style-type: none;
  display: contents;
  margin: 0;
  padding: 0;
}

header .navbar .box-menu-mega-new ul li {
  display: inline-block;
}

header .navbar .navbar-brand {
  display: inline-block;
  text-align: center;
  margin: 0;
}

header .navbar .navbar-brand img {
  height: 100%;
  max-height: 35px;
  width: 120px;
}

header .box-menu--mobile .show-mobile {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999999999;
  -webkit-transform: translatex(0px) !important;
  -ms-transform: translatex(0px) !important;
  transform: translatex(0px) !important;
}

header .box-menu--desktop {
  border-bottom: 1px solid rgb(24, 62, 64);
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

@media (max-width: 499.98px) {
  header .box-menu--desktop {
    display: none;
  }
}

header .box-menu--desktop .menu-mega-1 {
  margin-bottom: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  width: 100%;
}

header .box-menu--desktop .menu-mega-1 li {
  display: inline-block;
  list-style: none;
  margin-right: 5px;
  margin-top: 5px;
}

header .box-menu--desktop .menu-mega-1 li a img {
  border-radius: 3px;
  height: 20px;
  width: 20px;
}

header .box-menu--desktop .menu-mega-1 li a:hover {
  color: #B48C72;
}

header .box-menu--desktop .box-content-menu {
  padding-top: 30px;
}

header .box-menu--desktop .box-content-menu .logo-header {
  text-align: center;
}

header .box-menu--desktop .box-content-menu .logo-header .fix-pagespeed {
  width: 200px;
}

header .box-menu--desktop .box-content-menu .logo-header img {
  height: 57px;
}

@media (max-width: 499.98px) {
  header .box-menu--desktop .box-content-menu .logo-header img {
    height: auto !important;
    width: 100%;
  }
}

header .box-menu--desktop .menu-mega-2 {
  margin: 0 auto;
  padding-left: 0;
}

header .box-menu--desktop .menu-mega-2 li {
  text-align: center;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 14px;
}

header .box-menu--desktop .menu-mega-2 li a:hover {
  color: #B48C72;
}

header .box-menu--desktop .menu-mega-2 li.active-mega-menu .box-mega-menu {
  background: white;
  display: none;
  left: 0;
  margin-top: 20px;
  padding-bottom: 10px;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 10;
}

header .box-menu--desktop .menu-mega-2 li.active-mega-menu .box-mega-menu h3 {
  font-size: 16px;
}

header .box-menu--desktop .menu-mega-2 li.active-mega-menu .box-mega-menu ul {
  padding: 0;
}

header .box-menu--desktop .menu-mega-2 li.active-mega-menu .box-mega-menu ul li {
  height: 30px;
  line-height: 1.5;
  margin-left: 0;
  text-align: left;
  width: 100%;
}

header .box-menu--desktop .menu-mega-2 li.active-mega-menu .box-mega-menu ul li a:hover {
  color: #B48C72;
}

header .box-menu--desktop .menu-mega-2 li.active-mega-menu:hover .box-mega-menu {
  display: block;
}

header .box-menu--desktop .menu-mega-2 li.menu-blog-theme .box-menu-blog {
  background: white;
  display: none;
  left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

header .box-menu--desktop .menu-mega-2 li.menu-blog-theme .box-menu-blog .flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

header .box-menu--desktop .menu-mega-2 li.menu-blog-theme .box-menu-blog .flex-container .content-menu {
  width: 250px;
  margin: 10px;
  text-align: center;
  font-size: 30px;
}

header .box-menu--desktop .menu-mega-2 li.menu-blog-theme .box-menu-blog .flex-container .content-menu p {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

header .box-menu--desktop .menu-mega-2 li.menu-blog-theme .box-menu-blog .flex-container .content-menu img {
  border-radius: 1.5px;
}

header .box-menu--desktop .menu-mega-2 li.menu-blog-theme:hover .box-menu-blog {
  display: block;
}

header.menu-ringmen {
  top: 0;
  width: 100%;
  z-index: 100;
}

header.menu-ringmen .material-icons {
  font-size: 20px;
}

header.menu-ringmen .notify-website {
  background: #f2f2f2;
  z-index: 250;
  color: #3F3A36;
  font-size: 16px;
  height: 50px;
  line-height: 30px;
  text-align: center;
  position: relative;
  padding: 7px 0;
}

@media (max-width: 499.98px) {
  header.menu-ringmen .notify-website {
    line-height: 20px;
  }
}

header.menu-ringmen .notify-website a {
  color: #3F3A36;
  text-decoration: none;
}

header.menu-ringmen .notify-website a:hover {
  color: #B48C72;
}

header.menu-ringmen .notify-website .menu-mega-1 {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
}

@media (max-width: 499.98px) {
  header.menu-ringmen .notify-website .menu-mega-1 {
    display: none;
  }
}

header.menu-ringmen .notify-website .menu-mega-1 li {
  display: inline-block;
  list-style: none;
}

header.menu-ringmen .notify-website .menu-mega-2 {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 499.98px) {
  header.menu-ringmen .notify-website .menu-mega-2 {
    display: none;
  }
}

header.menu-ringmen .notify-website .menu-mega-2 li {
  display: inline-block;
  list-style: none;
  padding: 0px 2px;
  line-height: 1.2;
}

header.menu-ringmen .notify-website .menu-mega-2 li a {
  padding: 0 5px;
}

header.menu-ringmen .notify-website .menu-mega-2 li a:hover {
  color: #B48C72;
}

header.menu-ringmen .notify-website .menu-mega-2 li img {
  border-radius: 3px;
  height: 20px;
  width: 20px;
}

header.menu-ringmen nav {
  background: white;
  padding-bottom: 0 !important;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

header.menu-ringmen nav > dl.row {
  margin-bottom: 0;
}

header.menu-ringmen nav .cart-number {
  background: red;
  border-radius: 10px;
  color: white;
  display: inline-block;
  font-size: 10px;
  height: 15px;
  line-height: 15px;
  margin-left: -10px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  width: 15px;
}

header.menu-ringmen nav .boxpc-logo {
  background: black;
  height: 150px;
  padding: 35px 15px;
  position: absolute;
  top: 5px;
  z-index: 3;
}

header.menu-ringmen nav .boxpc-logo img {
  height: 100%;
}

header.menu-ringmen nav .search {
  border: 1px solid #424242;
  border-radius: 4px;
  color: #424242;
  display: inline-block;
  height: 40px;
  margin: 10px 0;
  width: 100%;
}

header.menu-ringmen nav .search input {
  background: none;
  border: none;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  width: 90%;
}

header.menu-ringmen nav .search input::placeholder {
  color: #616161;
  font-size: 15px;
  font-weight: 500;
}

header.menu-ringmen nav .search a {
  color: #424242;
  width: 20%;
}

header.menu-ringmen nav .cart-buy {
  color: #000;
  display: inline-block;
  float: right;
  margin-top: 10px;
}

header.menu-ringmen nav .cart-buy i {
  font-size: 30px;
}

header.menu-ringmen nav .navbar-nav {
  display: block;
}

header.menu-ringmen nav .navbar-right-down,
header.menu-ringmen nav .lean-overlay {
  background: white;
  left: 0;
  height: 100%;
  position: absolute;
  top: 103px;
  z-index: 2;
  width: 100%;
  border-top: 1px solid #E6A817;
}

header.menu-ringmen nav .navbar-right-down p,
header.menu-ringmen nav .navbar-right-down ul,
header.menu-ringmen nav .navbar-right-down li,
header.menu-ringmen nav .navbar-right-down a,
header.menu-ringmen nav .lean-overlay p,
header.menu-ringmen nav .lean-overlay ul,
header.menu-ringmen nav .lean-overlay li,
header.menu-ringmen nav .lean-overlay a {
  font-size: 16px;
}

header.menu-ringmen nav .navbar-right-down p:hover,
header.menu-ringmen nav .navbar-right-down ul:hover,
header.menu-ringmen nav .navbar-right-down li:hover,
header.menu-ringmen nav .navbar-right-down a:hover,
header.menu-ringmen nav .lean-overlay p:hover,
header.menu-ringmen nav .lean-overlay ul:hover,
header.menu-ringmen nav .lean-overlay li:hover,
header.menu-ringmen nav .lean-overlay a:hover {
  color: #B48C72;
}

header.menu-ringmen nav .navbar-right-down ul,
header.menu-ringmen nav .lean-overlay ul {
  padding-left: 0px;
}

header.menu-ringmen nav .navbar-right-down ul .nav-item,
header.menu-ringmen nav .lean-overlay ul .nav-item {
  list-style-type: none;
  padding-bottom: 20px;
  width: 100%;
}

header.menu-ringmen nav .navbar-right-down ul .nav-item .nav-link,
header.menu-ringmen nav .lean-overlay ul .nav-item .nav-link {
  display: inline-block;
  padding: 0;
}

header.menu-ringmen nav .navbar-right-down ul .nav-item .nav-link img,
header.menu-ringmen nav .lean-overlay ul .nav-item .nav-link img {
  border-radius: 3px;
  height: 17px;
  width: 17px;
  margin-right: 5px;
}

header.menu-ringmen nav .navbar-right-down ul .nav-item a,
header.menu-ringmen nav .lean-overlay ul .nav-item a {
  color: #3F3A36;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

header.menu-ringmen nav .navbar-right-down ul .nav-item a i,
header.menu-ringmen nav .lean-overlay ul .nav-item a i {
  padding-top: 0px;
}

header.menu-ringmen nav .navbar-right-down ul .nav-item:hover a,
header.menu-ringmen nav .lean-overlay ul .nav-item:hover a {
  color: #000;
}

header.menu-ringmen nav .navbar-right-down .level_2,
header.menu-ringmen nav .navbar-right-down .level_3,
header.menu-ringmen nav .lean-overlay .level_2,
header.menu-ringmen nav .lean-overlay .level_3 {
  background: white;
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 100px;
  -webkit-animation: slide 0.3s forwards;
  -webkit-animation-delay: 1s;
  animation: slide 0.3s forwards;
  animation-delay: 1s;
  transition: 0.5s;
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

header.menu-ringmen nav .navbar-right-down .level_2 .nav-item a,
header.menu-ringmen nav .navbar-right-down .level_3 .nav-item a,
header.menu-ringmen nav .lean-overlay .level_2 .nav-item a,
header.menu-ringmen nav .lean-overlay .level_3 .nav-item a {
  text-transform: none;
}

header.menu-ringmen nav .navbar-right-down .level_2 .nav-item .close-mage-menu-title,
header.menu-ringmen nav .navbar-right-down .level_3 .nav-item .close-mage-menu-title,
header.menu-ringmen nav .lean-overlay .level_2 .nav-item .close-mage-menu-title,
header.menu-ringmen nav .lean-overlay .level_3 .nav-item .close-mage-menu-title {
  text-transform: uppercase;
}

header.menu-ringmen nav .navbar-right-down .level_2 .nav-item .close-mage-menu-title i,
header.menu-ringmen nav .navbar-right-down .level_3 .nav-item .close-mage-menu-title i,
header.menu-ringmen nav .lean-overlay .level_2 .nav-item .close-mage-menu-title i,
header.menu-ringmen nav .lean-overlay .level_3 .nav-item .close-mage-menu-title i {
  float: left;
}

header.menu-ringmen nav .navbar-right-down .level_2,
header.menu-ringmen nav .lean-overlay .level_2 {
  top: 0;
}

header.menu-ringmen nav .navbar-right-down .level_2 .close-mage-menu-title,
header.menu-ringmen nav .lean-overlay .level_2 .close-mage-menu-title {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

header.menu-ringmen nav .navbar-right-down .level_2 h3,
header.menu-ringmen nav .lean-overlay .level_2 h3 {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 600;
  margin-left: 20px;
}

header.menu-ringmen nav .navbar-right-down .level_2 .nav-item,
header.menu-ringmen nav .lean-overlay .level_2 .nav-item {
  margin-left: 25px;
}

header.menu-ringmen nav .navbar-right-down .level_2 .pre_menu_level2,
header.menu-ringmen nav .lean-overlay .level_2 .pre_menu_level2 {
  margin-left: 0;
}

header.menu-ringmen nav .navbar-right-down .link-login a.nav-link i,
header.menu-ringmen nav .lean-overlay .link-login a.nav-link i {
  float: left;
}

header.menu-ringmen nav .navbar-right-down {
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

header.menu-ringmen nav .navbar-right-down > ul {
  margin-top: 0;
  padding-inline: 40px;
}

header.menu-ringmen nav .lean-overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  width: 100%;
}

header.menu-ringmen nav #icon-stop {
  display: none;
  text-align: right;
  right: 15px;
  color: #B48C72;
}

header.menu-ringmen nav #icon-stop span.navbar-toggler-icon-close {
  font-size: 20px !important;
  line-height: 0.58333em;
  vertical-align: -0.3022em;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  display: block;
  margin-top: 15px;
  margin-left: 10px;
}

header.menu-ringmen .navbar {
  padding-top: 10px;
}

header.menu-ringmen .navbar .box-menu-mega-new {
  width: 100%;
}

header.menu-ringmen .navbar .box-menu-mega-new ul {
  list-style-type: none;
  display: contents;
  margin: 0;
  padding: 0;
}

header.menu-ringmen .navbar .box-menu-mega-new ul li {
  display: inline-block;
}

header.menu-ringmen .navbar .navbar-brand {
  display: inline-block;
  text-align: center;
  margin: 0;
}

header.menu-ringmen .navbar .navbar-brand img {
  height: 100%;
  max-height: 35px;
  width: 120px;
}

header.menu-ringmen .box-menu--mobile .show-mobile {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999999999;
  -webkit-transform: translatex(0px) !important;
  -ms-transform: translatex(0px) !important;
  transform: translatex(0px) !important;
}

header.menu-ringmen .box-menu--desktop {
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

@media (max-width: 499.98px) {
  header.menu-ringmen .box-menu--desktop {
    display: none;
  }
}

header.menu-ringmen .box-menu--desktop .menu-mega-1 {
  margin-bottom: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  width: 100%;
}

header.menu-ringmen .box-menu--desktop .menu-mega-1 li {
  display: inline-block;
  list-style: none;
  margin-right: 5px;
  margin-top: 5px;
}

header.menu-ringmen .box-menu--desktop .menu-mega-1 li a img {
  border-radius: 3px;
  height: 20px;
  width: 20px;
}

header.menu-ringmen .box-menu--desktop .menu-mega-1 li a:hover {
  color: #B48C72;
}

header.menu-ringmen .box-menu--desktop .box-content-menu {
  padding-top: 30px;
}

header.menu-ringmen .box-menu--desktop .box-content-menu .logo-header {
  text-align: center;
}

header.menu-ringmen .box-menu--desktop .box-content-menu .logo-header .fix-pagespeed {
  width: 200px;
}

header.menu-ringmen .box-menu--desktop .box-content-menu .logo-header img {
  height: 57px;
}

@media (max-width: 499.98px) {
  header.menu-ringmen .box-menu--desktop .box-content-menu .logo-header img {
    height: auto !important;
    width: 100%;
  }
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 {
  margin: 0 auto;
  padding-left: 0;
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 li {
  text-align: center;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 li a:hover {
  color: #B48C72;
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 li.active-mega-menu .box-mega-menu {
  background: #000;
  display: none;
  left: 0;
  padding-top: 30px;
  padding-bottom: 10px;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 10;
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 li.active-mega-menu .box-mega-menu h3 {
  font-size: 16px;
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 li.active-mega-menu .box-mega-menu ul {
  padding: 0;
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 li.active-mega-menu .box-mega-menu ul li {
  height: 30px;
  line-height: 1.5;
  margin-left: 0;
  text-align: left;
  width: 100%;
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 li.active-mega-menu .box-mega-menu ul li a:hover {
  color: #B48C72;
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 li.active-mega-menu:hover .box-mega-menu {
  display: block;
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 li.menu-blog-theme .box-menu-blog {
  background: black;
  display: none;
  left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 li.menu-blog-theme .box-menu-blog .flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 li.menu-blog-theme .box-menu-blog .flex-container .content-menu {
  width: 250px;
  margin: 10px;
  text-align: center;
  font-size: 30px;
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 li.menu-blog-theme .box-menu-blog .flex-container .content-menu p {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 li.menu-blog-theme .box-menu-blog .flex-container .content-menu img {
  border-radius: 1.5px;
}

header.menu-ringmen .box-menu--desktop .menu-mega-2 li.menu-blog-theme:hover .box-menu-blog {
  display: block;
}

@media (max-width: 499.98px) {
  .show-mobile {
    height: 50px;
    position: fixed;
    bottom: 0px;
    z-index: 99999999999;
    width: 100%;
    background: #F8772C;
    line-height: 50px;
  }

  .show-mobile a {
    line-height: 0;
    color: #fff;
  }

  .show-mobile a img {
    margin-right: 15px;
  }
}

.bgMenunav {
  background: rgba(0, 0, 0, 0.5);
  height: 100% !important;
}

.lean-overlay-sh {
  display: block !important;
}

.close_menu_level2 {
  display: none;
}

@media (max-width: 1023.98px) {
  #search {
    position: fixed;
    top: 52px;
    z-index: 99;
    left: 45px;
  }
}

.form-control-select {
  background: #f8f3ef;
  border: 0;
  font-size: 16px;
  height: 40px;
  outline: none;
  margin: 0 auto;
  width: 104px;
}

@media (max-width: 499.98px) {
  .logo-sm {
    width: 120px;
  }
}

@media (max-width: 499.98px) {
  .img-logo {
    width: 90% !important;
  }
}

@media (max-width: 499.98px) {
  .lines {
    width: 100% !important;
  }
}

.breadcrumb {
  padding: 0;
  margin: 0 auto;
  border-top: none;
  min-height: 40px;
}


footer .container {
  width: 100%;
}

footer .container .follow-us {
  margin-top: 0px;
}

footer .container .follow-us .title-follow {
  font-family: "Judson";
  font-size: 1rem;
  font-weight: 300;
  text-transform: none;
}

@media (max-width: 499.98px) {
  footer .container .follow-us {
    padding-left: 0 !important;
  }

  footer .container .follow-us .social-pc {
    display: none;
  }
}

@media (max-width: 499.98px) {
  footer .container .follow-us .title-follow span {
    display: none;
  }
}

footer .container a .img-dmca {
  height: 22px !important;
}

@media (min-width: 500px) {
  footer .row .col-md-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

footer .row h5 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Averta Std CY';
}

footer .row ul {
  padding-left: 0;
}

footer .row ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

footer .row ul li a {
  line-height: 24.5px;
}

@media (max-width: 499.98px) {
  footer .row ul li {
    float: left;
    width: 100%;
    padding: 0 2px;
  }

  footer .row ul li:nth-child(2n) {
    width: 100%;
  }
}

@media (max-width: 499.98px) {
  footer .row ul .w-54 {
    width: 54% !important;
  }
}

@media (max-width: 499.98px) {
  footer .row ul .w-46 {
    width: 46% !important;
  }
}

@media (max-width: 499.98px) {
  footer .row ul .li-footer {
    float: left;
    width: 50% !important;
  }
}

footer .row ul .li-ketnoi {
  font-size: 10px;
  display: inline-block;
  text-align: center;
}

footer .row ul .li-ketnoi:nth-child(2n) {
  margin: 0 12px;
}

footer .row ul .li-ketnoi a img {
  width: 20px;
}

@media (max-width: 499.98px) {
  footer .row ul .li-ketnoi {
    width: 20% !important;
  }

  footer .row ul .li-ketnoi a img {
    width: 32px;
    margin-top: 5px;
  }
}

footer .row h4 {
  font-size: 17px;
  text-transform: uppercase;
}

footer .row .send-mail-footer {
  margin-top: 50px;
}

footer .row .send-mail-footer .box-input-footer {
  border-radius: 2px;
  border: 1px solid #eee;
  display: inline-block;
  width: 70%;
}

footer .row .send-mail-footer .box-input-footer input {
  border: 0px solid #fff;
  height: 40px;
  padding-left: 10px;
  width: 100%;
}

footer .row .send-mail-footer a {
  background: #2D1F14;
  border-radius: 2px;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 28%;
}

footer .row .oder-5 {
  display: none;
  font-size: 12px !important;
}

footer .row .oder-2 ul li img {
  width: 22px;
}

@media (max-width: 499.98px) {
  footer .row .send-mail-footer {
    text-align: center;
    margin-top: 20px;
  }

  footer .row .list-menu-footer {
    margin-top: 10px;
  }

  footer .row .oder-1 {
    order: 1;
  }

  footer .row .oder-2 {
    order: 2;
    padding: 0 20px !important;
  }

  footer .row .oder-2 ul li img {
    width: 20px;
  }

  footer .row .oder-3 {
    order: 3;
    padding: 0 20px !important;
  }

  footer .row .oder-4 {
    order: 4;
    padding: 0 20px !important;
  }

  footer .row .oder-5 {
    padding: 0 20px !important;
    order: 5;
    display: block;
    font-size: 10px;
    float: left;
    width: 30.33%;
    text-align: center;
  }
}

footer .info-company {
  margin-top: 47px;
}

@media (max-width: 499.98px) {
  footer .info-company .col-md-6 {
    padding-left: 7px !important;
  }
}

footer .info-company p {
  text-align: center;
}

footer .info-company p img {
  width: 140px;
  height: 40px;
}

footer .info-company ul {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  text-align: center;
}

footer .info-company ul li {
  border-right: 1px solid #ccc;
  display: inline-block;
  list-style-type: none;
  padding-left: 20px;
  padding-right: 20px;
}

footer .info-company ul li:last-child {
  border-right: none;
}

footer .info-company .info-contact-footer li {
  border-right: none;
}

@media (max-width: 499.98px) {
  footer .info-company .info-contact-footer li {
    display: block;
    margin-top: 20px;
    text-align: left;
  }
}

footer.ringmen {
  padding-bottom: 115px;
}

footer.ringmen .copyright {
  margin-top: 20px;
  padding-bottom: 20px;
}

footer.ringmen .copyright p {
  font-size: 13px;
}

.form-scroll-desktop {
  bottom: 0;
  height: 59px;
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
}

.form-scroll-desktop .form-lead {
  margin-top: 10px;
}

.form-scroll-desktop .row div {
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  z-index: 5;
}

.form-scroll-desktop .row div.logo-ship {
  display: none;
}

.form-scroll-desktop .row div input {
  border: none;
  border-bottom: 2px solid  #B4B3B2;
  font-size: 16px;
  height: 25px;
  outline: none;
  padding-left: 5px;
  width: 100%;
  background: transparent;
  margin-top: 5px;
  color: #fff;
}

.form-scroll-desktop .row div ::placeholder {
  color: #fff;
}

.form-scroll-desktop .row div button {
  font-size: 16px;
  padding: 3px;
  width: 100%;
  margin-top: 0;
  color: #000;
  border: none;
  background: #FFFFFF !important;
}

.form-scroll-desktop .row div button:after {
  content: '';
  position: absolute;
  top: 16%;
  left: 11%;
  opacity: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0) 100%);
  width: 40%;
  height: 60%;
  -webkit-animation: shine 1s 5.5s both;
  animation: shine 1s 5.5s both;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}

.form-scroll-desktop .row div .img-30 {
  height: 55px;
  margin-top: 0px;
}

.form-scroll-desktop .row div .img-sale {
  height: 55px;
  margin-top: 0px;
}

.form-scroll-desktop.ringmen-scroll {
  background-position: center;
  background-repeat: no-repeat;
}

.form-scroll-desktop.ringmen-scroll .row div input {
  background: none;
  border-bottom: 1px solid rgba(204, 204, 204, 0.7);
  color: white;
}

.form-scroll-desktop.ringmen-scroll .row div ::placeholder {
  color: #fff;
}

.form-scroll-desktop.scroll-fine {
  background: url(img/foodter-bg-fine.png);
  background-position: center;
  background-repeat: no-repeat;
}

.form-scroll-desktop.scroll-ncc {
  background: url(img/foodter-bg-ncc.png);
  background-position: center;
  background-repeat: no-repeat;
}

.form-scroll-desktop.scroll-nch {
  background: url(img/foodter-bg-nch.png);
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 499.98px) {
  .form-scroll-desktop {
    display: none;
  }
}

.form-cta-mobile {
  display: none;
  bottom: -0;
  /* height: 58px; */
  left: 50%;
  padding-left: 5px;
  padding-right: 5px;
  position: fixed;
  transform: translate(-50%, 0);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  z-index: 5;
}

.form-cta-mobile .padding-moblie {
  padding-top: 0;
}

.form-cta-mobile button {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  background: #FFFFFF !important;
  padding: 0px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  height: 32px;
  border: none;
}

.form-cta-mobile button:after {
  content: '';
  position: absolute;
  top: 22%;
  left: 4%;
  opacity: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0) 100%);
  width: 40%;
  height: 60%;
  -webkit-animation: shine 1s 5.5s both;
  animation: shine 1s 5.5s both;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}

.form-cta-mobile .img-30 {
  object-fit: contain;
}

.form-cta-mobile .img-sale {
  object-fit: contain;
}

.form-cta-mobile img {
  height: 100%;
}

.form-cta-mobile p {
  color: #B48C72;
  font-family: "Judson";
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

.form-cta-mobile.ringmen-scroll {
  background: url(img/foodter-bg-mb-men.png);
  background-position: center;
  background-repeat: no-repeat;
}

.form-cta-mobile.scroll-fine {
  background: url(img/foodter-bg-mb-fine.png);
  background-position: center;
  background-repeat: no-repeat;
}

.form-cta-mobile.scroll-ncc {
  background: url(img/foodter-bg-mb-ncc.png);
  background-position: center;
  background-repeat: no-repeat;
}

.form-cta-mobile.scroll-nch {
  background: url(img/foodter-bg-mb-nch.png);
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 499.98px) {
  .form-cta-mobile {
    display: block;
  }
}

@-webkit-keyframes shine {
  0% {
    left: -2%;
    opacity: 0;
  }

  25% {
    opacity: .7;
  }

  100% {
    left: 60%;
    opacity: 0;
  }
}

@keyframes shine {
  0% {
    left: -2%;
    opacity: 0;
  }

  25% {
    opacity: .7;
  }

  100% {
    left: 60%;
    opacity: 0;
  }
}

@-webkit-keyframes flash24 {
  0%, 100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes flash24 {
  0%, 100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

.lien-he-pc {
  display: block;
}

@media (max-width: 499.98px) {
  .lien-he-pc {
    display: none;
  }
}

.lien-he-mb {
  display: none;
}

@media (max-width: 499.98px) {
  .lien-he-mb {
    display: block;
  }
}

/* Popup style */

.modal .modal-title {
  color: #575757;
  text-align: left;
}

.modal .close {
  position: absolute;
  background: #f00;
  border: 1px solid #f99;
  border-radius: 20px;
  color: #fff;
  top: -12px;
  right: -12px;
  width: 26px;
  height: 26px;
  line-height: 24px;
  z-index: 10;
}

@media (max-width: 499.98px) {
  .modal .modal-header,
  .modal .modal-body {
    padding: 15px;
  }

  .modal .modal-header + .modal-body {
    padding-top: 0;
  }
}

/* Yeu cau tu van */

.modal-request {
  background: white;
  padding: 30px;
}

.modal-body .modal-request {
  padding: 0;
  margin-top: -15px;
}

.modal-request .image {
  width: 100%;
  height: auto;
}

.modal-request .title {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.modal-request .note {
  font-size: 0.82rem;
}

.modal-request .split {
  position: relative;
  margin: 30px 0;
}

.modal-request .split .line {
  border-top: 1px solid #ccc;
  width: 100%;
  height: 1px;
}

.modal-request .split .or {
  position: absolute;
  display: block;
  background: #fff;
  font-size: 14px;
  left: 50%;
  top: 0;
  margin-top: -2px;
  margin-left: -40px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.modal-request .form-input {
  font-size: 0.85rem;
  margin-bottom: 10px;
}

@media (max-width: 499.98px) {
  .modal-request {
    padding: 15px;
  }

  .modal-request .image {
    padding-bottom: 20px;
  }

  .modal-request .title {
    font-size: 1.2rem;
  }

  .modal-request .note {
    font-size: 0.8rem;
    margin-bottom: 10px;
  }

  .modal-request .split {
    margin: 20px 0;
  }
}

.form-dangnhap > .row {
  padding: 7px 0;
}

.form-dangnhap > .row > div {
  margin-bottom: 10px;
}

.form-dangnhap .pass-text {
  color: #d0d0d0;
  margin-bottom: 0;
  padding-top: 8px;
  font-size: 12px;
}

.tabbable .tab-content {
  border: none;
  padding-top: 20px;
  margin-right: 20px;
}

@media (max-width: 499.98px) {
  .tabbable .tab-content {
    margin-right: 0;
    padding-bottom: 100px;
  }
}

.tabbable .nav-tabs {
  border-bottom: 1px solid #ccc;
  box-shadow: none;
}

.tabbable .nav-tabs > li {
  padding-bottom: 5px;
  margin-right: 15px;
}

.tabbable .nav-tabs > li a {
  color: #333;
  border-radius: 0;
  outline: none;
}

.tabbable .nav-tabs > li a.active {
  font-weight: bold;
}

.tabbable .line {
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: -20px;
  width: 40px;
}

.tabbable .line .line-dotted {
  border-right: 1px dotted #ccc;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

.tabbable .line .or-circle {
  position: absolute;
  display: block;
  background: #ccc;
  border-radius: 20px;
  font-size: 12px;
  left: 0;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

@media (max-width: 499.98px) {
  .tabbable .line {
    top: auto;
    bottom: 10px;
    left: 15px;
    right: 15px;
    width: auto;
    height: 40px;
  }

  .tabbable .line .line-dotted {
    border-top: 1px dotted #ccc;
    border-right: none;
    height: 1px;
    width: 100%;
  }

  .tabbable .line .or-circle {
    left: 50%;
    top: 0;
    margin-left: -20px;
  }
}

.byoauth p {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.byoauth .social {
  padding: 30px 0;
}

.byoauth .social .btn {
  display: block;
  border-radius: 0;
  margin: 10px auto;
  padding: 0;
  width: 132px;
  text-transform: none;
}

.byoauth .social .btn:hover,
.byoauth .social .btn:focus {
  outline: none;
}

.byoauth .social .btn i {
  float: left;
  font-size: 16px;
  padding: 7px 0;
  width: 30px;
}

.byoauth .social .btn span {
  float: left;
  font-weight: bold;
  padding: 8px 0;
  width: 100px;
}

.byoauth .social .btn-facebook {
  border: 1px solid #4b64a5;
  color: #4b64a5;
}

.byoauth .social .btn-facebook i {
  background: #4b64a5;
  color: #fff;
}

.byoauth .social .btn-google {
  border: 1px solid #de4a32;
  color: #de4a32;
}

.byoauth .social .btn-google i {
  background: #de4a32;
  color: #fff;
}

@media (max-width: 499.98px) {
  .byoauth p {
    border-bottom: none;
    padding-bottom: 0;
  }

  .byoauth .social {
    padding: 0;
  }

  .byoauth .social .btn {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}

.diamond-popup {
  background: white;
  padding: 0;
  position: relative;
}

.diamond-popup .popup-images {
  background-repeat: no-repeat !important;
  background-size: auto 500px !important;
  background-position: center !important;
  height: 460px;
}

.diamond-popup .popup-send-facebook-content {
  padding: 20px;
  padding-top: 50px;
  padding-bottom: 0;
}

.diamond-popup .popup-send-facebook-content h2 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  text-align: initial;
  text-transform: uppercase;
}

.diamond-popup .popup-send-facebook-content p {
  text-align: initial;
}

.diamond-popup .popup-send-facebook-content p a {
  background: #B48C72;
  border-radius: 2px;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  width: 200px;
}

.diamond-popup .popup-send-facebook-content p a:hover {
  background: white;
  border: 1px solid #B48C72;
  color: #B48C72;
}

.diamond-popup .tierra-form-popup {
  padding: 20px;
  padding-top: 0;
}

.diamond-popup .tierra-form-popup .filed-input {
  margin-top: 20px;
}

.diamond-popup .tierra-form-popup .filed-input p {
  margin-bottom: 5px;
  margin-top: 15px;
}

.diamond-popup .tierra-form-popup .filed-input input {
  border: none;
  border-bottom: 1px solid #eee;
  outline-style: none;
  width: 100%;
}

.diamond-popup .tierra-form-popup .filed-input input::placeholder {
  font-size: 15px;
  padding-left: 5px;
}

.diamond-popup .tierra-form-popup .filed-input .select2-container {
  width: 100% !important;
}

.diamond-popup .tierra-form-popup .filed-input .select2-container .select2-selection--single {
  border: none;
  border-bottom: 1px solid #eee;
}

.diamond-popup .tierra-form-popup .filed-input .select2-container .select2-selection--single .select2-selection__rendere {
  text-align: left !important;
}

.diamond-popup .tierra-form-popup .filed-input .choose-ring {
  margin-top: 20px;
}

.diamond-popup .tierra-form-popup .filed-input .choose-ring input {
  width: auto;
}

.diamond-popup .tierra-form-popup .filed-input .choose-ring label {
  margin-left: 10px;
}

.diamond-popup .tierra-form-popup .submit-form {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}

.diamond-popup .tierra-form-popup .submit-form button {
  border-radius: 3px;
}

@media (max-width: 499.98px) {
  .diamond-popup .popup-images {
    background-size: auto 225px !important;
    height: 190px;
    display: none;
  }

  .diamond-popup .popup-send-facebook-content {
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 0;
  }
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 499.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  font-size: 16px;
  padding-right: 5px;
  padding-left: 5px;
}

@media (max-width: 499.98px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    font-size: 15px;
    padding-right: 5px;
    padding-left: 5px;
  }
}

.fix-pagespeed {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

.banner-sildeshow {
  position: relative;
  width: 100%;
}

.banner-sildeshow .tierra-banner-sildeshow {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.banner-sildeshow .tierra-banner-sildeshow .fix-pagespeed {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.banner-sildeshow .tierra-banner-sildeshow img {
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

.banner-sildeshow .box-content-banner {
  position: absolute;
  top: 35%;
  width: 100%;
  z-index: 1;
}

.banner-sildeshow .box-content-banner .container .mg-left {
  margin-left: 50%;
}

@media (max-width: 499.98px) {
  .banner-sildeshow .box-content-banner .container .mg-left {
    margin-left: 0;
    display: none;
  }

  .banner-sildeshow .box-content-banner .container .lm-text {
    display: none;
  }

  .banner-sildeshow .box-content-banner .container .offset-lg-8 {
    padding-left: 60%;
  }
}

.banner-sildeshow .box-content-banner .container .tierra-box {
  max-width: 420px;
}

.banner-sildeshow .box-content-banner .container .tierra-box h1,
.banner-sildeshow .box-content-banner .container .tierra-box h2,
.banner-sildeshow .box-content-banner .container .tierra-box p {
  text-align: left;
  max-width: 400px;
  color: #fff !important;
}

@media (max-width: 499.98px) {
  .banner-sildeshow .box-content-banner .container .tierra-box h1,
  .banner-sildeshow .box-content-banner .container .tierra-box h2,
  .banner-sildeshow .box-content-banner .container .tierra-box p {
    color: #000 !important;
  }
}

.banner-sildeshow .box-content-banner .container .tierra-box h1,
.banner-sildeshow .box-content-banner .container .tierra-box h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 0;
  color: #fff !important;
  font-family: "Judson";
}

@media (max-width: 499.98px) {
  .banner-sildeshow .box-content-banner .container .tierra-box h1,
  .banner-sildeshow .box-content-banner .container .tierra-box h2 {
    color: #000 !important;
  }
}

.banner-sildeshow .box-content-banner .container .tierra-box .color-new {
  color: #fff !important;
}

@media (max-width: 499.98px) {
  .banner-sildeshow .box-content-banner .container .tierra-box .color-new {
    color: #000 !important;
  }
}

.banner-sildeshow .box-content-banner .container .tierra-box h2 {
  text-transform: none;
}

.banner-sildeshow .box-content-banner .container .tierra-box p,
.banner-sildeshow .box-content-banner .container .tierra-box h2.lm-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: inherit;
}

.banner-sildeshow .box-content-banner .container .tierra-box p a,
.banner-sildeshow .box-content-banner .container .tierra-box h2.lm-text a {
  border: 1px solid #B48C72;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 15px;
  color: #B48C72;
  border-radius: 5px;
  line-height: 20px;
}

@media (max-width: 499.98px) {
  .banner-sildeshow .box-content-banner .container .tierra-box p a,
  .banner-sildeshow .box-content-banner .container .tierra-box h2.lm-text a {
    font-size: 16px;
    padding: 5px 10px;
    line-height: 17px;
  }
}

.banner-sildeshow .box-content-banner .container .tierra-box p:hover a,
.banner-sildeshow .box-content-banner .container .tierra-box h2.lm-text:hover a {
  color: #B48C72;
  border: 1.5px solid #B48C72;
}

.banner-sildeshow .box-content-banner .container .tierra-box.tierra-box-product h1 {
  font-weight: 300;
  font-size: 28px;
}

@media (max-width: 499.98px) {
  .banner-sildeshow .box-content-banner .container .tierra-box.tierra-box-product h1 {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 5px;
    color: #3F3A36 !important;
  }
}

.banner-sildeshow .box-content-banner .container .tierra-box.tierra-box-product h2 {
  font-weight: 300;
  font-size: 16px;
  font-family: "Judson";
}

@media (max-width: 499.98px) {
  .banner-sildeshow .box-content-banner .container .tierra-box.tierra-box-product h2 {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}

.banner-sildeshow .box-content-banner .container .tierra-box.tierra-box-product p {
  font-weight: 400;
  font-size: 16px;
  font-family: "Judson";
}

@media (max-width: 499.98px) {
  .banner-sildeshow .box-content-banner .container .tierra-box.tierra-box-product p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 0px !important;
  }
}

.banner-sildeshow .box-content-banner h1 {
  font-size: 70px;
  font-family: "Judson";
  line-height: 0.8;
}

@media (max-width: 499.98px) {
  .banner-sildeshow .box-content-banner h1 {
    font-size: 60px;
  }
}

.banner-sildeshow .box-content-banner h2 {
  font-size: 32px;
  font-family: "Judson";
  font-weight: 300;
  color: #3F3A36;
}

@media (max-width: 499.98px) {
  .banner-sildeshow .box-content-banner h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
}

.banner-sildeshow .box-content-banner h3 {
  font-size: 17px;
  font-family: "Judson";
  font-weight: 300;
}

.banner-sildeshow .box-content-banner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.banner-sildeshow .box-content-banner p span {
  cursor: pointer;
}

@media (max-width: 1023.98px) {
  .banner-sildeshow .box-content-banner {
    margin: 0 auto;
    position: relative;
  }

  .banner-sildeshow .box-content-banner p {
    font-size: 14px;
  }

  .banner-sildeshow .box-content-banner span {
    font-size: 14px;
  }

  .banner-sildeshow .box-content-banner .color-class {
    color: #000 !important;
    text-align: center;
  }

  .banner-sildeshow .box-content-banner .box-content-banner h2 {
    font-size: 18px;
  }
}

.banner-sildeshow .box-content-banner-img {
  top: 15%;
  position: absolute;
}

@media (max-width: 499.98px) {
  .banner-sildeshow .box-content-banner-img {
    position: relative;
    text-align: center;
  }
}

.banner-sildeshow .box-content-banner-home-s {
  position: absolute;
  top: 25%;
  width: 100%;
  z-index: 1;
}

@media (max-width: 499.98px) {
  .banner-sildeshow .box-content-banner-home-s {
    position: absolute;
    top: auto;
    width: 100%;
    z-index: 1;
    text-align: center;
    bottom: 30px;
  }
}

.banner-sildeshow .box-content-banner-home-s .tierra-box {
  max-width: 420px;
}

@media (max-width: 1023.98px) {
  .banner-sildeshow .box-content-banner-home-s .tierra-box {
    max-width: 190px;
  }
}

.banner-sildeshow .box-content-banner-home-s .tierra-box h1,
.banner-sildeshow .box-content-banner-home-s .tierra-box h2,
.banner-sildeshow .box-content-banner-home-s .tierra-box p {
  text-align: left;
  max-width: 400px;
}

.banner-sildeshow .box-content-banner-home-s .tierra-box h1,
.banner-sildeshow .box-content-banner-home-s .tierra-box h2 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: none;
  color: #3F3A36 !important;
}

.banner-sildeshow .box-content-banner-home-s .tierra-box p,
.banner-sildeshow .box-content-banner-home-s .tierra-box h2.lm-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-transform: inherit;
}

.banner-sildeshow .box-content-banner-home-s .tierra-box p a,
.banner-sildeshow .box-content-banner-home-s .tierra-box h2.lm-text a {
  border: 1px solid #d3af71;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
  color: #d3af71;
  border-radius: 5px;
}

.banner-sildeshow .box-content-banner-home-s .tierra-box p:hover a,
.banner-sildeshow .box-content-banner-home-s .tierra-box h2.lm-text:hover a {
  color: #B48C72;
  border: 1.5px solid #B48C72;
}

.banner-sildeshow .box-content-banner-home-s .tierra-box.tierra-box-product h2 {
  font-weight: 300;
  font-size: 28px;
  line-height: 30px;
  text-transform: inherit;
}

.banner-sildeshow .box-content-banner-home {
  position: absolute;
  top: 30%;
  width: 100%;
  z-index: 1;
}

@media (max-width: 499.98px) {
  .banner-sildeshow .box-content-banner-home {
    position: relative;
    padding-top: 20px;
  }
}

.banner-sildeshow .box-content-banner-home .tierra-box {
  max-width: 420px;
}

@media (max-width: 499.98px) {
  .banner-sildeshow .box-content-banner-home .tierra-box {
    max-width: 190px;
  }
}

.banner-sildeshow .box-content-banner-home .tierra-box h1,
.banner-sildeshow .box-content-banner-home .tierra-box h2,
.banner-sildeshow .box-content-banner-home .tierra-box p {
  text-align: left;
  max-width: 400px;
}

.banner-sildeshow .box-content-banner-home .tierra-box h1,
.banner-sildeshow .box-content-banner-home .tierra-box h2 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: none;
  color: #3F3A36 !important;
}

.banner-sildeshow .box-content-banner-home .tierra-box p,
.banner-sildeshow .box-content-banner-home .tierra-box h2.lm-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-transform: inherit;
}

.banner-sildeshow .box-content-banner-home .tierra-box p a,
.banner-sildeshow .box-content-banner-home .tierra-box h2.lm-text a {
  border: 1px solid #d3af71;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
  color: #d3af71;
  border-radius: 5px;
}

.banner-sildeshow .box-content-banner-home .tierra-box p:hover a,
.banner-sildeshow .box-content-banner-home .tierra-box h2.lm-text:hover a {
  color: #B48C72;
  border: 1.5px solid #B48C72;
}

.banner-sildeshow .box-content-banner-home .tierra-box.tierra-box-product h2 {
  font-weight: 300;
  font-size: 28px;
  line-height: 30px;
  text-transform: inherit;
}

@media (max-width: 1023.98px) {
  .banner-sildeshow {
    height: auto;
  }

  .banner-sildeshow .tierra-banner-sildeshow {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 499.98px) {
  .banner-sildeshow {
    height: auto;
  }

  .banner-sildeshow .tierra-banner-sildeshow {
    max-width: 579.6px;
    width: 100%;
  }

  .banner-sildeshow .tierra-banner-sildeshow img {
    max-width: 579.6px;
    position: relative;
    height: 541px;
  }

  .banner-sildeshow .box-content-banner p {
    font-size: 15px;
  }

  .banner-sildeshow .box-content-banner h2 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
  }
}

.tierra-group-intro {
  margin-top: 20px;
  margin-bottom: 30px;
}

.tierra-group-intro .row-pc {
  display: flex;
}

.tierra-group-intro .row-mb {
  display: none;
}

.tierra-group-intro .content h3,
.tierra-group-intro .content p {
  text-align: center;
  margin-bottom: 10px;
}

.tierra-group-intro .content h3 {
  color: #B48C72;
  font-family: "Judson";
  font-weight: 300;
  font-size: 28px;
  text-transform: uppercase;
}

.tierra-group-intro .icon {
  padding-top: 20px;
  text-align: center;
}

.tierra-group-intro .icon .box-icon {
  display: inline-block;
  float: left;
  padding: 0 4px;
}

.tierra-group-intro .icon .box-icon h2 {
  color: #B48C72;
  font-family: "Judson";
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 0;
  text-transform: uppercase;
}

.tierra-group-intro .icon .box-icon p {
  color: #000;
  font-style: italic;
}

@media (max-width: 499.98px) {
  .tierra-group-intro {
    margin-top: 20px;
  }

  .tierra-group-intro .row-pc {
    display: none;
  }

  .tierra-group-intro .row-mb {
    display: flex;
  }

  .tierra-group-intro .icon .box-icon:nth-child(1) {
    text-align: right;
    padding-right: 20px;
  }

  .tierra-group-intro .icon .box-icon:nth-child(2) {
    text-align: left;
  }
}

.tierra-product-hot {
  margin-bottom: 50px !important;
}

.tierra-product-hot .col-6 {
  padding: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}

@media (max-width: 499.98px) {
  .tierra-product-hot .col-6 {
    padding: 15px;
  }
}

.tierra-product-hot.product-detail {
  margin-bottom: 80px !important;
}

@media (max-width: 499.98px) {
  .tierra-product-hot.product-detail {
    margin-bottom: 40px !important;
  }
}

.tierra-product-hot h2 {
  font-family: "Judson";
  font-size: 32px;
  font-weight: 300;
  margin-top: 10px !important;
  margin-bottom: 20px !important;
  text-align: center;
}

@media (max-width: 499.98px) {
  .tierra-product-hot h2 {
    font-size: 24px;
    margin-bottom: 10px !important;
  }
}

.tierra-product-hot a {
  text-decoration: none;
}

.tierra-product-hot a:hover span {
  color: #B48C72;
}

.tierra-product-hot a .box-content-product .box-img-product {
  position: relative;
}

.tierra-product-hot a .box-content-product .box-img-product .fix-pagespeed {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.tierra-product-hot a .box-content-product .box-img-product .sale-tag-1 {
  position: absolute;
  top: 5px;
  left: 0;
  width: 153px;
  height: auto;
}

.tierra-product-hot a .box-content-product .box-img-product .sale-tag-2 {
  position: absolute;
  top: 0;
  right: 5px;
  width: 45px;
  height: auto;
}

.tierra-product-hot a .box-content-product .box-img-product .sale-tag-3 {
  position: absolute;
  top: 0;
  left: 5px;
  width: 45px;
  height: auto;
}

.tierra-product-hot a .box-content-product .box-img-product .sale-tag-ringmen-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 153px;
  height: 51px;
}

.tierra-product-hot a .box-content-product .box-img-product .sale-tag-ringmen-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
}

.tierra-product-hot a .box-content-product .box-img-product img {
  width: 100%;
}

.tierra-product-hot a .box-content-product h3,
.tierra-product-hot a .box-content-product p,
.tierra-product-hot a .box-content-product span {
  font-size: 16px;
  line-height: 1.5;
}

.tierra-product-hot a .box-content-product h3 {
  font-family: "Judson";
  font-size: 16px;
  margin-top: 10px;
  text-align: left;
  display: -webkit-box;
  max-width: 100%;
  height: 46px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3F3B36;
}

@media (max-width: 499.98px) {
  .tierra-product-hot a .box-content-product h3 {
    font-weight: 300;
    -webkit-line-clamp: 2;
  }
}

.tierra-product-hot a .box-content-product p {
  color: #3F3B36;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-top: 5px;
}

.tierra-product-hot a .box-content-product p small {
  color: #ccc;
}

.tierra-product-hot a .box-content-product span {
  color: #424242;
  display: block;
}

.tierra-product-hot.ringmen {
  margin-top: 60px !important;
}

.tierra-product-hot.ringmen a .box-content-product span {
  color: white;
}

.tierra-product-hot.ringmen .box-content-product {
  position: relative;
}

.tierra-product-hot.ringmen .box-content-product h3 {
  margin-top: 10px;
  font-family: "Judson";
  font-size: 16px;
  margin-top: 10px;
  text-align: left;
  display: -webkit-box;
  max-width: 100%;
  height: auto;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #D9D9D9;
}

.tierra-product-hot.ringmen .box-content-product p {
  color: #D9D9D9;
  font-weight: 300;
  font-size: 16px;
}

.tierra-product-hot.ringmen .box-content-product .product-seemore {
  display: none;
  padding-top: 10px;
  position: absolute;
  top: 0;
  width: 100%;
}

.tierra-product-hot.ringmen .box-content-product .product-seemore span {
  display: block;
  text-align: center;
}

.tierra-product-hot.ringmen .box-content-product:hover .product-seemore {
  display: block;
}

@media (max-width: 499.98px) {
  .tierra-product-hot {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }

  .tierra-product-hot a .box-content-product h3,
  .tierra-product-hot a .box-content-product p,
  .tierra-product-hot a .box-content-product span {
    font-size: 16px;
    text-align: left;
  }

  .tierra-product-hot a .box-content-product h3 {
    font-weight: 300;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.tierra-engagement {
  margin-bottom: 60px;
  height: 450px;
  position: relative;
}

.tierra-engagement .tierra-catalog-index {
  height: 450px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.tierra-engagement .tierra-catalog-index .fix-pagespeed {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.tierra-engagement .tierra-catalog-index img {
  max-width: 1440px;
  margin: 0 auto;
  position: absolute;
  width: 1440px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

.tierra-engagement.cover-size-new {
  height: 560px;
}

.tierra-engagement.cover-size-new .tierra-catalog-index {
  height: 560px;
}

.tierra-engagement .mb-new {
  color: #fff;
}

.tierra-engagement .mb-new p a {
  color: #fff;
}

.tierra-engagement .content-box {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.tierra-engagement .content-box .tierra-box {
  max-width: 420px;
}

.tierra-engagement .content-box .tierra-box h1,
.tierra-engagement .content-box .tierra-box h2,
.tierra-engagement .content-box .tierra-box p {
  text-align: left;
  max-width: 400px;
}

.tierra-engagement .content-box .tierra-box h1,
.tierra-engagement .content-box .tierra-box h2 {
  font-family: "Judson";
  font-size: 28px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: none;
  color: #3F3A36;
}

.tierra-engagement .content-box .tierra-box p,
.tierra-engagement .content-box .tierra-box h2.lm-text {
  font-weight: 300;
  font-size: 28px;
  line-height: 24px;
  text-transform: inherit;
}

.tierra-engagement .content-box .tierra-box p a,
.tierra-engagement .content-box .tierra-box h2.lm-text a {
  border: 1px solid #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
}

.tierra-engagement .content-box .tierra-box p:hover a,
.tierra-engagement .content-box .tierra-box h2.lm-text:hover a {
  color: #B48C72;
  border: 1.5px solid #B48C72;
}

.tierra-engagement .content-box .tierra-box.tierra-box-product h2 {
  font-family: "Judson";
  font-weight: 300;
  font-size: 35px;
  line-height: 24px;
  text-transform: inherit;
}

.tierra-engagement .content-box.marg-top {
  margin-top: 220px;
}

.tierra-engagement .content-box.marg-simple {
  top: 80px;
}

.tierra-engagement .content-box.marg-simple .tierra-box {
  position: absolute;
  right: 0;
}

.tierra-engagement.custom-css-engagement .tierra-box {
  font-size: 24px;
}

@media (max-width: 1023.98px) {
  .tierra-engagement {
    margin-bottom: 40px;
    height: auto;
    position: inherit;
  }

  .tierra-engagement .tierra-catalog-index {
    position: inherit;
    width: 100%;
    z-index: 1;
  }

  .tierra-engagement .tierra-catalog-index,
  .tierra-engagement .content-box {
    position: inherit;
  }

  .tierra-engagement .tierra-catalog-index .tierra-box,
  .tierra-engagement .content-box .tierra-box {
    margin: 0 auto;
    width: auto;
    margin-top: 20px;
  }

  .tierra-engagement .tierra-catalog-index.marg-top,
  .tierra-engagement .content-box.marg-top {
    margin-top: 20px;
  }

  .tierra-engagement .tierra-catalog-index.marg-simple,
  .tierra-engagement .content-box.marg-simple {
    top: 20px;
  }

  .tierra-engagement .tierra-catalog-index.marg-simple .tierra-box,
  .tierra-engagement .content-box.marg-simple .tierra-box {
    position: relative;
    right: auto;
  }
}

@media (max-width: 1023.98px) {
  .tierra-engagement {
    height: auto;
    position: inherit;
  }

  .tierra-engagement .tierra-catalog-index {
    height: auto;
    max-width: 960px;
    width: 100%;
    z-index: 1;
  }

  .tierra-engagement .tierra-catalog-index img {
    max-width: 960px;
    position: relative;
    width: 960px;
  }

  .tierra-engagement .tierra-catalog-index .tierra-box {
    color: #000;
    margin-top: 20px;
  }

  .tierra-engagement .tierra-catalog-index .tierra-box a {
    color: #000 !important;
  }

  .tierra-engagement.cover-size-new {
    height: auto;
  }

  .tierra-engagement.cover-size-new .tierra-catalog-index {
    height: auto;
  }
}

@media (max-width: 499.98px) {
  .tierra-engagement {
    height: auto;
    position: inherit;
  }

  .tierra-engagement .tierra-catalog-index {
    height: auto;
    max-width: 579.6px;
    width: 100%;
    z-index: 1;
    margin: 0 auto;
  }

  .tierra-engagement .tierra-catalog-index img {
    max-width: 579.6px;
    position: relative;
    width: 579.6px;
    height: auto;
  }

  .tierra-engagement .tierra-catalog-index .tierra-box {
    color: #000;
    margin-top: 20px;
  }

  .tierra-engagement .tierra-catalog-index,
  .tierra-engagement .content-box {
    position: inherit;
  }

  .tierra-engagement .tierra-catalog-index .tierra-box,
  .tierra-engagement .content-box .tierra-box {
    color: #000;
    margin: 0 auto;
    width: auto;
    margin-top: 0px;
  }

  .tierra-engagement .tierra-catalog-index.marg-top,
  .tierra-engagement .content-box.marg-top {
    margin-top: 15px;
  }

  .tierra-engagement .tierra-catalog-index.marg-simple,
  .tierra-engagement .content-box.marg-simple {
    top: 20px;
  }

  .tierra-engagement .tierra-catalog-index.marg-simple .tierra-box,
  .tierra-engagement .content-box.marg-simple .tierra-box {
    position: relative;
    right: auto;
  }
}

.news-home {
  margin-top: 60px;
  margin-bottom: 60px;
}

.news-home h1,
.news-home h2 {
  font-family: "Judson";
  font-size: 28px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 24.72px;
  text-transform: uppercase;
  text-align: center;
  color: #3F3A36;
}

@media (max-width: 499.98px) {
  .news-home {
    margin-bottom: 40px;
  }

  .news-home h1,
  .news-home h2 {
    font-family: "Judson";
    font-size: 18px;
  }

  .news-home .note {
    text-align: center;
    font-size: 14px;
  }
}

.news-home .note {
  text-align: center;
}

.news-home .col-6 {
  padding: 10px;
}

@media (max-width: 499.98px) {
  .news-home .col-6 {
    padding: 0 10px;
  }
}

.news-home .col-6 select {
  font-weight: 500;
  width: 100%;
  padding: 6px 0;
  text-decoration: none;
  margin: 0;
  border: 1px solid #767676;
  background: #fff;
  cursor: pointer;
  color: #767676;
  font-weight: 400;
  font-size: 16px;
}

.news-home .col-6 select:focus {
  outline: none;
}

@media (max-width: 499.98px) {
  .news-home .col-6 select {
    width: 100%;
    color: #000;
    font-size: 16px;
    margin: 0;
    outline: 0;
    color: #767676;
    font-weight: 400;
    font-size: 16px;
    background: #fff;
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.news-home .box-img-content-news .fix-pagespeed {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-home .box-img-content-news img {
  width: 100%;
}

.news-home .box-img-content-news h3 {
  font-family: "Judson";
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  display: -webkit-box;
  max-width: 100%;
  height: auto;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 499.98px) {
  .news-home .box-img-content-news h3 {
    font-size: 16px;
    font-weight: 400;
    -webkit-line-clamp: 2;
  }
}

.news-home .box-img-content-news p {
  font-size: 16px;
  font-weight: 300;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: auto;
  line-height: 1.6;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 499.98px) {
  .news-home .box-img-content-news p {
    display: none;
  }
}

.news-home.list-new-home {
  margin-top: 40px;
}

@media (min-width: 320px) {
  .news-home .page-content-news div:nth-child(4) {
    display: none;
  }
}

@media (max-width: 499.98px) {
  .news-home .page-content-news {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.banner-sales-home,
.discover {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 499.98px) {
  .banner-sales-home,
  .discover {
    margin-bottom: 0;
  }
}

.banner-sales-home .title-mb,
.discover .title-mb {
  display: none;
}

.banner-sales-home .title-pc,
.discover .title-pc {
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 499.98px) {
  .banner-sales-home .title-pc,
  .discover .title-pc {
    margin-top: 20px;
  }
}

@media (max-width: 499.98px) {
  .banner-sales-home .title-mb,
  .discover .title-mb {
    display: block;
  }

  .banner-sales-home .title-mb h3,
  .discover .title-mb h3 {
    font-family: "Judson";
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
    line-height: 22px;
  }

  .banner-sales-home .bg-showrom,
  .discover .bg-showrom {
    padding-top: 20px;
  }
}

.banner-sales-home.discover-home .sliders .slick-prev,
.discover.discover-home .sliders .slick-prev {
  width: auto !important;
  height: auto !important;
  left: -65px !important;
  z-index: 1;
}

.banner-sales-home.discover-home .sliders .slick-prev:before,
.discover.discover-home .sliders .slick-prev:before {
  color: #B48C72  !important;
}

.banner-sales-home.discover-home .sliders .slick-next,
.discover.discover-home .sliders .slick-next {
  width: auto !important;
  height: auto !important;
  right: -65px !important;
  z-index: 1 !important;
}

.banner-sales-home.discover-home .sliders .slick-next:before,
.discover.discover-home .sliders .slick-next:before {
  color: #BC944E  !important;
}

@media (max-width: 499.98px) {
  .banner-sales-home.discover-home .sliders .slick-next,
  .discover.discover-home .sliders .slick-next {
    right: 0 !important;
  }

  .banner-sales-home.discover-home .sliders .slick-next:before,
  .discover.discover-home .sliders .slick-next:before {
    color: #000  !important;
  }

  .banner-sales-home.discover-home .sliders .slick-prev,
  .discover.discover-home .sliders .slick-prev {
    left: 0px  !important;
  }

  .banner-sales-home.discover-home .sliders .slick-prev:before,
  .discover.discover-home .sliders .slick-prev:before {
    color: #000  !important;
  }
}

@media (max-width: 499.98px) {
  .banner-sales-home.discover-home .sliderss .slick-next,
  .discover.discover-home .sliderss .slick-next {
    right: 20px;
  }

  .banner-sales-home.discover-home .sliderss .slick-prev,
  .discover.discover-home .sliderss .slick-prev {
    left: 0;
  }
}

.banner-sales-home.discover-home .slick-prev,
.discover.discover-home .slick-prev {
  left: 25px;
  z-index: 1;
}

.banner-sales-home.discover-home .slick-next,
.discover.discover-home .slick-next {
  right: 25px;
  z-index: 1;
}

.banner-sales-home h2,
.discover h2 {
  font-family: "Judson";
  font-size: 32px;
  font-weight: 300;
  color: #3F3A36;
}

.banner-sales-home h3,
.discover h3 {
  font-family: "Judson";
  font-size: 20px;
  font-weight: 600;
  line-height: 24.72px;
  color: #3F3A36;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 499.98px) {
  .banner-sales-home h3,
  .discover h3 {
    font-size: 17px;
  }
}

@media (max-width: 499.98px) {
  .banner-sales-home h2,
  .discover h2 {
    font-family: "Judson";
    font-size: 28px;
    margin-bottom: 0;
  }

  .banner-sales-home p,
  .discover p {
    line-height: 20px;
  }
}

.banner-sales-home .seemore,
.discover .seemore {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}

.banner-sales-home .seemore a,
.discover .seemore a {
  text-transform: uppercase;
}

.banner-sales-home .bg-showrom .title,
.discover .bg-showrom .title {
  font-size: 16px;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 0em;
  margin-bottom: 2px;
}

.banner-sales-home .bg-showrom .p,
.discover .bg-showrom .p {
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0em;
}

.banner-sales-home .tierra-show-popup1,
.discover .tierra-show-popup1 {
  color: #3F3A36;
  border: 1px solid #d9d9d9;
  padding: 10px 25px;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  background: transparent;
  font-weight: 400;
}

.banner-sales-home .center > div,
.discover .center > div {
  padding-left: 40px;
  padding-right: 40px;
}

.banner-sales-home .center > div img,
.discover .center > div img {
  width: 100%;
  height: 560px;
}

@media (max-width: 1023.98px) {
  .banner-sales-home .center > div img,
  .discover .center > div img {
    height: auto !important;
  }
}

.banner-sales-home .sliders img,
.discover .sliders img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

@media (max-width: 1023.98px) {
  .banner-sales-home .sliders img,
  .discover .sliders img {
    height: auto !important;
  }
}

.banner-sales-home .slider,
.discover .slider {
  display: block;
}

.banner-sales-home .center > div {
  padding-left: 0;
  padding-right: 0;
}

.banner-sales-home .slick-next::before,
.banner-sales-home .slick-prev::before {
  font-size: 18px;
  color: #3F3A36 !important;
  display: none;
}

.banner-sales-home .slick-next {
  right: 0 !important;
  width: auto !important;
  height: auto !important;
}

.banner-sales-home .slick-prev {
  left: 0;
  z-index: 2 !important;
  width: auto !important;
  height: auto !important;
}

.banner-sales-home .slick-slide div {
  padding: 0 5px;
}

.reason-choose-tierra {
  padding-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 499.98px) {
  .reason-choose-tierra {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}

.reason-choose-tierra h2 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 300;
  font-family: "Judson";
  color: #3F3A36;
}

.reason-choose-tierra p {
  font-size: 16px;
  line-height: 25px;
  color: #3F3A36;
}

.reason-choose-tierra p img {
  height: auto;
}

.reason-choose-tierra p a {
  font-size: 16px;
}

.reason-choose-tierra.ringmen {
  color: #EADACD;
  margin-bottom: 0;
}

.reason-choose-tierra.diamond-detail {
  padding-top: 40px;
}

.filter-desktop.ringmen {
  margin-bottom: 30px;
}

@media (max-width: 499.98px) {
  .filter-desktop.ringmen {
    margin-bottom: 10px;
  }
}

.filter-desktop .webcrum {
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 1023.98px) {
  .filter-desktop .div-search {
    float: none !important;
    padding-bottom: 30px;
    text-align: center;
  }
}

.filter-desktop .filter-select-section {
  margin-left: 0;
  padding-left: 0;
}

@media (max-width: 1023.98px) {
  .filter-desktop .filter-select-section {
    height: 100%;
    overflow-y: auto;
  }
}

@media (max-width: 1023.98px) {
  .filter-desktop .filter-select-section .select-pc {
    display: none;
  }
}

.filter-desktop .filter-select-section li {
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  padding-top: 40px;
  padding-left: 20px;
}

.filter-desktop .filter-select-section li span {
  font-size: auto;
}

.filter-desktop .filter-select-section .select-active {
  cursor: pointer;
}

.filter-desktop .filter-select-section .select-active .box-select-content {
  display: none;
  width: 100%;
  z-index: 3;
}

.filter-desktop .filter-select-section .select-active .box-select-content .select-content .col-md-3 {
  max-width: 17%;
}

@media (max-width: 1023.98px) {
  .filter-desktop .filter-select-section .select-active .box-select-content .select-content .col-md-3 {
    max-width: 25%;
  }

  .filter-desktop .filter-select-section .select-active .box-select-content .select-content .hidden-mb {
    display: none;
  }

  .filter-desktop .filter-select-section .select-active .box-select-content .select-content .show-mb {
    display: block !important;
  }
}

.filter-desktop .filter-select-section .select-active .box-select-content .select-content div {
  padding: 0;
}

.filter-desktop .filter-select-section .select-active .box-select-content .select-content div .input-tatca {
  float: left;
  height: 20px;
  width: 20px;
  margin-top: 17px;
  margin-bottom: 0px;
}

.filter-desktop .filter-select-section .select-active .box-select-content .select-content div .lab-tatca {
  font-size: 15px;
  display: block;
  float: left;
  width: 110px;
  text-align: center;
  margin: 15px 0px;
}

.filter-desktop .filter-select-section .select-active .box-select-content .select-content div .input-item {
  float: left;
  height: 20px;
  width: 20px;
  margin-top: 30px;
  margin-bottom: 0px;
}

.filter-desktop .filter-select-section .select-active .box-select-content .select-content div .lab-item {
  font-size: 15px;
  display: block;
  float: left;
  width: 110px;
  text-align: center;
}

.filter-desktop .filter-select-section .select-active .box-select-content .select-content div .lab-item .Active {
  border: 2px solid #000;
  border-radius: 50%;
}

.filter-desktop .filter-select-section .select-active .box-select-content .select-content div input {
  float: left;
  height: 20px;
  width: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.filter-desktop .filter-select-section .select-active .box-select-content .select-content div label {
  font-size: 15px;
  text-align: center;
  margin: 15px;
  color: #000;
}

.filter-desktop .filter-select-section .select-active .box-select-content .select-content div img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.filter-desktop .filter-select-section .select-active .box-select-content .select-content div div {
  clear: both;
}

.shape3-ring {
  background: #9b8973;
}

@media (max-width: 499.98px) {
  .shape3-ring {
    background: white;
  }
}

@media (max-width: 1023.98px) {
  .select-mb {
    display: block !important;
  }
}

.box-select-content .select-content .col-md-3 {
  max-width: 17%;
}

@media (max-width: 1023.98px) {
  .box-select-content .select-content .col-md-3 {
    max-width: 25%;
  }

  .box-select-content .select-content .hidden-mb {
    display: none;
  }

  .box-select-content .select-content .show-mb {
    display: block !important;
  }
}

.box-select-content .select-content .active label div img {
  border: 2px solid #000080;
  border-radius: 30px;
}

.box-select-content .select-content div {
  padding: 0;
  width: calc(33.33% - 5px);
}

.box-select-content .select-content div .input-tatca {
  height: 20px;
  width: 20px;
  margin-top: 17px;
  margin-bottom: 0px;
}

.box-select-content .select-content div .lab-tatca {
  font-size: 15px;
  display: block;
  float: left;
  width: 110px;
  text-align: center;
  margin: 15px 0px;
}

.box-select-content .select-content div .input-item {
  float: left;
  height: 20px;
  width: 20px;
  margin-top: 30px;
  margin-bottom: 0px;
}

.box-select-content .select-content div .lab-item {
  font-size: 15px;
  display: block;
  float: left;
  width: 110px;
  text-align: center;
}

.box-select-content .select-content div input {
  float: left;
  height: 20px;
  width: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.box-select-content .select-content div label {
  font-size: 15px;
  float: none;
  width: auto;
  margin-left: 15px;
}

@media (max-width: 1023.98px) {
  .box-select-content .select-content div label {
    float: none !important;
    width: auto !important;
    text-align: left !important;
  }
}

.box-select-content .select-content div img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.box-select-content .select-content div {
  clear: both;
}

.menu-tab .tab-soon {
  border: 1px solid #eee;
  border-radius: 1px;
  display: inline-block;
  padding: 10px 20px;
}

.slick-dots {
  display: none !important;
}

.slick-dots > li {
  display: inline-block;
}

.slick-dots > li:only-child {
  display: none;
}

.slick-prev:before,
.slick-next:before {
  color: #000 !important;
  opacity: 1 !important;
  z-index: 100;
  display: none;
}

.title-blog-tab {
  padding-top: 0;
}

.tierra-area-showroom .col-md-6 {
  padding: 10px;
}

.tierra-area-showroom .col-md-12 {
  padding: 10px;
}

.tierra-area-showroom img {
  width: 100%;
}

@media (max-width: 1023.98px) {
  .tierra-area-showroom .bottom-60px {
    padding-bottom: 60px;
  }
}

.tierra-area-showroom .bg-showrom {
  background: #fbfaf6;
}

.tierra-area-showroom .content-area {
  padding: 5px;
}

.tierra-area-showroom .content-area h3 {
  color: #B48C72;
  font-size: 28px;
}

.tierra-area-showroom .content-area h2 {
  font-family: "Judson";
  font-size: 28px;
  margin-bottom: 10px;
}

.tierra-area-showroom .content-area p {
  line-height: 1.5;
  margin-bottom: 5px;
}

.tierra-area-showroom .content-area p.call-cta-btn {
  margin-top: 15px;
}

.tierra-area-showroom .content-area p.call-cta-btn button {
  border: 1px solid #B48C72;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  height: 40px;
  min-width: 180px;
  padding: 0;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .tierra-area-showroom .content-area h3 {
    font-size: 18px;
  }

  .tierra-area-showroom .content-area p {
    font-size: 16px;
  }
}

.tierra-area-showroom .content-area .class-l {
  float: left;
  width: 50%;
}

.tierra-area-showroom .content-area .class-c {
  float: left;
  width: 250px;
  height: 1px;
}

.tierra-area-showroom .content-area .hidden-p {
  display: none;
}

.tierra-area-showroom .content-area .center-p {
  text-align: center;
}

.stockclear1.discover-home a span:nth-child(2) {
  font-weight: 400 !important;
}

.mb-lg-8 {
  padding: 0  20px !important;
}

.btn-search {
  padding: 3px 15px;
  background: url(img/search.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: center;
  margin-left: -4px;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  border-bottom: 1px solid #D9D9D8;
  border-left: 0;
  cursor: pointer;
}

@media (max-width: 499.98px) {
  .btn-search {
    padding: 5px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
}

.btn-search.ringmen {
  background: url(img/search_icon_men.png) no-repeat center !important;
  background-color: #000000 !important;
  background-size: 20px !important;
}

.txt-search {
  padding: 5px 15px;
  outline: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  border-bottom: 1px solid #D9D9D8;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 499.98px) {
  .txt-search {
    width: 150px;
  }
}

@media (max-width: 1023.98px) {
  .bl-mb {
    display: none;
  }
}

.bo-loc {
  border: 1px solid #D9D9D9;
  padding: 3px 29px 3px 10px;
  margin-left: 15px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}

.bo-loc .close {
  position: absolute;
  right: 10px;
  top: -1px;
}

.loc-theo {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 1023.98px) {
  .loc-theo {
    display: inline-block;
  }
}

.popup-prouduct {
  left: 0;
  z-index: 9999999999 !important;
}

.bo-loc-gia {
  border: 1px solid #D9D9D9;
  margin: 5px 3px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  width: 47%;
  text-align: center;
}

.bo-loc-gia label {
  color: #3F3B36;
  padding: 3px 16px 3px 10px;
  width: 100%;
}

.bo-loc-gia.Active {
  border: 1px solid #D3AF71;
}

.bo-loc-chat-lieu {
  border: 1px solid #D9D9D9;
  margin: 5px 3px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  width: 47%;
  text-align: center;
}

.bo-loc-chat-lieu label {
  color: #3F3B36;
  padding: 3px 16px 3px 10px;
  width: 100%;
}

.bo-loc-chat-lieu.Active {
  border: 1px solid #D3AF71;
}

.bo-loc-da-tam {
  border: 1px solid #D9D9D9;
  margin: 5px 3px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  width: 47%;
  text-align: center;
}

.bo-loc-da-tam label {
  color: #3F3B36;
  padding: 3px 16px 3px 10px;
  width: 100%;
}

.bo-loc-da-tam.Active {
  border: 1px solid #D3AF71;
}

.bo-loc-giad {
  border: 1px solid #D9D9D9;
  margin: 5px 3px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  width: 47%;
  text-align: center;
}

.bo-loc-giad label {
  color: #3F3B36;
  padding: 3px 16px 3px 10px;
  width: 100%;
}

.bo-loc-giad.Active {
  border: 1px solid #D3AF71;
}

.box-search-mb {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 4%;
  width: 100%;
}

.button-lv1 {
  font-size: 15px !important;
  padding-top: 30px;
  margin-bottom: 0;
  cursor: pointer;
}

.button-lv1 a {
  font-size: 15px;
}

@media (max-width: 1023.98px) {
  .button-lv1 {
    padding-top: 15px;
  }
}

.button-lv2 {
  border: 0.5px solid #d9d9d9;
  padding: 10px 25px;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  background: transparent;
}

.padding-10px {
  padding: 0 10px;
}

.padding-bottom-20px {
  padding-bottom: 20px;
}

.padding-top-10px {
  padding-top: 10px;
}

@media (max-width: 499.98px) {
  .padding-top-10px {
    text-align: center;
  }
}

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

@media (max-width: 499.98px) {
  .center-p p {
    text-align: left;
    padding-left: 25px;
  }

  .center-p h2 {
    text-align: left;
    padding-left: 25px;
  }
}

.mb-show {
  display: none !important;
}

@media (max-width: 499.98px) {
  .mb-show {
    display: block !important;
  }
}

.pc-show {
  display: block !important;
}

@media (max-width: 499.98px) {
  .pc-show {
    display: none !important;
  }
}

.padding-pc {
  padding: 0;
}

@media (max-width: 499.98px) {
  .padding-pc {
    padding: 10px 20px;
  }
}

@media (max-width: 499.98px) {
  .center-mb {
    text-align: center;
  }
}

.slider-ss .slick-prev {
  left: -15px !important;
  z-index: 1;
  top: 35%;
}

.slider-ss .slick-next {
  right: 5px !important;
  z-index: 1;
  top: 35%;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.full-width {
  max-width: 100% !important;
  height: auto !important;
}

@media (max-width: 499.98px) {
  .slider .slick-prev {
    left: -15px !important;
    top: 40%;
  }
}

@media (max-width: 499.98px) {
  .slider .slick-next {
    top: 40%;
    right: 5px;
  }
}

@media (max-width: 499.98px) {
  .padd-mb {
    padding-bottom: 10px;
  }
}

.margin-top-40px {
  margin-top: 60px;
}

@media (max-width: 499.98px) {
  .margin-top-40px {
    margin-top: 40px;
  }
}

@media (max-width: 499.98px) {
  .mg-auto-mb {
    margin: 0 auto;
  }
}

@media (max-width: 499.98px) {
  .mb-row {
    justify-content: flex-end !important;
  }
}

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

@media (max-width: 499.98px) {
  .pc-center {
    text-align: left;
  }
}

.mb-center {
  text-align: left;
}

@media (max-width: 499.98px) {
  .mb-center {
    text-align: center;
  }
}

.line-mb-border-bottom {
  display: none;
}

@media (max-width: 499.98px) {
  .line-mb-border-bottom {
    display: block;
    border-bottom: 0.5px solid #D9D9D9;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.img-w {
  width: 568px;
}

@media (max-width: 499.98px) {
  .img-w {
    width: 330px;
  }
}

.padding-bottom-20px-mb {
  padding-bottom: 30px;
}

@media (max-width: 499.98px) {
  .padding-bottom-20px-mb {
    padding-bottom: 10px;
  }
}

.material-icons {
  font-size: 17px !important;
}

@media (max-width: 499.98px) {
  .background-F8F3EF {
    background: #F2F2F2;
    padding-bottom: 30px !important;
  }
}

.background-F2F2F2 {
  background: #F2F2F2;
}

@media (max-width: 499.98px) {
  .background-F2F2F2 {
    padding-bottom: 30px;
  }
}

.padding-10px-20px {
  padding: 20px 0;
}

@media (max-width: 499.98px) {
  .padding-10px-20px {
    padding: 10px 0;
  }
}

.padding-top-10px-20px {
  padding-top: 20px;
}

@media (max-width: 499.98px) {
  .padding-top-10px-20px {
    padding-top: 20px;
  }
}

.margin-top-10-5 {
  margin-top: 10px;
}

@media (max-width: 499.98px) {
  .margin-top-10-5 {
    margin-top: 5px;
  }
}

.margin-top-10-20 {
  margin-top: 10px;
}

@media (max-width: 499.98px) {
  .margin-top-10-20 {
    margin-top: 20px;
  }
}

.margin-top-5 {
  margin-top: 5px;
}

@media (max-width: 499.98px) {
  .img-mn-h {
    height: 412px !important;
    object-fit: cover;
  }
}

.font-size-title {
  font-size: 20px;
  font-weight: 600;
  padding-left: 10px;
}

@media (max-width: 499.98px) {
  .font-size-title {
    font-size: 17px;
    padding-left: 5px;
  }
}

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

@media (max-width: 499.98px) {
  .text-center-left {
    text-align: left;
  }
}

.padding-pc-20-mb-40 {
  padding-top: 20px;
}

@media (max-width: 499.98px) {
  .padding-pc-20-mb-40 {
    padding-top: 40px;
  }
}

@media (max-width: 499.98px) {
  .full-width-mb-new {
    width: 100% !important;
    padding: 0;
  }
}

@media (max-width: 499.98px) {
  .padding-30px-mb {
    padding-top: 30px;
  }
}

.max-height-330px {
  max-height: 588px;
  object-fit: cover;
}

@media (max-width: 499.98px) {
  .max-height-330px {
    max-height: 330px;
  }
}

.max-height-126px {
  max-height: 176px;
  object-fit: cover;
}

@media (max-width: 499.98px) {
  .max-height-126px {
    max-height: 126px;
  }
}

@media (max-width: 499.98px) {
  .mb-padding-0 {
    padding-left: 0;
    padding-right: 0;
  }
}

.line {
  height: 1px;
  border-bottom: 1px solid #D9D9D9;
  display: inline-flex;
  width: 180px;
  margin-left: 20px;
  margin-bottom: 10px;
}

@media (max-width: 499.98px) {
  .line {
    width: 120px;
    margin-bottom: 5px;
  }
}

.padding-mb-5px {
  padding: 5px 0;
}

@media (max-width: 499.98px) {
  .padding-mb-5px {
    padding-left: 0;
    padding-right: 5px;
  }
}

.font-new {
  font-size: 32px;
}

@media (max-width: 499.98px) {
  .font-new {
    font-size: 24px;
  }
}

.padding-20px-mb {
  padding: 20px 0;
}

@media (max-width: 499.98px) {
  .padding-20px-mb {
    padding-bottom: 10px;
  }
}

.backgnew {
  height: auto;
  background: #e3eddb;
  padding: 50px 0;
}

@media (max-width: 499.98px) {
  .backgnew {
    padding: 30px 0;
  }
}

.ul-li-prod .Active {
  border: solid 1px red !important;
}

.md-pd {
  padding-top: 10px;
}

@media (max-width: 499.98px) {
  .md-pd {
    padding-top: 0;
  }
}

@media (max-width: 499.98px) {
  .bg-mobi {
    background: #F8F3EF;
    padding: 10px;
  }
}

.mg-left-mb {
  margin-left: 160px;
}

@media (max-width: 499.98px) {
  .mg-left-mb {
    margin-left: 0;
  }
}

.img-cuahang {
  width: 30px;
  margin-right: 15px;
}

@media (max-width: 499.98px) {
  .img-cuahang {
    margin-right: 10px;
    width: 26px;
  }
}

.color-new {
  color: #fff !important;
}

@media (max-width: 499.98px) {
  .color-new {
    color: #3F3A36 !important;
  }
}

.fullscreen {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fullscreen:before {
  display: block;
  position: absolute;
  background: #000;
  opacity: 0.5;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
}

.fullscreen:after {
  position: absolute;
  background-image: url(img/tierra.jpg);
  background-size: cover;
  background-position: center center;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.error {
  position: relative;
  color: white;
  padding: 1rem;
  text-align: center;
}

.error h1 {
  font-size: 3.5rem;
}

.error h1 i {
  font-size: 4rem;
  line-height: 1;
  vertical-align: text-bottom;
}

.error h2 {
  font-size: 30px;
}

.error .back {
  display: block;
  margin-top: 20px;
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 499.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

.tag-pagenews {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tag-pagenews .tab-container {
  position: relative;
}

.tag-pagenews .tab-container .slick-slide > div {
  margin-right: 20px;
}

.tag-pagenews .tab-container ul {
  list-style: none;
  margin: 0 25px;
  padding: 0;
}

.tag-pagenews .tab-container ul li {
  border: 1px solid #CCC;
  border-radius: 3px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  list-style: none;
  margin-right: 20px;
  margin-left: 20px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 120px;
}

.tag-pagenews .tab-container ul li:hover {
  border: 1px solid #B48C72;
}

.tag-pagenews .tab-container ul li:hover a {
  color: #B48C72;
  text-decoration: none;
}

.tag-pagenews .tab-container ul li.active {
  border: 1px solid #B48C72;
}

.tag-pagenews .tab-container ul li.active a {
  color: #B48C72;
  text-decoration: none;
}

.tag-pagenews .tab-container .next,
.tag-pagenews .tab-container .prev {
  position: absolute;
  top: 12px;
  cursor: pointer;
}

.tag-pagenews .tab-container .next {
  right: -25px;
}

.tag-pagenews .tab-container .prev {
  left: -25px;
}

.article-tag {
  background: white;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  z-index: 100;
}

.article-tag .tab-container ul li {
  border: none;
}

.article-tag .tab-container ul li:hover {
  border: none;
}

.article-tag .tab-container ul li.active {
  background: #B48C72;
}

.article-tag .tab-container ul li.active a {
  color: white;
  text-decoration: none;
}

#floatbar .fixed {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 99;
}

.tierra-content-blog {
  padding-top: 67px;
}

@media (max-width: 499.98px) {
  .tierra-content-blog .container {
    padding: 0 15px;
  }
}

.tierra-content-blog h1 {
  font-size: 26px;
  font-weight: 500;
}

.tierra-content-blog h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}

.tierra-content-blog h3,
.tierra-content-blog h4,
.tierra-content-blog h5 {
  font-weight: 700;
  font-size: 20px;
}

.tierra-content-blog .author {
  color: #ccc;
  margin-top: 20px;
}

.tierra-content-blog img {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 100%;
}

.tierra-content-blog p {
  margin-bottom: 10px;
  text-align: justify;
}

.tierra-content-blog p a {
  color: #4792c9;
}

.tierra-content-blog .nav-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -moz-box;
}

.tierra-content-blog .nav-tabs li {
  float: none;
}

.tag-art a {
  display: block;
  padding: 10px 40px;
}

.tag-art .active {
  border: 1px solid #ccc;
}

.policy.gold-price-page h3 {
  font-size: 1.7rem;
  text-align: center;
}

@media (max-width: 499.98px) {
  .policy.gold-price-page {
    margin-top: 40px;
  }

  .policy.gold-price-page h2 {
    padding-inline: 0;
  }

  .policy.gold-price-page h3 {
    margin-top: 0;
    text-align: left;
  }

  .policy.gold-price-page table tr th,
  .policy.gold-price-page table tr td {
    font-size: 0.75rem;
    text-align: left;
  }
}

.gold-summary {
  margin-top: 50px;
}

.gold-summary h1 {
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #B48C72;
}

.gold-summary p {
  text-align: center;
}

@media (max-width: 499.98px) {
  .gold-summary h1,
  .gold-summary p {
    text-align: left;
  }
}

.bg-km {
  padding: 50px 0;
  background: #F8F3EF;
}

@media (max-width: 499.98px) {
  .bg-km {
    padding: 30px 0;
  }
}

.font-20px {
  font-size: 20px;
}

@media (max-width: 499.98px) {
  .font-20px {
    font-size: 17px;
  }
}

.bot-20px {
  padding-bottom: 30px;
}

@media (max-width: 499.98px) {
  .bot-20px {
    padding-bottom: 20px;
  }
}

.name-pd {
  font-family: "Judson";
  font-size: 16px;
  margin-top: 10px;
  text-align: left;
  display: -webkit-box;
  max-width: 100%;
  height: 46px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3F3B36;
}

.vt-pc {
  margin-left: 20px;
}

@media (max-width: 499.98px) {
  .vt-pc {
    display: block;
    margin-left: 0;
  }
}

.up-sale {
  color: #B48C72;
}

.bottom-60px-40px {
  margin-bottom: 60px;
}

@media (max-width: 499.98px) {
  .bottom-60px-40px {
    margin-bottom: 40px;
  }
}

.class-pop-new {
  top: 0 !important;
  height: 275px !important;
  padding-top: 20px !important;
  position: absolute;
  width: 568px !important;
  z-index: 4 !important;
  transform: translate(25%, 0%);
  left: 0;
}

.class-pop-new .row .input-filde-new input {
  max-width: 100% !important;
}

.class-pop-new .row .input-filde-new select {
  max-width: 100% !important;
}

@media (max-width: 499.98px) {
  .class-pop-new {
    transform: translate(10%, 0%);
    width: 281px !important;
  }
}

.popupContent-hmb {
  height: 550px !important;
}

.class-pop-nd {
  max-width: 764px;
  margin: 30px auto;
  height: 230px;
  overflow: auto;
}

.class-pop-nd::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

@media (max-width: 499.98px) {
  .class-pop-nd {
    max-width: 281px;
    margin: 18px auto;
    height: 150px;
    overflow: auto;
  }
}

.padding-bottom-30px {
  padding-bottom: 30px !important;
}

@media (max-width: 499.98px) {
  .padding-bottom-30px {
    padding-bottom: 20px !important;
  }
}

.bot-60px-40px {
  margin-bottom: 60px !important;
}

@media (max-width: 499.98px) {
  .bot-60px-40px {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 499.98px) {
  .mb-dis {
    display: block;
  }
}

.landing-tkr-h1 {
  font-size: 70px;
  font-family: "LA Barethelly Signature";
  line-height: 0.8;
}

.pc-60-mb-20 {
  margin-top: 60px;
}

@media (max-width: 499.98px) {
  .pc-60-mb-20 {
    margin-top: 30px;
  }
}

.ss-tkr .ss-tkr-h2 {
  text-align: center;
}

.pc-30-mb-20 {
  margin-top: 30px;
}

@media (max-width: 499.98px) {
  .pc-30-mb-20 {
    margin-top: 20px;
  }
}

.stockclear1 .tkr .col-md-12 {
  display: flex !important;
}

.stockclear1 .tkr .col-md-12 .img-tkr {
  display: inline-block;
}

.stockclear1 .tkr .col-md-12 .text-tk {
  display: inline-block;
  align-self: center !important;
  width: 372px;
  margin-left: 115px;
}

.stockclear1 .tkr .col-md-12 .ss-tkr-h2-sl {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 499.98px) {
  .stockclear1 .tkr .col-md-12 {
    display: inline-block !important;
  }

  .stockclear1 .tkr .col-md-12 .text-tk {
    width: auto;
    margin-left: 0;
  }

  .stockclear1 .tkr .col-md-12 .ss-tkr-h2-sl {
    margin-top: 25px;
    font-size: 17px;
  }
}

.stockclear1 .tkr .slick-dots {
  display: block !important;
  bottom: -60px;
  left: -0;
  text-align: center;
}

.stockclear1 .tkr .slick-dots li {
  width: 15px;
  margin: 0;
}

.stockclear1 .tkr .slick-dots li .custom-dot {
  height: 2px;
  width: 25px;
  background-color: #C7C7C7;
}

.stockclear1 .tkr .slick-dots li.slick-active .custom-dot {
  background-color: #B48C72 !important;
}

@media (max-width: 499.98px) {
  .stockclear1 .tkr .slick-prev {
    left: -20px;
    top: 180px;
  }

  .stockclear1 .tkr .slick-next {
    right: -10px;
    top: 180px;
  }
}

.margin-top-90-40px {
  margin-top: 90px;
}

@media (max-width: 499.98px) {
  .margin-top-90-40px {
    margin-top: 40px;
  }
}

.tkr-img-text .container {
  position: relative;
}

.tkr-img-text .container .ss-tkr-h2-img {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.tkr-img-text .container .text-img {
  position: absolute;
  top: 130px;
  left: 120px;
}

.tkr-img-text .container .text-img-right {
  position: absolute;
  top: 130px;
  right: 140px;
}

.tkr-img-text .container .text-img-right-kvc {
  position: absolute;
  top: 130px;
  right: 290px;
}

.tkr-img-text .container .text-img-dau-an {
  position: absolute;
  top: 40%;
  left: 120px;
}

@media (max-width: 1439.98px) {
  .tkr-img-text .container .text-img {
    position: absolute;
    top: 110px;
    left: 100px;
  }

  .tkr-img-text .container .text-img-right {
    position: absolute;
    top: 130px;
    right: 75px;
  }

  .tkr-img-text .container .text-img-right-kvc {
    position: absolute;
    top: 80px;
    right: 225px;
  }
}

@media (max-width: 1023.98px) {
  .tkr-img-text .container .text-img {
    position: absolute;
    top: 20px;
    left: 80px;
  }

  .tkr-img-text .container .text-img-right {
    top: 20px;
    right: 0;
    max-width: 300px;
  }

  .tkr-img-text .container .text-img-right-kvc {
    top: 20px;
    right: 100px;
  }

  .tkr-img-text .container .text-img-dau-an {
    position: absolute;
    top: 25%;
    left: 120px;
  }
}

@media (max-width: 499.98px) {
  .tkr-img-text .container .ss-tkr-h2-img {
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 400;
  }

  .tkr-img-text .container .text-img {
    position: absolute;
    top: 50px;
    left: 50px;
  }

  .tkr-img-text .container .text-img p {
    display: none !important;
  }

  .tkr-img-text .container .text-img-right {
    position: absolute;
    top: 40px;
    right: 20px;
    max-width: 170px;
  }

  .tkr-img-text .container .text-img-right p {
    display: none !important;
  }

  .tkr-img-text .container .text-img-right-kvc {
    position: absolute;
    top: 40px;
    right: 75px;
  }

  .tkr-img-text .container .text-img-right-kvc p {
    display: none !important;
  }

  .tkr-img-text .container .text-img-dau-an {
    position: absolute;
    top: 45%;
    left: 40px;
  }

  .tkr-img-text .container .text-img-dau-an p {
    display: none !important;
  }
}

.mgr-20-10px {
  margin-top: 20px;
}

@media (max-width: 1023.98px) {
  .mgr-20-10px {
    margin-top: 10px;
  }
}

.mgr-60-40px {
  margin-top: 60px;
}

@media (max-width: 1023.98px) {
  .mgr-60-40px {
    margin-top: 40px;
  }
}

.tkr-back-gr {
  background: #F4EFEB;
  padding: 44px 0;
}

.tkr-back-gr p {
  font-size: 30px;
  font-family: "Cormorant Infant";
}

@media (max-width: 1023.98px) {
  .tkr-back-gr {
    padding: 20px 0;
  }

  .tkr-back-gr p {
    font-size: 20px;
    font-family: "Cormorant Infant";
  }
}

.stockclear1 .tkr-sp .slick-dots {
  display: block !important;
  bottom: -30px;
  left: -0;
  text-align: center;
}

.stockclear1 .tkr-sp .slick-dots li {
  width: 15px;
  margin: 0;
}

.stockclear1 .tkr-sp .slick-dots li .custom-dot {
  height: 2px;
  width: 25px;
  background-color: #C7C7C7;
}

.stockclear1 .tkr-sp .slick-dots li.slick-active .custom-dot {
  background-color: #B48C72 !important;
}

.tkr-h2 {
  font-size: 30px !important;
  color: #3F3A36 !important;
  text-align: left;
  margin: 0 !important;
  text-transform: inherit !important;
}

@media (max-width: 499.98px) {
  .tkr-h2 {
    font-size: 24px !important;
  }
}

.a-font-size {
  font-size: 15px;
  color: #3F3A36;
  cursor: pointer;
}

.bot-10px {
  margin-bottom: 10px;
}

.tkr-container {
  background: #F4EFEB;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tkr-container .text-sp-th {
  font-weight: 300;
  font-size: 30px;
}

@media (max-width: 499.98px) {
  .tkr-container {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .tkr-container .text-sp-th {
    font-size: 24px;
  }
}

.mar-40-20 {
  margin-top: 40px;
}

@media (max-width: 499.98px) {
  .mar-40-20 {
    margin-top: 20px;
  }
}

.tkr-ch .left-0 {
  padding-left: 0;
}

.tkr-ch .col-md-4 .tkr-h2-ch {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 499.98px) {
  .tkr-ch .col-md-4 .tkr-h2-ch {
    max-width: 100%;
    padding-bottom: 10px;
    padding-top: 20px;
    font-size: 17px;
  }
}

.mar-40-40 {
  margin-top: 40px;
}

.box-landing {
  top: 40% !important;
}

.box-landing h1 {
  font-size: 30px !important;
  font-family: "Judson" !important;
}

@media (max-width: 499.98px) {
  .box-landing {
    position: relative !important;
    top: auto;
    width: 100%;
    z-index: 1;
    text-align: center;
    top: -5px !important;
    padding: 25px 0 !important;
    background: #F2F2F2;
  }

  .box-landing h1 {
    font-size: 24px !important;
    font-family: "Judson" !important;
  }
}

.bg-pc-mb {
  background: #F4EFEB;
}

@media (max-width: 499.98px) {
  .bg-pc-mb {
    background: none;
  }
}

.video-con {
  height: 100%;
}

@media (max-width: 499.98px) {
  .video-con iframe {
    height: 417px;
  }
}

@media (max-width: 499.98px) {
  .mb-d {
    text-align: center;
    padding: 30px 0;
  }
}

.padding-left-100 {
  padding-left: 100px;
}

@media (max-width: 499.98px) {
  .padding-left-100 {
    padding-left: 5px;
    padding-bottom: 10px;
  }
}

.collection {
  margin-top: 50px;
}

.collection article {
  margin-bottom: 70px;
}

.collection article .thumbnail {
  margin-bottom: 1rem;
}

.collection article .action {
  padding: 25px 0;
  text-align: left;
}

@media (min-width: 500px) {
  .collection article:nth-child(even) {
    text-align: right;
  }

  .collection article:nth-child(even) .col-md-5 {
    order: 1;
  }

  .collection article:nth-child(even) .col-md-7 {
    order: -1;
  }

  .collection article:nth-child(even) .action {
    text-align: right;
  }
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 499.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

.ga-vertical-gallery .services-slider {
  display: none;
}

.ga-vertical-gallery .flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
}

.ga-vertical-gallery .none {
  display: none;
}

.ga-vertical-gallery .slider-main {
  width: 100%;
  height: 100%;
  text-align: -webkit-center;
}

.ga-vertical-gallery .slider-main .gallery {
  display: grid;
  grid-gap: 10px;
  grid-auto-flow: column;
  grid-auto-columns: calc(100% - 20px);
}

.ga-vertical-gallery .slider-main .fix-pagespeed {
  width: 568px;
  height: 100%;
  object-fit: contain;
}

.ga-vertical-gallery .slider-main .slick-list {
  height: 568px !important;
}

@media (max-width: 499.98px) {
  .ga-vertical-gallery .slider-main .slick-list {
    height: 270px !important;
  }
}

.ga-vertical-gallery .slider-main .slick-track {
  height: 0 !important;
  transform: translate3d(0px, 0, 0px) !important;
}

.ga-vertical-gallery .slider-main div {
  height: 0;
}

.ga-vertical-gallery .slider-main div .slick-cloned {
  width: 0 !important;
}

@media (max-width: 499.98px) {
  .ga-vertical-gallery .slider-main div {
    height: 0;
  }
}

.ga-vertical-gallery .slider-main div img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.ga-vertical-gallery .slider-main .slick-active {
  height: 585px;
}

@media (max-width: 499.98px) {
  .ga-vertical-gallery .slider-main .slick-active {
    height: 270px !important;
  }
}

.ga-vertical-gallery .slider-main .slick-active div {
  height: 568px;
}

.ga-vertical-gallery .slider-main .slick-active div .img-sl2 {
  border: 0;
  margin-top: -4px;
  height: 540px;
  width: 540px;
}

@media (max-width: 499.98px) {
  .ga-vertical-gallery .slider-main .slick-active div {
    height: 270px !important;
  }

  .ga-vertical-gallery .slider-main .slick-active div .fix-pagespeed {
    width: 270px;
    height: 270px;
    object-fit: contain;
  }

  .ga-vertical-gallery .slider-main .slick-active div .img-sl {
    width: 100%;
    height: auto;
    z-index: 99;
  }

  .ga-vertical-gallery .slider-main .slick-active div .img-sl1 {
    width: 100%;
    height: auto;
    z-index: 99;
  }

  .ga-vertical-gallery .slider-main .slick-active div .img-sl2 {
    border: 0;
    margin-top: -4px;
    height: 250px !important;
    width: 100% !important;
  }
}

.ga-vertical-gallery .slider-main .slick-active div img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.ga-vertical-gallery .main-container {
  width: 80%;
}

.ga-vertical-gallery .nav-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  height: 120px;
}

@media (max-width: 499.98px) {
  .ga-vertical-gallery .nav-container {
    /* height: 270px; */
    /* width: 70px; */
    margin-right: 10px;
    margin-top: 10px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ga-vertical-gallery .nav-container {
    width: 100%;
    height: 100%;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 499.98px), (-ms-high-contrast: active) and (max-width: 499.98px) {
  .ga-vertical-gallery .nav-container {
    width: auto;
  }
}

.ga-vertical-gallery .nav-container i.material-icons {
  text-align: center;
  margin: 0 auto;
  font-size: 1.5rem;
}

.ga-vertical-gallery .nav-container .slider-nav.slick-initialized.slick-slider.slick-vertical {
  height: 120px !important;
}

@media (max-width: 499.98px) {
  .ga-vertical-gallery .nav-container .slider-nav.slick-initialized.slick-slider.slick-vertical {
    height: 120px !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ga-vertical-gallery .nav-container .slider-nav.slick-initialized.slick-slider.slick-vertical {
    height: inherit;
    height: 100%;
  }
}

.ga-vertical-gallery .nav-container .slick-current img {
  box-shadow: 0 0 4px 2px rgba(180, 140, 114, 0.9);
}

.ga-vertical-gallery .nav-container .slick-slide {
  height: 120px;
  width: 120px !important;
  margin-bottom: 20px;
}

.ga-vertical-gallery .nav-container .slick-slide.diamond-img {
  margin-bottom: 0;
}

.ga-vertical-gallery .nav-container .slick-slide > div > div {
  height: 120px;
  height: 100%;
  width: 117px;
  margin: 0 auto;
}

.ga-vertical-gallery .nav-container .slick-slide > div > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 499.98px) {
  .ga-vertical-gallery .nav-container .slick-slide > div > div img {
    width: 68px;
    height: 68px;
    object-fit: cover;
  }
}

.ga-vertical-gallery .slider-nav.slick-initialized.slick-slider.slick-vertical {
  display: flex !important;
  flex-direction: column-reverse;
  text-align: center;
  text-align: -webkit-center;
  height: 100%;
  justify-content: center;
}

@media screen and (min-width: 62em) {
  .ga-vertical-gallery .slider-nav.slick-initialized.slick-slider.slick-vertical {
    justify-content: center;
  }
}

.ga-vertical-gallery .slick-next,
.ga-vertical-gallery .slick-prev {
  position: relative;
  top: unset;
  color: #fc7a22;
  height: unset;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ga-vertical-gallery .slick-next,
  .ga-vertical-gallery .slick-prev {
    top: 0px;
  }
}

.ga-vertical-gallery .slick-next:before,
.ga-vertical-gallery .slick-prev:before {
  color: transparent;
}

.ga-vertical-gallery .slick-next {
  right: unset;
  transform: rotate(-90deg);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ga-vertical-gallery .slick-next {
    right: 0px;
  }
}

.ga-vertical-gallery .slick-prev {
  left: unset;
  transform: rotate(90deg);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ga-vertical-gallery .slick-prev {
    left: 0px;
  }
}

.product {
  margin-top: 10px;
}

@media (max-width: 499.98px) {
  .product {
    margin-top: 40px;
  }

  .product .row-mb {
    display: inline-block !important;
  }

  /* .product .vertical-slider {
    padding: 0 0px;
    height: 270px;
    max-height: 270px;
  } */
}

.product h3 {
  padding-top: 40px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.product .name-product {
  padding-top: 50px;
  font-family: Averta Std CY;
  font-size: 22px;
  font-weight: 400;
  color: #3F3B36;
  text-align: left;
  letter-spacing: 0;
}

@media (max-width: 499.98px) {
  .product .name-product {
    font-size: 18px;
  }
}

@media (max-width: 499.98px) {
  .product .name-product.diamond-name {
    padding-top: 30px;
  }
}

.product .name-product.ringmen {
  color: #D9D9D9;
}

@media (max-width: 499.98px) {
  .product .name-product.ringmen {
    padding-top: 20px;
  }
}

.product .product-price {
  font-size: 40px;
  line-height: 49px;
  font-weight: 400 !important;
  text-align: left;
  color: #B48C72;
  margin-bottom: 10px;
}

.product .product-price.ringmen {
  color: #EADACD;
}

.product .product-price small {
  color: #ccc;
  display: block;
  font-size: 16px;
  text-decoration: line-through;
}

@media (max-width: 499.98px) {
  .product .product-price {
    font-size: 24px;
    line-height: 30px;
  }

  .product .product-price.diamond-price-spacing {
    margin-bottom: 0px;
  }
}

.product .note-product-detail {
  color: #cc9866;
  font-style: italic;
  font-size: 12px;
}

.product .content-product-detail {
  font-size: 16px;
  margin-bottom: 20px;
}

@media (max-width: 499.98px) {
  .product .content-product-detail {
    margin-bottom: 20px !important;
  }

  .product .content-product-detail .col-6 {
    padding: 0;
  }

  .product .content-product-detail .col-4 {
    padding: 0;
  }

  .product .content-product-detail .col-8 {
    padding: 0;
  }
}

.product .content-product-detail .class-radio {
  text-align: left !important;
}

.product .content-product-detail .class-radio label {
  margin: 0 10px 0 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
}

.product .content-product-detail div {
  line-height: 32px;
}

.product .content-product-detail div:nth-child(2n) {
  text-align: right;
}

.product .content-product-detail div ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product .content-product-detail div ul li {
  display: inline-block;
  width: auto;
  border: 1px solid #D9D9D9;
  text-align: center;
  padding: 5px 10px;
  margin: 0 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
}

@media (max-width: 499.98px) {
  .product .content-product-detail div ul li {
    margin: 2px 8px;
    padding: 0 6px;
  }
}

.product .content-product-detail div ul li:nth-last-child(1) {
  margin-right: 0px !important;
}

.product .content-product-detail div ul .Active {
  border: 1px solid #B48C72;
}

.product .content-product-detail .product-color {
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  height: 27px;
  margin-bottom: 0;
  width: 27px;
  border-radius: 2px;
  margin-left: 10px;
}

.product .content-product-detail .product-color img {
  vertical-align: inherit;
}

.product .content-product-detail span.select2.select2-container.select2-container--material.select2-container--below.select2-container--open.select2-container--focus,
.product .content-product-detail .select2-selection.select2-selection--single,
.product .content-product-detail .select2-selection__rendered,
.product .content-product-detail span.select2.select2-container.select2-container--material {
  width: 100px !important;
}

.product .content-product-detail .select2-container--material .select2-selection--single {
  border: none;
  outline: none !important;
}

.product .box-btn {
  width: 100%;
  height: 46px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

@media (max-width: 499.98px) {
  .product .box-btn {
    height: 40px;
  }
}

.product .box-btn a {
  font-size: 16px;
}

.product .box-btn .secondary-btn {
  border-radius: 1px;
  min-width: 200px;
}

.product .box-btn .primary-btn {
  background: #183e40;
  border-radius: 1px;
  cursor: pointer;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  flex: 1;
  text-align: center;
}

.product .box-btn .primary-btn:nth-child(2) {
  background: #B48C72;
  border: 1px solid #B48C72;
}

@media (max-width: 499.98px) {
  .product .box-btn .primary-btn {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0px;
  }
}

.product li.select2-results__option {
  text-align: right !important;
  padding-right: 5px;
}

.product .note-product-detail {
  font-size: 16px;
  text-align: center;
}

.product.ringmen .product-title-ringmen {
  font-size: 1.8rem;
  margin-top: 15px;
}

.product.ringmen .select2-container--material .select2-selection--single {
  background: transparent;
}

.product.ringmen .select2-container--material .select2-selection--single .select2-selection__rendered {
  color: white;
}

.product.ringmen .box-btn .primary-btn {
  background: #EADACD;
  max-width: 100%;
  color: #3F3A36;
  font-weight: 700;
}

@media (max-width: 499.98px) {
  #product {
    width: 100%;
  }
}

.tag-catalog {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tag-catalog .tab-container {
  position: relative;
}

.tag-catalog .tab-container ul {
  display: block;
  list-style: none;
  margin: 0 25px;
  padding: 0;
}

.tag-catalog .tab-container ul li {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  list-style: none;
  padding: 0 20px;
  text-align: center;
}

.tag-catalog .tab-container .next,
.tag-catalog .tab-container .prev {
  position: absolute;
  top: 12px;
  cursor: pointer;
}

.tag-catalog .tab-container .next {
  right: -10px;
}

.tag-catalog .tab-container .prev {
  left: -10px;
}

.rePop,
.dentos-contact-show-popup,
.box-icon-cta-group,
.box-icon-cta-group .dentos-zalo-cta,
.box-icon-cta-group .dentos-phone-cta,
.box-icon-cta-group .dentos-close-cta-group {
  background: #cc9866;
  border: none;
  border-radius: 60px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
  cursor: pointer;
  display: block;
  outline: none;
  position: fixed;
  right: 24px;
  bottom: 100px;
  height: 60px;
  width: 60px;
  z-index: 101;
}

.rePop p,
.dentos-contact-show-popup p,
.box-icon-cta-group p,
.box-icon-cta-group .dentos-zalo-cta p,
.box-icon-cta-group .dentos-phone-cta p,
.box-icon-cta-group .dentos-close-cta-group p {
  color: white;
  font-size: 12px;
  line-height: 1;
  margin: 0;
  text-align: center;
}

.rePop p img,
.dentos-contact-show-popup p img,
.box-icon-cta-group p img,
.box-icon-cta-group .dentos-zalo-cta p img,
.box-icon-cta-group .dentos-phone-cta p img,
.box-icon-cta-group .dentos-close-cta-group p img {
  height: 32px;
  margin-top: 5px;
}

@media (max-width: 499.98px) {
  .rePop,
  .dentos-contact-show-popup,
  .box-icon-cta-group,
  .box-icon-cta-group .dentos-zalo-cta,
  .box-icon-cta-group .dentos-phone-cta,
  .box-icon-cta-group .dentos-close-cta-group {
    bottom: 25px;
    left: 20px;
    right: auto;
  }
}

.rePop {
  background: #0080c7;
  bottom: 180px;
  line-height: 60px;
  text-align: center;
}

.rePop a {
  display: block;
}

.rePop a img {
  height: 30px;
}

@media (max-width: 499.98px) {
  .rePop {
    bottom: 25px;
    left: auto;
    right: 25px;
  }
}

.dentos-contact-show-popup {
  bottom: 95px;
  left: auto;
  right: 27px;
  z-index: 1;
}

@media (min-width: 500px) {
  .dentos-contact-show-popup {
    display: none;
  }
}

.box-icon-cta-group {
  box-shadow: none;
  background: none;
  bottom: 100px;
  display: none;
  right: 25px;
  left: auto;
  height: auto;
  z-index: 3;
}

.box-icon-cta-group .dentos-zalo-cta,
.box-icon-cta-group .dentos-phone-cta,
.box-icon-cta-group .dentos-close-cta-group {
  background: #0080c7;
  line-height: 60px;
  text-align: center;
  margin-top: 10px;
  position: relative;
}

.box-icon-cta-group .dentos-zalo-cta a,
.box-icon-cta-group .dentos-phone-cta a,
.box-icon-cta-group .dentos-close-cta-group a {
  display: block;
}

.box-icon-cta-group .dentos-zalo-cta a img,
.box-icon-cta-group .dentos-phone-cta a img,
.box-icon-cta-group .dentos-close-cta-group a img {
  height: 30px;
}

.box-icon-cta-group .dentos-zalo-cta p,
.box-icon-cta-group .dentos-phone-cta p,
.box-icon-cta-group .dentos-close-cta-group p {
  line-height: 60px;
}

.box-icon-cta-group .dentos-zalo-cta p img,
.box-icon-cta-group .dentos-phone-cta p img,
.box-icon-cta-group .dentos-close-cta-group p img {
  height: 22px;
  margin-top: 0;
  width: auto;
}

@media (max-width: 499.98px) {
  .box-icon-cta-group .dentos-zalo-cta,
  .box-icon-cta-group .dentos-phone-cta,
  .box-icon-cta-group .dentos-close-cta-group {
    bottom: 0;
    left: auto;
    right: 0;
  }
}

.box-icon-cta-group .dentos-zalo-cta {
  line-height: 60px;
}

.box-icon-cta-group .dentos-phone-cta {
  background: #269663;
}

.box-icon-cta-group .dentos-close-cta-group {
  box-shadow: none;
  background: rgba(235, 235, 235, 0.5);
  height: 40px;
  width: 40px;
}

.box-icon-cta-group .dentos-close-cta-group p {
  color: #000;
  font-size: 1.2rem;
  height: 40px;
  line-height: 40px;
}

.product-brief {
  padding-top: 60px;
}

@media (max-width: 499.98px) {
  .product-brief {
    padding-top: 40px;
    padding-inline: 30px;
  }
}

.product-brief p {
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
}

.product-brief a {
  color: #B48C72 !important;
}

.content-seo {
  font-size: 1rem;
  margin-top: 60px;
  text-align: justify;
}

.content-seo .show-more {
  display: none;
}

.content-seo .collapse {
  display: none;
}

@media (max-width: 499.98px) {
  .content-seo {
    margin-top: 40px !important;
    padding-inline: 40px !important;
  }

  .content-seo .show-more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100px;
    background: linear-gradient(rgba(255, 255, 255, 0), #ffffff, #ffffff);
  }

  .content-seo .show-more i {
    font-size: 15px;
  }

  .content-seo .collapse {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
  }

  .content-seo .collapse i {
    font-size: 15px;
  }

  .content-seo span {
    font-weight: 500;
  }

  .content-seo span a {
    color: #b48c72 !important;
  }

  .content-seo a {
    font-weight: 500;
    color: #b48c72 !important;
    text-decoration: underline;
  }
}

.content-seo .content-brief {
  font-weight: 500;
}

@media (max-width: 499.98px) {
  .content-seo .content-brief.show-more-section {
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.dentos-popup-product {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}

.dentos-popup-product .close-popup {
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  height: 30px;
  margin-bottom: 0;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  z-index: 2;
  width: 30px;
}

.dentos-popup-product .dentos-content-popup {
  background: white;
  height: 100vh;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  width: 420px;
}

.dentos-popup-product .dentos-content-popup .form-content {
  margin-top: 20px;
}

.dentos-popup-product .dentos-content-popup .form-content .pop-img {
  height: 250px;
  width: auto;
  text-align: center;
}

.dentos-popup-product .dentos-content-popup .form-content .pop-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: unset;
}

.dentos-popup-product .dentos-content-popup .form-content h2 {
  font-family: "Open Sans";
  font-size: 2rem;
  font-weight: 400;
}

.dentos-popup-product .dentos-content-popup .form-content p {
  font-size: 1rem;
  line-height: 1.2;
  text-align: justify;
}

@media (max-width: 499.98px) {
  .dentos-popup-product .dentos-content-popup .form-content form {
    margin-top: 0;
  }
}

.dentos-popup-product .dentos-content-popup .form-content form input {
  border: none;
  border-bottom: 1px solid rgba(180, 140, 114, 0.5);
  display: block;
  font-size: 1rem;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  outline: none;
  padding-left: 10px;
  width: 100%;
}

.dentos-popup-product .dentos-content-popup .form-content form .action {
  margin-top: 50px;
  text-align: center;
}

.dentos-popup-product .dentos-content-popup .form-content form .action button {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  height: 45px;
  min-width: 160px;
}

.dentos-popup-product .dentos-content-popup ul {
  margin-top: 20px;
  padding-left: 0;
}

.dentos-popup-product .dentos-content-popup ul li {
  list-style-type: none;
  height: 40px;
}

.dentos-popup-product .dentos-content-popup ul li span {
  color: #000;
  display: inline-block;
  width: 60px;
}

.dentos-popup-product .dentos-content-popup ul li a {
  color: #B48C72;
}

.dentos-popup-product .dentos-content-popup ul li a span {
  display: inline;
}

@media (max-width: 499.98px) {
  .dentos-popup-product .dentos-content-popup {
    padding: 0px;
    padding-top: 10px;
    height: 110vh;
    width: 100%;
  }

  .dentos-popup-product .dentos-content-popup .form-content h2 {
    font-size: 1.5rem;
  }

  .dentos-popup-product .dentos-content-popup .form-content form input {
    font-size: 0.9rem;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
  }

  .dentos-popup-product .dentos-content-popup .form-content form .action {
    margin-top: 1.5rem;
  }

  .dentos-popup-product .dentos-content-popup ul {
    bottom: 50px;
  }

  .dentos-popup-product .dentos-content-popup ul li {
    height: 30px;
  }
}

.content-seo {
  margin-top: 60px;
  text-align: justify;
}

.content-seo span {
  font-weight: 500;
}

.content-seo span a {
  color: #b48c72 !important;
}

.content-seo a {
  font-weight: 500;
  color: #b48c72 !important;
  text-decoration: underline;
}

.content-seo span {
  font-weight: 500;
}

.content-seo span a {
  color: #b48c72 !important;
}

.content-seo a {
  font-weight: 500;
  color: #b48c72 !important;
  text-decoration: underline;
}

.stockclear.home-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.stockclear.discover-home {
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.stockclear.discover-home .slider {
  display: block;
}

@media (max-width: 499.98px) {
  .stockclear.discover-home .slider .slick-prev {
    left: 30px;
    z-index: 10;
  }

  .stockclear.discover-home .slider .slick-next {
    right: 30px;
    z-index: 10;
  }
}

.stockclear.discover-home a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}

.stockclear.discover-home a span {
  display: block;
  margin-top: 5px;
  text-align: center;
}

.stockclear.discover-home a span:nth-child(1) {
  margin-bottom: 10px;
}

.stockclear.discover-home a span:nth-child(2) {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  margin-top: 10px;
  text-align: left;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 46px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 499.98px) {
  .stockclear.discover-home a span:nth-child(2) {
    font-size: 16px;
    height: 44px;
    -webkit-line-clamp: 2;
  }
}

.stockclear.discover-home a span:nth-child(3) {
  color: #3F3B36;
  font-size: 15px;
  font-weight: 700;
}

.stockclear.discover-home a span:nth-child(4) {
  color: #ccc;
  font-size: 15px;
  text-decoration: line-through;
}

.stockclear.discover-home a span:nth-child(5) {
  font-size: 16px;
  margin-top: 20px;
}

@media (max-width: 499.98px) {
  .stockclear.discover-home a {
    padding-left: 3px;
    padding-right: 3px;
  }

  .stockclear.discover-home a span:nth-child(2) {
    font-size: 14px;
  }
}

.stockclear1.home-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.stockclear1.discover-home {
  margin-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 499.98px) {
  .stockclear1.discover-home .slider-show .slick-prev {
    left: -25px;
    top: 40%;
  }

  .stockclear1.discover-home .slider-show .slick-next {
    right: -15px;
    top: 40%;
  }
}

.stockclear1.discover-home .slider {
  display: block;
}

@media (max-width: 499.98px) {
  .stockclear1.discover-home .slider .slick-prev {
    left: -15px;
    z-index: 10;
  }

  .stockclear1.discover-home .slider .slick-next {
    right: 5px;
    z-index: 10;
  }
}

.stockclear1.discover-home a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}

.stockclear1.discover-home a span {
  display: block;
  margin-top: 5px;
}

.stockclear1.discover-home a span:nth-child(1) {
  margin-bottom: 10px;
}

.stockclear1.discover-home a span:nth-child(2) {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
  text-align: left;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 46px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3F3B36;
}

@media (max-width: 499.98px) {
  .stockclear1.discover-home a span:nth-child(2) {
    font-size: 16px;
    height: 44px;
    -webkit-line-clamp: 2;
  }
}

.stockclear1.discover-home a span:nth-child(3) {
  color: #3F3B36;
  font-size: 16px;
  font-weight: 700;
}

.stockclear1.discover-home a span:nth-child(4) {
  color: #ccc;
  font-size: 16px;
  text-decoration: line-through;
}

.stockclear1.discover-home a span:nth-child(5) {
  font-size: 16px;
  margin-top: 20px;
}

@media (max-width: 499.98px) {
  .stockclear1.discover-home a {
    padding-left: 5px;
    padding-right: 5px;
  }

  .stockclear1.discover-home a span:nth-child(2) {
    font-size: 16px;
  }
}

.stockclear2.discover-home {
  padding-left: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 10px;
}

.stockclear2.discover-home .sliderf {
  display: block;
}

@media (max-width: 499.98px) {
  .stockclear2.discover-home .sliderf .slick-prev {
    left: -15px;
    z-index: 10;
    top: 15px;
  }

  .stockclear2.discover-home .sliderf .slick-next {
    right: 0px;
    z-index: 10;
    top: 15px;
  }
}

.stockclear2.discover-home a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}

.stockclear2.discover-home a span {
  display: block;
  margin-top: 5px;
}

.stockclear2.discover-home a span:nth-child(1) {
  margin-bottom: 10px;
}

.stockclear2.discover-home a span:nth-child(2) {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
  text-align: left;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 46px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3F3B36;
}

@media (max-width: 499.98px) {
  .stockclear2.discover-home a span:nth-child(2) {
    font-size: 16px;
    height: 44px;
    -webkit-line-clamp: 2;
  }
}

.stockclear2.discover-home a span:nth-child(3) {
  color: #3F3B36;
  font-size: 15px;
  font-weight: 700;
}

.stockclear2.discover-home a span:nth-child(4) {
  color: #ccc;
  font-size: 15px;
  text-decoration: line-through;
}

.stockclear2.discover-home a span:nth-child(5) {
  font-size: 16px;
  margin-top: 20px;
}

@media (max-width: 499.98px) {
  .stockclear2.discover-home a {
    padding-left: 3px;
    padding-right: 3px;
  }

  .stockclear2.discover-home a span:nth-child(2) {
    font-size: 14px;
  }
}

.row-mbb {
  display: none;
}

@media (max-width: 499.98px) {
  .row-mbb {
    display: block !important;
  }

  .row-pc {
    display: none !important;
  }

  .mb-faq {
    font-size: 15px !important;
    padding-right: 15px;
  }
}

.material-icons {
  font-size: 16px;
}

.mb-filter {
  font-size: 16px;
  display: none;
  border: 1px solid #D9D9D8;
  border-radius: 5px;
  padding: 5px 25px 5px 0px;
  position: relative;
  width: 100px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 499.98px) {
  .mb-filter {
    display: inline-block;
  }
}

.mb-filter:after {
  content: " ";
  background-image: url(img/boloc.png);
  width: 13px;
  position: absolute;
  height: 12px;
  top: 9px;
  right: 5px;
}

.colse {
  font-size: 24px;
  color: #B48C72;
  position: absolute;
  right: 15px;
  top: 0;
}

.colsenew {
  font-size: 24px;
  color: #B48C72;
  position: absolute;
  right: 15px;
  top: 0;
}

.colsenew-sort {
  font-size: 24px;
  color: #B48C72;
  position: absolute;
  right: 15px;
  top: 0;
}

@media (max-width: 499.98px) {
  .mobile-h2 {
    font-size: 18px !important;
  }
}

.material-icons {
  cursor: pointer;
}

.banner-product-new {
  position: relative;
}

@media (min-width: 500px) {
  .banner-product-new {
    max-width: 100% !important;
  }
}

@media (max-width: 1023.98px) {
  .banner-product-new {
    width: auto !important;
    height: 100% !important;
  }
}

@media (max-width: 499.98px) {
  .banner-product-new.banner-sildeshow {
    background-color: #F2F2F2;
  }
}

.banner-product-new .slick-dots {
  display: block !important;
  bottom: -45px;
  left: -8px;
}

.banner-product-new .slick-dots li {
  width: 15px;
}

.banner-product-new .slick-dots li .custom-dot {
  height: 2px;
  width: 25px;
  background-color: #C7C7C7;
}

.banner-product-new .slick-dots li.slick-active .custom-dot {
  background-color: #494949 !important;
}

.banner-product-new .material-icons {
  vertical-align: middle;
  font-size: 15px;
  color: #3F3A36;
}

.banner-product-new .banner-customize {
  padding: 0;
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
}

@media (max-width: 499.98px) {
  .banner-product-new .banner-customize {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .banner-product-new .banner-customize h4 {
    margin-top: 10px;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 5px;
  }

  .banner-product-new .banner-customize a {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
  }

  .banner-product-new .banner-customize .banner-img {
    padding-left: 40px;
    padding-right: 40px;
  }

  .banner-product-new .banner-customize .banner-img img {
    width: 100% !important;
  }
}

.banner-product-new .banner-customize img {
  width: 80%;
  height: auto;
}

.banner-product-new .banner-customize .customize-text {
  position: absolute;
  margin-left: -280px;
  margin-top: 60px;
  max-width: 300px;
}

.banner-product-new .banner-customize .customize-text a {
  font-weight: 500;
}

@media (max-width: 1023.98px) {
  .banner-product-new .banner-customize .customize-text {
    margin-left: -200px;
    margin-top: 40px;
  }
}

.banner-product-new .banner-customize .customize-text h4 {
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 25px !important;
  margin-bottom: 5px;
}

.banner-product-new .banner-customize .customize-text p {
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 19px !important;
  margin-bottom: 30px;
}

.banner-product-new .box-content-banner {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1024px) {
  .banner-product-new .box-content-banner {
    top: 15vw;
  }
}

@media (max-width: 499.98px) {
  .banner-product-new .box-content-banner {
    background-color: #F2F2F2;
  }
}

@media (max-width: 499.98px) {
  .banner-product-new.product-section-margin {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 320px) {
  .banner-product-new .dentos-banner-sildeshow {
    max-width: 100%;
    height: auto;
  }
}

.banner-product-new .dentos-banner-sildeshow img {
  position: relative;
  max-width: 250% !important;
}

@media (max-width: 499.98px) {
  .banner-product-new .dentos-banner-sildeshow img {
    max-width: 412px !important;
    height: 412px !important;
  }
}

.banner-product-new .dentos-box-product {
  max-width: 100% !important;
}

.banner-product-new .dentos-box-product h1,
.banner-product-new .dentos-box-product p {
  text-align: left !important;
  color: #3F3A36 !important;
}

@media (max-width: 1023.98px) {
  .banner-product-new .dentos-box-product {
    padding-inline: 20px;
  }
}

.banner-product-new .banner-title {
  padding: 0 !important;
}

.banner-product-new h1 {
  max-width: 100% !important;
  font-weight: 300 !important;
  font-size: 30px !important;
  line-height: 37px !important;
  padding-bottom: 10px;
}

@media (max-width: 1023.98px) {
  .banner-product-new h1 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}

.banner-product-new p {
  max-width: 100% !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  margin-bottom: 20px;
}

@media (max-width: 1023.98px) {
  .banner-product-new p {
    font-size: 15px !important;
    line-height: 19px !important;
  }
}

.banner-contact {
  background-color: #F8F3EF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 60px;
  text-align: center;
}

.banner-contact h4 {
  font-weight: 300 !important;
  font-size: 30px !important;
  line-height: 37px !important;
  margin-bottom: 5px;
}

.banner-contact p {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  margin-bottom: 20px;
}

.banner-contact img {
  width: 100%;
}

.banner-contact form {
  margin-top: 20px;
}

.banner-contact input,
.banner-contact select {
  padding: 10px;
  background: #F8F3EF;
  border: 0.5px solid #3F3B36;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  outline: none;
  margin: 0 auto;
  width: 100%;
}

.banner-contact button {
  font-size: 16px;
  padding: 10px 25px;
}

@media (max-width: 499.98px) {
  .banner-contact {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 40px;
  }

  .banner-contact h4 {
    font-weight: 300 !important;
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 5px;
  }

  .banner-contact p {
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 19px !important;
    margin-bottom: 15px;
  }
}

.banner-contact .input-padding-left {
  padding: 0;
}

@media (min-width: 500px) {
  .banner-contact .input-padding-left {
    padding-left: 10px;
    padding-right: 0;
  }
}

.banner-contact .input-padding-right {
  padding: 0;
}

@media (min-width: 500px) {
  .banner-contact .input-padding-right {
    padding-right: 10px;
    padding-left: 0;
  }
}

.banner-contact .btn-padding {
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 499.98px) {
  .banner-contact .btn-padding {
    margin-top: 20px;
  }
}

.banner-contact .btn-padding button {
  font-weight: 500;
}

.slider-nav-1 .slick-slide {
  margin: 0 5px;
}

.top-30px {
  margin-top: 30px;
}

@media (max-width: 499.98px) {
  .top-30px {
    margin-top: 10px;
  }
}

.product-cat .slick-track {
  width: 100000px !important;
}

.text-km {
  position: absolute;
  max-width: 315px;
  left: 0;
  top: 50%;
  margin-left: 580px;
  transform: translate(0%, -50%);
}

@media (max-width: 1023.98px) {
  .text-km {
    margin-left: 320px;
  }
}

@media (max-width: 499.98px) {
  .text-km {
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 30px;
    text-align: center;
    top: auto;
    margin-left: 0;
  }
}

.section-km {
  max-height: 130px;
}

@media (max-width: 499.98px) {
  .section-km {
    max-height: 250px;
  }
}

.section-km .row {
  position: relative;
}

.section-km .row h3 {
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 499.98px) {
  .section-km .row h3 {
    font-size: 17px;
  }
}

.boloc-pd {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

.boloc-pd:after {
  content: " ";
  background-image: url(img/boloc.png);
  width: 20px;
  position: absolute;
  height: 20px;
  top: 1px;
  left: 0;
}

.bg-filter {
  background: #F2F2F2;
  height: 62px;
  display: flex;
  align-items: center;
}

.bg-filter .container {
  padding-left: 10px;
  padding-right: 10px;
}

.bg-filter .container .col-md-9 {
  padding-left: 0;
}

@media (max-width: 499.98px) {
  .bg-filter {
    background: linear-gradient(to right, #E6E6E6 50%, #F8F3EF 50%);
  }
}

.font-fl {
  font-weight: 600;
  text-transform: uppercase;
}

.filter-container {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

#frmFilter {
  display: none;
}

.frmFiltercss {
  position: absolute;
  z-index: 10;
  background: #fff;
  width: 448px;
  display: block !important;
}

@media (max-width: 499.98px) {
  .frmFiltercss {
    width: 313px;
    position: fixed;
    z-index: 10;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    left: 0;
    height: 100%;
    top: 60px;
    bottom: 0;
    padding-bottom: 100px;
  }
}

.float-r {
  float: right;
}

.boloc-sort {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
}

.boloc-sort:after {
  content: " ";
  background-image: url(img/icon-sort.png);
  width: 20px;
  position: absolute;
  height: 20px;
  top: 1px;
  left: 5px;
}

@media (max-width: 499.98px) {
  .boloc-sort {
    padding-left: 20px;
  }

  .boloc-sort:after {
    left: 0;
  }
}

@media (max-width: 499.98px) {
  .bg-filter-add {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10;
  }
}

@media (max-width: 499.98px) {
  .overfl {
    overflow: hidden;
  }
}

@media (max-width: 499.98px) {
  .div-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.38);
    z-index: 9;
  }
}

.select-div {
  position: absolute;
  top: 43px;
  left: 33px;
  background: #fff;
  width: 336px;
  padding: 20px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  z-index: 3;
}

@media (max-width: 499.98px) {
  .select-div {
    position: fixed;
    top: 60px;
    left: 0;
    width: 313px;
    z-index: 10;
    height: 100%;
  }
}

.select-div .check {
  margin-top: 10px;
  margin-left: 10px;
}

.select-div .check label {
  cursor: pointer;
  font-size: 15px;
  color: #3F3A36;
  position: relative;
  /* Tạo kiểu cho ô đánh dấu tùy chỉnh */
}

.select-div .check label:hover {
  color: #B48C72;
}

.select-div .check label .custom-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.stockclear1 .slider-img .slick-prev {
  left: 0px;
  top: 90%;
  z-index: 3;
  position: absolute;
  opacity: 0.3;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  cursor: pointer;
  background: transparent;
  transform: translate(0%, -50%);
  padding: 0px;
  border: none;
  outline: auto;
  color: #d9d9d9 !important;
  border-radius: 50%;
}

.stockclear1 .slider-img .slick-next {
  right: 0;
  top: 90%;
  z-index: 3;
  position: absolute;
  opacity: 0.3;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  cursor: pointer;
  background: transparent;
  transform: translate(0%, -50%);
  padding: 0px;
  border: none;
  outline: auto;
  color: #d9d9d9 !important;
  border-radius: 50%;
}

.stockclear1 .slider-img .slick-dots {
  display: block !important;
  bottom: -30px;
  left: -0;
  text-align: left;
}

.stockclear1 .slider-img .slick-dots li {
  width: 15px;
  margin: 0;
}

.stockclear1 .slider-img .slick-dots li .custom-dot {
  height: 2px;
  width: 25px;
  background-color: #C7C7C7;
}

.stockclear1 .slider-img .slick-dots li.slick-active .custom-dot {
  background-color: #B48C72 !important;
}

@media (max-width: 499.98px) {
  .stockclear1 .slider-img .slick-prev {
    left: 0;
    bottom: 0;
  }

  .stockclear1 .slider-img .slick-next {
    right: -0;
    bottom: 0;
  }
}

.swith {
  cursor: pointer;
}

.swith .Active {
  background: #B48C72;
  color: #B48C72;
}

.swith label {
  font-size: 16px;
  color: #000;
}

@media (max-width: 499.98px) {
  .swith label {
    font-size: 15px;
  }
}

.swith .lActive {
  color: #B48C72 !important;
}

@media (max-width: 499.98px) {
  .class-mb-pd-r {
    padding-left: 5px !important;
  }
}

@media (max-width: 499.98px) {
  .class-mb-pd {
    text-align: left !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.padd-mb-row {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media (max-width: 499.98px) {
  .padd-mb-row {
    padding-bottom: 10px;
  }
}

/* Loại bỏ giao diện mặc định của checkbox */

input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #D9D9D9;
  /* Đường viền màu đen cho checkbox */
  outline: none;
  /* Loại bỏ đường viền khi focus */
  cursor: pointer;
}

/* Tùy chỉnh trạng thái của checkbox khi checked (được chọn) */

input[type="checkbox"]:checked {
  background-color: #000;
  /* Màu nền khi checked */
}

.whishlisnew {
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 20px;
}

.wishlist-label {
  font-size: 16px;
  color: #3F3A36;
  float: right;
  line-height: 1.2;
}

.wishlist-label .wishlist-product {
  margin-right: 5px;
}

.wishlist-label span {
  cursor: pointer;
}

.ringmen {
  background: #000000;
  font-weight: 300;
}

.ringmen h1,
.ringmen h2,
.ringmen h3,
.ringmen h4,
.ringmen h5,
.ringmen p,
.ringmen a,
.ringmen span,
.ringmen li {
  color: #D9D9D9;
}

.ringmen h1,
.ringmen h2,
.ringmen h3,
.ringmen h4,
.ringmen h5 {
  font-weight: 400;
}

.ringmen .content-product-detail div {
  color: #D9D9D9 !important;
}

.ringmen img {
  height: auto;
}

.ringmen .amenu-bar {
  width: 24px;
  height: 19px;
}

.filter-ringmen {
  background: #000000;
  color: #D9D9D9;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 5px;
}

.filter-ringmen a {
  color: #D9D9D9;
}

.menu-ringmen .ringmen-menu-desktop {
  padding-top: 20px;
}

@media (max-width: 499.98px) {
  .menu-ringmen .ringmen-menu-desktop {
    display: none;
  }
}

.menu-ringmen .ringmen-menu-desktop .logo-header {
  text-align: center;
}

.menu-ringmen .ringmen-menu-desktop .logo-header img {
  height: 55px;
}

.menu-ringmen .ringmen-menu-desktop a {
  color: #D9D9D9;
}

.menu-ringmen .ringmen-menu-desktop div {
  background: #000000;
}

.menu-ringmen .ringmen-menu-desktop .menu-mega-1 li {
  margin-left: 20px;
}

.menu-ringmen .ringmen-menu-mobile {
  background: #000000;
}

.menu-ringmen .ringmen-menu-mobile .logo-sm {
  max-height: 40px;
  height: 100%;
}

.menu-ringmen .ringmen-menu-mobile .navbar-toggler span {
  color: #D9D9D9;
}

.ringmen-banner .tierra-box h2,
.ringmen-banner .tierra-box p {
  color: #D9D9D9;
}

.request-page h2 {
  font-size: 20px;
  margin-top: 67px;
  text-transform: uppercase;
}

.request-page p,
.request-page label,
.request-page input::placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.request-page p span,
.request-page label span,
.request-page input::placeholder span {
  font-weight: 400;
}

.request-page input::placeholder {
  color: #ccc;
  font-size: 15px;
}

.request-page .filed-input {
  margin-top: 10px;
}

.request-page .filed-input p {
  margin-bottom: 5px;
  margin-top: 15px;
}

.request-page .filed-input input {
  border: none;
  border-bottom: 1px solid #eee;
  outline-style: none;
  width: 100%;
}

.request-page .filed-input .choose-ring {
  margin-top: 20px;
}

.request-page .filed-input .choose-ring input {
  width: auto;
}

.request-page .filed-input .choose-ring label {
  margin-left: 10px;
}

.request-page .submit-form {
  margin-top: 40px;
  text-align: center;
}

.request-page .submit-form a {
  border-radius: 3px;
}

.request-page .box-request-product {
  margin-top: 40px;
}

.request-page .box-request-product > div {
  margin-top: 20px;
}

@media (max-width: 499.98px) {
  .request-page .box-request-product {
    margin-top: 20px;
  }
}

.request-page .box-request-product img {
  width: 100%;
}

.request-page .box-request-product h3 {
  font-size: 17px;
  font-weight: 400;
}

.request-page .box-request-product p,
.request-page .box-request-product span {
  font-size: 16px;
}

.modal-request.popup-request,
.modal-request.modal-all {
  background: rgba(180, 140, 114, 0.8);
  display: none;
  height: 100vh;
  overflow-y: auto;
  padding-top: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
}

.modal-request.popup-request .container,
.modal-request.modal-all .container {
  background: white;
  padding: 0;
  position: relative;
}

.modal-request.popup-request .container .popup-images,
.modal-request.modal-all .container .popup-images {
  background-repeat: no-repeat !important;
  background-size: auto 500px !important;
  background-position: center !important;
  height: 460px;
}

.modal-request.popup-request .container .popup-send-facebook-content,
.modal-request.modal-all .container .popup-send-facebook-content {
  padding: 20px;
  padding-top: 50px;
  padding-bottom: 0;
}

.modal-request.popup-request .container .popup-send-facebook-content h2,
.modal-request.modal-all .container .popup-send-facebook-content h2 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  text-align: initial;
  text-transform: uppercase;
}

.modal-request.popup-request .container .popup-send-facebook-content p,
.modal-request.modal-all .container .popup-send-facebook-content p {
  text-align: initial;
}

.modal-request.popup-request .container .popup-send-facebook-content p a,
.modal-request.modal-all .container .popup-send-facebook-content p a {
  background: #B48C72;
  border-radius: 2px;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  width: 200px;
}

.modal-request.popup-request .container .popup-send-facebook-content p a:hover,
.modal-request.modal-all .container .popup-send-facebook-content p a:hover {
  background: white;
  border: 1px solid #B48C72;
  color: #B48C72;
}

.modal-request.popup-request .container .close-popup-send,
.modal-request.popup-request .container .cloP,
.modal-request.modal-all .container .close-popup-send,
.modal-request.modal-all .container .cloP {
  border-radius: 10px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 20px;
  width: 20px;
  z-index: 4;
}

.modal-request.popup-request .container .tierra-form-popup,
.modal-request.modal-all .container .tierra-form-popup {
  padding: 20px;
  padding-top: 0;
}

.modal-request.popup-request .container .tierra-form-popup .filed-input,
.modal-request.modal-all .container .tierra-form-popup .filed-input {
  margin-top: 20px;
}

.modal-request.popup-request .container .tierra-form-popup .filed-input p,
.modal-request.modal-all .container .tierra-form-popup .filed-input p {
  margin-bottom: 5px;
  margin-top: 15px;
}

.modal-request.popup-request .container .tierra-form-popup .filed-input input,
.modal-request.modal-all .container .tierra-form-popup .filed-input input {
  border: none;
  border-bottom: 1px solid #eee;
  outline-style: none;
  width: 100%;
}

.modal-request.popup-request .container .tierra-form-popup .filed-input input::placeholder,
.modal-request.modal-all .container .tierra-form-popup .filed-input input::placeholder {
  font-size: 15px;
  padding-left: 5px;
}

.modal-request.popup-request .container .tierra-form-popup .filed-input .select2-container,
.modal-request.modal-all .container .tierra-form-popup .filed-input .select2-container {
  width: 100% !important;
}

.modal-request.popup-request .container .tierra-form-popup .filed-input .select2-container .select2-selection--single,
.modal-request.modal-all .container .tierra-form-popup .filed-input .select2-container .select2-selection--single {
  border: none;
  border-bottom: 1px solid #eee;
}

.modal-request.popup-request .container .tierra-form-popup .filed-input .select2-container .select2-selection--single .select2-selection__rendere,
.modal-request.modal-all .container .tierra-form-popup .filed-input .select2-container .select2-selection--single .select2-selection__rendere {
  text-align: left !important;
}

.modal-request.popup-request .container .tierra-form-popup .filed-input .choose-ring,
.modal-request.modal-all .container .tierra-form-popup .filed-input .choose-ring {
  margin-top: 20px;
}

.modal-request.popup-request .container .tierra-form-popup .filed-input .choose-ring input,
.modal-request.modal-all .container .tierra-form-popup .filed-input .choose-ring input {
  width: auto;
}

.modal-request.popup-request .container .tierra-form-popup .filed-input .choose-ring label,
.modal-request.modal-all .container .tierra-form-popup .filed-input .choose-ring label {
  margin-left: 10px;
}

.modal-request.popup-request .container .tierra-form-popup .submit-form,
.modal-request.modal-all .container .tierra-form-popup .submit-form {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}

.modal-request.popup-request .container .tierra-form-popup .submit-form button,
.modal-request.modal-all .container .tierra-form-popup .submit-form button {
  border-radius: 3px;
}

@media (max-width: 499.98px) {
  .modal-request.popup-request,
  .modal-request.modal-all {
    padding-top: 20px;
  }

  .modal-request.popup-request .container .popup-images,
  .modal-request.modal-all .container .popup-images {
    background-size: auto 225px !important;
    height: 190px;
    display: none;
  }

  .modal-request.popup-request .container .popup-send-facebook-content,
  .modal-request.modal-all .container .popup-send-facebook-content {
    padding: 20px;
    padding-bottom: 0;
  }

  .modal-request.popup-request .container .close-popup-send,
  .modal-request.modal-all .container .close-popup-send {
    top: 0;
    right: 0;
  }
}

.popupNew {
  z-index: 261;
  background: rgba(180, 140, 114, 0.8);
  display: none;
  height: 100vh;
  overflow-y: auto;
  padding-top: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
}

@media (max-width: 499.98px) {
  .popupNew {
    padding-top: 30px;
  }
}

.popupNew .close-btn-popup {
  border-radius: 4px;
  cursor: pointer;
  height: 30px;
  right: 5px;
  position: absolute;
  top: 5px;
  text-align: center;
  width: 50px;
  z-index: 5;
}

.popupNew .close-btn-popup span {
  background: rgba(204, 204, 204, 0.09);
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 50px;
}

.popupContent {
  background: white;
  padding: 0;
  position: relative;
  margin: 0 auto;
  height: 480px;
  max-width: 850px;
  width: 100%;
}

.popupContent .adbro-tierra__block-light {
  background-image: url(img/fade-pc-nch1.png);
  position: absolute;
  top: 0;
  left: 0px;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  z-index: 3;
  -webkit-animation: flash24 1s 1s both;
  animation: flash24 1s 1s both;
}

.popupContent .adbro-tierra__block-light1 {
  background-image: url(img/fade-pc-nch.png);
  position: absolute;
  top: 0;
  left: -20px;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  z-index: 3;
  -webkit-animation: flash24 2s 3s both;
  animation: flash24 2s 3s both;
}

.popupContent .adbro-tierra__block-light-tc {
  background-image: url(img/fade-pc-tc.png);
  position: absolute;
  top: 0;
  left: -20px;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  z-index: 3;
  -webkit-animation: flash24 1s 1s both;
  animation: flash24 1s 1s both;
}

.popupContent .adbro-tierra__block-light-ringmen1 {
  background-image: url(img/fade-pc-ringmen1.png);
  position: absolute;
  top: 0;
  left: 0px;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  z-index: 3;
  -webkit-animation: flash24 1s 1s both;
  animation: flash24 1s 1s both;
}

.popupContent .adbro-tierra__block-light-ringmen2 {
  background-image: url(img/fade-pc-ringmen2.png);
  position: absolute;
  top: 0;
  left: -20px;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  z-index: 3;
  -webkit-animation: flash24 2s 3s both;
  animation: flash24 2s 3s both;
}

.popupContent .adbro-tierra__block-light-ntt1 {
  background-image: url(img/fade-pc-ntt1.png);
  position: absolute;
  top: 0;
  left: 0px;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  z-index: 3;
  -webkit-animation: flash24 1s 1s both;
  animation: flash24 1s 1s both;
}

.popupContent .adbro-tierra__block-light-ntt2 {
  background-image: url(img/fade-pc-ntt2.png);
  position: absolute;
  top: 0;
  left: 0px;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  z-index: 3;
  -webkit-animation: flash24 2s 3s both;
  animation: flash24 2s 3s both;
}

.popupContent .adbro-tierra__block-light-kc {
  background-image: url(img/popup-kimcuong-fade.png);
  position: absolute;
  top: 0;
  left: 0px;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  z-index: 3;
  -webkit-animation: flash24 2s 3s both;
  animation: flash24 2s 3s both;
}

.popupContent .adbro-tierra__block-light-nc1 {
  background-image: url(img/fade-pc-nc-1.png);
  position: absolute;
  top: 0;
  left: 0px;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  z-index: 3;
  -webkit-animation: flash24 1s 1s both;
  animation: flash24 1s 1s both;
}

.popupContent .adbro-tierra__block-light-nc2 {
  background-image: url(img/fade-pc-nc-2.png);
  position: absolute;
  top: 0;
  left: 0px;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  z-index: 3;
  -webkit-animation: flash24 2s 3s both;
  animation: flash24 2s 3s both;
}

.popupContent img {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.popupContent .formN-popup {
  bottom: 0;
  height: 275px;
  padding-top: 20px;
  position: absolute;
  right: 0;
  width: 340px;
  z-index: 4;
}

.popupContent .formN-popup .row {
  margin: 0;
  padding: 0;
}

.popupContent .formN-popup .row .input-filde-new-dt {
  margin-bottom: 10px !important;
}

.popupContent .formN-popup .row .input-filde-new {
  margin-bottom: 10px;
  text-align: center;
}

.popupContent .formN-popup .row .input-filde-new input {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 17px;
  height: 40px;
  outline: none;
  margin: 0 auto;
  max-width: 280px;
  padding: 10px;
  width: 100%;
}

.popupContent .formN-popup .row .input-filde-new select {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 17px;
  height: 40px;
  outline: none;
  margin: 0 auto;
  max-width: 280px;
  padding: 7px;
  width: 100%;
}

.popupContent .formN-popup .row .input-filde-new select option {
  max-width: 280px;
}

.popupContent .formN-popup .row .input-filde-new input::placeholder {
  color: #000;
}

.popupContent .formN-popup .row .input-filde-new button {
  position: relative;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
  height: 45px;
  outline: none;
  margin: 0 auto;
  min-width: 180px;
  text-transform: uppercase;
  background: #183e40 !important;
}

.popupContent .formN-popup .row .input-filde-new button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0) 100%);
  width: 40%;
  height: 100%;
  -webkit-animation: shine 1s 5.5s both;
  animation: shine 1s 5.5s both;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}

.popupContent .formN-popup .row .input-filde-new:nth-child(3) {
  margin-bottom: 35px;
}

@media (max-width: 499.98px) {
  .popupContent {
    height: 485px;
    width: 340px;
  }

  .popupContent .img-desktop-popup {
    display: none;
  }

  .popupContent .adbro-tierra__block-light {
    background-image: url(img/fade-mb-nch1.png);
    position: absolute;
    top: 0;
    left: 0px;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    z-index: 3;
    -webkit-animation: flash24 1s 1s both;
    animation: flash24 1s 1s both;
  }

  .popupContent .adbro-tierra__block-light1 {
    background-image: url(img/fade-mb-nch2.png);
    position: absolute;
    top: 0;
    left: -20px;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    z-index: 3;
    -webkit-animation: flash24 2s 3s both;
    animation: flash24 2s 3s both;
  }

  .popupContent .adbro-tierra__block-light-tc {
    background-image: url(img/fade-mb-tc.png);
    position: absolute;
    top: 0;
    left: 0px;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    z-index: 3;
    -webkit-animation: flash24 1s 1s both;
    animation: flash24 1s 1s both;
  }

  .popupContent .adbro-tierra__block-light-ringmen1 {
    background-image: url(img/fade-mb-ringmen1.png);
    position: absolute;
    top: 0;
    left: 0px;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    z-index: 3;
    -webkit-animation: flash24 1s 1s both;
    animation: flash24 1s 1s both;
  }

  .popupContent .adbro-tierra__block-light-ringmen2 {
    background-image: url(img/fade-mb-ringmen2.png);
    position: absolute;
    top: 0;
    left: -20px;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    z-index: 3;
    -webkit-animation: flash24 2s 3s both;
    animation: flash24 2s 3s both;
  }

  .popupContent .adbro-tierra__block-light-ntt1 {
    background-image: url(img/fade-mb-ntt1.png);
    position: absolute;
    top: 0;
    left: 0px;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    z-index: 3;
    -webkit-animation: flash24 1s 1s both;
    animation: flash24 1s 1s both;
  }

  .popupContent .adbro-tierra__block-light-ntt2 {
    background-image: url(img/fade-mb-ntt2.png);
    position: absolute;
    top: 0;
    left: 0px;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    z-index: 3;
    -webkit-animation: flash24 2s 3s both;
    animation: flash24 2s 3s both;
  }

  .popupContent .adbro-tierra__block-light-kc {
    background-image: url(img/popup-kimcuong-fade-mb.png);
    position: absolute;
    top: 0;
    left: 0px;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    z-index: 3;
    -webkit-animation: flash24 2s 3s both;
    animation: flash24 2s 3s both;
  }

  .popupContent .adbro-tierra__block-light-nc1 {
    background-image: url(img/fade-mb-nc-1.png);
    position: absolute;
    top: 0;
    left: 0px;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    z-index: 3;
    -webkit-animation: flash24 1s 1s both;
    animation: flash24 1s 1s both;
  }

  .popupContent .adbro-tierra__block-light-nc2 {
    background-image: url(img/fade-mb-nc-2.png);
    position: absolute;
    top: 0;
    left: 0px;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    z-index: 3;
    -webkit-animation: flash24 2s 3s both;
    animation: flash24 2s 3s both;
  }

  .popupContent .formN-popup {
    height: 210px;
    padding-top: 12px;
  }

  .popupContent .formN-popup .row .input-filde-new select {
    height: 35px;
  }

  .popupContent .formN-popup .row .input-filde-new input {
    height: 35px;
  }

  .popupContent .formN-popup .row .input-filde-new button {
    height: 40px;
    position: relative;
  }

  .popupContent .formN-popup .row .input-filde-new button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0) 100%);
    width: 40%;
    height: 100%;
    -webkit-animation: shine 1s 5.5s both;
    animation: shine 1s 5.5s both;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
  }

  .popupContent .formN-popup .row .input-filde-new:nth-child(3) {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 970px) and (min-width: 600px) {
  .popupContent {
    height: 378px;
    max-width: 700px;
  }

  .popupContent .img-mobile-popup {
    display: none;
  }

  .popupContent .img-desktop-popup {
    display: block;
  }
}

@media only screen and (max-width: 330px) {
  .popupContent {
    height: 437px;
    width: 310px;
  }

  .popupContent .formN-popup {
    height: 140px;
    padding-top: 5px;
    width: 310px;
  }

  .popupContent .formN-popup .row .input-filde-new {
    margin-bottom: 7px;
  }

  .popupContent .formN-popup .row .input-filde-new input {
    font-size: 15px;
    height: 35px;
  }

  .popupContent .formN-popup .row .input-filde-new select {
    font-size: 15px;
    height: 35px;
  }

  .popupContent .formN-popup .row .input-filde-new:nth-child(2) {
    margin-bottom: 9px;
  }

  .popupContent form {
    margin-right: auto;
  }
}

.popup-flow .modal-dialog {
  margin: auto;
  width: auto;
}

.popup-flow .modal-dialog.container {
  max-width: 850px;
  padding: 0;
}

@media (max-width: 499.98px) {
  .popup-flow .modal-dialog.container {
    max-width: 340px;
  }
}

@media screen and (max-width: 970px) and (min-width: 600px) {
  .popup-flow .modal-dialog.container {
    max-width: 700px;
  }
}

@media only screen and (max-width: 330px) {
  .popup-flow .modal-dialog.container {
    max-width: 310px;
  }
}

.popup-flow .modal-content {
  background: none;
  box-shadow: none;
}

.diamond-popup .box-ts {
  position: relative;
}

.diamond-popup .box-ts p {
  position: absolute;
  width: 100%;
}

.diamond-popup .box-ts p span {
  background: white;
  display: inline-block;
  max-width: 80px;
}

.diamond-popup .box-ts p:nth-child(1) {
  text-align: center;
  top: 40px;
  z-index: 2;
}

.diamond-popup .box-ts p:nth-child(2) {
  left: 30px;
  text-align: left;
  top: 250px;
  z-index: 2;
}

.diamond-popup .box-ts p:nth-child(3) {
  right: 20px;
  text-align: right;
  top: 250px;
  z-index: 2;
}

.diamond-popup .box-ts p:nth-child(4) {
  text-align: center;
  top: 400px;
  z-index: 2;
}

.diamond-popup .box-ts img {
  position: absolute;
  z-index: 1;
}

@media (max-width: 499.98px) {
  .diamond-popup .box-ts {
    min-height: 300px;
  }

  .diamond-popup .box-ts p {
    font-size: 14px;
  }

  .diamond-popup .box-ts p span {
    font-size: 14px;
  }

  .diamond-popup .box-ts p:nth-child(4) {
    top: 275px;
  }

  .diamond-popup .box-ts p:nth-child(2),
  .diamond-popup .box-ts p:nth-child(2) {
    top: 230px;
  }
}

@-webkit-keyframes shine26 {
  0% {
    left: -2%;
    opacity: 0;
  }

  25% {
    opacity: .7;
  }

  100% {
    left: 23%;
    opacity: 0;
  }
}

@keyframes shine26 {
  0% {
    left: -2%;
    opacity: 0;
  }

  25% {
    opacity: .7;
  }

  100% {
    left: 23%;
    opacity: 0;
  }
}

@-webkit-keyframes flash24 {
  0%, 100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes flash24 {
  0%, 100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes shine {
  0% {
    left: -2%;
    opacity: 0;
  }

  25% {
    opacity: .7;
  }

  100% {
    left: 60%;
    opacity: 0;
  }
}

@keyframes shine {
  0% {
    left: -2%;
    opacity: 0;
  }

  25% {
    opacity: .7;
  }

  100% {
    left: 60%;
    opacity: 0;
  }
}

.page-thanks {
  margin-top: 100px;
  margin-bottom: 100px;
}

.page-thanks h3,
.page-thanks h4,
.page-thanks p {
  width: 100%;
  max-width: 400px;
}

.page-thanks h3 {
  color: #B48C72;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 20px;
}

.page-thanks h4 {
  font-size: 15px;
  margin-bottom: 16px;
}

.page-thanks p {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}

.page-thanks p .primary-btn {
  border-radius: 3px;
  height: 40px;
  line-height: 36px;
  min-width: 200px;
  padding: 0;
  text-align: center;
}

.page-thanks .decord-kc {
  background: #b5b0b0;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 120px;
}

@media (max-width: 499.98px) {
  .page-thanks {
    margin-top: 10px;
  }

  .page-thanks h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
  }

  .page-thanks h4 {
    display: none;
  }

  .page-thanks .decord-kc {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 499.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

.policy {
  padding-top: 40px;
}

.policy h2 {
  color: #B48C72;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 499.98px) {
  .policy h2 {
    font-size: 18px;
  }
}

.policy h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
  font-size: 20px;
  color: #B48C72;
}

.policy p {
  text-align: justify;
  line-height: 1.5;
}

.policy p.note {
  font-size: 14px;
  font-style: italic;
}

.policy li {
  margin-top: 10px;
  line-height: 1.5;
}

.policy li p {
  font-size: 16px;
  font-weight: 400;
}

.policy ol > li {
  font-weight: 400;
  margin-top: 15px;
  color: #B48C72;
}

.policy ol > li p {
  color: rgba(0, 0, 0, 0.87);
}

.policy ol > li ul {
  padding-left: 10px;
}

.policy ol > li ul li {
  font-weight: 400;
  line-height: 1.5;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.87);
}

.policy ol > li ul li ol li {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}

.policy ol > li ul li ol li ul li {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
}

.policy ol > li ul li ol li ul li ul {
  padding-left: 20px;
  list-style-type: disc;
  color: rgba(0, 0, 0, 0.87);
}

.policy table {
  width: 100%;
  margin-bottom: 20px;
}

.policy table tr td,
.policy table tr th {
  border: 1px solid #d7c2b5;
  padding-left: 10px;
}

.policy table tr th {
  background: #B48C72;
  color: #000;
  text-align: center;
}

.policy table.guarantee td,
.policy table.guarantee th {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.policy table.guarantee td:nth-child(1),
.policy table.guarantee th:nth-child(1) {
  text-align: left;
}

.lp-price-list table tbody tr td {
  text-align: center;
}

.lp-price-list table tbody tr td:nth-child(1),
.lp-price-list table tbody tr th:nth-child(1) {
  font-weight: 500;
}

.lp-price-list table tbody tr:nth-child(1) {
  font-weight: 500;
}

.lp-price-list table tbody tr:nth-child(1) td {
  font-weight: 500;
}

.lp-price-list td,
.lp-price-list th {
  font-size: 16px;
}

@media (max-width: 499.98px) {
  .lp-price-list h2.title {
    font-size: 18px;
  }

  .lp-price-list td,
  .lp-price-list th {
    font-size: 10px;
  }

  .lp-price-list p {
    font-size: 14px;
  }
}

.policy-section article {
  margin-top: 20px;
  margin-bottom: 60px;
}

@media (max-width: 499.98px) {
  .policy-section article {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-inline: 30px;
  }
}

.policy-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #B48C72;
}

@media (max-width: 499.98px) {
  .policy-title {
    font-size: 18px;
    line-height: 22px;
  }
}

.policy-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
  color: #3F3A36;
}

.policy-body.note {
  font-style: italic;
  margin-bottom: 0px;
}

.policy-expand {
  color: #B48C72;
}

.policy-line {
  border-top: 1px solid #D9D9D9;
}

.policy-question {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  font-family: "Judson";
}

@media (max-width: 499.98px) {
  .policy-question {
    font-size: 16px;
    line-height: 20px;
  }
}

.policy-answer .answer-title span {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}

@media (max-width: 499.98px) {
  .policy-answer .answer-title span {
    font-size: 15px;
    line-height: 20px;
  }
}

.policy-answer .answer-title ul {
  list-style-type: disc;
  color: #3F3A36;
}

.policy-answer .answer-title ul ol li::marker {
  font-size: 16px;
}

.policy-answer .answer-title ul ol li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3F3A36;
}

.policy-answer .answer-title ul ol li ul {
  list-style-type: circle;
}

.policy-answer .answer-title ul ol li ul li ul {
  list-style-type: square;
}

.policy-answer .answer-title ul ol li ul li ul li::marker {
  font-size: 12px;
}

.policy-answer .answer-title ul ol ul li::marker {
  font-size: 12px;
}

.policy-table table {
  width: 100%;
  margin-bottom: 20px;
}

.policy-table table tr td,
.policy-table table tr th {
  border: 1px solid #d7c2b5;
  padding-left: 10px;
}

.policy-table table tr th {
  background: #B48C72;
  color: #000;
  text-align: center;
}

.policy-table table.guarantee td,
.policy-table table.guarantee th {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.policy-table table.guarantee td:nth-child(1),
.policy-table table.guarantee th:nth-child(1) {
  text-align: left;
}

#b36,
#b41,
#b45,
#b50,
#b54,
#b60,
#b631,
#b632,
#b68,
#b70,
#b72 {
  display: none;
}

.lp-title {
  margin-bottom: 30px;
}

.lp-title h2 {
  color: #B48C72;
  font-family: "Judson";
  font-size: 26px;
  font-style: normal;
  font-weight: 200;
  margin: 0 auto;
  max-width: 580px;
  text-align: center;
  text-transform: uppercase;
}

.lp-title h2 span {
  color: #F899A1;
  font-style: normal;
}

.lp-title div {
  background: #B48C72;
  height: 3px;
  margin: 0 auto;
  margin-top: 10px;
  width: 40px;
}

.lp-title img {
  max-width: 280px;
}

.lp-the-art,
.lp-video,
.lp-voucher,
.lp-process,
.lp-product,
.lp-policy,
.lp-footer {
  padding-bottom: 30px;
  padding-top: 30px;
}

.menu-lp h3,
.lp-the-art h3,
.lp-video h3,
.lp-voucher h3,
.lp-process h3,
.lp-product h3,
.lp-policy h3,
.lp-footer h3,
.menu-lp h4,
.lp-the-art h4,
.lp-video h4,
.lp-voucher h4,
.lp-process h4,
.lp-product h4,
.lp-policy h4,
.lp-footer h4,
.menu-lp h6,
.lp-the-art h6,
.lp-video h6,
.lp-voucher h6,
.lp-process h6,
.lp-product h6,
.lp-policy h6,
.lp-footer h6,
.menu-lp p,
.lp-the-art p,
.lp-video p,
.lp-voucher p,
.lp-process p,
.lp-product p,
.lp-policy p,
.lp-footer p,
.menu-lp select,
.lp-the-art select,
.lp-video select,
.lp-voucher select,
.lp-process select,
.lp-product select,
.lp-policy select,
.lp-footer select,
.menu-lp option,
.lp-the-art option,
.lp-video option,
.lp-voucher option,
.lp-process option,
.lp-product option,
.lp-policy option,
.lp-footer option,
.menu-lp a,
.lp-the-art a,
.lp-video a,
.lp-voucher a,
.lp-process a,
.lp-product a,
.lp-policy a,
.lp-footer a,
.menu-lp ul,
.lp-the-art ul,
.lp-video ul,
.lp-voucher ul,
.lp-process ul,
.lp-product ul,
.lp-policy ul,
.lp-footer ul,
.menu-lp li,
.lp-the-art li,
.lp-video li,
.lp-voucher li,
.lp-process li,
.lp-product li,
.lp-policy li,
.lp-footer li,
.menu-lp div,
.lp-the-art div,
.lp-video div,
.lp-voucher div,
.lp-process div,
.lp-product div,
.lp-policy div,
.lp-footer div,
.menu-lp p,
.lp-the-art p,
.lp-video p,
.lp-voucher p,
.lp-process p,
.lp-product p,
.lp-policy p,
.lp-footer p,
.menu-lp .select2,
.lp-the-art .select2,
.lp-video .select2,
.lp-voucher .select2,
.lp-process .select2,
.lp-product .select2,
.lp-policy .select2,
.lp-footer .select2 {
  font-family: "Judson",sans-serif;
  font-style: italic;
  font-weight: 500;
}

.menu-lp h5,
.lp-the-art h5,
.lp-video h5,
.lp-voucher h5,
.lp-process h5,
.lp-product h5,
.lp-policy h5,
.lp-footer h5 {
  font-family: "Judson",sans-serif;
}

.menu-lp {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.menu-lp .btn-group {
  display: none;
}

.menu-lp img {
  max-width: 300px;
}

.menu-lp ul {
  padding-left: 0;
  margin-top: 20px;
}

.menu-lp ul li {
  list-style-type: none;
  display: inline-block;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-width: 150px;
}

.menu-lp ul li a {
  color: #B48C72;
  display: block;
  font-weight: bold;
  font-style: normal;
  position: absolute;
  text-decoration: none;
  top: 10px;
  text-align: center;
}

.menu-lp ul li a:hover {
  color: #F899A1;
}

.menu-lp ul li:nth-child(1) {
  min-width: 200px;
}

.menu-lp ul li:nth-child(1) a {
  color: #F899A1;
  line-height: 1.2;
}

@media (max-width: 1023.98px) {
  .menu-lp img {
    max-width: 200px;
  }

  .menu-lp ul {
    margin-top: 6px;
  }

  .menu-lp ul li a {
    font-size: 0.8rem;
  }
}

@media (max-width: 499.98px) {
  .menu-lp {
    padding-top: 0;
    text-align: left;
  }

  .menu-lp .btn-group {
    background: none;
    box-shadow: none;
    display: block;
    float: right;
    padding-top: 5px;
  }

  .menu-lp .btn-group .btn.btn-danger.dropdown-toggle {
    background: none;
    color: #B48C72;
  }

  .menu-lp .btn-group .dropdown-menu {
    left: auto !important;
    right: 0px;
  }

  .menu-lp img {
    padding-left: 5px;
    padding-top: 10px;
  }

  .menu-lp ul {
    display: none;
  }
}

.bannerTop-lp .click-bannerTop {
  background: none;
  display: block;
  margin-top: 200px;
  height: 350px;
  position: absolute;
  width: 100%;
}

@media (max-width: 499.98px) {
  .bannerTop-lp .click-bannerTop {
    margin-top: 70px;
    height: 110px;
  }
}

.lp-the-art {
  background: #FFF1E5;
  color: #B48C72;
}

.lp-the-art .choose-slogan {
  font-weight: 600;
  text-align: center;
}

.lp-the-art .choose-slogan span {
  color: #F899A1;
  font-family: 'UVF Assassin',sans-serif;
  font-style: italic;
  font-weight: 200;
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
}

.lp-the-art img {
  width: 100%;
}

.lp-the-art p {
  font-size: 0.95rem;
  line-height: 1.5;
  text-align: justify;
}

@media (max-width: 499.98px) {
  .lp-the-art p {
    margin-top: 15px;
  }
}

.lp-video {
  background: #FFF1E5;
}

.lp-video iframe {
  height: 450px;
  width: 100%;
}

@media (max-width: 499.98px) {
  .lp-video iframe {
    height: 200px;
  }
}

.lp-voucher {
  background: #F8E6DB;
}

.lp-voucher .lp-title {
  margin-bottom: 0;
}

.lp-voucher p {
  color: #B48C72;
  font-size: 0.95rem;
  margin: 0 auto;
  margin-top: 5px;
  max-width: 450px;
  text-align: center;
}

.lp-voucher .voucher-form {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}

.lp-voucher .voucher-form .input-box {
  margin-top: 10px;
  text-align: center;
}

.lp-voucher .voucher-form .input-box input {
  background: none;
  border: 1px solid #d19f53;
  border-radius: 3px;
  font-size: 1rem;
  outline: none;
  padding: 5px 10px;
  width: 100%;
}

.lp-voucher .voucher-form .input-box input::placeholder {
  color: #B48C72;
  font-style: italic;
}

.lp-voucher .voucher-form .input-box:nth-child(1) {
  margin-top: 30px;
}

.lp-voucher .voucher-form .input-box .select2x {
  background: none;
  border: 1px solid #d19f53;
  border-radius: 3px;
  color: #B48C72;
  font-size: 1rem;
  padding: 5.8px 10px;
  width: 100%;
}

.lp-voucher .voucher-form .input-box .select2-container--default .select2-selection--single {
  background: none;
  border: 1px solid #d19f53;
  height: 34.8px;
}

.lp-voucher .voucher-form .input-box .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #B48C72;
  font-size: 1rem;
  line-height: 34.8px;
  text-align: left;
}

.lp-voucher .voucher-form .input-box .select2-container--default .select2-selection--single .select2-selection__arrow {
  color: #B48C72;
  height: 34.8px;
}

.lp-voucher .voucher-form .input-box .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #d19f53;
}

.lp-voucher .voucher-form .input-box button {
  background: #B48C72;
  border: none;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: white;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 20px;
  outline: none;
  padding: 8px 20px;
}

.lp-voucher .voucher-form .input-box button.btn-submit {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #B48C72;
}

.lp-process {
  background: #FEE0BD;
}

.lp-process .row div {
  margin-top: 20px;
}

.lp-process .lp-name-process {
  color: #E1A76A;
  font-weight: 600;
  font-size: 1rem;
  font-style: italic;
  margin-top: 8px;
}

.lp-process .lp-name-process span {
  background: #E1A76A;
  border-bottom-right-radius: 13px;
  border-top-left-radius: 13px;
  color: white;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 40px;
}

@media (max-width: 1023.98px) {
  .lp-process .lp-name-process {
    font-size: 1rem;
  }

  .lp-process .lp-name-process span {
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    height: 28px;
    line-height: 28px;
    width: 28px;
  }
}

@media (max-width: 499.98px) {
  .lp-process .row div {
    margin-top: 20px;
  }

  .lp-process .row div:nth-child(2n+1) {
    padding-left: 10px;
    padding-right: 5px;
  }

  .lp-process .row div:nth-child(2n) {
    padding-left: 5px;
    padding-right: 10px;
  }

  .lp-process .lp-name-process {
    font-size: 0.8rem;
  }

  .lp-process .lp-name-process span {
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    height: 25px;
    line-height: 25px;
    width: 25px;
  }
}

.lp-product .row div {
  margin-top: 20px;
}

.lp-product p {
  margin-top: 20px;
  text-align: center;
}

.lp-product p a {
  color: #B48C72;
  font-size: 1rem;
}

.lp-policy {
  background: #F7E6D9;
  color: #B48C72;
}

.lp-policy ul {
  padding-left: 15px;
  padding-right: 10px;
  max-width: 550px;
  margin: 0 auto;
}

.lp-policy ul li {
  font-size: 1rem;
  line-height: 1.5;
  list-style-type: decimal;
  text-align: justify;
}

.lp-policy ul li a {
  color: #B48C72;
}

.lp-footer {
  background: #FDDEB9;
  border-top: none;
  margin-top: 0;
}

.lp-footer .material-icons {
  color: #B48C72;
  font-size: 1rem;
}

.lp-footer .info-company {
  margin-top: 0px;
}

.lp-footer .info-company ul {
  padding-left: 20px;
}

.lp-footer .info-company ul li {
  color: #B48C72;
}

.lp-footer .info-company img {
  height: auto;
  max-width: 200px;
  width: 100%;
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 499.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

.content-about-us .abfix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  padding-top: 5px;
  padding-bottom: 5px;
}

.content-about-us .abfix .about-menu-bar {
  padding-left: 50px;
}

.content-about-us .container {
  max-width: 1440px;
  width: 100%;
}

.content-about-us .about-menu-bar {
  margin-top: 80px;
  padding-left: 0;
  width: 280px;
}

.content-about-us .about-menu-bar li {
  font-family: 'UVF Assassin';
  list-style: none;
  line-height: 1.4;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-about-us .about-menu-bar li a {
  text-decoration: none;
}

.content-about-us .about-menu-bar li a span {
  background: #ccc;
  display: inline-block;
  height: 12px;
  margin-right: 10px;
  width: 2px;
}

.content-about-us .about-menu-bar li:hover,
.content-about-us .about-menu-bar li:active,
.content-about-us .about-menu-bar li .active {
  font-weight: 600;
}

.content-about-us .about-menu-bar li:hover a,
.content-about-us .about-menu-bar li:active a,
.content-about-us .about-menu-bar li .active a {
  color: #B48C72;
}

.content-about-us .about-menu-bar li:hover a span,
.content-about-us .about-menu-bar li:active a span,
.content-about-us .about-menu-bar li .active a span {
  background: #B48C72;
}

.content-about-us .about-content section {
  margin-top: 65px;
  padding-left: 10px;
  padding-right: 10px;
}

.content-about-us .about-content section .content {
  margin-top: 80px;
}

.content-about-us .about-content section .content h2 {
  font-family: "Cormorant Infant";
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}

.content-about-us .about-content section .content p {
  font-size: 16px;
}

.content-about-us .about-content section .content p.box-img {
  text-align: center;
}

.content-about-us .about-content section iframe {
  height: 500px;
  width: 100%;
}

.content-about-us .about-content section.infor {
  margin-top: 30px;
}

.content-about-us .about-content section.infor .content {
  margin-top: 120px;
}

.content-about-us .about-content section.infor .content p {
  padding-bottom: 0;
  line-height: 1.5;
}

.content-about-us .about-content .intro:nth-child(2n) .row div:nth-child(1) {
  order: 1;
}

.content-about-us .about-content .intro:nth-child(2n) .row div:nth-child(2) {
  order: 2;
}

.content-about-us .about-content .intro:nth-child(2n+1) .row div:nth-child(1) {
  order: 1;
}

.content-about-us .about-content .intro:nth-child(2n+1) .row div:nth-child(2) {
  order: 2;
}

@media (max-width: 499.98px) {
  .content-about-us .about-content section .content {
    margin-top: 10px;
  }

  .content-about-us .about-content section .content h2,
  .content-about-us .about-content section .content p {
    text-align: center;
  }

  .content-about-us .about-content section iframe {
    height: 300px;
  }

  .content-about-us .about-content section.infor .content {
    margin-top: 10px;
  }

  .content-about-us .about-content section.infor:nth-child(2n) .row div:nth-child(1) {
    order: 2;
  }

  .content-about-us .about-content section.infor:nth-child(2n) .row div:nth-child(2) {
    order: 1;
  }

  .content-about-us .about-content .intro:nth-child(2n+1) .row div:nth-child(1) {
    order: 2;
  }

  .content-about-us .about-content .intro:nth-child(2n+1) .row div:nth-child(2) {
    order: 1;
  }
}

.about-us {
  color: #3F3A36;
}

.about-us .material-icons {
  vertical-align: middle;
  font-size: 15px;
  color: #3F3A36;
}

.about-us .row.center {
  justify-content: center;
  align-items: center;
}

.about-us .align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-us .about-banner {
  position: relative;
}

.about-us .about-banner .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 499.98px) {
  .about-us .about-banner .container {
    bottom: 30px;
    justify-content: flex-end;
  }
}

.about-us .about-banner h2 {
  color: #3F3A36;
  font-weight: 300;
  font-size: 42px;
  line-height: 52px;
  text-align: right;
}

@media (max-width: 499.98px) {
  .about-us .about-banner h2 {
    font-size: 30px;
    line-height: 37px;
    text-align: center;
  }
}

.about-us .about-content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 499.98px) {
  .about-us .about-content p {
    font-size: 17px;
    line-height: 21px;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 0px;
  }
}

.about-us .about-content h3 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
}

@media (max-width: 499.98px) {
  .about-us .about-content h3 {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }
}

.about-us .about-content h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

@media (max-width: 499.98px) {
  .about-us .about-content h4 {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 0px;
  }
}

.about-us .about-content img {
  width: 100%;
  height: auto;
}

.about-us .about-slogan {
  background-color: #F4EFEB;
  font-family: 'Cormorant Infant';
  text-transform: uppercase;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 499.98px) {
  .about-us .about-slogan {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.about-us .about-slogan p {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.1em;
}

@media (max-width: 499.98px) {
  .about-us .about-slogan p {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.2em;
  }
}

.about-us .about-slogan span {
  font-weight: 500;
  font-size: 60px;
  line-height: 73px;
  letter-spacing: 0.2em;
  padding-left: 20px;
  padding-right: 10px;
}

@media (max-width: 499.98px) {
  .about-us .about-slogan span {
    font-size: 50px;
    line-height: 61px;
  }
}

.about-us .about-info .video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
}

.about-us .about-info .video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.about-us .about-info h4 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
}

@media (max-width: 499.98px) {
  .about-us .about-info h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

.about-us .about-info p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 499.98px) {
  .about-us .about-info p {
    font-size: 15px;
    line-height: 19px;
  }
}

.about-us .about-info a {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}

.about-us .about-journey {
  background-color: #F4EFEB;
  margin-bottom: 60px;
  padding: 50px 0px;
}

@media (max-width: 499.98px) {
  .about-us .about-journey {
    padding: 30px 0px;
  }
}

.about-us .about-journey h4 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 5px;
}

@media (max-width: 499.98px) {
  .about-us .about-journey h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

.about-us .about-journey p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

@media (max-width: 499.98px) {
  .about-us .about-journey p {
    font-size: 15px;
    line-height: 19px;
  }
}

.about-us .about-journey span {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  padding-inline: 20px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #B48C72;
  cursor: pointer;
}

.about-us .about-beauty {
  position: relative;
}

.about-us .about-beauty .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 499.98px) {
  .about-us .about-beauty .container {
    position: relative;
  }

  .about-us .about-beauty .container .row {
    justify-content: center;
    align-items: center;
  }
}

.about-us .about-beauty h4 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 10px;
}

@media (max-width: 499.98px) {
  .about-us .about-beauty h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

.about-us .about-beauty p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}

@media (max-width: 499.98px) {
  .about-us .about-beauty p {
    font-size: 15px;
    line-height: 19px;
  }
}

.about-us .about-beauty a {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
}

.about-us .about-choice {
  position: relative;
}

.about-us .about-choice .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 499.98px) {
  .about-us .about-choice .container {
    position: relative;
    justify-content: center;
    align-items: center;
  }
}

.about-us .about-choice .row {
  height: 100%;
}

.about-us .about-choice .choice-row {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.about-us .about-choice .choice-content {
  display: none;
  margin-top: 10px;
  margin-bottom: 0;
  padding-right: 10%;
}

.about-us .about-choice .choice-img {
  display: none;
}

@media (min-width: 320px) {
  .about-us .about-choice .choice-container {
    margin-top: -20px;
  }
}

.about-us .about-choice h4 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  padding-bottom: 5px;
  margin-bottom: 0;
}

@media (max-width: 499.98px) {
  .about-us .about-choice h4 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
  }
}

.about-us .about-choice h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0px;
}

@media (max-width: 499.98px) {
  .about-us .about-choice h5 {
    font-size: 17px;
    line-height: 21px;
  }
}

.about-us .about-choice p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
}

@media (max-width: 499.98px) {
  .about-us .about-choice p {
    font-size: 15px;
    line-height: 19px;
  }
}

.about-us .about-diamond {
  position: relative;
  margin-bottom: 60px;
  color: #FFFFFF;
}

.about-us .about-diamond .material-icons {
  color: #FFFFFF;
}

@media (max-width: 499.98px) {
  .about-us .about-diamond .material-icons {
    color: #3F3A36;
  }
}

.about-us .about-diamond .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 499.98px) {
  .about-us .about-diamond .container {
    color: #3F3A36;
    position: relative;
  }

  .about-us .about-diamond .container .row {
    justify-content: center;
    align-items: center;
  }
}

.about-us .about-diamond h4 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 10px;
}

@media (max-width: 499.98px) {
  .about-us .about-diamond h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

.about-us .about-diamond p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}

@media (max-width: 499.98px) {
  .about-us .about-diamond p {
    font-size: 15px;
    line-height: 19px;
  }
}

.about-us .about-diamond a {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #FFFFFF;
}

@media (max-width: 499.98px) {
  .about-us .about-diamond a {
    color: #3F3A36;
  }
}

.about-us .about-store h4 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 10px;
}

@media (max-width: 499.98px) {
  .about-us .about-store h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

.about-us .about-store h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}

@media (max-width: 499.98px) {
  .about-us .about-store h5 {
    font-size: 15px;
    line-height: 19px;
  }
}

.about-us .about-store p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
  margin-bottom: 5px;
}

@media (max-width: 499.98px) {
  .about-us .about-store p {
    font-size: 15px;
    line-height: 19px;
  }
}

.about-us .about-store .button-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-us .about-store .button-group a {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
}

.about-us .about-store .about-button {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  cursor: pointer;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}

@media (max-width: 499.98px) {
  .about-us .about-store .about-button {
    width: 100%;
  }
}

.campaign.font-diamond-landi h1,
.campaign.font-diamond-landi h2,
.campaign.font-diamond-landi h3,
.campaign.font-diamond-landi h4,
.campaign.font-diamond-landi h5 {
  font-family: "Judson";
}

.campaign.font-diamond-landi p {
  font-family: "Open Sans";
  font-size: 16px;
}

.campaign.font-diamond-landi button,
.campaign.font-diamond-landi a,
.campaign.font-diamond-landi span {
  font-family: "Open Sans";
  font-size: 16px;
}

.campaign h1,
.campaign h2,
.campaign h3,
.campaign h4,
.campaign h5 {
  color: #B48C72;
  font-family: "Judson";
  font-weight: 700;
}

.campaign h1,
.campaign h2 {
  font-size: 26px;
  line-height: 1.3;
}

.campaign h2 {
  font-size: 26px;
}

.campaign button {
  cursor: pointer;
  font-family: "Open Sans";
  font-size: 16px;
  height: 40px;
  min-width: 180px;
}

.campaign button.camp-primary-btn {
  background: #B48C72;
  border: none;
  border-radius: 3px;
  color: white;
}

.campaign button.camp-primary-btn:hover {
  background: theme-dark-color((color: #B48C72, dark: #9f7254, light: #d7c2b5));
}

.campaign button.camp-secondary-btn {
  background: white;
  border: 1px solid #B48C72;
  border-radius: 3px;
  color: #B48C72;
}

.campaign button.camp-secondary-btn:hover {
  background: theme-dark-color((color: #B48C72, dark: #9f7254, light: #d7c2b5));
}

.campaign p,
.campaign span {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.5;
}

.campaign.mb-80,
.campaign .mb-80 {
  margin-bottom: 80px;
}

.campaign.mb-60,
.campaign .mb-60 {
  margin-bottom: 60px;
}

.campaign .mb-40 {
  margin-bottom: 40px;
}

.campaign .mb-30 {
  margin-bottom: 30px;
}

.campaign.campaign-product .row > div {
  margin-top: 20px;
}

.campaign.campaign-product .row > div img {
  width: 100%;
}

.campaign.campaign-product .row > div span {
  display: block;
  text-align: center;
}

.campaign.layout-1 h1,
.campaign.layout-1 h2 {
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
  width: 100%;
}

.campaign.layout-1 p {
  margin: 0 auto;
  margin-top: 20px;
  max-width: 700px;
  text-align: center;
  width: 100%;
}

.campaign.layout-1 button {
  margin: 0 auto;
}

.campaign.layout-1.layout-3 .row > div p:nth-child(1) {
  margin-top: 100px;
}

.campaign.layout-1.layout-1-ver2 .content-campaign h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 10px;
  display: -webkit-box;
  max-width: 100%;
  height: 72px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}

.campaign.layout-1.layout-1-ver2 .content-campaign p:nth-child(2) {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 10px;
  display: -webkit-box;
  max-width: 100%;
  height: 144px;
  line-height: 1.5;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.campaign.layout-2 h1,
.campaign.layout-2 h2 {
  margin-top: 40px;
  max-width: 500px;
  width: 100%;
}

.campaign.layout-2 p {
  margin: 0 auto;
  margin-top: 20px;
  width: 100%;
}

.campaign.video-camp h2 {
  color: #B48C72;
}

.campaign.video-camp iframe {
  height: 600px;
  width: 100%;
}

.campaign.layout-4 img,
.campaign.layout-6 img {
  width: 100%;
}

.campaign.layout-4 h3,
.campaign.layout-6 h3 {
  font-size: 1.2rem;
}

.campaign.layout-4 p,
.campaign.layout-4 span,
.campaign.layout-4 li,
.campaign.layout-6 p,
.campaign.layout-6 span,
.campaign.layout-6 li {
  font-family: "Open Sans";
}

.campaign.layout-4 .row div a,
.campaign.layout-6 .row div a {
  text-decoration: none;
}

.campaign.layout-4 .row div a span,
.campaign.layout-6 .row div a span {
  display: block;
}

.campaign.layout-4 .row div a span:nth-child(2),
.campaign.layout-6 .row div a span:nth-child(2) {
  color: #424242;
  font-family: "Judson";
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  display: -webkit-box;
  max-width: 100%;
  line-height: 1.5;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 499.98px) {
  .campaign.layout-4 .row div a span:nth-child(2),
  .campaign.layout-6 .row div a span:nth-child(2) {
    font-size: 1.3rem;
    height: 62px;
    -webkit-line-clamp: 2;
  }
}

.campaign.layout-4 .row div a span:nth-child(3),
.campaign.layout-6 .row div a span:nth-child(3) {
  color: #B48C72;
}

.campaign.layout-4 .row div a span:nth-child(3) span,
.campaign.layout-6 .row div a span:nth-child(3) span {
  color: #ccc;
  display: inline-block;
  padding-left: 10px;
  text-decoration: line-through;
}

.campaign.layout-4 .row div a:hover span:nth-child(2),
.campaign.layout-6 .row div a:hover span:nth-child(2) {
  color: #B48C72;
}

.campaign.layout-4 .row div ul,
.campaign.layout-6 .row div ul {
  padding-left: 0;
}

.campaign.layout-4 .row div ul li,
.campaign.layout-6 .row div ul li {
  list-style: none;
  margin-top: 5px;
}

.campaign.layout-4 .row div ul li:nth-child(2n),
.campaign.layout-6 .row div ul li:nth-child(2n) {
  padding-left: 0;
}

.campaign.layout-4 .row div ul li span,
.campaign.layout-6 .row div ul li span {
  border-radius: 10px;
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  position: relative;
  width: 20px;
}

.campaign.layout-4 .row div ul li span img,
.campaign.layout-6 .row div ul li span img {
  position: absolute;
  top: 0;
}

.campaign.layout-4 .row div ul li span:nth-child(1),
.campaign.layout-6 .row div ul li span:nth-child(1) {
  background: #d8b97e;
}

.campaign.layout-4 .row div ul li span:nth-child(2),
.campaign.layout-6 .row div ul li span:nth-child(2) {
  background: #d0d0d0;
}

.campaign.layout-4 .row div ul li span:nth-child(3),
.campaign.layout-6 .row div ul li span:nth-child(3) {
  background: #f5c3b6;
}

.campaign.layout-4 .row div p button.secondary-btn,
.campaign.layout-6 .row div p button.secondary-btn {
  border: 1px solid #B48C72;
  border-radius: 2px;
  font-weight: 300;
  margin-top: 10px;
}

.campaign.layout-4 .row div p button.secondary-btn:hover,
.campaign.layout-6 .row div p button.secondary-btn:hover {
  background: #B48C72;
  color: white;
}

.campaign.layout-6 .row div {
  margin-bottom: 40px;
}

.campaign.layout-6 .row div a span:nth-child(2) {
  margin-top: 10px;
}

@media (max-width: 499.98px) {
  .campaign.layout-1 p {
    text-align: justify;
  }

  .campaign.layout-1 .content-campaign p:last-child {
    text-align: center;
  }

  .campaign.layout-1.layout-3 .row div p:nth-child(1) {
    margin-top: 20px;
  }

  .campaign.layout-1.layout-3 .row div p:last-child {
    text-align: center;
  }

  .campaign.layout-1.layout-1-ver2 .content-campaign p {
    height: auto;
  }

  .campaign.layout-4 .row div p {
    text-align: center;
  }

  .campaign.layout-4.layout-5 .row div img {
    margin-bottom: 20px;
  }

  .campaign.video-camp iframe {
    height: 230px;
    width: 100%;
  }

  .campaign.re-order .row div:nth-child(2n+1) {
    order: 2;
  }

  .campaign.re-order .row div:nth-child(2n) {
    order: 1;
  }

  .campaign.font-diamond-landi.re-order .row:nth-child(2n+1) div:nth-child(1) {
    order: 2;
  }

  .campaign.font-diamond-landi.re-order .row:nth-child(2n+1) div:nth-child(2) {
    order: 1;
  }

  .campaign.font-diamond-landi.re-order .row:nth-child(2n) div:nth-child(1) {
    order: 1;
  }

  .campaign.font-diamond-landi.re-order .row:nth-child(2n) div:nth-child(2) {
    order: 2;
  }
}

@media (min-width: 320px) {
  .campaigns .col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .campaigns .slick-track a {
    padding: 0 5px;
  }
}

.campaigns img {
  width: 100%;
  height: auto;
}

.campaigns .title img {
  width: 26px !important;
  height: 26px !important;
  padding: 0 !important;
}

.campaigns.font-diamond-landi h1,
.campaigns.font-diamond-landi h2,
.campaigns.font-diamond-landi h3,
.campaigns.font-diamond-landi h4,
.campaigns.font-diamond-landi h5 {
  font-family: "Judson";
}

.campaigns.font-diamond-landi p {
  font-family: "Open Sans";
  font-size: 16px;
}

@media (max-width: 499.98px) {
  .campaigns.font-diamond-landi p {
    font-size: 15px;
  }
}

.campaigns.font-diamond-landi a,
.campaigns.font-diamond-landi span {
  font-family: "Open Sans";
  font-size: 16px;
}

@media (max-width: 499.98px) {
  .campaigns.font-diamond-landi a,
  .campaigns.font-diamond-landi span {
    font-size: 15px;
  }
}

.campaigns.font-diamond-landi button {
  font-size: 16px;
}

.campaigns h1,
.campaigns h2,
.campaigns h3,
.campaigns h4,
.campaigns h5 {
  color: #3F3A36;
  font-family: "Judson";
  font-weight: 300;
}

.campaigns h1,
.campaigns h2,
.campaigns h3 {
  font-size: 30px;
  line-height: 1.3;
}

@media (max-width: 499.98px) {
  .campaigns h1,
  .campaigns h2,
  .campaigns h3 {
    font-size: 24px;
  }
}

.campaigns button {
  cursor: pointer;
  font-family: "Open Sans";
  font-size: 16px;
  height: 40px;
  min-width: 180px;
}

.campaigns button.camp-primary-btn {
  background: #B48C72;
  border: none;
  border-radius: 3px;
  color: white;
}

.campaigns button.camp-primary-btn:hover {
  background: theme-dark-color((color: #B48C72, dark: #9f7254, light: #d7c2b5));
}

.campaigns button.camp-secondary-btn {
  background: white;
  border: 1px solid #B48C72;
  border-radius: 3px;
  color: #B48C72;
}

.campaigns button.camp-secondary-btn:hover {
  background: theme-dark-color((color: #B48C72, dark: #9f7254, light: #d7c2b5));
}

.campaigns p,
.campaigns span {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 499.98px) {
  .campaigns p,
  .campaigns span {
    font-size: 15px;
  }
}

.campaigns.mb-80,
.campaigns .mb-80 {
  margin-bottom: 60px;
}

@media (max-width: 499.98px) {
  .campaigns.mb-80,
  .campaigns .mb-80 {
    margin-bottom: 40px;
  }
}

.campaigns.mb-60,
.campaigns .mb-60 {
  margin-bottom: 40px;
}

@media (max-width: 499.98px) {
  .campaigns.mb-60,
  .campaigns .mb-60 {
    margin-bottom: 30px;
  }
}

.campaigns .mb-40 {
  margin-bottom: 40px;
}

.campaigns .mb-30 {
  margin-bottom: 20px;
}

.campaigns.campaign-product .row > div {
  margin-top: 20px;
}

.campaigns.campaign-product .row > div img {
  width: 100%;
}

.campaigns.campaign-product .row > div span {
  display: block;
  text-align: center;
}

.campaigns.layout-1 h1,
.campaigns.layout-1 h2 {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.campaigns.layout-1 p {
  max-width: 700px;
  text-align: center;
  width: 100%;
  margin: 0px auto;
}

.campaigns.layout-1 button {
  margin: 0 auto;
}

.campaigns.layout-1.layout-3 .row > div p:nth-child(1) {
  margin-top: 100px;
}

.campaigns.layout-1.layout-1-ver2 .content-campaign h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 10px;
  display: -webkit-box;
  max-width: 100%;
  height: 72px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}

.campaigns.layout-1.layout-1-ver2 .content-campaign p:nth-child(2) {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 10px;
  display: -webkit-box;
  max-width: 100%;
  height: 144px;
  line-height: 1.5;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.campaigns.layout-2 h1,
.campaigns.layout-2 h2 {
  margin-top: 40px;
  width: 100%;
}

.campaigns.layout-2 p {
  margin: 0 auto;
  margin-top: 20px;
  width: 100%;
}

.campaigns.video-camp h2 {
  color: #B48C72;
}

.campaigns.video-camp iframe {
  height: 600px;
  width: 100%;
}

.campaigns.layout-4 img,
.campaigns.layout-6 img {
  width: 100%;
  height: auto;
}

.campaigns.layout-4 h3,
.campaigns.layout-6 h3 {
  font-size: 1.2rem;
}

.campaigns.layout-4 p,
.campaigns.layout-4 span,
.campaigns.layout-4 li,
.campaigns.layout-6 p,
.campaigns.layout-6 span,
.campaigns.layout-6 li {
  font-family: "Open Sans";
}

.campaigns.layout-4 .row div a,
.campaigns.layout-6 .row div a {
  text-decoration: none;
}

.campaigns.layout-4 .row div a span,
.campaigns.layout-6 .row div a span {
  display: block;
}

.campaigns.layout-4 .row div a span:nth-child(2),
.campaigns.layout-6 .row div a span:nth-child(2) {
  color: #424242;
  font-family: "Judson";
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  display: -webkit-box;
  max-width: 100%;
  line-height: 1.5;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 499.98px) {
  .campaigns.layout-4 .row div a span:nth-child(2),
  .campaigns.layout-6 .row div a span:nth-child(2) {
    font-size: 1.3rem;
    height: 62px;
    -webkit-line-clamp: 2;
  }
}

.campaigns.layout-4 .row div a span:nth-child(3),
.campaigns.layout-6 .row div a span:nth-child(3) {
  color: #B48C72;
}

.campaigns.layout-4 .row div a span:nth-child(3) span,
.campaigns.layout-6 .row div a span:nth-child(3) span {
  color: #ccc;
  display: inline-block;
  padding-left: 10px;
  text-decoration: line-through;
}

.campaigns.layout-4 .row div a:hover span:nth-child(2),
.campaigns.layout-6 .row div a:hover span:nth-child(2) {
  color: #B48C72;
}

.campaigns.layout-4 .row div ul,
.campaigns.layout-6 .row div ul {
  padding-left: 0;
}

.campaigns.layout-4 .row div ul li,
.campaigns.layout-6 .row div ul li {
  list-style: none;
  margin-top: 5px;
}

.campaigns.layout-4 .row div ul li:nth-child(2n),
.campaigns.layout-6 .row div ul li:nth-child(2n) {
  padding-left: 0;
}

.campaigns.layout-4 .row div ul li span,
.campaigns.layout-6 .row div ul li span {
  border-radius: 10px;
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  position: relative;
  width: 20px;
}

.campaigns.layout-4 .row div ul li span img,
.campaigns.layout-6 .row div ul li span img {
  position: absolute;
  top: 0;
}

.campaigns.layout-4 .row div ul li span:nth-child(1),
.campaigns.layout-6 .row div ul li span:nth-child(1) {
  background: #d8b97e;
}

.campaigns.layout-4 .row div ul li span:nth-child(2),
.campaigns.layout-6 .row div ul li span:nth-child(2) {
  background: #d0d0d0;
}

.campaigns.layout-4 .row div ul li span:nth-child(3),
.campaigns.layout-6 .row div ul li span:nth-child(3) {
  background: #f5c3b6;
}

.campaigns.layout-4 .row div p button.secondary-btn,
.campaigns.layout-6 .row div p button.secondary-btn {
  border: 1px solid #B48C72;
  border-radius: 2px;
  font-weight: 300;
  margin-top: 10px;
}

.campaigns.layout-4 .row div p button.secondary-btn:hover,
.campaigns.layout-6 .row div p button.secondary-btn:hover {
  background: #B48C72;
  color: white;
}

.campaigns.layout-6 .row div {
  margin-bottom: 40px;
}

.campaigns.layout-6 .row div a span:nth-child(2) {
  margin-top: 10px;
}

@media (max-width: 499.98px) {
  .campaigns.layout-1 p {
    text-align: justify;
  }

  .campaigns.layout-1.layout-3 .row div p:nth-child(1) {
    margin-top: 20px;
  }

  .campaigns.layout-1.layout-3 .row div p:last-child {
    text-align: center;
  }

  .campaigns.layout-1.layout-1-ver2 .content-campaign p {
    height: auto;
  }

  .campaigns.layout-4 .row div p {
    text-align: center;
  }

  .campaigns.layout-4.layout-5 .row div img {
    margin-bottom: 20px;
  }

  .campaigns.video-camp iframe {
    height: 230px;
    width: 100%;
  }

  .campaigns.re-order .row div:nth-child(2n+1) {
    order: 2;
  }

  .campaigns.re-order .row div:nth-child(2n) {
    order: 1;
  }

  .campaigns.font-diamond-landi.re-order .row:nth-child(2n+1) div:nth-child(1) {
    order: 2;
  }

  .campaigns.font-diamond-landi.re-order .row:nth-child(2n+1) div:nth-child(2) {
    order: 1;
  }

  .campaigns.font-diamond-landi.re-order .row:nth-child(2n) div:nth-child(1) {
    order: 1;
  }

  .campaigns.font-diamond-landi.re-order .row:nth-child(2n) div:nth-child(2) {
    order: 2;
  }
}

.sliderns span {
  font-size: 16px !important;
  text-transform: none !important;
  color: #000 !important;
  height: auto !important;
  padding: 10px 0;
  text-align: center !important;
}

.sliderns img {
  height: auto !important;
  width: 100% !important;
}

.sliderns .slick-next {
  right: -10px;
  top: 50%;
}

.sliderns .slick-prev {
  left: -20px;
  top: 50%;
  z-index: 1;
}

.campaigns a {
  color: #3F3A36 !important;
}

.campaigns .tile-h3-mb {
  text-align: left;
  text-transform: none;
  padding-bottom: 20px;
}

@media (max-width: 499.98px) {
  .campaigns .tile-h3-mb {
    text-align: center;
    text-transform: none;
  }
}

.campaigns .tile-h3-none-center {
  text-align: left;
  text-transform: none;
  font-size: 20px !important;
  font-weight: 600;
}

@media (max-width: 499.98px) {
  .campaigns .tile-h3-none-center {
    font-size: 17px !important;
    text-transform: none;
  }
}

.campaigns .slidernew span {
  font-size: 16px !important;
  text-transform: none !important;
  color: #000 !important;
  height: auto !important;
  padding: 10px 0;
  text-align: center !important;
}

@media (max-width: 499.98px) {
  .campaigns .slidernew span {
    font-size: 15px !important;
    text-transform: none;
  }
}

.campaigns .slidernew img {
  height: auto !important;
  width: 100% !important;
}

@media (max-width: 499.98px) {
  .campaigns .slidernew img {
    padding: 0 5px;
  }
}

.campaigns .slidernew .slick-next {
  right: -30px;
  top: 35%;
}

.campaigns .slidernew .slick-prev {
  left: -50px;
  top: 30%;
}

.campaigns .slidernewss p {
  font-weight: 400;
}

@media (max-width: 499.98px) {
  .campaigns .slidernewss p {
    font-size: 15px !important;
  }
}

.campaigns .slidernewss a {
  font-weight: 300;
}

@media (max-width: 499.98px) {
  .campaigns .slidernewss a {
    font-size: 15px !important;
  }
}

.campaigns .slidernewss .slick-next {
  right: -10px;
  top: 50%;
}

.campaigns .slidernewss .slick-prev {
  left: -10px;
  top: 50%;
}

.campaigns .slidernews span {
  font-size: 16px !important;
  text-transform: none !important;
  color: #000 !important;
  height: auto !important;
  padding: 10px 0;
  text-align: center !important;
}

.campaigns .slidernews img {
  height: auto !important;
  width: 100% !important;
}

.campaigns .slidernews .slick-next {
  right: -30px;
  top: 50%;
}

.campaigns .slidernews .slick-prev {
  left: -50px;
  top: 50%;
}

.campaigns .slidernews .slick-current {
  position: relative;
}

.campaigns .col-1,
.campaigns .col-2,
.campaigns .col-3,
.campaigns .col-4,
.campaigns .col-5,
.campaigns .col-6,
.campaigns .col-7,
.campaigns .col-8,
.campaigns .col-9,
.campaigns .col-10,
.campaigns .col-11,
.campaigns .col-12,
.campaigns .col,
.campaigns .col-auto,
.campaigns .col-sm-1,
.campaigns .col-sm-2,
.campaigns .col-sm-3,
.campaigns .col-sm-4,
.campaigns .col-sm-5,
.campaigns .col-sm-6,
.campaigns .col-sm-7,
.campaigns .col-sm-8,
.campaigns .col-sm-9,
.campaigns .col-sm-10,
.campaigns .col-sm-11,
.campaigns .col-sm-12,
.campaigns .col-sm,
.campaigns .col-sm-auto,
.campaigns .col-md-1,
.campaigns .col-md-2,
.campaigns .col-md-3,
.campaigns .col-md-4,
.campaigns .col-md-5,
.campaigns .col-md-6,
.campaigns .col-md-7,
.campaigns .col-md-8,
.campaigns .col-md-9,
.campaigns .col-md-10,
.campaigns .col-md-11,
.campaigns .col-md-12,
.campaigns .col-md,
.campaigns .col-md-auto,
.campaigns .col-lg-1,
.campaigns .col-lg-2,
.campaigns .col-lg-3,
.campaigns .col-lg-4,
.campaigns .col-lg-5,
.campaigns .col-lg-6,
.campaigns .col-lg-7,
.campaigns .col-lg-8,
.campaigns .col-lg-9,
.campaigns .col-lg-10,
.campaigns .col-lg-11,
.campaigns .col-lg-12,
.campaigns .col-lg,
.campaigns .col-lg-auto,
.campaigns .col-xl-1,
.campaigns .col-xl-2,
.campaigns .col-xl-3,
.campaigns .col-xl-4,
.campaigns .col-xl-5,
.campaigns .col-xl-6,
.campaigns .col-xl-7,
.campaigns .col-xl-8,
.campaigns .col-xl-9,
.campaigns .col-xl-10,
.campaigns .col-xl-11,
.campaigns .col-xl-12,
.campaigns .col-xl,
.campaigns .col-xl-auto {
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  width: 100%;
}

.mb-30 {
  margin-bottom: 30px;
}

@media (max-width: 499.98px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

@media (max-width: 499.98px) {
  .font-size-mb {
    font-size: 14px !important;
  }
}

@media (max-width: 499.98px) {
  .font-size-h {
    font-size: 16px !important;
    max-width: 270px;
  }
}

@media (max-width: 499.98px) {
  .mb-img {
    width: 412px !important;
    height: 412px !important;
    object-fit: cover;
  }
}

.mb-img-350px {
  width: 100%;
  height: auto;
}

@media (max-width: 499.98px) {
  .mb-img-350px {
    width: 350px !important;
    height: 350px !important;
    object-fit: cover;
  }
}

@media (max-width: 499.98px) {
  .mb-40px {
    margin-bottom: 40px;
  }
}

@media (max-width: 499.98px) {
  .mb-20px {
    margin-bottom: 20px !important;
  }
}

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

@media (max-width: 499.98px) {
  .text-center {
    text-align: justify;
  }
}

.mb-show {
  display: none;
}

@media (max-width: 499.98px) {
  .mb-show {
    display: block;
  }
}

.mb-hide {
  display: block;
}

@media (max-width: 499.98px) {
  .mb-hide {
    display: none;
  }
}

.title-center {
  text-align: center;
  margin: 10px 0;
  color: #D9D9D9;
}

.blog-right {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}

@media (max-width: 499.98px) {
  .blog-right {
    position: inherit;
    padding: 50px 20px;
    text-align: center;
    background: #EADACD;
  }
}

.blog-rights {
  position: absolute;
  top: 35%;
  width: 100%;
  z-index: 1;
}

@media (max-width: 499.98px) {
  .blog-rights {
    position: inherit;
    padding: 50px 20px;
    text-align: center;
    background: #EADACD;
  }
}

.blog-right-3 {
  position: absolute;
  top: 45%;
  width: 100%;
  z-index: 1;
}

@media (max-width: 499.98px) {
  .blog-right-3 {
    position: inherit;
    padding: 50px 20px;
    text-align: center;
    background: #EADACD;
  }
}

.blog-left {
  position: absolute;
  top: 20%;
  width: 100%;
  z-index: 1;
}

@media (max-width: 499.98px) {
  .blog-left {
    position: inherit;
    padding: 20px 10px;
    background: #F8F3EF;
  }

  .blog-left .class-h-center {
    text-align: left;
  }
}

.abolute-dm {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.abolute-dm p {
  text-align: left !important;
  font-weight: 400;
  font-size: 15px !important;
}

@media (max-width: 499.98px) {
  .abolute-dm {
    text-align: left !important;
  }

  .abolute-dm p {
    font-size: 15px !important;
  }

  .abolute-dm a {
    padding-top: 5px;
    font-size: 15px !important;
  }
}

.padding-sl {
  padding: 0 10px;
}

@media (max-width: 499.98px) {
  .padding-sl {
    padding: 0;
  }
}

.class-mb-section {
  padding: 50px;
}

@media (max-width: 499.98px) {
  .class-mb-section {
    padding: 20px 10px;
  }
}

.btn-new {
  display: inline-block;
  font-weight: 300;
  margin-top: 30px !important;
  height: auto !important;
  min-width: auto !important;
  border-width: 1px;
  border-style: solid;
  border-color: #D9D9D9;
  border-image: initial;
  padding: 5px 10px;
  background: transparent !important;
}

@media (max-width: 499.98px) {
  .btn-new {
    margin-top: 30px !important;
    font-size: 15px;
  }
}

.mb-class {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

@media (max-width: 499.98px) {
  .mb-class {
    padding: 0 10px !important;
  }
}

.mb-class-left {
  padding-left: 0px !important;
}

.mb-class-2 {
  max-width: 412px;
  margin-left: 50px;
  text-align: justify !important;
  padding-top: 10px;
}

@media (max-width: 499.98px) {
  .mb-class-2 {
    position: initial !important;
    text-align: justify !important;
    margin: 0px;
    padding: 5px 10px;
  }
}

.title-right {
  text-align: right !important;
}

@media (max-width: 499.98px) {
  .title-right {
    text-align: center !important;
  }
}

.title-right span,
.title-right a {
  font-size: 20px;
}

.title-right span {
  color: rgba(0, 0, 0, 0.87);
}

@media (max-width: 499.98px) {
  .font-size-h {
    font-size: 16px !important;
    max-width: 270px;
  }
}

.tierra-product-hot {
  margin-bottom: 100px;
}

.tierra-product-hot .col-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.tierra-product-hot .col-md-12 {
  padding-bottom: 30px;
}

@media (max-width: 499.98px) {
  .tierra-product-hot .col-6 {
    padding: 10px;
  }
}

.tierra-product-hot h2 {
  font-family: "Judson";
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 15px;
  text-align: center;
  color: #3F3B36;
}

@media (max-width: 499.98px) {
  .tierra-product-hot h2 {
    font-size: 24px;
  }
}

.tierra-product-hot .box-content-product .box-img-product {
  position: relative;
}

.tierra-product-hot .box-content-product .box-img-product .fix-pagespeed {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.tierra-product-hot .box-content-product .box-img-product .sale-tag-1 {
  position: absolute;
  top: 5px;
  left: 0;
  width: 153px;
  height: auto;
}

.tierra-product-hot .box-content-product .box-img-product .sale-tag-2 {
  position: absolute;
  top: 0;
  right: 5px;
  width: 45px;
  height: auto;
}

.tierra-product-hot .box-content-product .box-img-product .sale-tag-3 {
  position: absolute;
  top: 0;
  left: 5px;
  width: 45px;
  height: auto;
}

.tierra-product-hot .box-content-product .box-img-product .sale-tag-ringmen-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 153px;
  height: 51px;
}

.tierra-product-hot .box-content-product .box-img-product .sale-tag-ringmen-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
}

.tierra-product-hot .box-content-product .box-img-product img {
  width: 100%;
}

.tierra-product-hot .box-content-product h3,
.tierra-product-hot .box-content-product p,
.tierra-product-hot .box-content-product span {
  font-size: 16px;
  line-height: 1.5;
}

.tierra-product-hot .box-content-product h3 {
  font-family: "Judson";
  font-size: 16px;
  margin-top: 10px;
  text-align: left;
  display: -webkit-box;
  max-width: 100%;
  height: 46px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3F3B36;
}

.tierra-product-hot .box-content-product p {
  color: #3F3B36;
  font-weight: 600;
}

.tierra-product-hot .box-content-product p small {
  color: #ccc;
}

.tierra-product-hot .box-content-product span {
  color: #424242;
  display: block;
}

.btn-show-new {
  border: 1px solid #BD944E;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  padding: 5px 15px;
  min-width: 180px;
  text-align: center;
  height: auto;
  color: #BD944E;
  margin: 30px 0 !important;
  background: Transparent;
}

@media (max-width: 499.98px) {
  .btn-show-new {
    display: block;
    margin: 20px auto !important;
  }
}

.class-h-center {
  font-size: 30px;
}

@media (max-width: 499.98px) {
  .class-h-center {
    text-align: center;
    font-size: 24px !important;
  }
}

.class-h {
  font-size: 30px;
}

@media (max-width: 499.98px) {
  .class-h {
    font-size: 24px !important;
  }
}

.offset-lg-1 .title {
  text-align: left !important;
  margin: 5px 0 !important;
}

.width-570px {
  max-width: 563px;
}

.width-765px {
  max-width: 765px !important;
  margin: 30px auto !important;
  text-align: center !important;
}

@media (max-width: 499.98px) {
  .width-765px {
    text-align: justify !important;
    margin: 20px auto;
  }
}

.width-300px {
  max-width: 300px;
}

@media (max-width: 499.98px) {
  .width-300px {
    max-width: 100%;
    font-size: 16px !important;
  }
}

.mb-class-3 {
  max-width: 110%;
  background: #F9F9F9;
  padding: 80px;
  margin-left: -50px;
  box-shadow: -4px 4px 3px rgba(125, 116, 105, 0.2);
}

@media (max-width: 499.98px) {
  .mb-class-3 {
    background: #fff;
    padding: 0 10px;
    margin-left: 0;
    max-width: 100%;
    box-shadow: none;
  }

  .mb-class-3 .width-300px {
    max-width: 100%;
    font-size: 24px !important;
    margin: 20px 0 0px;
  }
}

.mb-class-3 p {
  padding-top: 10px;
}

.mb-class-5 {
  max-width: 110%;
  background: #F9F9F9;
  padding: 80px;
  margin-left: -50px;
  box-shadow: -4px 4px 3px rgba(125, 116, 105, 0.2);
}

@media (max-width: 499.98px) {
  .mb-class-5 {
    background: #fff;
    padding: 0 10px;
    margin-left: 0;
    max-width: 100%;
    box-shadow: none;
  }

  .mb-class-5 .width-300px {
    max-width: 100%;
    font-size: 24px !important;
    margin: 20px 0 0px;
  }
}

.mb-class-5 p {
  padding-top: 10px;
}

.mb-class-4 {
  background: #F9F9F9;
  padding: 80px;
  width: 110%;
  box-shadow: -4px 4px 3px rgba(125, 116, 105, 0.2);
}

@media (max-width: 499.98px) {
  .mb-class-4 {
    background: #fff;
    padding: 0 10px;
    margin-left: 0;
    max-width: 100%;
    box-shadow: none;
  }

  .mb-class-4 .width-300px {
    max-width: 100%;
    font-size: 24px !important;
    margin: 20px 0 0;
  }
}

.mb-class-4 p {
  padding-top: 10px;
}

.mb-class-6 {
  background: #F9F9F9;
  padding: 80px;
  width: 110%;
  box-shadow: -4px 4px 3px rgba(125, 116, 105, 0.2);
}

@media (max-width: 499.98px) {
  .mb-class-6 {
    background: #fff;
    padding: 0 10px;
    margin-left: 0;
    max-width: 100%;
    box-shadow: none;
  }

  .mb-class-6 .width-300px {
    max-width: 100%;
    font-size: 24px !important;
    margin: 20px 0 0px;
  }
}

.mb-class-6 p {
  padding-top: 10px;
}

.padding-0 {
  padding: 0 !important;
}

@media (max-width: 499.98px) {
  .center-auto {
    display: block !important;
    margin: 20px auto !important;
  }
}

.h3-mg-left {
  text-align: left !important;
  margin-left: 50px;
  text-transform: unset !important;
  font-size: 30px !important;
  font-weight: 300 !important;
}

@media (max-width: 499.98px) {
  .h3-mg-left {
    margin: 20px 0 0 0;
    text-align: left !important;
    font-size: 24px !important;
  }
}

.pading-50px {
  padding: 50px;
  background: #F8F3EF;
}

@media (max-width: 499.98px) {
  .pading-50px {
    padding: 30px;
  }
}

.height-543px {
  height: auto;
}

@media (max-width: 1023.98px) {
  .height-543px {
    height: auto;
  }
}

@media (max-width: 499.98px) {
  .w-350-h-300 {
    width: 350px;
    height: 300px;
    object-fit: cover;
  }
}

.background-f9 {
  background: #f9f9f9;
}

@media (max-width: 1023.98px) {
  .background-f9 {
    background: #fff;
  }
}

.h3-mg-none-left {
  margin-left: 50px;
}

@media (max-width: 1023.98px) {
  .h3-mg-none-left {
    margin: 20px 10px 10px 10px;
  }
}

.mb-60 {
  margin-bottom: 60px !important;
}

@media (max-width: 1023.98px) {
  .mb-60 {
    margin-bottom: 30px !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 499.98px) {
  .img-241px {
    height: 241px !important;
    object-fit: cover;
  }
}

@media (max-width: 499.98px) {
  .img-263px {
    height: 263px !important;
    object-fit: cover;
  }
}

@media (max-width: 499.98px) {
  .title img {
    width: 25px;
    height: 20px;
  }
}

@media (max-width: 499.98px) {
  .mb-w-100 {
    width: 100% !important;
  }
}

.mb-display-block {
  display: none;
}

@media (max-width: 499.98px) {
  .mb-display-block {
    display: block;
  }
}

.mb-display-none {
  display: block;
}

@media (max-width: 499.98px) {
  .mb-display-none {
    display: none;
  }
}

@media (max-width: 499.98px) {
  .mb-jus {
    text-align: justify !important;
  }
}

section.img-mb-section {
  display: none;
}

@media (max-width: 499.98px) {
  section.img-mb-section {
    display: block;
  }
}

.img-mb-full {
  display: block;
}

@media (max-width: 499.98px) {
  .img-mb-full {
    display: none;
  }
}

.camp-margin-30-20 {
  margin-top: 30px;
}

@media (max-width: 499.98px) {
  .camp-margin-30-20 {
    margin-top: 20px;
  }
}

.font-light {
  font-size: 30px !important;
  font-weight: 300 !important;
}

@media (max-width: 499.98px) {
  .font-light {
    font-size: 24px !important;
  }
}

.camp-margin-20-10 {
  margin-top: 20px;
}

@media (max-width: 499.98px) {
  .camp-margin-20-10 {
    margin-top: 10px;
  }
}

.font-20-17 {
  cursor: pointer;
  padding-top: 10px;
  font-size: 20px !important;
  font-weight: 400 !important;
  border-top: 2px solid #D9D9D9;
}

@media (max-width: 499.98px) {
  .font-20-17 {
    font-size: 17px !important;
  }
}

h3.font-20-17 {
  padding-top: 0 !important;
  border-top: 0 !important;
}

p.font-active {
  border-top: 2px solid #B48C72 !important;
}

.hiden-show {
  display: none;
}

@media (max-width: 499.98px) {
  #div-select-1 img,
  #div-select-2 img,
  #div-select-3 img {
    max-height: 412px;
  }
}

.imgnew .slick-prev {
  left: 0px;
  z-index: 1;
}

.imgnew .slick-next {
  right: 10px;
  z-index: 1;
}

.margin-60-40-top {
  margin-top: 60px;
}

@media (max-width: 499.98px) {
  .margin-60-40-top {
    margin-top: 40px;
  }
}

.sale-tag-4 {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 153px;
  height: auto;
}

@media (max-width: 499.98px) {
  .img-mb-sx {
    width: 145px;
    height: 106px;
  }
}

.mar-20-10 {
  margin-top: 20px;
}

@media (max-width: 499.98px) {
  .mar-20-10 {
    margin-top: 8px;
  }
}

@media (max-width: 499.98px) {
  .discover .class-h-center {
    text-align: center !important;
    margin-top: 20px;
  }
}

@media (max-width: 499.98px) {
  .discover .mb-class-2 {
    padding-bottom: 40px;
    text-align: center !important;
  }
}

.campaigns .content-campaign p {
  text-align: center;
}

@media (max-width: 499.98px) {
  .padding-mb30-top {
    padding-top: 30px !important;
  }
}

.padding-10-20-bottom {
  padding-bottom: 20px !important;
}

@media (max-width: 499.98px) {
  .padding-10-20-bottom {
    padding-bottom: 10px !important;
  }
}

.banner-diamond .fix-pagespeed {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.rapnet-tab-diamond {
  display: block;
  text-align: center;
}

.rapnet-tab-diamond li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.rapnet-tab-diamond li a {
  display: inline-block;
  height: 30px;
  text-align: center;
  text-decoration: none;
}

.rapnet-tab-diamond li.active {
  border-bottom: 2px solid #B48C72;
  color: #B48C72;
}

.rapnet-tab-diamond li.active a {
  color: #B48C72;
  font-weight: 600;
}

.title-rapnet-diamon {
  margin-top: 60px;
}

.title-rapnet-diamon h1 {
  color: #B48C72;
  font-size: 1.7rem;
  text-align: center;
  text-transform: uppercase;
}

.title-rapnet-diamon p {
  text-align: center;
}

.title-rapnet-diamon p button {
  background: #B48C72;
  border: 1px solid #B48C72;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  outline: none;
  padding: 8px 30px;
}

.title-rapnet-diamon p span {
  display: block;
}

@media (max-width: 499.98px) {
  .title-rapnet-diamon {
    margin-top: 40px;
  }

  .title-rapnet-diamon p span {
    display: inline-block;
  }
}

@media (max-width: 499.98px) {
  .rapnet-filter-desktop {
    display: none;
  }
}

.rapnet-filter-desktop .primary-btn {
  border-radius: 4px;
  font-size: 16px;
  height: 45px;
  min-width: 220px;
  padding: 0 10px;
}

.icon-title-diamond {
  margin-top: 60px;
}

.icon-title-diamond h3 {
  font-size: 18px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  width: 100%;
}

.icon-title-diamond h3 span {
  color: #ccc;
  font-size: 25px;
  margin-right: 6px;
}

.rapnet-filter-mobile {
  margin-top: 30px;
}

@media (min-width: 500px) {
  .rapnet-filter-mobile {
    display: none;
  }
}

.rapnet-filter-mobile .diamond-content {
  padding-bottom: 50px;
}

.rapnet-filter-mobile .diamond-content .show-popup-filter {
  margin-bottom: 0;
  position: relative;
  padding: 10px;
  text-align: center;
}

.rapnet-filter-mobile .diamond-content .show-popup-filter span {
  display: block;
  font-weight: 600;
}

.rapnet-filter-mobile .diamond-content .show-popup-filter span:nth-child(2) {
  font-size: 10px;
  font-weight: 400;
}

.rapnet-filter-mobile .diamond-content .show-popup-filter span:nth-child(3) {
  color: #B48C72;
  font-size: 13px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.box-shappe {
  padding-left: 0;
  margin-bottom: 0;
}

.box-shappe li {
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  list-style-type: none;
  margin-right: 15px;
  height: 60px;
  width: 60px;
  text-align: center;
}

.box-shappe li img {
  height: 30px;
  width: 30px;
}

.box-shappe li.active {
  border: 1px solid rgba(180, 140, 114, 0.8);
}

.box-shappe li p {
  height: 30px;
  line-height: 30px;
  padding-top: 15px;
  padding-bottom: 0;
  text-align: center;
}

.diamond-color {
  padding-left: 0;
}

.diamond-color li {
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  display: inline-block;
  list-style-type: none;
  height: 31px;
  line-height: 32x;
  text-align: center;
  width: 70px;
}

.diamond-color li a {
  display: block;
  font-size: 13px;
  height: 31px;
  line-height: 31px;
  text-align: center;
}

.diamond-color li img {
  height: 27px;
  margin-top: 2px;
}

.diamond-color li.active {
  border: 1px solid rgba(180, 140, 114, 0.5);
}

.rapnet-color {
  margin-top: 40px;
}

.rapnet-color .set-title-name {
  font-size: 10px;
}

.rapnet-color .set-title-name span {
  display: block;
  font-size: 16px;
}

.rapnet-color .set-title-name.mr-shape {
  margin-top: 12px;
}

.rapnet-color span {
  display: inline-block;
  font-size: 13px;
}

.rapnet-color input.txtchange {
  border: 1px solid #f2f2f2;
}

.rapnet-color input.txtchange:focus {
  border: 1px solid #f2f2f2;
  outline: none;
}

.rapnet-color .box-chart {
  display: inline-block;
  width: 100%;
}

.rapnet-color .box-chart ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 0 -2px;
  padding: 0;
}

.rapnet-color .box-chart ul li {
  font-size: 13px;
  width: 1%;
  white-space: nowrap;
  text-align: center;
}

.rapnet-color .box-chart ul.clarity-title {
  margin-left: -8px;
  margin-right: -10px;
}

.rapnet-color .box-chart ul.clarity-title li {
  width: 5%;
}

.rapnet-color .box-chart ul.cut-title {
  margin-right: -15px;
}

.rapnet-color .box-chart ul.cut-title li {
  width: 10%;
}

.rapnet-color .box-chart ul.pay-title {
  margin-left: -8px;
  margin-right: -3px;
}

.rapnet-color .box-chart ul.pay-title li {
  width: 10%;
}

.rapnet-color .box-chart .box-price {
  position: relative;
  height: 30px;
}

.rapnet-color .box-chart .box-price span {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #616161;
  display: inline-block;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  min-width: 120px;
  position: absolute;
  text-align: center;
}

.rapnet-color .box-chart .box-price span:nth-child(1) {
  left: 0;
}

.rapnet-color .box-chart .box-price span:nth-child(2) {
  right: 0;
}

.rapnet-color .box-chart .slider.slider-horizontal {
  width: 100% !important;
}

.rapnet-color .box-chart .slider.slider-horizontal .slider-track {
  height: 5px !important;
}

.rapnet-color .box-chart .slider.slider-horizontal .slider-track .slider-selection {
  background-color: rgba(180, 140, 114, 0.05);
  background-image: linear-gradient(to bottom, rgba(180, 140, 114, 0.5), rgba(180, 140, 114, 0.3));
}

.rapnet-color .box-chart .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  text-align: right !important;
}

.rapnet-color .box-chart .slider-tick {
  background: white;
  height: 5px;
  margin-left: 0;
  margin-top: 5px;
  width: 2px;
}

.rapnet-color .box-chart .slider-handle {
  background-color: #B48C72;
  background-image: linear-gradient(to bottom, #B48C72, #B48C72);
  margin-left: -5px;
  height: 12px;
  top: 2px;
  width: 12px;
}

.rapnet-color .box-chart .slider-selection.tick-slider-selection {
  background-color: rgba(180, 140, 114, 0.05);
  background-image: linear-gradient(to bottom, rgba(180, 140, 114, 0.5), rgba(180, 140, 114, 0.3));
}

.rapnet-shape-show ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-left: 0;
}

.rapnet-shape-show ul li {
  list-style: none;
  min-width: 70px;
}

.rapnet-shape-show ul li span {
  display: inline-block;
  height: 21px;
  padding-top: 3px;
}

.rapnet-shape-show ul li.active {
  color: #B48C72;
}

.rapnet-shape-show ul li.active span {
  background: #cc9866;
  color: white;
}

.table-information {
  margin-top: 80px;
}

.table-information .row .table-view-product,
.table-information .row .rapnet-list-product {
  padding: 0;
}

.table-information .row p a {
  color: #B48C72 !important;
}

.table-information .table-view-product .rapnet-bar-left {
  width: 100%;
}

.table-information .table-view-product .rapnet-bar-left tr th {
  background: #B48C72;
  height: 40px;
  width: 100%;
}

.table-information .table-view-product .rapnet-bar-left tr td h3,
.table-information .table-view-product .rapnet-bar-left tr td h4 {
  text-align: center;
}

.table-information .table-view-product .rapnet-bar-left tr td h3 {
  font-size: 1.3rem;
}

.table-information .table-view-product .rapnet-bar-left tr td h4 {
  font-size: 1rem;
}

.table-information .table-view-product .rapnet-bar-left tr td p {
  text-align: center;
}

.table-information .table-view-product .rapnet-bar-left tr td p.price {
  font-size: 1.2rem;
}

.table-information .table-view-product .rapnet-bar-left tr td p button {
  background: #B48C72;
  border: 1px solid #B48C72;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  height: 40px;
  outline: none;
  width: 90%;
}

.table-information .table-view-product .rapnet-bar-left tr td p button:hover {
  background: white;
  color: #B48C72;
}

.table-information .table-view-product .rapnet-bar-left tr:nth-child(2) {
  height: 300px;
}

.table-information .table-view-product .rapnet-bar-left tr:nth-child(2) .box-img-rapnet {
  position: relative;
  height: 300px;
}

.table-information .table-view-product .rapnet-bar-left tr:nth-child(2) .box-img-rapnet img {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.table-information .table-view-product .rapnet-bar-left tr:nth-child(2) .box-img-rapnet p {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.table-information .table-view-product .rapnet-bar-left tr:nth-child(2) .box-img-rapnet p span {
  background: white;
  display: inline-block;
  font-size: 10px;
  min-width: 60px;
  max-width: 70px;
}

.table-information .table-view-product .rapnet-bar-left tr:nth-child(2) .box-img-rapnet p.top {
  top: 25px;
}

.table-information .table-view-product .rapnet-bar-left tr:nth-child(2) .box-img-rapnet p.left {
  text-align: left;
  top: 170px;
}

.table-information .table-view-product .rapnet-bar-left tr:nth-child(2) .box-img-rapnet p.right {
  top: 170px;
  text-align: right;
}

.table-information .table-view-product .rapnet-bar-left tr:nth-child(2) .box-img-rapnet p.right span {
  text-align: left;
}

.table-information .table-view-product .rapnet-bar-left tr:nth-child(2) .box-img-rapnet p.bottom {
  top: 230px;
  text-align: center;
}

.table-information .rapnet-list-product .title-list {
  background: #B48C72;
  color: white;
  display: flex;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.table-information .rapnet-list-product .title-list p {
  display: inline-block;
  font-weight: 600;
  line-height: 1.2;
}

.table-information .rapnet-list-product .dia-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.table-information .rapnet-list-product .dia-list li .rapnet-content-table {
  min-height: 60px;
  text-align: center;
}

.table-information .rapnet-list-product .dia-list li .rapnet-content-table:hover {
  background: rgba(180, 140, 114, 0.5);
}

.table-information .rapnet-list-product .dia-list li .rapnet-content-table p {
  display: inline-block;
  font-size: 1rem;
  height: 60px;
  width: 100%;
  line-height: 60px;
  margin-bottom: 0;
  text-align: center;
  position: relative;
}

.table-information .rapnet-list-product .dia-list li .rapnet-content-table p img {
  height: 35px;
  width: 35px;
  max-height: 100%;
  max-width: none;
}

.table-information .rapnet-list-product .dia-list li .rapnet-content-table p .a-choice {
  display: block;
  position: absolute;
  left: 15px;
}

.table-information .rapnet-list-product .dia-list li .rapnet-content-table p .span-choice {
  display: block;
  position: absolute;
  top: 3px;
  left: 95px;
  font-size: 13px;
  border: 1px solid;
  line-height: 1;
  padding: 3px;
  color: #B48C72;
}

.table-information .rapnet-list-product .dia-list li .rapnet-content-table p .span-choice-mb {
  display: block;
  position: absolute;
  top: 18px;
  left: 90px;
  font-size: 13px;
  border: 1px solid;
  line-height: 1;
  padding: 3px;
  color: #cc9866;
}

.table-information .rapnet-list-product .dia-list li .rapnet-content-table p span {
  display: none;
}

.table-information .rapnet-list-product .dia-list li .rapnet-content-table p a {
  font-size: 1rem;
}

.table-information .rapnet-list-product .dia-list li .rapnet-content-table a {
  font-size: 0.8rem;
  text-decoration: underline;
}

.table-information .rapnet-list-product .dia-list li:nth-child(2n + 1) .rapnet-content-table {
  background: rgba(180, 140, 114, 0.05);
}

.table-information .rapnet-list-product .dia-list li:nth-child(2n + 1) .rapnet-content-table:hover {
  background: rgba(180, 140, 114, 0.5);
}

.table-information #sidebar .rapnet-list-product .title-list,
.table-information .dis-flex .rapnet-list-product .title-list {
  display: flex;
  flex-flow: row wrap;
}

.table-information #sidebar .rapnet-list-product .title-list div:nth-child(1),
.table-information .dis-flex .rapnet-list-product .title-list div:nth-child(1) {
  width: 10%;
}

.table-information #sidebar .rapnet-list-product .title-list div:nth-child(2),
.table-information .dis-flex .rapnet-list-product .title-list div:nth-child(2) {
  width: 20%;
}

.table-information #sidebar .rapnet-list-product .title-list div:nth-child(3),
.table-information .dis-flex .rapnet-list-product .title-list div:nth-child(3) {
  width: 10%;
}

.table-information #sidebar .rapnet-list-product .title-list div:nth-child(4),
.table-information .dis-flex .rapnet-list-product .title-list div:nth-child(4) {
  width: 8%;
}

.table-information #sidebar .rapnet-list-product .title-list div:nth-child(5),
.table-information .dis-flex .rapnet-list-product .title-list div:nth-child(5) {
  width: 10%;
}

.table-information #sidebar .rapnet-list-product .title-list div:nth-child(6),
.table-information .dis-flex .rapnet-list-product .title-list div:nth-child(6) {
  width: 10%;
}

.table-information #sidebar .rapnet-list-product .title-list div:nth-child(7),
.table-information .dis-flex .rapnet-list-product .title-list div:nth-child(7) {
  width: 10%;
}

.table-information #sidebar .rapnet-list-product .title-list div:nth-child(8),
.table-information .dis-flex .rapnet-list-product .title-list div:nth-child(8) {
  width: 22%;
}

.table-information #sidebar .pc-flex,
.table-information .dis-flex .pc-flex {
  display: flex;
  flex-flow: row wrap;
}

.table-information #sidebar .pc-flex div:nth-child(1),
.table-information .dis-flex .pc-flex div:nth-child(1) {
  width: 8%;
}

.table-information #sidebar .pc-flex div:nth-child(2),
.table-information .dis-flex .pc-flex div:nth-child(2) {
  width: 20%;
}

.table-information #sidebar .pc-flex div:nth-child(3),
.table-information .dis-flex .pc-flex div:nth-child(3) {
  width: 10%;
}

.table-information #sidebar .pc-flex div:nth-child(4),
.table-information .dis-flex .pc-flex div:nth-child(4) {
  width: 10%;
}

.table-information #sidebar .pc-flex div:nth-child(5),
.table-information .dis-flex .pc-flex div:nth-child(5) {
  width: 10%;
}

.table-information #sidebar .pc-flex div:nth-child(6),
.table-information .dis-flex .pc-flex div:nth-child(6) {
  width: 10%;
}

.table-information #sidebar .pc-flex div:nth-child(7),
.table-information .dis-flex .pc-flex div:nth-child(7) {
  width: 10%;
}

.table-information #sidebar .pc-flex div:nth-child(8),
.table-information .dis-flex .pc-flex div:nth-child(8) {
  width: 22%;
}

@media screen and (min-width: 600px) {
  .table-information .mobile-flex {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .table-information .dis-flex {
    display: none;
  }
}

@media (min-width: 500px) {
  .table-information .container {
    width: 100%;
  }
}

@media (max-width: 499.98px) {
  .table-information {
    margin-top: 20px;
  }

  .table-information .table-view-product {
    display: none;
  }

  .table-information #sidebar {
    display: none;
  }

  .table-information .rapnet-list-product .row > div {
    padding: 5px;
  }

  .table-information .rapnet-list-product .title-list {
    display: none;
  }

  .table-information .rapnet-list-product .dia-list li .rapnet-content-table {
    padding-top: 20px;
    text-align: left;
  }

  .table-information .rapnet-list-product .dia-list li .rapnet-content-table > div:nth-child(1),
  .table-information .rapnet-list-product .dia-list li .rapnet-content-table div:nth-child(4),
  .table-information .rapnet-list-product .dia-list li .rapnet-content-table div:nth-child(7) {
    padding-left: 30px;
  }

  .table-information .rapnet-list-product .dia-list li .rapnet-content-table p {
    height: auto;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 5px;
  }

  .table-information .rapnet-list-product .dia-list li .rapnet-content-table p span {
    color: rgba(180, 140, 114, 0.8);
    display: block;
    margin-bottom: 5px;
  }

  .table-information .rapnet-list-product .dia-list li .rapnet-content-table p a {
    font-size: 0.9rem;
  }

  .table-information .rapnet-list-product .dia-list li .rapnet-content-table .tierra-report {
    text-align: center;
  }

  .table-information .rapnet-list-product .dia-list li .rapnet-content-table .tierra-report span,
  .table-information .rapnet-list-product .dia-list li .rapnet-content-table .tierra-report a {
    display: inline-block;
    padding: 5px;
  }
}

.products {
  height: auto !important;
}

.popup-filter-rapnet {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  background: white;
  display: none;
  position: fixed;
  max-height: 90%;
  bottom: 0;
  width: 100%;
  z-index: 102;
}

.popup-filter-rapnet .btn-close {
  background: white;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
  height: 30px;
  right: 0;
  position: absolute;
  top: 5px;
  width: 70px;
  z-index: 1;
}

.popup-filter-rapnet .btn-close div {
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.popup-filter-rapnet .box-popup-filter {
  position: relative;
  padding: 0 1rem;
  height: 300px;
}

.popup-filter-rapnet .box-popup-filter h4 {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-top: 2rem;
}

.popup-filter-rapnet .box-popup-filter .box-shappe li {
  margin-right: 10px;
  margin-bottom: 10px;
  height: 50px;
  width: 50px;
}

.popup-filter-rapnet .box-popup-filter .box-shappe li img {
  height: 30px;
  width: 30px;
}

.popup-filter-rapnet .box-popup-filter .box-shappe li p {
  height: 30px;
  line-height: 30px;
  padding-top: 8px;
  text-align: center;
}

.popup-filter-rapnet .box-popup-filter .box-shappe li:last-child {
  margin-right: 0;
}

.popup-filter-rapnet .box-popup-filter .rapnet-color {
  margin: 1rem 5px 0;
}

.popup-filter-rapnet .box-popup-filter .btn-view {
  margin: 2rem 0;
  text-align: center;
}

.popup-filter-rapnet .box-popup-filter .btn-view .primary-seconday {
  background: #B48C72;
  border: 1px solid #B48C72;
  border-radius: 3px;
  color: white;
  height: 40px;
  width: 80%;
}

.slick-current .box-img-rapnet {
  position: relative;
}

.slick-current .box-img-rapnet p {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.slick-current .box-img-rapnet p span {
  background: white;
  display: inline-block;
  font-size: 10px;
  min-width: 60px;
  max-width: 70px;
}

.slick-current .box-img-rapnet p.top {
  top: 55px;
}

.slick-current .box-img-rapnet p.left {
  top: 405px;
  right: 32%;
}

.slick-current .box-img-rapnet p.right {
  bottom: 60px;
  right: 15%;
  text-align: right;
}

.slick-current .box-img-rapnet p.right span {
  text-align: left;
}

.slick-current .box-img-rapnet p.bottom {
  bottom: 10px;
  text-align: center;
}

@media (max-width: 499.98px) {
  .slick-current .box-img-rapnet p.top {
    top: 20px;
  }

  .slick-current .box-img-rapnet p.left {
    top: 190px;
    right: 110px;
  }

  .slick-current .box-img-rapnet p.right {
    top: 220px;
    right: 40px;
  }
}

.div-1 {
  background: #fbfbfb;
  padding: 10px 10px;
}

.div-2 {
  background: #fff;
  padding: 5px 10px;
}

@media (max-width: 499.98px) {
  .mb-div-2 {
    background: #fbfbfb;
  }
}

@media (max-width: 499.98px) {
  .mb-div-1 {
    background: #fff;
  }
}

@media (max-width: 499.98px) {
  .img-mb {
    height: 350px;
  }
}

.strong-value {
  font-weight: 700;
}

.topnav {
  overflow: hidden;
  background-color: #fff;
}

.topnav p {
  float: left;
  color: #000;
  font-weight: 500;
  padding: 14px 7px;
  text-decoration: none;
  font-size: 17px;
  margin: 0;
  border: none;
  background: #fff;
  cursor: pointer;
}

.topnav select {
  color: #000;
  font-weight: 500;
  width: 180px;
  text-decoration: none;
  font-size: 16px;
  margin: 0;
  border: none;
  background: #fff;
  cursor: pointer;
}

.topnav select:focus {
  outline: none;
}

.topnav p:hover {
  color: #B48C72;
}

.topnav p.active {
  color: #B48C72;
}

.topnav-right {
  float: right;
}

.font-weight {
  font-weight: 500;
  margin: 0;
}

.font-weight-mb {
  font-weight: 500;
}

.span-mb {
  font-weight: 400;
}

.input-filter {
  outline: 0;
}

.input-filter::placeholder {
  color: #767676;
  font-weight: 400;
}

.formN-popup-ung-tuyen .row .input-filde-new input,
select {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #eee;
  font-size: 16px;
  height: 40px;
  outline: none;
  margin: 0 auto;
  width: 100%;
}

.formN-popup-ung-tuyen .row .input-filde-new input select,
select select {
  background: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  height: 40px;
  outline: none;
  margin: 0 auto;
  width: 100%;
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  color: #000;
}

.title-max-width-700 {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
}

.slider-gallery span {
  font-size: 16px !important;
  text-transform: none !important;
  color: #000 !important;
  height: auto !important;
  padding: 10px 0;
  text-align: center !important;
}

.slider-gallery img {
  height: 100% !important;
  width: auto !important;
  cursor: pointer;
}

.slider-gallery label {
  font-size: 16px !important;
  text-transform: none !important;
  color: #000 !important;
}

.slider-gallery .slick-track {
  width: 100000px !important;
}

.slider-gallery .slick-next {
  right: -10px;
  top: 35px;
}

.slider-gallery .slick-slide div {
  padding: 0 !important;
  text-align: center !important;
}

.slider-gallery .slick-prev {
  left: -10px;
  top: 35px;
}

.slider-gallery .slick-slide {
  width: 183px !important;
}

@media (max-width: 499.98px) {
  .slider-gallery .slick-slide {
    width: 122px !important;
  }
}

.mg-auto {
  margin: 0 auto;
}

.gallery-h1 {
  font-size: 26px;
  margin-top: 20px;
}

.gallery-h2 {
  font-size: 18px;
  text-align: left !important;
}

.mg-top-40px {
  margin-top: 40px;
}

.mg-top-80px {
  margin-top: 80px;
}

.absolute {
  position: absolute;
  bottom: 0;
}

@media (max-width: 1023.98px) {
  .absolute {
    position: unset;
  }
}

.relative {
  position: relative;
}

.mg-top-60px {
  margin-top: 60px;
}

.tag-border {
  border: 1px solid #a1c1f0;
  color: #a1c1f0;
  border-radius: 10px;
  padding: 0px 10px;
}

.slider-nav-gallery .slick-slide {
  padding: 0 10px;
}

.slider-nav-gallery .slick-track {
  width: 100000px !important;
}

.slider-nav-gallery p {
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3F3B36;
}

.gallery .col-6 {
  padding: 10px 10px !important;
}

.position-show .show-name {
  display: none !important;
  height: 0;
}

.position-show .show-slow {
  height: 0;
}

.position-show:hover {
  position: relative;
}

.position-show:hover .show-slow {
  height: auto;
  display: block !important;
  font-weight: 800;
  bottom: 0;
  left: 0;
  color: white;
  right: 0;
  text-align: center;
  background-color: #afafaf;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
}

.position-show:hover .show-name {
  display: block  !important;
  font-weight: 700;
  position: absolute;
  bottom: 5px;
  left: 0;
  height: auto;
  color: white;
  right: 0;
  text-align: center;
  margin: 0;
}

.img-mb-s {
  display: block;
  padding: 0 10px;
}

@media (max-width: 499.98px) {
  .img-mb-s {
    padding: 0 5px;
  }
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 499.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

.diamond-price {
  margin-top: 70px;
  padding-left: 40px;
}

@media (max-width: 499.98px) {
  .diamond-price {
    margin-top: 0px;
    padding: 0;
  }
}

.diamond-img {
  margin-top: 20px;
}

@media (max-width: 499.98px) {
  .diamond-img {
    margin-top: 0px;
  }
}

.diamond-img .slider-nav-mb div {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.diamond-img .slider-nav-mb img,
.diamond-img .slider-nav-mb iframe {
  width: 70px !important;
  height: 70px !important;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 10px;
}

.diamond-img .slider-nav-mb .slick-slide.slick-current img {
  border: 1px solid #B48C72;
}

.diamond-button {
  text-align: left !important;
  height: auto !important;
  padding-top: 30px;
}

.diamond-button .diamond-button-text {
  font-size: 20px !important;
}

@media (max-width: 499.98px) {
  .diamond-button .diamond-button-text {
    font-size: 16px !important;
    border-radius: 5px;
    padding: 10px 15px;
    text-transform: uppercase;
  }
}

.diamond-button.show-mb {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 10px;
}

.diamond-detail {
  color: #3F3A36;
}

@media (max-width: 499.98px) {
  .diamond-detail {
    padding-top: 20px;
  }
}

.diamond-detail.product {
  padding-bottom: 40px;
}

@media (max-width: 499.98px) {
  .diamond-detail.product {
    padding-bottom: 0px;
    margin-top: 20px;
  }
}

.diamond-detail .line-container {
  padding: 0;
}

.diamond-detail .diamond-line {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #D9D9D9;
  width: 100%;
  height: 1px;
}

.diamond-detail .diamond-title {
  padding-left: 200px;
  padding-right: 200px;
}

@media (max-width: 499.98px) {
  .diamond-detail .diamond-title {
    padding-left: 30px;
    padding-right: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

.diamond-detail .diamond-title span {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}

@media (max-width: 499.98px) {
  .diamond-detail .diamond-title span {
    font-size: 15px;
    line-height: 19px;
  }
}

.diamond-detail .diamond-title p {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
}

@media (max-width: 499.98px) {
  .diamond-detail .diamond-title p {
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
  }
}

.diamond-detail .diamond-title.text-right {
  text-align: right;
}

.diamond-detail .diamond-info-container {
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 499.98px) {
  .diamond-detail .diamond-info-container {
    padding-left: 0px;
    padding-right: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    justify-content: center;
  }

  .diamond-detail .diamond-info-container .show-mb {
    padding-left: 30px;
    padding-right: 10px;
  }

  .diamond-detail .diamond-info-container.diamond-table {
    padding-bottom: 30px;
  }
}

.diamond-detail .diamond-info {
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.diamond-detail .diamond-info p {
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 499.98px) {
  .diamond-detail .diamond-info {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.diamond-detail div.diamond-info-container > div:nth-child(odd) {
  background: #F9F9F9;
}

.diamond-faq h2 p {
  font-size: 20px;
}

@media (max-width: 499.98px) {
  .diamond-faq h2 p {
    font-size: 16px;
  }
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 499.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

.row.center {
  justify-content: center;
  align-items: center;
}

.font-p-new {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
}

.with-you {
  background-color: #f4efeb;
  padding: 50px 0;
}

@media (max-width: 499.98px) {
  .with-you {
    padding: 30px 0;
  }
}

.padding-top-30px {
  padding-top: 30px;
}

.tierra-banner-sildeshow iframe {
  height: 600px;
}

@media (max-width: 499.98px) {
  .tierra-banner-sildeshow iframe {
    height: 231px;
    max-height: 231px;
  }
}

.line-120 {
  width: 120px;
  height: 1px;
  border-bottom: 1px solid #B48C72;
  margin: 5px 0;
}

.justify-content {
  justify-content: space-between !important;
}

@media (max-width: 1023.98px) {
  .justify-content {
    justify-content: center !important;
  }
}

@media (max-width: 1023.98px) {
  .mb-center {
    text-align: center;
  }
}

.popup-msg {
  background: white;
  padding: 0;
  position: relative;
  margin: 0 auto;
  height: 315px;
  max-width: 412px;
  width: 100%;
  border-radius: 5px;
  top: 80px;
}

@media (max-width: 499.98px) {
  .popup-msg {
    height: 285px;
    max-width: 330px;
    top: 200px;
  }
}

.popup-msg .form-msg {
  bottom: 30px;
  position: absolute;
  width: 100%;
  z-index: 4;
  text-align: center;
}

.popup-msg .form-img-heart {
  position: absolute;
  top: -50px;
  text-align: center;
  z-index: 5;
  margin: 0 auto;
  width: 100%;
}

.popup-msg .form-img-heart .line-msg {
  border-bottom: 1px solid #D9D9D9;
  height: 1px;
  max-width: 372px;
  margin: 0 auto;
}

.popup-msg .form-img-heart .msg-show {
  max-width: 372px;
  margin: 0 auto;
}

@media (max-width: 499.98px) {
  .cau-chuyen {
    height: 192px;
  }
}

.padding-top-30 {
  padding-top: 30px;
}

@media (max-width: 499.98px) {
  .padding-top-30 {
    padding-top: 20px;
  }
}

.policy-checkbox {
  display: grid;
  grid-template-columns: 5% 95%;
  align-items: baseline;
  padding-left: 0;
}

.policy-checkbox span a {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #B48C72 !important;
}

.input-img {
  font-size: 20px;
}

@media (max-width: 499.98px) {
  .input-img {
    font-size: 17px;
  }
}

@media (min-width: 500px) {
  .modal-dialog {
    width: 860px;
    height: 570px;
  }
}

.upfile-new {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(63, 58, 54, 0.5);
  display: none;
}

@media (max-width: 1023.98px) {
  .font-mb {
    font-size: 30px;
  }
}

#gallery {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.thumb {
  height: 75px;
  margin: 10px 5px 0 0;
}

.thumb img {
  height: 100%;
}

#progress-bar {
  display: none;
  width: 100%;
  height: 5px;
  margin-top: 10px;
}

.button {
  width: 50px;
  height: 50px;
  display: inline-block;
  cursor: pointer;
  border: 0;
  background: url(/views/img/icon-cong.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.button:hover {
  background-color: #5266c3;
}

.margin-top-50px {
  margin-top: 50px;
}

@media (max-width: 1023.98px) {
  .margin-top-50px {
    margin-top: 40px;
  }
}

.margin-top-30px {
  margin-top: 30px;
}

@media (max-width: 1023.98px) {
  .margin-top-30px {
    margin-top: 30px;
  }
}

.margin-top-30px-session {
  margin-top: 30px;
}

@media (max-width: 1023.98px) {
  .margin-top-30px-session {
    margin-top: 40px;
  }
}

.banner-mb {
  max-height: 600px;
}

@media (max-width: 499.98px) {
  .banner-mb {
    height: auto;
  }
}

@media (max-width: 499.98px) {
  .padding-bottom-30px {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 499.98px) {
  .padding-top-30px {
    padding-top: 30px !important;
  }
}

@media (max-width: 499.98px) {
  .padding-mb-30px {
    padding-bottom: 30px;
    background: #F2F2F2;
  }
}

.margin-top-40-60px {
  margin-top: 60px;
}

@media (max-width: 499.98px) {
  .margin-top-40-60px {
    margin-top: 40px;
  }
}

.top-30px-new {
  margin-top: 30px;
}

@media (max-width: 499.98px) {
  .top-30px-new {
    margin-top: 20px;
  }
}

.margin-top-30-10px-session {
  margin-top: 30px;
}

@media (max-width: 499.98px) {
  .margin-top-30-10px-session {
    margin-top: 10px;
  }
}

@media (max-width: 499.98px) {
  .cna-font p {
    font-size: 15px;
  }
}

@media (max-width: 499.98px) {
  .cna-font h2 {
    font-size: 28px;
  }
}

.img-overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: end;
  align-content: end;
  text-align: right;
  background: linear-gradient(1turn, #000 -15.95%, transparent 80.89%);
}

.font-mb-can {
  font-size: 24px !important;
}

@media (max-width: 499.98px) {
  .font-mb-can {
    font-size: 18px !important;
  }
}

.font-mb-can-p {
  font-size: 60px;
  font-family: "Cormorant Infant";
  color: #b48c72;
}

@media (max-width: 499.98px) {
  .font-mb-can-p {
    font-size: 40px !important;
  }
}

.padding-50-30 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 499.98px) {
  .padding-50-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.img-hover {
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 20px;
}

@media (max-width: 499.98px) {
  .img-hover {
    margin-bottom: 10px;
  }
}

.img-hover:hover {
  opacity: 0.8;
}

.padd-20-30 {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}

@media (max-width: 499.98px) {
  .padd-20-30 {
    padding-bottom: 10px;
  }
}

#termsModal .modal-dialog {
  position: relative;
  padding: 0;
}

#termsModal .modal-dialog .modal-content {
  height: 567px;
  padding: 0;
}

#termsModal .modal-dialog .modal-content .modal-body {
  overflow: auto;
}

.policy-modal .modal-body {
  height: 500px;
  overflow: auto;
}

.font--s {
  font-size: 25px;
}

@media (max-width: 499.98px) {
  .font--s {
    font-size: 20px;
  }
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 499.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

html {
  scroll-behavior: smooth;
}

.cung-anh-nhe .campaign-highlight .highlight-container {
  background-color: #F4EFEB;
  padding-top: 65px;
  padding-bottom: 65px;
}

@media (max-width: 499.98px) {
  .cung-anh-nhe .campaign-highlight .highlight-container {
    padding-top: 30px;
    padding-bottom: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.cung-anh-nhe .campaign-highlight .highlight-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cung-anh-nhe .campaign-highlight .highlight-content h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #B48C72;
  margin-bottom: 10px;
}

@media (max-width: 499.98px) {
  .cung-anh-nhe .campaign-highlight .highlight-content h5 {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 5px;
  }
}

.cung-anh-nhe .campaign-highlight .highlight-content h4 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 10px;
}

@media (max-width: 499.98px) {
  .cung-anh-nhe .campaign-highlight .highlight-content h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}

.cung-anh-nhe .campaign-highlight .highlight-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 499.98px) {
  .cung-anh-nhe .campaign-highlight .highlight-content p {
    font-size: 15px;
    line-height: 19px;
  }
}

.cung-anh-nhe .campaign-title .row {
  justify-content: center;
  align-items: center;
}

.cung-anh-nhe .campaign-title h3 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 10px;
}

.cung-anh-nhe .campaign-title p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 499.98px) {
  .cung-anh-nhe .campaign-title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cung-anh-nhe .campaign-title h3 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 5px;
  }

  .cung-anh-nhe .campaign-title p {
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 20px;
  }
}

.cung-anh-nhe .campaign-button {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.cung-anh-nhe .campaign-button a {
  background: #D32E2C;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  text-decoration: none;
}

@media (max-width: 499.98px) {
  .cung-anh-nhe .campaign-button {
    justify-content: center;
  }
}

@media (max-width: 499.98px) {
  .cung-anh-nhe .campaign-gallery .grid-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.cung-anh-nhe .campaign-gallery img {
  margin-bottom: 20px;
  cursor: pointer;
  transition: 0.3s;
}

@media (max-width: 499.98px) {
  .cung-anh-nhe .campaign-gallery img {
    margin-bottom: 0;
  }
}

.cung-anh-nhe .campaign-gallery img:hover {
  opacity: 0.8;
}

.cung-anh-nhe .campaign-form ::placeholder {
  color: #B4B3B2;
}

.cung-anh-nhe .campaign-form h4 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 499.98px) {
  .cung-anh-nhe .campaign-form h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.cung-anh-nhe .campaign-form h5 {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}

.cung-anh-nhe .campaign-form input {
  width: 100%;
  height: 25px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 0.5px solid 
 #B4B3B2;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.cung-anh-nhe .campaign-form textarea {
  width: 100%;
  height: 200px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
  border: 0.5px solid 
 #B4B3B2;
}

.cung-anh-nhe .campaign-form button {
  background: #B48C72;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}

.cung-anh-nhe .campaign-form label {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #3F3A36;
}

.cung-anh-nhe .campaign-form a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #B48C72;
}

.cung-anh-nhe .campaign-form .policy-checkbox {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cung-anh-nhe .campaign-form .policy-checkbox span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #3F3A36;
}

.cung-anh-nhe .campaign-form .policy-checkbox span a {
  cursor: pointer;
}

.cung-anh-nhe .campaign-form .policy-checkbox span a:hover {
  color: #B48C72;
  text-decoration: underline;
}

.cung-anh-nhe .campaign-form .campaign-upload {
  width: 100%;
  height: 100%;
  border: solid 0.5px #B4B3B2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 499.98px) {
  .cung-anh-nhe .campaign-form .campaign-upload {
    height: 330px;
    margin-bottom: 20px;
  }
}

.cung-anh-nhe .campaign-form .campaign-upload img {
  cursor: pointer;
  margin-bottom: 10px;
}

.cung-anh-nhe .campaign-form .campaign-upload h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 5px;
}

@media (max-width: 499.98px) {
  .cung-anh-nhe .campaign-form .campaign-upload h5 {
    font-size: 17px;
    line-height: 21px;
  }
}

.cung-anh-nhe .campaign-form .campaign-upload h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

@media (max-width: 499.98px) {
  .cung-anh-nhe .campaign-form .campaign-upload h6 {
    font-size: 15px;
    line-height: 19px;
  }
}

.cung-anh-nhe .campaign-form .campaign-upload .image-input input {
  display: none;
}

.cung-anh-nhe .campaign-form .campaign-upload .image-input label {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.cung-anh-nhe .campaign-form .campaign-upload .image-input label:hover {
  opacity: 0.7;
}

.campaign-modal .campaign-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  line-height: 24px;
  z-index: 10;
  cursor: pointer;
}

.campaign-modal .campaign-close .material-icons {
  color: #3F3A36;
  font-size: 20px !important;
}

@media (max-width: 499.98px) {
  .campaign-modal .campaign-close .material-icons {
    color: #fff;
  }
}

.campaign-modal .modal .container {
  height: 100%;
  position: relative;
}

.campaign-modal .modal .container .modal-next {
  position: absolute;
  right: 0;
  padding-right: 5px;
}

.campaign-modal .modal .container .modal-next .material-icons {
  color: #ffffff;
  font-size: 50px !important;
}

@media (max-width: 499.98px) {
  .campaign-modal .modal .container .modal-next {
    padding-right: 0px;
  }

  .campaign-modal .modal .container .modal-next .material-icons {
    font-size: 30px !important;
  }
}

.campaign-modal .modal .container .modal-previous {
  position: absolute;
  left: 0;
  padding-left: 5px;
}

.campaign-modal .modal .container .modal-previous .material-icons {
  color: #ffffff;
  font-size: 50px !important;
}

@media (max-width: 499.98px) {
  .campaign-modal .modal .container .modal-previous {
    padding-left: 0px;
  }

  .campaign-modal .modal .container .modal-previous .material-icons {
    font-size: 30px !important;
  }
}

.campaign-modal .modal-dialog {
  max-width: 83.33333%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}

@media (max-width: 499.98px) {
  .campaign-modal .modal-dialog {
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    max-height: 80vh;
  }
}

.campaign-modal .modal-body {
  display: flex;
  flex-direction: row;
  padding: 0;
  height: 568px;
}

@media (max-width: 499.98px) {
  .campaign-modal .modal-body {
    max-height: 80vh;
    flex-direction: column;
    height: auto;
  }
}

.campaign-modal .modal-body .modal-left {
  width: 60%;
  margin-right: 20px;
}

@media (max-width: 499.98px) {
  .campaign-modal .modal-body .modal-left {
    width: 100%;
    margin-right: 0px;
  }
}

.campaign-modal .modal-body .modal-right {
  width: 40%;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.campaign-modal .modal-body .modal-right .show-more {
  display: block;
  position: absolute;
  bottom: 50px;
}

@media (max-width: 499.98px) {
  .campaign-modal .modal-body .modal-right {
    width: 100%;
    margin-right: 0px;
    margin-top: 10px;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
  }

  .campaign-modal .modal-body .modal-right .show-more {
    bottom: 10px;
    left: 35px;
    background: linear-gradient(rgba(255, 255, 255, 0), #ffffff, #ffffff);
  }

  .campaign-modal .modal-body .modal-right .show-more i {
    font-size: 15px;
  }
}

.campaign-modal .modal-body .modal-right h4 {
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  color: #B48C72;
  margin-bottom: 20px;
}

@media (max-width: 499.98px) {
  .campaign-modal .modal-body .modal-right h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
    width: 80%;
  }
}

.campaign-modal .modal-body .modal-right #modalContent {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  max-height: 360px;
  overflow-y: auto;
}

@media (max-width: 499.98px) {
  .campaign-modal .modal-body .modal-right #modalContent {
    width: 80%;
    font-size: 15px;
    line-height: 19px;
    display: block;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    max-height: 140px;
    overflow-y: scroll;
  }
}

.campaign-modal .modal-body .modal-right #modalContent::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

@media (max-width: 499.98px) {
  .campaign-modal .modal-body .modal-right #modalContent {
    margin-bottom: 20px;
  }
}

.campaign-modal .modal-body .modal-right a {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
}

.thank-you-modal .campaign-close {
  background: #B48C72;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 50px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}

.thank-you-modal .modal .container {
  height: 100%;
  position: relative;
}

.thank-you-modal .modal-dialog {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}

.thank-you-modal .modal-content {
  width: auto;
  position: relative;
  border-radius: 5px;
}

.thank-you-modal .modal-heart {
  height: 100px;
  width: 100px;
  background-color: #B48C72;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thank-you-modal .modal-heart img {
  width: 55px;
}

@media (max-width: 499.98px) {
  .thank-you-modal .modal-heart {
    height: 50px;
    width: 50px;
    top: -25px;
  }

  .thank-you-modal .modal-heart img {
    width: 32px;
  }
}

.thank-you-modal .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.thank-you-modal .modal-body .lines {
  border: 1px solid #D9D9D9;
  width: 100%;
  margin: 20px 0;
}

@media (max-width: 499.98px) {
  .thank-you-modal .modal-body .lines {
    margin: 10px 0;
  }
}

.thank-you-modal .modal-body h4 {
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  margin-top: 70px;
}

@media (max-width: 499.98px) {
  .thank-you-modal .modal-body h4 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 40px;
  }
}

.thank-you-modal .modal-body p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

@media (max-width: 499.98px) {
  .thank-you-modal .modal-body p {
    font-size: 15px;
    line-height: 19px;
  }
}

.thank-you-modal .modal-body button {
  margin-bottom: 30px;
}

.policy-modal .campaign-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  line-height: 24px;
  z-index: 10;
  cursor: pointer;
}

.policy-modal .campaign-close .material-icons {
  color: #3F3A36;
  font-size: 20px !important;
}

.policy-modal .campaign-close-btn {
  background: #B48C72;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 50px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}

.policy-modal .modal .container {
  height: 100%;
  position: relative;
}

.policy-modal .modal-dialog {
  max-width: 83.33333%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}

@media (max-width: 499.98px) {
  .policy-modal .modal-dialog {
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    max-height: 80vh;
  }
}

.policy-modal .modal-body {
  padding-inline: 100px;
  padding-top: 50px;
}

@media (max-width: 499.98px) {
  .policy-modal .modal-body {
    padding-inline: 30px;
    padding-top: 30px;
    max-height: 80vh;
    overflow-y: scroll;
  }

  .policy-modal .modal-body::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
}

.policy-modal .modal-body h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}

@media (max-width: 499.98px) {
  .policy-modal .modal-body h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

.policy-modal .modal-body h3 {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 5px;
}

.policy-modal .modal-body h3 span {
  font-weight: 700;
}

@media (max-width: 499.98px) {
  .policy-modal .modal-body h3 {
    font-size: 14px;
    line-height: 17px;
  }
}

.policy-modal .modal-body p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.policy-modal .modal-body button {
  margin-top: 30px;
  margin-bottom: 30px;
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 499.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(63, 58, 54, 0.44);
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(63, 58, 54, 0.44);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(63, 58, 54, 0.44);
}

.account .sign-up {
  margin-top: 30px;
  padding-bottom: 0px;
}

@media (max-width: 1023.98px) {
  .account .sign-up {
    padding-bottom: 20px;
  }
}

.account .sign-up h3 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase;
}

@media (max-width: 1023.98px) {
  .account .sign-up h3 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }
}

.account .sign-up p {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
}

@media (max-width: 1023.98px) {
  .account .sign-up p {
    text-align: center;
  }
}

.account .sign-up input {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  height: 25px;
  width: 100%;
  outline: 0;
  border: 0;
  border-bottom: 0.5px solid #d9d9d9;
  padding-bottom: 5px;
}

.account .sign-up button {
  background-color: #F8772C;
  color: #ffffff;
  padding: 10px 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
}

.account .sign-up span {
  margin-top: 10px;
  color: #d42e2b;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  display: none;
}

.account .sign-up .form-container {
  padding: 0;
}

@media (min-width: 500px) {
  .account .sign-up .form-container form {
    padding: 0;
  }
}

@media (max-width: 1023.98px) {
  .account .sign-up .button-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.account .sign-up .img-container img {
  width: auto !important;
  height: 372px !important;
}

@media (max-width: 1023.98px) {
  .account .sign-up .img-container img {
    width: auto !important;
    height: 219px !important;
  }
}

.account .sign-up-modal .campaign-close {
  background: #B48C72;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 50px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}

.account .sign-up-modal .modal .container {
  height: 100%;
  position: relative;
}

.account .sign-up-modal .modal-dialog {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  width: 412px;
}

@media (max-width: 499.98px) {
  .account .sign-up-modal .modal-dialog {
    width: 330px;
  }
}

.account .sign-up-modal .modal-content {
  width: auto;
  position: relative;
  border-radius: 5px;
}

.account .sign-up-modal .modal-heart {
  height: 100px;
  width: 100px;
  background-color: #B48C72;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.account .sign-up-modal .modal-heart img {
  width: 55px;
}

@media (max-width: 499.98px) {
  .account .sign-up-modal .modal-heart {
    height: 58px;
    width: 58px;
    top: -25px;
  }

  .account .sign-up-modal .modal-heart img {
    width: 32px;
  }
}

.account .sign-up-modal .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: calc(80% + 20px);
}

.account .sign-up-modal .modal-body .lines {
  border: 1px solid #d9d9d9;
  width: 100%;
  margin: 20px 0;
}

@media (max-width: 499.98px) {
  .account .sign-up-modal .modal-body .lines {
    margin: 10px 0;
  }
}

.account .sign-up-modal .modal-body h4 {
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  margin-top: 70px;
}

@media (max-width: 499.98px) {
  .account .sign-up-modal .modal-body h4 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 40px;
  }
}

.account .sign-up-modal .modal-body p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

@media (max-width: 499.98px) {
  .account .sign-up-modal .modal-body p {
    font-size: 15px;
    line-height: 19px;
  }
}

.account .sign-up-modal .modal-body button {
  margin-bottom: 50px;
}

.account .sign-in {
  margin-top: 30px;
  padding-bottom: 0px;
}

@media (max-width: 1023.98px) {
  .account .sign-in {
    padding-bottom: 20px;
  }
}

.account .sign-in h3 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .account .sign-in h3 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }
}

.account .sign-in h4 {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
}

.account .sign-in p {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .account .sign-in.forgot-password p {
    text-align: left;
  }
}

.account .sign-in input {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  height: 25px;
  width: 100%;
  outline: 0;
  border: 0;
  border-bottom: 0.5px solid #d9d9d9;
  padding-bottom: 5px;
}

.account .sign-in button {
  background-color: #F8772C;
  color: #ffffff;
  padding: 10px 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
}

.account .sign-in span {
  margin-top: 10px;
  color: #d42e2b;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  display: none;
}

.account .sign-in .form-container {
  padding: 0;
}

@media (min-width: 500px) {
  .account .sign-in .form-container form {
    padding: 0;
  }
}

.account .sign-in .button-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.account .sign-in .forgot-password {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.account .sign-in .forgot-password:hover h4 {
  text-decoration: underline;
}

.account .sign-in-modal .modal.show .modal-dialog .modal-content {
  -webkit-transform: translateX(0%) !important;
  transform: translateX(0%);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms ease-in-out;
}

.account .sign-in-modal .modal:not(.show) .modal-dialog .modal-content {
  -webkit-transform: translateX(100%) !important;
  transform: translateX(100%);
}

.account .sign-in-modal .modal.show .full-height {
  padding: 0;
  height: 100vh !important;
}

.account .sign-in-modal .modal.show .full-height.modal-dialog-centered {
  justify-content: flex-end;
}

.account .sign-in-modal .modal.show .modal-dialog {
  transform: none !important;
  height: 100vh !important;
  width: calc(
 (100vw - 1140px) / 2 + ((1140px - 11 * 20px) / 12 * 5) + 20px * 4);
  min-width: calc(
 (100vw - 1140px) / 2 + ((1140px - 11 * 20px) / 12 * 5) + 20px * 4);
}

@media (max-width: 1023.98px) {
  .account .sign-in-modal .modal.show .modal-dialog {
    width: 100vw;
    min-width: 100vw;
  }
}

.account .sign-in-modal .modal.show .modal-content {
  width: 100%;
  min-width: 100%;
  height: 100vh !important;
  border-radius: 0;
}

.account .sign-in-modal .modal.show .modal-content .modal-body {
  min-width: 100%;
  padding: 0;
}

.account .sign-in-modal .sign-up-container {
  width: calc(100% - ((100vw - 1140px) / 2));
  min-width: calc(100% - ((100vw - 1140px) / 2));
}

@media (max-width: 1023.98px) {
  .account .sign-in-modal .sign-up-container {
    width: calc(100% - ((100vw - 720px) / 2));
    min-width: calc(100% - ((100vw - 720px) / 2));
  }
}

@media (max-width: 1023.98px) {
  .account .sign-in-modal .sign-up-container {
    width: 100%;
    min-width: 100%;
  }
}

.account .sign-in-modal .sign-up-close {
  display: flex;
  justify-content: flex-end;
}

.account .sign-in-modal .sign-up-close #icon-stop {
  margin-top: 30px;
  margin-right: 15px;
  color: #B48C72;
}

.account .sign-in-modal .sign-up-close #icon-stop span.navbar-toggler-icon-close {
  font-size: 25px !important;
  line-height: 0.58333em;
  vertical-align: -0.3022em;
  margin-top: 65px;
}

.account .sign-in-modal .sign-up-title {
  height: 97px;
  margin-top: 50px;
  background-color: #f2f2f2;
}

@media (max-width: 1439.98px) {
  .account .sign-in-modal .sign-up-title {
    display: none !important;
  }
}

.account .sign-in-modal .sign-up-title .sign-up-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.account .sign-in-modal .sign-up-title h4 {
  color: #3F3A36;
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  text-align: right;
}

.account .sign-in-modal .sign-up-content {
  margin-left: calc((1140px - 11 * 20px) / 12);
  padding-left: 10px;
  color: #3F3A36;
}

@media (max-width: 1439.98px) {
  .account .sign-in-modal .sign-up-content {
    margin-top: 50px;
    padding-left: 5px;
  }

  .account .sign-in-modal .sign-up-content h4 {
    font-weight: 300 !important;
    font-size: 24px !important;
    line-height: 30px !important;
  }
}

@media (max-width: 1023.98px) {
  .account .sign-in-modal .sign-up-content {
    margin-left: calc((540px - 11 * 10px) / 12);
    margin-right: calc((540px - 11 * 10px) / 12);
    margin-top: 0px;
    padding-inline: 5px;
  }
}

.account .sign-in-modal .sign-up-content h4 {
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  width: 75%;
}

.account .sign-in-modal .sign-up-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.account .sign-in-modal .sign-up-content input {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  height: 25px;
  width: 100%;
  outline: 0;
  border: 0;
  border-bottom: 0.5px solid #d9d9d9;
  padding-bottom: 5px;
}

.account .sign-in-modal .sign-up-content button {
  background-color: #F8772C;
  color: #ffffff;
  padding: 10px 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
}

.account .sign-in-modal .sign-up-content span {
  margin-top: 10px;
  color: #d42e2b;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  display: none;
}

.account .sign-in-modal .sign-up-content .sign-up-btn {
  color: #3F3A36;
  background-color: #ffffff;
  border: 0.5px solid #d9d9d9;
}

.account .sign-in-modal .sign-up-content .form-container {
  padding: 0;
}

@media (min-width: 500px) {
  .account .sign-in-modal .sign-up-content .form-container form {
    padding: 0;
  }
}

.account .sign-in-modal .sign-up-content .forgot-password {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.account .sign-in-modal .sign-up-content .forgot-password:hover p {
  text-decoration: underline;
}

.account .account-info {
  margin-top: 30px;
  padding-bottom: 0px;
}

@media (max-width: 1023.98px) {
  .account .account-info {
    padding-bottom: 20px;
  }
}

.account .account-info h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .account .account-info h3 {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
  }
}

.account .account-info h4 {
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .account .account-info h4 {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }
}

.account .account-info h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}

.account .account-info p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
}

.account .account-info p.log-out {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  text-transform: none;
}

.account .account-info input {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  height: 25px;
  width: 100%;
  outline: 0;
  border: 0;
  border-bottom: 0.5px solid #d9d9d9;
  padding-bottom: 5px;
}

.account .account-info button {
  background-color: #F8772C;
  color: #ffffff;
  padding: 10px 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
}

.account .account-info span {
  margin-top: 10px;
  color: #d42e2b;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  display: none;
}

@media (max-width: 1023.98px) {
  .account .account-info select {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    height: 25px;
    width: 100%;
    outline: 0;
    border: 0;
    border-bottom: 0.5px solid #d9d9d9;
  }
}

@media (max-width: 1023.98px) {
  .account .account-info .button-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.account .account-info .log-out {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.account .account-info .log-out:hover p {
  text-decoration: underline;
}

.account .account-info .active-tab .tabs::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #B48C72;
  transition: width 0.3s;
  margin-top: 10px;
}

.account .account-info .tabs::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #B48C72;
  transition: width 0.3s;
  margin-top: 10px;
}

.account .account-info .tabs:hover::after {
  width: 100%;
}

.account .account-info .tab-default {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 600ms, visibility 600ms;
}

@keyframes custom-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.account .account-info .tab-personal-info {
  width: 100%;
}

.account .account-info .tab-personal-info label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 1023.98px) {
  .account .account-info .tab-personal-info label {
    font-size: 15px;
    line-height: 19px;
  }
}

.account .account-info .tab-personal-info select {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  height: 25px;
  width: 100%;
  outline: 0;
  border: 0;
  border-bottom: 0.5px solid #d9d9d9;
}

.account .account-info .tab-personal-info button {
  color: #3F3A36;
  background-color: #ffffff;
  border: 0.5px solid #d9d9d9;
  padding: 10px 25px;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  cursor: pointer;
}

.account .account-info .tab-personal-info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 1023.98px) {
  .account .account-info .tab-personal-info p {
    font-size: 15px;
    line-height: 19px;
  }
}

.account .account-info .tab-account-info {
  width: 66.666667%;
}

@media (max-width: 1023.98px) {
  .account .account-info .tab-account-info {
    width: 100%;
  }
}

.account .account-info .tab-account-info label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.account .account-info .tab-account-info button {
  color: #3F3A36;
  background-color: #ffffff;
  border: 0.5px solid #d9d9d9;
  padding: 10px 25px;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  cursor: pointer;
}

.account .account-info .tab-account-info h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}

@media (max-width: 1023.98px) {
  .account .account-info .tab-account-info h5 {
    font-size: 18px;
    line-height: 22px;
    text-transform: none;
  }
}

.account .account-info .tab-account-info p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
  cursor: auto;
}

@media (max-width: 1023.98px) {
  .account .account-info .tab-account-info p {
    font-size: 15px;
    line-height: 19px;
    text-transform: none;
  }
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 499.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

.wishlist {
  margin-top: 60px;
}

@media (max-width: 499.98px) {
  .wishlist {
    margin-top: 40px;
  }
}

.wishlist .wishlist-title h3 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 499.98px) {
  .wishlist .wishlist-title h3 {
    font-size: 20px;
    line-height: 25px;
  }
}

.wishlist .wishlist-title h4 {
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

@media (max-width: 499.98px) {
  .wishlist .wishlist-title h4 {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
  }
}

.wishlist .wishlist-title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.wishlist .wishlist-tabs p {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}

@media (max-width: 499.98px) {
  .wishlist .wishlist-tabs p {
    font-size: 15px;
    line-height: 19px;
  }
}

.wishlist .wishlist-tabs .tabs::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #B48C72;
  transition: width 0.3s;
  margin-top: 10px;
}

@media (max-width: 499.98px) {
  .wishlist .wishlist-tabs .tabs::after {
    margin-top: 5px;
  }
}

.wishlist .wishlist-tabs .tabs:hover::after {
  width: 100%;
}

.wishlist .wishlist-tabs .active-tab .tabs::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #B48C72;
  transition: width 0.3s;
  margin-top: 10px;
}

@media (max-width: 499.98px) {
  .wishlist .wishlist-tabs .active-tab .tabs::after {
    margin-top: 5px;
  }
}

@media (max-width: 499.98px) {
  .wishlist div.wishlist-tabs > div:nth-child(odd) {
    margin-left: 8.33333%;
    display: flex;
    justify-content: flex-start;
  }

  .wishlist div.wishlist-tabs > div:nth-child(even) {
    margin-right: 8.33333%;
    display: flex;
    justify-content: flex-end;
  }
}

.wishlist .tierra-product-hot span {
  position: absolute;
  top: 5px;
  right: 15px;
}

@media (max-width: 499.98px) {
  .wishlist .tierra-product-hot .col-6 {
    padding: 5px !important;
  }
}

@media (max-width: 499.98px) {
  .wishlist .tierra-product-hot {
    margin-top: 0px !important;
  }
}

.wishlist.banner-product-new {
  margin-bottom: 35px;
}

@media (max-width: 499.98px) {
  .wishlist.banner-product-new {
    margin-bottom: 40px;
  }
}

.wishlist-heart {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px !important;
  height: auto !important;
  z-index: 2;
  cursor: pointer;
}

.wishlist-container {
  position: relative;
}

.wishlist-product {
  width: 20px;
  height: 100%;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 499.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

.sapxep {
  float: right;
  display: flex;
}

@media (max-width: 499.98px) {
  .sapxep {
    float: left;
    width: auto;
    padding-left: 10px;
    position: relative;
  }

  .sapxep:after {
    content: " ";
    background-image: url(img/selecter-icon.png);
    width: 13px;
    position: absolute;
    height: 12px;
    top: 10px;
    left: 20px;
  }
}

.sapxep p {
  display: inline-block;
  padding: 10px 0;
}

.sapxep .sapxep-m {
  width: auto;
}

@media (min-width: 320px) {
  .sapxep .sapxep-m {
    border: none;
  }
}

@media (max-width: 499.98px) {
  .sapxep .sapxep-m {
    height: 35px;
    appearance: none;
    padding: 0 0 0 30px;
  }
}

.up-to-sale {
  color: #D42E2B !important;
  display: contents !important;
  font-weight: 400;
}

@media (max-width: 499.98px) {
  .up-to-sale {
    font-size: 15px;
  }
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 499.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

.margin-top-5px {
  margin-top: 5px;
}

.margin-top-20px {
  margin-top: 20px;
}

.margin-top-15px {
  margin-top: 15px;
}

.margin-bottom-50px {
  margin-bottom: 50px;
}

@media (max-width: 499.98px) {
  .margin-bottom-50px {
    margin-bottom: 40px;
  }
}

.margin-bottom-40px {
  margin-bottom: 40px;
}

.margin-bottom-20px {
  margin-bottom: 20px !important;
}

@media (max-width: 1023.98px) {
  .margin-bottom-20px {
    margin-bottom: 5px !important;
  }
}

.margin-bottom-10px {
  margin-bottom: 10px;
}

.layout-editor h1,
.layout-editor h2,
.layout-editor h3 {
  margin-bottom: 12px;
}

.layout-editor p {
  margin-bottom: 10px;
}

.button-link {
  /* border: 1px solid #F8772C; */
  border-radius: 5px;
  padding: 9px 35px;
  display: inline-block;
  cursor: pointer;
}

.gl-item {
  padding: 0 5px;
  text-align: center;
}

@media (max-width: 499.98px) {
  .gl-item-s {
    padding: 0 5px;
  }
}

.gl-item-baiviet-lienquan {
  padding: 0 10px 0 0;
}

.margin-top-10px {
  margin-top: 10px;
}

.padding-bottom-10px {
  padding-bottom: 10px;
}

.margin-top-25px {
  margin-top: 25px;
}

.postion-rele {
  position: relative;
}

.postion-img {
  position: absolute;
  bottom: 10px;
  width: 100%;
  color: #fff;
  text-align: center;
}

.button-link-new {
  color: #fff;
  cursor: pointer;
}

.background-gallery {
  background: #e3eddb;
  padding-top: 40px;
  padding-bottom: 50px;
}

.background-video {
  background: #FFDDC9;
  padding-bottom: 50px;
}

@media (max-width: 499.98px) {
  .background-video iframe {
    height: 287px;
  }
}

.background-form {
  background: #e3eddb;
  padding: 37px 0;
}

.form-dentos input,
.form-dentos select {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 0.5px solid #3F3B36;
  background: transparent;
} 

.form-dentos input::placeholder,
.form-dentos select::placeholder {
  font-style: italic;
}

.form-dentos input option,
.form-dentos select option {
  font-style: italic;
}

.form-dentos select {
  font-style: italic;
}

.form-dentos .primary-btn-dentos {
  background: #183e40 !important;
  color: #fff;
  font-weight: 300;
  max-width: 334px;
}

@media (max-width: 499.98px) {
  .form-dentos .primary-btn-dentos {
    width: 180px;
    height: 42px;
  }
}

.button-link-baiviet-lienquan {
  color: #F8772C;
}

.text-logo-footer {
  color: #F8772C;
  font-family: 'Roboto Mono';
}

@media (max-width: 499.98px) {
  .text-logo-footer {
    font-size: 20px;
  }
}

.footer-head a {
  color: #F8772C !important;
  font-size: 20px;
}

.links li {
  padding-left: 25px !important;
}

.links li a {
  color: #FFFFFF;
}

.gal-0 {
  font-size: 18px !important;
  font-weight: 600;
}

.gl-item-0 {
  padding-right: 10px;
}

@media (max-width: 499.98px) {
  .background-video-0 {
    background: #FFDDC9;
    border-radius: 0 24px;
    width: 337px;
    height: 337px;
  }

  .background-video-0 .col-11 {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .background-video-0 .col-11 p {
    width: 289px;
  }
}

.background-video-0 .col-11 p {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 500;
}

.margin-top-208px {
  margin-top: 50px;
}

@media (max-width: 499.98px) {
  .margin-top-208px {
    margin-top: 208px;
  }
}

@media (max-width: 499.98px) {
  .background-editor-1 {
    margin-left: 5px;
    background: #FFDDC9;
    border-radius: 24px 0;
    width: 337px;
    height: 337px;
  }

  .background-editor-1 .col-11 {
    position: absolute;
    bottom: 17px;
    right: 0;
  }
}

.background-editor-1 p {
  margin-bottom: 0;
}

.background-editor-1 h2 {
  margin-bottom: 5px;
}

.background-editor-1 h3 {
  margin-bottom: 5px;
}

.background-editor-1 .col-11 p {
  font-weight: 500;
}

@media (max-width: 499.98px) {
  .background-editor-1 .col-11 p {
    max-width: 299px;
  }
}

.button-link-editor-1 {
  color: #F8772C;
}

@media (max-width: 499.98px) {
  .background-editor-2 {
    margin-left: 45px;
    background: #FFDDC9;
    border-radius: 0 24px;
    width: 337px;
    height: 337px;
  }

  .background-editor-2 .col-11 {
    position: absolute;
    bottom: 30px;
    left: 0;
  }

  .background-editor-2 .col-12 {
    position: absolute;
    bottom: 10px;
    width: 299px;
  }
}

.background-editor-2 p {
  margin-bottom: 0;
}

.background-editor-2 h2 {
  margin-bottom: 5px;
}

.background-editor-2 h3 {
  margin-bottom: 5px;
}

.background-editor-2 .col-11 p {
  font-weight: 500;
}

@media (max-width: 499.98px) {
  .background-editor-2 .col-11 p {
    max-width: 299px;
  }
}

.background-editor-2 .col-11 .mb-show {
  margin-left: 58px;
}

.margin-top-176px {
  margin-top: 176px;
}

.h2-blog {
  margin-top: 10px;
  font-size: 22px;
  font-family: 'Open Sans';
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

@media (max-width: 499.98px) {
  .h2-blog {
    margin-top: 0;
    font-size: 18px;
  }
}

.p-blog {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.h1-blog {
  font-size: 34px;
}

@media (max-width: 499.98px) {
  .h1-blog {
    font-size: 30px;
  }
}

.page-custom .page-active {
  background: #183e40 !important;
}

.page-custom .page-active span {
  color: #fff  !important;
  width: 24px !important;
  border: 1px solid #183e40 !important;
  background-color: transparent !important;
  height: 24px !important;
}

.page-custom li {
  margin: 0 5px;
}

.page-custom li .page-button {
  border-radius: 5px 0 5px !important;
  padding: 5px !important;
  font-size: 15px !important;
}

.page-custom li a {
  border-radius: 5px 0 5px !important;
  padding: 5px !important;
  font-size: 15px !important;
}

.page-custom li .page-inactive {
  width: 24px !important;
  border: 1px solid #B48C72 !important;
  background-color: transparent !important;
  height: 24px !important;
}

.margin-top-186px {
  margin-top: 186px;
}

@media (min-width: 1024px) {
  .banner-bc {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 499.98px) {
  .text-center-mb {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .margin-pc-top-50px {
    margin-top: 50px;
  }
}

.margin-pc-top-30px {
  margin-top: 30px;
}

@media (max-width: 499.98px) {
  .margin-pc-top-30px {
    margin-top: 20px;
  }
}

.margin-top-25px {
  margin-top: 25px;
}

.border-radius-img img {
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.background-pc-left-top-right-botom {
  width: 333px;
  height: 333px;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  background: #FFDDC9;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-h2-center {
  text-align: center;
}

@media (max-width: 499.98px) {
  .gallery-h2-center {
    text-align: left;
  }
}

.slider-s .slick-track {
  width: 10000px !important;
}

.slider-s3 .slick-track {
  width: 10000px !important;
}

.layout-gal h1,
.layout-gal h2 {
  margin-bottom: 12px;
}

.h2-20px {
  font-family: 'Open Sans';
  font-size: 22px !important;
}

@media (max-width: 499.98px) {
  .h2-20px {
    font-size: 20px !important;
  }
}

.gl-item-baiviet-lienquan img {
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.img-border-radius {
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.crop-hinh {
  width: 100%;
  height: 480px !important;
  object-fit: cover;
}

@media (max-width: 499.98px) {
  .crop-hinh {
    height: 450px !important;
    object-fit: cover;
    object-position: 5% 0;
  }
}

.crop-hinh-giua {
  width: 100%;
  height: 480px !important;
  object-fit: cover;
}

@media (max-width: 499.98px) {
  .crop-hinh-giua {
    height: 450px !important;
    object-fit: cover;
    object-position: 52% 0;
  }
}

.clas-crop-hinh {
  width: 100%;
  max-height: 300px !important;
  object-fit: cover;
}

@media (max-width: 499.98px) {
  .video-iframe-video {
    height: 261px;
  }
}

.padding-left-right-5px {
  padding-left: 5px;
  padding-right: 5px;
}

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

@media (max-width: 499.98px) {
  .text-center-pc {
    text-align: left;
  }
}

.padding-left-right-0px {
  padding-left: 0;
  padding-right: 0;
}

.padding-left-img p img {
  padding-right: 5px;
}

@media (max-width: 499.98px) {
  .height-440px {
    height: 440px;
    position: relative;
  }
}

@media (max-width: 499.98px) {
  .height-440px .row {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}

.height-440px .row .background-editor-new {
  margin-right: 32px;
  background: #FFDDC9;
  border-radius: 24px 0;
  height: 337px;
}

.height-440px .row .background-editor-new .img-new {
  position: absolute;
  bottom: 184px;
  width: 338px !important;
  left: 40px;
}

.height-440px .row .background-editor-new .pos-item {
  position: absolute;
  top: 155px;
  width: 300px;
  margin-left: 33px;
  padding: 0 5px;
}

.height-440px .row .background-editor-new .pos-item h2,
.height-440px .row .background-editor-new .pos-item h3 {
  margin-bottom: 5px;
}

.height-440px .row .background-editor-new .pos-item p {
  margin-bottom: 0;
}

@media (max-width: 499.98px) {
  .height-440px {
    height: 440px;
    position: relative;
  }

  .height-440px .container {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 380px;
    transform: translateX(-50%);
  }
}

.height-440px .row .background-editor-new-1 {
  position: absolute;
  background: #FFDDC9;
  border-radius: 0 24px;
  height: 337px;
  bottom: 0;
}

.height-440px .row .background-editor-new-1 .img-new {
  position: absolute;
  bottom: 184px;
  left: -30px;
  width: 338px !important;
}

.height-440px .row .background-editor-new-1 .pos-item {
  position: absolute;
  top: 155px;
  width: 300px;
  padding: 0 5px;
}

.height-440px .row .background-editor-new-1 .pos-item h2,
.height-440px .row .background-editor-new-1 .pos-item h3 {
  margin-bottom: 5px;
}

.height-440px .row .background-editor-new-1 .pos-item p {
  margin-bottom: 0;
}

.margin-bottom-25px {
  margin-bottom: 25px;
}

.three-menu ul.active {
  display: block !important;
}

.dentos-content-blog p {
  padding-bottom: 10px;
  text-align: justify;
}

.dentos-content-blog img {
  margin: 0 auto;
}

.dentos-content-blog h2,
.dentos-content-blog h3,
.dentos-content-blog h4 {
  margin-bottom: 10px;
}

.font-blog {
  font-size: 22px;
  font-family: 'Open Sans';
}

@media (max-width: 499.98px) {
  .font-blog {
    font-size: 18px;
  }
}

.video-component h2 {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 32px;
}

@media (max-width: 499.98px) {
  .video-component h2 {
    font-size: 20px;
  }
}

.pc-center-h h2,
.pc-center-h p {
  text-align: center !important;
}

.max-width {
  max-width: 1440px;
}

.background-form-1 {
  background: #F8772C;
}

.background-form-1 .form-2 input,
.background-form-1 .form-2 select {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #fff;
  background: #F8772C;
  color: #fff;
}

.background-form-1 .form-2 input::placeholder,
.background-form-1 .form-2 select::placeholder {
  color: #fff;
}

.background-form-1 .form-2 .primary-btn-dentos {
  background: #fff;
  color: #F8772C;
  font-weight: 300;
  max-width: 334px;
  cursor: pointer;
}

@media (max-width: 499.98px) {
  .background-form-1 .form-2 .primary-btn-dentos {
    width: 180px;
    height: 42px;
  }
}

.color-white {
  color: white;
}

.margin-bottom-30px {
  margin-bottom: 30px;
}

@media (max-width: 499.98px) {
  .margin-mb-top-10px {
    margin-top: 10px;
  }
}

@media (max-width: 499.98px) {
  .margin-mb-top-20px {
    margin-top: 20px;
  }
}

.zalo-b {
  margin-top: 20px;
  text-align: center;
}

.zalo-b img {
  margin: auto;
  max-width: 52px;
}

.zalo-b h2 {
  margin-top: 5px;
  font-size: 24px;
  font-weight: 600;
}

.ma-tab {
  margin-top: 20px;
  margin-bottom: 40px;
}

.ma-tab img {
  margin: auto;
  max-width: 40px;
}

.ma-tab p {
  text-align: center;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-button.active {
  font-weight: bold;
}

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

.text-d h2 {
  font-weight: 600;
}

.section-diem h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.section-diem .tongdiem,
.lichsudichvu,
.lichsudichvu,
.quatang {
  margin-bottom: 25px;
}

.section-diem .tongdiem p,
.lichsudichvu p,
.lichsudichvu p {
  margin-bottom: 10px;
  margin-left: 10px;
}

.circle {
  width: 8px;
  height: 8px;
  background-color: #f8772c;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 10px;
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 499.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 499.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

.text-heading {
  font-family: "Judson";
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  color: #B48C72 !important;
}

@media (max-width: 499.98px) {
  .text-heading {
    font-size: 18px !important;
  }
}

.text-heading.heading-expanded {
  font-size: 24px;
  text-transform: none;
}

@media (max-width: 499.98px) {
  .text-heading.heading-expanded {
    font-size: 20px;
  }
}

.text-heading.heading-list {
  font-size: 20px;
  text-transform: none;
}

@media (max-width: 499.98px) {
  .text-heading.heading-list {
    font-size: 16px;
  }
}

.text-banner {
  font-family: "Judson" !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 36px !important;
  color: #3F3A36 !important;
}

.text-body {
  font-family: "Judson";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #3F3A36 !important;
}

@media (max-width: 499.98px) {
  .text-body {
    font-size: 14px;
  }
}

.text-body.body-highlight {
  font-weight: 700;
}

.text-body.body-link {
  color: #B48C72 !important;
}

.text-product {
  font-family: "Judson";
  font-size: 16px;
  font-weight: 400;
  color: #3F3A36 !important;
  line-height: 20px !important;
  margin-bottom: 10px;
  padding: 0;
}

.text-product.product-price {
  font-weight: 700;
}

@media (max-width: 499.98px) {
  .text-product.product-price {
    font-size: 14px;
  }
}

.text-product.product-tag {
  font-weight: 700;
  color: #B48C72 !important;
}

@media (max-width: 499.98px) {
  .text-product.product-tag {
    font-size: 12px;
  }
}

.text-product.product-name {
  font-size: 22px;
}

@media (max-width: 499.98px) {
  .text-product.product-name {
    font-size: 18px;
  }
}

.text-product.product-price {
  font-size: 40px;
  color: #B48C72 !important;
}

@media (max-width: 499.98px) {
  .text-product.product-price {
    font-size: 24px;
  }
}

.text-product.product-notes {
  font-size: 14px;
  font-style: italic;
  color: #B4B3B2 !important;
  text-align: justify;
  line-height: 17px !important;
  margin-bottom: 0;
}

@media (max-width: 499.98px) {
  .text-product.product-notes {
    font-size: 15px;
    line-height: 19px !important;
    text-align: center;
  }
}

.text-nav {
  font-family: "Judson";
  font-size: 16px;
  font-weight: 400;
  color: #3F3A36 !important;
}

.text-nav.nav-promotion {
  color: #3F3A36 !important;
}

.text-nav.nav-heading {
  font-size: 20px;
}

.text-nav.nav-notes {
  font-size: 10px;
}

.text-ringmen {
  color: #EADACD !important;
  font-family: "Judson" !important;
  font-size: 16px !important;
}

.text-ringmen.text-section {
  font-size: 26px !important;
  line-height: 32px !important;
}

@media (max-width: 499.98px) {
  .text-ringmen.text-section {
    font-size: 18px !important;
  }
}

.text-ringmen.text-subtitle {
  color: #D9D9D9 !important;
}

.product-session {
  margin-bottom: 20px;
  justify-content: space-between;
}

@media (max-width: 499.98px) {
  .product-session {
    margin-bottom: 10px;
  }
}

.product-session-title {
  color: #3F3A36;
  font-size: 30px;
  font-weight: 300;
  text-align: left;
}

@media (max-width: 499.98px) {
  .product-session-title {
    padding-left: 0;
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
  }

  .product-session-title.main-title {
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
  }
}

.question-title {
  padding: 0;
}

.question-title h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #3F3A36;
  position: relative;
  cursor: pointer;
}

.question-title h2 p {
  font-size: 20px;
}

.question-title .material-icons {
  font-size: 20px;
  color: #3F3A36;
  position: absolute;
  right: 0;
  top: 0;
}

.question-title .mb-faq {
  margin-bottom: 10px;
}

@media (max-width: 499.98px) {
  .question-title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .question-title h2 {
    margin-left: 30px;
    margin-right: 30px;
    color: #3F3B36;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 19px;
    padding-right: 20px;
  }

  .question-title .question-line {
    margin: 15px 0 !important;
  }

  .question-title .material-icons {
    font-size: 15px;
    color: #3F3A36;
    top: 5px;
  }

  .question-title .class-ctl {
    margin-left: 30px;
    margin-right: 30px;
  }

  .question-title .class-ctl p,
  .question-title .class-ctl span {
    font-size: 15px;
  }
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 499.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

.last-item-margin {
  margin-bottom: 60px !important;
}

@media (max-width: 499.98px) {
  .last-item-margin {
    margin-bottom: 40px !important;
  }
}

.product-section-margin {
  margin-bottom: 60px !important;
}

@media (max-width: 499.98px) {
  .product-section-margin {
    margin-top: 30px !important;
    margin-bottom: 40px !important;
  }
}

.home-banner-padding {
  margin-bottom: 30px;
}

@media (max-width: 499.98px) {
  .home-banner-padding {
    margin-bottom: 20px;
  }
}

@media (max-width: 499.98px) {
  .product-banner-slideshow {
    margin-bottom: 40px;
  }
}

.home-store {
  padding-left: 100px;
}

@media (max-width: 499.98px) {
  .home-store {
    padding-left: 7px;
    padding-right: 0px;
  }
}

.home-store .showroom-content {
  margin-bottom: 30px;
}

@media (max-width: 499.98px) {
  .home-store .showroom-content {
    margin-bottom: 20px;
  }
}

@media (max-width: 499.98px) {
  .home-product-hot-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.product-padding {
  margin-left: 140px;
  margin-right: 140px;
}

@media (max-width: 499.98px) {
  .product-padding {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.product-padding .product-filter {
  margin-bottom: 30px;
}

@media (max-width: 499.98px) {
  .product-padding .product-filter {
    margin-bottom: 0px;
  }
}

.product-filter-padding {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

@media (max-width: 1439.98px) {
  .product-filter-padding {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media (max-width: 499.98px) {
  .product-filter-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.product-detail-padding {
  padding-left: 0;
  padding-right: 0;
  padding-inline: 0 !important;
}

.breadcrumb-line {
  border: 1px solid #d9d9d9;
  width: 50%;
  margin: 60px auto 0;
}

@media (max-width: 499.98px) {
  .breadcrumb-line {
    margin: 40px auto 0;
  }
}

.show-mb {
  display: none !important;
}

@media (max-width: 499.98px) {
  .show-mb {
    display: flex !important;
  }
}

@media (max-width: 499.98px) {
  .show-pc {
    display: none !important;
  }
}

.show-mb-md {
  display: none !important;
}

@media (max-width: 499.98px) {
  .show-mb-md {
    display: flex !important;
  }
}

@media (max-width: 499.98px) {
  .show-pc-md {
    display: none !important;
  }
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.policy-title-spacing {
  margin-top: 60px;
  margin-bottom: 20px;
}

@media (max-width: 499.98px) {
  .policy-title-spacing {
    margin-top: 20px;
    margin-bottom: 5px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.policy-body-spacing {
  margin-bottom: 60px;
}

@media (max-width: 499.98px) {
  .policy-body-spacing {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.policy-expand-spacing {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  gap: 5px;
  margin-bottom: 20px;
}

.policy-expand-spacing p {
  margin: 0;
}

@media (max-width: 499.98px) {
  .policy-expand-spacing {
    margin-bottom: 10px;
  }
}

.policy-question-spacing {
  margin: 15px 0px;
}

.policy-answer-spacing {
  padding-inline-start: 20px;
}

.policy-answer-spacing li:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 499.98px) {
  .policy-answer-spacing li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.policy-answer-spacing ol {
  padding-inline-start: 20px;
}

.policy-answer-spacing .answer-title ul {
  margin-top: 10px;
  padding-inline-start: 10px;
}

@media (max-width: 499.98px) {
  .policy-answer-spacing .answer-title ul {
    padding-inline-start: 0px;
  }
}

.policy-answer-spacing .answer-title ul li:not(:last-child) {
  margin-bottom: 10px;
}

.policy-answer-spacing .answer-title ul ol {
  margin-top: 10px;
  padding-inline-start: 20px;
}

@media (max-width: 499.98px) {
  .policy-answer-spacing .answer-title ul ol {
    padding-inline-start: 10px;
  }
}

.policy-answer-spacing .answer-title ul ol li ul {
  padding-inline-start: 20px;
}

@media (max-width: 499.98px) {
  .policy-answer-spacing .answer-title ul ol li ul {
    padding-inline-start: 10px;
  }
}

.policy-thu-hoi-spacing li:not(:last-child) {
  margin-bottom: 10px;
  line-height: 20px;
}

.policy-thu-hoi-spacing ul {
  margin-top: 10px;
  padding-inline-start: 20px;
}

.policy-thu-hoi-spacing p {
  text-align: justify;
  line-height: 20px;
}

.store-title-spacing {
  margin-top: 30px;
  margin-bottom: 10px;
}

@media (max-width: 499.98px) {
  .store-title-spacing {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}

.store-logo-spacing {
  margin-top: 30px;
  justify-content: center;
}

@media (max-width: 499.98px) {
  .store-logo-spacing {
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.store-body-spacing {
  margin-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
}

.store-body-spacing.last-item {
  margin-bottom: 60px;
}

@media (max-width: 499.98px) {
  .store-body-spacing {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .store-body-spacing.last-item {
    margin-bottom: 20px;
  }
}

.store-img-spacing {
  padding-left: 0px;
  padding-right: 0px;
}

.store-img-spacing.left-padding {
  padding-left: 10px;
}

@media (max-width: 1023.98px) {
  .store-img-spacing.left-padding {
    padding-left: 0px;
  }
}

.store-img-spacing.right-padding {
  padding-right: 10px;
}

@media (max-width: 1023.98px) {
  .store-img-spacing.right-padding {
    padding-right: 0px;
  }
}

.store-img-spacing.bottom-padding {
  padding-bottom: 0px;
}

@media (max-width: 1023.98px) {
  .store-img-spacing.bottom-padding {
    padding-bottom: 10px;
  }
}

.store-img-container {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1023.98px) {
  .store-img-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.store-detail-spacing {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

@media (max-width: 499.98px) {
  .store-detail-spacing {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
}

.store-detail-spacing .store-left {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.store-detail-spacing .store-right {
  display: flex;
  align-items: center;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

@media (max-width: 499.98px) {
  .store-detail-spacing .store-info {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

@media (max-width: 499.98px) {
  .store-detail-spacing .store-img {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

.store-detail-spacing .store-address {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.store-detail-spacing .store-address p {
  margin-bottom: 10px;
}

@media (max-width: 499.98px) {
  .store-detail-spacing .store-address {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.store-detail-spacing .store-contact {
  padding-left: 10px;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.store-detail-spacing .store-contact p {
  margin-bottom: 10px;
}

@media (max-width: 499.98px) {
  .store-detail-spacing .store-contact {
    padding-left: 0px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.store-service-spacing {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 499.98px) {
  .store-service-spacing {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 320px) {
  .full-width {
    max-width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 499.98px) {
  .full-width {
    width: auto !important;
    height: 100% !important;
  }
}

@media (max-width: 499.98px) {
  .full-width-mb {
    max-width: 100% !important;
    height: auto !important;
    padding-left: 5px;
    padding-right: 5px;
  }

  .full-width-mb.no-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.top-20 {
  margin-top: 20px;
}

.top-30 {
  margin-top: 30px;
}

.bottom-10 {
  margin-bottom: 10px !important;
}

.bottom-20 {
  margin-bottom: 20px !important;
}

.bottom-30 {
  margin-bottom: 30px !important;
}

.bottom-40 {
  margin-bottom: 40px !important;
}

.bottom-60 {
  margin-bottom: 60px;
}

@media (max-width: 1023.98px) {
  .bottom-0-mb {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 1023.98px) {
  .bottom-10-mb {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 1023.98px) {
  .bottom-20-mb {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 1023.98px) {
  .bottom-30-mb {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 1023.98px) {
  .bottom-40-mb {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 1023.98px) {
  .bottom-60-mb {
    margin-bottom: 60px !important;
  }
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.slider-padding {
  padding: 0px 10px;
}

@media (max-width: 1023.98px) {
  .slider-padding {
    padding: 0px 5px;
  }
}

.grid-padding {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

@media (max-width: 499.98px) {
  .grid-padding {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

.align-center-full {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 499.98px) {
  .align-center-mb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

ol li::marker {
  font-weight: 400;
  font-size: 20px;
  color: #B48C72;
}

@media (max-width: 499.98px) {
  ol li::marker {
    font-size: 16px;
  }
}

ul li::marker {
  font-size: 12px;
  color: #3F3A36;
}

.page-custom li a {
  margin-left: 0px;
  border-radius: 0px;
  padding: 10px;
  font-size: 16px;
}

.page-custom li .page-button {
  margin-left: 0px;
  border-radius: 0px;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
}

.page-custom li .page-inactive {
  border-bottom: 2px solid #D9D9D9;
}

.page-custom .page-active span {
  color: #B48C72;
  border-bottom: 2px solid #B48C72;
  background-color: transparent !important;
}

.page-custom-ringmen li {
  margin: 5px;
  border-radius: 5px;
}

.page-custom-ringmen li a,
.page-custom-ringmen li span {
  color: #D9D9D9 !important;
}

.page-custom-ringmen li a {
  padding: 10px;
  font-size: 16px;
}

.page-custom-ringmen li .page-button {
  padding: 10px;
  font-size: 16px;
}

.page-custom-ringmen .page-active span {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  background-color: transparent !important;
}

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