/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,600&family=Oswald:wght@300;400;500;600;700&display=swap");
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; }
  
/*hoipro*/
.tongquan-content{
	width:100%;
}
#pdf_content{
	width:100%;
	height:auto;
}
#pdf_content iframe{
	width:100%;
	height:auto;
}

@media (max-width: 767px) {
	#pdf_content{
	height:600px !important;
	}
}
@media (min-width: 768px) {
	.ndcat table td{
		font-size:16px;
		font-weight:bold
	}
	.home-project-list-item{
		text-align: center;
  padding-bottom: 40px;
	}
	
	#pdf_content{
	height:900px !important;
	}
}

.row.flex.flex-wrap.tintuc-danhsach-item {
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  margin-top: 20px;
}
.home-news-1-wrap{
font-size: 16px;
line-height: 36px;
}
.title-n{
	font-weight:bold;
	text-align:center;
}
.title-n a{
	font-weight:bold;
	text-align:center;
	color:#666;
}
/*hoipro end*/  

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

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

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

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

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

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

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

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  margin: 0 auto;
  color: #333333;
  min-height: 100%;
  height: 100%; }
  body .fullpage {
    overflow-x: hidden; }
  body.homepage {
    padding: 0; }

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

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

@media (min-width: 992px) {
  .container {
    width: 1170px; } }

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

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

.mrb20 {
  margin-bottom: 20px; }

.mrb15 {
  margin-bottom: 15px; }

.up {
  color: #24184a;
  right: 20px;
  bottom: 40px;
  -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: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 900; }
  .up.active {
    opacity: .7; }
  .up:hover {
    color: #0a73ba; }

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

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

@media (min-width: 768px) {
  .order-md-2 {
    order: 2; } }

.padding-page {
  padding: 35px 0; }
  @media (max-width: 767px) {
    .padding-page {
      padding: 20px 0; } }

/* Safari 10.1+ */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .row:after {
      display: none; } } }

/*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*/
.form-group, .subscribefrm {
  position: relative; }
  .form-group .fas.fa-exclamation-triangle, .subscribefrm .fas.fa-exclamation-triangle {
    position: absolute;
    top: 15px;
    color: #ff0000;
    font-size: 0.75rem; }

.subscribe .subscribefrm {
  position: relative;
  height: 45px; }
  @media (max-width: 767px) {
    .subscribe .subscribefrm {
      height: 30px; } }
  .subscribe .subscribefrm .fas.fa-exclamation-triangle {
    right: 120px; }
    @media (max-width: 767px) {
      .subscribe .subscribefrm .fas.fa-exclamation-triangle {
        top: 9px;
        right: 100px; } }

