/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-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 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .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;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .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;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .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;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .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;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
html {
  font-size: 16px;
  box-sizing: border-box;
}

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

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

/**
 * Basic styles for links
 */
a {
  text-decoration: none;
}

button, input, textarea {
  outline: 0;
}

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

ul li {
  list-style: none;
}

body {
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

a {
  color: #055699;
}

h1, h2, h3, h4, h5, h6, p, span, i {
  color: #333;
}

.clearfix {
  clear: both;
}
.clearfix:after, .clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.box {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0px 0 1px rgba(0, 0, 0, 0.02);
  color: #333;
  display: block;
  padding: 1.25rem;
}

.section {
  padding-top: 2rem;
}
.section ul a {
  font-size: 0.9rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  line-height: 1.6;
  color: #666;
}

.blocker {
  z-index: 3;
}

.bot svg {
  display: none !important;
}

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

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

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

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

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

.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: 20px !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;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.ttf") format("truetype"), url("/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-italic - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-italic.eot");
  src: local("Roboto Italic"), local("Roboto-Italic"), url("/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-italic.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-italic.ttf") format("truetype"), url("/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-italic.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.eot");
  src: local("Roboto Medium"), local("Roboto-Medium"), url("/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.svg#Roboto") format("svg");
}
/* roboto-500italic - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500italic.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500italic.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500italic.ttf") format("truetype"), url("/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500italic.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700italic - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700italic.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700italic.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700italic.svg#Roboto") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.ttf") format("truetype"), url("/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.svg#Roboto") format("svg");
}
.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

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

/* Basic styles for button */
*:focus, input, button, textarea {
  outline: none !important;
}

textarea, input, select {
  border: 1px solid #dedede;
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
}
textarea[type=file], input[type=file], select[type=file] {
  border: none;
}

textarea {
  min-height: 150px;
}

p {
  margin-top: 0;
  margin-bottom: 0.3rem;
  line-height: 1.5rem;
  font-size: 14px;
}

