@import url(../fonts/roboto/roboto.css);
@import url(plugins/fontawesome-all.min.css);
@import url(plugins/animate.css);
@import url(plutonyx.css);
h1, h2, h3, h4, h5, b, strong {
  line-height: normal;
  font-family: "robotoregular"; }

h1 {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4; }

h2 {
  font-size: 26px;
  font-weight: 500; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

.h-title {
  color: #003939;
  font-size: 2rem;
  display: block;
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 15px;
  text-transform: uppercase; }
  .h-title:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    width: 70px;
    height: 2px;
    background: #873538;
    z-index: 1;
    transition: all 0.5s ease-out; }
  .h-title.text-center:before {
    width: 60px;
    left: 50%;
    margin-left: -30px; }
  .h-title.no-border:before {
    display: none; }

.h-content {
  font-size: 1.375rem; }

@media (max-width: 576px) {
  h1 {
    font-size: 28px; }

  h2 {
    font-size: 24px; }

  h3 {
    font-size: 20px; }

  h4 {
    font-size: 18px; }

  h5 {
    font-size: 16px; }

  h6 {
    font-size: 14px; }

  .h-title {
    font-size: 30px; }

  .h-content {
    font-size: 20px; } }
@media (max-width: 320px) {
  h1 {
    font-size: 26px; }

  h2 {
    font-size: 22px; }

  h3 {
    font-size: 18px; }

  h4 {
    font-size: 16px; }

  h5 {
    font-size: 14px; }

  h6 {
    font-size: 12px; }

  .h-title {
    font-size: 28px; }

  .h-content {
    font-size: 18px; } }
