﻿@charset "UTF-8";
/***********psd-to-css3************/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-height=80px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
  color:#000000;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Open Sans", Arial, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 2.14285714;
  color: #696969;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #2b5390;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

a:hover, a:focus {
  color: #193155;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 2.14285714;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.4;
  color: #262626;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 18px;
}

h4, .h4 {
  font-size: 16px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 5px;
}

.lead {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-italic {
  font-style: italic;
}

.text-bold {
  font-weight: 700;
}

.text-semibold {
  font-weight: 600;
}

.text-light {
  font-weight: 300;
}

.text-thin {
  font-weight: 200;
}

.text-normal {
  font-weight: 400;
}

.text-muted {
  color: #999;
}

.text-primary {
  color: #2b5390;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #1f3c69;
}

.text-success {
  color: #5cb85c;
}

a.text-success:hover,
a.text-success:focus {
  color: #449d44;
}

.text-info {
  color: #5bc0de;
}

a.text-info:hover,
a.text-info:focus {
  color: #31b0d5;
}

.text-warning {
  color: #ffdc00;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ccb000;
}

.text-danger {
  color: #eb547f;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #e6265d;
}

.text-red {
  color: #ff3000;
}

a.text-red:hover,
a.text-red:focus {
  color: #cc2600;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #2b5390;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #1f3c69;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fff4b2;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ffed7f;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.bg-color-1 {
  background-color: #9cdaf4;
}

a.bg-color-1:hover,
a.bg-color-1:focus {
  background-color: #6ec9ef;
}

.bg-color-2 {
  background-color: #ffa2bd;
}

a.bg-color-2:hover,
a.bg-color-2:focus {
  background-color: #ff6f99;
}

.bg-color-3 {
  background-color: #ffd736;
}

a.bg-color-3:hover,
a.bg-color-3:focus {
  background-color: #ffcd03;
}

.page-header {
  padding-bottom: 14px;
  margin: 60px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 30px;
}

dt,
dd {
  line-height: 2.14285714;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 15px 30px;
  margin: 0 0 30px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 2.14285714;
  color: #999;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 30px;
  font-style: normal;
  line-height: 2.14285714;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 14.5px;
  margin: 0 0 15px;
  font-size: 13px;
  line-height: 2.14285714;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}

@media (min-width: 1500px) {
  .container {
    width: 1441px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.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.33333333%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.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.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .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.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 100%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1500px) {
  .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.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 2.14285714;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #f5f5f5;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 22.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 2.14285714;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 2.14285714;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 44px;
  }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 30px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 44px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 42px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 48px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 55px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 35px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: darkgray;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 37px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: all 0.2s ease-in-out;
  padding: 0.2em 0.94117647em;
  font-size: 0.88235294em;
  line-height: 2.14285714;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (min-width: 1240px) {
  .btn {
    min-width: 150px;
  }
}

.btn:after {
  display: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #262626;
  text-decoration: none;
  background-color: #fff;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.btn > i {
  line-height: 1;
  position: relative;
  bottom: -1px;
}

.btn > i:first-child {
  margin-right: 10px;
}

.btn > i:last-child {
  margin-left: 10px;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #262626;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #2b5390;
  border-color: #ccc;
}

.btn-default:hover {
  color: #2b5390;
  border-color: #ccc;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #262626;
  border-color: #ccc;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #2b5390;
  border-color: #ccc;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #262626;
}

.btn-default:hover {
  background-color: #2b5390;
  border-color: #2b5390;
  color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #2b5390;
  border-color: #2b5390;
}

.btn-primary:focus, .btn-primary.focus {
  color: #2b5390;
  border-color: #2b5390;
}

.btn-primary:hover {
  color: #2b5390;
  border-color: #2b5390;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  border-color: #2b5390;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #2b5390;
  border-color: #2b5390;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #2b5390;
  border-color: #2b5390;
}

.btn-primary .badge {
  color: #2b5390;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:focus, .btn-success.focus {
  color: #2b5390;
  border-color: #5cb85c;
}

.btn-success:hover {
  color: #2b5390;
  border-color: #5cb85c;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  border-color: #5cb85c;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #2b5390;
  border-color: #5cb85c;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #2b5390;
  border-color: #46b8da;
}

.btn-info:hover {
  color: #2b5390;
  border-color: #46b8da;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  border-color: #46b8da;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #2b5390;
  border-color: #46b8da;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #2b5390;
  background-color: #ffdc00;
  border-color: #ffdc00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #2b5390;
  border-color: #ffdc00;
}

.btn-warning:hover {
  color: #2b5390;
  border-color: #ffdc00;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #2b5390;
  border-color: #ffdc00;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #2b5390;
  border-color: #ffdc00;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #ffdc00;
  border-color: #ffdc00;
}

.btn-warning .badge {
  color: #ffdc00;
  background-color: #2b5390;
}

.btn-danger {
  color: #fff;
  background-color: #eb547f;
  border-color: #eb547f;
}

.btn-danger:focus, .btn-danger.focus {
  color: #eb547f;
  border-color: #eb547f;
}

.btn-danger:hover {
  color: #eb547f;
  border-color: #eb547f;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  border-color: #eb547f;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #eb547f;
  border-color: #eb547f;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #eb547f;
  border-color: #eb547f;
}

.btn-danger .badge {
  color: #eb547f;
  background-color: #fff;
}

.btn-link {
  color: #2b5390;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #193155;
  text-decoration: none;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

@font-face {
  font-family: 'ElegantIcons';
  src: url("../fonts/ElegantIcons.eot");
  src: url("../fonts/ElegantIconsd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/ElegantIcons.woff") format("woff"), url("../fonts/ElegantIcons.ttf") format("truetype"), url("../fonts/ElegantIcons.svg#ElegantIcons") format("svg");
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'ElegantIcons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
.arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.arrow_up:before {
  content: "\21";
}

.arrow_down:before {
  content: "\22";
}

.arrow_left:before {
  content: "\23";
}

.arrow_right:before {
  content: "\24";
}

.arrow_left-up:before {
  content: "\25";
}

.arrow_right-up:before {
  content: "\26";
}

.arrow_right-down:before {
  content: "\27";
}

.arrow_left-down:before {
  content: "\28";
}

.arrow-up-down:before {
  content: "\29";
}

.arrow_up-down_alt:before {
  content: "\2a";
}

.arrow_left-right_alt:before {
  content: "\2b";
}

.arrow_left-right:before {
  content: "\2c";
}

.arrow_expand_alt2:before {
  content: "\2d";
}

.arrow_expand_alt:before {
  content: "\2e";
}

.arrow_condense:before {
  content: "\2f";
}

.arrow_expand:before {
  content: "\30";
}

.arrow_move:before {
  content: "\31";
}

.arrow_carrot-up:before {
  content: "\32";
}

.arrow_carrot-down:before {
  content: "\33";
}

.arrow_carrot-left:before {
  content: "\34";
}

.arrow_carrot-right:before {
  content: "\35";
}

.arrow_carrot-2up:before {
  content: "\36";
}

.arrow_carrot-2down:before {
  content: "\37";
}

.arrow_carrot-2left:before {
  content: "\38";
}

.arrow_carrot-2right:before {
  content: "\39";
}

.arrow_carrot-up_alt2:before {
  content: "\3a";
}

.arrow_carrot-down_alt2:before {
  content: "\3b";
}

.arrow_carrot-left_alt2:before {
  content: "\3c";
}

.arrow_carrot-right_alt2:before {
  content: "\3d";
}

.arrow_carrot-2up_alt2:before {
  content: "\3e";
}

.arrow_carrot-2down_alt2:before {
  content: "\3f";
}

.arrow_carrot-2left_alt2:before {
  content: "\40";
}

.arrow_carrot-2right_alt2:before {
  content: "\41";
}

.arrow_triangle-up:before {
  content: "\42";
}

.arrow_triangle-down:before {
  content: "\43";
}

.arrow_triangle-left:before {
  content: "\44";
}

.arrow_triangle-right:before {
  content: "\45";
}

.arrow_triangle-up_alt2:before {
  content: "\46";
}

.arrow_triangle-down_alt2:before {
  content: "\47";
}

.arrow_triangle-left_alt2:before {
  content: "\48";
}

.arrow_triangle-right_alt2:before {
  content: "\49";
}

.arrow_back:before {
  content: "\4a";
}

.icon_minus-06:before {
  content: "\4b";
}

.icon_plus:before {
  content: "\4c";
}

.icon_close:before {
  content: "\4d";
}

.icon_check:before {
  content: "\4e";
}

.icon_minus_alt2:before {
  content: "\4f";
}

.icon_plus_alt2:before {
  content: "\50";
}

.icon_close_alt2:before {
  content: "\51";
}

.icon_check_alt2:before {
  content: "\52";
}

.icon_zoom-out_alt:before {
  content: "\53";
}

.icon_zoom-in_alt:before {
  content: "\54";
}

.icon_search:before {
  content: "\55";
}

.icon_box-empty:before {
  content: "\56";
}

.icon_box-selected:before {
  content: "\57";
}

.icon_minus-box:before {
  content: "\58";
}

.icon_plus-box:before {
  content: "\59";
}

.icon_box-checked:before {
  content: "\5a";
}

.icon_circle-empty:before {
  content: "\5b";
}

.icon_circle-slelected:before {
  content: "\5c";
}

.icon_stop_alt2:before {
  content: "\5d";
}

.icon_stop:before {
  content: "\5e";
}

.icon_pause_alt2:before {
  content: "\5f";
}

.icon_pause:before {
  content: "\60";
}

.icon_menu:before {
  content: "\61";
}

.icon_menu-square_alt2:before {
  content: "\62";
}

.icon_menu-circle_alt2:before {
  content: "\63";
}

.icon_ul:before {
  content: "\64";
}

.icon_ol:before {
  content: "\65";
}

.icon_adjust-horiz:before {
  content: "\66";
}

.icon_adjust-vert:before {
  content: "\67";
}

.icon_document_alt:before {
  content: "\68";
}

.icon_documents_alt:before {
  content: "\69";
}

.icon_pencil:before {
  content: "\6a";
}

.icon_pencil-edit_alt:before {
  content: "\6b";
}

.icon_pencil-edit:before {
  content: "\6c";
}

.icon_folder-alt:before {
  content: "\6d";
}

.icon_folder-open_alt:before {
  content: "\6e";
}

.icon_folder-add_alt:before {
  content: "\6f";
}

.icon_info_alt:before {
  content: "\70";
}

.icon_error-oct_alt:before {
  content: "\71";
}

.icon_error-circle_alt:before {
  content: "\72";
}

.icon_error-triangle_alt:before {
  content: "\73";
}

.icon_question_alt2:before {
  content: "\74";
}

.icon_question:before {
  content: "\75";
}

.icon_comment_alt:before {
  content: "\76";
}

.icon_chat_alt:before {
  content: "\77";
}

.icon_vol-mute_alt:before {
  content: "\78";
}

.icon_volume-low_alt:before {
  content: "\79";
}

.icon_volume-high_alt:before {
  content: "\7a";
}

.icon_quotations:before {
  content: "\7b";
}

.icon_quotations_alt2:before {
  content: "\7c";
}

.icon_clock_alt:before {
  content: "\7d";
}

.icon_lock_alt:before {
  content: "\7e";
}

.icon_lock-open_alt:before {
  content: "\e000";
}

.icon_key_alt:before {
  content: "\e001";
}

.icon_cloud_alt:before {
  content: "\e002";
}

.icon_cloud-upload_alt:before {
  content: "\e003";
}

.icon_cloud-download_alt:before {
  content: "\e004";
}

.icon_image:before {
  content: "\e005";
}

.icon_images:before {
  content: "\e006";
}

.icon_lightbulb_alt:before {
  content: "\e007";
}

.icon_gift_alt:before {
  content: "\e008";
}

.icon_house_alt:before {
  content: "\e009";
}

.icon_genius:before {
  content: "\e00a";
}

.icon_mobile:before {
  content: "\e00b";
}

.icon_tablet:before {
  content: "\e00c";
}

.icon_laptop:before {
  content: "\e00d";
}

.icon_desktop:before {
  content: "\e00e";
}

.icon_camera_alt:before {
  content: "\e00f";
}

.icon_mail_alt:before {
  content: "\e010";
}

.icon_cone_alt:before {
  content: "\e011";
}

.icon_ribbon_alt:before {
  content: "\e012";
}

.icon_bag_alt:before {
  content: "\e013";
}

.icon_creditcard:before {
  content: "\e014";
}

.icon_cart_alt:before {
  content: "\e015";
}

.icon_paperclip:before {
  content: "\e016";
}

.icon_tag_alt:before {
  content: "\e017";
}

.icon_tags_alt:before {
  content: "\e018";
}

.icon_trash_alt:before {
  content: "\e019";
}

.icon_cursor_alt:before {
  content: "\e01a";
}

.icon_mic_alt:before {
  content: "\e01b";
}

.icon_compass_alt:before {
  content: "\e01c";
}

.icon_pin_alt:before {
  content: "\e01d";
}

.icon_pushpin_alt:before {
  content: "\e01e";
}

.icon_map_alt:before {
  content: "\e01f";
}

.icon_drawer_alt:before {
  content: "\e020";
}

.icon_toolbox_alt:before {
  content: "\e021";
}

.icon_book_alt:before {
  content: "\e022";
}

.icon_calendar:before {
  content: "\e023";
}

.icon_film:before {
  content: "\e024";
}

.icon_table:before {
  content: "\e025";
}

.icon_contacts_alt:before {
  content: "\e026";
}

.icon_headphones:before {
  content: "\e027";
}

.icon_lifesaver:before {
  content: "\e028";
}

.icon_piechart:before {
  content: "\e029";
}

.icon_refresh:before {
  content: "\e02a";
}

.icon_link_alt:before {
  content: "\e02b";
}

.icon_link:before {
  content: "\e02c";
}

.icon_loading:before {
  content: "\e02d";
}

.icon_blocked:before {
  content: "\e02e";
}

.icon_archive_alt:before {
  content: "\e02f";
}

.icon_heart_alt:before {
  content: "\e030";
}

.icon_star_alt:before {
  content: "\e031";
}

.icon_star-half_alt:before {
  content: "\e032";
}

.icon_star:before {
  content: "\e033";
}

.icon_star-half:before {
  content: "\e034";
}

.icon_tools:before {
  content: "\e035";
}

.icon_tool:before {
  content: "\e036";
}

.icon_cog:before {
  content: "\e037";
}

.icon_cogs:before {
  content: "\e038";
}

.arrow_up_alt:before {
  content: "\e039";
}

.arrow_down_alt:before {
  content: "\e03a";
}

.arrow_left_alt:before {
  content: "\e03b";
}

.arrow_right_alt:before {
  content: "\e03c";
}

.arrow_left-up_alt:before {
  content: "\e03d";
}

.arrow_right-up_alt:before {
  content: "\e03e";
}

.arrow_right-down_alt:before {
  content: "\e03f";
}

.arrow_left-down_alt:before {
  content: "\e040";
}

.arrow_condense_alt:before {
  content: "\e041";
}

.arrow_expand_alt3:before {
  content: "\e042";
}

.arrow_carrot_up_alt:before {
  content: "\e043";
}

.arrow_carrot-down_alt:before {
  content: "\e044";
}

.arrow_carrot-left_alt:before {
  content: "\e045";
}

.arrow_carrot-right_alt:before {
  content: "\e046";
}

.arrow_carrot-2up_alt:before {
  content: "\e047";
}

.arrow_carrot-2dwnn_alt:before {
  content: "\e048";
}

.arrow_carrot-2left_alt:before {
  content: "\e049";
}

.arrow_carrot-2right_alt:before {
  content: "\e04a";
}

.arrow_triangle-up_alt:before {
  content: "\e04b";
}

.arrow_triangle-down_alt:before {
  content: "\e04c";
}

.arrow_triangle-left_alt:before {
  content: "\e04d";
}

.arrow_triangle-right_alt:before {
  content: "\e04e";
}

.icon_minus_alt:before {
  content: "\e04f";
}

.icon_plus_alt:before {
  content: "\e050";
}

.icon_close_alt:before {
  content: "\e051";
}

.icon_check_alt:before {
  content: "\e052";
}

.icon_zoom-out:before {
  content: "\e053";
}

.icon_zoom-in:before {
  content: "\e054";
}

.icon_stop_alt:before {
  content: "\e055";
}

.icon_menu-square_alt:before {
  content: "\e056";
}

.icon_menu-circle_alt:before {
  content: "\e057";
}

.icon_document:before {
  content: "\e058";
}

.icon_documents:before {
  content: "\e059";
}

.icon_pencil_alt:before {
  content: "\e05a";
}

.icon_folder:before {
  content: "\e05b";
}

.icon_folder-open:before {
  content: "\e05c";
}

.icon_folder-add:before {
  content: "\e05d";
}

.icon_folder_upload:before {
  content: "\e05e";
}

.icon_folder_download:before {
  content: "\e05f";
}

.icon_info:before {
  content: "\e060";
}

.icon_error-circle:before {
  content: "\e061";
}

.icon_error-oct:before {
  content: "\e062";
}

.icon_error-triangle:before {
  content: "\e063";
}

.icon_question_alt:before {
  content: "\e064";
}

.icon_comment:before {
  content: "\e065";
}

.icon_chat:before {
  content: "\e066";
}

.icon_vol-mute:before {
  content: "\e067";
}

.icon_volume-low:before {
  content: "\e068";
}

.icon_volume-high:before {
  content: "\e069";
}

.icon_quotations_alt:before {
  content: "\e06a";
}

.icon_clock:before {
  content: "\e06b";
}

.icon_lock:before {
  content: "\e06c";
}

.icon_lock-open:before {
  content: "\e06d";
}

.icon_key:before {
  content: "\e06e";
}

.icon_cloud:before {
  content: "\e06f";
}

.icon_cloud-upload:before {
  content: "\e070";
}

.icon_cloud-download:before {
  content: "\e071";
}

.icon_lightbulb:before {
  content: "\e072";
}

.icon_gift:before {
  content: "\e073";
}

.icon_house:before {
  content: "\e074";
}

.icon_camera:before {
  content: "\e075";
}

.icon_mail:before {
  content: "\e076";
}

.icon_cone:before {
  content: "\e077";
}

.icon_ribbon:before {
  content: "\e078";
}

.icon_bag:before {
  content: "\e079";
}

.icon_cart:before {
  content: "\e07a";
}

.icon_tag:before {
  content: "\e07b";
}

.icon_tags:before {
  content: "\e07c";
}

.icon_trash:before {
  content: "\e07d";
}

.icon_cursor:before {
  content: "\e07e";
}

.icon_mic:before {
  content: "\e07f";
}

.icon_compass:before {
  content: "\e080";
}

.icon_pin:before {
  content: "\e081";
}

.icon_pushpin:before {
  content: "\e082";
}

.icon_map:before {
  content: "\e083";
}

.icon_drawer:before {
  content: "\e084";
}

.icon_toolbox:before {
  content: "\e085";
}

.icon_book:before {
  content: "\e086";
}

.icon_contacts:before {
  content: "\e087";
}

.icon_archive:before {
  content: "\e088";
}

.icon_heart:before {
  content: "\e089";
}

.icon_profile:before {
  content: "\e08a";
}

.icon_group:before {
  content: "\e08b";
}

.icon_grid-2x2:before {
  content: "\e08c";
}

.icon_grid-3x3:before {
  content: "\e08d";
}

.icon_music:before {
  content: "\e08e";
}

.icon_pause_alt:before {
  content: "\e08f";
}

.icon_phone:before {
  content: "\e090";
}

.icon_upload:before {
  content: "\e091";
}

.icon_download:before {
  content: "\e092";
}

.social_facebook:before {
  content: "\e093";
}

.social_twitter:before {
  content: "\e094";
}

.social_pinterest:before {
  content: "\e095";
}

.social_googleplus:before {
  content: "\e096";
}

.social_tumblr:before {
  content: "\e097";
}

.social_tumbleupon:before {
  content: "\e098";
}

.social_wordpress:before {
  content: "\e099";
}

.social_instagram:before {
  content: "\e09a";
}

.social_dribbble:before {
  content: "\e09b";
}

.social_vimeo:before {
  content: "\e09c";
}

.social_linkedin:before {
  content: "\e09d";
}

.social_rss:before {
  content: "\e09e";
}

.social_deviantart:before {
  content: "\e09f";
}

.social_share:before {
  content: "\e0a0";
}

.social_myspace:before {
  content: "\e0a1";
}

.social_skype:before {
  content: "\e0a2";
}

.social_youtube:before {
  content: "\e0a3";
}

.social_picassa:before {
  content: "\e0a4";
}

.social_googledrive:before {
  content: "\e0a5";
}

.social_flickr:before {
  content: "\e0a6";
}

.social_blogger:before {
  content: "\e0a7";
}

.social_spotify:before {
  content: "\e0a8";
}

.social_delicious:before {
  content: "\e0a9";
}

.social_facebook_circle:before {
  content: "\e0aa";
}

.social_twitter_circle:before {
  content: "\e0ab";
}

.social_pinterest_circle:before {
  content: "\e0ac";
}

.social_googleplus_circle:before {
  content: "\e0ad";
}

.social_tumblr_circle:before {
  content: "\e0ae";
}

.social_stumbleupon_circle:before {
  content: "\e0af";
}

.social_wordpress_circle:before {
  content: "\e0b0";
}

.social_instagram_circle:before {
  content: "\e0b1";
}

.social_dribbble_circle:before {
  content: "\e0b2";
}

.social_vimeo_circle:before {
  content: "\e0b3";
}

.social_linkedin_circle:before {
  content: "\e0b4";
}

.social_rss_circle:before {
  content: "\e0b5";
}

.social_deviantart_circle:before {
  content: "\e0b6";
}

.social_share_circle:before {
  content: "\e0b7";
}

.social_myspace_circle:before {
  content: "\e0b8";
}

.social_skype_circle:before {
  content: "\e0b9";
}

.social_youtube_circle:before {
  content: "\e0ba";
}

.social_picassa_circle:before {
  content: "\e0bb";
}

.social_googledrive_alt2:before {
  content: "\e0bc";
}

.social_flickr_circle:before {
  content: "\e0bd";
}

.social_blogger_circle:before {
  content: "\e0be";
}

.social_spotify_circle:before {
  content: "\e0bf";
}

.social_delicious_circle:before {
  content: "\e0c0";
}

.social_facebook_square:before {
  content: "\e0c1";
}

.social_twitter_square:before {
  content: "\e0c2";
}

.social_pinterest_square:before {
  content: "\e0c3";
}

.social_googleplus_square:before {
  content: "\e0c4";
}

.social_tumblr_square:before {
  content: "\e0c5";
}

.social_stumbleupon_square:before {
  content: "\e0c6";
}

.social_wordpress_square:before {
  content: "\e0c7";
}

.social_instagram_square:before {
  content: "\e0c8";
}

.social_dribbble_square:before {
  content: "\e0c9";
}

.social_vimeo_square:before {
  content: "\e0ca";
}

.social_linkedin_square:before {
  content: "\e0cb";
}

.social_rss_square:before {
  content: "\e0cc";
}

.social_deviantart_square:before {
  content: "\e0cd";
}

.social_share_square:before {
  content: "\e0ce";
}

.social_myspace_square:before {
  content: "\e0cf";
}

.social_skype_square:before {
  content: "\e0d0";
}

.social_youtube_square:before {
  content: "\e0d1";
}

.social_picassa_square:before {
  content: "\e0d2";
}

.social_googledrive_square:before {
  content: "\e0d3";
}

.social_flickr_square:before {
  content: "\e0d4";
}

.social_blogger_square:before {
  content: "\e0d5";
}

.social_spotify_square:before {
  content: "\e0d6";
}

.social_delicious_square:before {
  content: "\e0d7";
}

.icon_printer:before {
  content: "\e103";
}

.icon_calulator:before {
  content: "\e0ee";
}

.icon_building:before {
  content: "\e0ef";
}

.icon_floppy:before {
  content: "\e0e8";
}

.icon_drive:before {
  content: "\e0ea";
}

.icon_search-2:before {
  content: "\e101";
}

.icon_id:before {
  content: "\e107";
}

.icon_id-2:before {
  content: "\e108";
}

.icon_puzzle:before {
  content: "\e102";
}

.icon_like:before {
  content: "\e106";
}

.icon_dislike:before {
  content: "\e0eb";
}

.icon_mug:before {
  content: "\e105";
}

.icon_currency:before {
  content: "\e0ed";
}

.icon_wallet:before {
  content: "\e100";
}

.icon_pens:before {
  content: "\e104";
}

.icon_easel:before {
  content: "\e0e9";
}

.icon_flowchart:before {
  content: "\e109";
}

.icon_datareport:before {
  content: "\e0ec";
}

.icon_briefcase:before {
  content: "\e0fe";
}

.icon_shield:before {
  content: "\e0f6";
}

.icon_percent:before {
  content: "\e0fb";
}

.icon_globe:before {
  content: "\e0e2";
}

.icon_globe-2:before {
  content: "\e0e3";
}

.icon_target:before {
  content: "\e0f5";
}

.icon_hourglass:before {
  content: "\e0e1";
}

.icon_balance:before {
  content: "\e0ff";
}

.icon_rook:before {
  content: "\e0f8";
}

.icon_printer-alt:before {
  content: "\e0fa";
}

.icon_calculator_alt:before {
  content: "\e0e7";
}

.icon_building_alt:before {
  content: "\e0fd";
}

.icon_floppy_alt:before {
  content: "\e0e4";
}

.icon_drive_alt:before {
  content: "\e0e5";
}

.icon_search_alt:before {
  content: "\e0f7";
}

.icon_id_alt:before {
  content: "\e0e0";
}

.icon_id-2_alt:before {
  content: "\e0fc";
}

.icon_puzzle_alt:before {
  content: "\e0f9";
}

.icon_like_alt:before {
  content: "\e0dd";
}

.icon_dislike_alt:before {
  content: "\e0f1";
}

.icon_mug_alt:before {
  content: "\e0dc";
}

.icon_currency_alt:before {
  content: "\e0f3";
}

.icon_wallet_alt:before {
  content: "\e0d8";
}

.icon_pens_alt:before {
  content: "\e0db";
}

.icon_easel_alt:before {
  content: "\e0f0";
}

.icon_flowchart_alt:before {
  content: "\e0df";
}

.icon_datareport_alt:before {
  content: "\e0f2";
}

.icon_briefcase_alt:before {
  content: "\e0f4";
}

.icon_shield_alt:before {
  content: "\e0d9";
}

.icon_percent_alt:before {
  content: "\e0da";
}

.icon_globe_alt:before {
  content: "\e0de";
}

.icon_clipboard:before {
  content: "\e0e6";
}

.glyph {
  float: left;
  text-align: center;
  padding: .75em;
  margin: .4em 1.5em .75em 0;
  width: 6em;
  text-shadow: none;
}

.glyph_big {
  font-size: 128px;
  color: #59c5dc;
  float: left;
  margin-right: 20px;
}

.glyph div {
  padding-bottom: 10px;
}

.glyph input {
  font-family: consolas, monospace;
  font-size: 12px;
  width: 100%;
  text-align: center;
  border: 0;
  box-shadow: 0 0 0 1px #ccc;
  padding: .2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.glyph .fs1 {
  font-size: 2em;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 14px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 2.14285714;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #2b5390;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 2.14285714;
  color: #999;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1499px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1499px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1499px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1499px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1500px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1500px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1500px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1500px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1499px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1500px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

html {
  background-color: #f5f5f5;
}

body {
  line-height: 0.56666667;
}

a {
  cursor: pointer;
}

.submit-apply-hidden {
  display: none !important;
}

.section_wrapper, .container {
  padding-left: 15px;
  padding-right: 15px;
}

div[style*="position: absolute; z-index: -10000;"] {
  display: none;
}

#Wrapper {
  box-shadow: none;
}

.section_wrapper,
.container {
  max-width: 1441px;
  margin: 0 auto;
  position: relative;
}

.mcb-wrap-inner {
  margin-left: -15px;
  margin-right: -15px;
}

.column {
  margin: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.one-sixth.column {
  width: 16.66666667%;
}

/* 1/6 */
.one-fifth.column {
  width: 20%;
}

/* 1/5 */
.one-fourth.column, .four.columns {
  width: 25%;
}

/* 1/4 */
.one-third.column {
  width: 33.33333333%;
}

/* 1/3 */
.two-fifth.column {
  width: 40%;
}

/* 2/5 */
.one-second.column {
  width: 50%;
}

/* 1/2 */
.three-fifth.column {
  width: 60%;
}

/* 3/5 */
.two-third.column {
  width: 66.66666667%;
}

/* 2/3 */
.three-fourth.column {
  width: 75%;
}

/* 3/4 */
.four-fifth.column {
  width: 80%;
}

/* 4/5 */
.five-sixth.column {
  width: 83.33333333%;
}

/* 5/6 */
.one.column {
  width: 100%;
  padding: 0;
}

/* 1/1 */
.container > .column {
  padding-left: 0;
  padding-right: 0;
}

#Wrapper #Content {
  background-color: #fff;
  max-width: 1411px;
  margin: 0 auto;
}

#wpadminbar ~ div {
  height: auto !important;
}

input[type="submit"], input[type="reset"], input[type="button"], input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea, select {
  font-family: "Exo", Arial, Tahoma, sans-serif;
}

body.button-stroke a.button,
body.button-stroke a.tp-button,
body.button-stroke button,
body.button-stroke input[type="submit"],
body.button-stroke input[type="reset"],
body.button-stroke input[type="button"] {
  padding: 4px 20px;
  font-size: 0.88235294em;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #ccc !important;
  color: #262626 !important;
  border-radius: 3px !important;
}

body.button-stroke a.button:focus, body.button-stroke a.button:hover,
body.button-stroke a.tp-button:focus,
body.button-stroke a.tp-button:hover,
body.button-stroke button:focus,
body.button-stroke button:hover,
body.button-stroke input[type="submit"]:focus,
body.button-stroke input[type="submit"]:hover,
body.button-stroke input[type="reset"]:focus,
body.button-stroke input[type="reset"]:hover,
body.button-stroke input[type="button"]:focus,
body.button-stroke input[type="button"]:hover {
  outline: none !important;
  color: #fff !important;
  border-color: #2b5390 !important;
  background: #2b5390 !important;
}

body.with_aside .section_wrapper {
  max-width: 100%;
}

body.with_aside .content_wrapper {
  padding: 0;
}

body.with_aside .content_wrapper .sections_group {
  padding: 10px 60px 30px;
}

body.with_aside.aside_right .sidebar-1 .widget-area {
  padding: 60px 60px 60px 0;
}

body.with_aside.aside_left .sidebar-1 .widget-area {
  padding: 60px 0 60px 60px;
}

body.with_aside.aside_both .sidebar-1 .widget-area {
  padding: 60px 0 60px 60px;
}

body.with_aside.aside_both .sidebar-2 .widget-area {
  padding: 60px 60px 60px 0;
}

.headings {
  text-transform: uppercase;
  color:#00923f;
  font-weight:bold;
}

.videoBox {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.videoBox:after {
  content: "";
  padding-top: 55.94202899%;
  display: block;
}

.videoBox img {
  display: none;
}

.videoBox > * {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.nice-scroll .nicescroll-rails {
  background-color: transparent !important;
  z-index: 90 !important;
}

@media only screen and (max-width: 1499px) and (min-width: 992px) {
  .with_aside .sections_group {
    width: 72% !important;
  }
  .with_aside .sidebar.columns {
    width: 28% !important;
  }
}

@media only screen and (max-width: 1239px) and (min-width: 960px) {
  .section_wrapper, .container, .with_aside .content_wrapper {
    max-width: 1240px;
  }
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
  .section_wrapper, .container, .with_aside .content_wrapper {
    max-width: 100%;
  }
  #Subheader ul.breadcrumbs {
    display: block;
  }
}

@media (min-width: 768px) {
  .container {
    width: 760px;
  }
  #Wrapper #Content {
    max-width: 730px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 990px;
  }
  #Wrapper #Content {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
  #Wrapper #Content {
    max-width: 1170px;
  }
}

@media (min-width: 1500px) {
  .container {
    width: 1441px;
  }
  #Wrapper #Content {
    max-width: 1411px;
  }
}

@media screen and (max-width: 1199px) {
  body.with_aside .content_wrapper .sections_group {
    padding: 30px 30px 30px;
  }
  body.with_aside.aside_right .sidebar-1 .widget-area {
    padding: 30px 30px 30px 0;
  }
  body.with_aside.aside_left .sidebar-1 .widget-area {
    padding: 30px 0 30px 30px;
  }
  body.with_aside.aside_both .sidebar-1 .widget-area {
    padding: 30px 0 30px 30px;
  }
  body.with_aside.aside_both .sidebar-2 .widget-area {
    padding: 30px 30px 30px 0;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 15px !important;
    line-height: 1.66 !important;
  }
  .content_wrapper .sections_group,
  .content_wrapper .sidebar {
    width: 100% !important;
    float: none !important;
  }
  body.with_aside .content_wrapper .sections_group {
    padding: 30px 30px 30px;
  }
  body.with_aside.aside_right .sidebar-1 .widget-area,
  body.with_aside.aside_left .sidebar-1 .widget-area,
  body.with_aside.aside_both .sidebar-1 .widget-area,
  body.with_aside.aside_both .sidebar-2 .widget-area {
    padding: 0 30px 30px !important;
    min-height: auto !important;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px !important;
  }
  body .section_wrapper,
  body .container,
  body .four.columns .widget-area {
    max-width: 100% !important;
  }
  .section_wrapper .column {
    margin: 0;
  }
  .section_wrapper, .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 480px) {
  body.with_aside .content_wrapper .sections_group {
    padding: 20px 15px;
  }
  body.with_aside .sidebar .widget-area,
  body.with_aside.aside_right .sidebar-1 .widget-area,
  body.with_aside.aside_left .sidebar-1 .widget-area,
  body.with_aside.aside_both .sidebar-1 .widget-area,
  body.with_aside.aside_both .sidebar-2 .widget-area {
    margin-top: 0 !important;
    padding: 0 15px 20px !important;
    min-height: auto !important;
  }
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  max-width: 100%;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #959595;
  border-top: 0;
  background: #fff;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 15px;
  height: 36px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  background-color: #fff;
  background-clip: padding-box;
  color: #999;
  text-decoration: none;
  white-space: nowrap;
  line-height: 34px;
}

@media only screen and (max-width: 991px) {
  .chosen-container-single .chosen-single {
    height: 34px;
    line-height: 32px;
  }
}

.chosen-container-single .chosen-default {
  color: #696969;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 50%;
  right: 14px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #707a8a transparent transparent;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 3px 20px 3px 15px;
  width: 100%;
  height: auto;
  outline: 0;
  border-radius: 20px;
  border: none;
  background: #f5f5f5 url("../images/chosen-sprite.png") no-repeat 100% -20px !important;
  font-size: 1em;
  line-height: normal;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #2b5390;
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #ebebeb;
  background-color: #fff;
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #2b5390;
  max-width: 100%;
  border-radius: 3px;
  background-color: #fff;
  color: #666;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #959595;
  font-weight: 700;
  color: #262626;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #959595;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #707a8a;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #959595;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #707a8a;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("../images/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../images/chosen-sprite%402x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  padding: 2px 7px !important;
  min-width: auto !important;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #eb547f !important;
  color: #fff;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #ffdc00 !important;
  color: #fff;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdc00 !important \9;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #ffdc00 !important;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #ffdc00;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #ffdc00;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #2b5390 !important;
  color: #fff;
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #2b5390 !important;
  color: #fff;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #2b5390 !important;
  color: #fff;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #2b5390 !important \9;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #2b5390 !important;
  color: #fff;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #2b5390 !important;
  color: #fff;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}

.input-daterange input {
  text-align: center;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/*# sourceMappingURL=bootstrap-datepicker.css.map */
#Content .jq-tabs {
  display: none;
}

#Content .jq-tabs.ui-tabs {
  display: block;
  border: none;
}

#Content .jq-tabs.ui-tabs .ui-tabs-nav {
  border: none;
  background: none;
}

#Content .jq-tabs.ui-tabs .ui-tabs-nav li {
  border: none;
  margin: 0 15px;
}