.form-row {
  display: flex;
  position: relative;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > [class*=col] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-row .form-col {
  padding-right: 5px;
  padding-left: 5px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.form-row .form-col.city {
  flex: 1 1 30%;
  max-width: 30%;
  margin-right: 10px;
}
.form-row .form-col.district {
  flex: 1 1 70%;
  max-width: 70%;
}

.form-group {
  margin-bottom: 20px;
}
.form-group > label {
  font-weight: 500;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  margin-right: 10px;
  font-size: 14px;
  color: #333;
}
.form-group > label a {
  margin: 0 10px;
}
.form-group > label > span {
  color: #FF0000;
}
.form-group > label.count-down {
  width: 100%;
}
.form-group > label.count-down .count-number {
  float: right;
  font-weight: 400;
  color: #888;
}
.form-group .form-control {
  border-radius: 5px;
  display: block;
  font-size: 14px;
  box-sizing: border-box;
  padding: 8px;
  height: 44px;
  width: 100%;
  background: #fff;
}
.form-group .intro {
  color: #888;
  font-style: italic;
  font-size: 13px;
}

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

.form-control:focus, input[type=text]:focus, input[type=password]:focus {
  border-color: #999 !important;
  background-color: #fff;
  background-image: none;
  outline: none;
  box-shadow: none;
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .grow {
  flex-grow: 1;
}
.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  height: 38px;
  font-size: 14px;
}
.form-inline .form-control:not(:first-child) {
  margin-left: 0.5rem;
}

.error-form {
  font-size: 13px;
  color: #e63327;
}

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

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.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-bookmark-o:before {
  content: "\f097";
}

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

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

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

.fa-chevron-up:before {
  content: "\f077";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-step-forward:before {
  content: "\f051";
}

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

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

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

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

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

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

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

.fa-refresh:before {
  content: "\f021";
}

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

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

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

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

.fa-long-arrow-right:before {
  content: "\f178";
}

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

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

.fa-smile-o:before {
  content: "\f118";
}

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

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

.fa-caret-left:before {
  content: "\f0d9";
}

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

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

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

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

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

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

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

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

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

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

.fa-history:before {
  content: "\f1da";
}

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

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

.fa-product-hunt:before {
  content: "\f288";
}

.fa-telegram:before {
  content: "\f2c6";
}

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

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

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

.fa-list-alt:before {
  content: "\f022";
}

.fa-clipboard:before {
  content: "\f0ea";
}

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

.fa-exclamation-triangle:before {
  content: "\f071";
}

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

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

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

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

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

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

.fa-copyright:before {
  content: "\f1f9";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

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

.fa-qrcode:before {
  content: "\f029";
}

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

.fa-sign-out:before {
  content: "\f08b";
}

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

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

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

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

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

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

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

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

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

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

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

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

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

.fa-exchange:before {
  content: "\f0ec";
}

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

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

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

.fa-sort-desc:before {
  content: "\f0dd";
}

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

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

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

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

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

.fa-exclamation-triangle:before {
  content: "\f071";
}

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

.fa-ellipsis-h:before {
  content: "\f141";
}

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

.fa-life-ring:before {
  content: "\f1cd";
}

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

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

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

.fa-support:before {
  content: "\f1cd";
}

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

.fa-cog:before {
  content: "\f013";
}

.fa-refresh:before {
  content: "\f021";
}

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

.fa-ellipsis-h:before {
  content: "\f141";
}

.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");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.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-times:before {
  content: "\f342";
}

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

.la-calendar-times-o:before {
  content: "\f161";
}

.la-buysellads:before {
  content: "\f159";
}

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

.la-refresh:before {
  content: "\f2d5";
}

.la-file-photo-o:before {
  content: "\f1e8";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.la-power-off:before {
  content: "\f2c6";
}

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

.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-user:before {
  content: "\f364";
}

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

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

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

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

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

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

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

.la-sort-desc:before {
  content: "\f30c";
}

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

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

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

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

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

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

.la-comment:before {
  content: "\f19d";
}

.la-comment-o:before {
  content: "\f19e";
}

.la-commenting:before {
  content: "\f19f";
}

.la-commenting-o:before {
  content: "\f1a0";
}

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

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

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

.la-exchange:before {
  content: "\f1cc";
}

.la-retweet:before {
  content: "\f2dc";
}

.gap-6 {
  gap: 1.5rem;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid {
  display: grid;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  .grid-rows-1-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
html {
  scroll-behavior: smooth;
}

#header-business {
  width: 100%;
  background: transparent;
  height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  color: #333;
}
#header-business .wrapper-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 80px;
}
#header-business .box-logo {
  height: 60px;
  display: flex;
  align-items: center;
}
#header-business .box-logo a.link-logo {
  margin-right: 10px;
  margin-bottom: 10px;
}
#header-business .box-logo a.link-logo img {
  width: 110px;
}
#header-business .box-logo .icon-expand-menu {
  display: none;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  background: #fff;
}
#header-business .box-logo .icon-expand-menu i {
  color: #5e6368;
}
#header-business .box-navbar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header-business .box-navbar .list_menu {
  display: flex;
  flex-direction: row;
  font-size: 0.95rem;
  line-height: 1.25rem;
  list-style-type: none;
  margin: 0 0.5rem 0 0.5rem;
}
#header-business .box-navbar .list_menu li {
  position: relative;
  line-height: 60px;
}
#header-business .box-navbar .list_menu li a {
  padding: 0.75rem;
  color: #333;
  font-weight: 500;
}
#header-business .box-navbar .list_menu li a:hover {
  color: #2563eb;
}
#header-business .box-navbar .list_menu li:hover .subMenu {
  display: block;
}
#header-business .box-navbar .list_menu li:hover > .menu-list {
  display: block;
}
#header-business .box-navbar .list_menu li .subMenu {
  display: none;
  left: 0;
  margin: 0;
  width: 850px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  box-shadow: 1px 3px 9px -2px #aaa8a8;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  padding: 15px;
}
#header-business .box-navbar .list_menu li .subMenu .row > div {
  border-right: 1px solid #eae9e9;
  margin: 0;
}
#header-business .box-navbar .list_menu li .subMenu .row > div a {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  height: 105px;
  color: #333;
}
#header-business .box-navbar .list_menu li .subMenu .row > div a:nth-child(1) {
  border-bottom: 1px dotted #ddd;
}
#header-business .box-navbar .list_menu li .subMenu .row > div a img {
  width: 36px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}