.subscribe .subscribeemail {
  width: 100%;
  background: #ffffff;
  border: 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;
  height: 45px;
  padding: 7px 15px;
  border-radius: 25px; }
  @media (max-width: 767px) {
    .subscribe .subscribeemail {
      height: 30px;
      padding: 4px 15px; } }
  .subscribe .subscribeemail:hover {
    background: #e6e6e6; }

.subscribe .subscribebutton {
  position: absolute;
  right: -1px;
  top: 0;
  background: #24184a;
  color: #ffffff;
  height: 45px;
  padding: 7px 25px;
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .subscribe .subscribebutton {
      height: 30px;
      padding: 3px 15px; } }
  .subscribe .subscribebutton:hover {
    background: #0a73ba; }

.newsletter {
  padding: 30px 0;
  background: url(../images/newsletter-bg.png) no-repeat center #447d2a;
  color: #ffffff; }
  @media (max-width: 767px) {
    .newsletter {
      padding: 15px 0; } }
  .newsletter .partner-title {
    padding: 0 0 0 95px;
    font-size: 0.875rem;
    position: relative; }
    @media (max-width: 1199px) {
      .newsletter .partner-title {
        margin: 0 0 20px; } }
    @media (max-width: 767px) {
      .newsletter .partner-title {
        padding: 0 0 0 65px; } }
    .newsletter .partner-title::before {
      background: url(../images/newsletter-icon.png) no-repeat left top;
      width: 70px;
      height: 50px;
      position: absolute;
      left: 0;
      top: 10px;
      display: block;
      content: ''; }
      @media (max-width: 767px) {
        .newsletter .partner-title::before {
          background-size: 70%; } }
    .newsletter .partner-title h4 {
      font-weight: 600;
      font-size: 1.5rem;
      margin: 0 0 7px; }
      @media (max-width: 767px) {
        .newsletter .partner-title h4 {
          font-size: 1.125rem; } }
    .newsletter .partner-title p {
      margin: 0; }

.alert-success {
  border: 2px solid #24184a;
  padding: 20px;
  font-size: 1.25rem;
  text-align: center;
  display: block;
  color: #24184a;
  border-radius: 15px; }

ul.pagination {
  margin: 30px 0 10px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center; }
  @media (max-width: 991px) {
    ul.pagination {
      flex-wrap: wrap; } }
  ul.pagination li {
    margin: 0 5px 5px; }
    ul.pagination li a, ul.pagination li span {
      color: #000000;
      padding: 5px 15px;
      display: block;
      background: #e6e6e6; }
      ul.pagination li a.SelectedPage, ul.pagination li a:hover, ul.pagination li span.SelectedPage, ul.pagination li span:hover {
        background: #24184a;
        color: #ffffff; }

.searchresults .altcontent1 {
  display: none; }

.searchresults main {
  position: relative; }
  .searchresults main .search-page {
    padding: 10px 0; }
    @media (min-width: 992px) {
      .searchresults main .search-page {
        padding: 150px 0 20px; } }
    .searchresults main .search-page .search-page-top {
      margin: 0 0 20px; }
      .searchresults main .search-page .search-page-top .searchcontrols .form-inline {
        display: flex;
        margin-top: 10px; }
        .searchresults main .search-page .search-page-top .searchcontrols .form-inline .form-group .form-control {
          padding: 7px 15px; }
        .searchresults main .search-page .search-page-top .searchcontrols .form-inline .form-group .seachpage-btn {
          display: inline-block;
          background: #24184a;
          color: #ffffff;
          padding: 9px 20px;
          border: none;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -ms-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s; }
          .searchresults main .search-page .search-page-top .searchcontrols .form-inline .form-group .seachpage-btn:hover {
            background: #1da353;
            color: #000000; }
    .searchresults main .search-page .searchresult div {
      margin: 0 0 15px; }
      .searchresults main .search-page .searchresult div h3 a {
        color: #000000; }
        .searchresults main .search-page .searchresult div h3 a:hover {
          color: #24184a; }

.cmsadminpanel ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.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;
    opacity: 0; }
    @media (min-width: 992px) {
      .bar-dropdown .is-dropdown {
        will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        min-width: 290px;
        -webkit-transform: translateY(11%);
        transform: translateY(11%);
        position: absolute;
        padding: 15px;
        background: #ffffff; }
        .bar-dropdown .is-dropdown::before, .bar-dropdown .is-dropdown::after {
          bottom: 100%;
          left: 30px;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          -webkit-transform: scale(-1, -1);
          -khtml-transform: scale(-1, -1);
          -moz-transform: scale(-1, -1);
          -ms-transform: scale(-1, -1);
          -o-transform: scale(-1, -1);
          transform: scale(-1, -1);
          -webkit-transition: all 0.6s;
          -moz-transition: all 0.6s;
          -ms-transition: all 0.6s;
          -o-transition: all 0.6s;
          transition: all 0.6s; }
        .bar-dropdown .is-dropdown::before {
          border-color: rgba(136, 183, 213, 0);
          border-bottom-color: #ffffff;
          border-width: 5px;
          margin-left: 0px; }
        .bar-dropdown .is-dropdown::after {
          border-color: rgba(194, 225, 245, 0);
          border-bottom-color: #ffffff;
          border-width: 10px;
          margin-left: -5px; } }
    @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: #000000;
      -webkit-transition: all 0s;
      -moz-transition: all 0s;
      -ms-transition: all 0s;
      -o-transition: all 0s;
      transition: all 0s;
      font-size: 0.9375rem;
      white-space: nowrap;
      text-align: left;
      padding: 10px 5px;
      border-bottom: 1px solid #ededed; }
      .bar-dropdown .is-dropdown a .fa-long-arrow-alt-right {
        font-size: 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;
        color: #ffffff; }
      @media (max-width: 991px) {
        .bar-dropdown .is-dropdown a {
          padding: 10px 20px;
          margin: 0; } }
      .bar-dropdown .is-dropdown a:hover, .bar-dropdown .is-dropdown a.active {
        color: #ffffff;
        background: #00a651;
        background: linear-gradient(270deg, #27295a 0%, #1e62a1 35%, #00a651 100%); }
        .bar-dropdown .is-dropdown a:hover .fa-long-arrow-alt-right, .bar-dropdown .is-dropdown a.active .fa-long-arrow-alt-right {
          font-size: 0.875rem;
          margin: 0 3px 0 10px; }
    .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:nth-last-child(2) .is-dropdown {
    left: auto;
    right: 0; }
    @media (min-width: 992px) {
      .bar-dropdown:nth-last-child(2) .is-dropdown::before, .bar-dropdown:nth-last-child(2) .is-dropdown::after {
        left: auto;
        right: 30px; } }
  .bar-dropdown:hover .is-dropdown {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    z-index: 10;
    opacity: 1; }
    @media (min-width: 992px) {
      .bar-dropdown:hover .is-dropdown::before, .bar-dropdown:hover .is-dropdown::after {
        -webkit-transform: scale(1, 1);
        -khtml-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1); } }
  @media (max-width: 991px) {
    .bar-dropdown.active .is-dropdown {
      height: auto;
      visibility: visible;
      opacity: 1; } }

.btn-showsub-level-3 {
  display: flex;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(34% - 4px);
  right: 0;
  z-index: 50;
  justify-content: center;
  align-items: center;
  color: #24184a; }
  @media (max-width: 991px) {
    .btn-showsub-level-3 {
      width: 40px;
      height: 40px;
      top: 0; } }

.bar-dropdown-level-3 {
  cursor: pointer;
  position: relative; }
  @media (max-width: 991px) {
    .bar-dropdown-level-3 {
      display: block;
      vertical-align: middle;
      width: 100%; } }
  .bar-dropdown-level-3 .is-dropdown-level-3 {
    font-weight: 400;
    line-height: 1.2;
    top: 0;
    display: none;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    position: absolute;
    text-align: left;
    padding: 15px; }
    .bar-dropdown-level-3 .is-dropdown-level-3 > a {
      color: #333333;
      padding: 10px 0;
      font-size: 0.9375rem;
      text-decoration: none;
      display: flex;
      align-items: center; }
      .bar-dropdown-level-3 .is-dropdown-level-3 > a .fas {
        font-size: 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;
        color: #ffffff; }
        @media (max-width: 991px) {
          .bar-dropdown-level-3 .is-dropdown-level-3 > a .fas {
            font-size: 0.875rem;
            margin: 0 7px 0 10px;
            color: #24184a; } }
      .bar-dropdown-level-3 .is-dropdown-level-3 > a:hover .fas {
        margin: 0 7px 0 10px; }
      .bar-dropdown-level-3 .is-dropdown-level-3 > a.active, .bar-dropdown-level-3 .is-dropdown-level-3 > a:hover {
        color: #ffffff;
        background: #24184a;
        background: linear-gradient(270deg, #24184a 0%, #3a9a48 35%, #6ab74f 100%); }
    @media (min-width: 992px) {
      .bar-dropdown-level-3 .is-dropdown-level-3 {
        width: 260px;
        left: 100%; } }
    @media (max-width: 991px) {
      .bar-dropdown-level-3 .is-dropdown-level-3 {
        position: relative;
        width: 100%;
        height: 0;
        overflow: hidden;
        background-color: #e6e6e6; } }
  .bar-dropdown-level-3.open .is-dropdown-level-3 {
    display: block;
    z-index: 999; }
    @media (max-width: 991px) {
      .bar-dropdown-level-3.open .is-dropdown-level-3 {
        height: auto;
        padding-left: 17px;
        box-shadow: none; } }
  @media (min-width: 992px) {
    .bar-dropdown-level-3:hover .is-dropdown-level-3 {
      display: block; }
    .bar-dropdown-level-3:hover .btn-showsub-level-3 {
      color: #ffffff; } }
  @media (max-width: 991px) {
    .bar-dropdown-level-3.active .is-dropdown-level-3 {
      height: auto;
      visibility: visible; } }
  @media (min-width: 992px) {
    .bar-dropdown-level-3.active .btn-showsub-level-3 {
      color: #ffffff; } }
  .bar-dropdown-level-3.active > a, .bar-dropdown-level-3.open > a, .bar-dropdown-level-3:hover > a {
    color: #ffffff;
    background: #24184a;
    background: linear-gradient(270deg, #24184a 0%, #3a9a48 35%, #6ab74f 100%); }
    .bar-dropdown-level-3.active > a .fa-long-arrow-alt-right, .bar-dropdown-level-3.open > a .fa-long-arrow-alt-right, .bar-dropdown-level-3:hover > a .fa-long-arrow-alt-right {
      font-size: 0.875rem;
      margin: 0 3px 0 10px; }

.search-wrap {
  -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: relative;
  width: 100%;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.2); }
  @media (min-width: 992px) {
    .search-wrap {
      width: 170px; } }
  @media (max-width: 991px) {
    .search-wrap {
      margin-top: 15px; } }

.searchbox {
  position: relative; }
  @media (min-width: 992px) {
    .searchbox {
      margin: 0; } }
  .searchbox input {
    width: 100%;
    border: none;
    padding: 7px 10px;
    font-size: 0.8125rem;
    -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;
    background: none; }
    @media (min-width: 992px) {
      .searchbox input {
        border-radius: 25px;
        height: 24px;
        line-height: 24px;
        padding: 5px 10px; } }
    .searchbox input:hover, .searchbox input:focus {
      color: #ffffff; }
  .searchbox button {
    position: absolute;
    top: 5px;
    right: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    font-size: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: background-color .2s ease;
    cursor: pointer; }
    @media (max-width: 991px) {
      .searchbox button {
        top: 9px; } }
    .searchbox button::after {
      font-family: "Font Awesome 5 Free";
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      content: '\f002';
      font-size: 0.875rem;
      font-weight: 900; }
    .searchbox button:hover {
      color: #ffffff; }

.btn-icon {
  display: flex;
  padding: 7px 15px;
  align-items: center;
  position: relative;
  z-index: 101;
  color: #ffffff;
  border-radius: 15px;
  border: 1px solid #ffffff;
  -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;
  width: 45px; }
  .btn-icon:hover {
    background: #24184a;
    background: linear-gradient(270deg, #24184a 0%, #3a9a48 35%, #6ab74f 100%);
    border: 1px solid transparent; }
  .btn-icon.close {
    background: #24184a;
    background: linear-gradient(270deg, #24184a 0%, #3a9a48 35%, #6ab74f 100%);
    border: 1px none; }
    .btn-icon.close .fas {
      font-family: inherit; }
      .btn-icon.close .fas:before {
        content: "X"; }

.top-header {
  background: #00a651;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 0.8125rem;
  color: #eff9ff; }
  @media (max-width: 991px) {
    .top-header {
      padding: 7px 0; } }
  .top-header a {
    color: #dcf0fd; }
    .top-header a span {
      color: #dcf0fd;
      margin-left: 7px; }
    .top-header a:hover {
      color: #ffffff; }

.header-nav nav {
  display: flex;
  align-items: center;
  justify-content: center; }
  .header-nav nav a {
    color: #666666;
    font-size: 0.875rem; }
    .header-nav nav a.active, .header-nav nav a:hover {
      color: #24184a; }

@media (min-width: 992px) {
  .language {
    margin: 32px 15px; } }

@media (max-width: 991px) {
  .language {
    margin: 0 0 0 12px; } }

.main-header {
  background: rgba(255, 255, 255, 0.88);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  @media (max-width: 991px) {
    .main-header {
      padding: 10px 0; } }

.header-extras .content {
  margin-right: 20px;
  height: 42px;
  display: flex;
  align-items: center;
  position: relative; }
  @media (min-width: 992px) {
    .header-extras .content {
      padding-right: 20px; } }
  .header-extras .content::before, .header-extras .content::after {
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    top: 24%;
    right: 0; }
    @media (max-width: 991px) {
      .header-extras .content::before, .header-extras .content::after {
        top: 17%; } }
  .header-extras .content::before {
    background: #24184a; }
  .header-extras .content::after {
    background: #41aa6e;
    right: -1px; }
  .header-extras .content:last-child {
    border: none;
    padding-right: 0;
    margin-right: 0; }
    .header-extras .content:last-child::before, .header-extras .content:last-child::after {
      display: none; }
  .header-extras .content[href^="tel:"] {
    cursor: text; }
  .header-extras .content .far, .header-extras .content .fas {
    margin-right: 7px;
    color: #dcf0fd; }
  @media (max-width: 767px) {
    .header-extras .content {
      height: 30px;
      font-size: 0;
      color: #dcf0fd; }
      .header-extras .content .far, .header-extras .content .fas {
        font-size: 1rem; } }
  .header-extras .content:hover {
    color: #ffffff; }
    .header-extras .content:hover[href^="mailto:"] {
      color: #ffffff; }

@media (min-width: 992px) {
  .header-socical {
    margin-right: 20px; } }

.header-socical a {
  display: flex;
  margin: 0 7px;
  color: #ffffff;
  font-size: 0.75rem;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%; }
  .header-socical a:hover {
    color: #24184a;
    background: #ffffff; }

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

@media (min-width: 992px) {
  .header-logo {
    padding: 10px 0; } }

.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: 155px; }
    @media (max-width: 991px) {
      .sitelogo a img {
        max-width: 155px; } }

@media (min-width: 992px) {
  .main-nav .bar-dropdown {
    padding: 25px 0; } }

.main-nav .bar-dropdown > a {
  color: #424d54;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  display: block;
  text-transform: uppercase; }
  @media (max-width: 1199px) {
    .main-nav .bar-dropdown > a {
      font-size: 0.75rem;
      padding: 9px 3px; } }
  @media (max-width: 991px) {
    .main-nav .bar-dropdown > a {
      padding: 9px 15px;
      font-size: 0.9375rem;
      color: #ffffff; } }
  @media (min-width: 992px) {
    .main-nav .bar-dropdown > a {
      padding: 7px 20px; }
      .main-nav .bar-dropdown > a::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #00a651;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; } }
  .main-nav .bar-dropdown > a.active {
    color: #00a651; }

.main-nav .bar-dropdown .btn-showsub {
  display: flex;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(34% - 2px);
  right: -5px;
  z-index: 50;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transition: all 0.3s; }
  @media (min-width: 992px) {
    .main-nav .bar-dropdown .btn-showsub {
      display: none; } }
  @media (max-width: 991px) {
    .main-nav .bar-dropdown .btn-showsub {
      width: 40px;
      height: 40px;
      top: 0; } }

.main-nav .bar-dropdown:hover > a {
  color: #00a651; }
  .main-nav .bar-dropdown:hover > a::after {
    width: 100%; }

.main-nav .bar-dropdown:hover .btn-showsub {
  color: #00a651; }

.main-nav .bar-dropdown.active {
  color: #00a651; }
  .main-nav .bar-dropdown.active > a {
    color: #00a651; }
    @media (max-width: 991px) {
      .main-nav .bar-dropdown.active > a {
        background: #144c02;
        color: #ffffff; } }
    .main-nav .bar-dropdown.active > a::after {
      width: 100%; }

.main-nav .bar-dropdown:first-child > a {
  padding: 7px 15px; }

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

@media (min-width: 992px) {
  .minimal .top-header {
    height: 0;
    visibility: hidden;
    padding: 0;
    border: none; }
    .minimal .top-header > .container {
      display: none; }
  .minimal .main-header {
    background: rgba(255,255,255,0.8); }
  .minimal .main-nav .bar-dropdown > a {
    color: #000; }
  .minimal .main-nav .bar-dropdown.active > a:after, .minimal .main-nav .bar-dropdown:hover > a:after {
    background: #ffffff; } }

.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: 21px; }
  .btn-showmenu span {
    display: block;
    height: 2px;
    width: 100%;
    background: #24184a;
    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: #24184a;
    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: #24184a;
    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; } }

@media (min-width: 992px) {
  .header-content {
    margin-right: -15px; } }

@media (max-width: 991px) {
  .header-content {
    position: fixed;
    top: 141px;
    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: rgba(13, 42, 4, 0.9);
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid #ffffff; } }

@media (max-width: 767px) {
  .header-content {
    top: 129px; } }

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

@media (max-width: 991px) {
  .hotline a {
    color: #ffffff;
    position: fixed;
    left: 15px;
    bottom: 90px;
    background: #24184a;
    padding: 10px;
    z-index: 9;
    border-radius: 50%;
    font-size: 1.75rem;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    text-shadow: none;
    -webkit-animation-name: phone-ring;
    animation-name: phone-ring;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
    .hotline a span {
      display: none; }
    .hotline a .fas {
      font-size: 1.875rem; }
    .hotline a:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background: #24184a;
      opacity: 0.5;
      border-radius: 50px;
      height: 50px;
      width: 50px;
      -webkit-transform: scale3d(1.2, 1.2, 1.2);
      -khtml-transform: scale3d(1.2, 1.2, 1.2);
      -moz-transform: scale3d(1.2, 1.2, 1.2);
      -ms-transform: scale3d(1.2, 1.2, 1.2);
      -o-transform: scale3d(1.2, 1.2, 1.2);
      transform: scale3d(1.2, 1.2, 1.2);
      -webkit-animation-name: hotline-animate;
      animation-name: hotline-animate;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; } }

header {
  z-index: 999;
  position: relative;
  top: 0;
  left: 0;
  width: 100%; }
  @media (min-width: 992px) {
    header {
      position: fixed; } }
  header.minimal {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); }
    @media (max-width: 1199px) {
      header.minimal {
        position: fixed; }
        header.minimal .top-header {
          height: 0;
          visibility: hidden;
          padding: 0;
          border: none; }
          header.minimal .top-header > .container {
            display: none; }
        header.minimal .main-header {
          background: #ffffff; } }
    @media (max-width: 991px) {
      header.minimal .header-content {
        top: 85px; } }

footer {
  font-size: 0.8125rem;
  color: #ffffff;
  background: url(../images/footer-bg.png);
  background-size: cover; }
  footer h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    margin: 0 0 7px; }
    footer h5 a {
      color: #dcf0fd;
      display: block;
      margin: 0 0 10px; }
      footer h5 a:hover {
        text-decoration: underline;
        color: #24184a; }
  footer ul {
    margin: 0 0 15px;
    padding: 0;
    list-style: none; }

.footer-top {
  padding: 50px 0 0; }
  @media (max-width: 991px) {
    .footer-top {
      padding: 20px 0 0; } }
  @media (min-width: 992px) {
    .footer-top .col-md-7.col-lg-8 {
      margin-top: 20px; } }

.footer-nav ul li a {
  color: #ffffff;
  display: flex;
  margin-bottom: 5px; }
  .footer-nav ul li a .fas, .footer-nav ul li a .far, .footer-nav ul li a .fa {
    margin-right: 7px;
    font-size: 0.5625rem; }
  .footer-nav ul li a:hover {
    color: #dcf0fd; }

.footer-address table tr td {
  padding: 3px 8px;
  color: #ffffff;
  line-height: 1.3;
  font-size: 0.9375rem; }
  .footer-address table tr td .fas, .footer-address table tr td .far, .footer-address table tr td .fa {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dcf0fd; }
  .footer-address table tr td:firth-child {
    white-space: nowrap; }
  .footer-address table tr td a {
    color: #ffffff; }
    .footer-address table tr td a:hover {
      color: #dcf0fd; }

.footer-address-socical ul {
  margin: 0; }
  .footer-address-socical ul li {
    margin: 0 7px 7px 0; }
    .footer-address-socical ul li a {
      display: flex;
      width: 22px;
      height: 22px;
      align-items: center;
      justify-content: center;
      color: #24184a;
      border-radius: 50%;
      font-size: 0.625rem;
      background: #ffffff; }
      .footer-address-socical ul li a:hover {
        background: #24184a;
        color: #ffffff; }

.footer-bottom {
  padding: 15px 0;
  border-top: 1px solid #e8e8e8;
  font-size: 0.875rem; }
  @media (max-width: 767px) {
    .footer-bottom {
      padding: 15px 0 10px; } }
  .footer-bottom .coppy-right {
    color: #9ab69b; }
    @media (max-width: 767px) {
      .footer-bottom .coppy-right {
        margin-bottom: 10px; } }
    .footer-bottom .coppy-right a {
      color: #ffffff; }

.footer-bottom-nav {
  margin: 0 0 4px; }
  .footer-bottom-nav ul {
    margin: 0; }
    @media (max-width: 767px) {
      .footer-bottom-nav ul {
        justify-content: center; } }
    .footer-bottom-nav ul li a {
      color: #9ab69b; }
      .footer-bottom-nav ul li a:after {
        content: '|';
        display: inline-block;
        padding: 0 7px; }
      .footer-bottom-nav ul li a:hover {
        color: #dcf0fd; }
        .footer-bottom-nav ul li a:hover:after {
          color: #dcf0fd; }
    .footer-bottom-nav ul li.active a {
      color: #dcf0fd; }
      .footer-bottom-nav ul li.active a:after {
        color: #dcf0fd; }
    .footer-bottom-nav ul li:last-child a:after {
      content: ''; }

.footer-bottom-cer {
  color: #9ab69b; }
  .footer-bottom-cer p {
    margin: 0 0 2px; }
    @media (max-width: 767px) {
      .footer-bottom-cer p {
        margin: 0 0 7px s; } }

.banner, .home-news-1-slide-nav {
  position: relative; }
  .banner .slick-slide, .home-news-1-slide-nav .slick-slide {
    height: auto;
    position: relative; }
  .banner .slick-prev, .banner .slick-next, .home-news-1-slide-nav .slick-prev, .home-news-1-slide-nav .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;
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, 0.8);
    -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: 767px) {
      .banner .slick-prev, .banner .slick-next, .home-news-1-slide-nav .slick-prev, .home-news-1-slide-nav .slick-next {
        top: auto;
        bottom: -18px;
        width: 30px; } }
    .banner .slick-prev:before, .banner .slick-next:before, .home-news-1-slide-nav .slick-prev:before, .home-news-1-slide-nav .slick-next:before {
      font-family: 'Font Awesome 5 Free';
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      font-size: 0.875rem;
      color: #24184a;
      position: relative; }
    .banner .slick-prev:hover, .banner .slick-next:hover, .home-news-1-slide-nav .slick-prev:hover, .home-news-1-slide-nav .slick-next:hover {
      background: #24184a; }
      .banner .slick-prev:hover:before, .banner .slick-next:hover:before, .home-news-1-slide-nav .slick-prev:hover:before, .home-news-1-slide-nav .slick-next:hover:before {
        color: #ffffff; }
  .banner .slick-prev, .home-news-1-slide-nav .slick-prev {
    left: 0;
    border-radius: 0 15px 15px 0; }
    .banner .slick-prev:before, .home-news-1-slide-nav .slick-prev:before {
      content: '\f053';
      left: -5px;
      font-weight: 900; }
  .banner .slick-next, .home-news-1-slide-nav .slick-next {
    right: 0;
    border-radius: 15px 0 0 15px; }
    .banner .slick-next:before, .home-news-1-slide-nav .slick-next:before {
      content: '\f054';
      right: -5px;
      font-weight: 900; }
  .banner .slick-dots, .home-news-1-slide-nav .slick-dots {
    position: absolute;
    bottom: 20px;
    text-align: left; }
    .banner .slick-dots li, .home-news-1-slide-nav .slick-dots li {
      height: 10px;
      width: 10px;
      border-radius: 50%;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      display: inline-block;
      margin: 0 10px;
      background: #ffffff;
      position: relative; }
      .banner .slick-dots li button:before, .home-news-1-slide-nav .slick-dots li button:before {
        display: none; }
      .banner .slick-dots li::after, .home-news-1-slide-nav .slick-dots li::after {
        height: 16px;
        width: 16px;
        border-radius: 50%;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        display: block;
        border: 1px solid transparent;
        position: absolute;
        left: -3px;
        top: -3px;
        content: ''; }
      .banner .slick-dots li + li, .home-news-1-slide-nav .slick-dots li + li {
        margin: 0 5px; }
      .banner .slick-dots li:hover, .home-news-1-slide-nav .slick-dots li:hover {
        background: #24184a;
        opacity: 1; }
      .banner .slick-dots li.slick-active, .home-news-1-slide-nav .slick-dots li.slick-active {
        background: #24184a; }
        .banner .slick-dots li.slick-active::after, .home-news-1-slide-nav .slick-dots li.slick-active::after {
          border: 1px solid #24184a; }

.banner .style3 {
  margin: 0; }
  .banner .style3 .banner-img {
    position: relative;
    z-index: 9;
    display: block;
    margin: 0 auto;
    text-align: center; }
    .banner .style3 .banner-img:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
     /*  background: url(../images/banner-bg.png) no-repeat; */
      background-size: cover; }
  .banner .style3 .caption {
    width: 100%;
    left: auto;
    position: absolute;
    z-index: 10;
    color: #ffffff; }
    @media (min-width: 768px) {
      .banner .style3 .caption {
        top: calc((10% + 100px) / 2); } }
    @media (min-width: 992px) {
      .banner .style3 .caption {
        top: calc((50% + 100px) / 2); } }
    @media (max-width: 767px) {
      .banner .style3 .caption {
        top: calc((10% + 50px) / 2); } }
    .banner .style3 .caption .banner-title {
      font-size: 3rem;
      font-family: 'Oswald', sans-serif;
      font-weight: 600;
      margin: 0;
		text-shadow:2px 1px #000;
	  }
      @media (max-width: 1199px) {
        .banner .style3 .caption .banner-title {
          font-size: 1.875rem; } }
      @media (max-width: 767px) {
		  
		  .home-project-list-item h3{
			 text-align: center;
			  font-size:12px !important;
		  }
		.home-project-list .col-md-4{
			width:50%;
		}
        .banner .style3 .caption .banner-title {
          font-size: 1.125rem; } }
    .banner .style3 .caption .des {
      font-size: 2.5rem;
      font-weight: 800;
      position: relative;
      padding-left: 25px;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .banner .style3 .caption .des {
          padding-left: 15px; } }
      .banner .style3 .caption .des p {
        margin: 0;
        line-height: 1.2; }
      .banner .style3 .caption .des::before {
        content: '';
        width: 3px;
        height: 94%;
        position: absolute;
        left: 0;
        top: 6%;
        background: #ffffff; }
      @media (max-width: 1199px) {
        .banner .style3 .caption .des {
          font-size: 1rem; } }
    .banner .style3 .caption .view-more-banner {
      display: block;
      margin: 20px 0 0;
      text-align: center; }
      .banner .style3 .caption .view-more-banner a {
        display: inline-block;
        color: #ffffff;
        padding: 7px 25px;
        background: #24184a;
        background: linear-gradient(270deg, #24184a 0%, #3a9a48 35%, #6ab74f 100%);
        border-radius: 20px;
        -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 .style3 .caption .view-more-banner a:hover {
          background: #24184a;
          background: linear-gradient(90deg, #24184a 0%, #3a9a48 35%, #6ab74f 100%); }
    .banner .style3 .caption .content {
      display: inline-block;
      color: #ffffff;
      -webkit-transition: all .6s ease;
      -o-transition: all .6s ease;
      transition: all .6s ease;
      -webkit-transition-delay: .6s;
      -o-transition-delay: .6s;
      transition-delay: .6s;
      opacity: 0;
      -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
      transform: translate(0, 100px); }
  .banner .style3 .slick-current .caption .content {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important; }

@media (max-width: 767px) {
  .banner .slick-dots {
    display: none !important; } }

.button-hover {
  display: inline-block;
  color: #ffffff;
  padding: 7px 25px;
  background: #24184a;
  background: linear-gradient(270deg, #24184a 0%, #3a9a48 35%, #6ab74f 100%);
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .button-hover:hover {
    background: #24184a;
    background: linear-gradient(90deg, #24184a 0%, #3a9a48 35%, #6ab74f 100%); }

.mouse {
  position: absolute;
  width: 20%;
  height: 50px;
  bottom: 20px;
  left: 42%;
  text-align: center;
  animation: move 1s infinite; }

@keyframes move {
  0% {
    bottom: 15px; }
  50% {
    bottom: 10px; }
  100% {
    bottom: 5px; } }

@keyframes moveup {
  0% {
    bottom: 5px; }
  50% {
    bottom: 10px; }
  100% {
    bottom: 15px; } }

.home-news {
  padding: 30px 0 20px; }

.title-page {
  font-size: 2.25rem;
  font-family: 'Oswald', sans-serif;
  color: #424d54;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0; }
  .title-page p {
    margin: 0 0 -8px; }
  .title-page::after {
    content: '';
    display: block;
    background: url(../images/title-icon.png) no-repeat;
    width: 70px;
    height: 20px;
    margin: 5px 0 20px; }
  .title-page.center {
    text-align: center; }
    .title-page.center::after {
      background: url(../images/title-icon-3.png) no-repeat;
      width: 120px;
      margin: 5px auto 20px; }
  @media (max-width: 767px) {
    .title-page {
      font-size: 1.5rem; } }

.home-news-1-wrap .home-news-1-slide-img a {
  display: block;
  position: relative; }
  .home-news-1-wrap .home-news-1-slide-img a img {
    width: 100%;
    display: flex;
    object-fit: cover; }
    @media (min-width: 992px) {
      .home-news-1-wrap .home-news-1-slide-img a img {
        height: 340px; } }
    @media (max-width: 991px) {
      .home-news-1-wrap .home-news-1-slide-img a img {
        height: 350px; } }
    @media (max-width: 767px) {
      .home-news-1-wrap .home-news-1-slide-img a img {
        height: 250px; } }
  .home-news-1-wrap .home-news-1-slide-img a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(2, 85, 143, 0.5);
    opacity: 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; }
  .home-news-1-wrap .home-news-1-slide-img a h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    line-height: 1.2;
    color: #ffffff;
    background: rgba(2, 85, 143, 0.8);
    font-size: 0.875rem;
    font-weight: 400;
    margin: 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;
    z-index: 5; }
  .home-news-1-wrap .home-news-1-slide-img a:hover::before {
    opacity: 1; }
  .home-news-1-wrap .home-news-1-slide-img a:hover h3 {
    background: #02558f; }

.home-news-1-slide-nav {
  border: 1px solid #ededed;
  border-top: none;
  padding: 0 10px; }
  .home-news-1-slide-nav .item {
    padding: 15px 0;
    position: relative; }
    .home-news-1-slide-nav .item::after {
      top: -1px;
      left: 46%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      -webkit-transform: scale(-1, -1);
      -khtml-transform: scale(-1, -1);
      -moz-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
      -o-transform: scale(-1, -1);
      transform: scale(-1, -1);
      -webkit-transition: all 0.6s;
      -moz-transition: all 0.6s;
      -ms-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s; }
    .home-news-1-slide-nav .item::after {
      border-color: rgba(194, 225, 245, 0);
      border-bottom-color: #ffffff;
      border-width: 8px;
      margin-left: -5px; }
    .home-news-1-slide-nav .item .home-news-1-slide-nav-img {
      margin: 0 5px;
      cursor: pointer;
      border: 4px solid #e6e6e6;
      -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) {
        .home-news-1-slide-nav .item .home-news-1-slide-nav-img {
          display: flex; } }
      @media (min-width: 992px) {
        .home-news-1-slide-nav .item .home-news-1-slide-nav-img img {
          object-fit: cover;
          min-height: 70px; } }
      @media (max-width: 991px) {
        .home-news-1-slide-nav .item .home-news-1-slide-nav-img img {
          height: 150px;
          width: 100%; } }
      @media (max-width: 767px) {
        .home-news-1-slide-nav .item .home-news-1-slide-nav-img img {
          height: 80px; } }
    .home-news-1-slide-nav .item:hover .home-news-1-slide-nav-img, .home-news-1-slide-nav .item.slick-current .home-news-1-slide-nav-img {
      border-color: #24184a; }
    .home-news-1-slide-nav .item:hover::after, .home-news-1-slide-nav .item.slick-current::after {
      -webkit-transform: scale(1, 1);
      -khtml-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
      border-bottom-color: #24184a; }
  .home-news-1-slide-nav .slick-prev, .home-news-1-slide-nav .slick-next {
    width: 25px;
    height: 25px;
    border: 1px solid #ededed; }
  .home-news-1-slide-nav .slick-prev {
    left: -25px;
    border-radius: 15px 0 0 15px; }
    .home-news-1-slide-nav .slick-prev:before {
      left: 0; }
  .home-news-1-slide-nav .slick-next {
    right: -25px;
    border-radius: 0 15px 15px 0; }
    .home-news-1-slide-nav .slick-next:before {
      right: 0; }
  .home-news-1-slide-nav .slick-dots {
    text-align: center;
    bottom: -37px;
    width: 97%; }
    .home-news-1-slide-nav .slick-dots li {
      background: #ededed; }

.title-page-2 {
  font-size: 1rem;
  font-family: 'Oswald', sans-serif;
  color: #24184a;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 10px 20px;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  .title-page-2::after {
    content: '';
    display: block;
    background: url(../images/title-icon-2.png) no-repeat;
    width: 10px;
    height: 20px;
    position: absolute;
    top: 6px;
    left: 0; }

@media (min-width: 992px) {
  .home-news-2 {
    margin-top: 95px; } }

.home-news-2 ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .home-news-2 ul li {
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 10px; }
    .home-news-2 ul li::before {
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      position: absolute;
      top: 8px;
      left: 0;
      background: #959595; }
    .home-news-2 ul li a {
      display: block;
      color: #383b3f;
      line-height: 1.3; }
      .home-news-2 ul li a:hover {
        color: #24184a; }

.home-news-3 ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .home-news-3 ul li {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px dotted #999999; }
    .home-news-3 ul li a {
      display: block;
      color: #383b3f;
      line-height: 1.3;
      font-size: 0.875rem;
      margin: 0 0 5px; }
      .home-news-3 ul li a:hover {
        color: #24184a; }
    .home-news-3 ul li time {
      color: #999999;
      font-size: 0.75rem; }

.home-project {
  background: #f8fbf5 url(../images/home-project-bg.png) no-repeat top center;
  padding: 40px 0 20px; }

@media (max-width: 767px){
	.home-project-list-item {
		height: 200px;
		overflow:hidden
	}
	.home-project-list-item img{
		 
	}
}
@media (min-width: 768px){
	.home-project-list-item {
		height: 330px;
		overflow:hidden
	}
	.home-project-list-item img{
		 
	}
	
}

.home-project-list-item {
  position: relative;
  display: block;
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .home-project-list-item h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 15px 35px;
    
    font-size: 18px;
  font-weight: 700;
  color: #028b45;
   
  text-shadow: 1px 1px 2px #FFF;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    background: url(../images/title-bg-project.png) no-repeat bottom left;
    -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) {
      .home-project-list-item h3 {
        font-size: 1.25rem;
        padding: 15px; } }
    .home-project-list-item h3 p {
      margin: 0; }
  .home-project-list-item:hover {
    box-shadow: 1px 0px 26px 0px rgba(0, 0, 0, 0.5); }
    .home-project-list-item:hover h3 {
      letter-spacing: 1px; }

.home-partner {
  padding: 10px 0 20px;
  max-width: 1400px;
  margin: 0 auto 20px; }
  .home-partner .home-partner-item {
    margin: 0 5px 5px; }
    .home-partner .home-partner-item a {
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid transparent;
      border-radius: 7px;
      margin-bottom: 15px;
      
      padding: 3px; }
      .home-partner .home-partner-item a img {
        display: flex;
        object-fit: cover;
        max-height: 250px; }
      .home-partner .home-partner-item a:hover {
        border-color: #24184a; }

.home-partner-nav {
  display: flex;
  align-items: center;
  justify-content: center; }
  .home-partner-nav .slick-prev-button, .home-partner-nav .slick-next-button, .home-partner-nav .slick-prev-button-2, .home-partner-nav .slick-next-button-2 {
    font-size: 0.875rem;
    width: 40px;
    height: 34px;
    background: #ededed;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    color: #24184a;
    margin: 0 1px 0 0;
    cursor: pointer; }
    .home-partner-nav .slick-prev-button .fas, .home-partner-nav .slick-prev-button .fa, .home-partner-nav .slick-prev-button .far, .home-partner-nav .slick-next-button .fas, .home-partner-nav .slick-next-button .fa, .home-partner-nav .slick-next-button .far, .home-partner-nav .slick-prev-button-2 .fas, .home-partner-nav .slick-prev-button-2 .fa, .home-partner-nav .slick-prev-button-2 .far, .home-partner-nav .slick-next-button-2 .fas, .home-partner-nav .slick-next-button-2 .fa, .home-partner-nav .slick-next-button-2 .far {
      position: absolute;
      top: 10px;
      left: 15px; }
    .home-partner-nav .slick-prev-button:hover, .home-partner-nav .slick-next-button:hover, .home-partner-nav .slick-prev-button-2:hover, .home-partner-nav .slick-next-button-2:hover {
      background: #24184a;
      color: #ffffff; }
  .home-partner-nav .slick-prev-button, .home-partner-nav .slick-prev-button-2 {
    border-radius: 15px 0 0 15px; }
  .home-partner-nav .slick-next-button, .home-partner-nav .slick-next-button-2 {
    border-radius: 0 15px 15px 0; }

.top-section {
  position: relative; }
  .top-section::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/breadcrumb-bg.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .top-section .banner-img img {
   /*  width: 100%;
    height: 405px; */
	min-height:300px;
    object-fit: cover; }
    @media (max-width: 767px) {
      .top-section .banner-img img {
        height: 250px; } }

.breadcrumb-wrap {
  position: absolute;
  top: 210px;
  left: 0;
  width: 100%;
  z-index: 10; }
  @media (max-width: 767px) {
    .breadcrumb-wrap {
      top: 60px; } }
  .breadcrumb-wrap .breadcrumb-title {
    font-weight: 400;
    color: #ffffff;
    font-size: 1.875rem;
    margin: 0 0 7px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .breadcrumb-wrap .breadcrumb-title {
        font-size: 1.375rem; } }

.breadcrumb-content ol {
  padding: 0 10px;
  margin: 0;
  list-style: none;
  display: inline-block;
  border-left: 3px solid #ffffff;
  color: #ffffff;
  font-family: 'Oswald', sans-serif; }
  .breadcrumb-content ol li {
    display: inline-block; }
    .breadcrumb-content ol li a {
      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;
      font-size: 0.9375rem;
      font-weight: 300; }
      .breadcrumb-content ol li a::before {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        width: 10px;
        height: 5px;
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        content: "\f30b";
        font-weight: 900;
        margin: 0 10px 0 5px;
        position: relative;
        top: 3px;
        transform: scaleY(0.6); }
      .breadcrumb-content ol li a:hover {
        color: #24184a; }
    .breadcrumb-content ol li:first-child a::before {
      display: none; }

@media (max-width: 991px) {
  .menu-list {
    background: #ededed;
    padding: 15px 30px; } }

.menu-list ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.product-menu-list nav > ul > li {
  position: relative; }
  .product-menu-list nav > ul > li > a {
    display: block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #666;
    font-size: 1.125rem;
    padding: 7px 0;
    font-weight: 500;
    -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 (min-width: 768px) {
      .product-menu-list nav > ul > li > a {
       /*  white-space: nowrap; */ 
		} }
    .product-menu-list nav > ul > li > a::before {
      content: '';
      display: inline-block;
      height: 3px;
      width: 0;
      position: relative;
      top: -6px;
      background: #24184a;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .product-menu-list nav > ul > li > a:hover {
      color: #24184a; }
      .product-menu-list nav > ul > li > a:hover::before {
        width: 15px;
        margin: 0 10px 0 0; }
  .product-menu-list nav > ul > li .btn-sub-product {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.875rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px; }
    .product-menu-list nav > ul > li .btn-sub-product .fas {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .product-menu-list nav > ul > li .product-menu-list-level-2 {
    display: none; }
    .product-menu-list nav > ul > li .product-menu-list-level-2 > ul > li {
      margin-bottom: 5px; }
      @media (max-width: 991px) {
        .product-menu-list nav > ul > li .product-menu-list-level-2 > ul > li {
          margin: 0; } }
      .product-menu-list nav > ul > li .product-menu-list-level-2 > ul > li > a {
        color: #000000;
        font-family: 'Oswald', sans-serif;
        font-size: 1.125rem;
        text-transform: uppercase;
        display: block;
        font-weight: 500; }
        @media (max-width: 991px) {
          .product-menu-list nav > ul > li .product-menu-list-level-2 > ul > li > a {
            padding: 7px 0; } }
        .product-menu-list nav > ul > li .product-menu-list-level-2 > ul > li > a::before {
          content: '';
          display: inline-block;
          height: 3px;
          width: 15px;
          margin: 0 10px 0 0;
          position: relative;
          top: -6px;
          background: #000000; }
        .product-menu-list nav > ul > li .product-menu-list-level-2 > ul > li > a:hover {
          color: #24184a; }
          .product-menu-list nav > ul > li .product-menu-list-level-2 > ul > li > a:hover::before {
            background: #24184a; }
      .product-menu-list nav > ul > li .product-menu-list-level-2 > ul > li.active > a, .product-menu-list nav > ul > li .product-menu-list-level-2 > ul > li:hover > a {
        color: #24184a; }
        .product-menu-list nav > ul > li .product-menu-list-level-2 > ul > li.active > a::before, .product-menu-list nav > ul > li .product-menu-list-level-2 > ul > li:hover > a::before {
          background: #24184a; }
  .product-menu-list nav > ul > li.active > a, .product-menu-list nav > ul > li:hover > a {
    color: #24184a; }
    .product-menu-list nav > ul > li.active > a::before, .product-menu-list nav > ul > li:hover > a::before {
      width: 15px;
      margin: 0 10px 0 0; }
  .product-menu-list nav > ul > li.active .btn-sub-product, .product-menu-list nav > ul > li:hover .btn-sub-product {
    color: #24184a; }
  .product-menu-list nav > ul > li.active .btn-sub-product {
    color: #24184a; }
    .product-menu-list nav > ul > li.active .btn-sub-product .fas:before {
      content: "\f2d1"; }
  .product-menu-list nav > ul > li.active .product-menu-list-level-2 {
    display: block; }

.congbothongtin-menu {
  margin: 0 0 20px;
  position: relative; }
  .congbothongtin-menu .home-partner-nav {
    position: absolute;
    right: 0;
    top: 45px; }
  .congbothongtin-menu .item a {
    border: 1px solid #e6e6e6;
    padding: 5px 10px;
    font-size: 1.25rem;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    -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;
    margin: 0 5px 5px 0;
    display: block;
    text-align: center;
    color: #a7a7a7;
    white-space: nowrap; }
    .congbothongtin-menu .item a:hover, .congbothongtin-menu .item a.active {
      color: #ffffff;
      border-color: #24184a;
      background: #24184a; }

.congbothongtin-list ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .congbothongtin-list ul li {
    margin: 0 0 12px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    padding: 0 135px 12px 16px; }
    .congbothongtin-list ul li:before {
      content: '';
      background: #222222;
      width: 6px;
      height: 6px;
      display: block;
      border-radius: 50%;
      position: absolute;
      top: 8px;
      left: 0; }
    .congbothongtin-list ul li a {
      color: #222222; }
      .congbothongtin-list ul li a:hover {
        color: #24184a; }
      @media (max-width: 991px) {
        .congbothongtin-list ul li a {
          display: block; } }
    .congbothongtin-list ul li time {
      font-size: 0.8125rem;
      color: #999999;
      position: absolute;
      right: 0; }
    .congbothongtin-list ul li:hover:before {
      background: #24184a; }

.congbothongtin-list.detail h4 {
  font-size: 1.125rem; }

.congbothongtin-list.detail ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none; }
  .congbothongtin-list.detail ul li {
    border-bottom-style: dashed;
    margin: 0 0 5px;
    padding: 5px 0 10px 16px;
    align-items: center; }
    .congbothongtin-list.detail ul li:before {
      top: 14px; }
    .congbothongtin-list.detail ul li.flex {
      padding: 5px 120px 15px 16px;
      margin: 0 0 15px; }
      .congbothongtin-list.detail ul li.flex a {
        position: absolute;
        top: -6px;
        right: 0;
        left: auto; }
      .congbothongtin-list.detail ul li.flex span a {
        position: relative;
        top: 0;
        right: auto; }

.title-child {
  color: #424d54;
  font-size: 1.5rem;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 20px; }

.baocaothuongnien-item .des {
  padding: 0 0 0 10px; }
  @media (max-width: 767px) {
    .baocaothuongnien-item .des {
      padding: 10px 0 0 0; } }
  .baocaothuongnien-item .des h2 {
    font-size: 0.875rem;
    font-weight: 400;
    margin: 0 0 10px; }
    .baocaothuongnien-item .des h2 a {
      color: #333333; }
      .baocaothuongnien-item .des h2 a:hover {
        color: #24184a; }

@media (min-width: 768px) {
  .baocaothuongnien-item .baocaothuongnien-item-img img {
    display: flex;
    height: 96px;
    width: 100%; } }

.baocaothuongnien-item.big img {
  width: 100%; }
  @media (min-width: 768px) {
    .baocaothuongnien-item.big img {
      height: auto; } }

.baocaothuongnien-item.big .des {
  margin: 10px 0 0;
  position: relative;
  padding: 0 30px 0 0; }
  .baocaothuongnien-item.big .des .icon-download {
    position: absolute;
    right: 0;
    top: 0; }

.baocaotaichinh-list {
  margin: 0 0 25px; }
  .baocaotaichinh-list .title-4 {
    color: #24184a;
    margin: 0 0 15px;
    font-weight: 500; }

@media (max-width: 991px) {
  .newslive .content {
    overflow: auto; }
    .newslive .content iframe {
      overflow: scroll; } }

.tongquan-wrap .tongquan-img:before {
  background: url(../images/tongquan-bg.png) no-repeat bottom center;
  height: 100%;
  width: 100%;
  display: block;
  background-position-y: 44px;
  background-position-x: 41px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
  @media (max-width: 1199px) {
    .tongquan-wrap .tongquan-img:before {
      background-position-y: 69px;
      background-position-x: 14px; }
      .tongquan-wrap .tongquan-img:before img {
        max-width: 90%; } }

@media (max-width: 767px) {
  .tongquan-wrap .tongquan-img {
    padding: 0 0 25px; }
    .tongquan-wrap .tongquan-img:before {
      background-position-y: 43px;
      background-position-x: 74%; } }

.tongquan-wrap .tongquan-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222222;
  margin: 0 0 5px;
  text-transform: uppercase; }

.tongquan-wrap .tongquan-content h4 {
  font-weight: 400;
  font-size: 1rem;
  color: #999999;
  margin: 0 0 10px; }

.tongquan-wrap .tongquan-content .content p {
  margin: 0 0 10px; }

.tongquan-wrap .tongquan-content .description {
  background: #eff3f6;
  padding: 20px;
  color: #000000;
  border-left: 6px solid #0a73ba;
  border-radius: 10px; }

.lichsu-wrap .year, .lichsu-wrap h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.25rem;
  color: #424d54;
  font-weight: 500;
  text-transform: uppercase; }

.lichsu-wrap .lichsu-year::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #24184a;
  border: 3px solid #ffffff;
  position: absolute;
  right: 15%;
  top: 6px;
  z-index: 2; }
  @media (max-width: 991px) {
    .lichsu-wrap .lichsu-year::before {
      right: 12%; } }
  @media (max-width: 767px) {
    .lichsu-wrap .lichsu-year::before {
      right: 17%; } }

.lichsu-wrap .lichsu-year::after {
  content: '';
  width: 65px;
  height: 2px;
  background: #d4d4d4;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 1; }

.lichsu-wrap .lichsu-content {
  margin: 0 0 30px; }
  .lichsu-wrap .lichsu-content::before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    background: #ebebeb;
    position: absolute;
    left: -34px;
    top: 26px;
    z-index: 2; }
  .lichsu-wrap .lichsu-content h4 {
    margin: 0 0 10px; }
  .lichsu-wrap .lichsu-content p {
    margin: 0 0 3px;
    color: #000000; }
  .lichsu-wrap .lichsu-content:last-child::before {
    display: none; }

.title-page-3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  color: #424d54;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 10px;
	text-align:center;
  }

.tamnhin-wrap {
  color: #000000; }
  .tamnhin-wrap .tamnhin-item ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .tamnhin-wrap .tamnhin-item ul li {
      position: relative;
      padding-left: 20px;
      margin: 0 0 10px; }
      .tamnhin-wrap .tamnhin-item ul li::before {
        content: '';
        width: 10px;
        height: 10px;
        background: #ffffff;
        border: 2px solid #24184a;
        display: block;
        position: absolute;
        top: 7px;
        left: 0;
        border-radius: 50%; }
  .tamnhin-wrap .tamnhin-item .tamnhin-content {
    position: relative;
    padding: 0 0 0 20px; }
    .tamnhin-wrap .tamnhin-item .tamnhin-content::before {
      content: '';
      display: block;
      width: 4px;
      height: 39px;
      background: #49a959;
      position: absolute;
      left: 0;
      top: 10px;
      z-index: 2; }
    .tamnhin-wrap .tamnhin-item .tamnhin-content::after {
      content: '';
      display: block;
      width: 4px;
      height: 92%;
      background: #e2e2e2;
      position: absolute;
      left: 0;
      top: 10px;
      z-index: 1; }
  @media (min-width: 992px) {
    .tamnhin-wrap .tamnhin-item.opt1 ul {
      display: flex; }
      .tamnhin-wrap .tamnhin-item.opt1 ul li {
        margin: 0 80px 0 0; }
        .tamnhin-wrap .tamnhin-item.opt1 ul li:last-child {
          margin: 0; } }

.banhlanhdao-item {
  cursor: pointer; }
  .banhlanhdao-item .banhlanhdao-item-img {
    background: url(../images/BanLanhDao-bg.png);
    background-size: cover;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative; }
    .banhlanhdao-item .banhlanhdao-item-img::before {
      content: '';
      background: #49a959;
      position: absolute;
      width: 108%;
      height: 112%;
      z-index: -1;
      left: -4%;
      top: -6%;
      opacity: 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; }
  .banhlanhdao-item .des {
    position: relative;
    padding: 10px 20px 10px 0;
    color: #222222; }
    .banhlanhdao-item .des h3 {
      color: #222222;
      font-size: 1.0625rem;
      font-weight: 600;
      margin: 0 0 5px; }
    .banhlanhdao-item .des p {
      margin: 0; }
    .banhlanhdao-item .des .banhlanhdao-item-icon {
      position: absolute;
      right: 0;
      top: 13px;
      width: 22px;
      height: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      background: #49a959;
      border-radius: 50%;
      font-size: 0.625rem; }
  .banhlanhdao-item:hover .banhlanhdao-item-img, .banhlanhdao-item.active .banhlanhdao-item-img {
    box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.3); }
  .banhlanhdao-item.active .des .banhlanhdao-item-icon {
    transform: rotate(180deg); }
  .banhlanhdao-item.active .banhlanhdao-item-img {
    border: 5px solid #ffffff; }
    .banhlanhdao-item.active .banhlanhdao-item-img::before {
      opacity: 1; }

.toggle-item {
  height: 0;
  visibility: hidden;
  background: #ededed;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  opacity: 0; }
  .toggle-item::after {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    -webkit-transform: scale(-1, -1);
    -khtml-transform: scale(-1, -1);
    -moz-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    transform: scale(-1, -1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #ededed;
    border-width: 20px; }
  .toggle-item.active {
    height: auto;
    display: block;
    visibility: visible;
    opacity: 1;
    margin: 0 15px 20px;
    padding: 40px; }
    .toggle-item.active::after {
      -webkit-transform: scale(0.8, 1);
      -khtml-transform: scale(0.8, 1);
      -moz-transform: scale(0.8, 1);
      -ms-transform: scale(0.8, 1);
      -o-transform: scale(0.8, 1);
      transform: scale(0.8, 1); }
  @media (min-width: 768px) {
    .toggle-item.opt2::after, .toggle-item.opt5::after, .toggle-item.opt8::after, .toggle-item.opt11::after {
      left: 43%; }
    .toggle-item.opt3::after, .toggle-item.opt6::after, .toggle-item.opt9::after, .toggle-item.opt12::after {
      left: 78%; } }
  @media (max-width: 767px) {
    .toggle-item {
      display: none !important; } }

@media (min-width: 768px) {
  .toggle-mobile {
    display: none; } }

@media (max-width: 767px) {
  .toggle-mobile .toggle-item {
    display: block !important; } }

@media (max-width: 767px) {
  .banhlanhdao-item.active .toggle-mobile {
    display: block;
    margin-top: 20px; }
    .banhlanhdao-item.active .toggle-mobile .toggle-item {
      height: auto;
      display: block;
      visibility: visible;
      opacity: 1;
      padding: 15px 20px; }
      .banhlanhdao-item.active .toggle-mobile .toggle-item::after {
        -webkit-transform: scale(0.8, 1);
        -khtml-transform: scale(0.8, 1);
        -moz-transform: scale(0.8, 1);
        -ms-transform: scale(0.8, 1);
        -o-transform: scale(0.8, 1);
        transform: scale(0.8, 1); } }

.readmore {
  display: block; }
  .readmore a {
    font-weight: 600;
    color: #24184a;
    display: inline-block; }
    .readmore a i {
      display: inline-block;
        display-margin: 1px 0 0 5px; }
    .readmore a:hover {
      color: #24184a;
      letter-spacing: 0.5px; }

.animation-infinite {
  position: relative;
  top: 1px;
  -webkit-animation: linear infinite alternate;
  -webkit-animation-name: run;
  -webkit-animation-duration: 1s; }

.duandautu-danhsach .title-page-3 {
  text-transform: none; }
  .duandautu-danhsach .title-page-3 a {
    color: #000000; }
    .duandautu-danhsach .title-page-3 a:hover {
      color: #24184a; }

.duandautu-danhsach .duandautu-danhsach-img img {
  width: 100%; }

.duandautu-danhsach .des {
  margin: 0 0 10px; }
  .duandautu-danhsach .des ul {
    margin: 0 0 15px;
    padding: 0;
    list-style: none; }
  .duandautu-danhsach .des li {
    display: block;
    margin: 0 0 10px; }

@-webkit-keyframes run {
  0% {
    left: 0; }
  50% {
    left: 5px; }
  100% {
    left: 0; } }

.duandautu-sub {
  border: 5px solid #ededed;
  padding: 15px 20px; }
  .duandautu-sub ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 768px) {
      .duandautu-sub ul {
        display: flex;
        justify-content: space-between; } }
    @media (max-width: 767px) {
      .duandautu-sub ul {
        flex-wrap: wrap; } }
    .duandautu-sub ul li {
      display: block; }
      @media (max-width: 767px) {
        .duandautu-sub ul li {
          margin: 0 0 7px; } }
      .duandautu-sub ul li strong {
        margin-right: 10px; }

.duandautu-des ul {
  margin: 0;
  padding: 0 0 0 15px; }
  .duandautu-des ul li {
    margin: 0 0 7px; }

.duandautu-chitiet h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  color: #424d54;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 10px; }

.duandautu-chitiet .duandautu-slide .item {
  overflow: hidden;
  max-height: 475px; }
  .duandautu-chitiet .duandautu-slide .item img {
    display: flex;
    object-fit: cover; }

@media (max-width: 991px) {
  .duandautu-content {
    overflow-x: auto; } }

.duandautu-content table tr td {
  border: none;
  font-size: 0.875rem; }
  @media (max-width: 991px) {
    .duandautu-content table tr td {
      white-space: nowrap; } }
  .duandautu-content table tr td:nth-child(2n+1) {
    font-weight: 700; }
  @media (min-width: 768px) {
    .duandautu-content table tr td:nth-child(2) {
      padding-right: 20px;
      max-width: 520px; } }
  .duandautu-content table tr td:first-child {
    white-space: nowrap; }

@media (min-width: 768px) {
  .detail-des {
    padding-right: 30px; } }

.bg-grey {
  background: #ededed; }
  @media (min-width: 768px) {
    .bg-grey {
      position: relative;
      right: 15px; } }

.detail-content {
  padding: 30px 15px 15px; }
  .detail-content img {
    margin: 0 auto;
    display: block; }

.page-link {
  margin: 0 0 20px;
  padding: 20px 0 0;
  list-style: none;
  border-top: 1px solid #e6e6e6; }
  .page-link .btn-link {
    padding: 15px 15px 15px 45px;
    position: relative;
    background: #ededed;
    color: #222222;
    border-radius: 15px;
    display: block;
    width: 45%; }
    @media (max-width: 767px) {
      .page-link .btn-link {
        width: 100%; } }
    .page-link .btn-link .fas {
      position: absolute;
      top: 27px;
      font-size: 1.25rem;
      color: #000000; }
    .page-link .btn-link span {
      display: block;
      text-transform: uppercase;
      color: #666666; }
    .page-link .btn-link.first .fas {
      left: 15px; }
    .page-link .btn-link.last {
      text-align: right;
      padding: 15px 45px 15px 15px; }
      .page-link .btn-link.last .fas {
        right: 15px; }
    .page-link .btn-link:hover {
      background: #cccccc;
      color: #ffffff; }
      .page-link .btn-link:hover span {
        color: #ffffff; }
      .page-link .btn-link:hover .fas {
        color: #ffffff; }
  .page-link .main-link {
    display: block;
    text-align: center; }
    @media (max-width: 767px) {
      .page-link .main-link {
        margin: 15px 0;
        width: 100%; } }

.title-4 {
  color: #cccccc;
  font-size: 1.375rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  margin: 0 0 20px; }

.line-section {
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 30px; }

.tintuc-danhsach .title-page-3 {
  color: #999999;
  font-size: 1.75rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  margin: 0 0 15px; }

.tintuc-danhsach .tintuc-danhsach-item h4 {
  font-size: 0.9375rem;
  color: #333333;
  font-weight: 700;
  line-height: 1.2; }
  .tintuc-danhsach .tintuc-danhsach-item h4 a {
    color: #333333; }
    .tintuc-danhsach .tintuc-danhsach-item h4 a:hover {
      color: #24184a; }

.tintuc-danhsach .tintuc-danhsach-item time {
  display: block;
  color: #cccccc;
  font-size: 0.8125rem;
  margin: 0 0 10px; }

.tintuc-danhsach .tintuc-danhsach-item .des {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-align: justify; }

.tintuc-danhsach .tintuc-danhsach-item .zoom img {
  width: 100%; }

.tintuc-chitiet h1 {
  font-size: 1.5rem;
  color: #333333;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 15px; }

.tintuc-chitiet .socical-share {
  margin: 0 0 20px -10px; }
  .tintuc-chitiet .socical-share div {
    margin: 0; }

.tintuc-chitiet .des {
  font-weight: 700;
  display: block;
  line-height: 1.3; }

.tintuc-chitiet .content {
  padding-bottom: 15px;
  margin: 0 0 20px;
  border-bottom: 1px dotted #d9d9d9; }

.tintuc-chitiet .tinkhac h4 {
  font-size: 1.25rem;
  color: #333333;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 15px; }

.tintuc-chitiet .tinkhac ul {
  margin: 0;
  padding: 0 0 0 15px; }
  .tintuc-chitiet .tinkhac ul li {
    margin: 0 0 7px; }
    .tintuc-chitiet .tinkhac ul li a {
      color: #222222; }
      .tintuc-chitiet .tinkhac ul li a time {
        display: inline-block;
        margin: 0 0 0 7px;
        color: #999999; }
      .tintuc-chitiet .tinkhac ul li a:hover {
        color: #24184a; }

.news-detail-page .congbothongtin-menu {
  display: none; }

.album-item a, .video-item a {
  display: block;
  padding: 7px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  position: relative; }
  .album-item a:before, .video-item a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 5px;
    top: 5px;
    border: 1px solid #e6e6e6;
    z-index: -1; }
  .album-item a:hover, .video-item a:hover {
    box-shadow: 1px 3px 13px 1px rgba(0, 0, 0, 0.3); }

.album-item h2, .video-item h2 {
  margin: 7px 0;
  text-align: center;
  color: #333333;
  font-weight: 500;
  font-size: 0.9375rem; }

.video-item .link-video {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .video-item .link-video:hover {
    box-shadow: 1px 3px 13px 1px rgba(0, 0, 0, 0.3); }

.contact-wrap {
  padding: 20px 15px; }
  @media (max-width: 991px) {
    .contact-wrap {
      padding: 20px 0; } }
  .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: 25px; }
      .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: #24184a;
        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: #24184a; }
    .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; }
        @media (max-width: 767px) {
          .contact-wrap .form-wrap .form-group .capcha .RadCaptcha.RadCaptcha_Default #ctl00_mainContent_ctl02_captcha_SpamProtectorPanel #ctl00_mainContent_ctl02_captcha_ctl01 {
            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 0 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: #24184a;
      background: linear-gradient(270deg, #24184a 0%, #3a9a48 35%, #6ab74f 100%);
      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: #0a73ba; }
    .contact-wrap .form-wrap .form-group.frm-btnwrap {
      margin: 0; }

.contact-form {
  border: 1px solid whitesmoke;
  border-radius: 0 25px 25px 0; }
  @media (max-width: 991px) {
    .contact-form {
      border-radius: 0 0 10px 10px; } }

.contact-info {
  background: whitesmoke; }
  .contact-info address {
    padding: 20px; }
    @media (max-width: 991px) {
      .contact-info address {
        padding: 20px 0; } }
    .contact-info address h3 {
      font-size: 1.875rem;
      font-weight: 700;
      color: #24184a;
      margin: 0 0 10px; }
    .contact-info address table tr {
      border-bottom: 1px solid whitesmoke; }
      .contact-info address table tr td {
        padding: 10px 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: #24184a;
          border-radius: 50%; }
        .contact-info address table tr td h4 {
          font-weight: 700;
          margin: 0 0 7px;
          color: #000000; }
        .contact-info address table tr td p {
          width: 50%;
          margin: 0; }
          .contact-info address table tr td p span {
            display: block;
            width: 100%;
            margin: 0 0 5px; }
          .contact-info address table tr td p a {
            color: #333333; }
            .contact-info address table tr td p a:hover {
              color: #24184a; }

.lichsukien-item {
  border: 1px solid #d9d9d9;
  padding: 15px 10px 20px; }
  .lichsukien-item time {
    font-size: 0.9375rem;
    color: #cccccc;
    display: block; }
    .lichsukien-item time p {
      margin: 0 0 -13px;
      white-space: nowrap; }
      @media (max-width: 767px) {
        .lichsukien-item time p {
          margin: 0 0 -5px; } }
      .lichsukien-item time p.date {
        font-size: 2.0625rem; }
  .lichsukien-item .content {
    border-left: 1px solid #d9d9d9;
    padding-left: 15px; }
    @media (min-width: 992px) {
      .lichsukien-item .content {
        padding-left: 50px; } }
    .lichsukien-item .content h2 {
      text-transform: uppercase;
      font-size: 1rem;
      margin: 0 0 7px;
      font-family: 'Oswald', sans-serif;
      font-weight: 500; }
      .lichsukien-item .content h2 a {
        color: #73787b; }
        .lichsukien-item .content h2 a:hover {
          color: #24184a; }
    .lichsukien-item .content h3 {
      font-size: 0.875rem; }
  .lichsukien-item .des {
    color: #767b78; }
    .lichsukien-item .des .far, .lichsukien-item .des .fa, .lichsukien-item .des .fas {
      margin-right: 10px; }
  .lichsukien-item.spec {
    background: #eff3f6;
    border-left: 4px solid #b1d580; }
    .lichsukien-item.spec time p {
      color: #424d54; }
    .lichsukien-item.spec .content h2 a {
      color: #424d54; }
      .lichsukien-item.spec .content h2 a:hover {
        color: #24184a; }

.tuyendung_wrap {
  color: #222222; }
  .tuyendung_wrap .tuyendung_item h2 {
    color: #424d54;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 15px; }
    @media (max-width: 991px) {
      .tuyendung_wrap .tuyendung_item h2 {
        font-size: 1.125rem; } }
  .tuyendung_wrap .tuyendung_item img {
    width: 100%; }
    @media (min-width: 992px) {
      .tuyendung_wrap .tuyendung_item img {
        height: 100%;
        display: flex;
        object-fit: cover; } }

.block_faqs {
  margin: 0 0 30px; }
  .block_faqs .grird {
    display: grid;
    grid-template-columns: 60px auto 100px 145px;
    text-align: center; }
    @media (max-width: 991px) {
      .block_faqs .grird .opt3, .block_faqs .grird .opt4 {
        display: none; } }
    .block_faqs .grird .item {
      padding: 10px; }
      .block_faqs .grird .item.opt2 {
        text-align: left; }
        @media (max-width: 991px) {
          .block_faqs .grird .item.opt2 {
            grid-column-start: 2;
            grid-column-end: 5; } }
    .block_faqs .grird.highlight {
      background: #24184a;
      font-weight: 700;
      font-size: 0.875rem;
      color: #ffffff;
      text-transform: uppercase;
      margin: 0 0 15px; }

.panel {
  border-bottom: 1px solid #d9d9d9;
  -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: 0 0 5px;
  padding: 0 0 5px; }
  .panel .panel_heading {
    cursor: pointer;
    border-bottom: 1px solid transparent; }
    .panel .panel_heading .fa-chevron-down {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .panel .panel_heading .opt2, .panel .panel_heading .opt1 {
      font-weight: 700;
      text-transform: uppercase; }
    .panel .panel_heading:hover {
      color: #24184a; }
  .panel .panel_content {
    display: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    height: 0;
    padding: 0 20px;
    color: #000000;
    font-weight: 500;
    font-size: 0.875rem; }
    .panel .panel_content h3 {
      color: #24184a;
      font-weight: 700;
      margin: 0 0 7px;
      font-size: 0.875rem; }
  .panel.show {
    border-bottom-color: #24184a; }
    .panel.show .fa-chevron-down {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .panel.show .panel_heading {
      color: #24184a;
      border-bottom: 1px solid #24184a;
      margin: 0 0 15px; }
    .panel.show .panel_content {
      height: auto;
      display: block; }

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