/*
**********************
**********************
Theme Name: SHR
Author: Studio 7
Author URI: https://studiobkk.com/
Description: Custom theme for SHR
Version: 1.0
*/
/*
FONTS
**********************/
@font-face {
  font-family: 'AkzidenzGroteskBE-Regular';
  src: url("includes/fonts/AkzidenzGroteskBE-Regular.eot?#iefix") format("embedded-opentype"), url("includes/fonts/AkzidenzGroteskBE-Regular.otf") format("opentype"), url("includes/fonts/AkzidenzGroteskBE-Regular.woff") format("woff"), url("includes/fonts/AkzidenzGroteskBE-Regular.ttf") format("truetype"), url("includes/fonts/AkzidenzGroteskBE-Regular.svg#AkzidenzGroteskBE-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'AkzidenzGroteskBE-Md';
  src: url("includes/fonts/AkzidenzGroteskBE-Md.eot?#iefix") format("embedded-opentype"), url("includes/fonts/AkzidenzGroteskBE-Md.otf") format("opentype"), url("includes/fonts/AkzidenzGroteskBE-Md.woff") format("woff"), url("includes/fonts/AkzidenzGroteskBE-Md.ttf") format("truetype"), url("includes/fonts/AkzidenzGroteskBE-Md.svg#AkzidenzGroteskBE-Md") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GothamRnd-Book';
  src: url("includes/fonts/GothamRnd-Book.eot");
  src: url("includes/includes/fonts/GothamRnd-Book.eot?#iefix") format("embedded-opentype"), url("includes/fonts/GothamRnd-Book.ttf") format("truetype"), url("includes/fonts/GothamRnd-Book.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GothamRnd-Medium';
  src: url("includes/fonts/GothamRnd-Medium.eot");
  src: url("includes/includes/fonts/GothamRnd-Medium.eot?#iefix") format("embedded-opentype"), url("includes/fonts/GothamRnd-Medium.ttf") format("truetype"), url("includes/fonts/GothamRnd-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

#content[tabindex="-1"]:focus {
  outline: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
figure,
object {
  max-width: 100%; }

/*
COMMON
**********************/
body {
  font-family: 'AkzidenzGroteskBE-Regular',sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga' on; }
html:lang(th) body {
  font-family: 'Prompt', sans-serif;
  font-weight: 400; }

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

a, button, input {
  -webkit-tap-highlight-color: transparent; }

a {
  text-decoration: none;
  color: #327cd1;
  background-color: transparent; }

a:focus, button:focus,
a:active, button:active,
a:hover, button:hover {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.btn-link {
  font-family: 'AkzidenzGroteskBE-Md', sans-serif;
  font-size: 0.9rem;
  color: #007bff;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  position: relative; }
html:lang(th) .btn-link {
  font-family: 'Prompt', sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
.btn-link:focus,
.btn-link:active,
.btn-link:hover {
  color: #1c2950;
  text-decoration: none; }

.btn-link:after {
  content: '\f105';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #202b49;
  font-size: 22px;
  padding-left: 5px;
  position: absolute;
  right: -15px;
  top: -7px; }
html:lang(th) .btn-link:after {
  top: -3px;
}
.btn-link.white {
  color: #fff; }

.btn-link.white:focus,
.btn-link.white:active,
.btn-link.white:hover {
  color: #fff;
  text-decoration: none; }

.btn-link.white:after {
  color: #fff; }

.btn-no-link {
  font-family: 'AkzidenzGroteskBE-Md', sans-serif;
  font-size: 0.9rem;
  color: #1c2950;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  position: relative; }
html:lang(th) .btn-no-link {
  font-family: 'Prompt', sans-serif;
  font-weight: 500;
  font-size: 1.15rem;
}

.btn-no-link:focus,
.btn-no-link:active,
.btn-no-link:hover {
  color: #1c2950;
  text-decoration: none; }

.btn-no-link[aria-expanded='false'] {
  color: #c3c3c3; }

.btn-image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 50px;
  background-color: #67707a; }
  .btn-image:hover {
    background-color: #545d67;
  }
  .btn-image img {
    max-height: 22px;
    margin-right: 15px; }
  .btn-image span {
    font-family: 'AkzidenzGroteskBE-Regular', sans-serif;
    font-size: 0.85rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px; }
  html:lang(th) .btn-image span {
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    font-size: 0.95rem;
  }

.button-wrapper {
display: -webkit-inline-box;
display: -moz-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 220px;
    height: 68px;
    background-color: #67707a;  
}
.button-wrapper:hover {
  background-color: #545d67;
}
.button-wrapper a {
  margin-left: -5px;
}

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

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

.darkblue-color {
  color: #1c2950 !important;
}

.hidden--h1--seo {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.always-origin-image, .origin-image {
  visibility: hidden;
  width: 100%; }

select::-ms-expand {
  display: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.select-wrapper {
  position: relative;
  max-height: 40px; }
  .select-wrapper select {
    height: auto;
    border: 0;
    border-radius: 0;
    font-family: 'AkzidenzGroteskBE-Md', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
    padding-right: 10px;
    background-color: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer; }
    .select-wrapper select option {
      background: #1c2950;
      background-color: #1c2950; }

.select-wrapper:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 8px;
  background-image: url("includes/images/shr-icons.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none; }
html:lang(th) .select-wrapper select {
  padding-right: 15px;
  font-family: 'Prompt', sans-serif;
  font-weight: 500;
  font-size: 0.85rem;
}
/*.site-header .select-wrapper {
  margin-top: -2px;
}*/
body.theme-gray .select-wrapper select {
  color: #fff; }

body.theme-gray .select-wrapper:after {
  background-image: url("includes/images/shr-icons.png");
  background-position:0 -8px;
 }

  #lang_switcher .lang-item-en {
    font-family: 'AkzidenzGroteskBE-Md', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
  }
#lang_switcher .lang-item-th {
  font-family: 'Prompt', sans-serif;
  font-weight: 500;
  font-size: 0.85rem;
}
.filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.custom-section-wrapper {
  padding: 80px 0;
}
ul.list-default-style {
  list-style: none;
  margin: 0;
  padding-left: 20px;
}
ul.list-default-style li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
ul.list-default-style li:before {
  content: '\2022';
  color: #1c2950;
  display: inline-block;
  font-weight: bold;
  width: 1em;
  margin-left: -1em;
}


/*
Global Style
**********************/
#toggle_mobile_menu {
  display: none; }

.site-header-animate {
  width: 100%;
  height: 118px;
  background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
    z-index: 999;
}
.site-header {
  position: relative;
  width: 100%;
  left: auto;
  top: auto;
  padding: 10px 0;
  background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;  
  z-index: 999; }
  .site-header .site-logo {
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;    
    position: relative;  
    background-image: url('includes/images/header-logo-1-white.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 177px;
    height: 50px;
    max-height: 50px;
    z-index: 1000; }
  body.scroll .site-header .site-logo {
    background-image: url('includes/images/header-logo-2-white.png');
    width: 58px;
    height: 38px;
    max-height: 38px;
  }
  .site-header .header-menu-wrapper {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 35px; }
  .site-header .select-to-nav {
    margin-left: 20px;
  }
    .site-header .header-menu-wrapper .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .site-header .header-menu-wrapper .navbar-nav li {
        margin: 0 30px 0 0; }
        .site-header .header-menu-wrapper .navbar-nav li .nav-link {
          font-family: 'AkzidenzGroteskBE-Md', sans-serif;
          font-size: 0.75rem;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: #67707a;
          padding: 0; }
        html:lang(th) .site-header .header-menu-wrapper .navbar-nav li .nav-link {
          font-family: 'Prompt', sans-serif;
          font-weight: 500;
          font-size: 0.9rem;
        }
      .site-header .header-menu-wrapper .navbar-nav li .nav-link:hover {
        color: #1c2950;
      }
      body.theme-gray .site-header .header-menu-wrapper .navbar-nav li .nav-link:hover {
        color: #fff;
      }
      .site-header .header-menu-wrapper .navbar-nav li.dropdown {
        margin-right: 40px; }
      .site-header .header-menu-wrapper .navbar-nav li:last-child {
        margin-right: 0;
      }
      .site-header .header-menu-wrapper .navbar-nav .dropdown:hover > .dropdown-menu {
        position: absolute;
        display: block; }
      .site-header .header-menu-wrapper .navbar-nav .dropdown-toggle::after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        margin-left: 5px;
        border-top: none;
        border-right: none;
        border-bottom: none;
        border-left: none;
        width: 13px;
        height: 8px;
        background-image: url("includes/images/shr-icons.png");
        background-repeat: no-repeat;
        background-position: 0 -8px; }
      .site-header .header-menu-wrapper .navbar-nav .dropdown-menu {
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
        background-color: #fff;
        left: -25px;
        min-width: 30px;
        padding-top: 50px; }
      body.scroll .site-header .header-menu-wrapper .navbar-nav .dropdown-menu {
        padding-top: 24px; }
      html:lang(th) .site-header .header-menu-wrapper .navbar-nav .dropdown-menu {
        padding-top: 48px; }
      html:lang(th) body.scroll .site-header .header-menu-wrapper .navbar-nav .dropdown-menu {
        padding-top: 22px; }
        .site-header .header-menu-wrapper .navbar-nav .dropdown-menu .dropdown-item {
          font-family: 'AkzidenzGroteskBE-Md', sans-serif;
          font-size: 0.75rem;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: #67707a;
          background-color: transparent;
          padding: 10px 25px; }
        .site-header .header-menu-wrapper .navbar-nav .dropdown-menu .dropdown-item:hover {
          color: #fff;
          background-color: #1c2950; }
        html:lang(th) .site-header .header-menu-wrapper .navbar-nav .dropdown-menu .dropdown-item {
          font-family: 'Prompt', sans-serif;
          font-weight: 500;
          font-size: 0.9rem;
        }

        /*.site-header .header-menu-wrapper .navbar-nav .dropdown-lang .dropdown-toggle::after {
          content: '';
          display: none;
        }*/
        .site-header .header-menu-wrapper .navbar-nav .dropdown-lang .dropdown-menu {
          position: absolute;
        }

        html:lang(th) .site-header .select-to-nav .navbar-nav .dropdown-menu .dropdown-item {
          font-family: 'AkzidenzGroteskBE-Md', sans-serif;
          font-size: 0.75rem;
        }
        html:lang(en) .site-header .select-to-nav .navbar-nav .dropdown-menu .dropdown-item {
          font-family: 'Prompt', sans-serif;
          font-weight: 500;
          font-size: 0.9rem;
        }

  .site-header .col-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.site-header.full {
  padding-bottom: 0;
}
body.theme-gray .site-header-animate {
  background-color: #202b49;
}
body.theme-gray .site-header {
  background-color: #202b49; }
  body.theme-gray .site-header .header-menu-wrapper .navbar-nav li a {
    color: #fff; }
  body.theme-gray .site-header .header-menu-wrapper .navbar-nav .dropdown-toggle::after {
    background-image: url("includes/images/shr-icons.png"); }
  body.theme-gray .site-header .header-menu-wrapper .navbar-nav .dropdown-menu {
    background-color: #202b49; }
    body.theme-gray .site-header .header-menu-wrapper .navbar-nav .dropdown-menu .dropdown-item {
      color: #fff; }
    body.theme-gray .site-header .header-menu-wrapper .navbar-nav .dropdown-menu .dropdown-item:hover {
      color: #fff;
      background-color: #67707a; }

body.scroll .site-header-animate {
  height: 64px;
}
body.scroll .site-header {
  position: fixed;
  top: 0;
  left: 0;
}
.site-header .select-wrapper {
  margin-left: 30px;
}
.section .title {
  font-family: 'Volkhov', serif;
  font-size: 1.9rem;
  color: #67707a;
  margin-bottom: 1.5rem; }
.section .title.space-both {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
html:lang(th) .section .title {
  font-family: 'Prompt', sans-serif;
  font-weight: 700;
}
.section .title-1 {
  font-family: 'AkzidenzGroteskBE-Md', sans-serif;
  font-size: 1.5rem;
  color: #67707a;
  margin-bottom: 0.5rem; }
html:lang(th) .section .title-1 {
  font-family: 'Prompt', sans-serif;
  font-weight: 500;
  font-size: 1.65rem;
}
body.page-template-template-about .zg-text .title-1 {
    font-family: 'Volkhov', serif;
    font-size: 1.2rem;
    line-height: 1.25;
    color: #67707a;
}
html:lang(th) body.page-template-template-about .zg-text .title-1 {
  font-family: 'Prompt', sans-serif;
  font-weight: 500;
}
.section .sub-title {
  font-family: 'Volkhov', serif;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #67707a;
  margin-bottom: 1.5rem; }
html:lang(th) .section .sub-title {
  font-family: 'Prompt', sans-serif;
  font-weight: 500;
}
.section .sub-title b {
  font-family: 'Volkhov', serif;
  font-weight: 700; }
html:lang(th) .section .sub-title b {
  font-family: 'Prompt', sans-serif;
  font-weight: 700; }
.section .sub {
  font-family: 'AkzidenzGroteskBE-Md', sans-serif;
  font-size: 1rem;
  color: #67707a;
  text-transform: uppercase;
  margin-bottom: 1.5rem; }
html:lang(th) .section .sub {
  font-family: 'Prompt', sans-serif;
  font-weight: 500;
  font-size: 1.15rem; }

.section .quote {
  font-family: 'Volkhov', serif;
  font-size: 2rem;
  color: #67707a;
  margin-bottom: 1.5rem; }
html:lang(th) .section .quote {
  font-family: 'Prompt', sans-serif;
  font-weight: 500; }

.section .content {
  font-family: 'AkzidenzGroteskBE-Regular', sans-serif;
  font-size: 0.9rem;
  color: #5d5e5c;
  margin-bottom: 0; }
html:lang(th) .section .content {
  font-family: 'Prompt', sans-serif;
  font-weight: 400; }
.section .content .hilight {
  font-family: 'AkzidenzGroteskBE-Md', sans-serif;
  font-size: 0.8rem;
}
html:lang(th) .section .content .hilight {
  font-family: 'Prompt', sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
}
.section .content-1 {
  font-family: 'AkzidenzGroteskBE-Regular', sans-serif;
  font-size: 1rem;
  color: #818181;
  margin-bottom: 1rem; }
html:lang(th) .section .content-1 {
  font-family: 'Prompt', sans-serif;
  font-weight: 400; }
.post-sub {
  font-family: 'AkzidenzGroteskBE-Regular', sans-serif;
  font-size: 1rem;
  color: #818181;
  margin-bottom: 1rem; }
html:lang(th) .post-sub {
  font-family: 'Prompt', sans-serif;
  font-weight: 400; }

.post-title {
  font-family: 'AkzidenzGroteskBE-Md', sans-serif;
  font-size: 1.15rem;
  color: #4a4a4a;
  margin-bottom: 1rem; }
html:lang(th) .post-title {
  font-family: 'Prompt', sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
}

.fullwidth-slider {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;  
  margin-top: 0;
  position: relative; }
  .fullwidth-slider .hero-background-text {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    background-color: #ededed;
    z-index: 1;
  }
  .fullwidth-slider .hero-dots-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
  }
  .fullwidth-slider .hero-dots-wrapper .hero-display-text {
      font-family: 'AkzidenzGroteskBE-Regular', sans-serif;
      font-size: 0.75rem;
      color: #999999;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-left: 15px;
  }
  html:lang(th) .fullwidth-slider .hero-dots-wrapper .hero-display-text {
  font-family: 'Prompt', sans-serif;
  font-weight: 400;
  font-size: 0.85rem; }

  .fullwidth-slider .line-left {
    width: 32px;
    height: 100%;
    position: absolute;
    left: 10px;
    bottom: 0;
    background-image: url("includes/images/line-hero-left.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1; }
  .fullwidth-slider .line-right {
    width: 114px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url("includes/images/line-hero-right.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1; }
  .fullwidth-slider .dots {
    width: 100%;
    height: 90px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1; }
    .fullwidth-slider .dots .row {
      height: 100%; }
    .fullwidth-slider .dots .owl-dots {
      height: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      list-style: none; }
      .fullwidth-slider .dots .owl-dots .owl-dot {
        width: 8px;
        height: 27px;
        margin: 0 10px 0 0;
        background-image: url('includes/images/shr-icons.png');
        background-repeat: no-repeat;
        background-position: -81px 0;
        cursor: pointer; }
      .fullwidth-slider .dots .owl-dots .owl-dot.active {
        background-position:-89px 0; }
  .fullwidth-slider .logo {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    z-index: 1; }
    .fullwidth-slider .logo .logo-wrapper {
      max-width: 75%; }
  .fullwidth-slider .scroll {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    height: auto; }
    .fullwidth-slider .scroll a {
      display: inline-block;
      margin-left: 0;
      margin-top: 0; }
    .fullwidth-slider .scroll .scroll-wrapper {
      background-color: #67707a;
      padding: 25px 20px;
      max-width: 72px; }
      .fullwidth-slider .scroll .scroll-wrapper img {
        max-width: 32px; }

#fullwidth_slider .owl-item {
  overflow: hidden; }
  #fullwidth_slider .owl-item .slide {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center; }
    #fullwidth_slider .owl-item .slide .bottom {
      width: 100%;
      height: 120px;
      position: absolute;
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 1; }
      #fullwidth_slider .owl-item .slide .bottom .row {
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }

#fullwidth_slider .owl-dots {
  width: calc(55% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 36px;
  right: 0; }
  #fullwidth_slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0;
    background-color: #fff; }
  #fullwidth_slider .owl-dots .owl-dot.active {
    background-color: #1c2950; }

.fullwidth-owl-control {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9; }
  .fullwidth-owl-control .owl-nav {
    width: 50px;
    height: 100px;
    background-color: transparent;
    padding: 31px 15px; }
    .fullwidth-owl-control .owl-nav .owl-prev {
      float: left;
      margin: 0;
      width: 20px;
      height: 38px;
      background-repeat: no-repeat;
      background-image: url("includes/images/shr-icons.png");
      background-position:-41px 0;
      cursor: pointer; }
    .fullwidth-owl-control .owl-nav .owl-next {
      float: right;
      margin: 0;
      width: 20px;
      height: 38px;
      background-repeat: no-repeat;
      background-image: url("includes/images/shr-arrows.png");
      background-position:-61.5px 0;
      cursor: pointer; }

.fullwidth-owl-control.left {
  width: auto;
  left: 0;
  right: auto; }

.fullwidth-owl-control.right {
  width: auto;
  left: auto;
  right: 0; }

.items-owl-control-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 90px;
  background-color: #67707a;
  z-index: 2;
  overflow: hidden; }
  .items-owl-control-wrapper .dots-wrapper {
    width: 100%;
    height: 100%;
    background-color: #ededed;
    position: absolute;
    left: 150px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .items-owl-control-wrapper .dots-wrapper .owl-dots {
      height: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      list-style: none;
      padding-left: 30px; }
      .items-owl-control-wrapper .dots-wrapper .owl-dots .owl-dot {
        width: 8px;
        height: 27px;
        margin: 0 10px 0 0;
        background-image: url('includes/images/shr-icons.png');
        background-repeat: no-repeat;
        background-position: -81px 0;
        cursor: pointer; }
      .items-owl-control-wrapper .dots-wrapper .owl-dots .owl-dot.active {
        background-position: -89px 0; }

.items-owl-control {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9; }
  .items-owl-control .owl-nav {
    width: 100%; }
    .items-owl-control .owl-nav .owl-prev {
      float: left;
      margin: 0;
      width: 14px;
      height: 24px;
      background-repeat: no-repeat;
      background-image: url("includes/images/shr-icons.png");
      background-position:-13px 0;
      cursor: pointer; }
    .items-owl-control .owl-nav .owl-next {
      float: right;
      margin: 0;
      width: 14px;
      height: 24px;
      background-repeat: no-repeat;
      background-image: url("includes/images/shr-icons.png");
      background-position:-27px 0;
      cursor: pointer; }

.items-owl-control.left {
  width: auto;
  left: 30px;
  right: auto; }

.items-owl-control.right {
  width: auto;
  left: 50px;
  right: auto; }

.items-owl-control.text {
  width: auto;
  left: 80px;
  right: auto;
  font-family: 'AkzidenzGroteskBE-Md', sans-serif;
  font-size: 0.9rem;
  color: #fff;
  text-transform: uppercase; }
html:lang(th) .items-owl-control.text {
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
    font-size: 1.15rem;
}

.header-cover-page {
  width: 100%;
  height: calc(50vh + 118px);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center; }
  .header-cover-page .line-left {
    width: 32px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url("includes/images/line-hero-left.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1; }
  .header-cover-page .line-right {
    width: 114px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url("includes/images/line-hero-right.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1; }
  .header-cover-page .cover {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1; }
    .header-cover-page .cover .title {
      font-family: 'Volkhov', serif;
      font-size: 3.5rem;
      color: #fff;
      text-align: center;
      margin-bottom: 0; }
    html:lang(th) .header-cover-page .cover .title {
      font-family: 'Prompt', sans-serif;
      font-weight: 500;
    }
  .header-cover-page .header-cover-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: calc(50vh + 118px);
    z-index: 2; }
    .header-cover-page .header-cover-wrapper .bottom {
      width: 100%;
      height: 90px;
      position: absolute;
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 1; }
      .header-cover-page .header-cover-wrapper .bottom .row {
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
  .header-cover-page .caption {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 5000px;
    height: 90px;
    background-color: #ededed;
    margin-left: -45px;
    padding-left: 50px;
    font-family: 'AkzidenzGroteskBE-Regular', sans-serif;
    font-size: 0.75rem;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .header-cover-page .caption h1 {
      font-family: 'AkzidenzGroteskBE-Regular', sans-serif;
      font-size: 0.75rem;
      color: #999999;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    html:lang(th) .header-cover-page .caption h1,
  html:lang(th) .header-cover-page .caption {
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    font-size: 0.85rem;
  }
  .header-cover-page .caption h1,
  .header-cover-page .caption p {
    margin-bottom: 0;
    max-width: 555px;
  }
  .header-cover-page .scroll {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    height: auto; }
    .header-cover-page .scroll a {
      display: inline-block;
      margin-left: 0;
      margin-top: 0; }
    .header-cover-page .scroll .scroll-wrapper {
      background-color: #67707a;
      padding: 25px 20px;
      max-width: 72px; }
      .header-cover-page .scroll .scroll-wrapper img {
        max-width: 32px; }

#intro_section {
  padding: 80px 0; }
#intro_section.custom-space {
  padding: 80px 0;
}
  #intro_section .content {
    max-width: 100%; }
  #intro_section .image-wrapper {
    max-width: 198px;
    float: right; }
  #our_vision_section .button-wrapper,
  #intro_section .button-wrapper {
    margin-top: 2rem; }

.fullwidth-advertise {
  padding: 80px 0;
  background-color: #67707a; }
  .fullwidth-advertise .quote {
    font-family: 'Volkhov', serif;
    font-size: 2.25rem;
    line-height: 1.45;
    color: #fff;
    text-align: center;
    margin-bottom: 1rem; }
  html:lang(th) .fullwidth-advertise .quote {
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
  }
  .fullwidth-advertise .sub {
    font-family: 'AkzidenzGroteskBE-Md', sans-serif;
    font-size: 1rem;
    color: #ededed;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0; }
  html:lang(th) .fullwidth-advertise .sub {
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
  }

.zigzag-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden; }
  .zigzag-wrapper .scroll-down {
    position: absolute;
    left: 15px;
    top: -34px;
    display: inline-block; }
    .zigzag-wrapper .scroll-down .scroll-wrapper {
      background-color: #67707a;
      padding: 25px 20px;
      max-width: 72px; }
      .zigzag-wrapper .scroll-down .scroll-wrapper img {
        max-width: 32px; }
  .zigzag-wrapper .zg-text {
    width: 100%;
    height: auto;
    padding: 80px 15px;
    position: relative; }
    .zigzag-wrapper .zg-text .quote {
      max-width: 100%; }
    .zigzag-wrapper .zg-text .content {
      color: #818181;
      margin-bottom: 1.5rem; }
    .zigzag-wrapper .zg-text .content-1:last-child {
      margin-bottom: 0; }
    .zigzag-wrapper .zg-text .btn-link {
      margin-bottom: 5px; }
    .zigzag-wrapper .zg-text .button-wrapper {
      margin-top: 2rem }
    .zigzag-wrapper .zg-text .button-wrapper .btn-link {
      margin-bottom: 0;
    }
  .zigzag-wrapper .zg-image {
    width: 100%;
    position: relative;
    overflow: hidden; }
    .zigzag-wrapper .zg-image .full-image {
      height: 100vh;
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .zigzag-wrapper .zg-image .line-left {
      width: 112px;
      height: 100%;
      position: absolute;
      left: -10px;
      bottom: 0;
      background-image: url("includes/images/line-slide-left.png");
      background-repeat: no-repeat;
      background-size: 65% 100%;
      z-index: 2; }
    .zigzag-wrapper .zg-image .line-right {
      width: 62px;
      height: 100%;
      position: absolute;
      right: -15px;
      bottom: 0;
      background-image: url("includes/images/line-slide-right.png");
      background-repeat: no-repeat;
      background-size: 60% 100%;
      z-index: 2; }
    .zigzag-wrapper .zg-image .link-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      left: 0;
      top: 0;
      width: 55%;
      height: 90px;
      background-color: #67707a;
      z-index: 3; }
      .zigzag-wrapper .zg-image .link-wrapper:hover {
        background-color: #545d67;
      }

.zigzag-wrapper.swap {
  overflow: visible; }
  .zigzag-wrapper.swap .zg-text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .zigzag-wrapper.swap .zg-image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    overflow: visible; }
    .zigzag-wrapper.swap .zg-image .line-left {
      width: 14px;
      height: 100%;
      position: absolute;
      left: 10px;
      bottom: 0;
      background-image: url("includes/images/line-swap-left.png");
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 2; }
    .zigzag-wrapper.swap .zg-image .line-right {
      width: 116px;
      height: 100%;
      position: absolute;
      right: 0;
      bottom: 0;
      background-image: url("includes/images/line-swap-right.png");
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 2; }

.multiple-carousel-container-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 120px;
}
.multiple-carousel-container {
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.multiple-carousel-container.hide-for-filter {
  display: none;
}
.multiple-carousel-container .zigzag-dots-wrapper {
  width: 100%;
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
    .zigzag-dots-wrapper .dots-wrapper {
      width: 100%;
      height: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      list-style: none; }
      .zigzag-dots-wrapper .dots-wrapper .owl-dot {
        width: 8px;
        height: 27px;
        margin: 0 10px 0 0;
        background-image: url('includes/images/shr-icons.png');
        background-repeat: no-repeat;
        background-position:-81px 0;
        cursor: pointer; }
      .zigzag-dots-wrapper .dots-wrapper .owl-dot.active {
        background-position:-89px 0; }
.multiple-carousel-container .title {
  font-size: 2rem;
}
.multiple-carousel-container .sub-title {
  font-family: 'AkzidenzGroteskBE-Md', sans-serif;
    font-size: 0.9rem;
    color: #1c2950;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
html:lang(th) .multiple-carousel-container .sub-title {
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
    font-size: 1rem;
}
.multiple-carousel-container .sub-title-1 {
  font-family: 'AkzidenzGroteskBE-Md', sans-serif;
    font-size: 0.8rem;
    color: #1c2950;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}
html:lang(th) .multiple-carousel-container .sub-title-1 {
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
}
.multiple-carousel-container .content {
  max-width: 100%;
}
.multiple-carousel-container .content-1 {
  font-family: 'AkzidenzGroteskBE-Regular', sans-serif;
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
}
html:lang(th) .multiple-carousel-container .content-1 {
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
}
.multiple-carousel-container .zg-text .list {
  font-family: 'AkzidenzGroteskBE-Regular', sans-serif;
    font-size: 0.8rem;
    color: #818181;
}
html:lang(th) .multiple-carousel-container .zg-text .list {
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
}

  .multiple-carousel-container .socials {
    list-style: none;
    margin: 2rem 0 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .multiple-carousel-container .socials li {
      margin-right: 10px; }
      .multiple-carousel-container .socials li a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 55px;
        height: 55px;
        background-color: #ededed;
        text-decoration: none; }
        .multiple-carousel-container .socials li a i {
          font-size: 1.75rem;
          color: #bfbfbf;
          -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out; }
      .multiple-carousel-container .socials li a:hover i {
        color: #1c2950; }
    .multiple-carousel-container .socials li:last-child {
      margin-right: 0; }
.multiple-carousel-container .items-owl-control-wrapper {
  width: 150px !important;
}

.zigzag-post-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden; }
.zigzag-post-wrapper .zg-image {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  position: relative;
}
.multiple-carousel-container .zigzag-post-wrapper .zg-image,
.departments-container-wrapper .zigzag-post-wrapper .zg-image {
  min-height: 100%;
  height: auto;
  padding-top: 56.25%;
}
.zigzag-post-wrapper .zg-image .line-right {
    width: 100px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url("includes/images/line-zigzag-right.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}
.zigzag-post-wrapper .zg-text {
  width: 100%;
  padding: 80px 15px;
  background-color: #fff;
}
.zigzag-post-wrapper .zg-text .logo-wrapper {
  margin-top: 2.5rem;
}
.zigzag-post-wrapper .zg-text .logo-wrapper img {
  max-width: 30%;
  max-height: 108px;
}
.zigzag-post-wrapper .zg-text .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 100%;
}
.zigzag-post-wrapper .zg-text .content-wrapper .left {
  width: 100%;
  margin-bottom: 1rem;
}
.zigzag-post-wrapper .zg-text .content-wrapper .right {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}


.multiple-carousel-object-1 .item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
}

#section_slider .owl-item {
  overflow: hidden; }
  #section_slider .owl-item .item {
    height: 100vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

.grid-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .grid-flex .flex-column {
    float: left;
    margin-bottom: 20px;
    position: relative; }
    .grid-flex .flex-column .col-image {
      width: 100%;
      position: relative;
      overflow: hidden; }
      .grid-flex .flex-column .col-image .curve {
        width: 105%;
        height: 12px;
        background-image: url("includes/images/post-curve.png");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: left top;
        position: absolute;
        left: 0;
        bottom: 0; }
      .grid-flex .flex-column .col-image .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        height: 80px;
        width: 160px;
        background-color: #67707a;
      }
      .grid-flex .flex-column .col-image .logo img {
        max-height: 50px;
      }
    .grid-flex .flex-column .col-text {
      position: relative;
      padding: 30px;
      background-color: #fff; }
      .grid-flex .flex-column .col-text .sub-title {
        font-family: 'AkzidenzGroteskBE-Md', sans-serif;
        font-size: 0.9rem;
        color: #1c2950;
        text-transform: uppercase;
        margin-bottom: 0.5rem;
      }
      html:lang(th) .grid-flex .flex-column .col-text .sub-title {
          font-family: 'Prompt', sans-serif;
          font-weight: 500;
          font-size: 1rem;
      }
      .grid-flex .flex-column .col-text .name,
	  .grid-flex .flex-column .col-text .name a{
        font-family: 'Volkhov', serif;
        font-size: 1.5rem;
        color: #67707a;
        margin-bottom: 0.5rem; }
      html:lang(th) .grid-flex .flex-column .col-text .name,
	  html:lang(th) .grid-flex .flex-column .col-text .name a{
          font-family: 'Prompt', sans-serif;
          font-weight: 500;
      }
      .grid-flex .flex-column .col-text .position {
        font-family: 'AkzidenzGroteskBE-Regular', sans-serif;
        font-size: 1rem;
        color: #67707a;
        text-transform: uppercase;
        margin-bottom: 1rem; }
      html:lang(th) .grid-flex .flex-column .col-text .position {
          font-family: 'Prompt', sans-serif;
          font-weight: 400;
      }
      .grid-flex .flex-column .col-text .content {
        font-family: 'AkzidenzGroteskBE-Regular', sans-serif;
        font-size: 0.9rem;
        color: #818181;
        margin-bottom: 1rem; }
      html:lang(th) .grid-flex .flex-column .col-text .content {
          font-family: 'Prompt', sans-serif;
          font-weight: 400;
      }
      #meet_board_members .grid-flex .flex-column .col-text .content {
        margin-bottom: 0.5rem;
      }
      .grid-flex .flex-column .col-text .link-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        right: 0;
        bottom: -40px;
        width: 220px;
        height: 68px;
        background-color: #67707a;
      }
      .grid-flex .flex-column .col-text .link-wrapper:hover {
        background-color: #545d67;
      }
      .grid-flex .flex-column .col-text .list {
        margin: 0 0 1rem 0;
        padding: 0 0 0 15px;
        font-family: 'AkzidenzGroteskBE-Regular', sans-serif;
        font-size: 0.9rem;
        color: #818181;
      }
      html:lang(th) .grid-flex .flex-column .col-text .list {
          font-family: 'Prompt', sans-serif;
          font-weight: 400;
      }
      .grid-flex .flex-column .col-text .list li {
        margin-bottom: 5px;
      }
      .grid-flex .flex-column .col-text .list li:last-child {
        margin-bottom: 0;
      }
  .grid-flex .flex-column.is-empty {
    visibility: hidden; }

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #8e8e8e;
  opacity: 1; }

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #8e8e8e;
  opacity: 1; }

input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #8e8e8e;
  opacity: 1; }

input[type=text]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: #8e8e8e;
  opacity: 1; }

html:lang(th) input[type=text]::-webkit-input-placeholder,
html:lang(th) input[type=email]::-webkit-input-placeholder,
html:lang(th) textarea::-webkit-input-placeholder {
  font-family: 'Prompt', sans-serif;
  font-weight: 400; }

html:lang(th) input[type=text]:-ms-input-placeholder,
html:lang(th) input[type=email]:-ms-input-placeholder,
html:lang(th) textarea:-ms-input-placeholder {
  font-family: 'Prompt', sans-serif;
  font-weight: 400; }

html:lang(th) input[type=text]::-ms-input-placeholder,
html:lang(th) input[type=email]::-ms-input-placeholder,
html:lang(th) textarea::-ms-input-placeholder {
  font-family: 'Prompt', sans-serif;
  font-weight: 400; }

html:lang(th) input[type=text]::placeholder,
html:lang(th) input[type=email]::placeholder,
html:lang(th) textarea::placeholder {
  font-family: 'Prompt', sans-serif;
  font-weight: 400; }

.post-slider {
  position: relative;
  margin-top: 40px; }
  .post-slider .post-sub {
    text-transform: uppercase;
  }
  .post-slider .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .post-slider .item .col-image {
      width: 100%;
      position: relative;
      overflow: hidden; }
      .post-slider .item .col-image .curve {
        width: 105%;
        height: 12px;
        background-image: url("includes/images/post-curve.png");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: left top;
        position: absolute;
        left: 0;
        bottom: 0; }
    .post-slider .item .col-text {
      width: 100%;
      background-color: #fff;
      padding: 30px; }
  .post-slider .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .post-slider .owl-dots .owl-dot {
        width: 8px;
        height: 27px;
        margin: 0 10px 0 0;
        background-image: url('includes/images/shr-icons.png');
        background-repeat: no-repeat;
        background-position:-81px 0;
      cursor: pointer; }
    .post-slider .owl-dots .owl-dot.active {
        background-position:-89px 0; }

#our_vision_section {
  padding: 80px 0;
  background-color: #fff; }
  #our_vision_section .image-wrapper {
    max-width: 55%;
    margin: 0 auto 40px auto;
    text-align: center; }
  #our_vision_section .title {
    max-width: 100%; }
  #our_vision_section .sub-title {
    max-width: 100%; }
  #our_vision_section .content {
    max-width: 100%; }

.brands-section {
  padding: 80px 0; }
  .brands-section .separate {
    color: #c3c3c3;
    display: inline-block;
    padding: 0 10px; }
  .brands-section .collapse {
    width: 100%; }
  .brands-section .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .brands-section .flex-container .item {
      margin: 20px auto;
      text-align: center;
      width: 50%; }
      .brands-section .flex-container .item img {
        max-width: 80%;
        max-height: 100%; }

.recognise-section {
  padding: 80px 0; }
  .recognise-section .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .recognise-section .flex-container .item {
      margin: 20px auto;
      text-align: center;
      width: 50%; }
      .recognise-section .flex-container .item img {
        max-width: 80%;
        max-height: 100%; }

.pressroom-section {
  padding: 80px 0 120px 0; }
.pressroom-section .content {
  max-width: 100%;
  margin: 0 auto 1rem auto;
  text-align: center;
}
.pressroom-section .content a {
  font-family: 'AkzidenzGroteskBE-Md', sans-serif;
  font-size: 0.85rem;
  color: #202b49;
  text-decoration: none;
}
.pressroom-section .content a:hover{
  color: #0056b3;
}
html:lang(th) .pressroom-section .content a {
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
}
.pressroom-section .content-1 {
  font-family: 'AkzidenzGroteskBE-Regular', sans-serif;
    font-size: 0.9rem;
    color: #4a4a4a;
  margin-bottom: 1rem;
}
html:lang(th) .pressroom-section .content-1 {
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
}
.pressroom-section .go-pressroom-wrapper {
  margin: 80px auto 0 auto;
  text-align: center;
}

.team-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  margin-bottom: 2rem; }
  .team-wrapper .team-image {
    width: 100%;
    position: relative;
    align-self: stretch;
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
    overflow: hidden; }
    .team-wrapper .team-image .full-image {
      height: auto;
      padding-top: 0;
      min-height: 444px;
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .team-wrapper .team-image .line-right {
      width: 62px;
      height: 100%;
      position: absolute;
      right: -15px;
      bottom: 0;
      background-image: url("includes/images/line-slide-right.png");
      background-repeat: no-repeat;
      background-size: 60% 100%;
      z-index: 2; }
  .team-wrapper .team-text {
    width: 100%;
    height: auto;
    padding: 50px 15px;
    position: relative; }
    .team-wrapper .team-text .content {
      color: #818181;
      margin-bottom: 1.5rem; }
    .team-wrapper .team-text .content-1:last-child {
      margin-bottom: 0; }
    .team-wrapper .team-text .btn-link {
      margin-bottom: 5px; }

.meet-the-board-section {
  padding: 80px 0 0 0; }
  .meet-the-board-section .title {
    margin-bottom: 60px; }

.meet-the-management-section {
  padding: 40px 0 40px 0; }
  .meet-the-management-section .title {
    margin-bottom: 60px; }
  .shr-chart {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .shr-chart .title {
    margin-bottom: 80px;
  }

.filter-section {
  padding: 80px 0 120px 0; }
  .filter-section .filter-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .filter-section .categories-filter .select-wrapper {
      margin-left: 0 !important;
      margin-bottom: 40px;
    }
    .filter-section .filter-wrapper .select-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: 15px;
      background-color: #fff;
      height: 52px;
      max-height: 100%; }
      .filter-section .filter-wrapper .select-wrapper ul,
      .filter-section .filter-wrapper .select-wrapper select {
        font-family: 'AkzidenzGroteskBE-Md', sans-serif;
        font-size: 1rem;
        color: #6c6c6c;
        padding: 0 15px;
        height: 100%;
        min-width: 320px; }
      html:lang(th) .filter-section .filter-wrapper .select-wrapper ul,
      html:lang(th) .filter-section .filter-wrapper .select-wrapper select {
        font-family: 'Prompt', sans-serif;
        font-weight: 500;
        font-size: 1.15rem;
      }
        .filter-section .filter-wrapper .select-wrapper .dropdown-item,
        .filter-section .filter-wrapper .select-wrapper select option {
          font-family: 'AkzidenzGroteskBE-Md', sans-serif;
          font-size: 1rem;
          height: 52px; }
        html:lang(th) .filter-section .filter-wrapper .select-wrapper .dropdown-item,
        html:lang(th) .filter-section .filter-wrapper .select-wrapper select option {
        font-family: 'Prompt', sans-serif;
        font-weight: 500;
        font-size: 1.15rem;
      }
    .filter-section .filter-wrapper .select-wrapper:after {
      right: 15px;
      background-image: url("includes/images/shr-icons.png");
      background-position:0 0;
     }
    .filter-section .filter-grid-container {
      margin-top: 40px;
    }
    .filter-section.bottom-space {
      padding-bottom: 60px;
    }

    .filter-wrapper .for-nav:after {
      display: none;
    }
    .filter-wrapper .for-nav .navbar-nav {
      width: 100%;
      padding: 0 !important;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
    }
      .filter-wrapper .for-nav .navbar-nav .dropdown:hover > .dropdown-menu {
        position: absolute;
        /*display: block;*/ }
      .filter-wrapper .for-nav .dropdown-toggle {
          font-family: 'AkzidenzGroteskBE-Md', sans-serif;
          font-size: 0.75rem;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: #67707a;
          padding-left: 15px;
          padding-right: 15px;
      }
      html:lang(th) .filter-wrapper .for-nav .dropdown-toggle {
          font-family: 'Prompt', sans-serif;
          font-weight: 500;
          font-size: 0.9rem;
      }
    .filter-wrapper .for-nav .dropdown-toggle:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      margin-left: 0;
      border-top: none;
      border-right: none;
      border-bottom: none;
      border-left: none;
      width: 13px;
      height: 8px;
      background-image: url('includes/images/shr-icons.png');
      background-repeat: no-repeat;
      background-position: 0 0;
    }
      .filter-wrapper .for-nav .navbar-nav .dropdown-menu {
        position: absolute;
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
        background-color: #fff;
        width: 100%;
        min-width: 320px;
        left: 0;
        padding-top: 10px; }
        .filter-wrapper .for-nav .navbar-nav .dropdown-menu .dropdown-item {
          display: -webkit-inline-box;
          display: -moz-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          font-family: 'AkzidenzGroteskBE-Md', sans-serif;
          font-size: 0.75rem;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: #67707a;
          background-color: transparent;
          max-height: 52px;
          padding: 5px 15px; }
        .filter-wrapper .for-nav .navbar-nav .dropdown-menu .dropdown-item:hover {
          color: #fff;
          background-color: #1c2950; }
        html:lang(th) .filter-wrapper .for-nav .navbar-nav .dropdown-menu .dropdown-item {
          font-family: 'Prompt', sans-serif;
          font-weight: 500;
          font-size: 0.9rem;
        }

.wpcf7 .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
  height: 60px;
}
  .form .field {
    width: 100%;
    height: 50px;
    border: none;
    font-family: 'AkzidenzGroteskBE-Regular', sans-serif;
    font-size: 1rem;
    color: #818181;
    padding-left: 15px;
    margin-bottom: 10px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    html:lang(th) .form .field {
      font-family: 'Prompt', sans-serif;
      font-weight: 400;
    }
  .form .field:focus,
  .form .field:active {
    border: 2px solid #67707a; }
  .wpcf7-form-control-wrap.your-message {
    display: block;
    height: 320px;
    max-height: 320px;
  }
  .fullscreen-popup .wpcf7-form-control-wrap.your-message {
    height: 230px;
    max-height: 230px;
  }
  .form textarea {
    height: 320px !important;
    max-height: 320px;    
    padding: 20px 0 0 15px !important;
    margin-bottom: 0 !important; }
  .form .btn-link {
    border-radius: 0;
    padding: 0;
    width: 100%;
    height: 68px;
    text-indent: -20px;
    border-radius: 0;
    border: none;
    cursor: pointer;
    background-color: transparent; }
  .form .btn-link:hover {
    background-color: transparent; }

.contact-form-container {
  padding: 60px 0 120px 0;
}
.contact-form-container .content-wrapper {
  height: 100%;
  padding: 50px 30px;
  background-color: #fff;
}
.contact-form-container .content-wrapper .content {
    font-family: 'AkzidenzGroteskBE-Regular', sans-serif;
    font-size: 1.15rem;
    color: #818181;
    max-width: 100%;
}
html:lang(th) .contact-form-container .content-wrapper .content {
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
}
.prospectus-contact-container .content-wrapper .sub,
.contact-form-container .content-wrapper .sub {
    font-family: 'AkzidenzGroteskBE-Regular', sans-serif;
    font-size: 1.15rem;
    color: #818181;
    margin-top: 1.5rem;
    margin-bottom: 0;
    text-transform: none;
}
html:lang(th) .prospectus-contact-container .content-wrapper .sub,
html:lang(th) .contact-form-container .content-wrapper .sub {
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
}
.prospectus-contact-container .content-wrapper .process,
.contact-form-container .content-wrapper .process {
  display: inline-block;
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;  
    font-family: 'Volkhov', serif;
    font-size: 1.35rem;
    color: #1c2950;
}
html:lang(th) .prospectus-contact-container .content-wrapper .process,
html:lang(th) .contact-form-container .content-wrapper .process {
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
}
.contact-form-container .form-wrapper {
  margin-top: 2rem;
}
  .contact-form-container .socials {
    list-style: none;
    margin: 0.75rem 0 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .contact-form-container .socials li {
      margin-right: 10px; }
      .contact-form-container .socials li a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 55px;
        height: 55px;
        background-color: #ededed;
        text-decoration: none; }
        .contact-form-container .socials li a i {
          font-size: 1.75rem;
          color: #bfbfbf;
          -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out; }
      .contact-form-container .socials li a:hover i {
        color: #1c2950; }
    .contact-form-container .socials li:last-child {
      margin-right: 0; }
.fullscreen-popup .form-wrapper .form,
.contact-form-container .form-wrapper .form {
  position: relative;
}
.fullscreen-popup .form-wrapper .form .submit-wrapper,
.contact-form-container .form-wrapper .form .submit-wrapper {
  position: absolute;
  right: 15px;
  bottom: -32px;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 220px;
    height: 68px;
    background-color: #67707a;
}
.fullscreen-popup .form-wrapper .form .submit-wrapper:hover,
.contact-form-container .form-wrapper .form .submit-wrapper:hover {
  background-color: #545d67;
}
.fullscreen-popup .form-wrapper .form .submit-wrapper:after,
.contact-form-container .form-wrapper .form .submit-wrapper:after {
  content: '\f105';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 22px;
  position: absolute;
  top: calc(50% - 2px);
  left: 60%;
  -webkit-transform: translate(-60%, -50%);
  transform: translate(-60%, -50%);
}
.fullscreen-popup .form-wrapper .form .submit-wrapper .ajax-loader,
.contact-form-container .form-wrapper .form .submit-wrapper .ajax-loader {
  display: none;
}
span.wpcf7-not-valid-tip {
  font-family: 'AkzidenzGroteskBE-Regular',sans-serif;
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 15px;
}
html:lang(th) span.wpcf7-not-valid-tip {
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
div.wpcf7-response-output {
  font-family: 'AkzidenzGroteskBE-Regular',sans-serif;
  font-size: 16px;
  color: #ffffff;
  background: #1c2950;
  border-radius: 0 !important;
  border: none !important;
  margin: 15px 0 0 0 !important;
  padding: 15px !important;
  width: 100% !important;
}
html:lang(th) div.wpcf7-response-output {
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.category-container .post-slider {
  margin-bottom: 20px; }
  .category-container .pagination-wrapper {
    margin-left: 4px;
    float: right; }
    .category-container .pagination-wrapper .pagination {
      display: block;
      border-radius: 0;
      margin: 0; }
      .category-container .pagination-wrapper .pagination .nav-links span,
      .category-container .pagination-wrapper .pagination .nav-links a {
        font-family: 'Avenir-Medium', sans-serif;
        font-weight: 400;
        font-size: 1rem;
        color: #bdbdbd;
        background-color: #fff;
        padding: 17px 22px;
        margin: 0;
        line-height: 2.5; }
      .category-container .pagination-wrapper .pagination .nav-links .current {
        color: #ffffff;
        background-color: #1c2950;
        padding: 17px 22px;
        margin: 0; }
      .category-container .pagination-wrapper .pagination .nav-links img {
        max-width: 7px;
        margin-bottom: 4px; }

body.page-template-template-grow .partner-section {
  margin-top: 120px;
}

.sustainability-container {
  padding: 80px 0 120px 0;
}
body.page-template-template-about .sustainability-container {
  padding: 40px 0 60px 0 !important;
}
.sustainability-container .sustainability-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
background-color: #fff;
}
body.page-template-template-about .sustainability-container .sustainability-wrapper {
  background-color: #ededed;
}
.sustainability-wrapper .column-2 {
  width: 70%;
  padding: 50px;
}
.sustainability-wrapper .column-2 .item {
  margin-bottom: 50px;
}
.sustainability-wrapper .column-2 .item:last-child {
  margin-bottom: 0;
}
.sustainability-wrapper .column-3 {
  width: 30%;
}
.sustainability-wrapper .sub {
  color: #8d939a;
}
.sustainability-wrapper .title {
  font-size: 2rem;
  padding-right: 30px;
}
.sustainability-wrapper .content {
  padding-right: 30px;
}
.sustainability-wrapper .btn-full {
display: -webkit-inline-box;
display: -moz-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
    font-family: 'AkzidenzGroteskBE-Md', sans-serif;
    font-size: 0.9rem;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
  width: 100%;
  height: 80px;
  padding-left: 40px;
  background-color: #bbbec2;
}
html:lang(th) .sustainability-wrapper .btn-full {
  font-family: 'Prompt', sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
}
.sustainability-wrapper .btn-full[aria-expanded='true'] {
  background-color: #fff;
  color: #67707a; }

body.page-template-template-about .sustainability-wrapper .btn-full[aria-expanded='true'] {
  background-color: #ededed;
  color: #67707a; }
body.page-template-template-about .sustainability-wrapper .column-2 .item .content {
  max-width: 100% !important;
}

.our-brands-container {
  padding: 0 0 60px 0;
}
.partner-brands-container {
  padding: 0 0 120px 0;
}
.partner-brands-container .custom-leading-row {
  margin-bottom: 60px;
}
.partner-brands-container .custom-leading-row .sub-title {
  font-size: 1.05rem;
  margin-bottom: 0;
}
html:lang(th) .partner-brands-container .custom-leading-row .sub-title {
  font-size: 1rem;
}
.partner-brands-container .lead-image-wrapper {
  width: 100%;
  max-width: 224px;
  margin: 30px auto 0 auto;
  text-align: center;
}
.our-brands-container .title,
.partner-brands-container .title {
  margin-bottom: 60px;
}

.departments-container-wrapper {
  padding: 0 0 120px 0;
}
.departments-container-wrapper .zg-text .content {
  max-width: 100%;
}

.fullscreen-popup {
  width: 100%;
    height: 100%;
    position: fixed;
    margin: 0 auto;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.95);
    padding: 0;
    z-index: 9999999;
    overflow-y: scroll;
    display: none;
}
.fullscreen-popup .image-wrapper {
  max-width: 355px;
  margin-top: 65px;
}
.fullscreen-popup .content-wrapper {
  margin-top: 65px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.fullscreen-popup .content-wrapper .position {
    max-width: 100%;
}
.fullscreen-popup .open-fullscreen-popup {
  cursor: pointer;
}
.fullscreen-popup .close-fullscreen-popup {
  position: absolute;
  top: 30px;
  right: 30px;
}
.fullscreen-popup .item-wrapper {
  margin-top: 2rem;
}
.fullscreen-popup .title {
  margin-top: 65px;
  margin-bottom: 0;
}
.fullscreen-popup .sub-title {
    font-family: 'AkzidenzGroteskBE-Md', sans-serif;
    font-size: 0.9rem;
    color: #1c2950;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
html:lang(th) .fullscreen-popup .sub-title {
  font-family: 'Prompt', sans-serif;
    font-weight: 500;
    font-size: 1rem;
}
.fullscreen-popup .list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fullscreen-popup .list-unstyled li {
  font-family: 'AkzidenzGroteskBE-Regular', sans-serif;
    font-size: 0.9rem;
    color: #818181;
    margin-bottom: 10px;
}
html:lang(th) .fullscreen-popup .list-unstyled li {
  font-family: 'Prompt', sans-serif;
  font-weight: 400;
}
.fullscreen-popup .space-bottom {
  padding-bottom: 30px;
}
.fullscreen-popup.middle-content .container,
.fullscreen-popup.middle-content .container > .row {
  height: 100%;
}
.fullscreen-popup.middle-content .container > .row {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;  
}
.fullscreen-popup.middle-content .title {
  margin-top: 0;
  margin-bottom: 2rem;
}
.fullscreen-popup.middle-content .field {
  background: #ededed;
}
.fullscreen-popup.middle-content textarea {
  height: 230px !important;
  max-height: 230px !important;
}
.contact-form-container .form-wrapper .your-select:after,
.fullscreen-popup .your-select:after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 8px;
    background-image: url('includes/images/shr-icons.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    right: 15px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}
.close-fullscreen-popup i {
  font-size: 28px;
  color: #202b49;
}
body.no--scroll {
  overflow: hidden;
}

.single-container {
  padding: 80px 0;
  background-color: #fff;
}
.single-container .content-wrapper p {
  font-family: 'AkzidenzGroteskBE-Regular', sans-serif;
    font-size: 0.9rem;
    color: #5d5e5c;
    margin-bottom: 0;
}
.single-container .content-wrapper ul {
  list-style: none;
}
.single-container .content-wrapper ol li,
.single-container .content-wrapper ul li {
  margin-bottom: 5px;
}
.single-container .content-wrapper ol li:last-child,
.single-container .content-wrapper ul li:last-child {
  margin-bottom: 0;
}
.single-container .content-wrapper ol li,
.single-container .content-wrapper ul li {
  font-family: 'AkzidenzGroteskBE-Regular', sans-serif;
    font-size: 0.9rem;
    color: #5d5e5c;
}
html:lang(th) .single-container .content-wrapper p {
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}
html:lang(th) .single-container .content-wrapper ol li,
html:lang(th) .single-container .content-wrapper ul li {
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}
.single-container .content-wrapper table td {
  font-family: 'AkzidenzGroteskBE-Regular', sans-serif;
    font-size: 0.9rem;
    color: #5d5e5c;
    margin-bottom: 0;
}
html:lang(th) .single-container .content-wrapper table td {
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}
.single-container .content-wrapper a {
  display: inline-block;
  font-family: 'AkzidenzGroteskBE-Regular', sans-serif;
    font-size: 0.9rem;
    color: #1c2950;
    margin-bottom: 0;
    text-decoration: underline;
}
html:lang(th) .single-container .content-wrapper a {
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}
.single-container .content-wrapper figcaption {
  font-size: 12px !important;
}
.single-container .content-wrapper b,
.single-container .content-wrapper strong {
  font-family: 'AkzidenzGroteskBE-Md', sans-serif;
  font-weight: 400;
}
html:lang(th) .single-container .content-wrapper b,
html:lang(th) .single-container .content-wrapper strong {
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
}
.single-container .sidebar-wrapper {
  margin-top: 60px;
  padding-left: 0;
}
.sidebar-wrapper .recent-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-wrapper .recent-posts li {
  margin-bottom: 30px;
  border-bottom: 1px solid #d5d5d5;
}
.sidebar-wrapper .recent-posts .post-sub {
  text-transform: uppercase;
}
.sidebar-wrapper .recent-posts .post-title {
  margin-bottom: 30px;
}

.financial-hilights-container {
  padding: 80px 0;
  background-color: #ededed;
}
.financial-hilights-container .financial-hilights-desktop {
  display: block;
}
.financial-hilights-container .financial-hilights-mobile {
  display: none;
}
.financial-hilights-container .financial-content-wrapper,
.financial-hilights-container .financial-title-wrapper {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-moz-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
}
.financial-hilights-container .financial-title-wrapper {
  margin-top: 40px;
}
.financial-hilights-container .financial-content-wrapper {
  margin-top: 10px;
}
.financial-content-wrapper .item-large,
.financial-content-wrapper .item,
.financial-title-wrapper .item {
  width: 20%;
  height: 60px;
  margin-left: 10px;
  display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
  font-family: 'AkzidenzGroteskBE-Md', sans-serif;
    font-size: 0.9rem;
    color: #fff;
    text-align: center;
  color: #fff;
  background-color: #202b49;
}
.financial-title-wrapper-mobile .item-wrapper .item,
.financial-title-wrapper-mobile .item-wrapper .item-large,
.financial-content-wrapper .item-large,
.financial-content-wrapper .item {
  font-family: 'Volkhov', serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #5d5e5c;
  background-color: #fff;
}
html:lang(th) .financial-title-wrapper-mobile .item-wrapper .item-large,
html:lang(th) .financial-content-wrapper .item-large {
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
}
.financial-content-wrapper .item-large {
  width: calc(40% - 30px);
  margin-left: 0;
-webkit-box-pack: start;
-moz-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
  text-align: left;
  padding: 0 20px;
}
.financial-title-wrapper-mobile .year {
  width: 222px;
  height: 60px;
  display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
  font-family: 'AkzidenzGroteskBE-Md', sans-serif;
    font-size: 0.9rem;
    color: #fff;
    text-align: center;
  color: #fff;
  background-color: #202b49;
  margin-top: 40px;
}
.financial-title-wrapper-mobile .item-wrapper {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 10px;
}
.financial-title-wrapper-mobile .item-wrapper .item {
  width: 30%;
  height: 60px;
  margin-left: 10px;
  display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;  
}
.financial-title-wrapper-mobile .item-wrapper .item-large {
  width: calc(70% - 10px);
  height: 60px;
  display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; 
    padding: 0 20px; 
}

.s-features-container {
  padding: 80px 0;
}
.s-features-container .title-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.s-features-container .logo {
  max-width: 48px;
  max-height: 48px;
  margin-right: 15px;
}
.s-features-container .title {
  margin-bottom: 40px;
}
.s-features-container .s-title {
    font-family: 'Volkhov', serif;
    font-size: 1.65rem;
    color: #67707a;  
  margin-bottom: 0;
}
.s-features-container .sub-title {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.s-features-container hr {
  margin: 40px 0;
  border-top: 1px solid rgba(0,0,0,.1);
}

.prospectus-contact-container {
  padding: 80px 0;
}
.prospectus-contact-container .content {
  max-width: 80%;
}
.prospectus-contact-container .button-wrapper {
  margin-top: 1.5rem;
}
.prospectus-contact-container .content-wrapper {
  margin-top: 3rem;
}

.partner-section {
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }
  .partner-section .origin-image {
    display: none; }
  .partner-section .line-left {
    width: 32px;
    height: 100%;
    position: absolute;
    left: 10px;
    bottom: 0;
    background-image: url("includes/images/line-partner-left.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1; }
  .partner-section .line-right {
    width: 178px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url("includes/images/line-partner-right-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1; }
  .partner-section .link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: -40px;
    width: 55%;
    height: 90px;
    background-color: #67707a;
    z-index: 3; }
  .partner-section .link-wrapper:hover {
    background-color: #545d67;
  }
  .partner-section .middle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .partner-section .title {
    font-size: 3.5rem;
    line-height: 1;
    color: #fff; }
  .partner-section .sub-title {
    max-width: 100%;
    color: #fff; }
  .partner-section .sub {
    color: #fff; }

.footer-top {
  background-color: #202b49;
  position: relative;
  padding: 60px 0 40px 0; }
  .footer-top .logo {
    max-width: 260px; }
  .footer-top .socials {
    list-style: none;
    margin: 2rem 0 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer-top .socials li {
      margin-right: 10px; }
      .footer-top .socials li a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 55px;
        height: 55px;
        background-color: #fff;
        text-decoration: none; }
        .footer-top .socials li a i {
          font-size: 1.75rem;
          color: #bfbfbf;
          -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out; }
      .footer-top .socials li a:hover i {
        color: #1c2950; }
    .footer-top .socials li:last-child {
      margin-right: 0; }
  .footer-top form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem; }
    .footer-top form .ml-text {
      font-family: 'GothamRnd-Book',sans-serif;
      font-size: 1rem;
      color: #8e8e8e;
      background-color: #ffffff;
      padding: 5px 25px;
      width: calc(100% - 55px);
      height: 55px;
      border-radius: 0;
      border: none; }
    html:lang(th) .footer-top form .ml-text {
      font-family: 'Prompt', sans-serif;
      font-weight: 400;
    }
    .footer-top form .ml-button {
      background-color: #67707a;
      padding: 10px;
      width: 55px;
      height: 55px;
      max-height: 55px;
      text-align: center;
      border: none;
      border-radius: 0;
      cursor: pointer; }
      .footer-top form .ml-button:hover {
        background-color: #545d67;
      }
      .footer-top form .ml-button i {
        font-size: 1.5rem;
        color: #ffffff; }
  .footer-top .navbar-nav {
    text-align: right;
    margin-top: -60px; }
    .footer-top .navbar-nav li a {
      font-family: 'AkzidenzGroteskBE-Md', sans-serif;
      font-size: 0.85rem;
      color: #bfbfbf;
      text-transform: uppercase;
      margin-bottom: 0.5rem; }
    html:lang(th) .footer-top .navbar-nav li a {
      font-family: 'Prompt', sans-serif;
      font-weight: 500;
      font-size: 1rem;
    }
  .footer-top .address-wrapper {
    font-family: 'GothamRnd-Book',sans-serif;
    font-size: 1rem;
    color: #bfbfbf;
    margin-top: 2rem; }
  html:lang(th) .footer-top .address-wrapper {
      font-family: 'Prompt', sans-serif;
      font-weight: 400;
  }
    .footer-top .address-wrapper p {
      margin-bottom: 0.25rem; }
    .footer-top .address-wrapper a {
      display: inline-block;
      font-family: 'GothamRnd-Medium',sans-serif;
		color: #fff;
    }
    html:lang(th) .footer-top .address-wrapper a {
        font-family: 'Prompt', sans-serif;
        font-weight: 500;
    }
    .footer-top .address-wrapper .space {
      display: inline-block;
      padding: 0 10px; }

.site-footer {
  background-color: #1b2644;
  position: relative;
  padding: 40px 0; }
  .site-footer .ext-link {
    display: inline-block;
    margin-bottom: 0.75rem;
    font-family: 'GothamRnd-Book',sans-serif;
    font-size: 0.85rem;
    color: #bfbfbf;
    text-align: center; }
  html:lang(th) .site-footer .ext-link {
      font-family: 'Prompt', sans-serif;
      font-weight: 400;
  }
  .site-footer .menu {
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    padding: 0; }
    .site-footer .menu li {
      float: left; }
      .site-footer .menu li a {
        font-family: 'GothamRnd-Book',sans-serif;
        font-size: 0.85rem;
        color: #bfbfbf;
        text-transform: uppercase; }
      html:lang(th) .site-footer .menu li a {
        font-family: 'Prompt', sans-serif;
        font-weight: 400;
      }
      .site-footer .menu li .space {
        color: #bfbfbf;
        display: inline-block;
        padding: 0 10px; }
  .site-footer .copyright {
    font-family: 'GothamRnd-Book',sans-serif;
    font-size: 0.85rem;
    color: #bfbfbf;
    text-align: center; }
  html:lang(th) .site-footer .copyright {
        font-family: 'Prompt', sans-serif;
        font-weight: 400;
  }
  .site-footer .develop-link {
    display: inline-block;
    font-family: 'GothamRnd-Book',sans-serif;
    font-size: 0.75rem;
    color: #bfbfbf;
    margin-top: 0.5rem;
    text-align: center; }

.hero--video--container {
    width: 100%;
    height: auto;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
}
.hero--video--container video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

body.page-template-template-sustainability .header-cover-page {
  height: calc(100vh - 118px);
    padding-top: 0;
}
body.page-template-template-sustainability .header-cover-page .header-cover-wrapper {
  height: 100%;
  overflow: visible;
  display: none;
}
.hero--video--container .bottom {
width: 100%;
    height: 90px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.hero--video--container .cover {
  display: none;
position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}


.grecaptcha-badge {
  opacity: 0;
}
body.page-template-template-contact .grecaptcha-badge {
  opacity: 1;
}

.fancybox-slide {
  padding: 15px;
}
.fancybox-content .video-add-link {
  width: 100%;
  margin: 1rem auto;
  text-align: center;
}
.fancybox-content .video-add-link a {
  font-family: 'Volkhov', serif;
  font-size: 1rem;
  color: #fff;
}

#accordion__mobile__wrapper .collapse .item {
  padding: 0 15px 40px 15px;
}
body.page-template-template-about #accordion__mobile__wrapper .collapse .item {
  padding: 30px 15px 0 15px;
}
body.page-template-template-about #accordion__mobile__wrapper .collapse .item:last-child {
  padding: 30px 15px 40px 15px;
}

body.page-template-template-grow .zigzag-wrapper .zg-image .full-image {
  min-height: 100%;
    height: auto;
    padding-top: 56.25%;
}

.grid-flex.wrap .flex-column{
	margin-bottom:60px;
}

.grid-flex .flex-column.f-c-h .col-image img{
	width:100%;	
}

#press_room .lazyload, #press_room .lazyloading {
    opacity: 1 !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk{
	margin: 0 auto;
}
.page-template-template-privacy-notice .has-medium-font-size{
	padding-top: 80px;
}


/*
RESPONSIVE BREAKPOINTS
**********************/
/*
Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap
**********************/
/*
Small devices (landscape phones, 576px and up)
**********************/
/*
Medium devices (tablets, 768px and up)
**********************/
@media (min-width: 768px) {
  .grid-flex .flex-column {
    width: calc(50% - 10px); }
  .grid-flex .flex-column.custom {
    width: calc(33.33% - 10px); }
  .grid-flex .flex-column.overlap {
    margin-bottom: 60px;
  }
  .fullwidth-slider .logo .logo-wrapper {
    max-width: 60%; }
  .fullwidth-slider .scroll {
    height: auto;
    bottom: 90px; }
    .fullwidth-slider .scroll a {
      margin-left: 0;
      margin-top: 0; }
  .header-cover-page .cover .title {
    text-align: center; }
  .header-cover-page .scroll {
    height: auto;
    bottom: 90px; }
    .header-cover-page .scroll a {
      margin-left: 0;
      margin-top: 0; }
  .zigzag-wrapper .scroll-down {
    left: 35px; }
  .zigzag-wrapper .zg-text {
    width: 100%;
    height: auto;
    padding: 80px 35px; }
    .zigzag-wrapper .zg-text .quote {
      max-width: 80%; }
  .zigzag-wrapper .zg-image {
    width: 100%; }
    .zigzag-wrapper .zg-image .full-image {
      height: 100vh; }
  .multiple-carousel-object-1 .item,
  .zigzag-post-wrapper .zg-image {
    height: 75vh;
  }
  /*.departments-container-wrapper .zigzag-post-wrapper .zg-image {
    height: 75vh;
  }*/
  .zigzag-post-wrapper .zg-text {
    padding: 80px 35px;
  }
  .fullwidth-slider .hero-background-text {
    width: 100%;
  }
  .pressroom-section .content {
    max-width: 80%;
  }
  .zigzag-post-wrapper .zg-text .content-wrapper .left {
    width: 65%;
    margin-bottom: 0;
  }
  .zigzag-post-wrapper .zg-text .content-wrapper .right {
    width: 35%;
    text-align: right;
  }
  .contact-form-container .content-wrapper {
    padding: 50px 30px;
  }
  .contact-form-container .content-wrapper .content {
      max-width: 100%;
  }
  .header-cover-page .caption h1,
  .header-cover-page .caption p {
    max-width: 510px;
  }
  .team-wrapper .team-image {
    width: 100%; }
  .team-wrapper .team-text {
    width: 100%;
    height: auto;
    padding: 50px 30px; }
  #section_slider .owl-item .item {
    height: 100vh;
    padding-top: 0;
    background-position: center; } 
  .partner-brands-container .lead-image-wrapper {
    margin: 0 auto;
  }
  body.page-template-template-sustainability .header-cover-page .header-cover-wrapper {
    display: block;
  }
  .hero--video--container .cover {
    display: block;
  }

}

/*
Large devices (desktops, 992px and up)
**********************/
@media (min-width: 992px) {
  .grid-flex .flex-column {
    width: calc(33.33% - 15px); }

  #content-house .flex-column:nth-child(2),
  #content-house .flex-column:nth-child(3),
  #content-house .flex-column:nth-child(6){
      width: calc(66.66% - 15px); }
  #content-house .item .col-image{
    height: 240px;
  }

  .grid-flex .flex-column.f-c-h {
    width: calc(50% - 15px); }
  .grid-flex .flex-column.custom {
    width: calc(33.33% - 15px); }
  .grid-flex .flex-column.overlap {
    margin-bottom: 20px;
  }
  .fullwidth-slider .line-left {
    bottom: 0; }
  .fullwidth-slider .logo .logo-wrapper {
    max-width: 42%; }
  .fullwidth-slider .scroll {
    height: 25px;
    bottom: 0; }
    .fullwidth-slider .scroll a {
      margin-left: 30%;
      margin-top: -65px; }
  .header-cover-page .cover {
    top: auto;
    bottom: 100px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .header-cover-page .cover .title {
      text-align: left; }
  .header-cover-page .scroll {
    height: 25px;
    bottom: 0; }
    .header-cover-page .scroll a {
      margin-left: 30%;
      margin-top: -65px; }
  #intro_section {
  padding: 100px 0; }
  #intro_section .content {
    max-width: 95%; }
  #our_vision_section {
  padding: 100px 0; }
  #our_vision_section .image-wrapper {
    max-width: 65%;
    margin: 0 0 0 30px;
    text-align: left; }
  #our_vision_section .title {
    max-width: 80%; }
  #our_vision_section .sub-title {
    max-width: 100%; }
  #our_vision_section .content {
    max-width: 100%; }    
  .zigzag-wrapper .scroll-down {
    left: 50px; }
  .zigzag-wrapper .zg-text {
    width: calc(40% + 35px);
    height: 100%;
    padding: 40px 50px; }
  .zigzag-wrapper .zg-image {
    width: calc(60% - 35px); }
    .zigzag-wrapper .zg-image .full-image {
      height: 100vh; }
  .zigzag-wrapper.swap .zg-text {
    width: calc(60% - 35px);
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .zigzag-wrapper.swap .zg-image {
    width: calc(40% + 35px);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .zigzag-post-wrapper .zg-image {
    width: calc(40% + 35px);
    height: 75vh;
  }
  .multiple-carousel-container .zigzag-post-wrapper .zg-image {
    /*height: auto;*/
    min-height: 75vh;
    padding-top: 0;
  }
  .departments-container-wrapper .zigzag-post-wrapper .zg-image {
    /*height: 90vh;*/
    padding-top: 0;
  }
  .multiple-carousel-object-1 .item {
    height: 75vh;
  }
  .zigzag-post-wrapper .zg-text {
    width: calc(60% - 35px);
    padding: 50px 50px 50px 50px;
  }
  .fullwidth-slider .hero-background-text {
    width: calc(60% + 35px);
  }
  .team-wrapper .team-image {
    width: calc(40% + 35px); }
    .team-wrapper .team-image .full-image {
      height: auto;
      min-height: 100%;
      padding-top: 0; }
  .team-wrapper .team-text {
    width: calc(60% - 35px);
    height: 100%;
    padding: 50px 50px; }
  #section_slider .owl-item .item {
    height: 100vh;
    background-position: center; }
  .pressroom-section .content {
    max-width: 65%;
  }
  .multiple-carousel-container .content {
    max-width: 90%;
  }
  .zigzag-post-wrapper .zg-text .content-wrapper .left {
    width: 65%;
  }
  .zigzag-post-wrapper .zg-text .content-wrapper .right {
    width: 35%;
    text-align: left;
  }
  .contact-form-container .content-wrapper {
    padding: 50px;
  }
  .contact-form-container .content-wrapper .content {
      max-width: 90%;
  }  
  .contact-form-container .form-wrapper {
    margin-top: 0;
  } 
  .fullscreen-popup .content-wrapper .position {
      max-width: 75%;
  }
  html:lang(th) .fullscreen-popup .content-wrapper .position {
      max-width: 80%;
  }
  body.page-template-template-about #section_slider .owl-item .item {
    height: 115vh;
    background-position: center; }
  .brands-section .flex-container .item {
    width: 33.33%; }
    .brands-section .flex-container .item img {
      max-width: 70%;
      max-height: 80px; }
  .recognise-section .flex-container .item {
    width: 33.33%; }
    .recognise-section .flex-container .item img {
      max-width: 80%;
      max-height: 42px; }
  .header-cover-page .caption h1,
  .header-cover-page .caption p {
    max-width: 555px;
  }
  .single-container .sidebar-wrapper {
    margin-top: 0;
    padding-left: 15px;
  }
  .prospectus-contact-container .content-wrapper {
    margin-top: 0;
  }
  .partner-section {
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left; }
    .partner-section .origin-image {
      display: block; }
    .partner-section .link-wrapper {
      width: 35%; }
  .partner-section .sub-title {
    max-width: 55%; }      
  .filter-section {
    padding: 80px 0 120px 0; }
    .filter-section .filter-wrapper {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } 
  body.page-template-template-grow .zigzag-wrapper .zg-image .full-image {
    min-height: 75vh;
      padding-top: 0;
  }
    .filter-section .categories-filter .select-wrapper {
      margin-bottom: 0;
    }

}

/*
Extra large devices (large desktops, 1200px and up)
**********************/
@media (min-width: 1200px) {
  .site-header .col-right .link-wrapper {
    display: inline-block; }
  .site-header .col-right .btn-wrapper {
    margin-left: 30px; }
  .zigzag-wrapper .scroll-down {
    left: 50px; }
  .zigzag-wrapper .zg-text {
    width: calc(35% + 30px);
    height: 100%;
    padding: 40px 50px; }
  .zigzag-wrapper .zg-image {
    width: calc(65% - 30px); }
    .zigzag-wrapper .zg-image .full-image {
      height: 80vh; }
  .zigzag-wrapper.swap .zg-text {
    width: calc(65% - 30px); }
  .zigzag-wrapper.swap .zg-image {
    width: calc(35% + 30px); }
  .zigzag-post-wrapper .zg-image {
    width: calc(35% + 30px);
    height: 75vh;
  }
  .multiple-carousel-container .zigzag-post-wrapper .zg-image {
    min-height: 65vh;
  }
  /*.departments-container-wrapper .zigzag-post-wrapper .zg-image {
    height: auto;
  }*/
  .multiple-carousel-object-1 .item {
    height: 75vh;
  } 
  .zigzag-post-wrapper .zg-text {
    width: calc(65% - 30px);
    padding: 50px 50px 50px 50px;
  }
  .fullwidth-slider .hero-background-text {
    width: calc(65% + 30px);
  }
  #intro_section {
  padding: 120px 0; }
  #our_vision_section {
  padding: 120px 0; }  
  .team-wrapper .team-image {
    width: 35%; }
  .team-wrapper .team-text {
    width: 65%;
    height: 100%;
    padding: 50px 50px; }
  #section_slider .owl-item .item {
    height: 100vh;
    background-position: center; }
  body.page-template-template-about #section_slider .owl-item .item {
    height: 125vh;
    background-position: center; }
  .pressroom-section .content {
    max-width: 50%;
  }
  .multiple-carousel-container .content {
    max-width: 80%;
  }
  .zigzag-post-wrapper .zg-text .content-wrapper {
    max-width: 90%;
  }
  .zigzag-post-wrapper .zg-text .content-wrapper .left {
    width: 60%;
  }
  .zigzag-post-wrapper .zg-text .content-wrapper .right {
    width: 40%;
  }
  .departments-container-wrapper .zg-text .content {
    max-width: 90%;
  }
  .contact-form-container .content-wrapper {
    padding: 50px;
  }
  .contact-form-container .content-wrapper .content {
      max-width: 75%;
  }
  .fullscreen-popup .content-wrapper .position {
      max-width: 65%;
  }
  html:lang(th) .fullscreen-popup .content-wrapper .position {
      max-width: 70%;
  }
  .brands-section .flex-container .item {
    width: 25%; }
    .brands-section .flex-container .item img {
      max-width: 70%;
      max-height: 80px; }
      .brands-section .flex-container .item.custom {
        margin: 0 auto;
      }
    .brands-section .flex-container .item.custom img {
      max-width: 100%;
      max-height: 145px; }

 }

@media (min-width: 1440px) {
  .zigzag-wrapper .scroll-down {
    left: 75px; }
  .zigzag-wrapper .zg-text {
    width: calc(35% + 40px);
    height: 100%;
    padding: 40px 75px; }
  .zigzag-wrapper .zg-image {
    width: calc(65% - 40px); }
    .zigzag-wrapper .zg-image .full-image {
      height: 80vh; }
  .zigzag-wrapper.swap .zg-text {
    width: calc(65% - 40px); }
  .zigzag-wrapper.swap .zg-image {
    width: calc(35% + 40px); }
  .zigzag-post-wrapper .zg-image {
    width: calc(35% + 40px);
    height: 65vh;
  }
  .multiple-carousel-container .zigzag-post-wrapper .zg-image {
    min-height: 65vh;
  }
  /*.departments-container-wrapper .zigzag-post-wrapper .zg-image {
    height: auto;
  }*/
  .multiple-carousel-object-1 .item {
    height: 65vh;
  }
  .zigzag-post-wrapper .zg-text {
    width: calc(65% - 40px);
    padding: 75px 75px 75px 75px;
  }
  .fullwidth-slider .hero-background-text {
    width: calc(65% + 40px);
  }
  .team-wrapper .team-image {
    width: 35%; }
  .team-wrapper .team-text {
    width: 65%;
    height: 100%;
    padding: 50px 50px; }
  #section_slider .owl-item .item {
    height: 100vh;
    background-position: center; }
  body.page-template-template-about #section_slider .owl-item .item {
    height: 100vh;
    background-position: center; }
  .partner-section .link-wrapper {
    width: 34%; } }

@media (min-width: 1720px) {
  .zigzag-wrapper .scroll-down {
    left: 100px; }
  .zigzag-wrapper .zg-text {
    width: calc(40% + 15px);
    height: 100%;
    padding: 40px 100px; }
  .zigzag-wrapper .zg-image {
    width: calc(60% - 15px); }
    .zigzag-wrapper .zg-image .full-image {
      height: 80vh; }
  .zigzag-wrapper.swap .zg-text {
    width: calc(60% - 15px); }
  .zigzag-wrapper.swap .zg-image {
    width: calc(40% + 15px); }
  .zigzag-post-wrapper .zg-image {
    width: calc(40% + 15px);
  }
  /*.multiple-carousel-container .zigzag-post-wrapper .zg-image {
    height: auto;
  }*/
  /*.departments-container-wrapper .zigzag-post-wrapper .zg-image {
    height: auto;
  }*/
  .zigzag-post-wrapper .zg-text {
    width: calc(60% - 15px);
    padding: 100px 100px 100px 100px;
  }
  .fullwidth-slider .hero-background-text {
    width: calc(60% + 15px);
  } 
  .departments-container-wrapper .zg-text .content {
    max-width: 75%;
  }
  #section_slider .owl-item .item {
    height: 100vh;
    background-position: center; }
  .partner-section .link-wrapper {
    width: 33%; } }

/*
Begin max width
**********************/
@media (max-width: 991px) {
  .site-header-animate {
    height: 64px;
  }
  .site-header {
    position: fixed;
    width: 100%;
    top: 0;
    height: auto; }
    .site-header .header-menu-wrapper {
      display: none; }
    .site-header .select-to-nav {
      display: block;
      margin-left: 10px;
      padding-right: 15px;
    }
  .site-header .container.mobile {
    padding-left: 0;
    padding-right: 0;
  }
  #toggle_mobile_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: right; }
    #toggle_mobile_menu .navbar-toggle {
      width: 35px;
      height: 35px;
      border: 0;
      border-radius: 0;
      cursor: pointer;
      position: relative;
      outline: none;
      background-color: transparent; }
      #toggle_mobile_menu .navbar-toggle .icon-bar {
        width: 25px;
        height: 3px;
        background-color: #1c2950;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        position: absolute;
        left: 5px;
        -webkit-transform-origin: left center;
        transform-origin: left center; }
      #toggle_mobile_menu .navbar-toggle .icon-bar:first-child {
        top: 9px; }
      #toggle_mobile_menu .navbar-toggle .icon-bar:nth-child(2) {
        top: 15px; }
      #toggle_mobile_menu .navbar-toggle .icon-bar:last-child {
        top: 21px; }
  #toggle_mobile_menu.active .navbar-toggle .icon-bar:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px; }
  #toggle_mobile_menu.active .navbar-toggle .icon-bar:nth-child(2) {
    opacity: 0; }
  #toggle_mobile_menu.active .navbar-toggle .icon-bar:last-child {
    top: 24px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #mobile_menu .navbar-nav {
    padding: 20px 0 0 0; }
    #mobile_menu .navbar-nav li {
      border-top: 1px solid rgba(0, 0, 0, 0.2); }
      #mobile_menu .navbar-nav li .nav-link {
        font-family: 'AkzidenzGroteskBE-Md', sans-serif;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #67707a;
        padding: 15px; }
      html:lang(th) #mobile_menu .navbar-nav li .nav-link {
        font-family: 'Prompt', sans-serif;
        font-weight: 500;
        font-size: 0.85rem;
      }
      #mobile_menu .navbar-nav li .nav-link:hover {
        color: #1c2950;
      }
      #mobile_menu .navbar-nav li .dropdown-menu {
        padding: 0;
        margin: 0;
        background-color: #67707a;
        border: none;
        border-radius: 0; }
        #mobile_menu .navbar-nav li .dropdown-menu a:first-child {
          border-top: 1px solid rgba(255, 255, 255, 0.2); }
        #mobile_menu .navbar-nav li .dropdown-menu a {
          font-family: 'AkzidenzGroteskBE-Md', sans-serif;
          font-size: 0.75rem;
          letter-spacing: 1px;
          text-transform: uppercase;
          color: #fff;
          padding: 10px 15px 10px 25px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2);
          margin-bottom: 0; }
        html:lang(th) #mobile_menu .navbar-nav li .dropdown-menu a {
          font-family: 'Prompt', sans-serif;
          font-weight: 500;
          font-size: 0.85rem;
        }
        #mobile_menu .navbar-nav li .dropdown-menu a:hover,
        #mobile_menu .navbar-nav li .dropdown-menu a:focus,
        #mobile_menu .navbar-nav li .dropdown-menu a:active,
        #mobile_menu .navbar-nav li .dropdown-menu a.active {
          color: #fff;
          background-color: transparent;
        }
    #mobile_menu .navbar-nav li:last-child {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    #mobile_menu .navbar-nav li.active .nav-link {
      color: #1b1b1b; }
    #mobile_menu .navbar-nav li.toggle .dropdown-menu {
      /*display: block;*/
      background-color: #1c2950; }
    body.theme-gray #mobile_menu .navbar-nav li.toggle .dropdown-menu {
      background-color: #67707a; }
    #mobile_menu .navbar-nav .dropdown-toggle::after {
      content: '';
      border: none;
      margin-left: 0; }
    #mobile_menu .navbar-nav .custom-dropdown-toggle {
      position: absolute;
      top: 20px;
      right: 15px;
      width: 13px;
      height: 8px;
      background-image: url("includes/images/shr-icons.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      cursor: pointer; }
  body.theme-gray #toggle_mobile_menu .navbar-toggle .icon-bar {
    background-color: #fff; }
  body.theme-gray #mobile_menu .navbar-nav li {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    body.theme-gray #mobile_menu .navbar-nav li .nav-link {
      color: #fff; }
  body.theme-gray #mobile_menu .navbar-nav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  body.theme-gray #mobile_menu .navbar-nav .custom-dropdown-toggle {
    background-image: url("includes/images/shr-icons.png");
    background-position:0 -8px; }
}