#header-business .box-navbar .list_menu li .subMenu .row > div a div {
  display: flex;
  flex-direction: column;
}
#header-business .box-navbar .list_menu li .subMenu .row > div a b {
  width: 100%;
  display: block;
  line-height: 1;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#header-business .box-navbar .list_menu li .subMenu .row > div a span {
  width: 100%;
  margin-top: 5px;
  padding-right: 0;
  font-size: 0.9rem;
  color: #5e6368;
  font-weight: normal;
  display: block;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#header-business .box-navbar .box-action-right {
  display: flex;
  flex-direction: row;
  font-size: 0.95rem;
}
#header-business .box-navbar .box-action-right a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  color: inherit;
}
#header-business .box-navbar .box-action-right a i {
  color: inherit;
  margin-right: 2px;
  margin-top: 1px;
}

@media screen and (max-width: 1023px) {
  #header-business {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #FFFFFF;
  }
  #header-business .wrapper-header {
    height: 70px;
  }
  #header-business .wrapper-header .box-logo {
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  #header-business .wrapper-header .box-logo a.link-logo {
    margin-bottom: 0;
  }
  #header-business .wrapper-header .box-logo .icon-expand-menu {
    display: flex;
    margin-right: -5px;
  }
  #header-business .box-navbar {
    display: none;
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    flex-direction: column;
  }
  #header-business .box-navbar .list_menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  #header-business .box-navbar .list_menu li {
    width: 100%;
    line-height: 1.4;
  }
  #header-business .box-navbar .list_menu li a {
    display: block;
    text-align: center;
  }
  #header-business .box-navbar .list_menu li .subMenu {
    display: none;
  }
  #header-business .box-navbar .list_menu li .subMenu div a {
    align-items: center;
    height: auto !important;
  }
  #header-business .box-navbar .list_menu li .subMenu div a div span {
    display: none !important;
  }
  #header-business .box-navbar .box-action-right {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 24px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #header-business .box-navbar .box-action-right a {
    width: 100%;
    height: 44px;
  }
  #header-business .box-navbar .box-action-right a:first-child {
    margin: 0;
  }
  #header-business .box-navbar .box-action-right a:nth-child(2) {
    margin: 10px 0 0 0;
  }
  #header-business .box-navbar.show {
    display: flex !important;
  }
}
#banner-home {
  overflow: hidden;
  position: relative;
  padding: 240px 0 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("imgs/icon-contact/contact_consultation_background.png");
  background-position: bottom;
}
#banner-home .col-left {
  width: 65%;
}
#banner-home .col-right {
  position: relative;
}
#banner-home .col-right .box-image {
  position: absolute;
  top: 0;
  left: -50px;
}
#banner-home .col-right .box-image img {
  width: 540px;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotate(350deg);
}
#banner-home h1 {
  font-size: 3rem;
  color: #333;
  margin-bottom: 24px;
  line-height: 60px;
}
#banner-home h1 .text-highlight {
  color: #2563eb;
  display: inline-block;
  position: relative;
  background: linear-gradient(100deg, #b8c9ed 7.83%, rgba(255, 255, 255, 0) 63.82%, #b8c9ed 89.97%);
  padding-left: 7px;
  padding-right: 7px;
}
#banner-home h1 .text-highlight:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 16px;
  height: 16px;
  border-top: 6.4px solid #2563eb;
  border-left: 6.4px solid #2563eb;
}
#banner-home h1 .text-highlight:after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 16px;
  height: 16px;
  border-bottom: 6.4px solid #2563eb;
  border-right: 6.4px solid #2563eb;
}
#banner-home ul {
  max-width: 620px;
}
#banner-home ul li {
  display: flex;
  align-items: center;
  color: #5e6368;
  font-size: 0.95rem;
  line-height: 20px;
  margin-bottom: 24px;
}

.twm-bg-ring-right {
  position: absolute;
  border-radius: 50%;
  width: 35vw;
  height: 35vw;
  border: 130px solid #1967d2;
  right: -250px;
  top: -250px;
  opacity: 0.05;
}

.twm-bg-ring-left {
  position: absolute;
  border-radius: 50%;
  width: 20vw;
  height: 20vw;
  border: 100px solid #56d8b1;
  left: -150px;
  bottom: -150px;
  opacity: 0.3;
}

