/*------------- BASE IMPORT -------------*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300|Raleway:300,700|Roboto");
@font-face {
  font-family: "Kanit-Bld";
  src: url("../fonts/kanit-bold.otf"); }

@font-face {
  font-family: "Kanit-Lt";
  src: url("../fonts/kanit-light.otf"); }

html,
body {
  font-size: 12px;
  position: relative; }

body > * {
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul,
ol,
span {
  margin: 0;
  padding: 0; }


ul,
ol {
  list-style: none;
  padding-left: 0; }

input,
button {
  border: none; }
  input:focus,
  button:focus {
    outline: none; }

header,
section,
footer {
  -webkit-transition: all .25s !important;
  -o-transition: all .25s !important;
  transition: all .25s !important; }

::-moz-selection {
  background-color: #47bcca;
  color: #ffffff; }

::selection {
  background-color: #47bcca;
  color: #ffffff; }

@media screen and (min-width: 768px) {
  html,
  body {
    font-size: 14px; } }

@media screen and (min-width: 992px) {
  html,
  body {
    font-size: 15px; } }

@media screen and (min-width: 1200px) {
  html,
  body {
    font-size: 16px; } }

/*------------- UTILITIES IMPORT -------------*/
/*------------- UTILITY CLASSES -------------*/
.container-fluid__content {
  max-width: 1400px;
  margin: 0 auto; }

.divider {
  position: relative; }
  .divider:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background-color: #47bcca; }
  .divider:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    width: calc(5.41667rem + 100px);
    height: 5px!important; }
    @media screen and (min-width: 768px) {
      .divider:before {
        width: calc(4.0625rem + 100px); } }
  .divider__img {
    display: block;
    margin: 0 auto;
    width: 5.41667rem;
    position: relative;
    z-index: 3; }
    @media screen and (min-width: 768px) {
      .divider__img {
        width: 4.0625rem;
        max-width: 165px; } }