@media (max-width: 767px) {
  #toggle_mobile_menu .navbar-toggle {
    margin-right: 0;
  }
  .site-header .site-logo {
    width: 128px;
    height: 36px;
    max-height: 36px;
  }
  body.scroll .site-header .site-logo {
    width: 42px;
    height: 28px;
    max-height: 28px;
  }  
  .site-header {
    padding: 10px 0; }
  .grid-flex .flex-column {
    margin-bottom: 15px; }
  .grid-flex .flex-column.overlap {
    margin-bottom: 55px;
  } 
  .header-cover-page {
    height: calc(60vh + 64px);
  }
    .header-cover-page .header-cover-wrapper {
      height: calc(60vh + 64px);
    }
    .header-cover-page .cover {
      left: 50%;
      top: 45%;
      -webkit-transform: translate(-50%, -45%);
      transform: translate(-50%, -45%);
    }
  .fullwidth-slider .scroll {
    bottom: 90px;
  }
  .fullwidth-slider .line-left,
  .fullwidth-slider .line-right {
    display: none; }
  .header-cover-page .line-left,
  .header-cover-page .line-right {
    display: none; }
  .zg-image .line-left,
  .zg-image .line-right {
    display: none; }
  .zg-image .link-wrapper {
    width: 75% !important; }
  .partner-section .line-left,
  .partner-section .line-right {
    display: none; }
  .partner-section .link-wrapper {
    width: 75%; }
  .partner-section .title {
    font-size: 3rem;
  }
  .header-cover-page .cover .title {
    font-size: 3rem;
  }
  .header-cover-page .scroll {
    display: none;
  }
  .items-owl-control-wrapper {
    width: 100%; }
  .meet-the-board-section .team-wrapper {
    margin-bottom: 15px; }
  #intro_section .image-wrapper {
    max-width: 55%;
    margin: 0 auto;
    text-align: center;
    float: none; }
  .filter-section {
    padding: 80px 0 120px 0; }
    .filter-section .filter-wrapper {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .filter-section .filter-wrapper .select-wrapper {
        width: 100%;
        margin-left: 0;
        margin-top: 1rem; }
        .filter-section .filter-wrapper .select-wrapper select {
          width: 100%;
          min-width: 100%; }
  .multiple-carousel-container .zigzag-dots-wrapper {
    top: 48px;
  }
  body.page-template-template-grow .partner-section {
    margin-top: 100px;
  }
  .zigzag-post-wrapper .zg-text {
    padding: 50px 15px;
  }
  .zigzag-post-wrapper .zg-text .logo-wrapper img {
    max-width: 55%;
  }
  .sustainability-wrapper .column-2 {
    width: 100%;
    padding: 30px 15px;
    order: 2;
  }
  .sustainability-wrapper .content,
  .sustainability-wrapper .title {
    padding-right: 0;
  }
  .sustainability-wrapper .column-3 {
    width: 100%;
    order: 1;
  }
  .header-cover-page .caption h1,
  .header-cover-page .caption p {
    max-width: 382px;
  }
  .single-container {
    padding: 60px 0;
  }
  .financial-hilights-container .financial-hilights-desktop {
    display: none;
  }
  .financial-hilights-container .financial-hilights-mobile {
    display: block;
  }
  .s-features-container .title-wrapper {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .fullscreen-popup .content-wrapper {
    margin-top: 0;
    padding-top: 30px;
  }
  .fullscreen-popup .close-fullscreen-popup {
    top: 15px;
    right: 15px;
  }
  body.page-template-template-sustainability .header-cover-page {
    height: auto;
    padding-top: 56.25%;
  }
  .footer-top .navbar-nav {
    text-align: left;
    margin-top: 2rem;
    padding: 0; } }

@media (max-width: 767px) and (orientation: landscape) {
  .fullwidth-slider .logo .logo-wrapper {
    max-width: 60%; }
  .zigzag-wrapper .scroll-down {
    left: 115px; }
  .zigzag-wrapper .zg-text {
    width: 100%;
    height: auto;
    padding: 80px 115px; }
  .zigzag-wrapper .zg-image {
    width: 100%; }
    .zigzag-wrapper .zg-image .full-image {
      height: 150vh; }
  #section_slider .owl-item .item {
    height: 150vh;
    background-position: center; }
  .pressroom-section .content {
    max-width: 90%;
  }
  .partner-section {
    height: 150vh; }
  .header-cover-page {
    height: 150vh; }
    .header-cover-page .header-cover-wrapper {
      height: 150vh; }
    .multiple-carousel-object-1 .item,
    .zigzag-post-wrapper .zg-image {
      height: 150vh;
    }  
  .footer-top .navbar-nav {
    text-align: right;
    margin-top: -60px;
    padding: 0; } }

@media (max-width: 375px) {
  .header-cover-page .caption h1,
  .header-cover-page .caption p {
    max-width: 300px;
  }
  .site-footer .menu {
    padding: 0 20%; }
  .site-footer .copyright {
    padding: 0 20%; } }
    
 .single-post .content-wrapper p{
	 margin-bottom:20px;
 }
  .single-post .content-wrapper p br{
	  display:none;
  }