@media screen and (max-width: 992px) {
  #banner-home {
    padding: 70px 0 16px 0;
    background-image: none;
  }
  #banner-home h1 {
    font-size: 1.5rem;
  }
  #banner-home .col-left {
    width: 100%;
  }
  #banner-home .col-right {
    display: none;
  }
  #banner-home .twm-bg-ring-right, #banner-home .twm-bg-ring-left {
    width: 350px;
    height: 350px;
    z-index: -1;
  }
  #banner-home .twm-bg-ring-right {
    top: -100px;
    right: -150px;
    border-width: 80px;
  }
}
#achievement {
  background-image: linear-gradient(to top, #FFFFFF, rgba(231, 231, 231, 0.1490196078), rgba(255, 255, 255, 0));
}
#achievement .container_achievement {
  flex-direction: column;
}
#achievement .container_achievement h2 {
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 2rem;
}
#achievement .achievement_item {
  display: flex;
  border: 1px solid #eee;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 230px;
}
#achievement .achievement_item .left_achievement_item {
  padding-left: 1rem;
  padding-right: 1rem;
}
#achievement .achievement_item .left_achievement_item .box_icon {
  padding: 0.25rem;
  border-radius: 9999px;
  width: 60px;
}
#achievement .achievement_item .left_achievement_item .box_icon img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#achievement .achievement_item .right_achievement_item {
  padding-right: 2rem;
}
#achievement .achievement_item .right_achievement_item span {
  font-weight: 500;
  font-size: 1.75rem;
  padding: 5px;
  border-radius: 10px;
  color: #2563eb;
}
#achievement .achievement_item .right_achievement_item p {
  color: #5e6368;
  font-size: 0.95rem;
  margin-top: 0.5rem;
}
#achievement .achievement_item:before {
  width: 110px;
  height: 110px;
  position: absolute;
  left: -60px;
  top: -60px;
  content: "";
  background-color: #1967d2;
  border-radius: 50%;
  opacity: 0.04;
  z-index: -1;
  transition: 0.5s all ease;
}
#achievement .achievement_item:after {
  width: 110px;
  height: 110px;
  position: absolute;
  right: -60px;
  bottom: -60px;
  content: "";
  background-color: #1967d2;
  border-radius: 50%;
  opacity: 0.04;
  z-index: -1;
  transition: 0.5s all ease;
}

.customer_partner_item {
  border-radius: 20px;
  padding: 2rem;
  border: 1px solid #eee;
  position: relative;
}
.customer_partner_item .title_line {
  color: #333;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.customer_partner_item .logo-partner {
  display: flex;
  align-items: center;
  max-width: 75px;
  max-height: 75px;
  margin-bottom: 10px;
}
.customer_partner_item .logo-partner img {
  width: 100%;
  height: auto;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.customer_partner_item:before {
  box-shadow: 0 0 25px rgba(56, 152, 226, 0.3);
  border-left: 4px solid #1967d2;
  content: "";
  left: 0;
  top: 0;
  background-color: #fff;
  position: absolute;
  z-index: -1;
}

#hotline .container_list_hotline {
  display: flex;
  flex-direction: column;
}
#hotline .container_list_hotline div.col-item {
  flex: 1 1 0;
  border-radius: 20px;
  margin-bottom: 1rem;
  padding: 2rem;
  background-color: rgba(228, 239, 255, 0.4588235294);
}
#hotline .container_list_hotline div.col-item .title_line {
  color: #333;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
#hotline .container_list_hotline div.col-item .list_hotline {
  margin-top: 2rem;
}
#hotline .container_list_hotline div.col-item .list_hotline p {
  font-size: 0.95rem;
  color: #5e6368;
}
#hotline .container_list_hotline div.col-item .list_hotline p a {
  font-weight: 500;
  color: #2563eb;
}

@media (min-width: 1024px) {
  #hotline .container_list_hotline {
    flex: 2 1 0;
    flex-direction: row !important;
  }
  #hotline .container_list_hotline div.col-item {
    margin-bottom: 0;
  }
  #hotline .container_list_hotline div.col-item:nth-child(1) {
    border-radius: 20px 0 0 20px;
  }
  #hotline .container_list_hotline div.col-item:nth-child(2) {
    border-radius: 0 20px 20px 0;
    margin-right: 2.5rem;
  }
}
.bct img {
  width: auto;
  box-sizing: content-box;
}