.text-black {
  color: #000000 !important; }

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

.text-green {
  color: #008400 !important; }

.text-yellow {
  color: #ffb400 !important; }

.text-gray {
  color: #aaaaaa !important; }

.text-darkgray {
  color: #333 !important; }

.text-light-peach {
  color: #dedbdb !important; }

.text-dark-teal {
  color: #003939 !important; }

.text-light-maroon {
  color: #873538 !important; }

.text-greyblue {
  color: #67b3b3 !important; }

.text-brownish-grey {
  color: #6f6f6f !important; }

.text-beige {
  color: #e1d6bf !important; }

.text-light-gray {
  color: #f6f6f6 !important; }

.text-very-light-gray {
  color: #f1f1f1 !important; }

.text-light-periwinkle {
  color: #dcdce0 !important; }

.text-very-light-pink {
  color: #e7e7e7 !important; }

.bg-black {
  background-color: #000000 !important; }

.bg-white {
  background-color: #ffffff !important; }

.bg-light-peach {
  background-color: #dedbdb !important; }

.bg-dark-teal {
  background-color: #003939 !important; }

.bg-light-maroon {
  background-color: #873538 !important; }

.bg-greyblue {
  background-color: #67b3b3 !important; }

.bg-brownish-grey {
  background-color: #6f6f6f !important; }

.bg-beige {
  background-color: #e1d6bf !important; }

.bg-light-gray {
  background-color: #f6f6f6 !important; }

.bg-very-light-gray {
  background-color: #f1f1f1 !important; }

.bg-light-periwinkle {
  background-color: #dcdce0 !important; }

.bg-very-light-pink {
  background-color: #e7e7e7 !important; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.text-xs {
  font-size: 70% !important; }

.text-small {
  font-size: 85% !important; }

.text-normal {
  font-size: 100% !important; }

.text-large {
  font-size: 125% !important; }

.text-xl {
  font-size: 150% !important; }

.text-thin {
  font-weight: 300; }

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

h1.title {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin: 0; }

h2.title {
  font-size: 2.25em;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin: 0; }

h3.title {
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin: 0; }

h5.title {
  font-size: 1.2em;
  font-weight: normal; }

.texteditor {
  margin-bottom: 20px; }

@media (min-width: 992px) {
  h1.title {
    font-size: 3.5em; }

  h2.title {
    font-size: 3em; }

  h3.title {
    font-size: 2em; }

  h5.title {
    font-size: 1.2em; } }
a {
  color: #c7aa66;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

a.disabled {
  transition: none !important; }

a:hover, a:focus {
  color: #e44e2c; }

.btn {
  border: 2px solid #008400;
  background: #008400;
  color: #fff !important;
  font-size: 1em;
  font-weight: 300;
  line-height: normal;
  padding: 8px 5px;
  min-width: 160px;
  border-radius: 20px;
  transition: all 0.5s !important;
  text-transform: capitalize; }
  .btn.active, .btn:hover, .btn:focus {
    border-color: #008400;
    color: #008400 !important;
    background: #fff; }
  .btn-border {
    border-color: #008400;
    color: #008400 !important;
    background: #fff; }
    .btn-border.active, .btn-border:hover, .btn-border:focus {
      background: #008400;
      color: #fff !important; }
  .btn--gray {
    background: #9f9f9f;
    border-color: #9f9f9f; }
  .btn--yellow {
    background: #ffb400;
    border-color: #ffb400; }
    .btn--yellow.active, .btn--yellow:hover, .btn--yellow:focus {
      border-color: #ffb400;
      color: #ffb400 !important; }

.btn-block {
  width: 100%; }

.btn .img-icon {
  height: 15px;
  margin-left: -3px;
  margin-right: 3px; }

.btn-fullwidth {
  width: 100%; }

.btn-img {
  display: block; }

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#page-content-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden; }

@media (max-width: 991px) {
  .container {
    max-width: 900px; } }
@media (max-width: 767px) {
  .container {
    max-width: 720px; } }
@media (max-width: 576px) {
  .container {
    max-width: 520px; } }
.container-content {
  position: relative;
  z-index: 10; }
.container-bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  @media (max-width: 991px) {
    .container-bg {
      position: relative;
      height: auto; } }

.row-full-height {
  min-height: 80vh; }
  @media (min-width: 992px) {
    .row-full-height {
      min-height: 100vh; } }

.section-50-50 {
  background: #fff; }
  .section-50-50.bg {
    background: url(../images/bg-gray.png) #fff no-repeat center right/50% 100%; }
  .section-50-50.bg-left {
    background: url(../images/bg-gray.png) #fff no-repeat center left/50% 100%; }

.section-60-40 {
  background: #fff; }
  .section-60-40.bg {
    background: url(../images/bg-gray.png) #fff no-repeat center right/60% 100%; }
  .section-60-40.bg-left {
    background: url(../images/bg-gray.png) #fff no-repeat center left/60% 100%; }

.fp-section.fp-table.fp-auto-height,
.fp-slide.fp-table.fp-auto-height {
  padding-bottom: 0 !important; }
  .fp-section.fp-table.fp-auto-height.padding-top,
  .fp-slide.fp-table.fp-auto-height.padding-top {
    padding-top: 120px !important; }
    @media (min-width: 768px) and (max-width: 991px) {
      .fp-section.fp-table.fp-auto-height.padding-top,
      .fp-slide.fp-table.fp-auto-height.padding-top {
        padding-top: 90px !important; } }
    @media (max-width: 767px) {
      .fp-section.fp-table.fp-auto-height.padding-top,
      .fp-slide.fp-table.fp-auto-height.padding-top {
        padding-top: 60px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .fp-section.fp-table,
  .fp-slide.fp-table {
    padding-top: 0px !important;
    padding-bottom: 0 !important; } }
@media (max-width: 767px) {
  .fp-section.fp-table,
  .fp-slide.fp-table {
    padding: 0 !important; } }

.form-control::placeholder {
  font-size: 12px;
  color: #000;
  opacity: 0.35; }

.form-control::-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  font-size: 12px;
  color: #000;
  opacity: 0.35; }

.form-control:-webkit-input-placeholder {
  font-size: 12px;
  color: #000;
  opacity: 0.35; }

.form-control:-moz-placeholder {
  font-size: 12px;
  color: #000;
  opacity: 0.35; }

.box-shadow {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1); }

.form-group label {
  font-weight: 300;
  opacity: 1;
  margin-bottom: 5px; }

select.form-control,
.form-control {
  font-size: 1em;
  border: 0;
  border-radius: 0 !important;
  border-bottom: 1px solid #ddd;
  padding: 6px 0; }

.form-control:focus {
  outline: none;
  border-bottom: 1px solid #003939;
  box-shadow: none; }

textarea.form-control {
  height: 100px; }

.form-group {
  position: relative;
  margin-bottom: 30px; }

.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all 200ms;
  opacity: 0.5; }

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
  outline: none; }

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: #fff;
  background: #003939;
  color: #fff;
  padding: 3px 0;
  height: auto; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.8em;
    color: #fff;
    padding-left: 15px;
    padding-right: 25px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      font-family: 'icomoon' !important;
      position: absolute;
      top: 0;
      left: auto;
      right: 8px;
      width: 12px;
      height: 34px;
      border: 0;
      color: #fff;
      margin: 0; }
      .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
        font-size: 6px;
        line-height: 30px;
        content: '\e904'; }
.select2-container--default.select2-container--below.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  content: '\e907'; }
.select2-container--default.select2-container--above.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  content: '\e904'; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #e1d6bf; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background: #003939;
  color: #fff; }

.navbar {
  padding: 0 15px;
  padding-right: 50px;
  transition: all 500ms linear; }
  .navbar .navbar-brand {
    padding: 8px 0 5px;
    z-index: 9999; }
    .navbar .navbar-brand img {
      height: 25px;
      transition: all 300ms linear; }
    @media (min-width: 992px) {
      .navbar .navbar-brand {
        padding: 15px 0; }
        .navbar .navbar-brand img {
          height: 30px; } }
  .navbar .navbar-nav .nav-item {
    padding: 0; }
    .navbar .navbar-nav .nav-item.active .nav-link, .navbar .navbar-nav .nav-item:hover .nav-link {
      color: #ffb400; }
    .navbar .navbar-nav .nav-item.dropdown {
      transition: all 0.5s linear; }
  .navbar .navbar-nav .nav-link {
    text-align: center;
    text-transform: uppercase;
    color: #008400;
    padding: 6px 10px; }
  .navbar .navbar-nav .nav-title {
    color: #333;
    text-transform: uppercase;
    padding: 6px 10px; }
  .navbar .navbar-nav.nav-lang {
    flex-direction: row; }
  .navbar .navbar-nav .nav-lang {
    width: 100%;
    display: flex;
    justify-content: center; }
    .navbar .navbar-nav .nav-lang-item {
      position: relative;
      padding: 0 5px; }
      .navbar .navbar-nav .nav-lang-item:before {
        position: absolute;
        top: 50%;
        left: 0;
        content: '';
        display: block;
        width: 2px;
        height: 2px;
        margin-top: -1px;
        border-radius: 5px;
        background: #aaaaaa; }
      .navbar .navbar-nav .nav-lang-item:first-child:before {
        display: none; }
      .navbar .navbar-nav .nav-lang-item .nav-link {
        padding: 0;
        margin: 0;
        color: #aaaaaa; }
      .navbar .navbar-nav .nav-lang-item:hover .nav-link, .navbar .navbar-nav .nav-lang-item.active .nav-link {
        color: #008400; }
  .navbar .navbar-nav.nav-social {
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    padding: 0; }
    .navbar .navbar-nav.nav-social .nav-item {
      display: list-item;
      list-style: none;
      padding: 0 5px; }
      .navbar .navbar-nav.nav-social .nav-item .nav-link {
        position: relative;
        width: 28px;
        height: 28px;
        line-height: 28px;
        background: transparent;
        color: #fff;
        text-align: center;
        padding: 0;
        border-radius: 100%;
        background: rgba(170, 170, 170, 0.75);
        transition: all 0.4s; }
        @media (min-width: 992px) {
          .navbar .navbar-nav.nav-social .nav-item .nav-link {
            width: 32px;
            height: 32px;
            line-height: 32px; } }
        .navbar .navbar-nav.nav-social .nav-item .nav-link:hover {
          background: #aaaaaa; }
  .navbar .dropdown {
    transition: all 0.5s linear; }
    .navbar .dropdown .dropdown-toggle {
      position: relative; }
      .navbar .dropdown .dropdown-toggle:after {
        color: #aaaaaa;
        right: 0;
        position: absolute;
        top: 50%;
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        border: 0;
        top: 50%;
        transform: translateY(-50%); }
    .navbar .dropdown.show .dropdown-toggle:after {
      transform: translateY(-50%) rotate(180deg); }
    .navbar .dropdown .dropdown-menu {
      border-radius: 0;
      padding: 0;
      border: 0;
      margin: 0;
      display: block;
      left: -100%;
      height: 0;
      transition: all 0.5s; }
      .navbar .dropdown .dropdown-menu .dropdown-item {
        padding: 0;
        color: #008400;
        font-size: 0.8em;
        padding: 2px 10px;
        margin: 0;
        text-align: left;
        text-indent: -100%;
        transition: all 1s linear; }
        .navbar .dropdown .dropdown-menu .dropdown-item:last-child {
          border: 0; }
      .navbar .dropdown .dropdown-menu .nav-title {
        font-size: 0.8em;
        padding: 3px 10px;
        text-indent: -100%;
        transition: all 1s linear; }
      .navbar .dropdown .dropdown-menu.show {
        padding: 0 0 10px;
        left: 0;
        height: auto; }
        .navbar .dropdown .dropdown-menu.show .dropdown-item,
        .navbar .dropdown .dropdown-menu.show .nav-title {
          opacity: 1;
          text-indent: 15px; }

.call-center {
  display: block;
  padding: 5px 15px 5px 45px;
  background: url(../images/mainpage/icon-call.png) #fff no-repeat center left/auto 36px;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  font-weight: bold; }
  .call-center a {
    color: #aaaaaa; }

.cd-primary-nav-trigger {
  position: absolute;
  right: 15px;
  top: 2px;
  z-index: 9999;
  height: 40px;
  width: 30px;
  display: block; }
  @media (min-width: 992px) {
    .cd-primary-nav-trigger {
      display: none; } }
  .cd-primary-nav-trigger .cd-menu-icon {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    left: auto;
    transform: translate(0%, -50%);
    width: 25px;
    height: 2px;
    background-color: #aaaaaa;
    transition: all 300ms linear; }
    .cd-primary-nav-trigger .cd-menu-icon:before, .cd-primary-nav-trigger .cd-menu-icon:after {
      content: '';
      width: 25px;
      height: 100%;
      position: absolute;
      background-color: #aaaaaa;
      right: 0;
      transition: all 300ms linear; }
    .cd-primary-nav-trigger .cd-menu-icon:after {
      right: 0;
      top: 7px; }
    .cd-primary-nav-trigger .cd-menu-icon:before {
      right: 0;
      top: -7px; }
    .cd-primary-nav-trigger .cd-menu-icon.is-clicked {
      background-color: rgba(255, 255, 255, 0); }
      .cd-primary-nav-trigger .cd-menu-icon.is-clicked:before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked:after {
        background-color: #aaaaaa; }
      .cd-primary-nav-trigger .cd-menu-icon.is-clicked:before {
        top: 0;
        transform: rotate(135deg); }
      .cd-primary-nav-trigger .cd-menu-icon.is-clicked:after {
        top: 0;
        transform: rotate(225deg); }
  .cd-primary-nav-trigger:hover .cd-menu-icon {
    background-color: #008400; }
    .cd-primary-nav-trigger:hover .cd-menu-icon:after, .cd-primary-nav-trigger:hover .cd-menu-icon:before {
      background-color: #008400; }
    .cd-primary-nav-trigger:hover .cd-menu-icon.is-clicked {
      background-color: rgba(255, 255, 255, 0); }

.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background: transparent;
  transition: all 300ms linear;
  z-index: 900;
  background: #fff;
  border-right: 1px solid rgba(170, 170, 170, 0.25); }
  @media (min-width: 992px) {
    .cd-header {
      width: 250px;
      left: 250px;
      margin-left: -250px;
      padding: 30px;
      z-index: 1000;
      position: fixed;
      height: 100%;
      overflow-y: auto;
      background: #fff;
      text-align: center;
      transition: all 0.5s ease; } }
  @media (max-width: 991px) {
    .cd-header.fixed-top {
      background: #fff;
      height: 45px; } }
  .cd-header .cd-nav {
    margin-right: 0px;
    margin-left: auto;
    transition: all 0.7s linear;
    animation-name: fadeInLeftBig;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-fill-mode: both; }
    @media (max-width: 991px) {
      .cd-header .cd-nav {
        animation-name: fadeInDownBig;
        height: calc(100vh - 45px);
        position: fixed;
        left: 0;
        right: 0;
        top: -100vh;
        bottom: auto;
        display: block;
        background: #fff;
        padding: 0 15px 0px;
        overflow: auto; }
        .cd-header .cd-nav .navbar-nav,
        .cd-header .cd-nav .navbar-nav.nav-lang {
          opacity: 0;
          transition: all 1s linear;
          transition-delay: 0.2s; }
          .cd-header .cd-nav .navbar-nav .nav-link,
          .cd-header .cd-nav .navbar-nav.nav-lang .nav-link {
            padding: 6px 0;
            text-align: left;
            animation-name: fadeInLeft;
            animation-duration: 2s; }
            .cd-header .cd-nav .navbar-nav .nav-link:after,
            .cd-header .cd-nav .navbar-nav.nav-lang .nav-link:after {
              opacity: 0;
              transition: opacity 1s ease-out 1.25s, transform 0.5s linear 0; }
        .cd-header .cd-nav.show {
          animation-name: fadeInLeftBig;
          animation-duration: 2s;
          animation-delay: 1s;
          animation-fill-mode: both;
          top: 45px; } }
    @media (max-width: 991px) and (max-width: 991px) {
      .cd-header .cd-nav.show {
        animation-name: fadeInDownBig; } }
    @media (max-width: 991px) {
          .cd-header .cd-nav.show .navbar-nav {
            height: calc(100% - 10px);
            opacity: 1;
            margin-top: 0; }
            .cd-header .cd-nav.show .navbar-nav .nav-link {
              animation-name: fadeInLeft;
              animation-duration: 2s; }
              .cd-header .cd-nav.show .navbar-nav .nav-link::after {
                opacity: 1; }
            .cd-header .cd-nav.show .navbar-nav.nav-lang {
              height: auto;
              margin: 0 -5px; } }
  @media (min-width: 992px) {
    .cd-header .navbar-fixed-left {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      z-index: 10;
      padding: 0;
      height: 100%; }
      .cd-header .navbar-fixed-left .navbar-brand {
        margin: 0 0 15px;
        padding: 0 0 15px;
        border-bottom: 1px solid #cdcdcd; }
        .cd-header .navbar-fixed-left .navbar-brand img {
          height: 50px; }
      .cd-header .navbar-fixed-left .navbar-nav .dropdown-toggle:after {
        display: none; }
      .cd-header .navbar-fixed-left .navbar-nav .dropdown-menu {
        font-size: 1em;
        margin: 0;
        border: 0;
        padding: 15px;
        position: fixed;
        top: 0;
        width: 250px;
        height: 100%;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        left: 250px;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        transition: all 0.5s linear; }
        .cd-header .navbar-fixed-left .navbar-nav .dropdown-menu .dropdown-item,
        .cd-header .navbar-fixed-left .navbar-nav .dropdown-menu .nav-title {
          width: 100%;
          color: #008400;
          padding: 3px 15px;
          border: 0;
          opacity: 0;
          text-indent: -100%;
          overflow: hidden;
          transition: all 0.7s ease-out; }
          .cd-header .navbar-fixed-left .navbar-nav .dropdown-menu .dropdown-item:hover, .cd-header .navbar-fixed-left .navbar-nav .dropdown-menu .dropdown-item.active,
          .cd-header .navbar-fixed-left .navbar-nav .dropdown-menu .nav-title:hover,
          .cd-header .navbar-fixed-left .navbar-nav .dropdown-menu .nav-title.active {
            transition: all 0.5s;
            background: transparent;
            color: #ffb400; }
        .cd-header .navbar-fixed-left .navbar-nav .dropdown-menu .nav-title {
          color: #333; }
        .cd-header .navbar-fixed-left .navbar-nav .dropdown-menu.show {
          visibility: visible;
          left: 250px;
          opacity: 1;
          z-index: 1; }
          .cd-header .navbar-fixed-left .navbar-nav .dropdown-menu.show .dropdown-item,
          .cd-header .navbar-fixed-left .navbar-nav .dropdown-menu.show .nav-title {
            opacity: 1;
            text-indent: 0; }
      .cd-header .navbar-fixed-left .collapse:not(.show) {
        display: flex; }
      .cd-header .navbar-fixed-left .navbar-collapse {
        margin: 0;
        padding: 0;
        height: calc(100vh - 280px);
        align-items: center; }
        .cd-header .navbar-fixed-left .navbar-collapse ul.navbar-nav {
          flex-direction: column;
          width: 100%;
          align-items: center;
          justify-content: center;
          flex-wrap: nowrap;
          max-height: calc(100vh - 270px); }
          .cd-header .navbar-fixed-left .navbar-collapse ul.navbar-nav .nav-item {
            width: 100%; }
          .cd-header .navbar-fixed-left .navbar-collapse ul.navbar-nav.nav-lang {
            flex-direction: row; } }

.footer {
  display: none;
  padding: 15px 15px 5px; }
  @media (max-width: 768px) {
    .footer {
      display: block;
      border-top: 1px solid #ddd; }
      .footer .navbar {
        padding: 0;
        justify-content: center; }
      .footer .navbar .navbar-nav.nav-social {
        margin-top: 2px; }
      .footer .copy-right {
        padding: 6px 0 0; } }

.item-square {
  width: 100%;
  padding-bottom: 100%;
  background: transparent no-repeat center center / cover; }

.item-full-height {
  width: 100%;
  height: 100vh;
  background: transparent no-repeat center center / cover; }

.slick-item {
  background: #fff; }
  .slick-item .item-wrap {
    height: 300px; }
    .slick-item .item-wrap img {
      height: 100%; }

.slick-dots li {
  width: 12px;
  height: 12px; }
  .slick-dots li button {
    transition: all 0.5s;
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1px solid #00840000;
    border-radius: 20px;
    padding: 0; }
    .slick-dots li button:before {
      display: none; }
  .slick-dots li:hover button, .slick-dots li.slick-active button {
    background: #00840000;
    width: 12px;
    height: 12px;
    border: 1px solid #00840000; }

.left .slick-dots {
  text-align: left; }
  .left .slick-dots li:first-child {
    margin-left: 0; }
@media (min-width: 992px) {
  .left-lg .slick-dots {
    text-align: left; }
    .left-lg .slick-dots li:first-child {
      margin-left: 0; } }

.right .slick-dots {
  text-align: right; }
  .right .slick-dots li:last-child {
    margin-right: 0; }
@media (min-width: 992px) {
  .right-lg .slick-dots {
    text-align: right; }
    .right-lg .slick-dots li:last-child {
      margin-right: 0; } }

.dots-white .slick-dots li button {
  border-color: #fff; }
.dots-white .slick-dots li:hover button, .dots-white .slick-dots li.slick-active button {
  background: #fff;
  border-color: #fff; }

.slick-slide:focus {
  outline: none; }
.slick-slide.vertical-slider {
  border: 0;
  padding: 30px; }
  .slick-slide.vertical-slider:focus {
    outline: none; }
  .slick-slide.vertical-slider .slick-dots {
    width: 30px;
    right: -8px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
    .slick-slide.vertical-slider .slick-dots li {
      display: block; }
  .slick-slide.vertical-slider.no-padding .slick-slide {
    padding: 0; }
  .slick-slide.vertical-slider.left .slick-dots {
    right: auto;
    left: -8px; }
  .slick-slide.vertical-slider.left.no-padding .slick-dots {
    left: 0; }
.slick-slide.horizonal-slider {
  background: transparent;
  border: 0;
  padding: 15px; }
  .slick-slide.horizonal-slider .slick-dots {
    bottom: -15px; }

.slick-slider.slick-dotted {
  margin-bottom: 30px; }
.slick-slider .slick-dots {
  bottom: -20px; }
.slick-slider.slick--dots-number {
  margin: 0;
  padding-top: 40px; }
  .slick-slider.slick--dots-number .slick-dots {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    left: 0;
    top: 0;
    bottom: auto; }
    .slick-slider.slick--dots-number .slick-dots li {
      width: auto;
      height: auto;
      margin-right: 0; }
      .slick-slider.slick--dots-number .slick-dots li.slick-active .dot-num, .slick-slider.slick--dots-number .slick-dots li:hover .dot-num {
        color: #ffb400; }
    @media (min-width: 992px) {
      .slick-slider.slick--dots-number .slick-dots {
        width: auto;
        flex-direction: column;
        left: -60px;
        bottom: 0; }
        .slick-slider.slick--dots-number .slick-dots li {
          margin-right: 5px; } }
  .slick-slider.slick--dots-number .dot-num {
    display: block;
    font-weight: bold;
    font-size: 2.25em;
    line-height: 1;
    color: #008400; }
  @media (min-width: 992px) {
    .slick-slider.slick--dots-number {
      padding-top: 0px; }
      .slick-slider.slick--dots-number .dot-num {
        font-size: 3em; } }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 14px;
  height: 14px;
  margin: -8px 0 0 -8px;
  background: #fff;
  border: 1px solid #008400;
  border-radius: 20px; }
#fp-nav ul li a.active span, #fp-nav ul li a.active:hover span, #fp-nav ul li a:hover span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li a.active:hover span,
.fp-slidesNav ul li a:hover span {
  background: #008400;
  width: 14px;
  height: 14px;
  margin: -8px 0 0 -8px;
  border: 1px solid #008400; }
#fp-nav.fp-right,
.fp-slidesNav.fp-right {
  right: 7.5px; }

.fullpage-wrapper {
  overflow-x: hidden; }

.reveal-up {
  transform: translateY(100px);
  opacity: 0;
  transition: all 1s;
  overflow: hidden; }
  @media (min-width: 992px) {
    .reveal-up {
      transition: all 2s; } }

.reveal-down {
  transform: translateY(-100px);
  opacity: 0;
  transition: all 1s;
  overflow: hidden; }
  @media (min-width: 992px) {
    .reveal-down {
      transition: all 2s; } }

.reveal-left {
  transform: translateX(-100px);
  opacity: 0;
  transition: all 1s;
  overflow: hidden; }
  @media (min-width: 992px) {
    .reveal-left {
      transition: all 2s; } }

.reveal-right {
  transform: translateX(100px);
  opacity: 0;
  transition: all 1s;
  overflow: hidden; }
  @media (min-width: 992px) {
    .reveal-right {
      transition: all 2s; } }

.reveal-left-big {
  transform: translateX(-200px);
  opacity: 0;
  transition: all 1s;
  overflow: hidden; }
  @media (min-width: 992px) {
    .reveal-left-big {
      transition: all 2s; } }

.reveal-right-big {
  transform: translateX(200px);
  opacity: 0;
  transition: all 1s;
  overflow: hidden; }
  @media (min-width: 992px) {
    .reveal-right-big {
      transition: all 2s; } }

.reveal-fade {
  opacity: 0;
  transition: all 1s;
  overflow: hidden; }
  @media (min-width: 992px) {
    .reveal-fade {
      transition: all 2s; } }

.active .reveal-up {
  transform: translateY(0);
  opacity: 1; }
.active .reveal-down {
  transform: translateY(0);
  opacity: 1; }
.active .reveal-left,
.active .reveal-left-big {
  transform: translateX(0);
  opacity: 1; }
.active .reveal-right,
.active .reveal-right-big {
  transform: translateX(0);
  opacity: 1; }
.active .reveal-fade {
  opacity: 1; }

.img-animate-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
  overflow: hidden; }
  .img-animate-wrapper.full-height {
    padding-bottom: 100%; }
    @media (min-width: 768px) {
      .img-animate-wrapper.full-height {
        padding-bottom: 100vh; } }
  .img-animate-wrapper.height4by3 {
    padding-bottom: 75%; }
  .img-animate-wrapper.height3by4 {
    padding-bottom: 133.33%; }
  .img-animate-wrapper.height3by2 {
    padding-bottom: 66.67%; }
  .img-animate-wrapper.height2by3 {
    padding-bottom: 150%; }
  .img-animate-wrapper.heightDefault {
    padding-bottom: 80%; }
    .img-animate-wrapper.heightDefault-vertical {
      padding-bottom: 120%; }
  .img-animate-wrapper .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    transition: all 1s ease-out; }
    .img-animate-wrapper .img .bg {
      width: 100%;
      height: 100%;
      position: absolute;
      background-size: cover;
      background-position: center center; }
  .img-animate-wrapper .img-slice {
    width: 100%;
    height: 50%;
    overflow: hidden;
    position: absolute;
    transition: all 1s ease-out; }
    .img-animate-wrapper .img-slice .overlay {
      background-color: #000;
      position: absolute;
      width: 101%;
      height: 101%;
      opacity: 0.22;
      z-index: 1;
      top: 0;
      left: 0; }
    .img-animate-wrapper .img-slice .bg {
      width: 100%;
      height: 200%;
      position: absolute;
      background-size: cover;
      background-position: center center; }
    .img-animate-wrapper .img-slice.img-first-slice {
      top: 0;
      left: -100%;
      transform: translateX(-100%);
      opacity: 0; }
      .img-animate-wrapper .img-slice.img-first-slice .bg {
        top: 0;
        right: 0; }
      .img-animate-wrapper .img-slice.img-first-slice.slice-right {
        left: 100%;
        transform: translateX(100%); }
        .img-animate-wrapper .img-slice.img-first-slice.slice-right .bg {
          top: 0;
          left: 0; }
    .img-animate-wrapper .img-slice.img-second-slice {
      bottom: 0;
      right: -100%;
      transform: translateX(100%);
      opacity: 0; }
      .img-animate-wrapper .img-slice.img-second-slice .bg {
        bottom: 0;
        left: 0; }
      .img-animate-wrapper .img-slice.img-second-slice.slice-right {
        right: 100%;
        transform: translateX(-100%); }
        .img-animate-wrapper .img-slice.img-second-slice.slice-right .bg {
          bottom: 0;
          right: 0; }

.active .img-animate-wrapper .img-slice.img-first-slice {
  left: 0;
  opacity: 1;
  transform: translateX(0px); }
  .active .img-animate-wrapper .img-slice.img-first-slice .bg {
    top: 0;
    left: 0; }
.active .img-animate-wrapper .img-slice.img-second-slice {
  right: 0;
  opacity: 1;
  transform: translateX(0px); }
  .active .img-animate-wrapper .img-slice.img-second-slice .bg {
    bottom: 0;
    right: 0;
    left: auto; }

.delay-05 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; }

.delay-1 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s; }

.delay-15 {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s; }

.delay-2 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s; }

.item-number {
  text-align: center;
  padding: 15px 0;
  margin-top: 15px; }
  .item-number .number {
    font-size: 60px;
    font-weight: 700;
    color: #003939;
    line-height: 1.25; }
    @media (max-width: 320px) {
      .item-number .number {
        font-size: 48px; } }
  .item-number p {
    margin: 0;
    color: #6f6f6f; }

.page-banner {
  padding: 80px 15px 40px;
  background: url(../images/bg-gray.png) #f6f6f6 no-repeat center center/cover; }
  @media (min-width: 768px) {
    .page-banner {
      padding: 150px 15px 75px; } }
.page-banner-header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 1; }
  .page-banner-header .page-banner__wrapper {
    min-height: 180px;
    height: 35vh;
    position: relative;
    background-color: #fff;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden; }
    .page-banner-header .page-banner__wrapper.hero-full {
      min-height: 100vh; }
    @media (min-width: 992px) {
      .page-banner-header .page-banner__wrapper {
        min-height: 280px;
        background-position: calc(50% + 250px) 0; } }
  .page-banner-header .page-banner-title {
    padding: 15px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translateY(-50%) translateX(-50%);
    margin-top: 50px;
    padding-bottom: 60px; }
    .page-banner-header .page-banner-title .title {
      font-size: 3em;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 1; }
    .page-banner-header .page-banner-title .sub-title {
      font-size: 2em;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 1; }
    .page-banner-header .page-banner-title p {
      margin: 15px 0; }
    @media (min-width: 992px) {
      .page-banner-header .page-banner-title {
        padding: 0 60px;
        padding-bottom: 100px;
        text-align: left; }
        .page-banner-header .page-banner-title .title {
          font-size: 4em; }
        .page-banner-header .page-banner-title .sub-title {
          font-size: 2.75em; }
        .page-banner-header .page-banner-title p {
          font-size: 1.1em;
          margin: 30px 0;
          max-width: 50%; } }
  .page-banner-header .page-banner-nav {
    background: #ffb400; }
    .page-banner-header .page-banner-nav-spacer {
      display: none;
      height: 55px; }
    .page-banner-header .page-banner-nav ul {
      padding: 0;
      display: flex; }
      .page-banner-header .page-banner-nav ul li {
        display: block;
        list-style: none; }
        .page-banner-header .page-banner-nav ul li .nav-link {
          border-top: 3px solid #ffb400;
          color: #fff;
          padding: 15px;
          min-width: 120px;
          text-align: center;
          white-space: nowrap; }
        .page-banner-header .page-banner-nav ul li:hover .nav-link, .page-banner-header .page-banner-nav ul li.active .nav-link {
          border-color: #fff; }
    .page-banner-header .page-banner-nav.fixed-top {
      transition: all 0.3s;
      position: fixed;
      top: 45px;
      left: 0px;
      height: 55px; }
      .page-banner-header .page-banner-nav.fixed-top + .page-banner-nav-spacer {
        display: block; }
      @media (min-width: 992px) {
        .page-banner-header .page-banner-nav.fixed-top {
          transition: none;
          top: 0;
          left: 250px; } }
.page-control {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 90; }
  .page-control a {
    margin: 0 0 5px;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    line-height: 40px;
    font-size: 16px;
    border-radius: 50px;
    text-align: center;
    background: #008400;
    color: #fff;
    display: block;
    transition: all 0.3; }
    .page-control a:hover {
      border: 1px solid #008400;
      color: #008400;
      background: #fff; }

.subpage {
  position: relative; }

.breadcrumb {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3; }

.border-top-1 {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 30px; }

#pagemenu {
  padding: 0 15px; }

@media (min-width: 992px) {
  #pagemenu {
    padding: 0 60px; } }
.list-none li {
  list-style: none;
  margin-bottom: 15px; }
  .list-none li i {
    color: #003939; }
  .list-none li:last-child {
    margin-bottom: 0; }
.list-none.list-flex li {
  display: flex;
  width: 100%; }
  .list-none.list-flex li i {
    display: block;
    font-size: 12px;
    margin-top: 6px; }
  .list-none.list-flex li:last-child {
    margin-bottom: 15px; }

.icon-wrap {
  padding: 15px;
  width: 75px;
  margin: 0 auto; }

.service-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .service-list .item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    text-align: center;
    margin-bottom: 15px; }
    .service-list .item__thumb {
      padding: 15px; }
      .service-list .item__thumb .embed-responsive {
        max-width: 80px;
        margin: 0 auto; }
    .service-list .item__title {
      text-transform: capitalize; }

.progress-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%; }
  .progress-list .item {
    text-align: center;
    padding: 5px; }
    .progress-list .item .progress {
      width: 80px;
      height: 80px;
      background: none;
      position: relative; }
      @media (min-width: 768px) {
        .progress-list .item .progress {
          width: 100px;
          height: 100px; } }
      .progress-list .item .progress:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 8px solid rgba(255, 255, 255, 0.5);
        position: absolute;
        top: 0;
        left: 0; }
      .progress-list .item .progress span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1; }
      .progress-list .item .progress .progress-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 8px;
        border-style: solid;
        position: absolute;
        top: 0; }
      .progress-list .item .progress .progress-left {
        left: 0; }
        .progress-list .item .progress .progress-left .progress-bar {
          left: 100%;
          border-top-right-radius: 80px;
          border-bottom-right-radius: 80px;
          border-left: 0;
          -webkit-transform-origin: center left;
          transform-origin: center left;
          border-color: #008400; }
      .progress-list .item .progress .progress-right {
        right: 0; }
        .progress-list .item .progress .progress-right .progress-bar {
          left: -100%;
          border-top-left-radius: 80px;
          border-bottom-left-radius: 80px;
          border-right: 0;
          -webkit-transform-origin: center right;
          transform-origin: center right;
          border-color: #008400; }
      .progress-list .item .progress .progress-value {
        position: absolute;
        top: calc(50% + 2px);
        transform: translateY(-50%);
        left: 0;
        color: #fff;
        font-size: 2em; }
      .progress-list .item .progress-title {
        color: #fff;
        margin-top: 15px;
        margin-bottom: 15px; }
      .progress-list .item .progress .border-yellow {
        border-color: #ffb400 !important; }
      .progress-list .item .progress .border-blue {
        border-color: #20fffc !important; }
      .progress-list .item .progress .border-purple {
        border-color: #bc52cc !important; }

.blog-item-detail {
  padding: 15px 0; }
.blog-item h2 {
  font-size: 22px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
.blog-item .link {
  font-size: 75%;
  color: #003939;
  padding-right: 20px;
  background: url(../images/icon-right.png) transparent no-repeat center right 5px/15px auto; }
  .blog-item .link:hover {
    color: #873538; }

.timeline-slide {
  margin: 15px 0; }
  .timeline-slide-item {
    flex: 100%; }

.js .cd-h-timeline__event {
  padding: 0; }
.js .cd-h-timeline__container {
  padding: 0;
  margin: 0;
  max-width: 100%; }
.js .cd-h-timeline__dates a {
  color: #003939 !important; }
.js .cd-h-timeline__dates:before, .js .cd-h-timeline__dates:after {
  display: none; }
.js .cd-h-timeline__filling-line {
  background: #003939; }
.js .cd-h-timeline__navigation:hover,
.js .cd-h-timeline__navigation:focus,
.js .cd-h-timeline__dates a:hover:after,
.js .cd-h-timeline__date--selected:after,
.js .cd-h-timeline__date--older-event:after {
  border-color: #003939;
  background: #003939; }
.js .cd-h-timeline__navigation::after {
  background-size: 16px; }

.section-map .map-tab {
  padding: 0;
  background: #fff; }
  .section-map .map-tab-row {
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    margin: 0; }
.section-map .nav-tabs {
  border-bottom: 1px solid rgba(170, 170, 170, 0.5); }
.section-map .nav-item {
  flex: 0 0 50%;
  margin: 0; }
.section-map .nav-link {
  font-size: 1.4em;
  background: #008400;
  border-radius: 0;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  color: #fff; }
  .section-map .nav-link.active {
    background: #fff;
    color: #008400; }
.section-map .tab-content {
  background: #fff;
  padding: 30px; }
.section-map .map-content .logo {
  max-height: 35px;
  max-width: 100%;
  margin: 0 0 15px 0; }

.map__canvas {
  position: relative;
  width: 100%;
  padding-top: 68.8%;
  z-index: 90;
  z-index: 99; }
  @media (max-width: 991px) {
    .map__canvas {
      padding-top: 100%; } }
.map__wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90; }
.map__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }
  @media (max-width: 991px) {
    .map__content {
      position: relative; } }

.popup-tip-anchor {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 240px;
  z-index: 999; }
  .popup-tip-anchor .popup-bubble-content {
    position: absolute;
    top: 0px;
    left: 0;
    transform: translate(-50%, -50%);
    background-color: transparent; }
  .popup-tip-anchor .popup-dialog {
    width: auto !important;
    max-width: 200px !important;
    overflow: visible !important;
    position: relative;
    color: #fff;
    border-radius: 0px;
    display: block;
    padding: 15px 15px;
    margin-bottom: 10px;
    text-align: center;
    background: #2f2e2e; }
    .popup-tip-anchor .popup-dialog .btn-close {
      position: absolute;
      right: 5px;
      top: 5px;
      opacity: 0.75; }

.pin-map {
  height: 60px; }

.embed-responsive-maps {
  height: 100%; }

.section-video.fp-section,
.section-video .fp-tableCell {
  height: auto !important; }
.section-video #mainVideo {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  z-index: 3; }
.section-video .btn-play {
  display: block;
  transition: all 0.3s; }
  .section-video .btn-play img {
    transition: all 0.3s;
    height: 70px; }
  .section-video .btn-play:hover img {
    transform: scale(1.05); }
  @media (max-width: 992px) {
    .section-video .btn-play img {
      height: 55px; } }

.video__wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }
  @media (max-width: 992px) {
    .video__wrapper {
      position: relative;
      padding-top: 56.25%; } }
.video__content {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: auto;
  z-index: 10;
  display: flex; }
  @media (max-width: 992px) {
    .video__content {
      right: 5px;
      bottom: 5px; } }
.video__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }
  .video__list--item {
    cursor: pointer;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid #ffb400;
    margin-left: 10px;
    transition: all 0.5s; }
    .video__list--item:hover {
      transform: scale(1.05); }
    @media (max-width: 992px) {
      .video__list--item {
        width: 55px;
        height: 55px; } }
  .video__list.collapse:not(.show) {
    display: flex;
    height: 100%;
    opacity: 0;
    transition: all 0.5s; }
  .video__list.collapsing {
    display: flex;
    height: 100%;
    transition: all 0.5s;
    opacity: 1; }
  .video__list.collapse.show {
    display: flex;
    height: 100%;
    opacity: 1; }

.pagination {
  justify-content: center;
  border-radius: 0; }
  .pagination .page-item {
    margin: 0 5px; }
    .pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
      border-radius: 0; }
    .pagination .page-item.active .page-link, .pagination .page-item:focus .page-link, .pagination .page-item:hover .page-link {
      background: #003939;
      border-color: #003939;
      color: #fff; }
  .pagination .page-link {
    border-radius: 0;
    color: #003939;
    border-color: #003939; }

.nav-search {
  position: relative; }
  .nav-search:before {
    position: absolute;
    right: 8px;
    top: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
    display: block;
    color: #aaaaaa;
    z-index: 1; }
  .nav-search .input-search {
    margin-top: 4px;
    border-radius: 15px;
    height: 30px;
    float: right;
    padding-left: 10px;
    width: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0);
    z-index: 2;
    background: transparent;
    position: relative; }
    .nav-search .input-search:focus {
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
      width: 100%;
      outline: none; }
  @media (min-width: 992px) {
    .nav-search {
      position: fixed;
      right: 15px;
      top: 15px; }
      .nav-search:before {
        z-index: 10; }
      .nav-search .input-search {
        border: 1px solid #ddd;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
        width: 200px; }
        .nav-search .input-search:focus {
          width: 200px;
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); } }

.breadcrumb {
  padding: 0;
  background: none;
  color: #fff; }
  .breadcrumb-item {
    padding: 0;
    font-size: 1em; }
    .breadcrumb-item i {
      font-size: 0.85em;
      margin-right: 10px; }
    .breadcrumb-item + .breadcrumb-item:before {
      color: #fff; }

#homePage .container-full-height {
  min-height: unset; }
  @media (min-width: 992px) {
    #homePage .container-full-height {
      height: 100vh; } }
#homePage .row-full-height {
  width: auto;
  min-height: unset; }
  @media (min-width: 992px) {
    #homePage .row-full-height {
      min-height: 100vh; } }

.homepage-img-main {
  width: 100%;
  padding-bottom: 100%;
  background: transparent no-repeat left bottom / 100% auto;
  position: relative;
  animation-duration: 1s; }
  .homepage-img-main.right {
    background-position: right bottom; }
  .homepage-img-main .main {
    animation-duration: 2s;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent no-repeat left bottom / 100% auto; }
.homepage .content__wrapper {
  width: 100%;
  display: block;
  position: relative;
  min-height: 50%;
  padding: 15px 30px; }
  @media (min-width: 992px) {
    .homepage .content__wrapper {
      padding: 0px;
      padding-right: 100px; }
      .homepage .content__wrapper.left {
        padding: 0px;
        padding-left: 100px; } }
.homepage .content__inner {
  color: #333; }
  .homepage .content__inner h1.title {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    margin: 0; }
  .homepage .content__inner h3.title {
    font-size: 2em;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    margin: 0; }
  .homepage .content__inner h5.title {
    font-size: 1.2em;
    font-weight: normal; }
  .homepage .content__inner .texteditor {
    margin-bottom: 20px; }
  @media (min-width: 992px) {
    .homepage .content__inner h1.title {
      font-size: 3.5em; }
    .homepage .content__inner h3.title {
      font-size: 2em; }
    .homepage .content__inner h5.title {
      font-size: 1.2em; }
    .homepage .content__inner .texteditor {
      margin-bottom: 40px; } }
.homepage .content__title {
  width: 100%;
  text-transform: uppercase;
  font-size: 1.8em;
  line-height: 1;
  margin-bottom: 15px; }
  .homepage .content__title .title {
    display: block; }
  .homepage .content__title .num {
    display: block;
    font-size: 2.5em;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1px; }
  @media (min-width: 992px) {
    .homepage .content__title {
      font-size: 1.85em;
      margin-bottom: 0;
      min-width: 85%;
      width: auto;
      overflow: visible;
      position: absolute;
      left: auto;
      top: -30px;
      height: 80px;
      transform: translate(0%, -100%) rotate(-90deg);
      transform-origin: right bottom;
      right: 0;
      word-break: break-all;
      white-space: nowrap; }
      .homepage .content__title .title {
        display: inline; }
      .homepage .content__title .num {
        display: inline;
        font-size: 2.75em; }
      .homepage .content__title.left {
        left: 15px;
        bottom: 0;
        top: auto;
        transform-origin: left top;
        transform: translateY(100%) rotate(-90deg); } }

@media (max-width: 991px) {
  .section-home.fp-section.fp-table, .section-home.fp-slide.fp-table {
    padding-top: 45px !important;
    padding-bottom: 0 !important; } }

.section-home-1 {
  background: url(../images/mainpage/bg-1.png) repeat-y center left/100% auto; }
  @media (min-width: 992px) {
    .section-home-1 {
      background-repeat: repeat-x;
      background-size: auto 100%; } }

.section-home-2 {
  background: url(../images/mainpage/bg-2.png) repeat-y center left/100% auto;
  color: #fff; }
  @media (min-width: 992px) {
    .section-home-2 {
      background-repeat: repeat-x;
      background-size: auto 100%; } }

.section-home-3 {
  background: url(../images/mainpage/bg-3.png) repeat-y center left/100% auto; }
  @media (min-width: 992px) {
    .section-home-3 {
      background-repeat: repeat-x;
      background-size: auto 100%; } }

.section-home-4 {
  background: #fff; }

.history-slider--item {
  margin-bottom: 45px; }
  .history-slider--item .item-thumb {
    margin-bottom: 5px;
    padding-bottom: 30px;
    background: url(../images/box-shadow.png) transparent no-repeat bottom center/auto 30px; }
    .history-slider--item .item-thumb .embed-responsive {
      width: 100%; }
  .history-slider--item .item-content {
    text-align: center; }
.history-thumbnails-slider {
  position: relative; }
  .history-thumbnails-slider:before {
    display: block;
    content: '';
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 26%;
    background: white;
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 140%); }
    @media (min-width: 768px) {
      .history-thumbnails-slider:before {
        width: 36%; } }
  .history-thumbnails-slider:after {
    display: block;
    content: '';
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 26%;
    background: white;
    background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 140%); }
    @media (min-width: 768px) {
      .history-thumbnails-slider:after {
        width: 36%; } }
  .history-thumbnails-slider .slick-arrow.slick-next {
    right: 27%; }
    .history-thumbnails-slider .slick-arrow.slick-next:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f054";
      color: #ffb400; }
    @media (min-width: 768px) {
      .history-thumbnails-slider .slick-arrow.slick-next {
        right: 36.5%; } }
  .history-thumbnails-slider .slick-arrow.slick-prev {
    left: 27%; }
    .history-thumbnails-slider .slick-arrow.slick-prev:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f053";
      color: #ffb400; }
    @media (min-width: 768px) {
      .history-thumbnails-slider .slick-arrow.slick-prev {
        left: 36.5%; } }
.history-thumbnails--item .item-content {
  line-height: 52px;
  font-size: 1.5em;
  text-align: center;
  color: #666; }
.history-thumbnails--item.slick-current .item-content {
  line-height: 48px;
  font-size: 2.5em;
  color: #008400; }

.vision-section {
  padding: 40px 0 30px;
  margin-bottom: 10px;
  background: url(../images/about/board-bg.png) #09ac09 no-repeat bottom left/auto 100%;
  position: relative; }
  .vision-section:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 50%;
    display: block;
    height: 10px;
    background: #ffb400; }
  @media (min-width: 991px) {
    .vision-section {
      padding: 30px 0 20px;
      background-position: bottom right;
      background-size: 100% auto; } }
  @media (min-width: 1200px) {
    .vision-section {
      padding: 40px 0 20px; } }
.vision-slider--item {
  margin-bottom: 45px;
  color: #fff;
  text-align: center; }
  .vision-slider--item .item-content {
    max-width: 100%;
    margin: 0 auto 15px;
    position: relative;
    text-align: center;
    padding: 30px 45px;
    font-size: 1.5em; }
    .vision-slider--item .item-content:before, .vision-slider--item .item-content:after {
      position: absolute;
      left: 0;
      top: 50%;
      content: '';
      width: 40px;
      height: 40px;
      margin-top: -40px;
      background: url(../images/about/q-left.png) transparent no-repeat center center/40px 40px; }
    .vision-slider--item .item-content:after {
      left: auto;
      right: 0;
      background: url(../images/about/q-right.png) transparent no-repeat center center/40px 40px; }
    @media (min-width: 991px) {
      .vision-slider--item .item-content {
        max-width: 80%; } }
  .vision-slider--item .item-owner {
    color: #fff; }
    .vision-slider--item .item-owner h5 {
      font-size: 1.2em; }
    .vision-slider--item .item-owner h6 {
      font-size: 0.8em;
      font-weight: lighter; }
.vision-thumbnails-slider {
  max-width: 100%;
  margin: 0 auto 15px; }
  @media (min-width: 991px) {
    .vision-thumbnails-slider {
      max-width: 80%; } }
.vision-thumbnails--item .item-content {
  font-size: 1.25em;
  text-align: center;
  color: #fff; }
  .vision-thumbnails--item .item-content span {
    position: relative;
    padding-bottom: 3px; }
    .vision-thumbnails--item .item-content span:before {
      position: absolute;
      left: 0;
      bottom: 0;
      content: '';
      width: 0;
      height: 3px;
      background: #ffb400;
      transition: all 0.3s; }
.vision-thumbnails--item.slick-current .item-content span:before {
  width: 100%; }

.board-item {
  margin-bottom: 30px;
  border-bottom: 1px solid #dedede; }
  .board-item:last-child {
    border-bottom: 0; }
  .board-item--thumb {
    text-align: center; }
    .board-item--thumb img {
      width: 100%;
      max-width: 250px;
      margin: 0 auto;
      padding-bottom: 30px;
      background: url(../images/box-shadow.png) transparent no-repeat bottom center/100% 30px; }
  .board-item--detail {
    justify-content: center; }
    .board-item--detail .p {
      margin-bottom: 0.5rem; }

.partner-item {
  margin-bottom: 30px;
  border: 1px solid #dedede;
  background: #fff;
  overflow: hidden;
  position: relative; }
  .partner-item .item-logo .embed-responsive-item {
    width: 100%;
    height: auto; }
  .partner-item .item-hover {
    background: #ffb400;
    position: absolute;
    height: 100%;
    bottom: -100%;
    left: 0;
    right: 0;
    transition: all 0.3s;
    z-index: 3; }
  .partner-item .item-content {
    color: #fff;
    display: flex;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "robotothin";
    font-weight: bold; }
    .partner-item .item-content .row {
      flex-direction: row;
      width: 100%; }
    .partner-item .item-content .title {
      font-family: "robotoregular";
      text-align: center;
      font-size: 1.5em;
      margin-bottom: 10px; }
    .partner-item .item-content a {
      color: #fff; }
    .partner-item .item-content .text-bold {
      font-family: "robotoregular";
      text-transform: uppercase; }
  .partner-item .item-close {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: block;
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 2; }
  .partner-item .item-open {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(../images/about/i.png) transparent no-repeat center center/100% 100%;
    cursor: pointer;
    z-index: 2; }
  .partner-item.active .item-hover {
    bottom: 0; }

.news-list__item {
  display: block;
  box-shadow: 1px 1px 5px rgba(221, 221, 221, 0.5);
  margin-bottom: 30px; }
  .news-list__item .item__detail {
    padding: 15px;
    background: #fff;
    color: #008400; }
    .news-list__item .item__detail .text-date {
      color: #ffb400; }
.news-detail {
  padding: 15px 0;
  min-height: 100px; }

.loadmore {
  width: 100%; }
  .loadmore__wrapper {
    width: 100%;
    text-align: center;
    margin: 30px 0 15px; }
  @media (min-width: 992px) {
    .loadmore {
      width: auto; }
      .loadmore .loadmore__wrapper {
        margin: 60px 0 30px; } }

.section-product {
  position: relative; }
  @media (max-width: 991px) {
    .section-product.fp-section.fp-table, .section-product.fp-slide.fp-table {
      padding-top: 45px !important;
      padding-bottom: 0 !important; } }

.section-product-1 {
  background-color: #f6f6f6;
  background-image: url(../images/product/bg-1.png), url(../images/product/bg-1-mb.png);
  background-repeat: repeat-y, no-repeat;
  background-position: center left, left bottom;
  background-size: 100% auto, 100% auto; }
  .section-product-1 .productpage-img-main .main {
    background: transparent no-repeat right bottom / 80% auto; }
    @media (min-width: 768px) {
      .section-product-1 .productpage-img-main .main {
        background-size: 100% auto; } }
  @media (min-width: 992px) {
    .section-product-1 {
      background-color: #f6f6f6;
      background-image: url(../images/product/bg-1.png), url(../images/product/bg-1-.png);
      background-repeat: repeat-y, no-repeat;
      background-position: center left, center bottom;
      background-size: 100% auto, cover; } }

.section-product-2 {
  background-color: #f6f6f6;
  background-image: url(../images/product/bg-1.png), url(../images/product/bg-2-mb.png);
  background-repeat: repeat-y, no-repeat;
  background-position: center left, left bottom;
  background-size: 100% auto, 100% auto; }
  .section-product-2 .productpage-img-main {
    padding-bottom: 90%; }
    .section-product-2 .productpage-img-main .main {
      background: transparent no-repeat center bottom / 80% auto; }
      @media (min-width: 768px) {
        .section-product-2 .productpage-img-main .main {
          background-size: 100% auto; } }
    @media (min-width: 992px) {
      .section-product-2 .productpage-img-main {
        padding-bottom: 110%; } }
  @media (min-width: 992px) {
    .section-product-2 {
      background-color: #f6f6f6;
      background-image: url(../images/product/bg-1.png), url(../images/product/bg-2.png);
      background-repeat: repeat-y, no-repeat;
      background-position: center left, center top;
      background-size: 100% auto, cover; } }

.section-product-3 {
  background-color: #f6f6f6;
  background-image: url(../images/product/bg-1.png), url(../images/product/bg-3-mb.png);
  background-repeat: repeat-y, no-repeat;
  background-position: center left, left bottom;
  background-size: 100% auto, 100% auto; }
  .section-product-3 .productpage-img-main {
    padding-bottom: 60%; }
    .section-product-3 .productpage-img-main .main {
      background: transparent no-repeat right bottom / 90% auto; }
      @media (min-width: 768px) {
        .section-product-3 .productpage-img-main .main {
          background-size: 100% auto; } }
    @media (min-width: 992px) {
      .section-product-3 .productpage-img-main {
        padding-bottom: 100%; } }
  @media (min-width: 992px) {
    .section-product-3 {
      background-color: #f6f6f6;
      background-image: url(../images/product/bg-1.png), url(../images/product/bg-3.png);
      background-repeat: repeat-y, no-repeat;
      background-position: center left, center top;
      background-size: 100% auto, cover; } }

.productpage-img-main {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  padding-bottom: 80%;
  background: transparent no-repeat left bottom / 100% auto;
  position: relative;
  animation-duration: 1s; }
  .productpage-img-main.right {
    background-position: right bottom; }
  .productpage-img-main .main {
    animation-duration: 2s;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent no-repeat left bottom / 100% auto; }
  @media (min-width: 992px) {
    .productpage-img-main {
      max-width: 100%;
      padding-bottom: 100%; } }
.productpage .content__wrapper {
  width: 100%;
  display: block;
  position: relative;
  min-height: 50%;
  padding: 15px 30px; }
  @media (min-width: 992px) {
    .productpage .content__wrapper {
      padding: 0px; } }
.productpage .content__inner {
  color: #333; }
  .productpage .content__inner h1.title {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    margin: 0; }
  .productpage .content__inner h3.title {
    font-size: 2em;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    margin: 0; }
  .productpage .content__inner h5.title {
    font-size: 1.2em;
    font-weight: normal; }
  .productpage .content__inner .texteditor {
    margin-bottom: 20px; }
  @media (min-width: 992px) {
    .productpage .content__inner h1.title {
      font-size: 3.5em; }
    .productpage .content__inner h3.title {
      font-size: 2em; }
    .productpage .content__inner h5.title {
      font-size: 1.2em; }
    .productpage .content__inner .texteditor {
      margin-bottom: 40px; } }
.productpage.subpage .section-product .border-top {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd; }

.product-tag-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end; }
  @media (max-width: 991px) {
    .product-tag-list {
      justify-content: center; } }
.product-tag-item {
  display: block;
  width: auto;
  padding: 8px 30px;
  border-radius: 30px;
  background: #008400;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 15px 15px;
  transition: all 0.3s; }
  .product-tag-item:hover {
    background: #ffb400;
    color: #fff; }
  @media (max-width: 991px) {
    .product-tag-item {
      margin: 0 5px 15px; } }

.product__slide.slick-slider.slick-dotted {
  margin: 30px 0 45px; }
.product__slide--item {
  margin-bottom: 15px; }
  .product__slide--item img {
    max-height: 450px;
    margin: 0 auto; }

.customer-map__wrapper {
  position: relative; }
.customer-map__bg {
  position: relative; }
  .customer-map__bg img {
    width: 100%; }
.customer-map__active {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent no-repeat center center / 100% 100%;
  background-image: url(../images/customer/map-bg-active.jpg);
  transition: all 0.3s;
  animation: animateBg 2s infinite; }
  .customer-map__active .country {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent no-repeat center center / 100% 100%;
    opacity: 0;
    transition: all 0.5s; }
.customer-map__item {
  position: absolute;
  content: '';
  display: block;
  z-index: 10; }
  .customer-map__item.thailand {
    width: 4%;
    height: 6.4%;
    top: 52%;
    left: 69.7%; }
    .customer-map__item.thailand:hover ~ .customer-map__active .thailand {
      opacity: 1;
      background-image: url(../images/customer/thailand-h.png); }
  .customer-map__item.usa {
    width: 15%;
    height: 11%;
    top: 38%;
    left: 14.5%; }
    .customer-map__item.usa:hover ~ .customer-map__active .usa {
      opacity: 1;
      background-image: url(../images/customer/usa-h.png); }
  .customer-map__item.maxico {
    width: 8%;
    height: 7%;
    top: 48%;
    left: 16%; }
    .customer-map__item.maxico:hover ~ .customer-map__active .maxico {
      opacity: 1;
      background-image: url(../images/customer/maxico-h.png); }
  .customer-map__item.poland {
    width: 4.5%;
    height: 5.5%;
    top: 32.8%;
    left: 50.5%; }
    .customer-map__item.poland:hover ~ .customer-map__active .poland {
      opacity: 1;
      background-image: url(../images/customer/poland-h.png); }
  .customer-map__item.south-africa {
    width: 4.5%;
    height: 7%;
    top: 70.7%;
    left: 50.5%; }
    .customer-map__item.south-africa:hover ~ .customer-map__active .south-africa {
      opacity: 1;
      background-image: url(../images/customer/south-africa-h.png); }
  .customer-map__item.india {
    width: 6%;
    height: 12%;
    top: 45.4%;
    left: 63.4%; }
    .customer-map__item.india:hover ~ .customer-map__active .india {
      opacity: 1;
      background-image: url(../images/customer/india-h.png); }
  .customer-map__item.china {
    width: 15%;
    height: 14.5%;
    left: 66.3%;
    top: 35.5%; }
    .customer-map__item.china:hover ~ .customer-map__active .china {
      opacity: 1;
      background-image: url(../images/customer/china-h.png); }
  .customer-map__item.vietnam {
    width: 4.3%;
    height: 6%;
    left: 73%;
    top: 49.5%; }
    .customer-map__item.vietnam:hover ~ .customer-map__active .vietnam {
      opacity: 1;
      background-image: url(../images/customer/vietnam-h.png); }
  .customer-map__item.cambodia {
    width: 3%;
    height: 5.5%;
    left: 73%;
    top: 55%; }
    .customer-map__item.cambodia:hover ~ .customer-map__active .cambodia {
      opacity: 1;
      background-image: url(../images/customer/cambodia-h.png); }
  .customer-map__item.philippine {
    width: 4.2%;
    height: 7%;
    left: 77.7%;
    top: 53.5%; }
    .customer-map__item.philippine:hover ~ .customer-map__active .philippine {
      opacity: 1;
      background-image: url(../images/customer/philippine-h.png); }
  .customer-map__item.indonesia {
    width: 10%;
    height: 6.4%;
    left: 73%;
    top: 60.5%; }
    .customer-map__item.indonesia:hover ~ .customer-map__active .indonesia {
      opacity: 1;
      background-image: url(../images/customer/indonesia-h.png); }
.customer-accordion {
  width: 100%; }
  .customer-accordion .btn {
    text-align: left;
    padding: 10px 15px; }
    .customer-accordion .btn i {
      float: right; }
    .customer-accordion .btn[aria-expanded="true"] i:before {
      content: "\f077"; }
    .customer-accordion .btn:focus {
      color: #fff !important;
      background: #ffb400;
      box-shadow: none !important; }
  .customer-accordion .card {
    border-radius: 15px;
    padding: 15px;
    border: 0; }
    .customer-accordion .card a {
      color: #000;
      text-transform: uppercase;
      margin: 0 0 10px;
      display: block;
      font-size: 1.1em;
      padding-left: 20px;
      background: url(../images/customer/plus.png) no-repeat left -100px center/9px auto; }
      .customer-accordion .card a.active, .customer-accordion .card a:focus, .customer-accordion .card a:hover {
        color: #ffb400;
        background: url(../images/customer/plus.png) no-repeat left 5px center/9px auto; }
  .customer-accordion #accordion {
    position: relative; }
    .customer-accordion #accordion .collapse-content {
      position: absolute;
      bottom: 50px;
      left: 0;
      width: 100%; }
      @media (max-width: 991px) {
        .customer-accordion #accordion .collapse-content {
          position: relative;
          bottom: auto;
          display: block;
          margin-top: 10px; }
          .customer-accordion #accordion .collapse-content .card {
            padding: 15px 0;
            background: transparent; } }

.section-customer {
  background: #f6f6f6; }

.customer-modal .modal-content {
  border: 0;
  border-radius: 0; }
.customer-modal .modal-header {
  border-radius: 0;
  background: #ffb400;
  color: #fff; }
  .customer-modal .modal-header .close {
    color: #fff;
    text-shadow: none;
    opacity: 1; }
.customer-modal a.btn {
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ffb400 !important; }
.customer-modal .collapse-content {
  padding: 15px; }
  @media (max-width: 991px) {
    .customer-modal .collapse-content {
      padding: 5px 0; } }
@media (min-width: 576px) {
  .customer-modal .modal-dialog {
    max-width: 800px; } }

@keyframes animateBg {
  0% {
    background-image: url(../images/customer/map-bg-active-h.jpg); }
  50% {
    background-image: url(../images/customer/map-bg-active.jpg); }
  100% {
    background-image: url(../images/customer/map-bg-active-h.jpg); } }
html {
  font-size: 14px; }
  @media (min-width: 992px) {
    html #wrapper {
      padding-left: 250px; } }
  @media (min-width: 1441px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1601px) {
    html {
      font-size: 18px; } }
  html [data-simplebar] {
    overflow: auto; }
    html [data-simplebar] .simplebar-scrollbar {
      width: 4px; }
      html [data-simplebar] .simplebar-scrollbar:before {
        background: rgba(221, 221, 221, 0.5); }
    html [data-simplebar] .simplebar-track.simplebar-horizontal {
      background: #eaeaea;
      height: 5px;
      bottom: 0px; }
      html [data-simplebar] .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
        height: 4px; }
        html [data-simplebar] .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
          background: rgba(221, 221, 221, 0.5); }
        html [data-simplebar] .simplebar-track.simplebar-horizontal .simplebar-scrollbar.simplebar-visible {
          height: 5px;
          top: 0;
          border-radius: 0; }
          html [data-simplebar] .simplebar-track.simplebar-horizontal .simplebar-scrollbar.simplebar-visible:before {
            left: 0;
            right: 0;
            border-radius: 0;
            background: #a5a5a5; }

body {
  padding: 0;
  margin: 0;
  font-family: "robotoregular", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  background: #fff;
  color: #333; }
  @media (min-width: 1441px) {
    body {
      font-size: 18px; } }
  @media (min-width: 1601px) {
    body {
      font-size: 20px; } }
  @media (max-width: 576px) {
    body {
      font-size: 14px; } }
  @media (max-width: 320px) {
    body {
      font-size: 12px; } }

.container-fluid-wrapper {
  padding: 0; }

.ellipsis {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

img {
  border-image-width: 0; }

img.fullwidth {
  width: 100%; }

img.maxwidth {
  max-width: 100%;
  width: auto; }

.embed-responsive-2by1:before {
  padding-top: 50%; }

.embed-responsive-1by2:before {
  padding-top: 200%; }

.embed-responsive-3by2:before {
  padding-top: 66.67%; }

.embed-responsive-2by3:before {
  padding-top: 150%; }

.embed-responsive-5by4:before {
  padding-top: 80%; }

.embed-responsive-5by3:before {
  padding-top: 60%; }

.embed-responsive-4by5:before {
  padding-top: 125%; }

.embed-responsive-5by6:before {
  padding-top: 120%; }

.embed-responsive-3by4:before {
  padding-top: 133.33%; }

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