#Content .jq-tabs.ui-tabs .ui-tabs-nav li:after {
  display: none;
}

#Content .jq-tabs.ui-tabs .ui-tabs-nav li a {
  font-size: 0.94117647em;
  text-transform: uppercase;
  font-weight: 500;
  color: #696969;
  padding: 6px 23px !important;
}

#Content .jq-tabs.ui-tabs .ui-tabs-nav li a:before, #Content .jq-tabs.ui-tabs .ui-tabs-nav li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 24px;
  border: 1px solid transparent;
  top: 50%;
  margin-top: -12px;
  left: auto;
  background: transparent !important;
  transition: all 0.3s ease-in-out;
}

#Content .jq-tabs.ui-tabs .ui-tabs-nav li a:before {
  left: -10px;
  border-right-width: 0;
}

#Content .jq-tabs.ui-tabs .ui-tabs-nav li a:after {
  right: -10px;
  border-left-width: 0;
}

#Content .jq-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  color: #262626;
  font-weight: 600;
}

#Content .jq-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a:after, #Content .jq-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a:before {
  border-color: #262626;
}

#Content .jq-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a:before {
  left: 0;
}

#Content .jq-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a:after {
  right: 0;
}

#Content .jq-tabs.ui-tabs .ui-tabs-nav li:first-child {
  margin-left: 0;
}

#Content .jq-tabs.ui-tabs .ui-tabs-nav li:last-child {
  margin-right: 0;
}

#Content .jq-tabs.ui-tabs .ui-tabs-panel {
  background: none;
  padding: 48px 30px;
}

@media screen and (max-width: 767px) {
  #Content .jq-tabs.ui-tabs .ui-tabs-nav {
    padding: 0 30px;
  }
  #Content .jq-tabs.ui-tabs .ui-tabs-nav li {
    margin: 0;
  }
  #Content .jq-tabs.ui-tabs .ui-tabs-nav li a {
    background: none;
  }
  #Content .jq-tabs.ui-tabs .ui-tabs-nav li + li {
    margin-top: 5px;
  }
}

@media screen and (max-width: 480px) {
  #Content .jq-tabs.ui-tabs .ui-tabs-nav {
    padding: 0 15px;
  }
  #Content .jq-tabs.ui-tabs .ui-tabs-panel {
    padding: 30px 15px 15px;
  }
}

.pager_wrapper {
  padding: 0 0 30px;
}

.pager_wrapper.one.column {
  padding: 40px 0 !important;
}

.pager_wrapper .pager .prev_page,
.pager_wrapper .pager .next_page {
  font-size: 0;
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  text-align: center;
  line-height: 33px;
  z-index: 1;
  color: #abb1ba;
  background-color: #f5f5f5;
  cursor: pointer;
  vertical-align: top;
}

.pager_wrapper .pager .prev_page:hover,
.pager_wrapper .pager .next_page:hover {
  color: #fff;
  background-color: #2b5390;
}

.pager_wrapper .pager .prev_page i,
.pager_wrapper .pager .next_page i {
  font-size: 17px;
}

.pager_wrapper .pager .next_page i {
  position: relative;
  left: 1px;
}

.pager_wrapper .pager .next_prev i {
  position: relative;
  left: -1px;
}

.pager_wrapper .pages {
  vertical-align: top;
  margin: 0 24px;
  padding: 0;
  background: none !important;
}

.pager_wrapper .pages a.page {
  width: 52px;
  height: 33px;
  line-height: 33px;
  background: none !important;
  color: #999999;
  position: relative;
  padding-right: 4px;
}

.pager_wrapper .pages a.page:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -8px;
  height: 16px;
  width: 1px;
  background: #e6e6e6;
}

.pager_wrapper .pages a.page.active, .pager_wrapper .pages a.page:hover {
  color: #f00; font-weight:bold;
}

.pager_wrapper .pages a.page:last-child:before {
  display: none;
}