footer {
  background-color: #f2f2f2;
  color: #333;
}
footer a {
  color: #444;
  font-size: 14px;
  padding-bottom: 5px;
  padding-top: 5px;
  display: block;
  line-height: 1.6;
}
footer p {
  color: #444;
  font-size: 14px;
  padding-bottom: 5px;
  padding-top: 5px;
}
footer .footer {
  padding: 20px 15px 10px;
}
footer .footer .top {
  margin-bottom: 30px;
  width: 100%;
}
footer .footer .top .col {
  max-width: 25%;
  width: 25%;
}
footer .footer .item {
  padding: 15px 0;
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
footer .footer .item .title {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 10px;
  margin-top: 0;
}
footer .bottom {
  border-top: 1px solid #ddd;
  width: 100%;
}
footer .bottom .content {
  display: block;
  font-size: 13px;
  padding: 15px;
}

@media (max-width: 1024px) {
  footer {
    background: #fff;
  }
  footer .footer {
    margin-top: 0;
    padding-top: 0 !important;
    background-color: #f2f2f2;
  }
  footer .footer .col {
    border-bottom: 1px solid #ccc;
    flex-basis: auto;
    flex-grow: 1;
    max-width: 100% !important;
    width: 100% !important;
  }
  footer .footer .item {
    padding: 15px 0 !important;
  }
  footer .footer .item .title {
    margin-bottom: 0;
    height: 36px;
    display: flex;
    align-items: center;
  }
  footer .footer .item a {
    padding: 10px;
  }
  footer .footer .item a:first-child {
    margin-top: 15px;
  }
}
section .section-title {
  font-size: 2.25rem;
  padding-bottom: 12px;
  font-weight: 600;
  color: #333;
}
section .section-description {
  font-size: 0.95rem;
  color: #5e6368;
  margin-bottom: 2rem;
}

.padding-horizon {
  padding-bottom: 5rem;
}

.text-highlight {
  border-bottom: 1px dashed;
  color: #2563eb;
}

.box-button {
  margin-top: 48px;
  display: flex;
  align-items: center;
}
.box-button a {
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

.line_bg_text {
  background: #2563eb;
  border-width: 0;
  width: 3.125rem;
  height: 0.313rem;
  margin-top: 0.5rem;
}

.bg-f4f4f4 {
  background-color: #f4f4f4;
}

.box-service {
  display: flex;
  align-items: center;
  min-height: 460px;
}

.row-reverse-desktop {
  flex-direction: row-reverse;
}

.box-service-content {
  font-size: 0.95rem;
}
.box-service-content .title-box {
  font-size: inherit;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #2563eb;
  font-weight: 600;
}
.box-service-content .content-title {
  font-size: 24px;
  margin-bottom: 10px;
  padding: 0 0 0 8px;
  line-height: 1.25;
  border-left: 4px solid #2563eb;
}
.box-service-content h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.box-service-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #5e6368;
  font-size: 0.95rem;
}
.box-service-content ul li {
  display: flex;
  align-items: baseline;
  margin-bottom: 1rem;
}
.box-service-content ul li i {
  margin-right: 10px;
  color: #2563eb;
}
.box-service-content ul li span {
  color: inherit;
  font-size: inherit;
  line-height: 1.5;
}
.box-service-content .content-description {
  margin: 0;
  color: #5e6368;
  font-size: inherit;
  font-weight: 400;
}

.box-service-image img {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
  margin: 0 auto;
}

.recruitment-services {
  text-align: center;
  padding-top: 5rem;
}
.recruitment-services > div {
  text-transform: uppercase;
  font-size: 0.95rem;
  color: #2563eb;
}
.recruitment-services h2 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.recruitment-services p {
  font-size: 0.95rem;
  color: #5e6368;
  margin-bottom: 2rem;
}

.list-service .card {
  padding: 24px;
  background-color: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
  height: 400px;
}
.list-service .card h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
.list-service .card .box-image {
  text-align: center;
  margin-bottom: 16px;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.list-service .card .box-image img {
  margin: auto;
  max-width: 100%;
  height: auto;
}
.list-service .card p {
  font-size: 0.95rem;
  text-align: center;
  color: #5e6368;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.list-service .card .link-see-more {
  font-size: 0.95rem;
  color: #2563eb;
  font-weight: 500;
}

@media screen and (max-width: 992px) {
  .padding-horizon {
    padding-bottom: 2.5rem;
  }
  .box-service-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .box-service-content h3 {
    font-size: 1.5rem;
  }
  .recruitment-services {
    padding-top: 2.5rem;
  }
  .box-button {
    flex-direction: column;
    width: 100%;
  }
  .box-button button {
    width: 100%;
  }
  .box-button button:first-child {
    margin-bottom: 10px;
  }
  .box-button button:nth-child(2) {
    margin-left: 0 !important;
  }
}