.cta {
  background-color: #47bcca;
  color: #ffffff;
  font-size: 1.375rem;
  height: 5rem;
  line-height: 5rem;
  display: block;
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s; }
  .cta:link, .cta:hover, .cta:focus, .cta:visited {
    color: #ffffff;
    text-decoration: none; }
  .cta:hover {
    background-color: transparent;
    color: #47bcca;
    -webkit-box-shadow: inset 0 0 0 2px #47bcca;
    box-shadow: inset 0 0 0 2px #47bcca; }
  .cta--small {
    height: 3.75rem;
    line-height: 3.75rem;
    width: 50%;
    max-width: 300px; }
  .cta--outline {
    border: 1px solid #47bcca;
    font-size: 1.667rem;
    background-color: transparent; }
    .cta--outline:link, .cta--outline:hover, .cta--outline:focus, .cta--outline:visited {
      color: #484848;
      text-decoration: none; }
    @media screen and (min-width: 768px) {
      .cta--outline {
        font-size: 1.25rem; } }
    .cta--outline:hover {
      background-color: #47bcca;
      color: #ffffff; }
  .cta--stretch {
    width: auto;
    max-width: 100%;
    padding: 0 3.75rem;
    display: inline-block;
    height: 3.333rem;
    line-height: 3.333rem; }
    @media screen and (min-width: 768px) {
      .cta--stretch {
        height: 2.5rem;
        line-height: 2.5rem; } }
  .cta--center {
    margin-left: auto;
    margin-right: auto; }
  .cta--right {
    margin-left: auto;
    margin-right: 0; }

@media screen and (min-width: 768px) {
  .item {
    width: 50%; } }

.item + .item {
  margin-top: 4.1667rem; }
  @media screen and (min-width: 768px) {
    .item + .item {
      margin-left: 4.6875rem;
      margin-top: 0; } }

.item:hover .services__item-overlay {
  opacity: 1; }

@media screen and (min-width: 768px) {
  .item:only-child {
    width: calc(50% - 2.34375rem); } }

@media screen and (min-width: 768px) {
  .item--small {
    width: 20%; } }

@media screen and (min-width: 768px) {
  .item--small .services__item-header {
    margin-bottom: 1.25rem; } }

@media screen and (min-width: 768px) {
  .item--small .services__item-overlay__icon {
    font-size: 2rem !important; } }

@media screen and (min-width: 768px) {
  .item--small .services__item-overlay:after {
    width: 1.75rem !important;
    height: 2.0625rem !important; } }

.item--small .text--title {
  word-break: normal; }
  @media screen and (min-width: 768px) {
    .item--small .text--title {
      font-size: 1.375rem;
      line-height: 1.375rem; } }

@media screen and (min-width: 768px) {
  .item--small .text--paragraph {
    font-size: 0.75rem;
    line-height: 0.75rem; } }

.menu--open {
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  position: relative;
  left: 50%; }
  @media screen and (min-width: 768px) {
    .menu--open {
      left: 0; } }

/*------------- MODULES IMPORT -------------*/
/*------------- TABLE OF CONTENTS -------------*/
/*

    1. SUBHEADER
    2. HEADER
    3. MENU
    4. SEARCH
    5. INTRO
    6. TEXT
    7. SERVICES
    8. CALLOUT
    9. NEWS
    10. STATS
    11. SUBFOOTER
    12. CONTACT
    13. FOOTER
    14. NAVIGATION
    15. WRAPPER
    16. MAP
    17. ARTICLE
    18. RELATED

*/
/*------------- 1. SUBHEADER -------------*/
.subheader-container{ display:none;}
@media (min-width: 768px){
  .subheader-container{ display:block; margin-bottom:2rem; background:#092c74;}
}
.subheader {
  margin-top: 0.667rem;
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .subheader {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; } }
  .subheader__contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .subheader__contact-item + .subheader__contact-item:before {
      content: "/";
      font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
      color: #47bcca;
      margin: 0 0.667rem; }
      @media screen and (min-width: 768px) {
        .subheader__contact-item + .subheader__contact-item:before {
          margin: 0 0.5rem; } }
    .subheader__contact-link {
      font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
      font-weight: 300;
      font-size: 1rem;
      line-height: 1.5625rem; }
      .subheader__contact-link:link, .subheader__contact-link:hover, .subheader__contact-link:focus, .subheader__contact-link:visited {
        color: #47bcca;
        text-decoration: none; }
    .subheader__contact-icon {
      margin-right: 0.5rem; }

/*------------- 2. HEADER -------------*/
.header {
  /* background-image: url("../images/header-bg.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-bottom: 2rem;
  padding-top:2rem; 
  border-top:5px solid #47bcca;
}
  @media screen and (min-width: 768px) {
    .header {
      padding-bottom: 2rem; padding-top:0; border-top:none;}
    }
  .header--scroll {
    background-image: none;
    padding: 3.15rem 30px;
    background-color: #ffffff;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .header--scroll {
        padding: 0.75rem 15px; } }
    .header--scroll-active {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .header--scroll-menu-active {
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%); }
      @media screen and (min-width: 768px) {
        .header--scroll-menu-active {
          -webkit-transform: none;
          -ms-transform: none;
          transform: none; } }
    .header--scroll .header__collapse {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (min-width: 768px) {
        .header--scroll .header__collapse {
          width: 82.5%; } }
    @media screen and (min-width: 768px) {
      .header--scroll .header__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1400px;
        margin: 0 auto; } }
    @media screen and (min-width: 768px) {
      .header--scroll .header__content .search {
        width: 21%;
        margin: 0; } }
    .header--scroll .header__logo-wrapper {
      display: block; }
      @media screen and (min-width: 768px) {
        .header--scroll .header__logo-wrapper {
          width: 17.5%; } }
    .header--scroll .header__logo {
      width: 80%;
      height: auto; }
      @media screen and (min-width: 768px) {
        .header--scroll .header__logo {
          margin: 0;
          width: 100%; } }
    @media screen and (min-width: 768px) {
      .header--scroll .header__nav {
        width: 79%;
        margin: 0 1.875rem; } }
    @media screen and (min-width: 768px) {
      .header--scroll .header__nav .menu {
        margin: 0; } }
    .header--scroll .header__nav .menu__link {
      font-size: 1rem; }
  .header__logo {
    width: 80%; }
    @media screen and (min-width: 768px) {
      .header__logo {
        max-width: 300px;
        margin-bottom: 2rem;
        width: 100%; } }
  .header__content {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (min-width: 768px) {
      .header__content {
        display: block; } }
  .header__collapse {
    position: fixed;
    z-index: 2000;
    left: -1px;
    top: 0;
    width: 80%;
    height: 100vh;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    background-color: #47bcca;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.5rem 1rem 1rem 1rem; }
    .header__collapse--active {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }

      .header__collapse--active .menu{ margin-top:50px; padding:0 0 0 30px;}
      .header__collapse--active .menu a{
        color:white;
        font-size:18px;
      }
      .header__collapse--active .menu .menu__item:before, .header__collapse--active .menu .menu__item:after{content:none;}
      .header__collapse--active .menu--inner{display:block; margin-top:0; margin-bottom:30px;}
      .header__collapse--active .menu--inner .menu__item a{text-transform: none; font-size:16px; color:white;}
      .header__collapse--active .menu--inner .menu__item, .header__collapse--active .menu--inner .menu__item + .menu__item{margin-top:10px;}
    @media screen and (min-width: 768px) {
      .header__collapse {
        background-color: transparent;
        width: auto;
        height: auto;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: static;
        padding: 0; } }
  .header__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #47bcca;
    padding: 0.75rem;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    @media screen and (min-width: 768px) {
      .header__btn {
        display: none; } }
    .header__btn-line {
      height: 3px;
      width: 2rem;
      background-color: #ffffff;
      cursor: pointer; }
      .header__btn-line + .header__btn-line {
        margin-top: 5px; }

/*------------- 3. MENU -------------*/
.menu {
  margin-top: 1.5rem;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .menu {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 0;
      margin-bottom: 2rem; } }
  .menu__item {
    position: relative; }
    .menu__item + .menu__item {
      margin-top: 1.5rem; }
      @media screen and (min-width: 768px) {
        .menu__item + .menu__item {
          margin-top: 0; } }
    .menu__item:before {
      content: "/";
      padding: 0 0.667rem; }
      .menu__item:first-child:before{content:none;}
      @media screen and (min-width: 768px) {
        .menu__item:before {
          padding: 0 0.5rem; } }
    @media screen and (min-width: 768px) {
      .menu__item:last-child:after {
        content: none;
        padding: 0 0.667rem; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .menu__item:last-child:after {
      padding: 0 0.5rem; } }
    .menu__item--trigger > a {
      position: relative;
		z-index:998; }
      .menu__item--trigger > a:hover:after {
        color: #ffffff; }
      .menu__item--trigger > a:after {
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
        content: ">";
        margin-left: 0.5rem;
        font-weight: 700;
        color: #368f9a; }
        @media screen and (min-width: 768px) {
          .menu__item--trigger > a:after {
            display: none; } }
  .menu__link {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 1.125rem;
    text-transform: uppercase;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s; }
    .menu__link:link, .menu__link:hover, .menu__link:focus, .menu__link:visited {
      color: #368f9a;
      text-decoration: none; }
    @media screen and (min-width: 768px) {
      .menu__link:link, .menu__link:hover, .menu__link:focus, .menu__link:visited {
        color: #333333;
        text-decoration: none; } }
    .menu__link:hover {
      color: #ffffff; }
      @media screen and (min-width: 768px) {
        .menu__link:hover {
          color: #47bcca !important; } }
    .menu__link--active:link, .menu__link--active:hover, .menu__link--active:focus, .menu__link--active:visited {
      color: #ffffff;
      text-decoration: none; }
    @media screen and (min-width: 768px) {
      .menu__link--active:link, .menu__link--active:hover, .menu__link--active:focus, .menu__link--active:visited {
        color: #47bcca;
        text-decoration: none; } }
  .menu--inner {
    padding-left: 1.5rem;
    display: none; }
    @media screen and (min-width: 768px) {
      .menu--inner {
        padding-left: 0;
        width: 430px;
        left: 0;
        position: absolute;
        z-index: 999;
        margin: 0;
        background-color: rgba(51, 51, 51, 0.7);
        display: block;
        padding: 6px;
        pointer-events: none;
        opacity: 0;
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s; } }
    .menu--inner .menu__item {
      text-align: left;
      padding: 0; }
      .menu--inner .menu__item:before, .menu--inner .menu__item:after{content:none;}
      @media screen and (min-width: 768px) {
        .menu--inner .menu__item {
          padding: 6px; } }
      @media screen and (min-width: 768px) {
        .menu--inner .menu__item:before {
          color: #ffffff; } }
      .menu--inner .menu__item:last-child:after {
        display: none; }
      @media screen and (min-width: 768px) {
        .menu--inner .menu__item {
          padding: 3px; } }
      .menu--inner .menu__item + .menu__item {
        margin-top: 1.5rem; }
        @media screen and (min-width: 768px) {
          .menu--inner .menu__item + .menu__item {
            margin-top: 0; } }
    .menu--inner .menu__link {
      font-size: 1rem; }
      .menu--inner .menu__link:link, .menu--inner .menu__link:hover, .menu--inner .menu__link:focus, .menu--inner .menu__link:visited {
        color: #368f9a;
        text-decoration: none; }
      @media screen and (min-width: 768px) {
        .menu--inner .menu__link:link, .menu--inner .menu__link:hover, .menu--inner .menu__link:focus, .menu--inner .menu__link:visited {
          color: #ffffff;
          text-decoration: none; } }
      .menu--inner .menu__link:hover {
        color: #ffffff !important; }
        @media screen and (min-width: 768px) {
          .menu--inner .menu__link:hover {
            color: #47bcca !important; } }
      .menu--inner .menu__link--active:link, .menu--inner .menu__link--active:hover, .menu--inner .menu__link--active:focus, .menu--inner .menu__link--active:visited {
        color: #ffffff;
        text-decoration: none; }
      @media screen and (min-width: 768px) {
        .menu--inner .menu__link--active:link, .menu--inner .menu__link--active:hover, .menu--inner .menu__link--active:focus, .menu--inner .menu__link--active:visited {
          color: #47bcca;
          text-decoration: none; } }
  .menu--active {
    opacity: 1;
    pointer-events: all; }

/*------------- 4. SEARCH -------------*/
.search {
  position: relative;
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
  height: 2.5rem;
  border: 1px solid #47bcca;
  border-radius: 50px; }
  @media screen and (min-width: 768px) {
    .search {
      width: 60%;
      height: 1.875rem;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; } }
  .search--full {
    width: 100%;
    max-width: none; }
  .search__input {
    width: 100%;
    height: 100%;
    background-color: rgba(242, 242, 242, 0.7);
    border-radius: 50px;
    padding: 0 3.667rem 0 1rem;
    font-family: "Raleway", "Helvetica", "Arial", sans-serif;
    font-size: 1rem; }
    @media screen and (min-width: 768px) {
      .search__input {
        padding: 0 3.25rem 0 1rem; } }
  .search__icon {
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.667rem;
    color: #0d0d0d;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .search__icon {
        font-size: 1.25rem; } }

/*------------- 5. INTRO -------------*/
.intro {
  padding: 7.5rem 15px; }
  @media screen and (min-width: 768px) {
    .intro {
      padding: 5.625rem 15px; } }
  @media screen and (min-width: 768px) {
    .intro__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .intro__copy {
    margin-bottom: 2rem; }
    @media screen and (min-width: 768px) {
      .intro__copy {
        margin-bottom: 0; } }
  .intro__img {
    width: 100%;
    height: auto; }
    @media screen and (min-width: 768px) {
      .intro__img {
        margin-top: 3rem; } }

/*------------- 6. TEXT -------------*/
.text {
  color: #484848;
  text-align: left; }
  .text--dark {
    color: #333333; }
  .text--brand {
    color: #47bcca; }
  .text--white {
    color: #ffffff; }
  .text--center {
    text-align: center; }
  .text--right {
    text-align: right;
    display: block;
    margin-left: auto;
    margin-right: 0; }
  .text--justified {
    text-align: justify; }
  .text--bold {
    font-weight: 700; }
  .text--paragraph, .text--link {
    font-family: "Raleway", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.875rem; }
    .text--paragraph + .text--paragraph, .text--link + .text--paragraph, .text--paragraph + .text--link, .text--link + .text--link {
      margin-top: 1.667rem; }
      @media screen and (min-width: 768px) {
        .text--paragraph + .text--paragraph, .text--link + .text--paragraph, .text--paragraph + .text--link, .text--link + .text--link {
          margin-top: 1.25rem; } }
  .text--paragraph-list + .text--paragraph-list {
    margin-top: 0; }
  .text--paragraph-small {
    font-size: 1.333rem; }
    @media screen and (min-width: 768px) {
      .text--paragraph-small {
        font-size: 1rem; } }
  .text--paragraph-smaller {
    font-size: 1rem !important;
    line-height: 1.41667rem !important; }
    @media screen and (min-width: 768px) {
      .text--paragraph-smaller {
        font-size: 0.75rem !important;
        line-height: 1.0625rem !important; } }
  .text--link {
    margin-top: 0 !important;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s; }
    .text--link:link, .text--link:hover, .text--link:focus, .text--link:visited {
      color: #47bcca;
      text-decoration: none; }
    .text--link-hover:link, .text--link-hover:hover, .text--link-hover:focus, .text--link-hover:visited {
      color: #484848;
      text-decoration: none; }
    .text--link-hover:hover {
      color: #47bcca !important; }
    .text--link:hover {
      color: #368f9a !important; }
  .text--title {
    font-family: "Kanit-Bld", sans-serif;
    font-size: 3.75rem;
    text-transform: uppercase;
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 768px) {
      .text--title {
        margin-bottom: 1.875rem; } }
    .text--title-article {
      font-size: 2.5rem;
      line-height: 2.5rem;
      margin-bottom: 0; }
    .text--title-medium {
      font-size: 2.4375rem;
      line-height: 2rem; }
    .text--title-small {
      font-size: 2.125rem; }
    .text--title-smaller {
      font-size: 1.875rem; }

      a:link{text-decoration: none; color:#092c74; }
a:hover{text-decoration: none; color:#092c74;}
a:visited{text-decoration: none; color:#092c74;}
a:focus{text-decoration: none; color:#092c74; outline:none;}
/*------------- 7. SERVICES -------------*/
.services {
  padding-bottom: 7.5rem; }
  @media screen and (min-width: 768px) {
    .services {
      padding-bottom: 5.625rem; } }
  .services__slider {
    position: relative; }
    .services__slider-arrow {
      font-size: 3.75rem;
      color: #47bcca;
      cursor: pointer;
      background-color: rgba(255, 255, 255, 0.8);
      border-radius: 50%; }
      .services__slider-arrow--prev, .services__slider-arrow--next {
        position: absolute;
        z-index: 2;
        top: 35%; }
        @media screen and (min-width: 768px) {
          .services__slider-arrow--prev, .services__slider-arrow--next {
            top: 30%; } }
        @media screen and (min-width: 992px) {
          .services__slider-arrow--prev, .services__slider-arrow--next {
            top: 25%; } }
        @media screen and (min-width: 1200px) {
          .services__slider-arrow--prev, .services__slider-arrow--next {
            top: 28.5%; } }
      .services__slider-arrow--prev {
        left: 0;
        -webkit-transform: translateY(-35%) translateX(-0%);
        -ms-transform: translateY(-35%) translateX(-0%);
        transform: translateY(-35%) translateX(-0%); }
        @media screen and (min-width: 768px) {
          .services__slider-arrow--prev {
            -webkit-transform: translateY(-30%) translateX(calc(-50% + 25px));
            -ms-transform: translateY(-30%) translateX(calc(-50% + 25px));
            transform: translateY(-30%) translateX(calc(-50% + 25px)); } }
        @media screen and (min-width: 992px) {
          .services__slider-arrow--prev {
            -webkit-transform: translateY(-25%) translateX(calc(-50% + 25px));
            -ms-transform: translateY(-25%) translateX(calc(-50% + 25px));
            transform: translateY(-25%) translateX(calc(-50% + 25px)); } }
        @media screen and (min-width: 1200px) {
          .services__slider-arrow--prev {
            -webkit-transform: translateY(-28.5%) translateX(calc(-50% + 25px));
            -ms-transform: translateY(-28.5%) translateX(calc(-50% + 25px));
            transform: translateY(-28.5%) translateX(calc(-50% + 25px)); } }
      .services__slider-arrow--next {
        right: 0;
        -webkit-transform: translateY(-35%) translateX(0%);
        -ms-transform: translateY(-35%) translateX(0%);
        transform: translateY(-35%) translateX(0%); }
        @media screen and (min-width: 768px) {
          .services__slider-arrow--next {
            -webkit-transform: translateY(-30%) translateX(calc(50% - 25px));
            -ms-transform: translateY(-30%) translateX(calc(50% - 25px));
            transform: translateY(-30%) translateX(calc(50% - 25px)); } }
        @media screen and (min-width: 992px) {
          .services__slider-arrow--next {
            -webkit-transform: translateY(-25%) translateX(calc(50% - 25px));
            -ms-transform: translateY(-25%) translateX(calc(50% - 25px));
            transform: translateY(-25%) translateX(calc(50% - 25px)); } }
        @media screen and (min-width: 1200px) {
          .services__slider-arrow--next {
            -webkit-transform: translateY(-28.5%) translateX(calc(50% - 25px));
            -ms-transform: translateY(-28.5%) translateX(calc(50% - 25px));
            transform: translateY(-28.5%) translateX(calc(50% - 25px)); } }
  .services__item {
    display: block; }
    .services__item:link, .services__item:hover, .services__item:focus, .services__item:visited {
      color: inherit;
      text-decoration: none; }
    @media screen and (min-width: 768px) {
      .services__item {
        width: 33.33%;
        padding: 0 25px; } }
    .services__item:hover .services__item-title {
      color: #368f9a; }
    @media screen and (min-width: 768px) {
      .services__item--article {
        width: 100%;
        padding: 0; } }
    .services__item--article .services__item-title {
      margin-bottom: 0.25rem; }
    @media screen and (min-width: 768px) {
      .services__item--article .services__item-overlay:after {
        width: 2.75rem;
        height: 3.0625rem; } }
    @media screen and (min-width: 768px) {
      .services__item--article .services__item-overlay__icon {
        font-size: 3.5rem; } }
    .services__item:focus {
      outline: none; }
    .services__item:hover .services__item-overlay {
      opacity: 1; }
    .services__item-header {
      margin-bottom: 2.5rem;
      position: relative; }
      @media screen and (min-width: 768px) {
        .services__item-header {
          margin-bottom: 1.875rem; } }
    .services__item-copy {
      display: block; }
    .services__item-img {
      width: 100%;
      height: auto; }
    .services__item-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s;
      opacity: 0; }
      .services__item-overlay:after {
        content: "";
        width: 4.5rem;
        height: 4.125rem;
        background-image: url("../images/symbol.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .services__item-overlay__icon {
        font-size: 5rem;
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .services__item-title {
overflow-wrap: break-word;
/* For Chrome and IE */
word-wrap: break-all;

 -ms-word-break: break-all;
 
     /* Non standard for WebKit */
     word-break: break-word;
/*
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto; */
		
		

		
	  }

/*------------- 8. CALLOUT -------------*/
.callout {
  margin-bottom: 7.5rem; }
  @media screen and (min-width: 768px) {
    .callout {
      margin-bottom: 5.625rem; } }
  .callout__content {
    padding: 5rem 0; }
    @media screen and (min-width: 768px) {
      .callout__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 2.5rem 0; } }
  @media screen and (min-width: 768px) {
    .callout__item {
      width: 50%;
      padding: 0 3.75rem; } }
  .callout__item + .callout__item {
    margin-top: 7.5rem;
    padding-top: 6rem;
    border-top: 1px solid #47bcca; }
    @media screen and (min-width: 768px) {
      .callout__item + .callout__item {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
        border-left: 1px solid #47bcca; } }
  .callout__item-title {
    margin-bottom: 1.333rem; }
    @media screen and (min-width: 768px) {
      .callout__item-title {
        margin-bottom: 0.75rem; } }
  .callout__item-cta {
    margin-top: 2.5rem; }

/*------------- 9. NEWS -------------*/
.news {
  margin-bottom: 7.5rem; }
  @media screen and (min-width: 768px) {
    .news {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-bottom: 5.625rem; } }
  .news__bg {
    width: 100%;
    height: auto;
    margin-left: -15px;
    margin-bottom: 2rem;
    pointer-events: none; }
    @media screen and (min-width: 768px) {
      .news__bg {
        margin-bottom: 0;
        width: 35%; } }
  @media screen and (min-width: 768px) {
    .news__slider {
      max-width: calc(700px + 8.125rem);
      margin:0 auto;
	  } }
  .news__slider .slick-dots {
    height: 10px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .news__slider .slick-dots li {
      height: 10px;
      width: 10px;
      border: 1px solid #47bcca;
      border-radius: 50%;
      cursor: pointer; }
      .news__slider .slick-dots li.slick-active {
        background-color: #47bcca; }
      .news__slider .slick-dots li + li {
        margin-left: 14px !important; }
  .news__slider--full {
    width: 100%;
    margin: 0 auto; }
    .news__slider--full .news__item {
      margin-bottom: 2rem; }
      @media screen and (min-width: 768px) {
        .news__slider--full .news__item {
          margin-bottom: 1.5rem; } }
      .news__slider--full .news__item-copy {
        width: 100% !important;
        margin-right: 0 !important; }
    .news__slider--full .slick-dots {
      height: 7px; }
      .news__slider--full .slick-dots li {
        height: 7px;
        width: 7px; }
        .news__slider--full .slick-dots li + li {
          margin-left: 9px !important; }
  .news__item {
    margin-bottom: 3.75rem;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .news__item {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 2.8125rem; } }
    .news__item:focus {
      outline: none; }
    .news__item-copy {
      margin-bottom: 1.667rem;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }
      @media screen and (min-width: 768px) {
        .news__item-copy {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
          -ms-flex-order: 1;
          order: 1;
          margin-bottom: 0;
          margin-right: 3.55rem;
          width: 69% !important; } }
      .news__item-copy p {
        line-height: 2.0833rem; }
        @media screen and (min-width: 768px) {
          .news__item-copy p {
            line-height: 1.5625rem; } }
    .news__item-img {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
      align-self: baseline; }
      @media screen and (min-width: 768px) {
        .news__item-img {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
          -ms-flex-order: 2;
          order: 2;
          } }
    .news__item-cta {
      margin-top: 3rem; }
      .news__item-cta-center {
        text-align: center; }
      .news__item-cta--small {
        margin-top: 2.5rem;
        font-size: 1.1667rem; }
        @media screen and (min-width: 768px) {
          .news__item-cta--small {
            margin-top: 1.875rem;
            font-size: 0.875rem; } }

/*------------- 10. STATS -------------*/
.stats {
  background-image: url("../images/stats-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 6.875rem 15px 5.625rem 15px; }
  @media screen and (min-width: 768px) {
    .stats__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (min-width: 768px) {
    .stats__item {
      width: 50%; } }
  @media screen and (min-width: 992px) {
    .stats__item {
      width: 25%; } }
  @media screen and (min-width: 768px) {
    .stats__item:first-child, .stats__item:nth-child(2) {
      margin-bottom: 5rem; } }
  @media screen and (min-width: 992px) {
    .stats__item:first-child, .stats__item:nth-child(2) {
      margin-bottom: 0; } }
  .stats__item + .stats__item {
    margin-top: 5rem; }
    @media screen and (min-width: 768px) {
      .stats__item + .stats__item {
        margin-top: 0; } }
  .stats__item-value {
    font-family: "Raleway", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    font-size: 6.25rem;
    text-align: center; }

/*------------- 11. SUBFOOTER -------------*/
.subfooter {
  background-color: #092c74;
  padding: 1rem 15px;
  color:#47bcca;
  font-family: "Raleway", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.875rem;
 }
 .subfooter a{color:#47bcca;}
  @media screen and (min-width: 768px) {
    .subfooter {
      padding: 0.75rem 15px; } }

/*------------- 12. CONTACT -------------*/
.contact {
  padding: 9.1667rem 15px; background:#FBFBFB}
  .contact h3{
    font-family: "Kanit-Bld", sans-serif;
    font-weight: 800;
    margin-bottom:20px;
    text-transform: uppercase;
  }
  @media screen and (min-width: 768px) {
    .contact {
      padding: 6.875rem 15px; } }
  @media screen and (min-width: 768px) {
    .contact__form-group {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .contact__form-group + .contact__form-group {
    margin-top: 1.667rem; }
    @media screen and (min-width: 768px) {
      .contact__form-group + .contact__form-group {
        margin-top: 3.125rem; } }
  @media screen and (min-width: 768px) {
    .contact__form-input-wrapper {
      width: 50%; } }
  .contact__form-input-wrapper + .contact__form-input-wrapper {
    margin-top: 1.667rem; }
    @media screen and (min-width: 768px) {
      .contact__form-input-wrapper + .contact__form-input-wrapper {
        margin-top: 0;
        margin-left: 1.25rem; } }
  .contact__form-label {
    font-family: "Raleway", "Helvetica", "Arial", sans-serif;
    color: #484848;
    font-size: 14px;
    line-height: 2.08333rem;
    margin-bottom:0;
  margin-top:10px; }
    @media screen and (min-width: 768px) {
    }
    span.wpcf7-list-item{margin-left:0;}
    label[for="privacy-accept"]{font-family: "Raleway", "Helvetica", "Arial", sans-serif;}
  .contact__form-dropdown, .contact__form-input {
    
    border: 1px solid #47bcca;
    width: 100%;
    padding: 10px 1rem;
    font-family: "Raleway", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1.333rem;
    background-color: transparent;
    color: #484848;
    border-radius: 0; }
    @media screen and (min-width: 768px) {
      .contact__form-dropdown, .contact__form-input {
        font-size: 1rem; } }
    .contact__form-dropdown:focus, .contact__form-input:focus {
      outline: none; }
  .contact__form-dropdown-wrapper {
    position: relative; }
  .contact__form-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #dddddd; }
    .contact__form-dropdown__arrow {
      position: absolute;
      top: 0;
      right: 0;
      background-color: #f5f5f5;
      height: 100%;
      padding: 0 1.667rem;
      border: 1px solid #47bcca;
      border-left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      pointer-events: none; }
      @media screen and (min-width: 768px) {
        .contact__form-dropdown__arrow {
          padding: 0 1.25rem; } }
      .contact__form-dropdown__arrow-icon {
        font-size: 2.5rem; }
        @media screen and (min-width: 768px) {
          .contact__form-dropdown__arrow-icon {
            font-size: 1.875rem; } }
  .contact__form-btn {
    height: 4.1667rem;
    padding: 0 2.0833rem;
    font-family: "Raleway", "Helvetica", "Arial", sans-serif;
    color: #ffffff;
    font-weight: 300;
    font-size: 1.667rem;
    background-color: #47bcca;
    text-transform: uppercase;
    display: block;
    max-width: 341.92px;
    margin: 5.4167rem auto 0 auto;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s; }
    @media screen and (min-width: 768px) {
      .contact__form-btn {
        margin-top: 4.0625rem;
        height: 3.125rem;
        padding: 0 1.5625rem;
        font-size: 1.25rem; } }
    .contact__form-btn:hover {
      background-color: transparent;
      -webkit-box-shadow: inset 0 0 0 2px #47bcca;
      box-shadow: inset 0 0 0 2px #47bcca;
      color: #47bcca; }
    .contact__form-btn--full {
      width: 100%;
      max-width: none;
      margin-top: 1.333rem; }
      @media screen and (min-width: 768px) {
        .contact__form-btn--full {
          margin-top: 1rem; } }
  @media screen and (min-width: 768px) {
    .contact__form--alt .contact__form-group {
      display: block; } }
  .contact__form--alt .contact__form-group + .contact__form-group {
    margin-top: 1rem; }
  .contact__form--alt .contact__form-input-wrapper {
    width: 100%; }
    .contact__form--alt .contact__form-input-wrapper + .contact__form-input-wrapper {
      margin-top: 1rem; }
      @media screen and (min-width: 768px) {
        .contact__form--alt .contact__form-input-wrapper + .contact__form-input-wrapper {
          margin-left: 0;
          margin-top: 0.75rem; } }
  .contact__form--alt .contact__form-label {
    font-size: 1.25rem;
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .contact__form--alt .contact__form-label {
        font-size: 0.9375rem; } }
		
.fullformbo {
	width:100%;
}
.textbi {
    min-height: 7.2rem;
}

.menusotto {
	width:100px;
    float:left;
    margin: 0;
    padding: 0;
    border-right: 1px solid black;
	list-style-type: none;
    color:black;
}
.menusotto a {
    display: block;
    padding: 5px;
    color: #000;
    text-decoration: none;
}
.menusotto ul
{
    display: none
}
.menusotto:hover ul
{
    display: block;
    position: absolute;
    z-index:1;
    width:150px;
    padding: 0;
    margin: 0 0 0 -1px;
    border:1px solid black;
    background: white;
}
.menusotto li   { border:none; width:150px; } 
.menusotto li a { padding:2px 2px 2px 10px; }
 
div#hormenu a:hover
{
    background-color: #000033;
    color: #FFFFFF;
    text-decoration: none;
}
/*------------- 13. FOOTER -------------*/
.footer {
  background-color: #f5f5f5;
  padding: 5.833rem 15px; }
  @media screen and (min-width: 768px) {
    .footer {
      padding: 4.375rem 15px; } }
  @media screen and (min-width: 768px) {
    .footer__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media screen and (min-width: 768px) {
    .footer__group {
      width: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .footer__group + .footer__group {
    border-top: 1px solid #47bcca;
    margin-top: 6.25rem;
    padding-top: 6.25rem; }
    @media screen and (min-width: 768px) {
      .footer__group + .footer__group {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
        border-left: 1px solid #47bcca;
        margin-left: 6.25rem;
        padding-left: 6.25rem; } }
  .footer__text {
    font-family: "Raleway", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    font-size: 1.333rem;
    line-height: 1.8333rem;
    color: #484848; }
    @media screen and (min-width: 768px) {
      .footer__text {
        font-size: 1rem;
        line-height: 1.375rem; } }
  .footer__logo {
    width: 40%;
    max-width: 252px;
    margin-bottom: 2rem; }
    @media screen and (min-width: 768px) {
      .footer__logo {
        margin-bottom: 0;
        width: 20%; } }
  @media screen and (min-width: 768px) {
    .footer__contact {
      width: 70%;
      margin-left: 3.75rem; } }
  .footer__contact-title {
    font-family: "Kanit-Bld", sans-serif;
    color: #47bcca;
    text-transform: uppercase;
    font-size: 2.5rem;
    margin-bottom: 1rem; }
    @media screen and (min-width: 768px) {
      .footer__contact-title {
        font-size: 1.875rem;
        margin-bottom: 0.75rem; } }
  .footer__contact-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .footer__contact-item + .footer__contact-item {
      margin-top: 1rem; }
    .footer__contact-item__icon {
      font-size: 1.333rem;
      margin-right: 1rem; }
      @media screen and (min-width: 768px) {
        .footer__contact-item__icon {
          font-size: 1rem;
          margin-right: 0.75rem; } }
  @media screen and (min-width: 768px) {
    .footer__nav {
      width: 50%; } }
  .footer__nav + .footer__nav {
    margin-top: 2rem; }
    @media screen and (min-width: 768px) {
      .footer__nav + .footer__nav {
        margin-top: 0;
        margin-left: 3.125rem; } }
  .footer__nav-title {
    font-family: "Raleway", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    color: #484848;
    font-size: 1.333rem;
    line-height: 2.0833rem; }
    @media screen and (min-width: 768px) {
      .footer__nav-title {
        font-size: 1rem;
        line-height: 1.5625rem; } }
  .footer__menu-link:link, .footer__menu-link:hover, .footer__menu-link:focus, .footer__menu-link:visited {
    color: #484848;
    text-decoration: none; }

/*------------- 14. NAVIGATION -------------*/
.navigation {
  margin: 2.5rem 0;
display:none; }
  @media screen and (min-width: 768px) {
    .navigation {
      margin: 1.875rem 0; display:block;} }
  .navigation__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navigation__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navigation__item + .navigation__item:before {
      content: ">";
      margin: 0 1rem;
      font-size: 1rem; }
      @media screen and (min-width: 768px) {
        .navigation__item + .navigation__item:before {
          font-size: 0.75rem;
          margin: 0 0.375rem; } }
  #breadcrumbs a, .navigation__link {
    font-family: "Kanit-Lt", sans-serif;
    font-size: 1.0833rem;
    text-transform: uppercase;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s; }
    .navigation__link:link, .navigation__link:hover, .navigation__link:focus, .navigation__link:visited {
      color: #666666;
      text-decoration: none; }
    @media screen and (min-width: 768px) {
      .navigation__link {
        font-size: 0.8125rem; } }
    .navigation__link:hover {
      color: #47bcca; }
    .navigation__link--active:link, .navigation__link--active:hover, .navigation__link--active:focus, .navigation__link--active:visited {
      color: #47bcca;
      text-decoration: none; }

/*------------- 15. WRAPPER -------------*/
.wrapper__content {
  margin-bottom: 13.333rem; }
  @media screen and (min-width: 768px) {
    .wrapper__content {
      margin-bottom: 10rem; } }
  @media screen and (min-width: 992px) {
    .wrapper__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .wrapper__content--notbottom {
    margin-bottom: 5.41667rem; }
    @media screen and (min-width: 768px) {
      .wrapper__content--notbottom {
        margin-bottom: 4.0625rem; } }

@media screen and (min-width: 992px) {
  .wrapper__main {
    width: 100%; } }

.wrapper__aside {
  background-color: #fbfbfb;
  border-radius: 1rem;
  padding: 2.0833rem 1.667rem 5.833rem 1.667rem;
  margin-top: 4.25rem; }
  @media screen and (min-width: 768px) {
    .wrapper__aside {
      padding: 0 1.25rem 4.375rem 1.25rem; } }
  @media screen and (min-width: 992px) {
    .wrapper__aside {
      margin-top: 0;
      width: 100%;
      margin-left: 0; } }
  .wrapper__aside-title {
    padding-top:20px;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    font-family: "Kanit-Bld", sans-serif;
    color: #333333;
    font-weight: 700;
    font-size: 2.0833rem; }
    @media screen and (min-width: 768px) {
      .wrapper__aside-title {
        margin-bottom: 0.5rem;
        font-size: 1.5625rem; } }

@media screen and (min-width: 768px) {
  .wrapper__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.wrapper__row + .wrapper__row {
  margin-top: 4.1667rem; }
  @media screen and (min-width: 768px) {
    .wrapper__row + .wrapper__row {
      margin-top: 3.125rem; } }

/*------------- 16. MAP -------------*/
.map {
  text-align: center;
  margin: 3.75rem auto; }
  @media screen and (min-width: 768px) {
    .map {
      margin: 2.8125rem auto; } }
  .map__title {
    text-align: left; }
  .map__img {
    max-width: 100%;
    display: inline-block;
    margin: 2.5rem auto; }
    @media screen and (min-width: 768px) {
      .map__img {
        margin: 1.875rem auto; } }

/*------------- 17. ARTICLE -------------*/
.article__paragraph-wrapper, .article__paragraph {
  line-height: 2.0833rem; }
  @media screen and (min-width: 768px) {
    .article__paragraph-wrapper, .article__paragraph {
      line-height: 1.5625rem;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; } }
  .article__paragraph-wrapper--product-first, .article__paragraph--product-first {
    margin-top: 0 !important; }
  .article__paragraph-wrapper-img-wrapper, .article__paragraph-img-wrapper {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .article__paragraph-wrapper-img-wrapper, .article__paragraph-img-wrapper {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        float: right;
        padding: 1rem 5rem; } }
    @media screen and (min-width: 768px) {
      .article__paragraph-wrapper-img-wrapper--big, .article__paragraph-img-wrapper--big {
        padding: 1rem 0 0 1.5rem; } }
  .article__paragraph-wrapper-img, .article__paragraph-img {
    max-width: 100%;
    height: auto; }

.article__callout {
  margin-top: 3.75rem; }
  .article__callout-title {
    line-height: 2.1875rem;
    margin-bottom: 1.875rem; }
  .article__callout-btn {
    margin-top: 3.4375rem; }
    @media screen and (min-width: 768px) {
      .article__callout-btn {
        width: 70%;
        max-width: 475px; } }
    .article__callout-btn--alt {
      margin-top: 5.3125rem;
      margin-bottom: 4.0625rem; }
      @media screen and (min-width: 768px) {
        .article__callout-btn--alt {
          margin-bottom: 0; } }
  .article__callout-text {
    margin-top: 5rem; }
  @media screen and (min-width: 768px) {
    .article__callout-items {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .article__callout-item {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .article__callout-item {
        width: 33.33%; } }
    .article__callout-item + .article__callout-item {
      margin-top: 3rem; }
      @media screen and (min-width: 768px) {
        .article__callout-item + .article__callout-item {
          margin-top: 0;
          margin-left: 3rem; } }
    .article__callout-item__img {
      margin-bottom: 1.25rem; }
      @media screen and (min-width: 768px) {
        .article__callout-item__img {
          height: 99px;
          width: auto; } }

.article__content--product {
  margin-top: 1.875rem;
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 768px) {
    .article__content--product {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

@media screen and (min-width: 768px) {
  .article__images {
    width: 40%; } }

.article__images-main {
  width: 100%;
  height: auto;
  margin-bottom: 2.0833rem; }
  @media screen and (min-width: 768px) {
    .article__images-main {
      margin-bottom: 1.5625rem; } }

.article__images-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.article__images-item {
  width: 32.75%; }

.article__copy p {
	margin-bottom:15px!important;
  }
.article__copy {
  margin-top: 2rem; }
  @media screen and (min-width: 768px) {
    .article__copy {
      width: 60%;
      margin-top: -0.25rem;
      margin-left: 0; } }

.article__table-wrapper {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .article__table-wrapper {
      width: 80%; } }
  .article__table-wrapper + .article__table-wrapper {
    margin-top: 3.75rem; }

.article__table {
  width: 100%;
  table-layout: fixed; }
  .article__table-title {
    margin-bottom: 1.25rem; }
  .article__table-row {
    border-bottom: 2px solid #47bcca; }
    .article__table-row--alt {
      border-top: 2px solid #47bcca; }
  .article__table-cell {
    text-align: center;
    padding: 1rem;
    font-family: "Kanit-Lt", sans-serif;
    font-size: 1.25rem; }
    .article__table-cell--title {
      font-family: "Kanit-Bld", sans-serif;
      color: #0d0d0d;
      font-size: 1.25rem;
      padding: 0 0 0.5rem 0 !important;
      border-left: 0 !important;
      text-transform: uppercase; }
    .article__table-cell + .article__table-cell {
      border-left: 2px solid #47bcca; }
    .article__table-cell--divided {
      padding: 0; }
    .article__table-cell--inner + .article__table-cell--inner {
      border-left: 1px solid #47bcca; }
.article__paragraph ul {
	margin-left:20px;
	margin-top:15px;
	margin-bottom:10px;
}
.article__paragraph ul li {
	margin-top:5px;
	list-style: initial;
}
/*------------- 18. RELATED -------------*/
.related__content {
  padding-top: 3.75rem;
  padding-bottom: 5.625rem; }

.related__title {
  margin-bottom: 2.0833rem; }
  @media screen and (min-width: 768px) {
    .related__title {
      margin-bottom: 1.5625rem; } }

@media screen and (min-width: 768px) {
  .related__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (min-width: 768px) {
  .related__item {
    width: 20%; } }

@media screen and (min-width: 768px) {
  .related__item + .related__item {
    margin-left: 1.25rem; } }

@media screen and (max-width: 768px) {
  li.nada {
	  display:block!important;
  }
}
li.nada{    display:none;}
input#search.search__input {min-height:30px;}
button.search__icon {
	background:transparent none repeat scroll 0 0;
}
aside.wrapper__aside div.divider::before {
	background:#fbfbfb!important;
}
#breastyle {
	font-family:"Raleway";
	font-size:0.75rem;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;	
}
li.footer__menu-item a.footer__text.footer__menu-link:hover {
	color: #47bcca;
}
.resp {
	width:100%;
	max-width:400px;
}
button.contact__form-btn.article__callout-btn.article__callout-btn--alt {
    max-width: none;
    min-height: 4.7rem;
}
/* galleryia */

.gallery img {
    width: auto;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
.gallery img, .gallery embed, .gallery object, .gallery video {
    max-width: 100%;
}

.gallery {
    margin-left: -21px;
    margin-bottom: 21px;
    margin-bottom: 1.5rem;
}
.ie8 .gallery {
    margin-left: 0;
  background:red;
}
.gallery-item {
    position: relative;
    float: left;
    text-align: center;
    margin: 0 0 21px;
    margin: 0 0 1.5rem;
    padding: 21px;
    padding: 1.5rem;
    border: 0 solid rgba(0, 0, 0, 0);
    border-left-width: 21px;
    border-left-width: 1.5rem;
}

.ie8 .gallery-item {
  padding: 0 21px;
}

.gallery-item:before {
    position: absolute;
    content:"";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ccc;
    z-index: -1;
}
.gallery-item img {
    border: 1px solid #ccc;
}
.gallery-item a {
    position: relative;
    z-index: 1000;
}
.gallery-columns-1 > .gallery-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.gallery-columns-2 > .gallery-item {
    width: 50%;
}
.gallery-columns-3 > .gallery-item {
    width: 33.333%;
}
.gallery-columns-4 > .gallery-item {
    width: 25%;
}
.gallery-columns-5 > .gallery-item {
    width: 20%;
}
.gallery-columns-2 > .gallery-item:nth-of-type(2n + 1), .gallery-columns-3 > .gallery-item:nth-of-type(3n + 1), .gallery-columns-4 > .gallery-item:nth-of-type(4n + 1), .gallery-columns-5 > .gallery-item:nth-of-type(5n + 1) {
    margin-left: 0;
}
.gallery-columns-2 > .gallery-item:nth-of-type(2n), .gallery-columns-3 > .gallery-item:nth-of-type(3n), .gallery-columns-4 > .gallery-item:nth-of-type(4n), .gallery-columns-5 > .gallery-item:nth-of-type(5n) {
    margin-right: 0;
}
.ie8 .gallery-columns-2 > .gallery-item {
    width: 49%;
}
.ie8 .gallery-columns-3 > .gallery-item {
    width: 32.3%;
}
.ie8 .gallery-columns-4 > .gallery-item {
    width: 24%;
}
.ie8 .gallery-columns-5 > .gallery-item {
    width: 19%;
}
.gallery-caption {
    font-size: 14px;
    font-size: .875rem;
    /* 14px / 16 = .875 */
    margin-left: 0;
    padding: 8px 0;
    padding: .75em 0 0;
}
.gallery-caption > :last-child {
    margin-bottom: 0;
}


/* RESTYLING 2021 */
.wpcf7 input[type="submit"]:disabled{
  opacity:.5;
}

.custom-btn{
  display: inline-block;
  border: 1px solid #47bcca ;
  background:#47bcca;
  text-align: center;
  padding: 8px 15px;
  color:white !important;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  font-size:16px;
  transition: all .2s ease-in-out;
}
.custom-btn:hover{
  color:#47bcca !important;
  background:#fff !important;
  transition: all .2s ease-in-out;
}

.custom-btn.dark-blue{
  border: 1px solid #092c74 ;
  background:#092c74;
}
.custom-btn.dark-blue:hover{color:#092c74 !important;}

.dark{color:#fff;}
.dark .custom-btn{
  display: inline-block;
  border: 1px solid #fff !important;
  background:#fff !important;
  text-align: center;
  padding: 8px 15px;
  color:#47bcca !important;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  font-size:16px;
  transition: all .2s ease-in-out;
}
.dark .custom-btn:hover{
  color:#fff !important;
  background:transparent !important;
  border-color:#fff;
  transition: all .2s ease-in-out;
}

.dark .custom-btn.dark-blue{
  color:#092c74 !important;
}
.dark .custom-btn.dark-blue:hover{color:#fff !important; border-color:#fff;}

img{max-width:100%; height:auto;}

@media(min-width:1400px){
.fullwidth-padding-left{
  padding-left:calc((100vw - 1400px)/2) !important;
}
.fullwidth-padding-right{
  padding-right:calc((100vw - 1400px)/2) !important;
}
}
@media(min-width:768px){
.fullwidth-padding-left{
  padding-left:inherit;
}
.fullwidth-padding-right{
  padding-right:inherit;
}
}


#homeblocks h3{font-weight: bold; margin-bottom:10px;}
#homeblocks img{width:100%;}

.header.header--scroll.header--scroll-active {
	z-index: 1031;
}

.about-us-sidebar{
  background:#FBFBFB;
  padding:30px;

}
.about-us-sidebar h3{
  color:#47bcca;
  font-size:24px;
}

body{font-family: "Raleway", "Helvetica", "Arial", sans-serif;}
body p{margin-bottom:1.5em;}
h2{font-weight: 600;}

.custom-infobox{margin-bottom:40px;}
.custom-infobox h4{color:#47bcca; font-size: 22px; margin-bottom:10px; font-family: "Raleway", "Helvetica", "Arial", sans-serif; font-weight: 600;}

.about-us-footer-block{padding:60px 40px;}


.icon-acquista .custom-infobox h4{color:#47bcca; font-size: 18px; margin-bottom:0; font-family: "Raleway", "Helvetica", "Arial", sans-serif; font-weight: 600;}
.icon-acquista .custom-infobox h4 span{color:#000; font-size: 18px; margin-bottom:0; font-weight: 400;}


.sidebar.sticky-top{top:80px !important;}

.elenco-consorziati h4{
  font-size:24px;
  font-weight: 600;
  margin-bottom:10px;
  margin-top:25px;
}

.elenco-consorziati ul {list-style-type: circle; padding-left:20px;}
.elenco-consorziati ul a:hover{color:#47bcca}


@media (max-width:991px){
.link-videocatalogo{display:none;}
}
