/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap&subset=vietnamese");
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

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

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

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

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

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

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .tag {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

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

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

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff; }

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

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

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

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

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

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

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #0275d8;
  text-decoration: none; }
  a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

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

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

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

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

th {
  text-align: left; }

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

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

input,
button,
select,
textarea {
  line-height: inherit; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

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

textarea {
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 576px) {
    .container {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 960px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px;
      max-width: 100%; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .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-md, .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-lg, .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-xl, .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 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .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-md, .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-lg, .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-xl, .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 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .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-md, .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-lg, .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-xl, .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 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .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-md, .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-lg, .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-xl, .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 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .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-md, .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-lg, .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-xl, .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 {
      padding-right: 15px;
      padding-left: 15px; } }

.col-xs-1 {
  float: left;
  width: 8.33333%; }

.col-xs-2 {
  float: left;
  width: 16.66667%; }

.col-xs-3 {
  float: left;
  width: 25%; }

.col-xs-4 {
  float: left;
  width: 33.33333%; }

.col-xs-5 {
  float: left;
  width: 41.66667%; }

.col-xs-6 {
  float: left;
  width: 50%; }

.col-xs-7 {
  float: left;
  width: 58.33333%; }

.col-xs-8 {
  float: left;
  width: 66.66667%; }

.col-xs-9 {
  float: left;
  width: 75%; }

.col-xs-10 {
  float: left;
  width: 83.33333%; }

.col-xs-11 {
  float: left;
  width: 91.66667%; }

.col-xs-12 {
  float: left;
  width: 100%; }

.pull-xs-0 {
  right: auto; }

.pull-xs-1 {
  right: 8.33333%; }

.pull-xs-2 {
  right: 16.66667%; }

.pull-xs-3 {
  right: 25%; }

.pull-xs-4 {
  right: 33.33333%; }

.pull-xs-5 {
  right: 41.66667%; }

.pull-xs-6 {
  right: 50%; }

.pull-xs-7 {
  right: 58.33333%; }

.pull-xs-8 {
  right: 66.66667%; }

.pull-xs-9 {
  right: 75%; }

.pull-xs-10 {
  right: 83.33333%; }

.pull-xs-11 {
  right: 91.66667%; }

.pull-xs-12 {
  right: 100%; }

.push-xs-0 {
  left: auto; }

.push-xs-1 {
  left: 8.33333%; }

.push-xs-2 {
  left: 16.66667%; }

.push-xs-3 {
  left: 25%; }

.push-xs-4 {
  left: 33.33333%; }

.push-xs-5 {
  left: 41.66667%; }

.push-xs-6 {
  left: 50%; }

.push-xs-7 {
  left: 58.33333%; }

.push-xs-8 {
  left: 66.66667%; }

.push-xs-9 {
  left: 75%; }

.push-xs-10 {
  left: 83.33333%; }

.push-xs-11 {
  left: 91.66667%; }

.push-xs-12 {
  left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm-1 {
    float: left;
    width: 8.33333%; }
  .col-sm-2 {
    float: left;
    width: 16.66667%; }
  .col-sm-3 {
    float: left;
    width: 25%; }
  .col-sm-4 {
    float: left;
    width: 33.33333%; }
  .col-sm-5 {
    float: left;
    width: 41.66667%; }
  .col-sm-6 {
    float: left;
    width: 50%; }
  .col-sm-7 {
    float: left;
    width: 58.33333%; }
  .col-sm-8 {
    float: left;
    width: 66.66667%; }
  .col-sm-9 {
    float: left;
    width: 75%; }
  .col-sm-10 {
    float: left;
    width: 83.33333%; }
  .col-sm-11 {
    float: left;
    width: 91.66667%; }
  .col-sm-12 {
    float: left;
    width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md-1 {
    float: left;
    width: 8.33333%; }
  .col-md-2 {
    float: left;
    width: 16.66667%; }
  .col-md-3 {
    float: left;
    width: 25%; }
  .col-md-4 {
    float: left;
    width: 33.33333%; }
  .col-md-5 {
    float: left;
    width: 41.66667%; }
  .col-md-6 {
    float: left;
    width: 50%; }
  .col-md-7 {
    float: left;
    width: 58.33333%; }
  .col-md-8 {
    float: left;
    width: 66.66667%; }
  .col-md-9 {
    float: left;
    width: 75%; }
  .col-md-10 {
    float: left;
    width: 83.33333%; }
  .col-md-11 {
    float: left;
    width: 91.66667%; }
  .col-md-12 {
    float: left;
    width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg-1 {
    float: left;
    width: 8.33333%; }
  .col-lg-2 {
    float: left;
    width: 16.66667%; }
  .col-lg-3 {
    float: left;
    width: 25%; }
  .col-lg-4 {
    float: left;
    width: 33.33333%; }
  .col-lg-5 {
    float: left;
    width: 41.66667%; }
  .col-lg-6 {
    float: left;
    width: 50%; }
  .col-lg-7 {
    float: left;
    width: 58.33333%; }
  .col-lg-8 {
    float: left;
    width: 66.66667%; }
  .col-lg-9 {
    float: left;
    width: 75%; }
  .col-lg-10 {
    float: left;
    width: 83.33333%; }
  .col-lg-11 {
    float: left;
    width: 91.66667%; }
  .col-lg-12 {
    float: left;
    width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.33333%; }
  .col-xl-2 {
    float: left;
    width: 16.66667%; }
  .col-xl-3 {
    float: left;
    width: 25%; }
  .col-xl-4 {
    float: left;
    width: 33.33333%; }
  .col-xl-5 {
    float: left;
    width: 41.66667%; }
  .col-xl-6 {
    float: left;
    width: 50%; }
  .col-xl-7 {
    float: left;
    width: 58.33333%; }
  .col-xl-8 {
    float: left;
    width: 66.66667%; }
  .col-xl-9 {
    float: left;
    width: 75%; }
  .col-xl-10 {
    float: left;
    width: 83.33333%; }
  .col-xl-11 {
    float: left;
    width: 91.66667%; }
  .col-xl-12 {
    float: left;
    width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-faded {
  background-color: #f7f7f9; }

.bg-primary {
  background-color: #0275d8 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important; }

.bg-success {
  background-color: #5cb85c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important; }

.bg-info {
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important; }

.bg-warning {
  background-color: #f0ad4e !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important; }

.bg-danger {
  background-color: #d9534f !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important; }

.bg-inverse {
  background-color: #373a3c !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #1f2021 !important; }

.rounded {
  border-radius: 0.25rem; }

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-circle {
  border-radius: 50%; }

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.w-100 {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-0 {
  margin: 0 0 !important; }

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

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

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

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

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 1rem 1rem !important; }

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

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

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

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

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-2 {
  margin: 1.5rem 1.5rem !important; }

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

.mr-2 {
  margin-right: 1.5rem !important; }

.mb-2 {
  margin-bottom: 1.5rem !important; }

.ml-2 {
  margin-left: 1.5rem !important; }

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

.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-3 {
  margin: 3rem 3rem !important; }

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

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

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

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

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

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

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

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

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

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

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 1rem 1rem !important; }

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

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

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

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

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-2 {
  padding: 1.5rem 1.5rem !important; }

.pt-2 {
  padding-top: 1.5rem !important; }

.pr-2 {
  padding-right: 1.5rem !important; }

.pb-2 {
  padding-bottom: 1.5rem !important; }

.pl-2 {
  padding-left: 1.5rem !important; }

.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-3 {
  padding: 3rem 3rem !important; }

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

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

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

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

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

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

.text-nowrap {
  white-space: nowrap !important; }

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

.font-weight-normal {
  font-weight: normal; }

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

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

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

a.text-muted:focus, a.text-muted:hover {
  color: #687077 !important; }

.text-primary {
  color: #0275d8 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5 !important; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important; }

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

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important; }

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

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important; }

.text-gray-dark {
  color: #373a3c !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #1f2021 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

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

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

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

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table {
    background-color: #fff; }

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

.table-bordered {
  border: 1px solid #eceeef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eceeef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

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

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

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

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3; }

.table-hover .table-warning:hover {
  background-color: #faf2cc; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #faf2cc; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede; }

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

.thead-inverse th {
  color: #fff;
  background-color: #373a3c; }

.thead-default th {
  color: #55595c;
  background-color: #eceeef; }

.table-inverse {
  color: #eceeef;
  background-color: #373a3c; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #55595c; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0%;
  overflow-x: auto; }

.table-reflow thead {
  float: left; }

.table-reflow tbody {
  display: block;
  white-space: nowrap; }

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #eceeef; }

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef; }

.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef; }

/*Font Face*/
/*Colors*/
/*General*/
.no-scroll {
  overflow: hidden; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  margin: 0 auto;
  color: #333333;
  min-height: 100%;
  height: 100%; }
  body .fullpage {
    overflow-x: hidden; }
  body.homepage {
    padding: 0; }
  @media (min-width: 992px) {
    body .container {
      width: 1280px; } }

a {
  transition: all 0.3s; }

a:focus, a:active, a:hover, a:hover:focus, a:hover:active, a:hover:hover {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #000000; }

img {
  max-width: 100%; }

button {
  border: none;
  background: none;
  margin: 0;
  padding: 0; }

input:hover, input:active, input:focus, button:hover, button:active, button:focus, select:hover, select:active, select:focus, textarea:hover, textarea:active, textarea:focus {
  outline: none; }

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

main {
  clear: both; }

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

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

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

.height100 {
  height: 100%; }

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

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

@media (min-width: 992px) {
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; } }

@media (min-width: 992px) {
  .order-lg-2 {
    order: 2; } }

.zoom {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block; }
  .zoom img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .zoom:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -khtml-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

.edit-link {
  margin-left: 10px; }

.mrb30 {
  margin-bottom: 30px; }

.mrb20 {
  margin-bottom: 20px; }

.mrb15 {
  margin-bottom: 15px; }

.up {
  font-size: 0;
  width: 40px;
  height: 40px;
  background: #004c91;
  color: #ffffff;
  right: 20px;
  bottom: 100px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: fixed;
  cursor: pointer;
  opacity: 0;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 900; }
  .up.active {
    opacity: .7; }
  .up:hover {
    opacity: 1; }

@keyframes hotline-animate {
  0% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    -khtml-transform: scale3d(1.3, 1.3, 1.3);
    -moz-transform: scale3d(1.3, 1.3, 1.3);
    -ms-transform: scale3d(1.3, 1.3, 1.3);
    -o-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale3d(2.2, 2.2, 2.2);
    -khtml-transform: scale3d(2.2, 2.2, 2.2);
    -moz-transform: scale3d(2.2, 2.2, 2.2);
    -ms-transform: scale3d(2.2, 2.2, 2.2);
    -o-transform: scale3d(2.2, 2.2, 2.2);
    transform: scale3d(2.2, 2.2, 2.2);
    opacity: 0; } }

@keyframes phone-ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  5% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  10% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  15% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  25% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }

/*Edit Manager*/
.ActionMenu {
  z-index: 99999 !important; }
  .ActionMenu .ActionMenuTag {
    line-height: 1.5; }
    .ActionMenu .ActionMenuTag .fa {
      color: #1B4D79 !important;
      width: auto !important;
      height: auto !important;
      border: none !important;
      font-size: 11px !important;
      display: inline-block !important;
      float: left !important;
      border-radius: 0 !important;
      line-height: 1.1rem !important;
      margin-right: 4px !important; }
  .ActionMenu .ActionMenuBody {
    z-index: 99999 !important; }
    .ActionMenu .ActionMenuBody > dl dd > a {
      color: #1B4D79 !important;
      width: auto !important;
      height: auto !important;
      background: transparent; }
      .ActionMenu .ActionMenuBody > dl dd > a .fa {
        color: #1B4D79 !important;
        width: auto !important;
        height: auto !important;
        border: none !important;
        font-size: 11px !important;
        display: inline-block !important;
        float: left !important;
        border-radius: 0 !important;
        line-height: 1.1rem !important;
        margin-right: 4px !important; }
    .ActionMenu .ActionMenuBody > h4 {
      color: #333 !important; }

.cmsadminpanel {
  z-index: 16000009; }

/*Register Form*/
.subscribefrm {
  position: relative; }
  .subscribefrm .fa.fa-exclamation-triangle {
    color: red;
    font-size: 0.9375rem;
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center; }
    .subscribefrm .fa.fa-exclamation-triangle:after {
      content: '\f071';
      font-size: 12px;
      color: red;
      text-indent: 0;
      float: left;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
    @media only screen and (min-width: 1024px) {
      .subscribefrm .fa.fa-exclamation-triangle {
        right: 15px;
        top: 6px; } }
  .subscribefrm .fa-exclamation-triangle:before, .subscribefrm .fa-warning:before {
    margin-right: 5px; }

.form-group {
  position: relative; }
  .form-group .fas.fa-exclamation-triangle {
    position: absolute;
    top: 10px;
    right: 15px;
    color: transparent;
    width: 15px;
    height: 15px; }
    .form-group .fas.fa-exclamation-triangle:before {
      font-size: 12px;
      color: red;
      position: absolute; }
  .form-group .fa-exclamation-triangle:before, .form-group .fa-warning:before {
    margin-right: 5px; }

.bar-dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 991px) {
    .bar-dropdown {
      display: block;
      vertical-align: middle; } }
  .bar-dropdown .is-dropdown {
    font-weight: 400;
    line-height: 1.2;
    left: 0;
    top: 100%;
    z-index: -1;
    visibility: hidden;
    transition: all .35s .1s; }
    @media (min-width: 992px) {
      .bar-dropdown .is-dropdown {
        will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        min-width: 260px;
        -webkit-transform: translateY(-108%);
        transform: translateY(-108%);
        position: absolute;
        padding: 15px 20px 5px;
        background-color: #ffffff;
        border-top: 1px solid #004c91;
        box-shadow: 0px 5px 20px -2px rgba(0, 0, 0, 0.4); } }
    @media (max-width: 991px) {
      .bar-dropdown .is-dropdown {
        position: relative;
        width: 100%;
        height: 0;
        overflow: hidden;
        background-color: #f2f2f2; } }
    .bar-dropdown .is-dropdown a {
      display: block;
      color: #004c91;
      margin-bottom: 20px;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      font-size: 1rem;
      white-space: nowrap;
      text-align: left; }
      @media (max-width: 991px) {
        .bar-dropdown .is-dropdown a {
          padding: 10px 20px;
          border-bottom: 1px solid #d9d9d9;
          margin: 0; } }
      .bar-dropdown .is-dropdown a:hover, .bar-dropdown .is-dropdown a.active {
        color: #000000;
        letter-spacing: 0.5px; }
    .bar-dropdown .is-dropdown.is-wide {
      width: 370px; }
      @media (max-width: 991px) {
        .bar-dropdown .is-dropdown.is-wide {
          width: 100%; } }
  .bar-dropdown.isfull {
    position: static; }
    .bar-dropdown.isfull .is-dropdown {
      width: 100%;
      padding-top: 20px;
      padding-bottom: 20px; }
  .bar-dropdown.last-nav .is-dropdown {
    left: auto;
    right: 0; }
  .bar-dropdown:hover .is-dropdown {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible; }
  @media (max-width: 991px) {
    .bar-dropdown.active .is-dropdown {
      height: auto;
      visibility: visible;
      z-index: 99; } }

.btn-icon {
  display: flex;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  align-items: center;
  position: relative;
  z-index: 101;
  color: #000000;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer; }
  .btn-icon:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: -2px;
    left: 50%;
    height: 3px;
    padding: 0;
    border: 0;
    background-color: #004c91;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    width: 0; }
  .btn-icon:hover {
    color: #004c91; }
    .btn-icon:hover:before {
      visibility: visible;
      opacity: 1;
      width: 100%;
      left: 0; }
  .btn-icon.close .fas {
    font-family: inherit; }
    .btn-icon.close .fas:before {
      content: "X";
      font-size: 1.625rem; }

.top-header {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: none; }
  .top-header a {
    color: #333333; }
    .top-header a:hover {
      color: #004c91; }

.header-nav nav {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 15px; }
  @media (min-width: 992px) {
    .header-nav nav {
      justify-content: center;
      height: 60px;
      padding: 0; } }
  .header-nav nav a {
    text-align: center;
    color: #666666;
    margin: 0 3px; }

.main-header {
  background: linear-gradient(0deg, #004c91 0%, #0059ab 100%);
  padding: 10px 0; }

.bottom-header {
  height: 60px;
  border-top: 1px solid #e6e6e6;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #ffffff; }
  @media (max-width: 1199px) {
    .bottom-header {
      height: 45px; } }
  @media (max-width: 991px) {
    .bottom-header {
      height: auto;
      border: none; } }

@media (min-width: 992px) {
  .header-extras {
    min-width: 700px; } }

@media (min-width: 1200px) {
  .header-extras {
    margin-right: -50px; } }

@media (max-width: 991px) {
  .header-extras {
    padding: 15px; } }

.header-extras-item {
  text-align: right;
  font-size: 0.9375rem;
  font-weight: 500; }
  @media (max-width: 991px) {
    .header-extras-item {
      margin-bottom: 15px; } }
  .header-extras-item p {
    margin: 0; }
  .header-extras-item .fas, .header-extras-item .far {
    color: #ffffff;
    margin-right: 7px; }
    @media (max-width: 991px) {
      .header-extras-item .fas, .header-extras-item .far {
        color: #333333; } }
  .header-extras-item a {
    color: #ffffff; }
    @media (max-width: 991px) {
      .header-extras-item a {
        color: #333333; } }
    .header-extras-item a:hover {
      color: #ffffff; }
    .header-extras-item a[href^="tel:"] {
      cursor: text; }
      .header-extras-item a[href^="tel:"]:hover {
        color: #ffffff; }
  @media (min-width: 992px) {
    .header-extras-item.custom {
      margin-right: 30px; } }

.button a {
  display: inline-block;
  padding: 7px 25px;
  border-radius: 6px;
  background: #ffffff;
  color: #004c91;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media (max-width: 991px) {
    .button a {
      background: #004c91;
      color: #ffffff; } }

.button:hover a {
  background: #00315e;
  color: #ffffff; }

@media (max-width: 991px) {
  .header_hotline {
    padding-top: 30px; }
    .header_hotline .flex.flex-wrap {
      justify-content: space-around; } }

@media (max-width: 991px) {
  .header-logo {
    width: 100%;
    position: relative; } }

.sitelogo a {
  display: block; }
  .sitelogo a img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-width: 280px; }
    @media (max-width: 991px) {
      .sitelogo a img {
        max-width: 175px;
        margin: -5px; } }

@media (min-width: 992px) {
  .main-nav .main {
    display: flex;
    justify-content: space-between;
    align-items: center; } }

.main-nav .bar-dropdown > a {
  color: #004c91;
  padding: 19px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  display: block; }
  @media (max-width: 991px) {
    .main-nav .bar-dropdown > a {
      padding: 9px 15px;
      font-size: 0.9375rem; } }
  .main-nav .bar-dropdown > a.active {
    color: #000000; }

.main-nav .bar-dropdown .btn-showsub {
  display: flex;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(37% - 2px);
  right: -2px;
  z-index: 50;
  justify-content: center;
  align-items: center;
  color: #004c91; }
  @media (max-width: 991px) {
    .main-nav .bar-dropdown .btn-showsub {
      width: 40px;
      height: 40px;
      top: 0; } }

.main-nav .bar-dropdown:hover > a {
  color: #00396d; }
  .main-nav .bar-dropdown:hover > a:before {
    visibility: visible;
    opacity: 1;
    width: 100%;
    left: 0; }

.main-nav .bar-dropdown:hover .btn-showsub {
  color: #00396d; }

.main-nav .bar-dropdown.active {
  color: #00396d; }
  .main-nav .bar-dropdown.active > a {
    color: #00396d; }
    .main-nav .bar-dropdown.active > a:before {
      visibility: visible;
      opacity: 1;
      width: 100%;
      left: 0; }
      @media (max-width: 991px) {
        .main-nav .bar-dropdown.active > a:before {
          background: #004c91; } }

.d-iblock {
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 991px) {
    .d-iblock {
      display: block; } }

header {
  position: relative;
  z-index: 999; }
  @media (max-width: 991px) {
    header {
      border-bottom: 1px solid #f2f2f2; } }
  header.minimal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); }

@media (min-width: 992px) {
  .minimal .top-header, .minimal .main-header {
    height: 0;
    visibility: hidden;
    padding: 0;
    border: none; }
    .minimal .top-header > .container, .minimal .main-header > .container {
      position: relative;
      z-index: -1; }
  .minimal .main-header .header-logo {
    display: none; }
  .minimal .bottom-header {
    height: 47px;
    background: #ffffff; }
  .minimal .main-nav .bar-dropdown > a {
    height: 46px;
    line-height: 46px;
    padding: 0 19px; }
  .minimal .btn-icon {
    height: 47px;
    line-height: 47px; }
  .minimal .search-item {
    height: 47px;
    top: -1px; }
  .minimal .header-nav nav {
    height: 47px; }
  .minimal .search .searchinput {
    height: 47px;
    line-height: 47px; }
  .minimal .search .searchbutton {
    height: 47px;
    line-height: 47px; } }

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none; }

.btn-showmenu {
  display: none;
  width: 30px;
  height: 24px;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  top: 7px; }
  .btn-showmenu span {
    display: block;
    height: 2px;
    width: 100%;
    background: #ffffff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .btn-showmenu:before {
    content: "";
    display: block;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .btn-showmenu:after {
    content: "";
    display: block;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .btn-showmenu.active span {
    opacity: 0; }
  .btn-showmenu.active:before {
    -webkit-transform: translateY(-50%) rotateZ(45deg);
    -khtml-transform: translateY(-50%) rotateZ(45deg);
    -moz-transform: translateY(-50%) rotateZ(45deg);
    -ms-transform: translateY(-50%) rotateZ(45deg);
    -o-transform: translateY(-50%) rotateZ(45deg);
    transform: translateY(-50%) rotateZ(45deg);
    top: 50%; }
  .btn-showmenu.active:after {
    -webkit-transform: translateY(50%) rotateZ(-45deg);
    -khtml-transform: translateY(50%) rotateZ(-45deg);
    -moz-transform: translateY(50%) rotateZ(-45deg);
    -ms-transform: translateY(50%) rotateZ(-45deg);
    -o-transform: translateY(50%) rotateZ(-45deg);
    transform: translateY(50%) rotateZ(-45deg);
    bottom: 50%; }
  @media (max-width: 991px) {
    .btn-showmenu {
      display: block; } }

.header-content {
  background: #ffffff; }
  @media (min-width: 992px) {
    .header-content {
      position: relative; } }
  @media (max-width: 991px) {
    .header-content {
      position: fixed;
      top: 56px;
      bottom: 0;
      left: 0;
      width: 0;
      -webkit-transform: translateX(-100%);
      -khtml-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      z-index: -1;
      padding: 0;
      background: #ffffff;
      overflow-x: hidden;
      overflow-y: auto; } }
  .header-content.open {
    -webkit-transform: translate(0);
    -khtml-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    z-index: 1000; }
    @media (max-width: 991px) {
      .header-content.open {
        width: 320px; } }
    @media (max-width: 767px) {
      .header-content.open {
        width: 100%; } }

footer {
  color: #ffffff;
  background: linear-gradient(0deg, #004c91 0%, #0059ab 100%);
  padding: 30px 0; }
  footer h5 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: 1px;
    margin: 0 0 20px; }
  footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  footer .ft-logo img {
    max-height: 150px; }

.footer-nav ul li a {
  color: #e6e6e6;
  display: flext;
  margin-bottom: 5px; }
  .footer-nav ul li a .fas {
    margin-right: 7px;
    font-size: 0.5625rem; }
  .footer-nav ul li a:hover {
    color: #ffffff;
    letter-spacing: 0.5px; }

.footer-contact p {
  margin: 0 0 7px; }
  .footer-contact p a {
    color: #ffffff; }
    .footer-contact p a:hover {
      color: #d9d9d9;
      letter-spacing: 0.5px; }

.ft-socical a {
  display: inline-block;
  margin-right: 15px;
  color: #d9d9d9;
  font-size: 30px; }
  .ft-socical a:hover {
    color: #004c91; }

.banner.slick-dotted.slick-slider, .other-slide.slick-dotted.slick-slider {
  margin: 0 auto; }

.banner .slick-prev, .banner .slick-next, .other-slide .slick-prev, .other-slide .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  font-size: 0;
  color: #ffffff; }
  .banner .slick-prev:before, .banner .slick-next:before, .other-slide .slick-prev:before, .other-slide .slick-next:before {
    font-size: 1.5rem;
    padding: 2px 10px;
    background: #ffffff;
    color: #004c91;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .banner .slick-prev:hover:before, .banner .slick-next:hover:before, .other-slide .slick-prev:hover:before, .other-slide .slick-next:hover:before {
    color: #ffffff;
    background: #004c91; }

.banner .slick-prev, .other-slide .slick-prev {
  left: 50px; }
  @media (max-width: 991px) {
    .banner .slick-prev, .other-slide .slick-prev {
      left: 30px; } }
  @media (max-width: 767px) {
    .banner .slick-prev, .other-slide .slick-prev {
      left: 15px; } }

.banner .slick-next, .other-slide .slick-next {
  right: 50px; }
  @media (max-width: 991px) {
    .banner .slick-next, .other-slide .slick-next {
      right: 30px; } }
  @media (max-width: 767px) {
    .banner .slick-next, .other-slide .slick-next {
      right: 40px; } }

.banner .slick-dots, .other-slide .slick-dots {
  position: absolute;
  bottom: 25px;
  text-align: center; }
  @media (max-width: 767px) {
    .banner .slick-dots, .other-slide .slick-dots {
      padding: 5px 0;
      bottom: 0;
      display: none !important; } }
  .banner .slick-dots li, .other-slide .slick-dots li {
    display: inline-block;
    width: 40px;
    height: 6px;
    background: #ffffff;
    cursor: pointer; }
    @media (max-width: 991px) {
      .banner .slick-dots li, .other-slide .slick-dots li {
        width: 30px; } }
    .banner .slick-dots li + li, .other-slide .slick-dots li + li {
      margin-left: 10px; }
    .banner .slick-dots li button, .other-slide .slick-dots li button {
      display: none; }
    .banner .slick-dots li.slick-active, .other-slide .slick-dots li.slick-active {
      background: #004c91;
      border-color: #004c91; }

.other-slide .slick-prev {
  left: 5px; }

.other-slide .slick-next {
  right: 30px; }

.thuongmai .other-slide .slick-prev:before, .thuongmai .other-slide .slick-next:before {
  color: #0275d8; }

.thuongmai .other-slide .slick-prev:hover:before, .thuongmai .other-slide .slick-next:hover:before {
  color: #ffffff;
  background: #0275d8; }

.bg-gray {
  background: #ededed; }

.home-padding {
  padding: 40px 0; }
  @media (max-width: 991px) {
    .home-padding {
      padding: 30px 0; } }

.home-title h1, .home-title h2 {
  color: #004c91;
  font-size: 2.8125rem;
  margin: 0;
  line-height: 1.2; }
  @media (max-width: 991px) {
    .home-title h1, .home-title h2 {
      font-size: 1.375rem; } }
  .home-title h1::after, .home-title h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #004c91;
    margin: 20px 0; }

.home-title.white h1, .home-title.white h2 {
  color: #ffffff;
  font-size: 1.875rem; }
  .home-title.white h1::after, .home-title.white h2::after {
    background-color: #ffffff;
    margin: 20px auto; }

.home-title.blue h1::after, .home-title.blue h2::after {
  background-color: #3094BB;
  margin: 20px auto 40px; }

.home-title.text-center h1::after, .home-title.text-center h2::after {
  margin: 20px auto 40px; }

.title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #004c91;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .title {
      font-size: 1.25rem; } }

@media (min-width: 1200px) {
  .cus {
    width: 60%;
    margin: 0 auto 30px;
    font-size: 1.125rem; } }

.home-quote {
  background: #eff9fe;
  font-size: 1.625rem;
  font-weight: 700;
  color: #004c91;
  padding: 20px 0; }
  @media (max-width: 991px) {
    .home-quote {
      font-size: 1.25rem; } }
  .home-quote .icon {
    font-size: 3.125rem; }
    @media (max-width: 991px) {
      .home-quote .icon {
        font-size: 1.875rem; } }

.home-welcome, .home-partner, .home-achievements, .home-experience {
  font-size: 1.125rem; }

main img {
  border-radius: 10px; }

.home-partner {
  padding: 20px;
  background: #333333; }
  .home-partner .home-partner-wrap {
    justify-content: space-around; }
  .home-partner .home-partner-item {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 150px; }
    .home-partner .home-partner-item img {
      max-height: 90px; }

.parent {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 8px; }
  @media (max-width: 991px) {
    .parent {
      grid-template-columns: repeat(2, 1fr); } }
  .parent.home-corevalue {
    gap: 20px; }

.home-achievements {
  background: #005490;
  background-size: cover;
  color: #ffffff; }
  @media (min-width: 1200px) {
    .home-achievements {
      padding: 70px 0; } }

.home-achievements-items {
  position: relative;
  font-size: 1.25rem; }
  .home-achievements-items .h-a-i-bg {
    background: #0094bc;
    width: 100%;
    min-height: 250px;
    border-radius: 10px;
    text-align: center; }
    .home-achievements-items .h-a-i-bg .items {
      height: 100%;
      width: 100%;
      backface-visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      transition: transform .5s ease-in-out;
      transform-style: preserve-3d;
      background-size: cover;
      background-position: center;
      align-items: center;
      color: #ffffff;
      padding: 20px; }
      .home-achievements-items .h-a-i-bg .items span {
        font-size: 2.5rem;
        font-weight: 700; }
        @media (max-width: 991px) {
          .home-achievements-items .h-a-i-bg .items span {
            font-size: 1.875rem; } }
  .home-achievements-items .h-a-i-content {
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform .5s ease-in-out;
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    transform: rotateY(180deg);
    align-items: center;
    padding: 20px;
    font-size: 1rem; }
  .home-achievements-items:hover .h-a-i-bg .items {
    transform: rotateY(-180deg); }
  .home-achievements-items:hover .h-a-i-content {
    transform: rotateY(0deg);
    background-color: #ebebeb;
    color: #004c91; }

.home-experience, .home-news {
  background: #eff9fe; }
  .home-experience .home-experience-content, .home-news .home-experience-content {
    font-weight: 500; }

.home-corevalue-items {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fafafa; }
  .home-corevalue-items .bg {
    padding: 15px; }
    .home-corevalue-items .bg h4 {
      color: #004c91;
      font-size: 1.125rem;
      font-weight: 700;
      margin-bottom: 15px; }
  .home-corevalue-items .img img {
    border-radius: 10px 10px 0 0; }

.breadcrumb-wrap {
  background: whitesmoke;
  padding: 10px 0;
  box-shadow: 2px 8px 18px -19px rgba(0, 0, 0, 0.6) inset;
  margin: 0 0 30px; }
  @media (max-width: 991px) {
    .breadcrumb-wrap {
      padding: 10px 0;
      margin: 0 0 15px; } }

.breadcrumb {
  margin: 0;
  padding: 0;
  display: none; }
  .breadcrumb li {
    list-style: none; }
    .breadcrumb li a {
      color: #999999;
      font-size: 0.8125rem; }
      .breadcrumb li a:hover, .breadcrumb li a.active {
        color: #004c91; }
    .breadcrumb li:after {
      content: '/';
      margin: 0 5px; }
    .breadcrumb li:last-child:after {
      content: ''; }

.breadcrumb-content {
  background: #004c91 url("../imgs/breadcrumb_bg.png") no-repeat center center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  padding: 50px 0; }
  @media (max-width: 991px) {
    .breadcrumb-content {
      padding: 30px 0; } }
  .breadcrumb-content h1 {
    font-weight: 700;
    font-size: 2.1875rem;
    margin: 0;
    padding: 0; }
    @media (max-width: 991px) {
      .breadcrumb-content h1 {
        font-size: 1.375rem; } }

.album {
  border: 1px solid rgba(0, 76, 145, 0.3);
  padding: 10px;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 10px; }
  .album img {
    display: flex;
    height: 290px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px; }
    @media (max-width: 767px) {
      .album img {
        height: 130px; } }
  .album:hover {
    border-color: #004c91; }

.about {
  font-size: 1.125rem; }
  .about .home-title h2 {
    font-size: 1.375rem; }
    .about .home-title h2::after {
      margin: 10px 0 20px; }

.lichsu_item .year {
  margin: 0 0 0 40px; }

@media (min-width: 1200px) {
  .lichsu-wrap {
    margin: 0 auto; } }

.lichsu_item .year, .lichsu_item h4 {
  font-size: 1.5rem;
  color: #004c91;
  font-weight: 500; }

.lichsu_item .year {
  display: block;
  font-weight: 700; }
  @media (min-width: 1200px) {
    .lichsu_item .year {
      font-size: 1.875rem;
      display: inline-block;
      padding: 0px 20px;
      color: #004c91;
      margin: 0 0 0 40px; } }

.lichsu_item .lichsu-year {
  position: relative; }
  .lichsu_item .lichsu-year::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #cccccc;
    position: absolute;
    left: 3px;
    top: 12px;
    z-index: 2; }
  .lichsu_item .lichsu-year::after {
    content: '';
    width: 1px;
    height: 104%;
    position: absolute;
    left: 11px;
    top: 25px;
    z-index: 1;
    border-left: 2px solid #cccccc; }
  .lichsu_item .lichsu-year.last::after {
    display: none; }

.lichsu_item .lichsu-content {
  margin: 0 0 10px;
  padding: 10px 0 0 50px;
  position: relative; }
  .lichsu_item .lichsu-content::before {
    content: '';
    display: block;
    height: 102%;
    position: absolute;
    left: 11px;
    top: 26px;
    border-left: 2px solid #cccccc;
    z-index: 2; }
  .lichsu_item .lichsu-content .content {
    border: 2px solid #cccccc;
    border-radius: 15px;
    padding: 15px 15px 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 15px;
    background: #ffffff;
    box-shadow: 9px 8px 18px 1px #eee; }
    .lichsu_item .lichsu-content .content img {
      margin: 20px auto 10px;
      display: block;
      width: 70%; }
  .lichsu_item .lichsu-content h4 {
    margin: 0 0 10px 15px; }
  .lichsu_item .lichsu-content p {
    margin: 0 0 3px;
    color: #000000; }
  .lichsu_item .lichsu-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .lichsu_item .lichsu-content ul li {
      position: relative;
      padding-left: 18px; }
      .lichsu_item .lichsu-content ul li::before {
        font-family: 'Font Awesome 5 Brands';
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        position: absolute;
        top: 6px;
        left: 0;
        color: #004c91;
        font-size: 0.8125rem;
        content: "\f837"; }
  .lichsu_item .lichsu-content.active .content {
    height: auto; }

@media (min-width: 1200px) {
  .lichsu_item:nth-child(2n + 2) .lichsu-year {
    text-align: right; }
    .lichsu_item:nth-child(2n + 2) .lichsu-year::before {
      left: auto;
      right: -52px; }
    .lichsu_item:nth-child(2n + 2) .lichsu-year::after {
      left: auto;
      right: -42px; }
    .lichsu_item:nth-child(2n + 2) .lichsu-year .year {
      margin: 0;
        margin-right: -10px; }
  .lichsu_item:nth-child(2n + 2) .lichsu-content::before {
    left: auto;
    right: -42px; }
  .lichsu_item:nth-child(2n + 2) .btn_wrap {
    text-align: right; } }

@media (min-width: 1200px) {
  .news_item .img img {
    display: flex;
    height: 290px;
    object-fit: cover; } }

.news_item .title h3 {
  font-size: 1rem;
  margin: 0;
  font-weight: 700;
  font-family: 'Oswald', sans-serif; }
  .news_item .title h3 a {
    color: #000000; }
    .news_item .title h3 a:hover {
      color: #004c91; }

.news_item .des {
  font-size: 0.9375rem; }

.tintuc_chitiet .home-title h1, .tintuc_chitiet .home-title h2 {
  font-size: 1.875rem; }

.tintuc_chitiet .news_images img {
  width: 100%;
  height: auto;
  border-radius: 10px; }
  @media (min-width: 1200px) {
    .tintuc_chitiet .news_images img {
      display: flex;
      height: 260px;
      object-fit: cover; } }

.tinkhac h3 {
  font-size: 1.25rem;
  color: #004c91;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 15px; }

.tinkhac ul {
  margin: 0;
  padding: 0 0 0 15px; }
  .tinkhac ul li {
    margin: 0 0 7px; }
    .tinkhac ul li a {
      color: #000000; }
      .tinkhac ul li a time {
        display: inline-block;
        margin: 0 0 0 7px;
        color: #999999; }
      .tinkhac ul li a:hover {
        color: #004c91; }

.contact-wrap .form-wrap .form-group {
  margin: 0 0 20px; }
  .contact-wrap .form-wrap .form-group label {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    font-weight: 600; }
    .contact-wrap .form-wrap .form-group label span {
      color: #ff0000;
      margin-left: 5px; }
  .contact-wrap .form-wrap .form-group .fas.fa-exclamation-triangle {
    top: 15px;
    right: 30px; }
  .contact-wrap .form-wrap .form-group input, .contact-wrap .form-wrap .form-group textarea {
    width: 100%;
    padding: 10px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ffffff;
    background: #ededed;
    border-radius: 7px; }
    .contact-wrap .form-wrap .form-group input:hover, .contact-wrap .form-wrap .form-group input:focus, .contact-wrap .form-wrap .form-group textarea:hover, .contact-wrap .form-wrap .form-group textarea:focus {
      border-color: #004c91;
      background: #f7f7f7; }
  .contact-wrap .form-wrap .form-group textarea {
    min-height: 170px;
    padding: 15px; }
  .contact-wrap .form-wrap .form-group .capcha img {
    margin: 0 10px; }
  .contact-wrap .form-wrap .form-group .capcha a {
    white-space: nowrap;
    font-size: 0.75rem;
    color: #000000; }
    .contact-wrap .form-wrap .form-group .capcha a:hover {
      color: #004c91; }
  .contact-wrap .form-wrap .form-group .capcha .RadCaptcha.RadCaptcha_Default span {
    position: absolute;
    bottom: 0;
    left: 20px;
    color: red;
    font-size: 0.75rem; }
  .contact-wrap .form-wrap .form-group .capcha .RadCaptcha.RadCaptcha_Default #ctl00_mainContent_ctl02_captcha_SpamProtectorPanel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .contact-wrap .form-wrap .form-group .capcha .RadCaptcha.RadCaptcha_Default #ctl00_mainContent_ctl02_captcha_SpamProtectorPanel #ctl00_mainContent_ctl02_captcha_ctl01 {
      width: 60%;
      display: flex;
      align-items: center;
      order: 2;
      flex-wrap: wrap; }
      .contact-wrap .form-wrap .form-group .capcha .RadCaptcha.RadCaptcha_Default #ctl00_mainContent_ctl02_captcha_SpamProtectorPanel #ctl00_mainContent_ctl02_captcha_ctl01 a {
        margin: 10px 15px 0; }
    .contact-wrap .form-wrap .form-group .capcha .RadCaptcha.RadCaptcha_Default #ctl00_mainContent_ctl02_captcha_SpamProtectorPanel p {
      margin: 0;
      width: 40%; }
  .contact-wrap .form-wrap .form-group .frm-btn input {
    padding: 7px 25px;
    background: #004c91;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 25px; }
    .contact-wrap .form-wrap .form-group .frm-btn input:hover {
      background: #004c91; }
  .contact-wrap .form-wrap .form-group.frm-btnwrap {
    margin: 0; }

.contact-info address h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #004c91;
  margin: 0 0 10px; }

.contact-info address table tr td {
  padding: 15px 5px;
  vertical-align: top; }
  .contact-info address table tr td .fas, .contact-info address table tr td .far, .contact-info address table tr td .fa {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #004c91;
    border-radius: 50%;
    font-size: 0.875rem; }
  .contact-info address table tr td h4 {
    font-weight: 700;
    margin: 0 0 7px;
    color: #000000;
    font-size: 1rem; }
  .contact-info address table tr td p {
    margin: 0; }
    .contact-info address table tr td p span {
      display: block;
      width: 100%;
      margin: 0 0 5px; }
  .contact-info address table tr td a {
    color: #333333; }
    .contact-info address table tr td a:hover {
      color: #004c91; }

/*# sourceMappingURL=style.css.map */
