@charset "UTF-8";
/* Normalize CSS */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300|Roboto+Condensed:400,700,300&subset=latin,vietnamese);
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline;
}

html {
  font-size: 100%;
  /* overflow-y: scroll; */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, button, input, select, textarea {
  font-family: sans-serif;
}

a:visited, a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #141414;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: none;
}

small {
  font-size: 75%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
ul.buttonGroup{padding: 0 !important;margin: 0 0;}
dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  vertical-align: middle;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

audio:not([controls]), [hidden] {
  display: none;
}

body, figure, form {
  margin: 0;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome//fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/font-awesome//fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/font-awesome//fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/font-awesome//fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/font-awesome//fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/font-awesome//fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.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;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(../../../images/colorbox/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../images/colorbox/controls.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mapguide, .content-box .board3, .post-details .post-thumb, .wrap-news .box-news, .list-data--2 li {
  float: left;
}

.wrap-news .related-news {
  float: right;
}

.form-row:before, .nav-main .list-nav:before, .container:before, .main:before, .form-row:after, .nav-main .list-nav:after, .container:after, .main:after {
  content: "";
  display: table;
}
.form-row:after, .nav-main .list-nav:after, .container:after, .main:after {
  clear: both;
}

.list-inline, .list-data--1, .list-data--2 {
  padding-left: 0;
  list-style: none;
}

.btn-submit, .selector, .uploader {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.btn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.form-row.is-form-row-action, .footer__top, .mapguide p {
  text-align: center;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.img-responsive {
  display: block;
  max-width: 100%;
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  background: #fff;
  color: #000;
  font-size: 14px;
  overflow-x: hidden;
  line-height: 18px;
  font-weight: 400;
}

body, button, input, select, textarea {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  /*font-weight: $font-weight-normal;*/
}

a {
  color: #003478;
}
a:focus, a:hover {
  color: #1930b0;
}

a, a:visited {
  outline: 0 none;
  text-decoration: none;
  transition: all 0.5s;
  border: 0 none;
}
a:focus, a:hover, a.active, a:visited:focus, a:visited:hover, a:visited.active {
  text-decoration: none;
  outline: 0 none;
  cursor: pointer;
}

.hidden {
  display: none;
}

.visible-desktop {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .visible-desktop {
    display: none !important;
  }
}

.visible-phone {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .visible-phone {
    display: block !important;
  }
}

p {
  margin: 0 0 15px 0;
}
p:last-child {
  margin-bottom: 0;
}

/* @font-face {
  font-family: 'name';
  src: url('../fonts/nfonts.eot');
  src: local('Γÿ║'),
    url('../fonts/nfonts.woff') format('woff'),
    url('../fonts/nfonts.ttf') format('truetype'),
    url('../fonts/nfonts.svg') format('svg');
  font-weight: normal;
  font-style: normal;
} */
@font-face {
  font-family: 'RobotoLight';
  src: url("../fonts/RobotoLight.eot");
  src: url("../fonts/RobotoLight.eot") format("embedded-opentype"), url("../fonts/RobotoLight.woff2") format("woff2"), url("../fonts/RobotoLight.woff") format("woff"), url("../fonts/RobotoLight.ttf") format("truetype"), url("../fonts/RobotoLight.svg#RobotoLight") format("svg");
}
.btn {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 10px 30px;
  display: inline-block;
  color: #FFF;
  border: 0 none;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

/* Themes */
.btn-purple {
  border-color: #3e123e;
  background-color: #8d298d;
  border-color: #8d298d;
}
.btn-purple:hover {
  background-color: #752275;
}

.btn-blue {
  border-color: #0e1e46;
  background-color: #1f429b;
  border-color: #1f429b;
}
.btn-blue:hover {
  background-color: #1a3782;
}

.btn-green {
  border-color: #446927;
  background-color: #75B343;
  border-color: #75B343;
}
.btn-green:hover {
  background-color: #669d3b;
}

.btn-orange {
  border-color: #db2e00;
  background-color: #FF6A42;
  border-color: #FF6A42;
}
.btn-orange:hover {
  background-color: #ff5223;
}

textarea,
input[type="text"] {
  appearance: none;
  background-clip: padding-box;
}

textarea {
  resize: none;
}

button {
  background: transparent;
  outline: 0 none;
}

label {
  cursor: pointer;
}

.form-row {
  position: relative;
  padding-bottom: 20px;
}
.form-row input::-webkit-input-placeholder {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.form-row input:-ms-input-placeholder {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.form-row input:-moz-placeholder {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.form-row input::-moz-placeholder {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.form-row.is-form-row-action {
  padding-top: 30px;
}

.form-label {
  color: #808080;
  display: block;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.form-input {
  width: 100%;
  line-height: 36px;
  height: 36px;
  padding: 3px 10px;
  border: solid 1px #d9d9d9;
  background: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.form-input:active, .form-input:focus {
  outline: none;
  background: rgba(204, 204, 204, 0.5);
}
.form-input.disabled {
  pointer-events: none;
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.5;
}
.form-input.is-input-readonly {
  color: rgba(204, 204, 204, 0.5);
}
.form-input.is-input-readonly:active, .form-input.is-input-readonly:focus {
  border: 0 none;
  outline: none;
}
.form-input.form-area {
  height: 150px;
}

.is-form-input-error {
  color: #464646;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  background: #bc0000;
  visibility: hidden;
  position: absolute;
  top: 105%;
  left: 0;
  z-index: 2;
  border: solid 1px rgba(84, 84, 84, 0.3);
  box-shadow: 0 1px 3px rgba(84, 84, 84, 0.3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.is-form-input-error:before {
  content: "\f0d8";
  position: absolute;
  top: -7px;
  left: 15px;
  width: 15px;
  height: 7px;
  font-family: FontAwesome;
  color: #bc0000;
  font-size: 20px;
  line-height: 1.2;
}

.parentError .form-label {
  color: #bc0000;
}
.parentError .is-form-input-error {
  visibility: visible;
}

.btn-submit {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 5px 20px;
  background: #888888;
  border: 0 none;
  border-radius: 0;
  text-transform: uppercase;
}
.btn-submit:hover, .btn-submit:focus {
  background: #7fc241;
}

.radio,
.radio .uni,
.radio input,
.checkbox,
.checkbox .uni,
.checkbox input {
  width: 30px;
  height: 30px;
}

.radio {
  margin-right: 0;
}
.radio .uni {
  background-image: url("../images/form-elements.svg");
  background-position: 0 -115px;
  background-size: cover;
  cursor: pointer;
}
.radio .uni:hover {
  background-position: 0 -115px;
}
.radio .uni.checked, .radio .uni.hover {
  background-position: 0 -145px;
}

.checkbox {
  margin-right: 0;
}
.checkbox .uni {
  background-image: url("../images/form-elements.svg");
  background-position: 0 0;
  background-size: cover;
  cursor: pointer;
}
.checkbox .uni:hover, .checkbox .uni.hover {
  background-position: 0 0;
}
.checkbox .uni.checked, .checkbox .uni.hover {
  background-position: 0 -60px;
}

.selector {
  width: 100% !important;
  background: rgba(0, 0, 0, 0.2);
  padding: 3px 10px !important;
  height: 30px;
}
.selector .uni {
  width: 100% !important;
  background-image: url("../images/arrow-select.png");
  background-position: 100% 50%;
}
.selector .uni:hover {
  background-position: 100% 50%;
}
.selector .uni.checked, .selector .uni.hover {
  background-position: 100% 50%;
}
.selector select {
  height: 26px;
}

.uploader {
  width: 100% !important;
  background: rgba(0, 0, 0, 0.2);
  padding: 3px 10px !important;
  height: 30px;
}
.uploader input[type="file"] {
  width: 100%;
  padding-right: 85px;
  z-index: 10;
}
.uploader .filename {
  width: 100%;
  margin-top: 0 !important;
  padding-left: 0 !important;
}
.uploader .action {
  height: 30px !important;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.input-group {
  position: relative;
}
.input-group .form-input {
  padding-right: 36px;
}
.input-group .fa {
  position: absolute;
  right: 10px;
  top: 4px;
  font-size: 20px;
}

/*--------------------------------------------------------------
 Header
--------------------------------------------------------------*/
.header {
  padding-top: 15px;
  position: relative;
}

.top {
  padding-bottom: 20px;
}
.top .top__left {
  float: left;
  width: 63%;
}
.top .top__left h1 {
  float: left;
  margin: 0 20px;
}
.top .top__left h1 img {
  display: block;
}
.top .top__left .slg {
  overflow: hidden;
}
.top .top__right {
  float: right;
  margin-right: 1%;
  padding-top: 9px;
  text-align: right;
  width: 36%;
}
.fixed-nav {
    float: none;
    position: fixed!important;
    top: 0;
    z-index: 99999;
	width:100%;
}
.header-more-info {
  border-bottom: 1px solid #bdccd2;
  color: #454545;
  display: inline-block;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding: 0 0 9px 4px;
}
.header-more-info li {
  display: inline-block;
  margin-left: -4px;
  padding: 0 8px;
  position: relative;
}
.header-more-info li::after {
  background: #454545;
  content: "";
  height: 16px;
  margin-top: -8px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
}
.header-more-info li:last-child {
  padding-right: 0;
}
.header-more-info li:last-child::after {
  display: none;
}
.header-more-info a {
  color: #454545;
}
.header-more-info a:hover, .header-more-info a:focus {
  color: #12a0c3;
}

.container-search {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #f2f7f9 url("../images/bg-input-search.png") repeat-x 0 0;
  border: 1px solid #d2dee3;
  display: inline-block;
  font-size: 13px;
  height: 30px;
  margin-top: 14px;
  padding: 3px 12px 0 4px;
  position: relative;
  text-align: left;
}

.container-search .form-input-search {
  background: transparent;
  border: 0;
  color: #455a63;
  font-style: italic;
  height: 24px;
  margin-top: 3px;
  max-width: 180px;
  outline: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.container-search .form-input-submit {
  background: url("../images/icons/submit.png") no-repeat 0 center;
  border: 0;
  display: inline-block;
  height: 32px;
  position: absolute;
  right: -2px;
  top: -1px;
  width: 77px;
}
.container-search::before {
  background: url("_/images/icons/search.png") no-repeat 0 center;
  content: "";
  display: inline-block;
  height: 19px;
  left: 10px;
  margin-top: 6px;
  position: absolute;
  top: 0;
  width: 19px;
}

.navigator {
	background: #ff7e00;
	position: relative;
}

.btn-toggle {
  background: #000;
  display: none;
  height: 45px;
  left: 0;
  position: relative;
  top: 0;
  width: 50px;
}

.toggle-nav {
  cursor: pointer;
  display: inline-block;
  height: 25px;
  left: 10px;
  padding: 5px 10px 5px 0;
  position: relative;
  top: 11px;
  transition: background 0.5s, transform 0.5s;
  width: 30px;
  z-index: 4;
}
.toggle-nav span {
  background-color: #fff;
  display: inline-block;
  height: 2px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  text-align: left;
  text-indent: -3000em;
  top: 50%;
  transform: translateX(0);
  transition: background 0.5s, transform 0.5s;
  width: 100%;
  z-index: 4;
}
.toggle-nav:before, .toggle-nav:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: background 0.5s, transform 0.5s;
  width: 100%;
  z-index: 4;
}
.toggle-nav:before {
  top: 0;
  transform: translateX(0);
}
.toggle-nav:after {
  bottom: 0;
  transform: translateX(0);
}
.toggle-nav.is-active span, .toggle-nav:hover span, .toggle-nav:active span, .toggle-nav:focus span {
  background-color: #d3940f;
}
.toggle-nav.is-active:before, .toggle-nav.is-active:after, .toggle-nav:hover:before, .toggle-nav:hover:after, .toggle-nav:active:before, .toggle-nav:active:after, .toggle-nav:focus:before, .toggle-nav:focus:after {
  background-color: #d3940f;
}
.toggle-nav.is-close span {
  opacity: 0;
}
.toggle-nav.is-close:before, .toggle-nav.is-close:after {
  background-color: #d3940f;
}
.toggle-nav.is-close:before {
  transform: rotate3d(0, 0, 1, 45deg) translate(7px, 8px);
}
.toggle-nav.is-close:after {
  transform: rotate3d(0, 0, 1, -45deg) translate(7px, -9px);
}

.ui-link-tlu {
  padding-left: 12px;
}
.ui-link-tlu::before {
  background: url("../images/icons/home.png") no-repeat 0 0;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 35px;
  left: -22px;
  position: absolute;
  width: 37px;
}

.nav-main {
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
    .nav-main .list-nav {
    overflow: auto;
    height: 90vh;
    margin-bottom: 14px;
	}
	p img {
		width: 100%!important;
		height:auto!important;
	}
}
.nav-main .nav-sub {
  display: none;
  /* left: -30px; */
  min-width: 175px;
  position: absolute;
  text-align: left;
  top: 100%;
}
.nav-main .list-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-main .list-nav > li {
  display: block;
  float: left;
  padding-bottom: 12px;
  padding-top: 12px;
  position: relative;
}
.nav-main .list-nav > li > a {
  border-left: 1px solid #fff;
}
.nav-main .list-nav > li:first-child a {
  border-left: 0;
}
.nav-main .list-nav > li.is-current a {
  color: #ffe200;
}
.nav-main .list-nav > li:hover .nav-sub, .nav-main .list-nav > li:focus .nav-sub {
  display: block;
}
.nav-main .list-nav a {
  color: #fff;
  display: inline-block;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 0 10px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.5s;
}
.nav-main .list-nav a:hover, .nav-main .list-nav a:focus {
  color: #ffe200;
}
.nav-main .list-sub {
  background: rgba(255, 152, 0, 1);
  font-size: 14px;
  margin: 0;
  padding: 0 12px;
  position: relative;
  z-index: 999;
}
.nav-main .list-sub li {
  border-bottom: 1px dotted #fff;
  padding: 0;
}
.nav-main .list-sub li a {
  display: block;
  font-size: 14px;
  padding: 5px 0;
  text-transform: inherit;
}
.nav-main .list-sub li:last-child {
  border-bottom: 0;
}
.nav-main.is-opening {
  left: 0;
}

@media (max-width: 1024px) {
  .btn-toggle {
    display: inline-block;
  }

  .nav-main {
    background: rgba(0, 0, 0, 0.8);
    left: -100%;
    margin: 0;
    padding: 20px 8px;
    position: absolute;
    text-align: left;
    top: 45px;
    transition: left 0.5s;
    width: 100%;
    z-index: 30;
  }
  .nav-main .ui-link-tlu {
    padding-left: 0;
  }
  .nav-main .ui-link-tlu::before {
    display: none;
  }
  .nav-main .list-nav > li {
    float: none;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .nav-main .list-nav > li a {
    color: #fff;
    font-weight: normal;
    padding-top: 3px;
    padding-bottom: 3px;
    border-left: 0;
  }
  .nav-main .list-nav .list-sub {
    background: transparent;
    padding: 0 0 0 25px;
  }
  .nav-main .list-nav .list-sub a {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .nav-main .list-nav a:hover, .nav-main .list-nav a:focus {
	color: #ec345a;
  }
  .nav-main .list-nav li.is-current a {
	color: #ec345a;
  }
  .nav-main .nav-sub {
    display: block;
    left: 0;
    padding-top: 0;
    position: static;
  }
  .nav-main .nav-sub li {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .top .top__left, .top .top__right {
    float: none;
    margin-right: 0;
    width: 100%;
    overflow: hidden;
  }
  .top .top__left h1 span.logo, .top .top__right h1 span.logo {
    margin: 0;
  }
  .top .top__left h1 span.slg, .top .top__right h1 span.slg {
    display: none;
  }
  .top .top__right {
    text-align: left;
  }

  .header-more-info {
    border-bottom: 0;
    margin-right: 20px;
    padding-bottom: 0;
    vertical-align: middle;
  }

  .top .top__left h1 {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top .top__left {
    width: 55.0%;
  }
  .top .top__left h1 {
    margin-left: 0;
    margin-right: 10px;
  }
  .top .top__right {
    margin-right: 0;
    width: 45%;
  }
}
@media screen and (max-width: 480px) {
  .container-search {
    display: block;
  }
  .container-search .form-input-search {
    max-width: 100%;
  }

  .header-more-info {
    margin-right: 0;
    display: block;
  }
  .header-more-info li {
    padding-left: 7px;
    padding-right: 7px;
  }

  .top .top__left h1 {
    max-width: 70px;
  }
}
/*--------------------------------------------------------------
 Footer
--------------------------------------------------------------*/
.ui-link-white {
  color: #fff;
}
.ui-link-white:hover, .ui-link-white:focus {
  color: #ffc000;
}

.footer__top {
	background: #ff8400;
	color: #fff;
	font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 1.2;
	padding: 12px 0 11px 0;
	text-transform: uppercase;
}

.footer__bot {
	background-color: #00953b;
	background-repeat: repeat;
	background-position: 0 0;
	padding-bottom: 47px;
	padding-top: 42px;
}

.box-bottom {
  overflow: hidden;
}

.mapguide {
  margin-right: 46px;
}
.mapguide p {
	color: #fff;
	font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-top: 13px;
	text-transform: uppercase;
}

.text-bot {
	color: #fff;
	font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
	line-height: 21px;
	overflow: hidden;
	padding-top: 13px;
}

.text-copyright {
  float: left;
  width: 74.5628%;
}

.bottom-right {
  float: right;
  width: 25.4372%;
}

.social {
  list-style: none;
  margin: 0 0 22px 0;
  padding: 0;
  overflow: hidden;
}
.social li {
  display: block;
  float: left;
  margin-right: 2px;
}
.social a {
  display: block;
  border: 1px solid #fff;
}
.social a img {
  display: block;
}

.count p {
	color: #fff;
	margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .mapguide {
    float: none;
    margin-right: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer__top {
    font-size: 20px;
  }

  .footer__bot {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .mapguide {
    margin-right: 20px;
  }
}
@media (max-width: 960px) {
  .text-copyright, .bottom-right {
    float: none;
    width: 100%;
  }

  .social {
    margin: 15px 0;
  }
}
.container {
  /* max-width: 1000px; */
}
@media (max-width: 1024px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.main {
  min-height: 300px;
  padding-bottom: 10px;
}

.title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 1.4;
}
.title.title-type--1 {
  font-size: 24px;
}
.title.title-type--2 {
  font-size: 22px;
}
.title.title-type--3 {
  font-size: 20px;
}
.title.title-type--4 {
  font-size: 18px;
}
.title.title-type--5 {
  font-size: 16px;
}

.breadcrumb {
  padding: 0;
  list-style: none;
  text-align: left;
  line-height: 16px;
}
.breadcrumb > li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  padding-left: 10px;
}
.breadcrumb > li:before {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "FontAwesome", Helvetica, Arial, sans-serif;
  content: "\f105";
  font-size: 18px;
}
.breadcrumb > li:first-child {
  padding-left: 0;
}
.breadcrumb > li:last-child:before {
  content: "";
}
.breadcrumb a {
  color: #000;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: #7fc241;
}
.breadcrumb > .is-current {
  color: #818285;
  font-size: 15px;
  font-weight: 700;
}

.pagination {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.pagination > li {
  display: inline-block;
  padding: 0 2px;
}
.pagination > li a {
  padding: 0 5px;
  min-width: 30px;
  line-height: 25px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #d9d9d9;
  color: #000;
}
.pagination > li.is-current a, .pagination > li:focus a, .pagination > li:hover a {
  color: #fff;
  border-color: #7fc241;
  background: #7fc241;
}

/* ========== Search ===========*/
/*--------------------------------------------------------------
 Home
--------------------------------------------------------------*/
.tp-banner img {
  margin: 0 auto;
}

.content-box {
  margin-left: -16px;
  /* margin-top: -45px; */
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.content-box .board3 {
  padding-left: 16px;
  width: 100%;
}

.type-post {
  background: #fff;
  border: 1px solid #bcbcbc;
  margin-bottom: 18px;
  padding: 1px;
}
.type-post header {
	background: #00953b;
	display: block;
}
.type-post header a {
  color: #fff;
  display: block;
  padding: 6px 20px 7px 20px;
  position: relative;
}
.type-post header a::after {
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("../images/icons/ico-angle-right.png") no-repeat 0 0;
  content: "";
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 22px;
  top: 50%;
  width: 10px;
}
.type-post header .title-type--5 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}
.type-post .post-content {
  padding: 14px 20px 12px 22px;
}
.type-post .post-title {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
}
.type-post .post-title a {
  color: #ad2923;
}

.post-details {
  overflow: hidden;
}
.post-details .post-thumb {
  margin-right: 14px;
  max-width: 96px;
  padding-top: 2px;
}
.post-details .post-text {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  overflow: hidden;
}

/* news */
.news {
	background: #ff7617;
	padding: 26px 0;
}

.wrap-news {
  overflow: hidden;
}
.wrap-news .box-news {
  width: 68.5%;
}
.wrap-news .related-news {
  width: 28.5%;
}
.wrap-news .title-type--2 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 12px;
  margin-left: 12px;
  text-transform: uppercase;
}

.related-title {
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
}

.list-data--1 {
  margin: 0;
}
.list-data--1 li {
  border-bottom: 1px dotted #fff;
  display: block;
  margin-bottom: 5px;
  padding-bottom: 6px;
}
.list-data--1 li:last-child {
  border-bottom: 0;
}

.list-data--2 {
  margin: 0 0 0 -24px;
  overflow: hidden;
}
.list-data--2 li {
  display: block;
  padding-left: 24px;
  width: 33.333%;
}

.news-entry .entry-thumb {
  border: 3px solid #fff;
  margin-bottom: 13px;
}
.news-entry .entry-thumb img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.news-entry .entry-title h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.news-entry .entry-body {
  color: #fff;
  font-size: 15px;
}

.clients {
  padding-bottom: 8px;
  padding-top: 13px;
}
.clients .clients-slider {
  padding-left: 40px;
  padding-right: 40px;
}

@media (min-width: 641px) and (max-width: 999px) {
  .content-box .board3 {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .content-box {
    margin-left: 0;
  }
  .content-box .board3 {
    float: none;
    padding-left: 0;
    width: 100%;
  }

  .list-data--2 {
    margin-left: 0;
  }
  .list-data--2 li {
    float: none;
    padding-left: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .news {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .wrap-news .box-news, .wrap-news .related-news {
    float: none;
    width: 100%;
  }
  .wrap-news .related-news {
    margin-top: 20px;
  }

  .content-box {
    margin-top: 18px;
  }
}
.sitetitle {
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 700;
  line-height: initial;
}

.locations {
  overflow: hidden;
}

.crumbs-right {
  margin-left: 2px;
  background-color: #FFF;
  float: right;
  margin-right: 17px;
}
.crumbs-right a {
  display: block;
  width: 66px;
  height: 22px;
}

.path {
  width: 662px;
  height: 22px;
  background-color: #c8c8c8;
  margin-bottom: 20px;
}
.path ul {
  margin: 0px;
  list-style: none;
  padding: 0;
}
.path ul li {
  height: 22px;
  float: left;
  padding: 0;
  margin: 0;
  padding-right: 15px;
  padding-left: 10px;
  background: url("../images/icons/crumb-tail-grey.gif") right center #c8c8c8 no-repeat;
  line-height: 22px;
}
.path ul li a {
  color: #808080;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  display: block;
  white-space: nowrap;
}
.path ul li.active {
  background: url(../images/icons/crumb-tip.gif) right center #003478 no-repeat;
}
.path ul li.active a {
  color: white;
}
.path ul li.preactive {
  background: url(../images/icons/crumb-tail.gif) right center #c8c8c8 no-repeat;
}

.newsdetails h1 {
  font-family: Arial;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-size: 18pt;
  color: #003478;
}
.newsdetails p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 15px;
  text-align: justify;
}

.share-article {
  border-top: solid 2px #c60c30;
}
.share-article .addthis-right {
  width: 358px;
  float: left;
  display: inline-block;
  clear: right;
}
.share-article .addthis-right div {
  clear: both;
  margin-top: 23px;
}
.share-article h2 {
  height: 20px;
  display: block;
  float: left;
  clear: both;
  border: none;
  padding: 0 15px 0 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  background: url(../images/icons/arw-grey-point.gif) right center no-repeat #c8c8c8;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #808080;
  line-height: 20px;
  text-transform: uppercase;
}

.nav-right {
  display: block;
  clear: both;
  position: relative;
  margin-bottom: 30px;
  padding: 5px 0;
  border-top: dotted 1px #808080;
  border-bottom: dotted 1px #808080;
}
.nav-right ul {
  width: auto;
  display: block;
  list-style: none inside;
  border-top: solid 2px #c60c30;
  border-bottom: solid 2px #c60c30;
  margin: 0;
  padding: 0;
}
.nav-right ul li {
  font-style: normal;
  font-weight: 500;
  color: #003478 !important;
  font-size: 14px;
  line-height: 14px;
  min-height: 14px;
  background: #e3e3e3;
  border-bottom: dotted 1px #808080;
  display: block;
  padding: 6px 10px;
  position: relative;
  overflow: hidden;
}
.nav-right ul li a, .nav-right ul li a:link, .nav-right ul li a:visited {
  font-style: normal;
  font-weight: 500;
  color: #003478;
  font-size: 14px;
  line-height: 18px;
}

.side-links {
  display: block;
  clear: both;
  position: relative;
  margin-bottom: 30px;
}
.side-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side-links ul li {
  height: 20px;
  display: block;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: white;
  margin-bottom: 15px;
}
.side-links ul li a {
  height: 20px;
  display: block;
  float: left;
  padding: 0 11px 0 6px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: white !important;
  background: url(../images/icons/side-nav-tip.gif) right center no-repeat #003478;
}
.side-links ul li img {
  float: left;
  margin-left: 3px;
}

@media (max-width: 767px) {
  #crumbs {
    clear: right;
    width: 100%;
    margin-top: 10px;
  }

  .crumbs-right {
    float: none;
    text-align: right;
    width: 100%;
  }
}
@media print {
  .header,
  .footer,
  .bg {
    display: none;
  }

  body {
    padding-top: 0 !important;
  }

  .wow {
    visibility: visible !important;
  }

  .footer {
    padding: 10px 0;
  }
}

/*# sourceMappingURL=style.css.map */
