@charset "UTF-8";
/* Normalize CSS */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,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;
}

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;
}

/*@import "plugins/colorbox/colorbox";
 @import "plugins/dropdowncustom"; */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.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 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .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 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.header__nav .logo, .footer__right-info .wrap-icon, .footer__right-info .list-social {
  float: left;
}

.container-fluid:before, .row:before, .header:before, .footer:before, .container:before, .main:before, .block:before, .container-fluid:after, .row:after, .header:after, .footer:after, .container:after, .main:after, .block:after {
  content: "";
  display: table;
}
.container-fluid:after, .row:after, .header:after, .footer:after, .container:after, .main:after, .block:after {
  clear: both;
}

.list-inline, .list-vertical {
  padding-left: 0;
  list-style: none;
}

.list-contact-info {
  padding: 0;
  margin: 0;
}
.list-contact-info li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin-left: -4px;
}
@media screen and (max-width: 640px) {
  .list-contact-info li {
    margin-left: -4px;
  }
}

.footer__right-info .wrap-icon, .text-center {
  text-align: center;
}

.footer__right-info .wrap-icon {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  color: #8e9291;
  background: #424242;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
}
.footer__right-info .wrap-icon:hover, .footer__right-info .wrap-icon:focus {
  color: #8e9291;
  border-color: #0074c8;
}

* {
  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: #333333;
  font-size: 17px;
  overflow-x: hidden;
  line-height: 1.42857;
}

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: 400;
}

a {
  color: #0073c4;
}

a, a:visited {
  outline: none;
  text-decoration: none;
  transition: all 0.5s;
}
a:focus, a:hover, a.active, a:visited:focus, a:visited:hover, a:visited.active {
  text-decoration: none;
}

.hidden {
  display: none;
}

.rich-text p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin-bottom: 15px;
}

