@charset "UTF-8";
@font-face {
  font-family: "NeueMontreal";
  src: url("/fonts/SVN-NeueMontreal-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NeueMontreal";
  src: url("/fonts/SVN-NeueMontreal-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "NeueMontreal";
  src: url("/fonts/SVN-NeueMontreal-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
/*    Base Color
------------------*/
/*    Mau chu
------------------*/
/*    Border
------------------*/
/*    Button
------------------*/
/*    Extends Color
------------------*/
/*    Solid Color
------------------*/
/*    Brand color
----------------------*/
/*    Background
----------------------*/
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  font-family: "NeueMontreal", sans-serif;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

/**
 * Basic styles for links
 */
a {
  color: #4688ff;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #222222;
  text-decoration: none;
}

.time-execute {
  position: fixed;
  bottom: 25px;
  vertical-align: middle;
  left: 0;
  right: auto;
  width: 100%;
  z-index: 9999;
  text-align: center;
  display: block;
}
.time-execute span {
  background: #3F51B5;
  padding: 5px;
  font-size: 14px;
  color: #fff;
}

button, input, textarea {
  outline: 0;
}

*:focus, input, button:focus, textarea:focus, input:focus {
  outline: none !important;
}

.page-auth, .popup-wrapper, .popup-wrappers, .box-report, .box-receive-email, .search-mb {
  /* Basic styles for button */
}
.page-auth *:focus, .page-auth input, .page-auth button:focus, .page-auth textarea:focus, .page-auth input:focus, .popup-wrapper *:focus, .popup-wrapper input, .popup-wrapper button:focus, .popup-wrapper textarea:focus, .popup-wrapper input:focus, .popup-wrappers *:focus, .popup-wrappers input, .popup-wrappers button:focus, .popup-wrappers textarea:focus, .popup-wrappers input:focus, .box-report *:focus, .box-report input, .box-report button:focus, .box-report textarea:focus, .box-report input:focus, .box-receive-email *:focus, .box-receive-email input, .box-receive-email button:focus, .box-receive-email textarea:focus, .box-receive-email input:focus, .search-mb *:focus, .search-mb input, .search-mb button:focus, .search-mb textarea:focus, .search-mb input:focus {
  outline: none !important;
}
.page-auth textarea, .page-auth input, .page-auth select, .popup-wrapper textarea, .popup-wrapper input, .popup-wrapper select, .popup-wrappers textarea, .popup-wrappers input, .popup-wrappers select, .box-report textarea, .box-report input, .box-report select, .box-receive-email textarea, .box-receive-email input, .box-receive-email select, .search-mb textarea, .search-mb input, .search-mb select {
  border: 2px solid #f2f2f2 !important;
  border-radius: 0 !important;
  font-size: 14px;
  padding: 8px;
  width: 100%;
}
.page-auth textarea, .popup-wrapper textarea, .popup-wrappers textarea, .box-report textarea, .box-receive-email textarea, .search-mb textarea {
  min-height: 100px;
}
.page-auth p, .popup-wrapper p, .popup-wrappers p, .box-report p, .box-receive-email p, .search-mb p {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-size: 14px;
}
.page-auth label span, .popup-wrapper label span, .popup-wrappers label span, .box-report label span, .box-receive-email label span, .search-mb label span {
  color: #FF0000;
}
.page-auth .form-group label, .popup-wrapper .form-group label, .popup-wrappers .form-group label, .box-report .form-group label, .box-receive-email .form-group label, .search-mb .form-group label {
  margin-bottom: 5px;
  font-size: 13px;
}
.page-auth .form-control:disabled, .page-auth .form-control[readonly], .popup-wrapper .form-control:disabled, .popup-wrapper .form-control[readonly], .popup-wrappers .form-control:disabled, .popup-wrappers .form-control[readonly], .box-report .form-control:disabled, .box-report .form-control[readonly], .box-receive-email .form-control:disabled, .box-receive-email .form-control[readonly], .search-mb .form-control:disabled, .search-mb .form-control[readonly] {
  background-color: #f2f2f2;
  opacity: 0.5;
}
.page-auth .form-control:focus, .page-auth input[type=text]:focus, .page-auth input[type=password]:focus, .popup-wrapper .form-control:focus, .popup-wrapper input[type=text]:focus, .popup-wrapper input[type=password]:focus, .popup-wrappers .form-control:focus, .popup-wrappers input[type=text]:focus, .popup-wrappers input[type=password]:focus, .box-report .form-control:focus, .box-report input[type=text]:focus, .box-report input[type=password]:focus, .box-receive-email .form-control:focus, .box-receive-email input[type=text]:focus, .box-receive-email input[type=password]:focus, .search-mb .form-control:focus, .search-mb input[type=text]:focus, .search-mb input[type=password]:focus {
  border: 2px solid #d4d4d4 !important;
  outline: none;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .container {
    padding: 0 15px !important;
  }
}
.no-scroll {
  overflow-y: hidden;
}

img.image {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.card-banner {
  margin-bottom: 15px;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.text-collapse {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold,
.font-weight-bold {
  font-weight: 600 !important;
}

/*!
 * Bootstrap optimize
 * Các thành phần giữ lại :
 * container, row, col-1 -> col-12 ( sm -> xl )
 * card
 * 1 số class display, flex, float, position, width, height, text
 */
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(37, 37, 37, 0);
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
footer,
header,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #fff;
}

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

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

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

p {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.5;
}

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

.h1,
h1 {
  font-size: 2.5rem;
}

.h2,
h2 {
  font-size: 2rem;
}

.h3,
h3 {
  font-size: 1.75rem;
}

.h4,
h4 {
  font-size: 1.5rem;
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

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

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

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.container {
  max-width: 1170px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #333;
  min-height: 40px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

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

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(37, 37, 37, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(37, 37, 37, 0.03);
  border-bottom: 1px solid rgba(37, 37, 37, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

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

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(37, 37, 37, 0.03);
  border-top: 1px solid rgba(37, 37, 37, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

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

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

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

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-header,
.card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-footer,
.card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-header,
.card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-footer,
.card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-header,
.card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-footer,
.card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

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

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

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

.accordion .card:first-of-type {
  border-bottom: 0;
  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;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !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;
}

.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;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.text-justify {
  text-align: justify !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.mt-5 {
  margin-top: 2rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.btn-block {
  width: 100%;
}

.text-muted {
  color: #6c757d !important;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-row-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.text-row-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.text-row-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.w100 {
  width: 100px;
}

.mw-100 {
  max-width: 100px;
}

.mw-150 {
  max-width: 150px;
}

.mw-200 {
  max-width: 200px;
}

.mw-250 {
  max-width: 250px;
}

.mw-80p {
  max-width: 80%;
}

/*Flex*/
.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

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

.align-center {
  align-items: center;
}

.self-center {
  align-self: center;
}

.self-end {
  align-self: flex-end;
}

.align-end {
  align-items: flex-end;
}

.direction-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

/*Padding*/
.no-padding {
  padding: 0 !important;
}

.no-pad-left {
  padding-left: 0 !important;
}

.no-pad-right {
  padding-right: 0 !important;
}

/*Margin*/
.no-margin {
  margin: 0 !important;
}

/*Border*/
.no-border {
  border: 0 !important;
}

/*Text*/
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-through {
  text-decoration: line-through;
}

.text-xs {
  font-size: 11px !important;
}

.text-sm {
  font-size: 13px !important;
}

.text-md {
  font-size: 14px !important;
}

.text-lg {
  font-size: 16px !important;
}

.text-hint {
  color: #888;
  font-size: 13px;
  margin-top: 5px;
  display: inline-block;
}

.text-bold {
  font-weight: 600;
}

/*Text color*/
.text-primary {
  color: #2563eb !important;
}

.text-success {
  color: #07ad3f !important;
}

.text-info {
  color: #26c6da !important;
}

.text-warning {
  color: #ffb64d !important;
}

.text-danger {
  color: #fb3a3a !important;
}

.text-muted {
  color: #909090 !important;
}

.text-pink {
  color: #fb236a !important;
}

.text-black {
  color: #252525 !important;
}

.text-purple {
  color: #48509a !important;
}

.hide {
  display: none !important;
}

.show {
  display: inline-block;
}

.d-inline {
  display: inline-block;
}

.d-block {
  display: block;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.text-collapse {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gradient {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 24px;
  display: block;
}

.no-scroll {
  overflow: hidden;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  .d-block-xs {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-block-xs {
    display: none !important;
  }
}
.margin-0 {
  margin: 0 !important;
}

.padding-0 {
  padding: 0 !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 5px !important;
}

.pt-2 {
  padding-top: 10px !important;
}

.pt-3 {
  padding-top: 15px !important;
}

.pt-4 {
  padding-top: 20px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 5px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mt-3 {
  margin-top: 15px !important;
}

.mt-4 {
  margin-top: 30px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 5px !important;
}

.pb-2 {
  padding-bottom: 10px !important;
}

.pb-3 {
  padding-bottom: 15px !important;
}

.pb-4 {
  padding-bottom: 20px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.mb-3 {
  margin-bottom: 15px !important;
}

.mb-4 {
  margin-bottom: 20px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 5px !important;
}

.pl-2 {
  padding-left: 10px !important;
}

.pl-3 {
  padding-left: 15px !important;
}

.pl-4 {
  padding-left: 20px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 5px !important;
}

.ml-2 {
  margin-left: 10px !important;
}

.ml-3 {
  margin-left: 15px !important;
}

.ml-4 {
  margin-left: 20px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 5px !important;
}

.pr-2 {
  padding-right: 10px !important;
}

.pr-3 {
  padding-right: 15px !important;
}

.pr-4 {
  padding-right: 20px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 5px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.mr-3 {
  margin-right: 15px !important;
}

.mr-4 {
  margin-right: 20px !important;
}

a.btn {
  text-decoration: none;
}

.btn {
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 20px;
  padding: 0.45rem 0.95rem;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  vertical-align: middle;
  white-space: nowrap;
}
.btn-r8 {
  border-radius: 8px;
}
.btn-block {
  width: 100%;
}
.btn:not(:first-of-type) {
  margin-left: 5px;
}
.btn-xs {
  font-size: 10px;
  padding: 0.25rem 0.5rem;
}
.btn-sm {
  font-size: 13px;
  padding: 0.25rem 0.5rem;
}
.btn-lg {
  font-size: 1rem;
  padding: 0.7rem 1.5rem;
}
.btn-radius {
  border-radius: 50px !important;
}

.btn-primary {
  background: #2563eb;
  color: #fff !important;
  border: 1px solid #2563eb;
}
.btn-primary:hover {
  background: #1555e2;
  border-color: #1555e2;
}
.btn-primary:active {
  background: #134cca;
  border-color: #134cca;
}
.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
  outline: none;
}
.btn-primary:disabled {
  background: #82a6f4;
  border-color: #82a6f4;
  cursor: not-allowed;
  opacity: 0.7;
}
.btn-primary:focus:not(:focus-visible) {
  box-shadow: none;
}

.btn-default {
  background: #e2e8f0;
  color: #1e293b !important;
  border: 1px solid #cbd5e1;
}
.btn-default:hover {
  background: #d1dbe7;
  border-color: #bbc8d8;
}
.btn-default:active {
  background: #c0cddf;
  border-color: #abbbce;
}
.btn-default:focus {
  box-shadow: 0 0 0 3px rgba(203, 213, 225, 0.4);
  outline: none;
}
.btn-default:focus:not(:focus-visible) {
  box-shadow: none;
}
.btn-default:disabled {
  background: #fdfdfe;
  border-color: #e5eaf0;
  color: #40587f !important;
  cursor: not-allowed;
  opacity: 0.7;
}

.btn-gray {
  background: #efefef;
  color: #444 !important;
  border: 1px solid #e0e0e0;
}
.btn-gray:hover {
  background: #e2e2e2;
  border-color: lightgray;
}
.btn-gray:active {
  background: #d6d6d6;
  border-color: #c7c7c7;
}
.btn-gray:focus {
  box-shadow: 0 0 0 3px rgba(224, 224, 224, 0.4);
  outline: none;
}
.btn-gray:focus:not(:focus-visible) {
  box-shadow: none;
}
.btn-gray:disabled, .btn-gray.disabled {
  background: #fcfcfc;
  border-color: #ededed;
  color: #848484 !important;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.7;
}

.btn-primary-outline {
  background: #fff;
  color: #2563eb !important;
  border: 1px solid #2563eb;
}
.btn-primary-outline:hover {
  background: #2563eb;
  color: #fff !important;
  border-color: #2563eb;
}
.btn-primary-outline:active {
  background: #134cca;
  border-color: #134cca;
  color: #fff !important;
}
.btn-primary-outline:focus {
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
  outline: none;
}
.btn-primary-outline:focus:not(:focus-visible) {
  box-shadow: none;
}
.btn-primary-outline:disabled, .btn-primary-outline.disabled {
  background: #fff;
  color: #82a6f4 !important;
  border-color: #82a6f4;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-default-outline {
  background: #fff;
  color: #1e293b !important;
  border: 1px solid #cbd5e1;
}
.btn-default-outline:hover {
  background: #cbd5e1;
  color: #1e293b !important;
  border-color: #cbd5e1;
}
.btn-default-outline:active {
  background: #abbbce;
  border-color: #abbbce;
}
.btn-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(203, 213, 225, 0.4);
  outline: none;
}
.btn-default-outline:focus:not(:focus-visible) {
  box-shadow: none;
}
.btn-default-outline:disabled, .btn-default-outline.disabled {
  background: #fff;
  color: #94a3b8 !important;
  border-color: #ebeff4;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-gray-outline {
  background: #fff;
  color: #444 !important;
  border: 1px solid #e0e0e0;
}
.btn-gray-outline:hover {
  background: #e0e0e0;
  color: #333 !important;
  border-color: #e0e0e0;
}
.btn-gray-outline:active {
  background: #c7c7c7;
  border-color: #c7c7c7;
  color: #222 !important;
}
.btn-gray-outline:focus {
  box-shadow: 0 0 0 3px rgba(224, 224, 224, 0.5);
  outline: none;
}
.btn-gray-outline:focus:not(:focus-visible) {
  box-shadow: none;
}
.btn-gray-outline:disabled, .btn-gray-outline.disabled {
  background: #fff;
  color: #aaa !important;
  border-color: #fafafa;
  cursor: not-allowed;
  pointer-events: none;
}

.card {
  background: white none repeat scroll 0 0;
  border: 0 solid #e4e7ec;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 30px;
  padding: 20px;
}
.card-r0 {
  border-radius: 0 !important;
}
.card-shadow {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.card-body {
  background: #fff;
  padding: 0;
}

.card-default {
  border: 1px solid #f2f2f2;
  border-radius: 0 !important;
}

.card-subtitle {
  font-size: 12px;
  margin: 10px 0;
}

.card-title {
  clear: both;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 5px;
}
.card-title h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.card-title h3 {
  font-size: 20px !important;
}
.card-title p {
  margin-bottom: 12px;
}

.card-content {
  font-size: 14px;
}
.card-content p {
  color: #000 !important;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .card {
    padding: 10px;
    margin-bottom: 10px;
  }
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert {
  position: relative;
  padding: 0.7rem 0.9rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.grid {
  display: flex;
  justify-content: space-between;
}
.grid__content {
  flex-grow: 1;
}
.grid__sidebar {
  flex: 0 0 30%;
}
.grid__sidebar--left {
  margin-right: 15px;
}
.grid__sidebar--right {
  margin-left: 15px;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .grid {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
  }
  .grid__content {
    width: 100% !important;
    min-height: 100vh;
    margin-right: 0;
  }
  .grid__sidebar {
    width: 100% !important;
  }
  .grid__sidebar--left {
    margin-right: 0;
  }
  .grid__sidebar--right {
    margin-left: 0;
  }

  .mb-mt-20 {
    margin-top: 20px;
  }

  .mb-text-center {
    text-align: center;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .grid__content {
    min-height: 970px;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  font-weight: 600;
  background: #f8f9fa;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* bordered */
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* hover */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* striped */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}

/* small */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* align */
.align-middle td,
.align-middle th {
  vertical-align: middle;
}

/* responsive */
.table-responsive {
  width: 100%;
  overflow-x: auto;
}

.table td {
  text-align: center;
}

.table td:first-child {
  text-align: left;
}

.box-switch {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section {
  margin: 32px 0;
}
.section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section .section-title {
  margin-bottom: 15px;
  position: relative;
}
.section .section-title > h2 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.section .section-title .more-job {
  margin-top: -10px;
  margin-left: 30px;
  float: right;
}
.section .section-title .more-job > a {
  color: #484848;
}
.section .section-title .more-info {
  color: #666;
  font-size: 0.95rem;
}
.section .view-more {
  font-size: 14px;
}

a {
  color: #484848;
}

@media (max-width: 991px) {
  .section .section-title > h2 {
    font-size: 0.95rem !important;
    font-weight: 600;
    color: #333;
  }
  .section .section-title .more-job, .section .section-title .more-info {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .section .section-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .section .section-header .view-more {
    margin-bottom: 10px;
  }
}
.modal-container {
  max-width: 500px;
  padding: 0;
  margin: 0;
}

.modal-flex {
  display: flex;
  flex-direction: column;
  max-height: 80vh;
  min-height: 40vh;
}

.modal-flex__scroll {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 60px;
}

.modal-flex__footer {
  flex-shrink: 0;
  background: #fff;
  border-top: 1px solid #eee;
}

.modal-actions {
  display: flex;
}

.modal-actions .btn {
  flex: 1;
}

.modal-actions .btn + .btn {
  margin-left: 8px;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("/fonts/vendor/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-youtube:before {
  content: "\f167";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-times:before {
  content: "\f00d";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-search:before {
  content: "\f002";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-usd:before {
  content: "\f155";
}

.fa-spin:before {
  content: "\f110";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-plane:before {
  content: "\f072";
}

.fa-usd:before {
  content: "\f155";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-bar-chart:before {
  content: "\f080";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-dollar:before {
  content: "\f155";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-user:before {
  content: "\f007";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-group:before {
  content: "\f0c0";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-check:before {
  content: "\f00c";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-copy:before,
.fa-share-alt:before {
  content: "\f1e0";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-heart:before {
  content: "\f004";
}

.fa-flag:before {
  content: "\f024";
}

.fa-archive:before {
  content: "\f187";
}

.fa-star:before {
  content: "\f005";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-phone:before {
  content: "\f095";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-facebook-f:before {
  content: "\f09a";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-camera:before {
  content: "\f030";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-circle:before {
  content: "\f111";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-plus:before {
  content: "\f067";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-upload:before {
  content: "\f093";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-info:before {
  content: "\f129";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-bookmark-o:before {
  content: "\f097";
}

angle-up .fa-gamepad:before {
  content: "\f11b";
}

.fa-male:before {
  content: "\f183";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-book:before {
  content: "\f02d";
}

.fa-home:before {
  content: "\f015";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-font:before {
  content: "\f031";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-files-o:before {
  content: "\f0c5";
}

.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-repeat:before {
  content: "\f01e";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-picture-o:before {
  content: "\f03e";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-download:before {
  content: "\f019";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-minus:before {
  content: "\f068";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@font-face {
  font-family: LineAwesome;
  src: url("/fonts/vendor/line-awesome/fonts/line-awesome.eot?v=1.1.");
  src: url("/fonts/vendor/line-awesome/fonts/line-awesome.eot?#iefix&v=1.1.") format("embedded-opentype"), url("/fonts/vendor/line-awesome/fonts/line-awesome.woff2?v=1.1.") format("woff2"), url("/fonts/vendor/line-awesome/fonts/line-awesome.woff?v=1.1.") format("woff"), url("/fonts/vendor/line-awesome/fonts/line-awesome.ttf?v=1.1.") format("truetype"), url("/fonts/vendor/line-awesome/fonts/line-awesome.svg?v=1.1.#fa") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: LineAwesome;
    src: url("/fonts/vendor/line-awesome/fonts/line-awesome.svg?v=1.1.#fa") format("svg");
  }
}
.la {
  display: inline-block;
  font: normal normal normal 16px / 1 "LineAwesome";
  font-size: inherit;
  text-rendering: auto;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

.la-arrow-down:before {
  content: "\f11f";
}

.la-envelope:before {
  content: "\f1c6";
}

.la-search:before {
  content: "\f2eb";
}

.la-user:before {
  content: "\f364";
}

.la-heart-o:before {
  content: "\f234";
}

.la-paper-plane:before {
  content: "\f2a8";
}

.la-long-arrow-left:before {
  content: "\f273";
}

.la-long-arrow-right:before {
  content: "\f274";
}

.la-star:before {
  content: "\f318";
}

.la-plus:before {
  content: "\f2c2";
}

.la-map-marker:before {
  content: "\f27d";
}

.la-phone:before {
  content: "\f2b3";
}

.la-keyboard-o:before {
  content: "\f256";
}

.la-unlink:before {
  content: "\f35f";
}

.la-file-text:before {
  content: "\f1ec";
}

.la-briefcase:before {
  content: "\f151";
}

.la-area-chart:before {
  content: "\f116";
}

.la-line-chart:before {
  content: "\f267";
}

.la-edit:before {
  content: "\f1c1";
}

.la-list-ul:before {
  content: "\f26f";
}

.la-graduation-cap:before {
  content: "\f21e";
}

.la-inbox:before {
  content: "\f247";
}

.la-lock:before {
  content: "\f271";
}

.la-sign-out:before {
  content: "\f2fc";
}

.la-pencil-square:before {
  content: "\f2b1";
}

.la-heart:before {
  content: "\f233";
}

.la-close:before {
  content: "\f191";
}

.la-money:before {
  content: "\f294";
}

.la-home:before {
  content: "\f237";
}

.la-times:before {
  content: "\f342";
}

.la-star-o:before {
  content: "\f31b";
}

.la-times:before {
  content: "\f342";
}

.la-key:before {
  content: "\f255";
}

.la-arrow-circle-right:before {
  content: "\f11d";
}

.la-newspaper-o:before {
  content: "\f29c";
}

.la-plus-circle:before {
  content: "\f2c3";
}

.la-minus-circle:before {
  content: "\f28f";
}

.la-save:before {
  content: "\f2e9";
}

.la-newspaper-o:before {
  content: "\f29c";
}

.la-long-arrow-right:before {
  content: "\f274";
}

.la-youtube-play:before {
  content: "\f38c";
}

.la-comments-o:before {
  content: "\f1a2";
}

.la-bars:before {
  content: "\f131";
}

.la-university:before {
  content: "\f35e";
}

.la-usd:before {
  content: "\f363";
}

.la-dollar:before {
  content: "\f1bb";
}

.la-clipboard:before {
  content: "\f18e";
}

.la-clock-o:before {
  content: "\f18f";
}

.la-clone:before {
  content: "\f190";
}

.la-history:before {
  content: "\f236";
}

.la-check:before {
  content: "\f17b";
}

.la-times:before {
  content: "\f342";
}

.la-medkit:before {
  content: "\f289";
}

.la-paper-plane:before {
  content: "\f2a8";
}

.la-usd:before {
  content: "\f363";
}

.la-user-md:before {
  content: "\f365";
}

.la-graduation-cap:before {
  content: "\f21e";
}

.la-bar-chart:before {
  content: "\f12e";
}

.la-laptop:before {
  content: "\f259";
}

.la-dollar:before {
  content: "\f1bb";
}

.la-taxi:before {
  content: "\f333";
}

.la-fighter-jet:before {
  content: "\f1de";
}

.la-black-tie:before {
  content: "\f14a";
}

.la-credit-card:before {
  content: "\f1aa";
}

.la-money:before {
  content: "\f294";
}

.la-briefcase:before {
  content: "\f151";
}

.la-heartbeat:before {
  content: "\f235";
}

.la-cutlery:before {
  content: "\f1b1";
}

.la-check-circle-o:before {
  content: "\f17d";
}

.la-reply:before {
  content: "\f2da";
}

.la-angle-left:before {
  content: "\f111";
}

.la-file:before {
  content: "\f1df";
}

.la-calendar:before {
  content: "\f15c";
}

.la-group:before {
  content: "\f220";
}

.la-diamond:before {
  content: "\f1b9";
}

.la-gear:before {
  content: "\f20c";
}

.la-compress:before {
  content: "\f1a4";
}

.la-info:before {
  content: "\f24a";
}

.la-info-circle:before {
  content: "\f24b";
}

.la-gears:before {
  content: "\f20d";
}

.la-certificate:before {
  content: "\f178";
}

.la-transgender:before {
  content: "\f34a";
}

.la-suitcase:before {
  content: "\f32a";
}

.la-wechat:before {
  content: "\f377";
}

.la-building-o:before {
  content: "\f155";
}

.la-exclamation-triangle:before {
  content: "\f1cf";
}

.la-send:before {
  content: "\f2a8";
}

.la-ellipsis-v:before {
  content: "\f1c4";
}

.la-link:before {
  content: "\f268";
}

.la-arrow-left:before {
  content: "\f120";
}

.la-fax:before {
  content: "\f1dc";
}

.la-location-arrow:before {
  content: "\f270";
}

.la-clock-o:before {
  content: "\f18f";
}

.la-check-circle:before {
  content: "\f17c";
}

.la-flag:before {
  content: "\f1f7";
}

.la-users:before {
  content: "\f369";
}

.la-calendar-check-o:before {
  content: "\f15d";
}

.la-globe:before {
  content: "\f219";
}

.la-warning:before {
  content: "\f376";
}

.la-wifi:before {
  content: "\f37c";
}

.la-calendar:before {
  content: "\f15c";
}

.la-map:before {
  content: "\f27c";
}

.la-bookmark:before {
  content: "\f14f";
}

.la-bookmark-o:before {
  content: "\f150";
}

.la-share-alt:before {
  content: "\f2f1";
}

.la-bolt:before {
  content: "\f14c";
}

.la-gift:before {
  content: "\f212";
}

.la-folder:before {
  content: "\f1fe";
}

.la-thumbs-up:before {
  content: "\f340";
}

.la-desktop:before {
  content: "\f1b7";
}

.la-mobile:before {
  content: "\f292";
}

.la-copy:before {
  content: "\f1a7";
}

.la-external-link:before {
  content: "\f1d2";
}

.la-external-link-square:before {
  content: "\f1d3";
}

.la-user-secret:before {
  content: "\f367";
}

.la-angle-right:before {
  content: "\f112";
}

.la-angle-down:before {
  content: "\f110";
}

.la-angle-up:before {
  content: "\f113";
}

.la-angle-double-right:before {
  content: "\f10e";
}

.la-angle-double-left:before {
  content: "\f10d";
}

.la-angle-double-down:before {
  content: "\f10c";
}

.la-angle-double-up:before {
  content: "\f10f";
}

.la-undo:before {
  content: "\f35d";
}

.la-upload:before {
  content: "\f362";
}

.la-eye:before {
  content: "\f1d4";
}

.la-eye-slash:before {
  content: "\f1d5";
}

.la-share:before {
  content: "\f2f0";
}

.la-headphones:before {
  content: "\f232";
}

.la-exclamation-circle:before {
  content: "\f1ce";
}

.la-times-circle:before {
  content: "\f343";
}

.la-ellipsis-h:before {
  content: "\f1c3";
}

.la-upload:before {
  content: "\f362";
}

.la-arrows:before {
  content: "\f123";
}

.la-chevron-down:before {
  content: "\f184";
}

.la-pencil:before {
  content: "\f2b0";
}

.la-share-alt:before {
  content: "\f2f1";
}

.la-plus:before {
  content: "\f2c2";
}

.la-minus:before {
  content: "\f28e";
}

.la-trash:before {
  content: "\f34c";
}

.la-check-circle-o:before {
  content: "\f17d";
}

.la-arrow-left:before {
  content: "\f120";
}

.la-download:before {
  content: "\f1bd";
}

.la-question-circle:before {
  content: "\f2cc";
}

.la-caret-down:before {
  content: "\f165";
}

.la-tag:before {
  content: "\f330";
}

.la-tags:before {
  content: "\f331";
}

.la-arrow-down:before {
  content: "\f11f";
}

.la-arrow-left:before {
  content: "\f120";
}

.la-arrow-right:before {
  content: "\f121";
}

.la-arrow-up:before {
  content: "\f122";
}

.la-la-filter:before {
  content: "\f1f3";
}

.la-facebook-square:before {
  content: "\f1d9";
}

.la-twitter-square:before {
  content: "\f35a";
}

.la-linkedin-square:before {
  content: "\f26a";
}

.la-rss:before {
  content: "\f2e3";
}

.la-rss-square:before {
  content: "\f2e4";
}

.la-feed:before {
  content: "\f2e3";
}

.la-bell:before {
  content: "\f140";
}

.la-bell-o:before {
  content: "\f141";
}

.la-bell-slash:before {
  content: "\f142";
}

.la-bell-slash-o:before {
  content: "\f143";
}

.la-genderless:before {
  content: "\f20e";
}

.cv-toast {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 70px;
  width: 260px;
  /* chỉnh tại đây */
  max-width: 80%;
  background: #e7f0fd;
  color: #2563eb;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  display: none;
  z-index: 11;
  text-align: center;
}

.section-link {
  padding-top: 20px;
  margin-bottom: 0;
}
.section-link h5 {
  text-transform: capitalize;
  font-weight: 600;
}
.section-link__title {
  margin-bottom: 0;
}
.section-link__title .nav-tabs {
  display: flex;
  margin-bottom: 0;
}
.section-link__title .nav-tabs > li {
  padding: 0 15px;
}
.section-link__title .nav-tabs > li > a {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.section-link__title .nav-tabs > li > a:hover {
  cursor: pointer;
  text-decoration: none;
}
.section-link__title .nav-tabs > li:first-child {
  padding-left: 0;
}
.section-link__title .nav-tabs .active a {
  font-weight: 600;
  cursor: pointer;
}
.section-link .tab-content .tab-item {
  display: none;
}
.section-link .tab-content .active {
  display: flex !important;
}
.section-link ul {
  list-style-type: none;
}
.section-link ul li {
  line-height: 0;
}
.section-link ul a {
  font-size: 0.9rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 250px;
  display: inline-block;
  line-height: 1.7rem;
  padding: 5px 0;
}
.section-link ul a i {
  max-width: 28px;
  min-width: 28px;
  height: 28px;
  display: inline-block;
  background: #4688ff30;
  border-radius: 50%;
  text-align: center;
  margin-right: 8px;
  color: #2563eb;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}
.section-link a.font-weight-bold {
  text-transform: capitalize;
}
.section-link-more a {
  margin-top: 26px;
  display: block;
  cursor: pointer;
  color: #fe1967 !important;
}

@media (max-width: 500px) {
  .section-link-list {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .section-link-list li:first-child {
    display: block;
    float: none;
  }

  .section-link {
    margin-bottom: 100px;
  }
  .section-link li {
    display: inline-block;
    width: 50%;
    float: left;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    padding: 5px 0;
  }
  .section-link li a {
    display: block;
  }
  .section-link .nav-tabs {
    overflow-x: auto;
    white-space: nowrap;
  }
  .section-link .nav-tabs > li > a {
    font-size: 14px;
  }
  .section-link .row {
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
  }
  .section-link .row .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 501px) and (max-width: 991px) {
  .section-link .nav-tabs {
    overflow-x: auto;
    white-space: nowrap;
  }
  .section-link .nav-tabs > li > a {
    font-size: 14px;
  }
  .section-link .row {
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
  }
  .section-link .row .col-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.section-link {
  padding-top: 50px !important;
}

.js-show-password {
  position: absolute;
  right: 5px;
  top: 7px;
  color: #444;
  background: #eee;
  padding: 5px;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
}
.js-show-password:hover, .js-show-password:focus {
  background: #ddd;
}

.auth-form {
  font-size: 14px;
  margin: 5% auto 0;
  width: 475px;
}
.auth-form .form-group {
  position: relative;
}
.auth-form--desktop {
  border-radius: 15px !important;
  padding: 30px 20px;
  border: 1px solid #e2e8f0;
  margin-bottom: 25px;
  margin-top: 35px !important;
}
.auth-form__title > h2 {
  color: #333;
  font-size: 20px !important;
  font-weight: 600;
  margin-bottom: 20px;
}
.auth-form__content form {
  margin-bottom: 10px;
}
.auth-form__content form input, .auth-form__content form button {
  height: 45px;
  border-radius: 50px;
}
.auth-form__content form input {
  border: 1px solid #ddd !important;
  border-radius: 5px;
  font-size: 14px;
  padding: 0 8px;
  width: 100%;
}

.auth-iframe {
  padding: 0;
}
.auth-iframe .auth-form {
  border: 0;
  box-shadow: none;
  padding: 0;
}
.auth-iframe .auth-form__title h2 {
  margin-bottom: 10px;
}

form.auth-modal {
  margin-bottom: 10px;
}
form.auth-modal input, form.auth-modal button {
  height: 45px;
  box-sizing: border-box;
}

.more-login {
  text-align: center;
  font-size: 13px;
}

.error-form {
  display: inline-block;
  color: #e03c31;
  font-size: 12px;
  padding: 0;
  margin-top: 5px;
}
.error-form--account {
  display: flex;
  justify-content: center;
}
.error-form--account-ajax {
  display: none;
  text-align: center;
}

.read-more-item {
  border: 1px dashed #ccc;
  padding: 15px;
  border-radius: 3px;
}

.btn-resend-email {
  background: none;
  border: none;
  font-weight: 600;
  color: #2563eb;
  cursor: pointer;
}

.btn-resend-email.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
  font-weight: 400;
}

.social-hr {
  font-size: 12px;
}
.social-hr .hr {
  border-bottom: 1px solid #f2f2f2;
  line-height: 0.1em;
  margin: 20px 0;
  text-align: center;
  width: 100%;
}
.social-hr .hr span {
  background: #fff;
  color: #888;
  padding: 0 10px;
}

.login-social {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.login-social .button-auth {
  align-items: center;
  border-radius: 50px;
  color: #666;
  display: flex;
  height: 45px;
  margin-bottom: 10px;
  position: relative;
  width: 49%;
  font-size: 14px;
}
.login-social .button-auth span {
  margin: 0 auto;
  vertical-align: middle;
  font-weight: 600;
}
.login-social .button-auth img {
  left: 10px;
  position: absolute;
  vertical-align: middle;
  width: 25px;
  border-radius: 50%;
}
.login-social .button-auth:hover {
  cursor: pointer !important;
}
.login-social .facebook {
  background-color: #3b5998;
  border: 1px solid #3b5998;
  color: #fff;
}
.login-social .google {
  border: 1px solid #ccc;
  background: #f9f9f9;
  color: #333;
}

.social-text {
  margin-top: 10px;
  text-align: justify;
}
.social-text p {
  font-size: 13px;
}
.social-text a {
  color: #4688ff;
}

.agree-policy,
.more-login {
  font-size: 0.9rem;
  color: #4f5e64;
  margin-bottom: 10px;
}
.agree-policy input,
.more-login input {
  width: auto !important;
  height: auto !important;
}
.agree-policy a,
.more-login a {
  color: #4f5e64;
}

.back-home {
  font-size: 0.95rem !important;
  text-align: center;
  margin-top: 10px;
}

.box-popup-password .js-btn-reset-password:hover {
  cursor: pointer;
}
.box-popup-password .check-auth {
  display: none;
}

.modal-auth-login .modal-header {
  padding-left: 25px;
}
.modal-auth-login .modal-header__title {
  position: relative;
  margin-right: 35px !important;
  font-size: 16px;
  cursor: pointer;
}
.modal-auth-login .js-tab-auth.active {
  font-weight: bold;
}
.modal-auth-login .modal-body-login {
  padding: 0;
  margin: 0;
}
.modal-auth-login .modal-body-login .auth-form {
  padding: 20px 25px;
  margin-bottom: 0;
  margin-top: 25px;
  box-shadow: none;
  width: 100%;
}
.modal-auth-login .modal-body-login .container {
  margin-bottom: 0;
  padding: 0;
}
.modal-auth-login .modal-body-login .auth-help {
  display: none;
}

.auth-page .form-group {
  margin-bottom: 0px !important;
  margin-top: 0 !important;
}
.auth-page .form-group .error-form {
  font-size: 13px;
  margin-bottom: 10px;
}

.body-auth-page {
  background: #f4f4f4;
}

.auth-form {
  background: #fff;
}

@media (max-width: 768px) {
  .body-auth-page {
    background: #fff;
  }

  .modal-auth-login {
    width: 95%;
  }
  .modal-auth-login .container {
    padding: 10px !important;
  }

  .auth-form {
    width: 100%;
    max-width: 420px;
    background: none;
    box-shadow: none;
    border: none;
    padding: 15px 10px;
  }
  .auth-form--desktop {
    margin-top: 15px !important;
  }

  .modal-body-login .auth-form {
    padding: 10px 5px !important;
    margin-top: 15px;
  }

  .hide-mb {
    display: none;
  }
}
@media (min-width: 1200px) {
  .auth-page .img-1 {
    right: 13% !important;
  }

  .auth-page .img-2 {
    left: 6% !important;
  }
}
@media (min-width: 1300px) {
  .auth-page .img-1 {
    right: 15% !important;
  }

  .auth-page .img-2 {
    left: 10% !important;
  }
}