@media screen and (max-width: 480px) {
  .pager_wrapper {
    padding: 20px 0 30px !important;
  }
  .pager_wrapper .pages {
    margin: 0;
  }
  .pager_wrapper .pages a.page {
    width: 40px;
  }
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 label {
  display: block;
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 14px;
  color: #696969;
}

.wpcf7 label ~ br {
  display: none;
}

.wpcf7 span.wpcf7-form-control-wrap {
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
}

.wpcf7 span.wpcf7-form-control-wrap .wpcf7-text,
.wpcf7 span.wpcf7-form-control-wrap .wpcf7-textarea,
.wpcf7 span.wpcf7-form-control-wrap .wpcf7-select {
  font-weight: normal;
  border: 1px solid #ebebeb;
  color: #696969;
  border-radius: 3px;
  padding: 2px 14px;
  font-size: 14px;
  height: 36px;
  transition: all 0.3s;
  box-shadow: none;
}

.wpcf7 span.wpcf7-form-control-wrap .wpcf7-text::-moz-placeholder,
.wpcf7 span.wpcf7-form-control-wrap .wpcf7-textarea::-moz-placeholder,
.wpcf7 span.wpcf7-form-control-wrap .wpcf7-select::-moz-placeholder {
  color: rgba(105, 105, 105, 0.5);
  opacity: 1;
}

.wpcf7 span.wpcf7-form-control-wrap .wpcf7-text:-ms-input-placeholder,
.wpcf7 span.wpcf7-form-control-wrap .wpcf7-textarea:-ms-input-placeholder,
.wpcf7 span.wpcf7-form-control-wrap .wpcf7-select:-ms-input-placeholder {
  color: rgba(105, 105, 105, 0.5);
}

.wpcf7 span.wpcf7-form-control-wrap .wpcf7-text::-webkit-input-placeholder,
.wpcf7 span.wpcf7-form-control-wrap .wpcf7-textarea::-webkit-input-placeholder,
.wpcf7 span.wpcf7-form-control-wrap .wpcf7-select::-webkit-input-placeholder {
  color: rgba(105, 105, 105, 0.5);
}

.wpcf7 span.wpcf7-form-control-wrap .wpcf7-text, .wpcf7 span.wpcf7-form-control-wrap .wpcf7-text:hover, .wpcf7 span.wpcf7-form-control-wrap .wpcf7-text:focus, .wpcf7 span.wpcf7-form-control-wrap .wpcf7-text:active,
.wpcf7 span.wpcf7-form-control-wrap .wpcf7-textarea,
.wpcf7 span.wpcf7-form-control-wrap .wpcf7-textarea:hover,
.wpcf7 span.wpcf7-form-control-wrap .wpcf7-textarea:focus,
.wpcf7 span.wpcf7-form-control-wrap .wpcf7-textarea:active,
.wpcf7 span.wpcf7-form-control-wrap .wpcf7-select,
.wpcf7 span.wpcf7-form-control-wrap .wpcf7-select:hover,
.wpcf7 span.wpcf7-form-control-wrap .wpcf7-select:focus,
.wpcf7 span.wpcf7-form-control-wrap .wpcf7-select:active {
  background-color: #fff !important;
  outline: none;
}

.wpcf7 span.wpcf7-form-control-wrap .wpcf7-text:hover, .wpcf7 span.wpcf7-form-control-wrap .wpcf7-text:focus, .wpcf7 span.wpcf7-form-control-wrap .wpcf7-text:active,
.wpcf7 span.wpcf7-form-control-wrap .wpcf7-textarea:hover,
.wpcf7 span.wpcf7-form-control-wrap .wpcf7-textarea:focus,
.wpcf7 span.wpcf7-form-control-wrap .wpcf7-textarea:active,
.wpcf7 span.wpcf7-form-control-wrap .wpcf7-select:hover,
.wpcf7 span.wpcf7-form-control-wrap .wpcf7-select:focus,
.wpcf7 span.wpcf7-form-control-wrap .wpcf7-select:active {
  border-color: #959595;
}

.wpcf7 span.wpcf7-form-control-wrap .wpcf7-textarea {
  line-height: 1.6;
}

.wpcf7 .wpcf7-submit-wrap {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.wpcf7 .wpcf7-submit-wrap .wpcf7-submit-icon {
  display: inline-block;
  position: relative;
  border-radius: 3px;
  transition: all 0.3s;
}

.wpcf7 .wpcf7-submit-wrap .wpcf7-submit-icon::after {
  content: "\24";
  font-family: 'ElegantIcons';
  display: inline-block;
  position: absolute;
  right: 17px;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.wpcf7 .wpcf7-submit-wrap .wpcf7-submit-icon .ajax-loader {
  position: absolute;
  top: 50%;
  right: -17px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.wpcf7 .wpcf7-submit-wrap .wpcf7-submit-icon .wpcf7-submit {
  padding-right: 50px;
  margin: 0;
  position: relative;
  z-index: 1;
  font-family: "Exo", Arial, Tahoma, sans-serif;
}

.wpcf7 .wpcf7-submit-wrap .wpcf7-submit-icon:hover, .wpcf7 .wpcf7-submit-wrap .wpcf7-submit-icon:focus, .wpcf7 .wpcf7-submit-wrap .wpcf7-submit-icon:active {
  background-color: #2b5390;
}

.wpcf7 .wpcf7-submit-wrap .wpcf7-submit-icon:hover, .wpcf7 .wpcf7-submit-wrap .wpcf7-submit-icon:hover:after, .wpcf7 .wpcf7-submit-wrap .wpcf7-submit-icon:focus, .wpcf7 .wpcf7-submit-wrap .wpcf7-submit-icon:focus:after, .wpcf7 .wpcf7-submit-wrap .wpcf7-submit-icon:active, .wpcf7 .wpcf7-submit-wrap .wpcf7-submit-icon:active:after {
  color: #fff;
}

.wpcf7 .wpcf7-submit-wrap .wpcf7-submit-icon:hover .wpcf7-submit, .wpcf7 .wpcf7-submit-wrap .wpcf7-submit-icon:focus .wpcf7-submit, .wpcf7 .wpcf7-submit-wrap .wpcf7-submit-icon:active .wpcf7-submit {
  background-color: transparent !important;
}

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 13px;
  opacity: 0.6;
  font-style: italic;
}

.wpcf7 .wpcf7-validation-errors {
  margin: 10px 0 0 !important;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.4;
}

.slick-slider {
  position: relative;
}

.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  margin-top: -16px;
  z-index: 1;
  color: #abb1ba;
  background-color: #f5f5f5;
  cursor: pointer;
}

.slick-slider .slick-arrow:hover {
  color: #fff;
  background-color: #2b5390;
}

.slick-slider .slick-arrow.slider_prev {
  left: 15px;
}

.slick-slider .slick-arrow.slider_prev i {
  position: relative;
  left: -1px;
}

.slick-slider .slick-arrow.slider_next {
  right: 15px;
}

.slick-slider .slick-dots {
  position: absolute;
  bottom: 1.17647059em;
  left: 0;
  right: 0;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 15px;
  border: 1px solid #fff;
  width: 6px;
  height: 6px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.slick-slider .slick-dots li button {
  display: none;
}

.slick-slider .slick-dots li.slick-active {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .slick-slider .slick-dots {
    bottom: 0.58823529em;
  }
  .slick-slider .slick-dots li {
    margin: 0 5px;
  }
}

.mfp-wrap .mfp-content .mfp-close {
  color: #fff !important;
  width: auto;
  padding: 0;
  min-width: 40px;
  border: none !important;
  font-size: 39px;
  top: -44px;
  background: none !important;
}

/*
====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.toggle__panel {
  position: relative;
  background: #f9f9f9;
  padding: 25px;
}

.toggle__panel::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: 1px;
  background: #ebebeb;
}

.toggle__panel .wpcf7-form-control.wpcf7-textarea {
  min-height: 189px;
}

.toggle__panel--close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  background: #f5f5f5;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  text-align: center;
}

.toggle__panel--close i {
  font-size: 22px;
  line-height: 34px;
  color: #abb1ba;
}

.toggle__panel .submit-apply {
  margin-top: 30px;
}

.formBase {
  font-family: "Roboto", Arial, Tahoma, sans-serif;
}

.formBase__inner {
  font-size: 0;
}

.formBase__inner:before, .formBase__inner:after {
  content: " ";
  display: table;
}

.formBase__inner:after {
  clear: both;
}

.formBase__title {
  font-size: 24px;
  font-weight: 600;
}

.formBase__inline {
  display: inline-block;
  padding: 0px 25px;
  width: 50%;
  font-size: 1.41176471em;
  text-align: left;
  vertical-align: top;
}

@media (max-width: 991px) {
  .formBase__inline {
    width: 100%;
    padding: 0px;
  }
}

.formBase__group {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
}

.formBase__group label {
  font-weight: normal;
  display: block;
  margin-left: 15px;
  color: #262626;
}

.formBase__group label[for=file_upload] {
  cursor: pointer;
  display: inline-block;
  margin-left: 0px;
  padding: 10px 15px;
  border-radius: 3px;
  background: #ebebeb;
}

.formBase__group label[for=file_upload] i {
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
}

.formBase__group .btn-base {
  font-size: 15px;
}

.formBase__group input[type=text],
.formBase__group input[type=tel],
.formBase__group input[type=email],
.formBase__group input[type=password],
.formBase__group input[type=number] {
  background: #fff;
  padding: 10px 15px;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  box-shadow: none;
}

.formBase__group textarea {
  width: 100% !important;
  height: initial !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

.formBase__group .fileWrapper {
  position: relative;
}

.formBase__group .fileWrapper .wpcf7-form-control {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  outline: none;
  width: 100%;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

.formBase__group .fileWrapper .wpcf7-form-control:hover + .button {
  background-color: #d2d1d1;
}

.formBase__group .fileWrapper .button {
  background-color: #ebebeb;
  border-radius: 4px;
  color: #262626;
  display: inline-block;
  padding: 6px 16px 8px;
  transition: all 0.2s ease-in-out;
}

.formBase__group .fileWrapper .button i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  margin-right: 7px;
  top: 2px;
}

.formBase__group .fileWrapper .button span {
  font-size: 14px;
}

.formBase__group .fileWrapper .text {
  display: inline-block;
  margin: 0 0 0 17px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ee1c25;
  max-width: 110px;
}

.btn-base {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  line-height: 1;
  color: #262626;
  text-transform: uppercase;
  min-width: 152px;
  font-size: 0.88235294em;
  font-family: "Exo", Arial, Tahoma, sans-serif;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.btn-base:hover {
  color: #fff;
  border-color: #2b5390;
  background-color: #2b5390;
}

.submit-apply-hidden {
  display: none !important;
}

.btn-back a {
  font-size: 2.11764706em;
  color: #262626;
}

.btn-back a:hover {
  color: #2b5390;
}

.btn-download {
  margin-top: 20px;
  background: #ebebeb;
  display: block;
  border-radius: 3px;
  vertical-align: middle;
  padding: 5px 10px;
  position: relative;
}

.btn-download:before, .btn-download:after {
  content: " ";
  display: table;
}

.btn-download:after {
  clear: both;
}

.btn-download i {
  margin-right: 10px;
  font-size: 1.41176471em;
  color: #999999;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.btn-download span {
  font-size: 0.82352941em;
  font-weight: bold;
  color: #262626;
  text-transform: uppercase;
  margin-left: 40px;
  line-height: 1.4;
  display: inline-block;
  margin-top: 5px;
}

#file_upload {
  visibility: hidden;
}

.file_name {
  color: #ee1c25;
  margin-left: 10px;
}

.callback {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 270px;
  z-index: 702;
  background-color: #fff;
  padding-top: 55px;
  padding-left: 25px;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  transition: all 0.3s ease-in-out;
}

.callback--show {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.14);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.callback__close {
  display: block;
  width: 33px;
  height: 33px;
  background: #f5f5f5;
  color: #abb1ba;
  font-size: 1.41176471em;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
}

.callback__close:hover {
  background: #2b5390;
  color: #fff;
}

.callback__inner {
  position: absolute;
  top: 115px;
  bottom: 0;
}

.callback__inner:before, .callback__inner:after {
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto;
  z-index: 10;
}

.callback__inner::before {
  top: 0;
  background-image: url("../images/callback-bg-top.png");
}

.callback__inner::after {
  bottom: 0;
  background-image: url("../images/callback-bg-bottom.png");
}

.callback__inner h3 {
  font-size: 0.94117647em;
  margin: 0 0 20px;
  line-height: 1.5625;
  padding-bottom: 0.9375em;
  position: relative;
}

.callback__inner h3:before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #262626;
  position: absolute;
  bottom: 0;
  left: 0;
}

.callback__scroll {
  padding: 0.88235294em 0;
  padding-right: 25px;
  overflow-y: auto;
  height: 100%;
}

body > .callback-link {
  position: fixed;
  bottom: 50px;
  right: 30px;
  color: #999;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.82352941em;
  z-index: 100;
}

body > .callback-link i {
  width: 4.14285714em;
  height: 4.14285714em;
  display: block;
  margin: 0 auto 0.85714286em;
  text-align: center;
  background: #ebebeb;
  border-radius: 50%;
  position: relative;
  transition: all 0.2s ease-in-out;
}

body > .callback-link i:after {
  content: "";
  display: block;
  width: 5.28571429em;
  height: 5.28571429em;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid rgba(203, 223, 236, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
}

body > .callback-link i:before {
  content: "";
  display: inline-block;
  width: 1.78571429em;
  height: 1.85714286em;
  background-image: url("../images/icons/ico-call.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body > .callback-link:focus, body > .callback-link:hover {
  color: #999;
}

body > .callback-link:focus i, body > .callback-link:hover i {
  background-color: #cbdfec;
}

body > .callback-link:focus i:after, body > .callback-link:hover i:after {
  width: 5.71428571em;
  height: 5.71428571em;
}

#Header .top_bar_left,
.header-classic #Top_bar,
.header-plain #Top_bar,
.header-stack #Top_bar,
.header-split #Top_bar,
.header-fixed #Top_bar,
.header-below #Top_bar,
#Header_creative, #Top_bar #menu {
  background-color: transparent !important;
}

#Header_wrapper #Header {
  z-index: 2;
}

body:not(.template-slider) #Header_wrapper #Header {
  min-height: auto;
}

#Header_wrapper #Header #Top_bar .logo {
  margin: 0;
  padding: 2px 0 5px;
}

#Header_wrapper #Header #Top_bar .logo #logo {
  padding: 5px;
  height: 94px;
  line-height: inherit !important;
  transition: all 0s;
}

#Header_wrapper #Header #Top_bar .logo #logo img {
  max-height: 84px !important;
}

#Header_wrapper #Header #Top_bar .top_bar_left {
  position: static;
}

#Header_wrapper #Header #Top_bar .top_bar_left #search_button {
  display: none;
  float: right;
  font-size: 1.2em;
  width: 34px;
  height: 34px;
  line-height: 36px;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #999;
  top: 50px;
  transition: all 0.3s ease-in-out;
}

#Header_wrapper #Header #Top_bar .top_bar_left #search_button i {
  position: relative;
  top: 1px;
}

#Header_wrapper #Header #Top_bar .menu_wrapper #menu {
  padding: 20px 0;
}

#Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu:after {
  content: "";
  display: block;
  clear: both;
}

#Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item {
  margin-right: 24px;
}

#Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item > a {
  padding: 10px 0;
  position: relative;
}

#Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item > a::before {
  content: " ";
  display: block;
  height: 12px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 2;
  border: 1px solid #008d38;
  border-width: 0 1px;
  display: none;
}

#Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item > a span {
  display: block;
  border: 1px solid transparent;
  line-height: 32px;
  text-transform: uppercase;
  padding: 0 16px;
  background: transparent;
}

#Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item.current_page_item > a > span, #Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item.current-menu-parent > a > span, #Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item.current-page-parent > a > span, #Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item.current-menu-ancestor > a > span, #Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item.current_page_ancestor > a > span, #Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item.hover > a > span, #Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item:hover > a > span {
  border-color: #008d38;
  background-color: #fff;
}

#Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item.hover.menu-item-has-children > a:before, #Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item.menu-item-has-children:hover > a:before {
  display: block;
}

#Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item:last-child {
  margin-right: 0;
}

#Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item .sub-menu {
  background: #fff;
  border: 1px solid #008d38;
  border-top: none;
  border-bottom: none;
  box-shadow: none;
  box-shadow: inset 0 -1px 0 #008d38;
  z-index: 0;
  font-family: "Exo", Arial, Tahoma, sans-serif;
}

#Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item .sub-menu .menu-item {
  width: 280px;
  position: static;
}

#Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item .sub-menu .menu-item > a {
  padding: 7px 17px;
  font-size: 0.76470588em;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: none;
  border-top: 1px solid #008d38;
  position: relative;
  background: transparent;
}

#Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item .sub-menu .menu-item > a .menu-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: inherit;
  color: #696969;
  font-weight: normal;
  margin-top: -15px;
}

#Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item .sub-menu .menu-item.current_page_item,
#Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item .sub-menu .menu-item.current_page_item > a, #Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item .sub-menu .menu-item.current-menu-parent,
#Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item .sub-menu .menu-item.current-menu-parent > a, #Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item .sub-menu .menu-item.current-page-parent,
#Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item .sub-menu .menu-item.current-page-parent > a, #Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item .sub-menu .menu-item.current-menu-ancestor,
#Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item .sub-menu .menu-item.current-menu-ancestor > a, #Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item .sub-menu .menu-item.current_page_ancestor,
#Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item .sub-menu .menu-item.current_page_ancestor > a, #Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item .sub-menu .menu-item.hover,
#Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item .sub-menu .menu-item.hover > a, #Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item .sub-menu .menu-item:hover,
#Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #fff;
  color: #000;
}

#Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item .sub-menu .menu-item:last-child > a {
  border-bottom: 1px solid #008d38;
}

#Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-height: 100%;
}

#Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item .sub-menu .menu-item .sub-menu .menu-item > a {
  text-transform: none;
}

#Header_wrapper #Header #Top_bar .responsive-menu-toggle {
  width: 34px;
  height: 34px;
  padding: 0 2px;
  background-color: transparent;
  position: relative;
  top: 50px;
  margin: 0;
  right: 0;
  margin-right: 70px;
  transition: all 0.3s ease-in-out;
}

#Header_wrapper #Header #Top_bar .responsive-menu-toggle span:before,
#Header_wrapper #Header #Top_bar .responsive-menu-toggle span:after, #Header_wrapper #Header #Top_bar .responsive-menu-toggle:before, #Header_wrapper #Header #Top_bar .responsive-menu-toggle:after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s ease-in-out;
}

#Header_wrapper #Header #Top_bar .responsive-menu-toggle:before {
  top: 1px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid #343434;
}

#Header_wrapper #Header #Top_bar .responsive-menu-toggle:after {
  top: 8px;
  height: 1px;
  background-color: #343434;
  left: 12px;
  right: 2px;
}

#Header_wrapper #Header #Top_bar .responsive-menu-toggle span:first-child:before, #Header_wrapper #Header #Top_bar .responsive-menu-toggle span:first-child:after {
  top: 16px;
  left: 2px;
  right: 2px;
  height: 1px;
  background-color: #343434;
}

#Header_wrapper #Header #Top_bar .responsive-menu-toggle span:nth-child(2):before, #Header_wrapper #Header #Top_bar .responsive-menu-toggle span:nth-child(2):after {
  top: 12px;
  left: 2px;
  right: 2px;
  height: 1px;
  background-color: #343434;
}

#Header_wrapper #Header #Top_bar .responsive-menu-toggle span:nth-child(2):after {
  top: 20px;
}

#Header_wrapper #Header #Top_bar .responsive-menu-toggle .text {
  display: block;
  padding: 0;
  position: absolute;
  font-size: 0.61764706em;
  text-transform: uppercase;
  color: #262626;
  line-height: 1;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}

#Header_wrapper #Header #Top_bar .responsive-menu-toggle.active .text, #Header_wrapper #Header #Top_bar .responsive-menu-toggle.active:before, #Header_wrapper #Header #Top_bar .responsive-menu-toggle.active:after {
  opacity: 0;
  filter: alpha(opacity=0);
}

#Header_wrapper #Header #Top_bar .responsive-menu-toggle.active span:first-child:before, #Header_wrapper #Header #Top_bar .responsive-menu-toggle.active span:first-child:after {
  left: -1px;
  right: -1px;
}

#Header_wrapper #Header #Top_bar .responsive-menu-toggle.active span:first-child:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#Header_wrapper #Header #Top_bar .responsive-menu-toggle.active span:first-child:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#Header_wrapper #Header #Top_bar .responsive-menu-toggle.active span:nth-child(2):before, #Header_wrapper #Header #Top_bar .responsive-menu-toggle.active span:nth-child(2):after {
  opacity: 0;
  filter: alpha(opacity=0);
}

#Header_wrapper #Header #Top_bar .top_bar_right {
  height: 94px !important;
  padding-right: 0;
  padding-left: 15px;
}

#Header_wrapper #Header #Top_bar .top_bar_right .top_bar_right_wrapper {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#Header_wrapper #Header #Top_bar .top_bar_right .top_bar_right_wrapper .search_button {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

#Header_wrapper #Header #Top_bar .top_bar_right .top_bar_right_wrapper .search_button input {
  padding: 0 12px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  line-height: 28px;
  background: transparent;
  margin: 0;
  color: #696969;
  font-style: italic;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}

#Header_wrapper #Header #Top_bar .top_bar_right .top_bar_right_wrapper .search_button input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

#Header_wrapper #Header #Top_bar .top_bar_right .top_bar_right_wrapper .search_button input:-ms-input-placeholder {
  color: #999;
}

#Header_wrapper #Header #Top_bar .top_bar_right .top_bar_right_wrapper .search_button input::-webkit-input-placeholder {
  color: #999;
}

#Header_wrapper #Header #Top_bar .top_bar_right .top_bar_right_wrapper .search_button input:hover, #Header_wrapper #Header #Top_bar .top_bar_right .top_bar_right_wrapper .search_button input:active, #Header_wrapper #Header #Top_bar .top_bar_right .top_bar_right_wrapper .search_button input:focus {
  background: transparent !important;
  border-color: #d2d1d1;
}

#Header_wrapper #Header #Top_bar .top_bar_right .top_bar_right_wrapper .search_button i {
  position: absolute;
  right: 12px;
  line-height: 30px;
  top: 0;
  font-size: 0.82352941em;
  color: #999;
}

#Header_wrapper #Header #Top_bar .search_wrapper {
  left: 15px;
  right: 15px;
  background: #fff;
  width: auto;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

#Header_wrapper #Header #Top_bar .search_wrapper .icon_search {
  font-size: 20px;
  line-height: 40px;
  top: 50%;
  margin-top: -20px;
}

#Header_wrapper #Header #Top_bar .search_wrapper .icon_search:before {
  font-family: 'ElegantIcons';
  color: #696969;
}

#Header_wrapper #Header #Top_bar .search_wrapper .icon_close {
  font-size: 30px;
  line-height: 40px;
  top: 50%;
  margin-top: -20px;
  color: #262626;
  opacity: 1;
  filter: alpha(opacity=100);
}

#Header_wrapper #Header #Top_bar .search_wrapper .icon_close i {
  display: none;
}

#Header_wrapper #Header #Top_bar .search_wrapper input[type="text"] {
  color: #696969;
}

#Header_wrapper #Header #Top_bar .bmw-languages.horizontal {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  vertical-align: top;
}

#Header_wrapper #Header #Top_bar .bmw-languages.horizontal:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  border-left: 1px solid #cccccc;
  height: 18px;
  margin-top: -9px;
}

#Header_wrapper #Header #Top_bar .bmw-languages.horizontal ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

#Header_wrapper #Header #Top_bar .bmw-languages.horizontal ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  max-width: 27px;
  opacity: 0.2;
  filter: alpha(opacity=20);
  transition: all 0.3s;
}

#Header_wrapper #Header #Top_bar .bmw-languages.horizontal ul li a {
  display: block;
  vertical-align: top;
}

#Header_wrapper #Header #Top_bar .bmw-languages.horizontal ul li a img {
  position: relative;
  top: -2px;
}

#Header_wrapper #Header #Top_bar .bmw-languages.horizontal ul li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#Header_wrapper #Header #Top_bar .bmw-languages.horizontal ul li.lang-active {
  opacity: 1;
  filter: alpha(opacity=100);
}

#Header_wrapper #Header #Top_bar .bmw-languages.horizontal ul li.lang-active a {
  cursor: default;
  pointer-events: none;
}

#Header_wrapper #Header #Top_bar .bmw-languages.dropdown .btn.dropdown-toggle {
  padding: 3px 4px 4px 7px;
  color: #696969 !important;
  border: 1px solid transparent !important;
  background: transparent !important;
  border-radius: 2px 2px 0 0 !important;
}

#Header_wrapper #Header #Top_bar .bmw-languages.dropdown .btn.dropdown-toggle > * {
  position: relative;
}

#Header_wrapper #Header #Top_bar .bmw-languages.dropdown .btn.dropdown-toggle img {
  top: -2px;
}

#Header_wrapper #Header #Top_bar .bmw-languages.dropdown .btn.dropdown-toggle i {
  top: 0;
  margin-left: 3px;
}

#Header_wrapper #Header #Top_bar .bmw-languages.dropdown .dropdown-menu {
  min-width: 57px;
  padding: 0;
  margin: -1px 0 0;
  border: 1px solid #eaeaea !important;
  border-radius: 0 0 2px 2px !important;
  box-shadow: none;
}

#Header_wrapper #Header #Top_bar .bmw-languages.dropdown .dropdown-menu > li > a {
  padding: 4px 2px 5px 7px;
  text-transform: uppercase;
  color: #bcbcbc;
  font-size: 0.76470588em;
}

#Header_wrapper #Header #Top_bar .bmw-languages.dropdown .dropdown-menu > li > a span {
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 1px;
}

#Header_wrapper #Header #Top_bar .bmw-languages.dropdown.open .btn.dropdown-toggle {
  border: 1px solid #eaeaea !important;
  background: #fff !important;
}

#Header_wrapper #Header #Top_bar.is-sticky {
  height: 55px;
  background-color: #fff !important;
}

#Header_wrapper #Header #Top_bar.is-sticky .logo {
  margin: 0;
  padding: 4px 0 1px;
}

#Header_wrapper #Header #Top_bar.is-sticky #logo {
  padding: 4px 0 2px !important;
}

#Header_wrapper #Header #Top_bar.is-sticky #logo img.logo-sticky {
  width: 44px;
}

#Header_wrapper #Header #Top_bar.is-sticky .menu_wrapper #menu {
  padding: 0;
}

#Header_wrapper #Header #Top_bar.is-sticky .top_bar_right {
  top: 0;
  height: 54px !important;
}

#Header_wrapper #Header #Top_bar.is-sticky .top_bar_left #search_button {
  top: 10px;
}

#Header_wrapper #Header #Top_bar.is-sticky .responsive-menu-toggle {
  top: 9px;
}

.subheader__inner {
  position: relative;
  min-height: 100px;
  padding: 0 0 50px !important;
  background-size: cover;
}

.subheader__inner:after {
  display: none !important;
}

.subheader__inner.no-image {
  min-height: 1.88235294em;
  padding-bottom: 0 !important;
}

.subheader__inner.no-image .breadcrumbs {
  background: #ededee;
}

.subheader__inner .title {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: 50%;
  font-size: 2.82352941em;
  font-weight: 700;
  margin: 0.3125em 0 0;
  text-transform: uppercase;
  font-family: "Exo", Arial, Tahoma, sans-serif !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.subheader__inner .breadcrumbs {
  margin: 0 !important;
  padding: 0 15px !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  float: none !important;
  text-align: inherit !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: none;
}

.subheader__inner .breadcrumbs li {
  color: #262626 !important;
  font-size: 0.82352941em !important;
  line-height: 2.14285714em;
}

.subheader__inner .breadcrumbs li a {
  color: #999 !important;
}

.subheader__inner .breadcrumbs li a span {
  margin: 0 !important;
  opacity: 1 !important;
}

.subheader__inner .breadcrumbs li a:hover {
  color: #2b5390 !important;
}

.subheader__inner .breadcrumbs li > span {
  margin: 0 !important;
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
}

.subheader__inner .breadcrumbs li > span i.icon-right-open {
  display: none;
}

.subheader__inner .breadcrumbs li:before {
  font-family: 'ElegantIcons' !important;
  content: "\39" !important;
  color: #999 !important;
  line-height: 1.85714286em;
  position: relative;
  top: 2px;
  margin-right: 5px;
  margin-left: 2px;
}

.subheader__inner .breadcrumbs li:first-child:before {
  display: none;
}

.subheader__inner .breadcrumbs li:last-child:before {
  color: #262626 !important;
}

.subheader--search #Subheader.subheader__inner .title {
  font-family: "Roboto", Arial, Tahoma, sans-serif;
  font-size: 2.11764706em;
  font-weight: 300;
  text-transform: none;
  margin: 0;
}

.subheader--search #Subheader.subheader__inner .title b {
  font-weight: 700;
}

#Side_slide {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

#Side_slide #menu ul {
  overflow: hidden;
}

#Side_slide #menu ul li {
  border: none;
  position: relative;
}

#Side_slide #menu ul li:before {
  content: "";
  display: block;
  background-color: #edecec;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 1px;
}

#Side_slide #menu ul li a {
  line-height: 23px;
  text-transform: uppercase;
  color: #5d5d5d;
  font-weight: bold;
}

#Side_slide #menu ul li .menu-toggle {
  color: #5d5d5d !important;
  line-height: 43px;
  margin-top: 2px;
  transition: all 0.3s ease-in-out;
}

#Side_slide #menu ul li .menu-toggle:after {
  content: "+" !important;
}

#Side_slide #menu ul li.current-menu-ancestor > a,
#Side_slide #menu ul li.current-menu-ancestor > .menu-toggle, #Side_slide #menu ul li.current-menu-parent > a,
#Side_slide #menu ul li.current-menu-parent > .menu-toggle, #Side_slide #menu ul li.current-menu-item > a,
#Side_slide #menu ul li.current-menu-item > .menu-toggle, #Side_slide #menu ul li.current-page-ancestor > a,
#Side_slide #menu ul li.current-page-ancestor > .menu-toggle {
  color: #000 !important;
}

#Side_slide #menu ul li .sub-menu[style*="display: block;"] + .menu-toggle {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#Side_slide #menu ul li:hover > a,
#Side_slide #menu ul li:hover > .menu-toggle, #Side_slide #menu ul li.hover > a,
#Side_slide #menu ul li.hover > .menu-toggle {
  color: #000 !important;
}

#Side_slide #menu ul li ul.sub-menu {
  padding-bottom: 15px;
}

#Side_slide #menu ul li ul.sub-menu li:before {
  display: none;
}

#Side_slide #menu ul li ul.sub-menu li a {
  font-size: 0.9em;
  padding-top: 4px;
  padding-bottom: 3px;
}

#Side_slide #menu ul li ul.sub-menu li .menu-toggle {
  margin-top: 0;
  height: 30px;
  line-height: 30px;
}

#Side_slide #menu ul li ul.sub-menu li ul.sub-menu li a {
  margin-right: 10px;
}

@media (max-width: 1499px) {
  #Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item {
    margin-right: 13px;
  }
  #Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item:last-child {
    margin-right: 0;
  }
  #Header_wrapper #Header #Top_bar .menu_wrapper #menu .menu > .menu-item > a span {
    padding: 0 12px;
  }
  #Header_wrapper #Header #Top_bar .menu_wrapper #menu.menu-main-menu-en-container .menu > .menu-item {
    margin-right: 0;
  }
  #Header_wrapper #Header #Top_bar .top_bar_right {
    padding-left: 5px;
  }
  #Header_wrapper #Header #Top_bar .top_bar_right .top_bar_right_wrapper .search_button input {
    max-width: 160px;
  }
  .subheader__inner {
    min-height: 275px;
  }
}

@media (max-width: 1199px) {
  #Header_wrapper #Header #Top_bar .top_bar_left #search_button {
    display: inline-block;
  }
  #Header_wrapper #Header #Top_bar .top_bar_left .menu_wrapper {
    float: right;
  }
  #Header_wrapper #Header #Top_bar .top_bar_left .menu_wrapper #menu {
    position: static;
  }
  #Header_wrapper #Header #Top_bar .top_bar_right {
    padding-left: 5px;
  }
  #Header_wrapper #Header #Top_bar .top_bar_right .top_bar_right_wrapper {
    margin-top: -1px;
  }
  #Header_wrapper #Header #Top_bar .top_bar_right .top_bar_right_wrapper .search_button {
    display: none;
  }
  .subheader__inner {
    min-height: 220px;
  }
  .subheader__inner h1.title {
    font-size: 34px !important;
    line-height: 1.66 !important;
    padding-top: 12px;
  }
}

@media (max-width: 767px) {
  body > .callback-link {
    display: none;
  }
  #Header_wrapper #Header #Top_bar .container {
    padding: 0 15px !important;
  }
  #Header_wrapper #Header #Top_bar .logo {
    width: auto;
    padding: 0;
  }
  #Header_wrapper #Header #Top_bar .logo #logo {
    height: auto;
    margin: 10px 0 9px !important;
    padding: 0 !important;
  }
  #Header_wrapper #Header #Top_bar .logo #logo img {
    height: 51px;
    width: 55px;
  }
  #Header_wrapper #Header #Top_bar .top_bar_left #search_button {
    top: 18px;
  }
  #Header_wrapper #Header #Top_bar .top_bar_left .menu_wrapper {
    float: right !important;
    width: auto;
  }
  #Header_wrapper #Header #Top_bar .top_bar_left .menu_wrapper .responsive-menu-toggle {
    top: 18px !important;
  }
  #Header_wrapper #Header #Top_bar .top_bar_left .search_wrapper {
    top: 100%;
    bottom: auto;
    left: 0;
    right: 0;
  }
  #Header_wrapper #Header #Top_bar .top_bar_right {
    float: right;
    height: 70px !important;
    display: block;
  }
  #Header_wrapper #Header #Top_bar .top_bar_right .top_bar_right_wrapper {
    top: 50% !important;
  }
  #Header_wrapper #Header #Top_bar.is-sticky {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  }
  #Header_wrapper #Header #Top_bar.is-sticky .container {
    padding: 0 15px !important;
  }
  #Header_wrapper #Header #Top_bar.is-sticky .logo {
    width: auto;
    padding: 0;
  }
  #Header_wrapper #Header #Top_bar.is-sticky .logo #logo {
    height: auto;
    margin: 0 !important;
    padding: 8px 0 !important;
  }
  #Header_wrapper #Header #Top_bar.is-sticky .logo #logo img {
    height: 35px;
    width: 40px;
  }
  #Header_wrapper #Header #Top_bar.is-sticky .top_bar_left #search_button {
    top: 10px;
  }
  #Header_wrapper #Header #Top_bar.is-sticky .top_bar_left .menu_wrapper {
    float: right !important;
    width: auto;
  }
  #Header_wrapper #Header #Top_bar.is-sticky .top_bar_left .menu_wrapper .responsive-menu-toggle {
    top: 10px !important;
  }
  .subheader .container {
    padding: 0 !important;
  }
  .subheader__inner {
    min-height: 180px;
    padding: 0 15px 30px !important;
  }
  .subheader__inner ul.breadcrumbs {
    display: block !important;
  }
  .subheader__inner h1.title {
    font-size: 30px !important;
    line-height: 1.66 !important;
    padding-top: 12px;
    max-width: 90%;
  }
}

@media (max-width: 479px) {
  .subheader__inner {
    min-height: 130px;
  }
  .subheader__inner h1.title {
    max-width: 90%;
    font-size: 22px !important;
    line-height: 32px !important;
    padding-top: 12px;
  }
}

@media screen and (max-width: 320px) {
  #Header_wrapper #Header #Top_bar .responsive-menu-toggle {
    margin-right: 20px;
  }
}

.tong-quan-page .menu > .menu-item.tong-quan-item > a > span {
  border-color: #008d38 !important;
  background-color: #fff !important;
}

.san-pham-page .menu > .menu-item.san-pham-item > a > span {
  border-color: #008d38 !important;
  background-color: #fff !important;
}

.du-an-page .menu > .menu-item.du-an-item > a > span {
  border-color: #008d38 !important;
  background-color: #fff !important;
}

.widget-area {
  border: none !important;
  min-height: inherit !important;
}

.widget-area .widget h2,
.widget-area .widget h3,
.widget-area .widget h4 {
  margin: 0;
  background-color: #ebebeb;
  color: #333;
  font-size: 1.05882353em;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 15px 13px;
  font-weight: 600;
}

.widget-area .widget .menu-products-en-container .menu,
.widget-area .widget .menu-products-container .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  background: transparent;
  line-height: 1.6;
}

.widget-area .widget .menu-products-en-container .menu > li,
.widget-area .widget .menu-products-container .menu > li {
  margin: 0;
  box-shadow: none;
}

.widget-area .widget .menu-products-en-container .menu > li:after,
.widget-area .widget .menu-products-container .menu > li:after {
  display: none;
}

.widget-area .widget .menu-products-en-container .menu > li + li,
.widget-area .widget .menu-products-container .menu > li + li {
  border-top: 1px solid #ebebeb;
}

.widget-area .widget .menu-products-en-container .menu > li > a,
.widget-area .widget .menu-products-container .menu > li > a {
  padding: 24px 0 22px;
  padding-left: 5em;
  display: block;
  position: relative;
  font-family: "Exo", Arial, Tahoma, sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 0.82352941em;
  text-transform: uppercase;
  color: #333;
  margin: 0;
  border: none;
}

.widget-area .widget .menu-products-en-container .menu > li > a i,
.widget-area .widget .menu-products-container .menu > li > a i {
  width: 1.83333333em;
  height: 1.83333333em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.widget-area .widget .menu-products-en-container .menu > li > a i.ico-mat-dung,
.widget-area .widget .menu-products-container .menu > li > a i.ico-mat-dung {
  background-image: url("../images/icons/ico-mat-dung.svg");
  width: 1.44444444em;
}

.widget-area .widget .menu-products-en-container .menu > li > a i.ico-cot-pha-nhom,
.widget-area .widget .menu-products-container .menu > li > a i.ico-cot-pha-nhom {
  background-image: url("../images/icons/ico-cot-pha-nhom.svg");
  width: 1.27777778em;
}

.widget-area .widget .menu-products-en-container .menu > li > a i.ico-cua-di,
.widget-area .widget .menu-products-container .menu > li > a i.ico-cua-di {
  background-image: url("../images/icons/ico-cua-di.svg");
  width: 1.44444444em;
  height: 1.5em;
}

.widget-area .widget .menu-products-en-container .menu > li > a i.ico-cua-so,
.widget-area .widget .menu-products-container .menu > li > a i.ico-cua-so {
  background-image: url("../images/icons/ico-cua-so.svg");
}

.widget-area .widget .menu-products-en-container .menu > li > a i.ico-kinh-trang-tri,
.widget-area .widget .menu-products-container .menu > li > a i.ico-kinh-trang-tri {
  background-image: url("../images/icons/ico-kinh-trang-tri.svg");
  width: 1.66666667em;
  height: 1.5em;
}

.widget-area .widget .menu-products-en-container .menu > li > a i.ico-san-pham-nhom,
.widget-area .widget .menu-products-container .menu > li > a i.ico-san-pham-nhom {
  background-image: url("../images/icons/ico-san-pham-nhom.svg");
  width: 1.44444444em;
  height: 1.33333333em;
}

.widget-area .widget .menu-products-en-container .menu > li > a i.ico-vach-ngan,
.widget-area .widget .menu-products-container .menu > li > a i.ico-vach-ngan {
  background-image: url("../images/icons/ico-vach-ngan.svg");
  width: 1.5em;
  height: 1.16666667em;
}

.widget-area .widget .menu-products-en-container .menu > li > a i.ico-phong-tam-kinh,
.widget-area .widget .menu-products-container .menu > li > a i.ico-phong-tam-kinh {
  background-image: url("../images/icons/ico-phong-tam-kinh.svg");
  width: 1.44444444em;
  height: 1.94444444em;
}

.widget-area .widget .menu-products-en-container .menu > li.current_page_item > a, .widget-area .widget .menu-products-en-container .menu > li.current-menu-parent > a, .widget-area .widget .menu-products-en-container .menu > li.current-page-parent > a, .widget-area .widget .menu-products-en-container .menu > li.current-menu-ancestor > a, .widget-area .widget .menu-products-en-container .menu > li.current_page_ancestor > a, .widget-area .widget .menu-products-en-container .menu > li.hover > a, .widget-area .widget .menu-products-en-container .menu > li:hover > a,
.widget-area .widget .menu-products-container .menu > li.current_page_item > a,
.widget-area .widget .menu-products-container .menu > li.current-menu-parent > a,
.widget-area .widget .menu-products-container .menu > li.current-page-parent > a,
.widget-area .widget .menu-products-container .menu > li.current-menu-ancestor > a,
.widget-area .widget .menu-products-container .menu > li.current_page_ancestor > a,
.widget-area .widget .menu-products-container .menu > li.hover > a,
.widget-area .widget .menu-products-container .menu > li:hover > a {
  color: #000;
}

.widget-area .widget .menu-products-en-container .menu > li > .showChildren,
.widget-area .widget .menu-products-container .menu > li > .showChildren {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  min-width: 3.14285714em;
  height: 4.85714286em;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}

.widget-area .widget .menu-products-en-container .menu > li > .showChildren:after, .widget-area .widget .menu-products-en-container .menu > li > .showChildren:before,
.widget-area .widget .menu-products-container .menu > li > .showChildren:after,
.widget-area .widget .menu-products-container .menu > li > .showChildren:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #262626;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.widget-area .widget .menu-products-en-container .menu > li > .showChildren:after,
.widget-area .widget .menu-products-container .menu > li > .showChildren:after {
  width: 1px;
  height: 11px;
}

.widget-area .widget .menu-products-en-container .menu > li > .showChildren:before,
.widget-area .widget .menu-products-container .menu > li > .showChildren:before {
  height: 1px;
  width: 11px;
}

.widget-area .widget .menu-products-en-container .menu > li .sub-menu,
.widget-area .widget .menu-products-container .menu > li .sub-menu {
  padding: 0;
  padding-bottom: 15px;
  list-style: none;
  margin: 0;
  background: transparent;
  font-size: 0.82352941em;
  padding-left: 5em;
  display: none;
}

.widget-area .widget .menu-products-en-container .menu > li .sub-menu[style*="display: block;"],
.widget-area .widget .menu-products-container .menu > li .sub-menu[style*="display: block;"] {
  margin-top: -10px;
}

.widget-area .widget .menu-products-en-container .menu > li .sub-menu[style*="display: block;"] + .showChildren,
.widget-area .widget .menu-products-container .menu > li .sub-menu[style*="display: block;"] + .showChildren {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.widget-area .widget .menu-products-en-container .menu > li .sub-menu > li,
.widget-area .widget .menu-products-container .menu > li .sub-menu > li {
  margin: 0;
  padding: 0;
}

.widget-area .widget .menu-products-en-container .menu > li .sub-menu > li:after,
.widget-area .widget .menu-products-container .menu > li .sub-menu > li:after {
  display: none;
}

.widget-area .widget .menu-products-en-container .menu > li .sub-menu > li:first-child > a,
.widget-area .widget .menu-products-container .menu > li .sub-menu > li:first-child > a {
  padding-top: 0;
}

.widget-area .widget .menu-products-en-container .menu > li .sub-menu > li > a,
.widget-area .widget .menu-products-container .menu > li .sub-menu > li > a {
  padding: 4px 0;
  margin: 0;
  display: block;
  color: #696969;
}

.widget-area .widget .menu-products-en-container .menu > li .sub-menu > li > a:hover,
.widget-area .widget .menu-products-container .menu > li .sub-menu > li > a:hover {
  color: #262626;
}

.widget-area .widget .menu-products-en-container .menu > li .sub-menu > li.current_page_item > a, .widget-area .widget .menu-products-en-container .menu > li .sub-menu > li.current-menu-parent > a, .widget-area .widget .menu-products-en-container .menu > li .sub-menu > li.current-page-parent > a, .widget-area .widget .menu-products-en-container .menu > li .sub-menu > li.current-menu-ancestor > a, .widget-area .widget .menu-products-en-container .menu > li .sub-menu > li.current_page_ancestor > a, .widget-area .widget .menu-products-en-container .menu > li .sub-menu > li.hover > a, .widget-area .widget .menu-products-en-container .menu > li .sub-menu > li:hover > a,
.widget-area .widget .menu-products-container .menu > li .sub-menu > li.current_page_item > a,
.widget-area .widget .menu-products-container .menu > li .sub-menu > li.current-menu-parent > a,
.widget-area .widget .menu-products-container .menu > li .sub-menu > li.current-page-parent > a,
.widget-area .widget .menu-products-container .menu > li .sub-menu > li.current-menu-ancestor > a,
.widget-area .widget .menu-products-container .menu > li .sub-menu > li.current_page_ancestor > a,
.widget-area .widget .menu-products-container .menu > li .sub-menu > li.hover > a,
.widget-area .widget .menu-products-container .menu > li .sub-menu > li:hover > a {
  font-weight: 600;
  color: #333;
}

.widget-area .widget .blockWidget {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 18px;
  font-size: 0.82352941em;
  line-height: 1.8;
}

.widget-area .widget .blockWidget__head {
  position: relative;
  margin-bottom: 20px;
}

.widget-area .widget .blockWidget__head span {
  margin-left: 60px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  display: inline-block;
}

.widget-area .widget .blockWidget__head i {
  width: 1.83333333em;
  height: 1.83333333em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -0.07142857em;
  left: 14px;
}

.widget-area .widget .blockWidget__head i.ico-paper {
  background-image: url("../images/icons/ico-paper.svg");
  width: 1.44444444em;
}

@media screen and (max-width: 767px) {
  .widget-area .widget .blockWidget__head i.ico-paper {
    width: 1.4em;
  }
}

.widget-area .widget .blockWidget__head i.ico-building-simple {
  background-image: url("../images/icons/ico-building-simple.svg");
  width: 1.44444444em;
}

.widget-area .widget .blockWidget__head i.ico-send-email {
  background-image: url("../images/icons/ico-send-email.svg");
  width: 1.44444444em;
}

@media screen and (max-width: 1499px) {
  .widget-area .widget .blockWidget__head span {
    margin-left: 40px;
  }
  .widget-area .widget .blockWidget__head i {
    left: 0;
  }
}

.widget-area .widget .blockWidget__content p {
  margin-bottom: 0px;
}

#Footer {
  position: static;
}

#Footer .widgets_wrapper {
  padding: 15px 0 15px;
}

#Footer .widgets_wrapper .widget {
  padding: 0;
}

#Footer .widgets_wrapper .widget h4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.90117647em;
  line-height: 1.875;
}

#Footer .widgets_wrapper .widget p:last-child {
  margin-bottom: 0;
}

#Footer .widgets_wrapper .widget .wpcf7 .wpcf7-form br {
  display: none;
}

#Footer .widgets_wrapper .widget .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap {
  margin-bottom: 24px;
  display: block;
}

#Footer .widgets_wrapper .widget .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-text {
  border: none;
  padding: 2px 0;
  border-bottom: 1px solid #c4c4c4;
  font-size: 1em;
  font-weight: normal;
  color: #696969;
  max-width: 320px;
  border-radius: 0;
  box-shadow: none;
}

#Footer .widgets_wrapper .widget .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-text::-moz-placeholder {
  color: rgba(105, 105, 105, 0.5);
  opacity: 1;
}

#Footer .widgets_wrapper .widget .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-text:-ms-input-placeholder {
  color: rgba(105, 105, 105, 0.5);
}

#Footer .widgets_wrapper .widget .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-text::-webkit-input-placeholder {
  color: rgba(105, 105, 105, 0.5);
}

#Footer .widgets_wrapper .widget .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-text, #Footer .widgets_wrapper .widget .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-text:focus, #Footer .widgets_wrapper .widget .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-text:active, #Footer .widgets_wrapper .widget .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-text:hover {
  background: transparent !important;
}

#Footer .widgets_wrapper .widget .wpcf7 .wpcf7-form label {
  margin-bottom: 0;
}

#Footer .widgets_wrapper .widget .wpcf7 .wpcf7-form p {
  margin: 0;
}

#Footer .widgets_wrapper .widget .wpcf7 .wpcf7-form .wpcf7-submit-wrap {
  text-align: left;
}

#Footer .widgets_wrapper .widget .footer__location {
  position: relative;
  padding-left: 24px;
}

#Footer .widgets_wrapper .widget .footer__location h4 i {
  position: absolute;
  top: 6px;
  left: 0;
  color: #999;
}

#Footer .widgets_wrapper .widget .footer__location p {
  font-size: 0.88235294em;
  line-height: 2;
}

#Footer .widgets_wrapper .widget .footer__location p a {
  font-weight: 700;
}

#Footer .widgets_wrapper .widget .footer__location p a i {
  color: #696969;
}

#Footer .widgets_wrapper .widget .footer__contactinfo {
  font-size: 0.88235294em;
  line-height: 2;
}

#Footer .widgets_wrapper .widget .footer__contactinfo i {
  color: #999999;
  margin-right: 8px;
  font-size: 1.06666667em;
}

#Footer .widgets_wrapper .widget .footer__socials {
  margin-top: 10px;
}

#Footer .widgets_wrapper .widget .footer__socials li {
  display: inline-block;
}

#Footer .widgets_wrapper .widget .footer__socials li:not(:last-child) {
  margin-right: 30px;
}

#Footer .widgets_wrapper .widget .footer__socials li a {
  color: #999;
}

#Footer .widgets_wrapper .widget .footer__socials li a:hover {
  color: #262626;
}

#Footer .widgets_wrapper .widget .footer__socials li a:hover i[class*="facebook"] {
  color: #3b5997 !important;
}

#Footer .widgets_wrapper .widget .footer__socials li a:hover i[class*="googleplus"] {
  color: #dd4d3c !important;
}

#Footer .widgets_wrapper .widget .footer__socials li a:hover i[class*="youtube"] {
  color: #ef1e03 !important;
}

#Footer .widgets_wrapper .container .one-fourth.column:first-child {
  width: 33.33333333%;
}

@media screen and (min-width: 992px) {
  #Footer .widgets_wrapper .container .one-fourth.column:nth-child(3) {
    padding-left: 25px;
  }
}

#Footer .widgets_wrapper .container .one-fourth.column:last-child {
  width: 16.66666667%;
}

#Footer .footer_copy {
  border: none;
}

#Footer .footer_copy,
#Footer .footer_copy .container,
#Footer .footer_copy .one {
  position: static;
}

#Footer .footer_copy .one {
  padding: 9px 0;
  margin: 0;
  border-top: 1px solid #ebebeb;
  position: relative;
}

#Footer .footer_copy a#back_to_top.button.button_js {
  position: fixed;
  background-color: #00923f;
  top: auto;
  right: 51px;
  bottom: 170px;
  margin: 0;
  border: none !important;
  border-radius: 2px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  font-size: 1.41176471em;
  z-index: 100;
  display: none;
}

#Footer .footer_copy a#back_to_top.button.button_js:focus, #Footer .footer_copy a#back_to_top.button.button_js:active, #Footer .footer_copy a#back_to_top.button.button_js:hover {
  color: #fff;
  background-color: #2b5390 !important;
}

#Footer .footer_copy a#back_to_top.button.button_js:before {
  font-family: 'ElegantIcons';
  content: "\36";
}

#Footer .footer_copy a#back_to_top.button.button_js i {
  display: none;
}

#Footer .footer_copy .copyright {
  color: #262626;
  font-size: 0.82352941em;
  letter-spacing: 0.1em;
  margin: 0;
  text-align: center;
  display: block;
  float: none;
}

@media screen and (max-width: 1199px) {
  #Footer .widgets_wrapper .column .widget {
    padding-right: 15px;
  }
  #Footer .widgets_wrapper .column .widget h4 {
    line-height: 1.6;
  }
  #Footer .widgets_wrapper .column .widget h4 i {
    top: 0.1875em;
  }
}

@media screen and (max-width: 991px) {
  #Footer .widgets_wrapper {
    padding: 40px 0 10px;
  }
  #Footer .widgets_wrapper .column {
    width: 50% !important;
  }
  #Footer .widgets_wrapper .column:not(:last-child) .widget {
    padding-right: 0;
  }
  #Footer .widgets_wrapper .column:nth-child(2n+1) {
    padding-right: 20px;
    clear: both;
  }
  #Footer .widgets_wrapper .column:nth-child(2) ~ div {
    border-top: 1px solid #eee;
    padding-top: 30px;
  }
  #Footer .widgets_wrapper .column .widget {
    margin-bottom: 30px;
  }
  #Footer .footer_copy a#back_to_top.button.button_js {
    right: 47px;
    bottom: 155px;
  }
}

@media screen and (max-width: 767px) {
  #Footer {
    padding-bottom: 50px;
    position: relative;
    z-index: 10;
  }
  #Footer .widgets_wrapper {
    padding: 20px 0 30px;
    text-align: center;
  }
  #Footer .widgets_wrapper .column {
    width: 100% !important;
    padding: 0;
  }
  #Footer .widgets_wrapper .column:first-child ~ div {
    display: none;
  }
  #Footer .widgets_wrapper .column .widget {
    margin-bottom: 0;
  }
  #Footer .widgets_wrapper .column .widget .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-text {
    width: 100%;
    text-align: center;
    max-width: none;
    padding: 6px 0;
  }
  #Footer .widgets_wrapper .column .widget .wpcf7 .wpcf7-form .wpcf7-submit-wrap {
    text-align: center;
  }
  #Footer .footer_copy .one {
    padding: 15px 0;
  }
  #Footer .footer_copy,
  #Footer .footer_copy .container,
  #Footer .footer_copy .column {
    position: static;
  }
  #Footer .footer_copy .container {
    padding: 0 !important;
  }
  #Footer .footer_copy a#back_to_top.button.button_js {
    right: 10px;
    bottom: 70px;
  }
}

.toolMobile {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #e1e1e1;
  background-color: #efefef;
  z-index: 100;
  display: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.toolMobile:after {
  content: "";
  display: block;
  clear: both;
}

.toolMobile__item {
  float: left;
  width: 50%;
  min-height: 50px;
  text-align: center;
}

.toolMobile__item:not(:last-child) {
  border-right: 1px solid #e1e1e1;
}

.toolMobile__item .widget > *:not(div) {
  display: none;
}

.toolMobile__item .callback-link {
  font-size: 14px;
  color: #3b3b3b;
  padding: 14px 10px;
  display: block;
  line-height: 22px;
}

.toolMobile__item .callback-link i {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.toolMobile__item .callback-link i:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.07142857em;
  background-image: url("../images/icons/ico-call.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.toolMobile__item .footer__socials li {
  display: inline-block;
}

.toolMobile__item .footer__socials li:not(:last-child) {
  margin-right: 20px;
}

.toolMobile__item .footer__socials li a {
  color: #999;
  padding: 14px 5px;
  display: block;
  line-height: 22px;
}

.toolMobile__item .footer__socials li a:hover {
  color: #262626;
}

.toolMobile__item .footer__socials li a:hover i[class*="facebook"] {
  color: #3b5997 !important;
}

.toolMobile__item .footer__socials li a:hover i[class*="googleplus"] {
  color: #dd4d3c !important;
}

.toolMobile__item .footer__socials li a:hover i[class*="youtube"] {
  color: #ef1e03 !important;
}

@media screen and (max-width: 767px) {
  .toolMobile {
    display: block;
  }
}

.loading-wrap {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  display: none;
}

body.loading .loading-wrap, .loading-wrap.loading {
  display: block;
}

.loading-wrap .loading-inner {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 10;
}

.loading-wrap .cube1, .loading-wrap .cube2 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}

.loading-wrap .cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

.homeBoxAbout__row {
  position: relative;
}

.homeBoxAbout__row:after {
  content: "";
  display: block;
  clear: both;
}

.homeBoxAbout__row:nth-child(2n+1) .homeBoxAbout__item--text, .homeBoxAbout__row:nth-child(2n+1) .homeBoxAbout__item--media {
  float: right;
}

.homeBoxAbout__row:nth-child(2n) .homeBoxAbout__item--text {
  width: 58.39829908%;
}

.homeBoxAbout__row:nth-child(2n) .homeBoxAbout__item--media {
  width: 41.60170092%;
}

.homeBoxAbout__row:nth-child(2n) .homeBoxAbout__video,
.homeBoxAbout__row:nth-child(2n) .homeBoxAbout__carousel {
  width: 41.60170092%;
}

.homeBoxAbout__item {
  float: left;
}

.homeBoxAbout__item h2 {
  font-size: 1.85294118em !important;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
}

.homeBoxAbout__item h3 {
  color: #999;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.5em;
  font-size: 1.41176471em;
}

.homeBoxAbout__item__more {
  font-size: 2.11764706em;
  color: #262626;
}

.homeBoxAbout__item__more:hover {
  color: #2b5390;
}

.homeBoxAbout__item__more i {
  float: left;
}

.homeBoxAbout__item--text {
  padding: 10px 5px 5px;
  width: 41.60170092%;
}

.homeBoxAbout__item--media {
  width: 58.39829908%;
  min-height: 1px;
}

.homeBoxAbout__carousel {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 58.39829908%;
  display: none;
}

.homeBoxAbout__carousel.slick-initialized {
  display: block;
}

.homeBoxAbout__carousel .slick-list {
  height: 100%;
}

.homeBoxAbout__carousel .slick-list .slick-track {
  height: 100%;
}

.homeBoxAbout__carousel__item {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.homeBoxAbout__carousel__item img {
  display: none;
}

@media (min-width: 1200px) {
  .homeBoxAbout__carousel .slick-arrow.slider_prev {
    left: 1.58823529em;
  }
  .homeBoxAbout__carousel .slick-arrow.slider_next {
    right: 1.58823529em;
  }
}

.homeBoxAbout__video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 58.39829908%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.homeBoxAbout__video__icon {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  margin-top: -32.5px;
  margin-left: -32.5px;
  border: 3px solid #fff;
  border-top-color: rgba(255, 255, 255, 0.8);
  border-right-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  transition: all 0.3s ease-in-out;
}

.homeBoxAbout__video__icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent #fff;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}

.homeBoxAbout__video iframe {
  display: block;
  position: absolute;
  border: none !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.homeBoxAbout__video:hover:before {
  background: rgba(255, 255, 255, 0.2);
}

.homeBoxAbout__video:hover .homeBoxAbout__video__icon {
  border: 3px solid #2b5390;
  border-top-color: #4176c6;
  border-right-color: #4176c6;
  background-color: rgba(43, 83, 144, 0.2);
}

.homeBoxAbout__video:hover .homeBoxAbout__video__icon:before {
  border-color: transparent #2b5390;
}

.homeBoxProducts {
  background: #f9f9f9;
  padding-top: 5px;
}

.homeBoxProducts .headings {
  text-align: center;
  margin: 0 0 5px 0;
}

.homeBoxProducts__slide {
  padding: 0 52px;
  display: none;
}

.homeBoxProducts__slide.slick-initialized {
  display: block;
}

.homeBoxProducts__slide__item {
  padding: 0 13px;
  text-align: center;
}

.homeBoxProducts__slide__item__img {
  overflow: hidden;
  display: block;
}

.homeBoxProducts__slide__item__img span {
  display: block;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.35s ease-in-out;
}

.homeBoxProducts__slide__item__img span img {
  display: none;
}

.homeBoxProducts__slide__item__title {
  font-size: 1.05882353em;
  font-weight: 700;
  color: #262626;
  text-transform: uppercase;
  display: block;
  padding: .5em 0 .5em;
  transition: all 0.35s ease-in-out;
}

.homeBoxProducts__slide__item__title > * {
  display: inline-block;
  vertical-align: top;
}

.homeBoxProducts__slide__item__title i {
  width: 1.83333333em;
  height: 1.83333333em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 10px;
}

.homeBoxProducts__slide__item__title i.ico-mat-dung {
  background-image: url("../images/icons/ico-mat-dung.svg");
  width: 1.44444444em;
}

.homeBoxProducts__slide__item__title i.ico-cot-pha-nhom {
  background-image: url("../images/icons/ico-cot-pha-nhom.svg");
  width: 1.27777778em;
}

.homeBoxProducts__slide__item__title i.ico-cua-di {
  background-image: url("../images/icons/ico-cua-di.svg");
  width: 1.44444444em;
  height: 1.5em;
}

.homeBoxProducts__slide__item__title i.ico-cua-so {
  background-image: url("../images/icons/ico-cua-so.svg");
}

.homeBoxProducts__slide__item__title i.ico-kinh-trang-tri {
  background-image: url("../images/icons/ico-kinh-trang-tri.svg");
  width: 1.66666667em;
  height: 1.5em;
}

.homeBoxProducts__slide__item__title i.ico-san-pham-nhom {
  background-image: url("../images/icons/ico-san-pham-nhom.svg");
  width: 1.44444444em;
  height: 1.33333333em;
  margin-top: 0.22222222em;
}

.homeBoxProducts__slide__item__title i.ico-vach-ngan {
  background-image: url("../images/icons/ico-vach-ngan.svg");
  width: 1.5em;
  height: 1.16666667em;
  margin-top: 0.33333333em;
}

.homeBoxProducts__slide__item__title i.ico-phong-tam-kinh {
  background-image: url("../images/icons/ico-phong-tam-kinh.svg");
  width: 1.44444444em;
  height: 1.94444444em;
  margin-top: -0.11111111em;
}

.homeBoxProducts__slide__item__title span {
  padding-top: 0.11111111em;
  max-width: 74%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.homeBoxProducts__slide__item:hover .homeBoxProducts__slide__item__img span {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.homeBoxProducts__slide__item:hover .homeBoxProducts__slide__item__title {
  color: #2b5390;
}

.homeBoxProducts__slide .slick-arrow {
  margin-top: -67.5px;
}

.homeClients {
  padding-top: 5px;
}

.homeClients .headings {
  text-align: center;
  margin: 0;
}

.homeClients__slide {
  padding: 0 80px;
  display: none;
}

.homeClients__slide.slick-initialized {
  display: block;
}

.homeClients__slide__item {
  padding: 10px;
}

.homeClients__slide__item__img {
  display: block;
  height:auto;
  max-width: 100%;
  margin: 0 auto;
  background: none !important;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  transition: all 0.3s ease-in-out;
}

.homeClients__slide__item__img:after {
  content: "";
  padding-top: 40.47619048%;
  display: block;
}

.homeClients__slide__item__img img {
  display: none;
}

.homeClients__slide__item__img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90% !important;
  max-height: 90%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: all 0.3s ease-in-out;
}

.homeClients__slide__item:hover .homeClients__slide__item__img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.homeClients__slide__item:hover .homeClients__slide__item__img img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
  filter: alpha(opacity=100);
}

.homeProjects {
  background: #f9f9f9;
  padding-top: 5px;
}

.homeProjects .headings {
  text-align: center;
  margin: 0 0 5px 0;
}

.homeProjects__slide {
  padding: 0;
  display: none;
  background: #fff;
}

.homeProjects__slide.slick-initialized {
  display: block;
}

.homeProjects__slide__item {
  padding: 0 5px;
}

.homeProjects__slide__item__inner {
  width: 800px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.homeProjects__slide__item__inner:after {
  content: "";
  padding-top: 68.32917706%;
  display: block;
}

.homeProjects__slide__item__inner img {
  display: none;
}

.homeProjects__slide__item__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.3;
  filter: alpha(opacity=30);
  transition: all 0.3s ease-in-out;
}

.homeProjects__slide__item__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 20px 30px;
}

.homeProjects__slide__item__footer > * {
  position: relative;
  z-index: 1;
}

.homeProjects__slide__item__footer h3 {
  margin: 0;
  line-height: 1.3;
  font-size: 1.64705882em;
}

.homeProjects__slide__item__footer h3 a {
  color: #262626;
}

.homeProjects__slide__item__footer h3 a:hover {
  color: #2b5390;
}

.homeProjects__slide__item__footer p {
  margin: 0;
  font-size: 0.94117647em;
  color: #262626;
}

.homeProjects__slide__item__footer h3,
.homeProjects__slide__item__footer p {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(20%, 0);
  transform: translate(20%, 0);
  transition: all 0.55s ease-in-out;
}

.homeProjects__slide__item__footer:before {
  content: "";
  display: block;
  position: absolute;
  top: 80%;
  bottom: -140px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: skewX(0) skewY(2deg);
  transform: skewX(0) skewY(2deg);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.45s ease-in-out;
}

.homeProjects__slide__item.slick-center {
  opacity: 1;
  filter: alpha(opacity=100);
}

.homeProjects__slide__item.slick-center .homeProjects__slide__item__footer:before {
  top: -20px;
  bottom: -100px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: skewX(0) skewY(4.4deg);
  transform: skewX(0) skewY(4.4deg);
  transition-delay: 0.15s;
}

.homeProjects__slide__item.slick-center .homeProjects__slide__item__footer h3 {
  transition-delay: 0.3s;
}

.homeProjects__slide__item.slick-center .homeProjects__slide__item__footer p {
  transition-delay: 0.35s;
}

.homeProjects__slide__item.slick-center .homeProjects__slide__item__footer h3,
.homeProjects__slide__item.slick-center .homeProjects__slide__item__footer p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.homeProjects__slide__item.slick-center .homeProjects__slide__item__bg {
  opacity: 1;
  filter: alpha(opacity=100);
}

.homeProjects__slide__item.slick-center:hover .homeProjects__slide__item__bg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.homeBoxNews {
  padding: 5px 60px 0;
}

.homeBoxNews body:not(.home) {
  padding-top: 30px;
}

.homeBoxNews .headings {
  text-align: center;
  margin: 0 0 5px 0;
}

.homeBoxNews__highline {
  overflow: hidden;
  margin-bottom: 10px;
}

.homeBoxNews__highline__img {
  display: block;
  margin-right: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.homeBoxNews__highline__img:after {
  content: "";
  padding-top: 52.15946844%;
  display: block;
}

.homeBoxNews__highline__img img {
  display: none;
}

.homeBoxNews__highline__img:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  transition: all 0.3s ease-in-out;
}

.homeBoxNews__highline__img:hover:before {
  background-color: rgba(255, 255, 255, 0.2);
}

.homeBoxNews__highline__meta {
  line-height: 1.3;
  margin-top: -5px;
}

.homeBoxNews__highline__meta * {
  font-size: 0.88235294em;
  display: inline-block;
  color: #999;
  margin-right: 1.05882353em;
}

.homeBoxNews__highline__meta *:last-child {
  margin-right: 0;
}

.homeBoxNews__highline__meta span:before {
  content: "›";
  display: inline-block;
  margin-right: 1.05882353em;
}

.homeBoxNews__highline__title {
  font-weight: 700;
  font-size: 1.29411765em;
  line-height: 1.36363636;
  text-transform: uppercase;
  margin: 5px 0;
  letter-spacing: 0.05em;
}

.homeBoxNews__highline__title a {
  color: #262626;
}

.homeBoxNews__highline__title a:hover {
  color: #2b5390;
}

.homeBoxNews__highline p {
  letter-spacing: 0.02em;
}

.homeBoxNews__highline p.show-pc {
  display: block;
}

.homeBoxNews__highline p.show-tablet {
  display: none;
}

.homeBoxNews__highline p.show-mobile {
  display: none;
}

.homeBoxNews__highline__more {
  font-size: 2.11764706em;
  color: #262626;
  float: left;
}

.homeBoxNews__highline__more:hover {
  color: #2b5390;
}

.homeBoxNews__item {
  padding-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.homeBoxNews__item__img {
  position: relative;
  margin-bottom: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.homeBoxNews__item__img:after {
  content: "";
  padding-top: 51.62337662%;
  display: block;
}

.homeBoxNews__item__img img {
  display: none;
}

.homeBoxNews__item__meta {
  line-height: 1.3;
  margin: 0 15px 5px;
}

.homeBoxNews__item__meta * {
  font-size: 0.88235294em;
  display: inline-block;
  color: #999;
  margin-right: 1.05882353em;
}

.homeBoxNews__item__meta *:last-child {
  margin-right: 0;
}

.homeBoxNews__item__meta span:before {
  content: "›";
  display: inline-block;
  margin-right: 0.88235294em;
}

.homeBoxNews__item__title {
  margin: 0 15px;
  font-size: 0.94117647em;
  line-height: 1.375;
  letter-spacing: 0.05em;
  height: 4.125em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.homeBoxNews__item__title a {
  color: #262626;
}

.homeBoxNews__item__title a:hover {
  color: #2b5390;
}

.homeBoxNews__item:hover {
  background-color: #f5f5f5;
}

.homeBoxNews > .row.items {
  margin-left: -10px;
  margin-right: -10px;
}

.homeBoxNews > .row.items > div {
  padding-left: 10px;
  padding-right: 10px;
}

.homeBoxNews__viewall {
  padding: 8px 0 0;
}

@media screen and (max-width: 1499px) {
  .homeBoxNews__highline {
    line-height: 1.6;
  }
  .homeBoxNews__highline__meta {
    margin-bottom: 5px;
  }
  .homeBoxNews__highline__meta * {
    font-size: 0.8em;
    margin-right: 0.53333333em;
  }
  .homeBoxNews__highline__meta *:last-child {
    margin-right: 0;
  }
  .homeBoxNews__highline__meta span:before {
    margin-right: 0.53333333em;
  }
  .homeBoxNews__highline p.show-pc {
    display: none;
  }
  .homeBoxNews__highline p.show-tablet {
    display: block;
  }
  .homeBoxNews__highline p.show-mobile {
    display: none;
  }
  .homeBoxNews__item {
    padding-bottom: 5px;
  }
  .homeBoxNews__item__meta {
    margin-bottom: 5px;
  }
  .homeBoxNews__item__meta * {
    font-size: 0.8em;
    margin-right: 0.53333333em;
  }
  .homeBoxNews__item__meta *:last-child {
    margin-right: 0;
  }
  .homeBoxNews__item__meta span:before {
    margin-right: 0.53333333em;
  }
}

@media screen and (max-width: 1200px) {
  .homeBoxNews__highline p.show-pc {
    display: none;
  }
  .homeBoxNews__highline p.show-tablet {
    display: block;
  }
  .homeBoxNews__highline p.show-mobile {
    display: none;
  }
  .homeBoxNews__item {
    padding-bottom: 5px;
  }
  .homeBoxNews__item__meta {
    margin-bottom: 5px;
  }
  .homeBoxNews__item__meta * {
    font-size: 0.8em;
    margin-right: 0.53333333em;
  }
  .homeBoxNews__item__meta *:last-child {
    margin-right: 0;
  }
  .homeBoxNews__item__meta span:before {
    margin-right: 0.53333333em;
  }
}

@media screen and (max-width: 1199px) {
  .homeBoxAbout__item {
    float: none;
    width: 100% !important;
    min-height: auto;
  }
  .homeBoxAbout__item--media {
    position: relative;
  }
  .homeBoxAbout__item--media:after {
    content: "";
    display: block;
    padding-top: 56%;
  }
  .homeBoxAbout__item--text {
    padding: 5px 40px;
  }
  .homeBoxAbout__item--text p {
    display: inline;
  }
  .homeBoxAbout__item--text p::after {
    content: "";
    display: inline-block;
    margin-right: 15px;
  }
  .homeBoxAbout__item--text .homeBoxAbout__item__more {
    display: inline-block;
    font-size: 1.4em;
    line-height: 20px;
    position: relative;
    top: 0.25210084em;
  }
  .homeBoxAbout h3 {
    margin: 0;
  }
  .homeBoxAbout__carousel, .homeBoxAbout__video {
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .homeBoxNews__highline__img {
    margin: 0;
  }
  .homeBoxNews__highline.row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .homeBoxNews__highline.row > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .homeBoxNews__highline p.show-pc {
    display: none;
  }
  .homeBoxNews__highline p.show-tablet {
    display: none;
  }
  .homeBoxNews__highline p.show-mobile {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .homeProjects__slide .slick-arrow {
    margin-top: -203px;
  }
  .homeProjects__slide__item {
    padding: 0;
  }
  .homeProjects__slide__item__inner    
  {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
  }
  .homeProjects__slide__item__inner:after {
    content: "";
    padding-top: 68.38624339%;
    display: block;
  }
  .homeProjects__slide__item__inner img {
    display: none;
  }
  .homeProjects__slide__item__footer {
    padding: 12px 30px;
  }
  .homeProjects__slide__item__footer h3 {
    font-size: 1.33333333em;
  }
  .homeProjects__slide__item__footer p {
    font-size: 1em;
  }
  .homeProjects__slide__item.slick-active {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .homeProjects__slide__item.slick-active .homeProjects__slide__item__footer:before {
    top: 0;
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: skewX(0) skewY(0);
    transform: skewX(0) skewY(0);
  }
  .homeProjects__slide__item.slick-active .homeProjects__slide__item__footer h3,
  .homeProjects__slide__item.slick-active .homeProjects__slide__item__footer p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .homeProjects__slide__item.slick-active .homeProjects__slide__item__bg {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .homeProjects__slide__item.slick-active:hover .homeProjects__slide__item__bg {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .homeBoxNews__highline {
    margin-bottom: 5px;
  }
  .homeBoxNews__highline__img {
    margin: 0;
    margin-bottom: 5px;
  }
  .homeBoxNews__highline__more {
    line-height: 1;
  }
  .homeBoxNews__highline.row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .homeBoxNews__highline.row > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .homeBoxNews__highline p.show-pc {
    display: none;
  }
  .homeBoxNews__highline p.show-tablet {
    display: none;
  }
  .homeBoxNews__highline p.show-mobile {
    display: block;
  }
  .homeBoxAbout__video__icon {
    width: 45px;
    height: 45px;
    margin-top: -22.5px;
    margin-left: -22.5px;
  }
  .homeBoxAbout__video__icon:before {
    margin-top: -12px;
    margin-left: -6px;
    border-width: 8px 0 8px 13px;
  }
}

@media screen and (max-width: 768px) {
  .homeBoxAbout__item--media:after {
    padding-top: 60%;
  }
  .homeBoxAbout__item--text {
    padding: 10px 15px;
    line-height: 1.60714286;
    min-height: auto !important;
  }
  .homeBoxAbout__item--text h2,
  .homeBoxAbout__item--text h3 {
    text-align: center;
  }
  .homeBoxAbout__item--text h2 {
    font-size: 1.6em;
  }
  .homeBoxAbout__item--text h3 {
    font-size: 1.33333333em;
    margin: 0px;
  }
  .homeBoxProducts__slide {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
  }
  .homeBoxProducts__slide__item a {
    display: block;
    position: relative;
    padding-top: 60px;
  }
  .homeBoxProducts__slide__item__title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
  }
  .homeBoxProducts__slide .slick-arrow {
    margin-top: 30px;
  }
  .homeClients {
    padding: 5px 20px 5px;
  }
  .homeClients__slide {
    padding: 0;
  }
  .homeProjects__slide .slick-arrow {
    margin-top: -60.5px;
  }
  .homeProjects__slide__item__footer {
    min-height: 88px;
  }
  .homeBoxNews {
    padding: 5px 0 0;
  }
  .homeBoxNews .headings {
    margin-bottom: 5px;
  }
  .homeBoxNews .items {
    display: none;
  }
  .homeBoxNews .items.slick-initialized {
    display: block;
  }
  .homeBoxNews .slick-arrow {
    margin-top: -65.5px;
  }
  .homeBoxNews > .row.items {
    margin: 0;
  }
  .homeBoxNews > .row.items > div {
    padding: 0;
  }
  .homeBoxNews > .row.items .col-xs-12 {
    padding: 0;
  }
  .homeBoxNews__highline, .homeBoxNews__item {
    padding: 0 30px 0;
    background: none !important;
  }
  .homeBoxNews__highline__title, .homeBoxNews__item__title {
    font-size: 1.2em;
    margin: 0;
    max-height: 2.72727272em;
    overflow: hidden;
  }
  .homeBoxNews__highline p, .homeBoxNews__item p {
    display: none;
  }
  .homeBoxNews__highline__more, .homeBoxNews__item__more {
    display: none;
  }
  .homeBoxNews__highline.row, .homeBoxNews__item.row {
    margin: 0;
  }
  .homeBoxNews__highline.row > div, .homeBoxNews__item.row > div {
    padding: 0;
  }
  .homeBoxNews__highline__img, .homeBoxNews__item__img {
    position: relative;
    margin-bottom: 5px;
  }
  .homeBoxNews__highline__img:after, .homeBoxNews__item__img:after {
    padding-top: 51.62337662%;
  }
  .homeBoxNews__highline__meta, .homeBoxNews__item__meta {
    margin: 0 0 5px;
  }
  .homeBoxNews__viewall {
    margin-bottom: -8px;
  }
}

@media screen and (max-width: 479px) {
  .homeProjects__slide .slick-arrow {
    margin-top: -60.5px;
  }
  .homeProjects__slide__item__footer {
    min-height: 88px;
  }
  .homeBoxNews {
    padding-top: 0;
  }
  .homeBoxNews > .headings {
    margin-top: 5px;
  }
}

@media screen and (max-width: 390px) {
  .homeBoxNews .slick-arrow {
    margin-top: -78px;
  }
  .homeBoxNews__highline__title, .homeBoxNews__item__title {
    max-height: 4.09090908em;
  }
}

.proListing__inner {
  margin-left: -10px;
  margin-right: -10px;
}

.proListing__inner:before, .proListing__inner:after {
  content: "";
  display: block;
  clear: both;
}

.proListing__item {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  height:380px;
}

.with_aside.aside_right .proListing__item,
.with_aside.aside_left .proListing__item {
  width: 33.33333333%;
}

.with_aside.aside_both .proListing__item {
  width: 50%;
}

.proListing__item__image {
  position: relative;
  display: block;
  overflow: hidden;
}

.proListing__item__image:before, .proListing__item__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 14px;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s ease-in-out;
}

.proListing__item__image:before {
  -webkit-transform: perspective(500px) rotateX(0deg) rotateY(-60deg) rotateZ(0deg) scale(0.7) translate(-150%, 0px);
  transform: perspective(500px) rotateX(0deg) rotateY(-60deg) rotateZ(0deg) scale(0.7) translate(-150%, 0px);
}

.proListing__item__image:after {
  -webkit-transform: perspective(500px) rotateX(0deg) rotateY(60deg) rotateZ(0deg) scale(0.7) translate(150%, 0px);
  transform: perspective(500px) rotateX(0deg) rotateY(60deg) rotateZ(0deg) scale(0.7) translate(150%, 0px);
}

.proListing__item__image > span:not(.ico) {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.proListing__item__image > span:not(.ico):after {
  content: "";
  padding-top: 100%;
  display: block;
}

.proListing__item__image > span:not(.ico) img {
  display: none;
}

.proListing__item__image .ico {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 2;
}

.proListing__item__image .ico:before, .proListing__item__image .ico:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #262626;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(2.3);
  transform: scale(2.3);
  transition: all 0.4s ease-in-out;
}

.proListing__item__image .ico:before {
  width: 2px;
  height: 34px;
  margin-left: -1px;
  margin-top: -17px;
}

.proListing__item__image .ico:after {
  width: 34px;
  height: 2px;
  margin-top: -1px;
  margin-left: -17px;
}

.proListing__item__title {
  font-size: 0.84117647em;
  line-height: 1.6;
  margin: 0;
}

.proListing__item__title a {
  color: #696969;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 18px 0 23px;
  word-wrap: break-word;
  white-space: inherit;
}

.proListing__item:hover .proListing__item__image:before, .proListing__item:hover .proListing__item__image:after {
  -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0) rotateZ(0deg) scale(1) translate(0px, 0px);
  transform: perspective(500px) rotateX(0deg) rotateY(0) rotateZ(0deg) scale(1) translate(0px, 0px);
  opacity: 1;
  filter: alpha(opacity=100);
}

.proListing__item:hover .proListing__item__image .ico:before, .proListing__item:hover .proListing__item__image .ico:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.proListing__item:hover .proListing__item__title a {
  color: #262626;
}

.productDetail__body__album {
  width: 100%;
}

.sliderProduct__inner__item img {
  margin: 0px;
  width: 100%;
}

.sliderProductNav {
  margin: 34px -10px;
}

.sliderProductNav__inner {
  text-align: center;
}

.sliderProductNav__inner__item {
  display: inline-block;
  padding: 0px 10px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.3;
  filter: alpha(opacity=30);
  transition: all 0.2s ease-in-out;
}

.sliderProductNav__inner__item--bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.sliderProductNav__inner__item--bg:after {
  content: "";
  padding-top: 42.13483146%;
  display: block;
}

.sliderProductNav__inner__item--bg img {
  display: none;
}

.sliderProductNav__inner__item:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.sliderProductNav__inner__item.slick-current {
  opacity: 1;
  filter: alpha(opacity=100);
}

.sliderProductNav__inner .slick-arrow.slider_prev {
  left: -10px;
}

.sliderProductNav__inner .slick-arrow.slider_next {
  right: -10px;
}

.related__head {
  border-top: 1px solid #f5f5f5;
}

.related__head--title {
  padding: 2.11764706em 0px;
}

.related__head--title h2 {
  margin: 0px;
  font-size: 1.41176471em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

.relatedProduct {
  margin: 0px -10px;
}

.relatedProduct__carousel__item {
  width: 434px;
  padding: 0px 10px;
}

.relatedProduct__carousel__item .proListing__item {
  width: 100% !important;
  float: none;
  margin: 0px;
  padding: 0px;
}

.relatedProduct__carousel .slick-arrow {
  top: 40%;
}

.relatedProduct__carousel .slick-arrow.slider_prev {
  left: -8px;
}

.relatedProduct__carousel .slick-arrow.slider_next {
  right: -8px;
}

.proDetail__info > div.col-md-4 {
  width: 100% !important;
  float: none;
  clear: both;
}

.proDetail__info > div.col-md-4 + div {
  margin-top: 30px;
}

.proDetail__info__head {
  font-size: 1.05882353em;
  font-weight: 700;
  line-height: 1.6;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.proDetail__info__list {
  list-style: none !important;
  padding: 0;
  margin: 0 !important;
}

.proDetail__info__list li {
  padding-left: 25px;
  position: relative;
  margin: 0;
}

.proDetail__info__list li + li {
  margin-top: 5px;
}

.proDetail__info__list li:before {
  content: "\4e";
  font-family: 'ElegantIcons';
  display: inline-block;
  font-size: 0.82352941em;
  color: #262626;
  position: absolute;
  top: 0px;
  left: -2px;
}

.proDetail__info__advantage {
  list-style: none !important;
  padding: 0;
  margin: 0 !important;
}

.proDetail__info__advantage li {
  display: inline-block;
  margin-right: 32px;
}

.proDetail__info__advantage li > * {
  display: block;
  color:#008d36;
}

.proDetail__info__advantage li:last-child {
  margin-right: 0;
}

.proDetail__info__advantage li i {
  margin: 0 auto 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 31px;
  width: 30px;
}

.proDetail__info__advantage li i.ic-cach-am {
  background-image: url("../images/icons/ico-cach-am.svg");
  height: 31px;
  width: 29px;
}

.proDetail__info__advantage li i.ic-kin-gio {
  background-image: url("../images/icons/ico-kin-gio.svg");
  height: 31px;
  width: 33px;
}

.proDetail__info__advantage li i.ic-cach-nhiet {
  background-image: url("../images/icons/ico-cach-nhiet.svg");
  height: 31px;
  width: 29px;
}

.proDetail__info__advantage li i.ic-chong-tham {
  background-image: url("../images/icons/ico-chong-tham.svg");
}

.proDetail__info__advantage li i.ic-an-toan {
  background-image: url("../images/icons/ico-an-toan.svg");
}

.proDetail__info__advantage li i.ic-chong-va-dap {
  background-image: url("../images/icons/ico-chong-va-dap.svg");
}

.proDetail__info__advantage li i.ic-do-ben-cao {
  background-image: url("../images/icons/ico-do-ben-cao.svg");
}

.proDetail__info__advantage li i.ic-giam-buc-xa {
  background-image: url("../images/icons/ico-giam-buc-xa.svg");
}

.proDetail__info__advantage li i.ic-tham-my {
  background-image: url("../images/icons/ico-tham-my.svg");
}

.proDetail__info__advantage li i.ic-tuoi-tho-cao {
  background-image: url("../images/icons/ico-tuoi-tho-cao.svg");
}

.proDetail__info__advantage li i.ic-van-hanh-em {
  background-image: url("../images/icons/ico-van-hanh-em.svg");
}

.proDetail__info__advantage li i.ic-chiu-luc {
  background-image: url("../images/icons/ico-chiu-luc.svg");
}

.proDetail__info__advantage li i.ic-chong-tran {
  background-image: url("../images/icons/ico-chong-tran.svg");
}

.proDetail__info__advantage li i.ic-de-thao-lap {
  background-image: url("../images/icons/ico-de-thao-lap.svg");
}

.proDetail__info__advantage li span {
  font-size: 0.94117647em;
  text-transform: uppercase;
  font-family: "Exo", Arial, Tahoma, sans-serif;
}

@media screen and (max-width: 1499px) {
  .proDetail__info__advantage li {
    margin-right: 11px;
  }
  .proDetail__info__advantage li:last-child {
    margin-right: 0;
  }
  .proDetail__info__advantage li i {
    margin: 0 auto 10px;
  }
  .proDetail__info__advantage li span {
    font-size: 0.79411765em;
  }
}

@media screen and (max-width: 767px) {
  .proListing__item,
  .with_aside.aside_right .proListing__item,
  .with_aside.aside_left .proListing__item {
    width: 50%;
     height:220px;
  }
  .proDetail__info > div + div {
    margin-top: 30px;
  }
  .sliderProductNav {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .proListing__item {
    margin-bottom: 10px;
  }
  .proListing__item,
  .with_aside.aside_right .proListing__item,
  .with_aside.aside_left .proListing__item {
    width: 50%;
  }
  .proListing__item__title a {
    padding: 15px 0;
  }
  .relatedProduct__carousel .slick-arrow.slider_prev {
    left: -4px;
  }
  .relatedProduct__carousel .slick-arrow.slider_next {
    right: -4px;
  }
}

@media screen and (max-width: 330px) {
  .proListing__item,
  .with_aside.aside_right .proListing__item,
  .with_aside.aside_left .proListing__item {
    width: 100%;
  }
}

.projectNavTabs {
  min-height: 145px;
}

@media (min-width: 992px) {
  .projectNavTabs {
    width: 960px;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .projectNavTabs {
    min-height: 125px;
  }
}

.projectNavTabs__list {
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}

.projectNavTabs__list:before, .projectNavTabs__list:after {
  content: " ";
  display: table;
}

.projectNavTabs__list:after {
  clear: both;
}

.projectNavTabs__list__item {
  display: inline-block;
}

.projectNavTabs__list__item.active > a:before, .projectNavTabs__list__item.active > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.projectNavTabs__list__item a:hover {
  color: #262626;
}

.projectNavTabs__list__item > a {
  font-size: 1.05882353em;
  color: #999;
  text-transform: uppercase;
  padding: 0 40px 30px;
  display: block;
  position: relative;
  font-weight: 500;
}

@media (min-width: 481px) and (max-width: 767px) {
  .projectNavTabs__list__item > a {
    font-size: 0.94117647em;
    padding: 0 10px 30px;
  }
}

@media (min-width: 321px) and (max-width: 480px) {
  .projectNavTabs__list__item > a {
    font-size: 0.76470588em;
    padding: 0 8px 30px;
  }
}

@media (max-width: 320px) {
  .projectNavTabs__list__item > a {
    font-size: 0.76470588em;
    padding: 0 5px 30px;
  }
}

.projectNavTabs__list__item > a:before, .projectNavTabs__list__item > a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 8.5px 0 8.5px;
  border-color: #e4e4e4 transparent;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
}

.projectNavTabs__list__item > a:after {
  margin-top: -1px;
  border-color: #fff transparent;
}

.projectNavTabs__list__item > a.active {
  color: #262626;
  font-weight: bold;
}

.projectNavTabs__list__item--child {
  position: absolute;
  top: 100%;
  left: 0px;
  text-align: center;
  width: 100%;
  display: none;
}

.projectNavTabs__list__item--child:before, .projectNavTabs__list__item--child:after {
  content: " ";
  display: table;
}

.projectNavTabs__list__item--child:after {
  clear: both;
}

.projectNavTabs__list__item--child.active {
  display: block;
}

.projectNavTabs__list__item--child__item {
  display: inline-block;
  margin: 27px 10px;
}

.projectNavTabs__list__item--child__item a {
  padding: 10px 20px;
  font-size: 0.94117647em;
  display: block;
  color: #999;
  text-transform: uppercase;
  line-height: 0.7;
  position: relative;
}

.projectNavTabs__list__item--child__item a:before, .projectNavTabs__list__item--child__item a:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 24px;
  border: 1px solid transparent;
  top: 50%;
  margin-top: -12px;
  left: auto;
  background: transparent !important;
  transition: all 0.3s ease-in-out;
}

.projectNavTabs__list__item--child__item a:before {
  left: -10px;
  border-right-width: 0;
}

.projectNavTabs__list__item--child__item a:after {
  right: -10px;
  border-left-width: 0;
}

@media (min-width: 481px) and (max-width: 767px) {
  .projectNavTabs__list__item--child__item a {
    font-size: 14px;
    padding: 10px 10px;
  }
}

@media (min-width: 321px) and (max-width: 480px) {
  .projectNavTabs__list__item--child__item a {
    font-size: 12px;
    padding: 12px 10px;
  }
}

@media (max-width: 320px) {
  .projectNavTabs__list__item--child__item a {
    font-size: 11px;
    padding: 12px 5px;
  }
}

.projectNavTabs__list__item--child__item.active a {
  color: #262626;
  font-weight: 600;
}

.projectNavTabs__list__item--child__item.active a:after, .projectNavTabs__list__item--child__item.active a:before {
  border-color: #262626;
}

.projectNavTabs__list__item--child__item.active a:before {
  left: 0;
}

.projectNavTabs__list__item--child__item.active a:after {
  right: 0;
}

@media (max-width: 767px) {
  .projectNavTabs__list__item--child__item {
    margin: 20px 10px;
  }
}

.projectPanel {
  position: relative;
}

.projectTabPanel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}

.projectTabPanel.current {
  display: block;
  position: static;
}

.projectPanel .projectTabPanel {
  padding: 0;
}

@media (max-width: 767px) {
  .projectPanel .projectTabPanel {
    padding: 0 15px;
  }
}

.projectListing__inner {
  margin-left: -15px;
  margin-right: -15px;
}

.projectListing__inner:before, .projectListing__inner:after {
  content: " ";
  display: table;
}

.projectListing__inner:after {
  clear: both;
}

.projectListing__inner__col {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
  float: left;
}

@media (max-width: 991px) {
  .projectListing__inner__col {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .projectListing__inner {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .projectListing__inner__col {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

@media (max-width: 480px) {
  .projectListing__inner {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .projectListing__inner__col {
    width: 100%;
    float: none;
  }
}

.projectItem {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.projectItem:before, .projectItem:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s ease-in-out;
}

.projectItem:before {
  -webkit-transform: perspective(500px) rotateX(0deg) rotateY(-60deg) rotateZ(0deg) scale(0.7) translate(-150%, 0px);
  transform: perspective(500px) rotateX(0deg) rotateY(-60deg) rotateZ(0deg) scale(0.7) translate(-150%, 0px);
}

.projectItem:after {
  -webkit-transform: perspective(500px) rotateX(0deg) rotateY(60deg) rotateZ(0deg) scale(0.7) translate(150%, 0px);
  transform: perspective(500px) rotateX(0deg) rotateY(60deg) rotateZ(0deg) scale(0.7) translate(150%, 0px);
}

.projectItem__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.projectItem__img:after {
  content: "";
  padding-top: 72.22222222%;
  display: block;
}

.projectItem__img img {
  display: none;
}

.projectItem__caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: right;
  padding: 15px 23px;
  color: #fff;
  background: transparent;
  background: -webkit-gradient(left top, left bottom, color-stop(20%, transparent), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
  transition: all 0.5s ease-in-out;
}

.projectItem__caption--title {
  font-size: 1.17647059em;
  font-weight: bold;
  color: #fff;
  margin-top: 20%;
  margin-bottom: 0px;
  line-height: 1.2;
}

.projectItem__caption--desc {
  font-size: 0.82352941em;
}

.projectItem__hover {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}

.projectItem__hover a {
  display: block;
  height: 100%;
}

.projectItem__hover__caption {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  padding: 0px 15px;
  width: 100%;
}

.projectItem__hover__caption--title {
  display: block;
  line-height: 1.6;
  font-size: 1.76470588em;
  font-weight: bold;
  color: #262626;
}

.projectItem__hover__caption--desc {
  display: block;
  line-height: 1.6;
  font-size: 0.94117647em;
  color: #262626;
}

.projectItem:hover:before {
  -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0) rotateZ(64deg) scale(1) translate(-30px, 160px);
  transform: perspective(500px) rotateX(0deg) rotateY(0) rotateZ(64deg) scale(1) translate(-30px, 160px);
  opacity: 1;
  filter: alpha(opacity=100);
}

.projectItem:hover:after {
  -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0) rotateZ(0deg) scale(1) translate(0px, 0px);
  transform: perspective(500px) rotateX(0deg) rotateY(0) rotateZ(0deg) scale(1) translate(0px, 0px);
  opacity: 1;
  filter: alpha(opacity=100);
}

.projectItem:hover .projectItem__caption {
  opacity: 0;
}

.projectItem:hover .projectItem__hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .projectItem {
    margin-bottom: 15px;
  }
  .projectItem__caption {
    padding: 10px 15px;
  }
  .projectItem .projectItem__hover__caption--title {
    line-height: 1.2;
    font-size: 1.33333333em;
  }
}

.wrap-pagination {
  text-align: center;
}

.pagination {
  font-size: 0px;
  padding: 0px 0px 30px;
  list-style: none;
  margin: 0px !important;
}

.pagination li {
  display: inline-block;
  padding: 4px 10px;
  border-left: 1px solid #ccc;
  line-height: 1;
}

@media (max-width: 480px) {
  .pagination li {
    padding: 4px 6px;
  }
}

.pagination li:first-child {
  border-left: none;
}

.pagination li:last-child {
  border-left: none;
}

.pagination li a {
  transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -webkit-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  border: none;
  color: #999;
  font-size: 18px;
  border-radius: 100%;
  margin: 3px 5px 0;
  min-width: 37px;
}

.pagination li a:hover, .pagination li a:focus {
  background: #fff;
  color: #262626;
}

.pagination li:first-child a {
  border-radius: 100%;
  margin-top: 5px;
  margin-right: 15px;
  padding: 0px;
  width: 32px;
  height: 32px;
  min-width: auto;
  display: block;
  background: #fafafa;
}

.pagination li:first-child a span {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 28px;
}

.pagination li:last-child a {
  border-radius: 100%;
  margin-top: 5px;
  margin-right: 15px;
  padding: 0px;
  width: 32px;
  min-width: auto;
  height: 32px;
  display: block;
  background: #fafafa;
}

.pagination li:last-child a span {
  display: inline-block;
  width: 28px;
  height: 32px;
  line-height: 28px;
}

@media (max-width: 320px) {
  .pagination li:last-child a:hover {
    width: 32px;
    height: 32px;
    background-size: 32px;
  }
}

.pagination li.active:first-child a,
.pagination li.active:first-child a:focus {
  background: #fafafa;
}

.pagination li.active:last-child a,
.pagination li.active:last-child a:focus {
  background: #fafafa;
}

.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  border: none;
}

.pagination .active a {
  color: #262626;
}

.pagination .active a:hover, .pagination .active a:focus {
  background-color: #fafafa;
  border-color: transparent;
}

.projectListMap {
  border-top: 1px solid #dfdfdf;
  padding: 26px 0px;
}

.projectListMap--title {
  color: #262626;
  text-align: center;
}

.projectListMap--title > * {
  display: inline-block;
  vertical-align: top;
}

.projectListMap--title i {
  width: 2.23529412em;
  height: 2.23529412em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 0.05882353em;
  display: inline-block;
}

.projectListMap--title i.ico-building {
  background-image: url("../images/icons/ico-building.svg");
  width: 2.23529412em;
}

.projectListMap--title-number {
  font-size: 2.94117647em;
  line-height: 0.8;
}

.projectListMap--title-text {
  font-size: 1.17647059em;
  max-width: 4.88235294em;
  display: inline-block;
  text-align: left;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  top: -0.05882353em;
}

.projectDetail {
  background-color: #f9f9f9;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .projectDetail {
    padding: 70px 0 0 0 !important;
  }
}

.projectDetail__head--title {
  text-align: center;
  margin-top: 4px;
  margin-bottom: 44px;
}

.projectDetail__head--title h2 {
  font-family: "Roboto", Arial, Tahoma, sans-serif;
  font-size: 2.11764706em;
  margin: 0px;
}

@media (max-width: 767px) {
  .projectDetail__head--title h2 {
    line-height: 1.6;
  }
}

.projectDetail__head--title span {
  font-size: 18px;
}

@media (max-width: 767px) {
  .projectDetail__head--title span {
    line-height: 1.6;
  }
}

.section__head--title {
  text-align: center;
  margin-bottom: 34px;
}

.section__head--title h2 {
  font-family: "Exo", Arial, Tahoma, sans-serif;
  font-size: 1.88235294em;
  margin: 0px;
  color: #333;
}

.section__head--title span {
  font-size: 18px;
}

.projectDetail__body__album {
  width: 890px;
  float: left;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .projectDetail__body__album {
    width: 60%;
  }
}

@media (max-width: 1199px) {
  .projectDetail__body__album {
    width: 100%;
    float: none;
  }
}

.projectDetail__body__info {
  width: 491px;
  float: left;
  margin-left: 30px;
  padding: 0px 40px 40px;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .projectDetail__body__info {
    width: 38%;
    margin-left: 2%;
  }
}

@media (max-width: 1199px) {
  .projectDetail__body__info {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .projectDetail__body__info {
    padding: 0px 15px;
  }
}

.sliderProjectNav {
  width: 93%;
  margin: 34px auto 43px;
}

.sliderProjectNav__inner {
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
}

.sliderProjectNav__inner__item {
  display: inline-block;
  overflow: hidden;
  padding: 0px 20px;
  cursor: pointer;
  opacity: 0.3;
  filter: alpha(opacity=30);
  transition: all 0.2s ease-in-out;
}

.sliderProjectNav__inner__item:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.sliderProjectNav__inner__item.slick-current {
  opacity: 1;
  filter: alpha(opacity=100);
}

.sliderProjectNav__inner__item--bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.sliderProjectNav__inner__item--bg:after {
  content: "";
  padding-top: 57.14285714%;
  display: block;
}

.sliderProjectNav__inner__item--bg img {
  display: none;
}

.sliderProjectNav__inner .slick-arrow.slider_prev {
  left: 4px;
}

.sliderProjectNav__inner .slick-arrow.slider_next {
  right: 4px;
}

@media screen and (max-width: 480px) {
  .sliderProjectNav {
    width: auto;
    margin: 20px 15px 25px;
  }
  .sliderProjectNav__inner {
    margin-left: -10px;
    margin-right: -10px;
  }
  .sliderProjectNav__inner__item {
    padding: 0px 10px;
  }
  .sliderProjectNav__inner .slick-arrow.slider_next {
    right: -4px;
  }
  .sliderProjectNav__inner .slick-arrow.slider_prev {
    left: -4px;
  }
}

.proInfoBox--title {
  font-size: 1.88235294em;
  color: #333;
  text-transform: uppercase;
  font-family: "Exo", Arial, Tahoma, sans-serif;
  font-weight: 500;
}

.proInfoBox--social {
  margin: 10px 0px;
}

.proInfoBox--social:before, .proInfoBox--social:after {
  content: " ";
  display: table;
}

.proInfoBox--social:after {
  clear: both;
}

.proInfoBox--social span {
  float: left;
  margin-right: 5px;
  width: 15%;
  color: #999999;
  font-size: 0.82352941em;
  position: relative;
  padding-bottom: 20px;
}

@media (max-width: 480px) {
  .proInfoBox--social span {
    width: 20%;
  }
}

.proInfoBox--social span:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.proInfoBox--social ul {
  float: left;
  list-style: none;
  margin: 0px;
  width: 80%;
}

@media (max-width: 480px) {
  .proInfoBox--social ul {
    width: 75%;
  }
}

.proInfoBox--social ul li {
  display: inline-block;
  margin-right: 26px;
}

.proInfoBox--social ul li a {
  color: #999999;
}

.proInfoBox--social ul li a:hover {
  color: #262626;
}

.proInfoBox--social ul li a:hover i[class*="facebook"] {
  color: #3b5997 !important;
}

.proInfoBox--social ul li a:hover i[class*="googleplus"] {
  color: #dd4d3c !important;
}

.proInfoBox--social ul li a:hover i[class*="twitter"] {
  color: #0084b4 !important;
}

.proInfoBox--social ul li a:hover i[class*="youtube"] {
  color: #ef1e03 !important;
}

.proInfoBox__properties {
  margin: 20px 0px 36px;
  position: relative;
}

.proInfoBox__properties:before, .proInfoBox__properties:after {
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto;
  z-index: 10;
}

.proInfoBox__properties::before {
  top: 0;
  background-image: url("../images/properties-bg-top.png");
}

.proInfoBox__properties::after {
  bottom: 0;
  background-image: url("../images/properties-bg-bottom.png");
}

.proInfoBox__properties__inner {
  overflow-y: auto;
  max-height: 432px;
  margin-right: -30px;
  padding-right: 30px;
}

.proInfoBox__properties__inner::-webkit-scrollbar-track {
  background-color: #f9f9f9;
  border-radius: 3px;
}

.proInfoBox__properties__inner::-webkit-scrollbar {
  width: 5px;
  background-color: #ebebeb;
  border-radius: 3px;
}

.proInfoBox__properties__inner::-webkit-scrollbar-thumb {
  background-color: #ebebeb;
  border-radius: 3px;
}

.proInfoBox__properties__item {
  border-bottom: 1px solid #ebebeb;
  padding: 8px 0px;
}

.proInfoBox__properties__item:last-child {
  border-bottom: none;
}

.proInfoBox__properties__item--title {
  font-family: "Roboto", Arial, Tahoma, sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #262626;
}

.proInfoBox__properties__item--desc {
  font-size: 1em;
  margin-bottom: 0px;
  line-height: 1.4;
}

@media screen and (max-width: 1499px) {
  .proInfoBox__properties__inner {
    max-height: 285px;
  }
}

@media screen and (max-width: 1199px) {
  .proInfoBox__properties__inner {
    overflow: inherit;
    max-height: inherit;
  }
}

.relatedProject {
  margin: 0px 55px;
}

.relatedProject__carousel__item {
  width: 434px;
  padding: 0px 37px;
}

@media (max-width: 480px) {
  .relatedProject__carousel__item {
    width: auto;
    padding: 0px;
  }
}

.relatedProject__carousel__item .projectItem {
  margin-bottom: 0px;
}

.relatedProject__carousel .slick-arrow.slider_prev {
  left: -38px;
}

.relatedProject__carousel .slick-arrow.slider_next {
  right: -38px;
}

.cluster img[src*="ico-pin"] + div {
  color: #2b5390 !important;
  font-family: "Roboto", Arial, Tahoma, sans-serif !important;
}

#map .gm-style button {
  border: none !important;
}

#map .gm-style img.gm-fullscreen-control {
  max-width: inherit !important;
}

.projectInfoMap {
  width: 420px;
  font-size: 17px;
  padding-top: 8px;
  padding-bottom: 4px;
}

.projectInfoMap:after {
  content: "";
  display: block;
  clear: both;
}

.projectInfoMap > * {
  float: left;
}

.projectInfoMap__left {
  width: 44.04761905%;
}

.projectInfoMap__right {
  width: 55.95238095%;
  padding-left: 20px;
}

.projectInfoMap__right .projectInfoMap__title {
  font-size: 1.17647059em;
  line-height: 1.66;
  text-transform: uppercase;
  margin: 3px 0 2px;
}

.projectInfoMap__right p {
  font-size: 1em;
  color: #696969;
  line-height: 1.66;
  margin-bottom: 15px;
}

.projectInfoMap__right .projectInfoMap__link {
  font-size: 2.11764706em;
  line-height: 0.61111111;
  color: #262626;
  overflow: hidden;
  height: 22px;
  display: inline-block;
}

.projectInfoMap__right .projectInfoMap__link:hover {
  color: #2b5390;
}

@media screen and (max-width: 480px) {
  .projectInfoMap {
    font-size: 14px;
    width: 280px;
  }
  .projectInfoMap .projectInfoMap__right .projectInfoMap__title {
    margin: 0;
    font-size: 1em;
  }
}

@media screen and (max-width: 380px) {
  .projectInfoMap {
    font-size: 12px;
    width: 200px;
  }
}

.factory__icons__inner {
  max-width: 530px;
  margin: 41px auto 10px;
}

.factory__icons__inner:after {
  content: "";
  display: block;
  clear: both;
}

.factory__icons__item {
  float: left;
  width: 50%;
  text-align: center;
  position: relative;
}

.factory__icons__item__icon {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  background: #fff;
  margin: 0 auto 38px;
  position: relative;
  box-shadow: 0 0 0 11px #f6f6f6;
}

.factory__icons__item__icon i[class*="ic-"] {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  height: 31.72413793%;
  width: 39.31034483%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.factory__icons__item__icon i[class*="ic-"].ic-loi-nhuan {
  height: 46.89655172%;
  width: 48.27586207%;
  background-image: url("../images/icons/ico-loi-nhuan.svg");
}

.factory__icons__item__icon i[class*="ic-"].ic-chat-luong {
  height: 44.13793103%;
  width: 48.96551724%;
  background-image: url("../images/icons/ico-chat-luong-2.svg");
}

.factory__icons__item__title {
  font-size: 1.41176471em;
  font-weight: 700;
  line-height: 1.38888889;
  text-transform: uppercase;
  margin: 0;
  display: block;
  position: relative;
}

.factory__icons__item__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 10px;
  border: 1px solid #262626;
  border-width: 1px 0;
  right: -12px;
  top: 50%;
  margin-top: -5px;
}

.factory__icons__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 72.5px;
  right: -21px;
  margin-top: -19px;
  width: 42px;
  height: 38px;
  background-image: url("../images/icons/ico-arrows.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.factory__icons__item:last-child .factory__icons__item__title:before, .factory__icons__item:last-child:before {
  display: none;
}

.factory__icons__item.animate .factory__icons__item__title:before, .factory__icons__item.animate:before {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.45s ease-in-out;
  transition-delay: 0.8s;
}

.factory__icons__item.animate .factory__icons__item__title:before {
  transition-delay: 1s;
}

.factory__icons__item.animate[class*="fadeIn"]:before {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.factory__icons__item.animate[class*="fadeIn"] .factory__icons__item__title:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (min-width: 1199px) {
  .factory__content {
    padding-top: 25px !important;
  }
}

.factory__content__item {
  margin-top: 38px;
  padding-top: 38px;
}

.factory__content__item.row {
  border-top: 0;
  position: relative;
}

.factory__content__item.row:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  border-top: 1px solid #ebebeb;
}

.factory__content__item__info h3 {
  font-size: 1.05882353em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.66;
  margin: 0 0 22px;
}

.factory__content__item__info p {
  margin: 0;
}

.factory__content__item__img {
  display: none;
}

.factory__content__item__img.slick-initialized {
  display: block;
}

.factory__content__item__img.slick-initialized .slick-arrow.slider_prev {
  left: -16.5px;
}

.factory__content__item__img.slick-initialized .slick-arrow.slider_next {
  right: -16.5px;
}

@media screen and (max-width: 1199px) {
  .factory__icons__inner {
    margin: 30px auto 30px;
  }
}

@media screen and (max-width: 991px) {
  .factory__icons__inner {
    max-width: 460px;
  }
  .factory__icons__item__icon {
    width: 105px;
    height: 105px;
    margin: 0 auto 26px;
    box-shadow: 0 0 0 7px #f6f6f6;
  }
  .factory__icons__item__title {
    font-size: 1.17647059em;
  }
  .factory__icons__item:before {
    top: 52.5px;
  }
}

@media screen and (max-width: 480px) {
  .factory__icons__item__title {
    font-size: 1.05882353em;
  }
  .factory__icons__item__title:before {
    height: 8px;
    width: 20px;
    margin-top: -4px;
    right: -10px;
  }
  .factory__icons__item:before {
    width: 30px;
    height: 27px;
    right: -15px;
    margin-top: -13.5px;
  }
  .factory__content__item {
    margin-top: 23px;
    padding-top: 25px;
  }
  .factory__content__item__img {
    margin-top: 15px;
  }
  .factory__content__item__img.slick-initialized .slick-arrow.slider_prev {
    left: 15px;
  }
  .factory__content__item__img.slick-initialized .slick-arrow.slider_next {
    right: 15px;
  }
  .factory__content__item.row > div {
    float: none;
    width: 100%;
  }
}

.category .column_attr {
  position: relative;
}

.newsTabs {
  border-top: 1px solid #ebebeb;
  margin-top: 20px;
  min-height: initial;
  width: 100%;
}

.newsTabs .projectNavTabs__list {
  text-align: center;
  position: relative;
  border-bottom: none;
}

.newsTabs .projectNavTabs__list:before, .newsTabs .projectNavTabs__list:after {
  content: " ";
  display: table;
}

.newsTabs .projectNavTabs__list:after {
  clear: both;
}

.newsTabs .projectNavTabs__list .projectNavTabs__list__item {
  display: inline-block;
  padding: 0px 3px;
  margin: 30px 10px;
}

.newsTabs .projectNavTabs__list .projectNavTabs__list__item a {
  padding: 10px 20px;
  font-size: 0.94117647em;
  display: block;
  color: #999999;
  text-transform: uppercase;
  line-height: 0.7;
  position: relative;
}

.newsTabs .projectNavTabs__list .projectNavTabs__list__item a:before, .newsTabs .projectNavTabs__list .projectNavTabs__list__item a:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 24px;
  border: 1px solid transparent;
  top: 50%;
  margin: 0;
  margin-top: -12px;
  left: auto;
  background: transparent !important;
  transition: all 0.3s ease-in-out;
}

.newsTabs .projectNavTabs__list .projectNavTabs__list__item a:before {
  left: -10px;
  border-right-width: 0;
}

.newsTabs .projectNavTabs__list .projectNavTabs__list__item a:after {
  right: -10px;
  border-left-width: 0;
}

.newsTabs .projectNavTabs__list .projectNavTabs__list__item.active a {
  background: #fff;
  color: #262626;
  font-weight: bold;
}

.newsTabs .projectNavTabs__list .projectNavTabs__list__item.active a:after, .newsTabs .projectNavTabs__list .projectNavTabs__list__item.active a:before {
  border-color: #262626;
}

.newsTabs .projectNavTabs__list .projectNavTabs__list__item.active a:before {
  left: 0;
}

.newsTabs .projectNavTabs__list .projectNavTabs__list__item.active a:after {
  right: 0;
}

.newsTabs ~ .projectTabPanel {
  padding: 0 60px;
  display: block !important;
  visibility: hidden;
  position: absolute;
  top: 112px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.2s ease-in-out;
}

@media (max-width: 991px) {
  .newsTabs ~ .projectTabPanel {
    top: 110px;
  }
}

@media (max-width: 767px) {
  .newsTabs ~ .projectTabPanel {
    top: 100px;
  }
}

.newsTabs ~ .projectTabPanel .items {
  margin-left: -10px;
  margin-right: -10px;
}

.newsTabs ~ .projectTabPanel .items > div {
  padding-left: 10px;
  padding-right: 10px;
}

.newsTabs ~ .projectTabPanel .homeBoxNews__item {
  margin-bottom: 30px;
}

.newsTabs ~ .projectTabPanel.current {
  position: static;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.main-videoNews {
  padding: 15px 45px 0;
}

.main-videoNews .homeBoxNews__item__img {
  position: relative;
}

.main-videoNews--left {
  padding-right: 20px;
}

.main-videoNews--left .videoBox {
  margin-bottom: 30px;
}

.main-videoNews--left .homeBoxNews__item__wrapp > * {
  padding: 0;
}

.main-videoNews--left .homeBoxNews__item__meta {
  text-align: left;
  padding-left: 0;
  margin: 0;
  line-height: 40px;
}

.main-videoNews--left .homeBoxNews__item__meta a {
  color: #999999;
}

.main-videoNews--left .homeBoxNews__item__meta a:hover {
  color: #ee1c25;
}

.main-videoNews--left .homeBoxNews__item__social {
  text-align: right;
  line-height: 40px;
  font-size: 0.88235294em;
}

.main-videoNews--left .homeBoxNews__item__social a {
  color: #999999;
}

.main-videoNews--left .homeBoxNews__item__social .footer__socials {
  display: inline;
}

.main-videoNews--left .homeBoxNews__item__social .footer__socials li {
  display: inline-block;
  padding: 0 5px;
  margin: 0;
}

.main-videoNews--left .homeBoxNews__item__social .footer__socials li a {
  color: #999999;
}

.main-videoNews--left .homeBoxNews__item__social .footer__socials li a:hover {
  color: #000000;
}

.main-videoNews--left .homeBoxNews__item__social .footer__socials li a:hover i[class*="facebook"] {
  color: #3b5997 !important;
}

.main-videoNews--left .homeBoxNews__item__social .footer__socials li a:hover i[class*="googleplus"] {
  color: #dd4d3c !important;
}

.main-videoNews--left .homeBoxNews__item__social .footer__socials li a:hover i[class*="twitter"] {
  color: #0084b4 !important;
}

.main-videoNews--left .homeBoxNews__item__social .footer__socials li a:hover i[class*="youtube"] {
  color: #ef1e03 !important;
}

.main-videoNews--left p {
  clear: both;
  margin-bottom: 45px;
}

.main-videoNews--aside .homeBoxNews__item {
  margin-bottom: 20px;
}

.main-videoNews--aside .homeBoxNews__item .homeBoxNews__item__img:after {
  padding-top: 58.44155844%;
}

.other-videoNews,
.other-newsArticle {
  padding-bottom: 30px;
}

.other-videoNews .headings,
.other-newsArticle .headings {
  padding: 27px 0;
  margin: 0;
  border-top: 1px solid #f5f5f5;
  font-size: 1.41176471em;
}

.other-videoNews .homeBoxNews__slide,
.other-newsArticle .homeBoxNews__slide {
  padding: 0 60px;
}

.other-videoNews .homeBoxNews__slide .slick-list,
.other-newsArticle .homeBoxNews__slide .slick-list {
  margin: 0 -10px;
}

.other-videoNews .homeBoxNews__slide .homeBoxNews__item,
.other-newsArticle .homeBoxNews__slide .homeBoxNews__item {
  padding: 0 10px 20px;
}

.other-videoNews .homeBoxNews__slide .homeBoxNews__item__img,
.other-newsArticle .homeBoxNews__slide .homeBoxNews__item__img {
  position: relative;
}

.other-videoNews .slick-slider .slick-arrow,
.other-newsArticle .slick-slider .slick-arrow {
  top: 25%;
}

.newsArticle-Detail {
  max-width: 1051px;
  margin: 0 auto;
  float: none;
  padding: 0 0 35px;
}

.newsArticle-Detail > div {
  margin: 0;
}

.newsArticle-Detail .top-description {
  font-style: italic;
}

.newsArticle-Detail .back-to-category {
  float: right;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.newsArticle-Detail .header {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}

.newsArticle-Detail .content {
  text-align: center;
}

.newsArticle-Detail .content p {
  text-align: justify;
  margin: 20px 0;
}

.newsArticle-Detail .content p.wp-caption-text {
  margin: 0;
}

.newsArticle-Detail .main-videoNews--left {
  padding: 0;
}

.newsArticle-Detail .homeBoxNews__item__wrapp > div {
  padding: 0;
}

.newsArticle-Detail .homeBoxNews__item__wrapp > div.homeBoxNews__item__social {
  font-size: 0.88235294em;
}

.newsArticle-Detail .homeBoxNews__highline__title {
  font-size: 1.41176471em;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1199px) {
  .newsArticle-Detail {
    padding: 0 15px 30px;
  }
  .newsArticle-Detail .homeBoxNews__highline__title {
    margin-top: 0;
  }
  .main-videoNews {
    padding: 0 15px 30px;
  }
  .main-videoNews .column {
    width: 100% !important;
    float: none;
  }
  .main-videoNews .main-videoNews--left {
    padding: 0;
  }
  .main-videoNews .main-videoNews--left p {
    margin-bottom: 25px;
  }
  .main-videoNews .main-videoNews--aside {
    margin: 0 -10px;
  }
  .main-videoNews .main-videoNews--aside:after {
    content: "";
    display: block;
    clear: both;
  }
  .main-videoNews .main-videoNews--aside .homeBoxNews__item {
    width: 50%;
    float: left;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .other-videoNews .homeBoxNews__slide,
  .other-newsArticle .homeBoxNews__slide {
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .newsTabs .projectNavTabs__list .projectNavTabs__list__item {
    padding: 0;
    margin: 25px 5px;
  }
  .newsTabs .projectNavTabs__list .projectNavTabs__list__item a {
    padding: 10px 15px;
  }
  .newsTabs ~ .projectTabPanel {
    padding: 0;
  }
  .newsTabs ~ .projectTabPanel .items {
    margin: 0;
  }
  .newsTabs ~ .projectTabPanel .items .slick-slide.col-xs-12,
  .newsTabs ~ .projectTabPanel .items > div {
    padding: 0;
  }
  .projectTabPanel .slick-arrow {
    margin-top: -68px;
  }
  .newsArticle-Detail .homeBoxNews__highline__title {
    margin-bottom: 10px;
  }
  .newsArticle-Detail .main-videoNews--left .homeBoxNews__item__meta,
  .newsArticle-Detail .main-videoNews--left .homeBoxNews__item__social {
    text-align: inherit;
    padding: 0;
    line-height: 30px;
  }
}

@media screen and (max-width: 480px) {
  .newsTabs .projectNavTabs__list {
    padding: 20px 30px;
  }
  .newsTabs .projectNavTabs__list .projectNavTabs__list__item {
    display: block;
    padding: 0;
    margin: 0;
  }
  .newsTabs .projectNavTabs__list .projectNavTabs__list__item + div {
    margin-top: 10px;
  }
  .newsTabs .projectNavTabs__list .projectNavTabs__list__item a {
    padding: 10px 15px;
  }
  .newsTabs ~ .projectTabPanel {
    padding: 0;
  }
  .newsTabs ~ .projectTabPanel .items {
    margin: 0;
  }
  .newsTabs ~ .projectTabPanel .items .slick-slide.col-xs-12,
  .newsTabs ~ .projectTabPanel .items > div {
    padding: 0;
  }
  .newsArticle-Detail {
    padding: 0;
  }
  .projectTabPanel .slick-arrow {
    margin-top: -68px;
  }
  .main-videoNews {
    padding: 0 0 30px;
  }
  .main-videoNews .column {
    width: 100% !important;
    float: none;
  }
  .main-videoNews .main-videoNews--aside .homeBoxNews__item {
    width: 100%;
    float: none;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .other-videoNews .homeBoxNews__slide,
  .other-newsArticle .homeBoxNews__slide {
    padding: 0 15px;
  }
  .other-videoNews .homeBoxNews__slide .slick-list,
  .other-newsArticle .homeBoxNews__slide .slick-list {
    margin: 0;
  }
  .other-videoNews .homeBoxNews__slide .homeBoxNews__item,
  .other-newsArticle .homeBoxNews__slide .homeBoxNews__item {
    padding: 0;
  }
}

.careerListing {
  width: 1170px;
  margin: 0 auto;
  padding-bottom: 30px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .careerListing {
    width: 980px;
  }
}

@media (max-width: 1199px) {
  .careerListing {
    width: 100%;
  }
}

.careerListing__inner {
  padding-bottom: 40px;
}

.careerListing__inner:before, .careerListing__inner:after {
  content: " ";
  display: table;
}

.careerListing__inner:after {
  clear: both;
}

@media (max-width: 1199px) {
  .careerListing__inner {
    padding: 0px 15px 40px;
  }
}

.careerHead {
  margin: 10px 0 0;
  font-size: 1.41176471em;
  font-weight: 500;
}

.careerItem {
  padding: 14px 16px;
  border: 1px solid #ebebeb;
  border-radius: 1px;
  margin-bottom: 23px;
}

.careerItem:before, .careerItem:after {
  content: " ";
  display: table;
}

.careerItem:after {
  clear: both;
}

.careerItem:hover {
  background: #f9f9f9;
  border: 1px solid transparent;
}

.careerItem__img {
  float: left;
  width: 25.3%;
  display: block;
}

@media (max-width: 1199px) {
  .careerItem__img {
    width: 100%;
  }
}

.careerItem__img a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  display: block;
}

.careerItem__img a:after {
  content: "";
  padding-top: 59.93031359%;
  display: block;
}

.careerItem__img a img {
  display: none;
}

.careerItem__img img {
  border: 1px solid #ebebeb;
}

@media (max-width: 1199px) {
  .careerItem__img img {
    width: 100%;
  }
}

.careerItem__info {
  float: left;
  width: 41%;
  padding: 0px 80px;
  border-right: 1px solid #ebebeb;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .careerItem__info {
    width: 38%;
    padding: 0px 40px;
  }
}

@media (max-width: 1199px) {
  .careerItem__info {
    width: 100%;
    padding: 30px 0px;
    border-right: none;
  }
}

.careerItem__info--position {
  font-size: 14px;
  color: #999999;
}

.careerItem__info--title {
  font-family: "Roboto", Arial, Tahoma, sans-serif;
  font-size: 1.41176471em;
  color: #262626;
  line-height: normal;
  height: 64px;
  overflow: hidden;
  margin: 0px;
}

.careerItem__info--quantity {
  font-size: 0.94117647em;
  color: #696969;
  display: block;
  margin-bottom: 16px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .careerItem__info--quantity {
    margin-bottom: 0px;
  }
}

.careerItem__meta {
  float: left;
  width: 33%;
  padding: 0px 54px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .careerItem__meta {
    width: 36%;
    padding: 0px 30px;
  }
}

@media (max-width: 1199px) {
  .careerItem__meta {
    width: 100%;
    padding: 30px 0px 0px;
    border-top: 1px solid #ebebeb;
  }
}

.careerItem__meta ul {
  list-style: none;
  margin: 0px;
}

.careerItem__meta ul li {
  position: relative;
  padding-left: 1.88235294em;
}

@media (max-width: 1500px) {
  .careerItem__meta ul li {
    margin-bottom: 6px;
  }
}

.careerItem__meta ul li i {
  font-size: 14px;
  color: #999999;
  position: absolute;
  left: 0;
  top: 0.47058824em;
}

@media screen and (max-width: 991px) {
  .careerItem__meta ul li i {
    top: 0.33333333em;
  }
}

.careerItem__meta ul li span {
  font-size: 16px;
  color: #696969;
}

.tag {
  display: inline-block;
  font-size: 0.64705882em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 10px 3px;
  min-width: 40px;
  text-align: center;
  border-radius: 20px;
  line-height: normal;
}

.tag.red {
  background: #ee1c25;
  color: #fff;
}

.careerDetail__head {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 38px;
}

.careerDetail__head:before, .careerDetail__head:after {
  content: " ";
  display: table;
}

.careerDetail__head:after {
  clear: both;
}

.careerDetail__head:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 991px) {
  .careerDetail__head {
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
}

.careerDetail__head__img {
  float: left;
  width: 36.23188406%;
}

@media (max-width: 1499px) {
  .careerDetail__head__img {
    width: 48%;
  }
}

@media (max-width: 991px) {
  .careerDetail__head__img {
    float: none;
    width: 100%;
  }
}

.careerDetail__head__img img {
  width: 100%;
  border-radius: 3px;
}

.careerDetail__head__info {
  float: left;
  width: 63.76811594%;
}

@media (min-width: 1500px) {
  .careerDetail__head__info {
    padding-left: 70px;
  }
}

@media (max-width: 1499px) {
  .careerDetail__head__info {
    padding-left: 30px;
    width: 52%;
  }
}

@media (max-width: 991px) {
  .careerDetail__head__info {
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

.careerDetail__head__info--title {
  font-family: "Roboto", Arial, Tahoma, sans-serif;
  font-size: 1.52941176em;
  color: #262626;
  margin: 0px;
  line-height: 1.19230769;
  margin-top: -5px;
  margin-bottom: 5px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .careerDetail__head__info--title {
    margin-top: 10px;
  }
}

.careerDetail__foot {
  position: relative;
  padding: 30px 0px;
}

.careerDetail__foot .btn-back {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.careerProperties {
  list-style: none !important;
  margin: 0px !important;
}

@media (min-width: 1200px) {
  .careerProperties {
    max-width: 330px;
  }
}

.careerProperties li {
  padding: 10px 0px;
  margin-bottom: 0px !important;
  border-bottom: 1px solid #ebebeb;
  font-family: "Roboto", Arial, Tahoma, sans-serif;
  line-height: 1;
}

.careerProperties li:before, .careerProperties li:after {
  content: " ";
  display: table;
}

.careerProperties li:after {
  clear: both;
}

.careerProperties li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.careerProperties__name {
  float: left;
  width: 30%;
  color: #262626;
  font-weight: bold;
}

.careerProperties__desc {
  float: left;
  width: 60%;
  margin-left: 10%;
}

.relatedCareer__carousel {
  margin-left: -10px;
  margin-right: -10px;
}

.relatedCareer__carousel__item {
  margin: 0px 10px;
}

.relatedCareer__carousel__item .careerItem {
  border: none;
  padding: 0px;
}

.relatedCareer__carousel__item .careerItem:hover {
  border: none;
  background: transparent;
}

.relatedCareer__carousel__item .careerItem__img {
  width: 100%;
  float: none;
  margin-bottom: 25px;
}

.relatedCareer__carousel__item .careerItem__img img {
  width: 100%;
}

.relatedCareer__carousel__item .careerItem__properties {
  list-style: none !important;
  margin: 0 0 10px 0 !important;
  padding: 0px 12px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.relatedCareer__carousel__item .careerItem__properties li {
  display: inline-block;
  font-size: 0.82352941em;
  line-height: normal;
  margin-bottom: 0px;
}

.relatedCareer__carousel__item .careerItem__properties li,
.relatedCareer__carousel__item .careerItem__properties li a {
  color: #999999;
}

.relatedCareer__carousel__item .careerItem__properties li a:hover {
  color: #2b5390;
}

.relatedCareer__carousel__item .careerItem__properties li:not(:last-child)::after {
  content: "›";
  display: inline-block;
  margin: 0 5px;
}

.relatedCareer__carousel__item .careerItem__title {
  margin: 0px;
  line-height: 1.4;
  padding: 0px 12px;
  font-size: 0.94117647em;
  text-transform: uppercase;
}

.relatedCareer__carousel__item .careerItem__title a {
  color: #262626;
}

.relatedCareer__carousel__item .careerItem__title a:hover {
  color: #2b5390;
}

.relatedCareer__carousel .slick-arrow.slider_prev {
  left: -8px;
  top: 34%;
}

.relatedCareer__carousel .slick-arrow.slider_next {
  right: -8px;
  top: 34%;
}

@media screen and (max-width: 480px) {
  .relatedCareer__carousel {
    margin-left: -15px;
    margin-right: -15px;
  }
  .relatedCareer__carousel .slick-arrow.slider_prev {
    left: 7px;
  }
  .relatedCareer__carousel .slick-arrow.slider_next {
    right: 7px;
  }
}

.wrapContent {
  width: 960px;
  margin: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .wrapContent {
    width: 90%;
  }
}

@media (max-width: 991px) {
  .wrapContent {
    width: 100%;
    padding: 0px 15px;
  }
}

.wrapTextCenter {
  position: relative;
}

.wrapTextCenter__pad {
  width: 62%;
  margin: auto;
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .wrapTextCenter__pad {
    width: 74%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .wrapTextCenter__pad {
    width: 90%;
  }
}

@media (max-width: 991px) {
  .wrapTextCenter__pad {
    width: 100%;
    padding: 0px 15px;
  }
}

.wrapTextCenter__pos {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1.6;
}

.wrapTextCenter__pos h3 {
  margin: 0px 0px 10px;
  font-size: 1.76470588em;
}

.wrapTextCenter__pos h4 {
  margin: 0px 0px 10px;
  font-size: 1.05882353em;
}

.wrapTextCenter__pos p {
  font-size: 1em;
}

.secFirst {
  width: 100%;
  height: 430px;
}

.secFirst .wrapTextCenter__pos {
  width: 58%;
  height: auto;
}

@media (max-width: 991px) {
  .secFirst {
    height: auto;
  }
  .secFirst .wrapTextCenter__pos {
    position: static;
    width: 100%;
    padding: 20px 15px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.secFirst-img {
  margin-top: 38px;
}

@media (max-width: 991px) {
  .secFirst-img {
    text-align: center;
  }
}

.secFirst-img .img_pos {
  width: 480;
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .secFirst-img .img_pos {
    width: 450px;
    right: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .secFirst-img .img_pos {
    width: 400px;
    right: 0px;
  }
}

.secSecond {
  width: 100%;
  height: 380px;
}

@media (max-width: 991px) {
  .secSecond {
    width: 100%;
    height: auto;
  }
}

.secSecond .wrapTextCenter__pos {
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .secSecond .wrapTextCenter__pos {
    padding: 0px 15px;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

.secSecond-img {
  width: 100%;
  height: 340px;
}

@media (max-width: 991px) {
  .secSecond-img {
    text-align: center;
    width: 100%;
    height: auto;
  }
}

.secSecond-img .img_pos {
  width: 550px;
}

@media (min-width: 992px) {
  .secSecond-img .img_pos {
    max-width: none !important;
    width: 550px;
    position: absolute;
    bottom: -80px;
    right: -44%;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .secSecond-img .img_pos {
    width: 450px;
    right: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .secSecond-img .img_pos {
    width: 400px;
    right: 0px;
  }
}

.secThird {
  width: 100%;
  height: 455px;
}

@media (max-width: 991px) {
  .secThird {
    width: 100%;
    height: auto;
  }
}

.secThird .wrapTextCenter__pos {
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .secThird .wrapTextCenter__pos {
    padding: 0px 15px;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

.secThird-img {
  text-align: right;
  margin-right: 40px;
  width: 100%;
  height: 455px;
}

@media (max-width: 991px) {
  .secThird-img {
    text-align: center;
    margin-right: 0px;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) {
  .secThird-img .img_pos {
    max-width: none !important;
  }
}

.cultureItem {
  text-align: center;
}

@media (min-width: 1500px) {
  .cultureItem {
    padding: 30px 30px;
  }
}

@media (min-width: 1500px) {
  .cultureItem {
    padding: 30px 20%;
  }
}

.cultureItem h4 {
  font-size: 18px;
  color: #262626;
  line-height: 1.66;
}

.cultureItem ul {
  width: 45%;
  margin: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cultureItem ul {
    width: 65%;
  }
}

.cultureItem ul li {
  font-size: 17px;
  text-align: left;
  color: #696969;
}

#Content .contact__form {
  max-width: 1025px;
  margin: 0 auto;
  padding: 50px 0 58px;
  text-align: center;
  float: none !important;
}

#Content .contact__form h2 {
  font-size: 1.41176471em;
  line-height: 1.6;
  margin: 0 0 3px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.01em;
}

#Content .contact__form p {
  font-size: 0.94117647em;
}

#Content .contact__form form {
  text-align: left;
}

#Content .contact__form .wpcf7 {
  padding-top: 15px;
}

#Content .contact__form .wpcf7 label {
  margin-bottom: 12px;
}

#Content .contact__form .wpcf7 span.wpcf7-form-control-wrap {
  margin-top: 3px;
}

#Content .contact__form .wpcf7 .wpcf7-textarea {
  min-height: 117px;
}

#Content .contact__form .wpcf7 .wpcf7-submit-wrap {
  margin-top: 42px;
}

#Content .contact__form .wpcf7 .wpcf7-submit-wrap .wpcf7-submit-icon .wpcf7-submit {
  padding-right: 58px;
  padding-left: 40px;
}

#Content .contact__infomap {
  background-color: #f4f4f4;
  max-width: 1170px;
  margin: 0 auto 125px;
  float: none;
}

#Content .contact__infomap .mcb-wrap-inner {
  margin: 0;
}

#Content .contact__infomap .mcb-wrap-inner > div.column {
  padding: 0;
}

#Content .contact__info {
  padding: 45px 30px;
  list-style: none;
  margin: 0;
}

#Content .contact__info li {
  position: relative;
  padding-left: 28px;
  line-height: 1.6;
  font-size: 14px;
  line-height: 2.14285714;
  margin: 0;
}

#Content .contact__info li > i {
  position: absolute;
  top: 0.14285714em;
  left: 0;
  color: #999;
}

#Content .contact__info li h4 {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 4px;
  line-height: 1.6;
}

#Content .contact__info li a {
  color: #262626;
}

#Content .contact__info li a i {
  color: #696969;
}

#Content .contact__info li a:hover,
#Content .contact__info li a:hover i {
  color: #eb547f;
}

#Content .contact__info li + li {
  margin-top: 9px;
  padding-top: 9px;
  border-top: 1px solid #f0f0f0;
}

#Content .contact__info li + li i {
  top: 1.14285714em;
}

@media screen and (min-width: 1200px) {
  #Content .contact__info {
    padding: 65px 100px 60px 110px;
  }
}

@media screen and (max-width: 1499px) {
  #Content .contact__infomap {
    max-width: 1025px;
  }
}

@media screen and (max-width: 1199px) {
  #Content .contact__form {
    padding: 50px 30px 50px;
  }
  #Content .contact__infomap {
    margin: 0 15px 30px;
    width: auto !important;
  }
  #Content .contact__info {
    padding: 30px;
  }
  #Content .contact__map .google-map {
    height: 300px !important;
  }
}

@media screen and (max-width: 480px) {
  #Content .contact__form {
    padding: 30px 15px;
  }
  #Content .contact__infomap {
    margin: 0 0 15px;
    width: auto !important;
  }
  #Content .contact__info {
    padding: 20px 15px;
  }
  #Content .contact__map .google-map {
    height: 270px !important;
  }
}

.milestone {
  max-width: 1170px;
  margin: 0 auto;
}

.milestone .slick-disabled {
  opacity: 0;
  filter: alpha(opacity=0);
}

.milestone__year {
  max-width: 720px;
  margin: 0 auto;
  position: static;
  padding-top: 7px;
  display: none;
}

.milestone__year.slick-initialized {
  display: block;
}

.milestone__year .slick-list {
  overflow: inherit;
}

.milestone__year__item {
  min-height: 3.94117647em;
  position: relative;
}

.milestone__year__item h2 {
  font-size: 0.94117647em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  color: #262626;
  margin: 0;
  line-height: 2.05882353em;
  position: absolute;
  bottom: 0.875em;
  left: 50%;
  padding: 0 18px;
  border-radius: 25px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transition: all 0.3s ease-in-out;
}

.milestone__year__item h2:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -9px;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  border-color: #262626 transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease-in-out;
}

.milestone__year__item:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -4.5px;
  box-shadow: 0 0 0 2px #ebebeb;
  transition: all 0.3s ease-in-out;
}

.milestone__year__item.slick-current h2, .milestone__year__item.slick-current:hover h2 {
  background-color: #262626;
  color: #fff;
  bottom: 2em;
  font-weight: 600;
}

.milestone__year__item.slick-current h2:after, .milestone__year__item.slick-current:hover h2:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.milestone__year__item.slick-current:before, .milestone__year__item.slick-current:hover:before {
  box-shadow: 0 0 0 7px rgba(38, 38, 38, 0.2);
}

.milestone__year__item:hover h2 {
  color: rgba(38, 38, 38, 0.8);
}

.milestone__year-wrap {
  position: relative;
  padding-bottom: 12px;
  overflow: hidden;
  margin-top: -10px;
}

.milestone__year-wrap::before {
  content: "";
  display: block;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 12px;
  border-bottom: 1px solid #ebebeb;
}

.milestone__timeline {
  padding-top: 56px;
  position: relative;
  margin-top: 47px;
  display: none;
}

.milestone__timeline.slick-initialized {
  display: block;
}

.milestone__timeline:before {
  content: "";
  display: block;
  width: 1px;
  background: #e5e5e5 url("../images/border-dot.png") no-repeat top center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
}

.timeline {
  padding-bottom: 60px;
}

.timeline__item {
  position: relative;
  margin-bottom: 46px;
}

.timeline__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 50%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #eee;
  background: #fff url("../images/icons/ico-arrow.svg") no-repeat center;
  background-size: 13px 7px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-50%, -30px);
  transform: translate(-50%, -30px);
  transition: all 0.7s ease-in-out;
}

.timeline__item:after {
  content: "";
  display: block;
  clear: both;
}

.timeline__item > * {
  width: 50%;
  float: left;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.7s ease-in-out;
}

.timeline__item__img {
  text-align: right;
  padding-right: 55px;
  -webkit-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
  transition-delay: 0.1s;
}

.timeline__item__img img {
  margin: 0;
  display: inline-block;
  max-width: 450px;
}

.timeline__item__info {
  padding-left: 55px;
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
  transition-delay: 0.2s;
}

.timeline__item__info h3 {
  font-size: 1.05882353em;
  line-height: 1.6;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 5px;
  position: relative;
  padding-top: 12px;
  margin-bottom: 10px;
}

.timeline__item__info h3:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6.66666667em;
  height: 1px;
  background: #262626;
}

.timeline__item__info h4 {
  font-size: 1.23529412em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.23809524;
}

.timeline__item__info p {
  max-width: 400px;
  display: inline-block;
}

.timeline__item:nth-child(2n) > * {
  float: right;
}

.timeline__item:nth-child(2n) .timeline__item__img {
  padding: 0;
  padding-left: 55px;
  text-align: inherit;
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
}

.timeline__item:nth-child(2n) .timeline__item__info {
  padding: 0;
  padding-right: 55px;
  text-align: right;
  -webkit-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}

.timeline__item:nth-child(2n) .timeline__item__info h3:after {
  left: auto;
  right: 0;
}

.timeline__item.active:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.timeline__item.active > *, .timeline__item.active:nth-child(2n) > * {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}

@media screen and (max-width: 1199px) {
  .milestone__timeline {
    margin-top: 20px;
  }
  .timeline {
    padding-bottom: 30px;
    margin: 0 30px;
  }
  .timeline__item {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .milestone__timeline {
    margin-top: 10px;
  }
  .timeline {
    padding-bottom: 10px;
    margin: 0 30px;
  }
  .timeline__item {
    margin-bottom: 30px;
  }
  .timeline__item__img {
    padding-right: 35px;
  }
  .timeline__item__info {
    padding-left: 35px;
  }
  .timeline__item:nth-child(2n) .timeline__item__img {
    padding: 0;
    padding-left: 35px;
  }
  .timeline__item:nth-child(2n) .timeline__item__info {
    padding: 0;
    padding-right: 35px;
  }
}

@media screen and (max-width: 560px) {
  .milestone__timeline {
    margin-left: 0;
    margin-top: 0;
  }
  .milestone__timeline:before {
    left: 30px;
  }
  .timeline__item {
    padding-left: 30px;
  }
  .timeline__item:before {
    left: 0;
  }
  .timeline__item h3:after {
    left: 0 !important;
    right: auto !important;
  }
  .timeline__item > * {
    width: auto !important;
    float: none !important;
    padding: 0 !important;
    text-align: inherit !important;
  }
  .timeline__item .timeline__item__img,
  .timeline__item .timeline__item__info, .timeline__item:nth-child(2n) .timeline__item__img,
  .timeline__item:nth-child(2n) .timeline__item__info {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
  .timeline__item.active .timeline__item__img,
  .timeline__item.active .timeline__item__info, .timeline__item.active:nth-child(2n) .timeline__item__img,
  .timeline__item.active:nth-child(2n) .timeline__item__info {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.discover__number {
  max-width: 1015px;
  margin: 0 auto;
}

.discover__number-wrap {
  max-width: 1171px;
  margin: 30px auto 60px;
  position: relative;
  z-index: 1;
}

.discover__number-wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 79.5px;
  height: 3px;
  z-index: -1;
  background: url("../images/discover-line.png") repeat-y center;
  background-size: 100% auto;
}

.discover__number-wrap .slick-arrow {
  top: 81.25px;
}

.discover__number-wrap .slick-arrow.slider_prev {
  left: -5px;
}

.discover__number-wrap .slick-arrow.slider_next {
  right: -5px;
}

.discover__number__item {
  text-align: center;
  padding-top: 11px;
}

.discover__number__item__icon {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  background: #fff;
  margin: 0 auto 20px;
  box-shadow: 0 0 0 11px #f6f6f6;
}

.discover__number__item__icon i[class*="ic-"] {
  display: block;
  margin: 0 auto 10.34482759%;
  margin-top: 20.68965517%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.discover__number__item__icon i[class*="ic-"].ic-nha-may {
  height: 27.5862069%;
  width: 27.5862069%;
  background-image: url("../images/icons/ico-nha-may.svg");
}

.discover__number__item__icon i[class*="ic-"].ic-san-pham {
  height: 27.5862069%;
  width: 36.55172414%;
  background-image: url("../images/icons/ico-san-pham.svg");
}

.discover__number__item__icon i[class*="ic-"].ic-ky-su {
  height: 31.03448276%;
  width: 31.72413793%;
  background-image: url("../images/icons/ico-ky-su.svg");
  margin-top: 17.24137931%;
}

.discover__number__item__icon i[class*="ic-"].ic-du-an {
  height: 28.96551724%;
  width: 28.96551724%;
  background-image: url("../images/icons/ico-du-an.svg");
  margin-top: 19.31034483%;
}

.discover__number__item__icon span {
  font-size: 1.76470588em;
  color: #262626;
  font-weight: 500;
}

.discover__number__item__title {
  font-size: 1.05882353em;
  font-weight: 700;
  line-height: 1.38888889;
  text-transform: uppercase;
  margin: 0;
}

.discover__content {
  max-width: 991px;
  padding: 0 30px 60px;
  margin: 0 auto;
  text-align: justify;
}

.discover__content .videoBox {
  max-width: 691px;
  margin: 0 auto;
}

.discover__content h2 {
  font-size: 1.29411765em;
  font-weight: 500;
  font-style: italic;
  line-height: 1.36363636;
}

.discover__content h2:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1199px) {
  .discover__number-wrap {
    margin: 30px 20px 60px;
    padding: 0 50px;
  }
}

@media screen and (max-width: 991px) {
  .discover__number__item__icon {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    background: #fff;
    margin: 0 auto 16px;
    box-shadow: 0 0 0 7px #f6f6f6;
  }
  .discover__number__item__icon i[class*="ic-"] {
    margin-bottom: 4.76190476%;
  }
  .discover__number__item__icon span {
    font-size: 1.64705882em;
  }
  .discover__number__item__title {
    font-size: 1.05882353em;
    font-weight: 700;
    line-height: 1.38888889;
    text-transform: uppercase;
    margin: 0;
  }
  .discover__number-wrap {
    margin: 20px 20px 40px;
  }
  .discover__number-wrap:before {
    top: 60.5px;
  }
  .discover__number-wrap .slick-arrow {
    top: 61.25px;
  }
}

@media screen and (max-width: 767px) {
  .discover__number-wrap {
    margin: 20px 10px 30px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .discover__content {
    padding: 0 15px 30px;
  }
}

.value__feature {
  max-width: 751px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 20px;
  z-index: 1;
}

.value__feature-wrap {
  max-width: 991px;
  margin: 30px auto 60px;
  position: relative;
  z-index: 1;
}

.value__feature-wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 79.5px;
  height: 3px;
  z-index: -1;
  background: url("../images/discover-line.png") repeat-y center;
  background-size: 100% auto;
}

.value__feature-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 78.10292634%;
  background: url("../images/value-bmwindows-bg.svg") no-repeat bottom center;
  background-size: 100%;
  z-index: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.value__feature-wrap .slick-arrow {
  top: 81.25px;
}

.value__feature-wrap .slick-arrow.slider_prev {
  left: -5px;
}

.value__feature-wrap .slick-arrow.slider_next {
  right: -5px;
}

.value__feature__item {
  text-align: center;
  padding-top: 11px;
}

.value__feature__item__icon {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  background: #fff;
  margin: 0 auto 38px;
  position: relative;
  box-shadow: 0 0 0 11px #f6f6f6;
}

.value__feature__item__icon i[class*="ic-"] {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  height: 31.72413793%;
  width: 39.31034483%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.value__feature__item__icon i[class*="ic-"].ic-chan-thanh {
  height: 31.72413793%;
  width: 38.62068966%;
  background-image: url("../images/icons/ico-chan-thanh.svg");
}

.value__feature__item__icon i[class*="ic-"].ic-chat-luong {
  height: 32.4137931%;
  width: 37.24137931%;
  background-image: url("../images/icons/ico-chat-luong.svg");
}

.value__feature__item__icon i[class*="ic-"].ic-trach-nhiem {
  height: 32.4137931%;
  width: 40.68965517%;
  background-image: url("../images/icons/ico-trach-nhiem.svg");
}

.value__feature__item__title {
  font-size: 1.05882353em;
  font-weight: 700;
  line-height: 1.38888889;
  text-transform: uppercase;
  margin: 0;
}

.ceo {
  max-width: 1171px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.ceo__item {
  margin-bottom: 20px;
  background-color: #f9f9f9;
  position: relative;
}

.ceo__item:after {
  content: "";
  display: block;
  clear: both;
}

.ceo__item > * {
  float: left;
}

.ceo__item__img {
  width: 29.88898377%;
}

.ceo__item__info {
  width: 70.11101623%;
  min-height: 1px;
}

.ceo__item__info__inner {
  padding: 30px 55px 30px 98px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.ceo__item__info__name {
  font-size: 1.41176471em;
  font-weight: bold;
  margin: 0;
  line-height: 1.66;
}

.ceo__item__info__name span {
  text-transform: uppercase;
}

.ceo__item__info__position {
  color: #999;
  font-size: 1.05882353em;
  font-weight: 500;
  font-style: italic;
  margin: 0;
  line-height: 1.6;
}

.ceo__item__info__desc {
  margin-top: 14px;
  padding-top: 5px;
  display: block;
  text-align: justify;
  position: relative;
}

.ceo__item__info__desc P {
  margin-bottom: 0;
}

.ceo__item__info__desc:before {
  content: "";
  display: block;
  width: 35px;
  height: 30px;
  background: url("../images/icons/ico-quote.svg") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: -54px;
  top: 0;
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .ceo__item__info__desc {
    line-height: 1.45;
  }
}

.ceo__item:nth-child(2n) > * {
  float: right;
}

.ceo__item:nth-child(2n) .ceo__item__info__inner {
  right: 29.88898377%;
}

@media screen and (max-width: 1599px) {
  .ceo {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
  }
  .ceo__item__info__inner {
    padding-right: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .value__feature-wrap {
    margin: 30px 20px 60px;
    padding: 0 50px;
  }
  .ceo__item__info__inner {
    position: static;
    padding-right: 30px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 991px) {
  .value__feature {
    padding-bottom: 14px;
  }
  .value__feature__item__icon {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    background: #fff;
    margin: 0 auto 16px;
    box-shadow: 0 0 0 7px #f6f6f6;
  }
  .value__feature__item__icon i[class*="ic-"] {
    margin-bottom: 4.76190476%;
  }
  .value__feature__item__icon span {
    font-size: 1.64705882em;
  }
  .value__feature__item__title {
    font-size: 1.05882353em;
    font-weight: 700;
    line-height: 1.38888889;
    text-transform: uppercase;
    margin: 0;
  }
  .value__feature-wrap {
    margin: 20px 20px 40px;
  }
  .value__feature-wrap:before {
    top: 60.5px;
  }
  .value__feature-wrap .slick-arrow {
    top: 61.25px;
  }
  .ceo {
    padding: 0 15px 40px;
  }
  .ceo__item__info__inner {
    padding: 30px 35px 30px 65px;
  }
  .ceo__item__info__desc {
    margin-top: 12px;
  }
  .ceo__item__info__desc:before {
    width: 28px;
    left: -45px;
  }
}

@media screen and (max-width: 767px) {
  .value__feature {
    padding-bottom: 10px;
  }
  .value__feature-wrap {
    margin: 20px 10px 30px;
    padding: 0 20px;
  }
  .ceo {
    padding-bottom: 20px;
  }
  .ceo__item {
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .ceo__item > * {
    float: none !important;
    width: 100%;
  }
  .ceo__item__img img {
    width: 100%;
  }
  .ceo__item__info__inner {
    padding: 25px 30px;
  }
  .ceo__item__info__desc {
    position: relative;
    z-index: 2;
  }
  .ceo__item__info__desc:before {
    left: -19px;
    z-index: -1;
    top: -8px;
  }
}

@media screen and (max-width: 480px) {
  .value__feature {
    padding: 0 15px 30px;
    padding-bottom: 5px;
  }
  .ceo {
    padding: 10px 15px 15px;
  }
  .ceo__item {
    margin-bottom: 15px;
  }
}

.partner {
  padding-top: 15px;
}

.logoBox {
  max-width: 1284px;
  margin: 0 auto;
}

.logoBox .row {
  margin: 0;
}

.logoBox .row > div {
  padding: 0;
}

.logoBox__item {
  position: relative;
  border: 1px solid #ebebeb;
  margin: 0 -1px -1px 0;
}

.logoBox__item:after {
  content: "";
  display: block;
  padding-top: 69.76744186%;
}

.logoBox__item__inner {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.logoBox__item__inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: all 0.3s ease-in-out;
}

.logoBox__item:hover .logoBox__item__inner img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.search-page .blog_wrapper {
  max-width: 931px;
  margin: 30px auto;
}

.search-page .blog_wrapper .post-item {
  margin-bottom: 60px;
  float: none;
}

.search-page .blog_wrapper .post-item:last-child {
  margin-bottom: 0;
}

.search-page .blog_wrapper .post-item .post-photo-wrapper {
  padding-right: 36px;
}

.search-page .blog_wrapper .post-item .post-desc {
  padding-top: 0;
}

.search-page .blog_wrapper .post-item .post-desc .post-meta {
  line-height: 1.3;
  margin-top: -5px;
}

.search-page .blog_wrapper .post-item .post-desc .post-meta * {
  font-size: 0.88235294em;
  display: inline-block;
  color: #999;
  margin-right: 1.05882353em;
}

.search-page .blog_wrapper .post-item .post-desc .post-meta *:last-child {
  margin-right: 0;
}

.search-page .blog_wrapper .post-item .post-desc .post-meta span:before {
  content: "›";
  display: inline-block;
  margin-right: 1.05882353em;
}

.search-page .blog_wrapper .post-item .post-desc .post-title {
  font-weight: 700;
  font-size: 0.94117647em;
  line-height: 1.36363636;
  text-transform: uppercase;
  margin: 0 0 13px;
  letter-spacing: 0.05em;
}

.search-page .blog_wrapper .post-item .post-desc .post-title a {
  color: #262626;
}

.search-page .blog_wrapper .post-item .post-desc .post-title a:hover {
  color: #2b5390;
}

.search-page .blog_wrapper .post-item .post-desc .post-excerpt {
  margin-bottom: 0;
}

.search-page .blog_wrapper .post-item .post-desc .post-excerpt * {
  font-size: inherit !important;
  line-height: 1.76470588;
}

@media screen and (max-width: 1199px) {
  .search-page .blog_wrapper {
    margin: 0;
    padding: 10px 15px 30px;
  }
}

@media screen and (max-width: 991px) {
  .search-page .blog_wrapper .post-item {
    margin-bottom: 30px;
  }
  .search-page .blog_wrapper .post-item .post-photo-wrapper {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .search-page .blog_wrapper .post-item .post-photo-wrapper {
    padding-right: 0;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 480px) {
  .search-page .blog_wrapper {
    margin: 0;
    padding: 0 0 30px;
  }
}

.search-not-found {
  max-width: 600px;
  margin: 70px auto 100px;
  float: none;
  overflow: hidden;
}

.search-not-found .snf-pic i {
  font-size: 11.47058824em;
  line-height: 1.02564103;
}

.search-not-found .snf-desc h4 {
  font-size: 1.17647059em;
  font-weight: normal;
  color: #696969;
}

.error404 #Error_404 {
  position: static;
  margin: 0;
  text-align: center;
}

.error404 #Error_404 h1 {
  font-size: 1.41176471em;
  margin: 0;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.66;
}

.error404 #Error_404 .column {
  background: #fff;
}

.error404 #Error_404 .error_desk {
  margin: 0 auto;
  float: none;
  padding-top: 80px;
}

.error404 #Error_404 .error_desk p .button {
  padding: 11px 23px 9px;
}

.error404 #Error_404 .error_desk p .button i {
  margin-left: 6px;
  position: relative;
  top: 1px;
}

.error404 #Error_404 .error_img {
  display: block;
  margin: 25px auto 100px;
  position: relative;
  width: 574px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, -100px);
  transform: translate(0, -100px);
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.error404 #Error_404 .error_img:after {
  content: "";
  display: block;
  padding-top: 74.73867596%;
}

.error404 #Error_404 .error_img span:before, .error404 #Error_404 .error_img span:after {
  content: "";
  display: block;
  position: absolute;
}

.error404 #Error_404 .error_img span:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 84.38228438%;
  background: url("../images/ico-404.png") repeat-y center;
}

.error404 #Error_404 .error_img span:after {
  left: 28.39721254%;
  top: 0;
  width: 41.63763066%;
  height: 45.68764569%;
  background: url("../images/ico-404-2.png") repeat-y center;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition-delay: 1s;
}

.error404 #Error_404 .error_img.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.error404 #Error_404 .error_img.active span:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.error404 #Error_404 .error_img.active:hover span:after {
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  transition-delay: 0s;
}




 /* Phone Call */
 
.fone {
  font-size: 19px;
  color: red;
  line-height: 40px;
  font-weight: 700;
  padding-left: 48px;
  margin: 0;
}

.fix_tel {
  position: fixed;
  bottom: 15px;
  left: 18px;
  z-index: 999;
}

.fix_tel a {
  text-decoration: none;
  display: block;
}

.tel {
  background: #eee;
  width: 205px;
  height: 40px;
  position: relative;
  overflow: hidden;
  background-size: 40px;
  border-radius: 28px;
  border: none;
}

.ring-alo-phone {
  background-color: transparent;
  cursor: pointer;
  height: 80px;
  position: absolute;
  transition: visibility .5s ease 0s;
  visibility: hidden;
  width: 80px;
  z-index: 200000 !important;
}

.ring-alo-phone.ring-alo-show {
  visibility: visible;
}

.ring-alo-phone.ring-alo-hover,.ring-alo-phone:hover {
  opacity: 1;
}

.ring-alo-ph-circle {
  animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
  background-color: transparent;
  border: 2px solid rgba(30,30,30,.4);
  border-radius: 100%;
  height: 70px;
  left: 10px;
  opacity: .1;
  position: absolute;
  top: 12px;
  transform-origin: 50% 50% 0;
  transition: all .5s ease 0s;
  width: 70px;
}

.ring-alo-phone.ring-alo-active .ring-alo-ph-circle {
  animation: 1.1s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}

.ring-alo-phone.ring-alo-static .ring-alo-ph-circle {
  animation: 2.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle,.ring-alo-phone:hover .ring-alo-ph-circle {
  border-color: #090;
  opacity: .5;
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle,.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle {
  border-color: #baf5a7;
  opacity: .5;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
  border-color: #090;
  opacity: .5;
}

.ring-alo-ph-circle-fill {
  animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
  background-color: #000;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 30px;
  left: 30px;
  opacity: .1;
  position: absolute;
  top: 33px;
  transform-origin: 50% 50% 0;
  transition: all .5s ease 0s;
  width: 30px;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle-fill,.ring-alo-phone:hover .ring-alo-ph-circle-fill {
  background-color: rgba(0,175,242,.5);
  opacity: .75 !important;
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle-fill,.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle-fill {
  background-color: rgba(117,235,80,.5);
  opacity: .75 !important;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle-fill {
  background-color: rgba(0,175,242,.5);
  opacity: .75 !important;
}

.ring-alo-ph-img-circle {
  animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 30px;
  left: 30px;
  opacity: 1;
  position: absolute;
  top: 33px;
  transform-origin: 50% 50% 0;
  width: 30px;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-img-circle,.ring-alo-phone:hover .ring-alo-ph-img-circle {
  background-color: #090;
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-img-circle,.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle {
  background-color: #75eb50;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
  background-color: #090;
}

.ring-alo-ph-img-circle a img {
  padding: 1px 0 12px 1px;
  width: 30px;
  position: relative;
  top: -1px;
}}


   /*Table */
.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#e5e5e5; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