.svg.icon {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.svg.icon path {
  fill: #000;
}
.svg.icon title {
  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 25px 0;
}
p:last-child {
  margin-bottom: 0;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-bold.eot");
  src: local("opensans-bold"), url("../fonts/opensans-bold.woff") format("woff"), url("../fonts/opensans-bold.ttf") format("truetype"), url("../fonts/opensans-bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-light.eot");
  src: local("opensans-light"), url("../fonts/opensans-light.woff") format("woff"), url("../fonts/opensans-light.ttf") format("truetype"), url("../fonts/opensans-light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-regular.eot");
  src: local("opensans-regular"), url("../fonts/opensans-regular.woff") format("woff"), url("../fonts/opensans-regular.ttf") format("truetype"), url("../fonts/opensans-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-semibold.eot");
  src: local("opensans-semibold"), url("../fonts/opensans-semibold.woff") format("woff"), url("../fonts/opensans-semibold.ttf") format("truetype"), url("../fonts/opensans-semibold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}
.header__top {
  position: relative;
  background: #0064ad;
  height: 50px;
  font-family: "Arial",sans-serif;
  font-size: 17px;
}
.header__top:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  background: #0074c9;
  bottom: 0;
}
.header__top .header-infor {
  float: left;
  width: 43.16239%;
  background: #0064ad;
  height: 49px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .header__top .header-infor {
    width: 48.16239%;
  }
}
.header__top .header-infor:after {
  position: absolute;
  right: -32px;
  border-top: 49px solid #0064ad;
  border-right: 32px solid #0074c9;
  content: '';
  display: block;
  top: 0;
}
.header__top .header-infor ul {
  overflow: hidden;
  padding-top: 13px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.header__top .header-infor ul li {
  float: left;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-family: "Arial",sans-serif;
  list-style: none;
}
.header__top .header-infor ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.header__top .header-infor ul li.vertical {
  margin: 0 10px;
}

.header-top-right {
  text-align: right;
  padding-top: 4px;
  font-size: 15px;
  position: relative;
  z-index: 100;
  float: right;
}

.top-link {
  display: inline-block;
  vertical-align: middle;
}
.top-link .nav-top {
  margin: 0;
  padding: 0;
}
.top-link .nav-top > li {
  display: inline-block;
  padding: 0 18px;
  position: relative;
}
.top-link .nav-top > li:first-child {
  padding-left: 0;
}
.top-link .nav-top > li.is-current {
  font-weight: bold;
}
.top-link .nav-top > li:after {
  display: inline-block;
  width: 1px;
  height: 13px;
  content: '';
  background: #fff;
  position: absolute;
  right: 0;
  top: 3px;
}
.top-link .nav-top > li:last-child:after {
  display: none;
}
.top-link .nav-top a {
  color: #fff;
  transition: all 0.5s;
  display: inline-block;
  font-size: 14px;
}
.top-link .nav-top a:hover {
  text-decoration: underline;
}
.top-link .nav-top a:focus {
  text-decoration: underline;
}

.container-search {
  display: none;
  background: #dfdfdf;
  padding: 6px 30px 6px 10px;
  position: absolute;
  font-size: 13px;
  width: 300px;
  top: 50px;
  z-index: 200;
}
@media screen and (max-width: 991px) {
  .container-search {
    width: 100%;
  }
}
.container-search.is-open {
  display: block;
}
.container-search .form-input-search {
  background: #fff;
  border: 0 none;
  padding: 6px 10px;
  height: 34px;
  width: 100%;
}
.container-search .form-input-search:focus {
  outline: 0 none;
  box-shadow: none;
}
.container-search .fa-search {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -6px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .container-search {
    display: none;
  }
  .container-search.is-show {
    display: block;
  }
}

.btn-search-m {
  display: none;
  position: absolute;
  right: 135px;
  top: 50%;
  height: 22px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .btn-search-m {
    display: inline-block;
  }
}
@media screen and (max-width: 640px) {
  .btn-search-m {
    right: 50px;
  }
}

.container-search-on-phone {
  display: none;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
}
.container-search-on-phone .btn-close {
  float: right;
  font-size: 16px;
  position: relative;
  top: 0;
  right: -10px;
  color: #bc0000;
}
.container-search-on-phone .form-input-search {
  width: 90%;
  background: transparent;
  border: 0 none;
  padding: 0;
  height: 20px;
}
.container-search-on-phone .form-input-search:focus {
  outline: 0 none;
  box-shadow: none;
}
.container-search-on-phone .fa-search {
  float: right;
  position: relative;
  top: 4px;
}
.container-search-on-phone .container-form {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background: #fff;
  padding: 3px 10px;
  height: 28px;
  font-size: 13px;
  margin-right: 25px;
}
@media screen and (max-width: 991px) {
  .container-search-on-phone {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .container-search-on-phone.is-open {
    display: block;
  }
}

.container-lang {
  display: inline-block;
  transition: all 0.5s;
  min-width: 95px;
  margin-left: 18px;
}
@media screen and (max-width: 991px) {
  .container-lang {
    position: absolute;
    right: 15px;
    margin-top: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.container-lang .lang-en {
  display: none;
}
.container-lang .lang-vn {
  display: inline-block;
}
.container-lang.selected .lang-en {
  display: inline-block;
}
.container-lang.selected .lang-vn {
  display: none;
}
.container-lang .link-lang {
  line-height: 40px;
}
.container-lang .link-lang img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.container-lang .link-lang .label-lang {
  padding-left: 5px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .container-lang .link-lang .label-lang {
    color: #333333;
  }
}
@media screen and (max-width: 640px) {
  .container-lang {
    background: transparent;
    min-width: 0;
    padding-right: 0;
  }
  .container-lang .link-lang .label-lang {
    display: none;
  }
}

.header {
  background-color: #fff;
  padding: 0;
  transition: all 0.5s;
  position: relative;
}
.is-fixed .header {
  background: #fff;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  position: fixed;
}
.is-fixed .header .header-top {
  display: none;
}
.is-fixed .header .header__nav .logo {
  line-height: 60px;
  max-width: 150px;
}
@media screen and (min-width: 1200px) {
  .is-fixed .header .header__nav .logo {
    height: 60px;
  }
}
.is-fixed .header .header__nav .logo a, .is-fixed .header .header__nav .logo img {
  display: block;
}
@media screen and (min-width: 1200px) {
  .is-fixed .header .nav-main .list-nav > li > a {
    height: 60px;
    line-height: 60px;
  }
}
.is-fixed .header .header-right {
  height: 60px;
}
@media screen and (max-width: 1200px) {
  .header {
    background: #fff;
    height: 120px;
  }
  .header .header__nav .container {
    width: 100%;
    padding: 0;
    position: relative;
  }
  .is-fixed .header {
    position: fixed;
  }
}
@media screen and (max-width: 991px) {
  .header {
    height: 70px;
  }
}
@media screen and (max-width: 480px) {
  .header {
    height: 68px;
  }
}

.header__nav {
  width: 100%;
  clear: left;
}
.header__nav .logo {
  line-height: 110px;
  position: relative;
  z-index: 99;
}
.header__nav .logo > * {
  display: block;
}
@media screen and (max-width: 1200px) {
  .header__nav .logo {
    position: absolute;
    line-height: 70px;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 480px) {
  .header__nav .logo {
    width: 100px;
  }
}

.header-right {
  text-align: right;
}

.nav-main {
  display: inline-block;
  font-size: 15px;
}
.nav-main .list-nav {
  margin: 0;
  padding: 0;
}
.nav-main .list-nav > li {
  display: inline-block;
  padding: 0 20px;
}
.nav-main .list-nav > li:first-child {
  padding-left: 0;
}
@media screen and (min-width: 1200px) {
  .nav-main .list-nav > li .nav-sub {
    display: none;
  }
}
.nav-main .list-nav > li.is-current > a {
  color: #c30e2e;
  					/*&:after{
  	                    @media screen and (min-width: $screen-lg-min) {
                            content: "";
                            width: 23px;
                            height: 23px;
                            background: url("../images/bg/bg-current.png") no-repeat;
                            position: absolute;
                            left: 50%;
                            margin-left: -11px;
                            bottom:-11px;
                            z-index: 5;
                          }
                  	}*/
}
@media screen and (min-width: 1200px) {
  .nav-main .list-nav > li.is-current.has-sub > a:after {
    content: "";
    width: 23px;
    height: 23px;
    background: url("../images/bg/bg-current.png") no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    bottom: -11px;
    z-index: 5;
  }
}
@media screen and (min-width: 1200px) {
  .nav-main .list-nav > li.is-current.has-sub .nav-sub {
    display: block;
  }
}
.nav-main .list-nav > li > a {
  color: #0074c8;
  transition: all 0.5s;
  position: relative;
  display: inline-block;
  font-family: "Arial",sans-serif;
  font-size: 17px;
  line-height: 110px;
  height: 110px;
  font-weight: bold;
}
.nav-main .list-nav > li > a:hover {
  color: #c30e2e;
}
.nav-main .list-nav > li > a:focus {
  color: #c30e2e;
}

.btn-toggle {
  /*position: fixed;
  display: none;
  top: 0;
  left: 0;
  background: $color-black;*/
  background: #fff;
  float: left;
  display: none;
}
@media screen and (max-width: 1200px) {
  .btn-toggle {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 480px) {
  .btn-toggle {
    width: 68px;
    height: 68px;
  }
}

.toggle-nav {
  width: 30px;
  height: 25px;
  padding: 5px 10px 5px 0;
  display: inline-block;
  z-index: 4;
  cursor: pointer;
  transition: background 0.5s, transform 0.5s;
  position: relative;
  top: 20px;
  left: 20px;
}
.toggle-nav span {
  text-align: left;
  text-indent: -3000em;
  width: 100%;
  height: 2px;
  background-color: #0074c8;
  display: inline-block;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform: translateX(0);
  transition: background 0.5s, transform 0.5s;
}
.toggle-nav:before, .toggle-nav:after {
  content: "";
  position: absolute;
  z-index: 4;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
  background-color: #0074c8;
  transition: background 0.5s, transform 0.5s;
}
.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: #0073c4;
}
.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: #0073c4;
}
.toggle-nav.is-close span {
  opacity: 0;
}
.toggle-nav.is-close:before, .toggle-nav.is-close:after {
  background-color: #0073c4;
}
.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);
}

@media (max-width: 1200px) {
  .header-right {
    text-align: right;
  }

  .nav-main {
    position: fixed;
    top: 72px;
    left: -100%;
    z-index: 3;
    text-align: left;
    padding: 20px 20px 0;
    margin: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    transition: left 0.5s;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1199px) and (min-width: 992px) {
  .nav-main {
    top: 120px;
  }
}
@media (max-width: 1200px) {
  .nav-main .list-nav li {
    display: block;
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    padding: 0;
  }
  .nav-main .list-nav li:first-child {
    border: 0 none;
  }
  .nav-main .list-nav li a {
    padding: 10px 0;
    text-align: left;
    height: auto;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
  }
  .nav-main.is-opening {
    left: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 70px;
  }

  .btn-toggle {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .nav-main {
    top: 68px;
  }
}
.nav-sub ul {
  margin-top: 0;
}

.footer {
  background: url("../images/bgi-footer.png") repeat 0 0;
}
.footer .title-type--2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}
.footer .footer__top {
  padding-top: 115px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .footer .footer__top {
    padding-top: 50px;
  }
}
.footer .copyright {
  border-top: 1px solid #323232;
  color: #cccccc;
  font-size: 15px;
  padding: 20px 0;
  font-weight: 300;
}
@media (max-width: 991px) {
  .footer .footer__links {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .footer .contact-info .title-type--1 {
    margin: 0;
  }
}

.list-vertical li {
  margin-bottom: 15px;
  overflow: hidden;
  list-style: none;
  margin-bottom: 10px;
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.list-vertical li:hover, .list-vertical li:focus, .list-vertical li:active {
  -moz-transform: translateX(8px);
  -o-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.list-vertical li:last-child {
  margin-bottom: 0;
}
.list-vertical a {
  color: #cccccc;
  font-weight: 300;
}
.list-vertical a i {
  font-size: 17px;
  margin-right: 14px;
}
.list-vertical a:hover, .list-vertical a:focus {
  color: #0074c8;
  text-decoration: none;
}

.list-contact-info .desc-info {
  overflow: hidden;
  display: block;
  padding-top: 6px;
}
.list-contact-info li:first-child .desc-info {
  padding-top: 0;
}

.footer__right-info {
  max-width: 345px;
}
@media screen and (max-width: 640px) {
  .footer__right-info {
    max-width: auto;
  }
}
.footer__right-info .wrap-icon {
  background: none;
  color: #fff;
  margin-right: 10px;
}
.footer__right-info p {
  line-height: 26px;
  color: #cccccc;
  font-weight: 300;
}
.footer__right-info .list-social {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.footer__right-info .list-social li {
  float: left;
  margin-right: 0;
  list-style: none;
  padding-left: 0;
}
.footer__right-info .list-social li a {
  background: #424242;
  width: 35px;
  height: 35px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 35px;
}
.footer__right-info .list-social li a i {
  color: #fff;
  font-size: 17px;
}
.footer__right-info .list-social li a i.fa-youtube {
  font-size: 20px;
}
.footer__right-info .list-social li a:hover {
  background: #0074c8;
}

.footer__bot {
  border-top: 1px solid #323232;
  color: #cccccc;
  font-size: 15px;
  padding: 20px 0;
  font-weight: 300;
}

.list-vertica {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-vertica li {
  list-style: none;
  margin-bottom: 10px;
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.list-vertica li a {
  font-size: 17px;
  color: #cccccc;
  font-weight: 300;
}
.list-vertica li a i {
  font-size: 17px;
  margin-right: 14px;
}
.list-vertica li a:hover, .list-vertica li a:focus {
  color: #49b1fd;
}
.list-vertica li:hover, .list-vertica li:focus, .list-vertica li:active {
  -moz-transform: translateX(8px);
  -o-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.list-vertica li:last-child {
  margin-bottom: 0;
}

ul.list-contact-info li {
  list-style: none;
  font-size: 17px;
  color: #cccccc;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  font-weight: 300;
  margin-bottom: 15px;
  display: block;
}
ul.list-contact-info li i {
  position: absolute;
  top: 3px;
  left: 0;
  color: #4bb3ff;
}
ul.list-contact-info li a {
  color: #cccccc;
}
ul.list-contact-info li:hover a, ul.list-contact-info li:hover i {
  color: #4bb3ff;
}
ul.list-contact-info li:last-child {
  margin-bottom: 0;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.title-main {
  color: #0074c8;
  font-size: 30px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  position: relative;
  margin-bottom: 30px;
  margin-top: 0;
  padding-bottom: 19px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .title-main {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .title-main {
    margin-bottom: 20px;
  }
}
.title-main span {
  font-weight: 700;
}
.title-main::before, .title-main::after {
  position: absolute;
  left: 0;
  height: 1px;
  content: "";
  background: #cfcfcf;
}
.title-main::before {
  width: 87px;
  bottom: 5px;
}
.title-main::after {
  width: 41px;
  bottom: 0;
}

.title02 {
  color: #0074c8;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  position: relative;
  margin: 0 0 20px 0;
}
@media (max-width: 991px) {
  .title02 {
    font-size: 20px;
    line-height: 36px;
  }
}
.title02 span {
  font-weight: 600;
}

.container {
  max-width: 1200px;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1200px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.main {
  min-height: 300px;
}

.block {
  padding: 55px 0;
}
.block .short-intro {
  margin: 0 auto 20px;
  max-width: 70%;
}
.block .content {
  position: relative;
}
@media screen and (max-width: 640px) {
  .block .short-intro {
    max-width: 100%;
  }
}

.title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin-top: 0;
  font-weight: 400;
}
.title.title-type--1 {
  font-size: 20px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .title.title-type--1 {
    font-size: 17px;
    line-height: 20px;
  }
}
.title.title-type--2 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #333333;
  line-height: 30px;
}
@media (max-width: 991px) {
  .title.title-type--2 {
    font-size: 18px;
    line-height: 22px;
  }
}
.title.title-type--3 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #0074c8;
  line-height: 1;
  font-weight: 400;
}

.tab-content > .tab-pane {
  display: none;
  position: relative;
}
.tab-content > .active {
  display: block;
}

.nav-tabs-center {
  margin: 0;
  padding: 0;
}
.nav-tabs-center > li {
  float: none;
  margin: 0;
  display: inline-block;
  background: url(../images/separator.png) no-repeat 0 5px;
  padding: 5px 15px 15px 25px;
}
.nav-tabs-center > li:first-child {
  background: none;
  padding-left: 0;
}
.nav-tabs-center > li > a {
  border: 0 none;
  background: transparent;
  color: #333333;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  padding-bottom: 5px;
  outline: 0 none;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.nav-tabs-center > li > a:hover {
  border-color: transparent;
  background: transparent;
  color: #7fc241;
}
.nav-tabs-center > li.active > a, .nav-tabs-center > li.active > a:hover, .nav-tabs-center > li.active > a:focus {
  color: #7fc241;
  cursor: default;
  background: transparent;
}
.nav-tabs-center > li.active > a:before, .nav-tabs-center > li.active > a:hover:before, .nav-tabs-center > li.active > a:focus:before {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  content: '';
  height: 3px;
  background: #7fc241;
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .nav-tabs-center > li {
    padding: 10px 5px 15px 12px;
  }
  .nav-tabs-center > li > a {
    font-size: 13px;
  }
}
@media (max-width: 320px) {
  .nav-tabs-center > li {
    padding: 0 5px;
    background: 0 none;
    border-left: solid 1px #d9d9d9;
    margin-bottom: 15px;
  }
  .nav-tabs-center > li:first-child {
    border-left: 0 none;
  }
  .nav-tabs-center > li > a {
    font-size: 12px;
  }
}

.block-breadcrumb {
  padding: 25px 0;
}

.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;
  font-size: 12px;
}
.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: #333333;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: #7fc241;
}
.breadcrumb > .is-current {
  color: #818285;
  font-size: 15px;
  font-weight: 700;
}

.container-pagination {
  border-top: solid 1px #d9d9d9;
  margin-top: 40px;
  padding: 20px 0 40px;
}

.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: #333333;
}
.pagination > li.is-current a, .pagination > li:focus a, .pagination > li:hover a {
  color: #fff;
  border-color: #7fc241;
  background: #7fc241;
}

.footer__right-info .list-social:before, .footer__right-info .list-social:after {
  content: " ";
  display: table;
}
.footer__right-info .list-social:after {
  clear: both;
}

.block-main-banner {
  padding-bottom: 0;
  padding-top: 0;
}

.controls .item {
  position: relative;
}
.controls img {
  width: 100%;
  display: block;
}
.controls .item__desc {
  position: absolute;
  z-indev: 5;
  left: 0;
  bottom: 0;
  padding-right: 30px;
  top: 0;
}
.controls .item__desc .inner {
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 700px;
  height: 186px;
  max-height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.controls .item__desc .inner .title-slider {
  position: absolute;
  bottom: 15px;
  left: 20%;
}
@media screen and (max-width: 767px) {
  .controls .item__desc .inner .title-slider {
    left: 45px;
    bottom: 5px;
    font-size: 24px;
  }
}
.controls .item__desc .inner.banner-text-blue {
  background-image: url("../images/bg/banner-text-blue.png");
}
@media screen and (max-width: 767px) {
  .controls .item__desc .inner.banner-text-blue {
    background-image: url("../images/bg/banner-text-blue-mobile.png");
  }
}
.controls .item__desc .inner.banner-text-white {
  background-image: url("../images/bg/banner-text-white.png");
}
@media screen and (max-width: 767px) {
  .controls .item__desc .inner.banner-text-white {
    background-image: url("../images/bg/banner-text-white-mobile.png");
  }
}
.controls .item__desc .inner.banner-text-white .title-slider {
  color: #0074c8;
}
.controls .item__desc .inner.banner-text-green {
  background-image: url("../images/bg/banner-text-green.png");
}
@media screen and (max-width: 767px) {
  .controls .item__desc .inner.banner-text-green {
    background-image: url("../images/bg/banner-text-green-mobile.png");
  }
}
.controls .item__desc .inner.banner-text-gray {
  background-image: url("../images/bg/banner-text-gray.png");
}
@media screen and (max-width: 767px) {
  .controls .item__desc .inner.banner-text-gray {
    background-image: url("../images/bg/banner-text-gray-mobile.png");
  }
}
.controls .item__desc .inner.banner-text {
  background: url("../images/bg/banner-text.png") no-repeat left bottom;
}
@media screen and (max-width: 767px) {
  .controls .item__desc .inner.banner-text {
    background-image: url("../images/bg/banner-text-mobile.png");
  }
}
.controls .title-slider {
  color: #fff;
  text-align: left;
  font-size: 30px;
  text-transform: inherit;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}
.controls .btn-slider {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #bc0000;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 15px;
  outline: 0 none;
}
.controls .btn-slider:focus, .controls .btn-slider:active {
  outline: none;
  border: 0 none;
}
.controls .btn-readmore {
  margin-right: 10px;
}
.controls .slick-dots {
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .controls .item__desc {
    bottom: 0;
  }
  .controls .item__desc .inner {
    padding-left: 15px;
  }
  .controls .slick-dots {
    bottom: -10px;
  }
}
@media (max-width: 320px) {
  .controls .item__desc {
    position: static;
    padding: 0;
    background: 0 none;
  }
  .controls .item__desc .inner {
    padding: 15px;
  }
  .controls .control-action {
    text-align: left;
  }
  .controls .slick-dots {
    bottom: -35px;
  }
}

.block-introduction {
  padding: 60px 0;
}
.block-introduction figure {
  float: left;
  margin-right: 45px;
  padding-top: 5px;
  width: 34.18803%;
}
@media (max-width: 767px) {
  .block-introduction figure {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.block-introduction figure img {
  display: block;
}
.block-introduction .box-intro {
  overflow: hidden;
  text-align: left;
  padding-top: 5px;
}
.block-introduction .box-intro .title-main {
  color: #0074c8;
}
.block-introduction .box-intro .box-intro-desc {
  font-size: 17px;
  margin-bottom: 60px;
  padding-top: 0px;
}
.block-introduction .box-intro .box-intro-desc p {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .block-introduction .box-intro .box-intro-desc {
    padding-top: 0;
    margin-bottom: 30px;
  }
}

.intro-bottom {
  border-top: 1px solid #f2f2f2;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .intro-bottom {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .counter-box {
    margin-top: 25px;
  }
}
.counter-box .counter {
  font-weight: 700;
  font-size: 30px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 5px;
}
.counter-box h4 {
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  line-height: 1.42857;
}
.counter-box .circle {
  display: inline-block;
  margin-bottom: 15px;
}

.grey {
  background: #f3f3f3;
}

.block-services .srv-head {
  overflow: hidden;
  margin-bottom: 35px;
}
.block-services .srv-head .title02 {
  float: left;
  width: 315px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .block-services .srv-head .title02 {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
.block-services .srv-head .srv-desc {
  margin-left: 315px;
}
@media (max-width: 991px) {
  .block-services .srv-head .srv-desc {
    margin-left: 0;
  }
}
.block-services .item {
  background: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.block-services .item figure {
  background: #0074c8;
  padding-bottom: 3px;
}
.block-services .item .item-info {
  padding: 20px 10px 20px 20px;
}
.block-services .item .item-info p {
  font-weight: 300;
}
.block-services .slick-slider {
  margin: 0 -15px;
}
.block-services .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .block-services .slick-slide img {
    width: 100%;
  }
}

.parallax {
  background: url("../images/bg/bgi-01.jpg") no-repeat center center fixed;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.parallax .parallax-content {
  padding-top: 5px;
  padding-bottom: 35px;
}
.parallax h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 55px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .parallax h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.parallax h2 span {
  font-weight: 600;
}

.block-news-events .list-news {
  text-align: left;
  margin-right: -60px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .block-news-events .list-news {
    margin-right: -20px;
  }
}
@media (max-width: 991px) {
  .block-news-events .list-news {
    margin-right: 0;
  }
}
.block-news-events .list-news li {
  padding-right: 60px;
  width: 33.33333%;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin-left: -4px;
}
@media (max-width: 991px) {
  .block-news-events .list-news li {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .block-news-events .list-news li {
    padding-right: 0;
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}
.block-news-events .list-news .item__pic {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .block-news-events .list-news .item__pic img {
    height: 172px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .block-news-events .list-news .item__pic {
    margin-bottom: 15px;
  }
}
.block-news-events .list-news .item__pic .item__item {
  width: 100%;
}
.block-news-events .list-news .item__desc .title-type--2 a {
  color: #333333;
}
.block-news-events .list-news .short-desc {
  color: #9c9c9c;
  font-size: 16px;
  font-weight: 300;
}
.block-news-events .list-news .meta-data-info {
  display: table;
  background: #0074c8;
  width: 58px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  color: #f3f3f3;
  font-size: 20px;
}
.block-news-events .list-news .meta-data-info .date-posted {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 24px;
}
.block-news-events .list-news .meta-data-info b {
  border-bottom: 1px solid #f3f3f3;
  margin-top: 2px;
  display: inline-block;
}

.block-partners {
  background: #f3f3f3;
  padding-top: 44px;
  padding-bottom: 34px;
}
.block-partners .slick-slide {
  padding: 0 5px;
}
.block-partners .title-main {
  margin-bottom: 18px;
}
.block-partners .thumb-logo {
  display: block;
  margin: 5px;
  border: 1px solid #dedede;
  height: 81px;
  background-color: #fff;
  text-align: center;
  line-height: 79px;
  font-size: 0;
}
.block-partners .thumb-logo img {
  max-height: 79px;
  vertical-align: middle;
  margin: auto;
  display: inline-block;
}

.thumb-pic.pull-right {
  float: right;
  margin: 0 0 30px 55px;
  width: 29.57265%;
}
@media (max-width: 767px) {
  .thumb-pic.pull-right {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

.entry-detail {
  overflow: hidden;
  margin-top: -15px;
}

.block01 .imgl {
  float: left;
  display: block;
  margin-right: 60px;
}
@media (max-width: 767px) {
  .block01 .imgl {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 30px;
  }
}

.desc-text {
  overflow: hidden;
}
.desc-text p:last-child {
  margin-bottom: 25px;
}
.desc-text h5 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 2px 0;
}
.desc-text ol {
  padding-left: 20px;
  list-style: disc;
  list-style-position: outside;
}
.desc-text img.pull-left {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .desc-text img.pull-left {
    float: none !important;
    display: block;
    margin: auto auto 15px;
  }
}

.block-manager {
  margin-bottom: -30px;
}

.block-description {
  margin-bottom: 30px;
}
.block-description:last-child {
  margin-bottom: 0;
}

.cover {
  margin-bottom: 30px;
}
.cover .cover-img {
  text-align: center;
  height: 230px;
  max-height: 230px;
}
.cover .cover-img img {
  display: inline-block;
  vertical-align: bottom;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.cover .cover-img .cover-inner {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.cover .cover-img .cover-inner .bgtrans {
  position: absolute;
  left: 0;
  background: transparent;
  width: 100%;
  z-index: 10;
  bottom: 0;
  height: 100%;
  opacity: 1;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  transition: all 0.5s;
}
.cover .cover-img .cover-inner .more {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
  width: 100%;
  z-index: 12;
  opacity: 0;
  transition: all 0.5s;
}
.cover .cover-img .cover-inner .linktrans {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 11;
  opacity: 0;
  transition: all 0.5s;
}
.cover .cover-img .cover-inner:hover .bgtrans, .cover .cover-img .cover-inner:hover a, .cover .cover-img .cover-inner:hover .linktrans, .cover .cover-img .cover-inner:focus .bgtrans, .cover .cover-img .cover-inner:focus a, .cover .cover-img .cover-inner:focus .linktrans {
  opacity: 1;
}
.cover .cover-img .cover-inner:hover .bgtrans, .cover .cover-img .cover-inner:focus .bgtrans {
  background: rgba(0, 116, 200, 0.45);
}
.cover .cover-name {
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
.cover .cover-name h2 {
  font-weight: 600;
  font-size: 16px;
  color: #1f419b;
  margin: 25px 0 5px 0;
}
.cover .cover-name p {
  font-size: 16px;
}

.article .profile-pic {
  float: left;
  width: 35.04274%;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .article .profile-pic {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.article .article-detail {
  overflow: hidden;
}
.article .article-head {
  margin-bottom: 30px;
}
.article .article-head h2 {
  font-size: 20px;
  margin: 0 0 5px 0;
  color: #1f419b;
}
.article .article-head p {
  font-size: 20px;
}

@media (min-width: 768px) {
  .block.entry.grey .container > .row > div:nth-child(4n+4) {
    /*clear: left;*/
  }
}
@media (max-width: 767px) {
  .block.entry.grey .container > .row > div:nth-child(2n+3) {
    clear: left;
  }
}

.gallery-img {
  margin-bottom: 15px;
  margin-top: 15px;
}

.block-all-news {
  padding: 58px 0 0;
}
.block-all-news .title-main {
  margin-bottom: 23px;
}
.block-all-news .list-news {
  margin: 0 -38px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .block-all-news .list-news {
    margin: 0 -25px;
  }
}
@media screen and (max-width: 991px) {
  .block-all-news .list-news {
    margin: 0 -15px;
  }
}
.block-all-news .list-news li {
  overflow: hidden;
  text-align: left;
  margin-bottom: 35px;
  float: left;
  width: 33.33%;
  padding: 0 38px;
  font-size: 15px;
}
.block-all-news .list-news li:nth-child(3n+4) {
  clear: left;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .block-all-news .list-news li {
    padding: 0 25px;
  }
}
@media screen and (max-width: 991px) {
  .block-all-news .list-news li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .block-all-news .list-news li {
    width: 100%;
    text-align: center;
  }
}
.block-all-news .list-news .title-type--3 {
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 2px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .block-all-news .list-news .title-type--3 {
    text-align: left;
  }
}
.block-all-news .list-news .title-type--3 a {
  color: #1f419b;
}
.block-all-news .list-news .title-type--3 a:hover {
  color: #c30e2e;
}
.block-all-news .list-news .meta-data-info {
  color: #666;
}
@media screen and (max-width: 767px) {
  .block-all-news .list-news .meta-data-info {
    text-align: left;
  }
}
.block-all-news .list-news .meta-data-info p {
  margin: 0;
}
.block-all-news .list-news .item__img {
  padding-bottom: 0;
  display: block;
  margin: auto auto 14px;
  border: 1px solid #037daa;
  max-height: 245px;
}
@media screen and (max-width: 767px) {
  .block-all-news .list-news .item__img {
    max-width: 280px;
  }
}
.block-all-news .list-news .item__img img {
  display: block;
  max-height: 170px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .block-all-news .item__img {
    float: none;
  }
}

.contact-us {
  font-size: 15px;
  padding: 58px 0 55px;
}
.contact-us .info {
  margin-bottom: 32px;
}
.contact-us .info p {
  margin-bottom: 6px;
}
.contact-us .info span {
  color: #666;
}
.contact-us .detail-contact:before, .contact-us .detail-contact:after {
  content: " ";
  display: table;
}
.contact-us .detail-contact:after {
  clear: both;
}
.contact-us .detail-contact .map {
  float: right;
  width: 38.08%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-us .detail-contact .map {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contact-us .detail-contact .form {
  float: left;
  width: 61.92%;
  padding-right: 44px;
}
@media screen and (max-width: 767px) {
  .contact-us .detail-contact .form {
    width: 100%;
    padding-right: 0;
  }
}
.contact-us .detail-contact .form .form-control {
  height: 40px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.contact-us .detail-contact .form label {
  font-weight: 300;
  text-transform: uppercase;
  color: #444;
}
.contact-us .detail-contact .form textarea {
  height: 130px;
  overflow-x: hidden;
  overflow-y: auto;
}
.contact-us .detail-contact .form button {
  width: 135px;
  background-color: #0074c8;
  color: #fff;
  border: none;
  cursor: pointer;
  height: 34px;
  line-height: 34px;
  text-transform: uppercase;
  -webkit-transition: all ease 0.5;
  -moz-transition: all ease 0.5;
  -o-transition: all ease 0.5;
  transition: all ease 0.5;
}
@media screen and (max-width: 767px) {
  .contact-us .detail-contact .form button {
    width: 100%;
    display: block;
  }
}
.contact-us .detail-contact .form button:hover {
  background-color: #0064ad;
}

.block-main-banner {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .nav-sub {
    background-color: rgba(10, 106, 176, 0.95);
    padding: 22px 0 25px;
    position: absolute;
    top: 100%;
    z-index: 4;
    left: 0;
    right: 0;
    text-align: left;
  }
  .nav-sub a {
    color: #dbdbdb;
  }
  .nav-sub a:hover {
    font-weight: 700;
    color: #fff;
  }
  .nav-sub ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .nav-sub ul li {
    display: inline-block;
    margin-right: 50px;
  }
  .nav-sub ul li:last-child {
    margin-right: 0;
  }
  .nav-sub ul li.active a {
    font-weight: 700;
    color: #fff;
  }
}
@media screen and (max-width: 1199px) {
  .nav-sub ul li.active a {
    color: #c30e2e;
  }
}
.title-main.big span {
  text-transform: uppercase;
}

.block-content-recruitment {
  padding: 56px 0 80px;
}
.block-content-recruitment .header-block {
  margin-bottom: 30px;
}
.block-content-recruitment .header-block:before, .block-content-recruitment .header-block:after {
  content: " ";
  display: table;
}
.block-content-recruitment .header-block:after {
  clear: both;
}
.block-content-recruitment .header-block .pull-left {
  width: 325px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .block-content-recruitment .header-block .pull-left {
    width: 235px;
  }
}
@media screen and (max-width: 767px) {
  .block-content-recruitment .header-block .pull-left {
    width: auto;
    float: none !important;
  }
}
.block-content-recruitment .header-block .text {
  margin-left: 325px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .block-content-recruitment .header-block .text {
    margin-left: 235px;
  }
}
@media screen and (max-width: 767px) {
  .block-content-recruitment .header-block .text {
    margin-left: 0;
  }
}
.block-content-recruitment .sam-holdings {
  font-weight: 600;
}
.block-content-recruitment .number {
  font-size: 22px;
  color: #333;
  margin-bottom: 10px;
}
.block-content-recruitment table {
  margin-bottom: 40px;
}
.block-content-recruitment table thead th {
  font-size: 18px;
  color: #333;
  background-color: #f0f0f0;
  font-weight: normal;
  padding: 15px 10px 11px 38px;
  border: none;
}
.block-content-recruitment table tbody tr:nth-child(2n+2) td {
  background-color: #f8f8f8;
}
.block-content-recruitment table tbody tr td {
  font-weight: 300;
  font-size: 16px;
  color: #666;
  border-bottom: 1px dotted #1f419b;
  padding: 25px 10px 24px 38px;
  border-top: none;
}
.block-content-recruitment table tbody tr td a {
  color: #1f419b;
  font-size: 15px;
  text-transform: uppercase;
}
.block-content-recruitment table tbody tr td a:hover {
  text-decoration: underline;
}

.pagination > li:last-child a, .pagination > li:first-child a {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .pagination > li {
    padding: 0 5px;
  }
}
.pagination > li:hover a {
  border-color: #cf0811;
  color: #cf0811;
  background: transparent;
}
.pagination > li a {
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  border: 1px solid #d0d0d0;
  color: #333;
  background: transparent;
}
.pagination > li a:hover {
  border-color: #cf0811;
  color: #cf0811;
  background: transparent;
}
.pagination > li.active a, .pagination > li.active a:hover, .pagination > li.active a:focus, .pagination > li.active span {
  border-color: #cf0811;
  color: #cf0811;
  background: transparent;
}

.relationship-shareholder {
  padding: 70px 0 56px;
}

.relationship-shareholder ul.document-year {
  list-style: none;
  width: 100%;
  padding: 0px;
}
.relationship-shareholder ul.document-year li {
  float: left;
  margin-right: 20px;
  padding: 10px 0px;
  font-size: 28px;
}
.relationship-shareholder ul.document-year li a {
  padding-right: 15px; 
  border-right: 1px solid #ccc;
}
.relationship-shareholder ul.list {
  list-style: none;
  margin: 0 -23px 35px;
  padding: 0;
}
.relationship-shareholder ul.list:before, .relationship-shareholder ul.list:after {
  content: " ";
  display: table;
}
.relationship-shareholder ul.list:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .relationship-shareholder ul.list {
    margin-left: 0;
    margin-right: 0;
  }
}
.relationship-shareholder ul.list li {
  float: left;
  width: 50%;
  padding: 0 23px;
}
@media screen and (max-width: 767px) {
  .relationship-shareholder ul.list li {
    width: 100%;
    padding: 0;
  }
}
.relationship-shareholder ul.list li:nth-child(2n+3) {
  clear: left;
}
.relationship-shareholder ul.list li .tile {
  padding-left: 64px;
  border-top: 1px solid #efefef;
  padding-top: 24px;
  margin-bottom: 23px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .relationship-shareholder ul.list li .tile {
    padding-left: 55px;
  }
}
.relationship-shareholder ul.list li .tile:before {
  content: "";
  background: url("../images/bg/bg-pdf.png") no-repeat top left;
  width: 41px;
  height: 49px;
  position: absolute;
  top: 22px;
  left: 0;
  display: inline-block;
}
.relationship-shareholder ul.list li .tile h4 {
  margin: 0 0 6px;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 22px;
}
.relationship-shareholder ul.list li .tile a:hover {
  text-decoration: underline;
}
.relationship-shareholder ul.list li .tile span {
  padding: 0 12px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .relationship-shareholder ul.list li .tile span {
    padding: 0 2px;
  }
}
.relationship-shareholder ul.list li .tile a, .relationship-shareholder ul.list li .tile span {
  color: #0074c8;
}

.customers-partners {
  padding: 58px 0 55px;
}
.customers-partners ul {
  list-style: none;
  padding: 0;
  margin: 0 -5px;
}
.customers-partners ul:before, .customers-partners ul:after {
  content: " ";
  display: table;
}
.customers-partners ul:after {
  clear: both;
}
.customers-partners ul li {
  padding: 0 5px;
  float: left;
  width: 16.66%;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .customers-partners ul li {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .customers-partners ul li {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  .customers-partners ul li {
    width: 33.33%;
  }
}
.customers-partners ul li .img {
  border: 1px solid #dedede;
  height: 81px;
  text-align: center;
  line-height: 79px;
  font-size: 0;
}
.customers-partners ul li .img img {
  max-height: 79px;
  vertical-align: middle;
}

.btn {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.btn-default {
  background: #fff;
  color: #0074c8;
  border: 0 none;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus {
  background: #dcdcdc;
  color: #0074c8;
}

.btn-lg {
  font-size: 20px;
  padding: 14px 36px;
}

@media print {
  .header,
  .footer,
  .bg {
    display: none;
  }

  body {
    padding-top: 0 !important;
  }

  .wow {
    visibility: visible !important;
  }

  .footer {
    padding: 10px 0;
  }
}

/*# sourceMappingURL=style.css.map */
