@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Kanit:300,400,500,700|Podkova:400,500");
body {
  overflow-x: hidden; }

@media (min-width: 1260px) {
  .container {
    width: 1260px; } }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #000068; }
  h1::after, .h1::after,
  h2::after, .h2::after,
  h3::after, .h3::after,
  h4::after, .h4::after,
  h5::after, .h5::after,
  h6::after, .h6::after {
    content: none; }

.page_title {
  background: #000068;
  text-align: center;
  color: #fff; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fade_container {
  position: relative;
  display: inline-block; }
  .fade_container p {
    margin: 0 !important; }
  .fade_container .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    background-color: #000068; }
  .fade_container:hover .overlay {
    opacity: 1; }
  .fade_container .text {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }

.single-post .wpb_text_column ul, .single-post .wpb_text_column ol {
  padding-left: 40px; }
  .single-post .wpb_text_column ul li, .single-post .wpb_text_column ol li {
    font-family: Open sans;
    font-size: 14px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 0px;
    list-style-type: none; }
    .single-post .wpb_text_column ul li:before, .single-post .wpb_text_column ol li:before {
      content: "•";
      color: #000068;
      font-size: 18px;
      top: 4px;
      margin-left: -18px;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.content_wrapper {
  padding-top: 79px; }

#header {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #f7f7f7; }
  #header .search-holder {
    position: relative;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px; }
    #header .search-holder form {
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid transparent; }
      #header .search-holder form input[type="search"] {
        border-radius: 0;
        -webkit-appearance: none;
        padding: 0;
        width: 20px;
        border: none;
        background-color: transparent;
        color: #000068;
        line-height: 30px;
        height: 30px;
        opacity: 0; }
        #header .search-holder form input[type="search"]:focus {
          width: 112px;
          opacity: 1; }
      #header .search-holder form ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(0, 0, 104, 0.5); }
      #header .search-holder form ::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(0, 0, 104, 0.5); }
      #header .search-holder form :-ms-input-placeholder {
        /* IE 10+ */
        color: rgba(0, 0, 104, 0.5); }
      #header .search-holder form :-moz-placeholder {
        /* Firefox 18- */
        color: rgba(0, 0, 104, 0.5); }
      #header .search-holder form button {
        border-radius: 0;
        -webkit-appearance: none;
        padding: 0;
        border: none;
        background-color: transparent;
        color: rgba(0, 0, 104, 0.5);
        font-size: 16px;
        position: absolute;
        top: 7px;
        right: 0; }
        #header .search-holder form button i {
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease;
          display: block;
          width: 22px;
          height: 22px;
          background: url(../img/ico-search.png);
          background-repeat: no-repeat;
          font-size: 0px; }
        #header .search-holder form button:hover i {
          opacity: .8; }
      #header .search-holder form:focus, #header .search-holder form:hover {
        border-bottom: 1px solid #000068; }
        #header .search-holder form:focus input[type="search"], #header .search-holder form:hover input[type="search"] {
          outline: none;
          width: 115px;
          opacity: 1; }
    @media (max-width: 1250px) {
      #header .search-holder form {
        width: 90%;
        border-bottom: 1px solid #000068; }
        #header .search-holder form input[type="search"] {
          width: 112px;
          opacity: 1; } }
  #header .top_nav_wrapper {
    position: relative;
    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;
    float: none; }

body.header_style_2 .header_top {
  -webkit-box-shadow: none;
          box-shadow: none; }

body.header_style_2 .header_top .logo a {
  margin-top: 0 !important; }

.header_top {
  display: none !important; }
  @media (min-width: 1250px) {
    .header_top {
      display: block !important; } }

.header_info {
  background-color: #30abe0 !important;
  position: absolute;
  right: 0; }

.mobile_header {
  display: block !important; }
  .mobile_header .top_nav_mobile {
    margin-bottom: 0 !important; }
  .mobile_header .logo_wrapper {
    position: relative;
    background: #fff;
    padding: 10px 20px 20px 20px; }
    @media (min-width: 1200px) {
      .mobile_header .logo_wrapper {
        padding: 22px 35px 30px 41px; } }
  @media (min-width: 1250px) {
    .mobile_header {
      display: none !important; } }

.top_nav_mobile {
  padding: 20px;
  margin: 0 0 15px;
  display: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .top_nav_mobile:after {
    content: "";
    background-color: #30abe0;
    width: 100%;
    height: 300%;
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: -1; }

.mobile_header .logo_wrapper .logo {
  max-width: 150px; }
  @media (min-width: 1200px) {
    .mobile_header .logo_wrapper .logo {
      max-width: 80%; } }
  .mobile_header .logo_wrapper .logo img {
    max-width: 100% !important;
    height: auto !important; }

#menu_toggle button {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -2px 0 0;
  background: #000068;
  height: 4px;
  padding: 0;
  border: none;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  outline: none !important;
  border-radius: 2px; }

#menu_toggle button:before {
  content: '';
  position: absolute;
  left: 0;
  top: -8px;
  width: 26px;
  height: 4px;
  background: #000068;
  -webkit-transform-origin: 1.5px center;
  -ms-transform-origin: 1.5px center;
      transform-origin: 1.5px center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 2px; }

#menu_toggle button:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 26px;
  height: 4px;
  background: #000068;
  -webkit-transform-origin: 1.5px center;
  -ms-transform-origin: 1.5px center;
      transform-origin: 1.5px center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 2px; }

#menu_toggle.open button {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background: #000068 !important; }

#menu_toggle.open button:before {
  top: -8px !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }

#menu_toggle.open button:after {
  bottom: -8px !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }

.mobile_header .top_nav_mobile {
  padding: 40px 30px 60px 30px !important;
  margin: 0 0 15px;
  display: none;
  text-align: right;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.52);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.52); }

.mobile_header .top_nav_mobile .main_menu_nav {
  padding: 0;
  margin: 0;
  max-height: calc(100vh - 144px); }

.mobile_header .top_nav_mobile .main_menu_nav li {
  position: relative;
  list-style: none; }

.mobile_header .top_nav_mobile .main_menu_nav > li > a {
  padding: 11px 36px 11px 44px;
  display: block;
  font-size: 20px;
  color: #000068;
  text-decoration: none; }
  .mobile_header .top_nav_mobile .main_menu_nav > li > a:hover {
    text-decoration: none;
    color: #000068; }

.mobile_header .top_nav_mobile .main_menu_nav > li:hover > a {
  color: #fdca37; }

.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow {
  position: absolute;
  display: block;
  right: -34px;
  top: 0;
  cursor: pointer;
  height: 50px;
  padding: 0 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow.active {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow.active i:before,
.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow.active i:after {
  background: #fdca37; }

.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow i {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 11px;
  height: 11px; }

.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow i:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 11px;
  height: 3px;
  background: #fff;
  border-radius: 1px; }

.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow i:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 0;
  width: 3px;
  height: 11px;
  background: #fff;
  border-radius: 1px; }

.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .arrow {
  padding: 10px 20px 12px; }

.mobile_header .top_nav_mobile .main_menu_nav ul {
  position: relative;
  margin: 0;
  padding: 0;
  display: none;
  background: #f0f2f5; }

.mobile_header .top_nav_mobile .main_menu_nav ul:before {
  content: '';
  position: absolute;
  right: 31px;
  top: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #000068; }

.mobile_header .top_nav_mobile .main_menu_nav ul li {
  text-transform: capitalize; }

.mobile_header .top_nav_mobile .main_menu_nav ul li .arrow {
  display: none !important; }

.mobile_header .top_nav_mobile .main_menu_nav ul li a {
  font-size: 16px;
  color: #000068;
  font-weight: 600;
  padding: 11px 36px 11px 44px;
  display: block; }

.mobile_header .top_nav_mobile .main_menu_nav ul li:active > a {
  color: #fdca37; }

.mobile_header .top_nav_mobile .main_menu_nav ul li ul {
  display: block;
  background: #fff; }

.mobile_header .top_nav_mobile .main_menu_nav ul li ul:before {
  display: none; }

.mobile_header .top_nav_mobile .main_menu_nav ul li ul a {
  font-size: 14px;
  font-weight: 400; }

.mobile_header .top_nav_mobile .main_menu_nav ul li ul li {
  position: relative;
  padding: 0 0 0 7px; }

.mobile_header .top_nav_mobile .main_menu_nav ul li ul li:before {
  content: '';
  position: absolute;
  left: 44px;
  top: 50%;
  width: 4px;
  height: 1px;
  background: #000068; }

.mobile_header .top_nav_mobile .main_menu_nav li.current_page_item > a,
.mobile_header .top_nav_mobile .main_menu_nav li.current-menu-parent > a,
.mobile_header .top_nav_mobile .main_menu_nav li.current-menu-ancestor > a {
  color: #fdca37; }

.mobile_header .top_nav_mobile .main_menu_nav > li.current_page_item.menu-item-has-children > .arrow {
  color: #000068; }

.mobile_header .top_nav_mobile .main_menu_nav > li.current-menu-parent.menu-item-has-children > .arrow,
.mobile_header .top_nav_mobile .main_menu_nav > li.current-menu-ancestor.menu-item-has-children > .arrow,
.mobile_header .top_nav_mobile .main_menu_nav > li.current-menu-parent.menu-item-has-children > .sub-menu > li.current-menu-item.menu-item-has-children > .arrow,
.mobile_header .top_nav_mobile .main_menu_nav > li.current-menu-ancestor.menu-item-has-children > .sub-menu > li.current-menu-parent.menu-item-has-children > .arrow {
  color: #000068; }

.mobile_menu > ul ul ul {
  display: block; }

#menu_toggle {
  position: relative;
  cursor: pointer;
  float: right;
  width: 26px;
  height: 20px;
  padding: 10px 0;
  margin: 17px 0 0; }

#menu_toggle button {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -2px 0 0;
  background: #000068;
  height: 4px;
  padding: 0;
  border: none;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  outline: none !important;
  border-radius: 2px; }

#menu_toggle button:before {
  content: '';
  position: absolute;
  left: 0;
  top: -8px;
  width: 26px;
  height: 4px;
  background: #000068;
  -webkit-transform-origin: 1.5px center;
  -ms-transform-origin: 1.5px center;
      transform-origin: 1.5px center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 2px; }

#menu_toggle button:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 26px;
  height: 4px;
  background: #000068;
  -webkit-transform-origin: 1.5px center;
  -ms-transform-origin: 1.5px center;
      transform-origin: 1.5px center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 2px; }

#menu_toggle.open button {
  background: transparent; }

#menu_toggle.open button:before {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }

#menu_toggle.open button:after {
  bottom: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }

.mobile_header .top_nav_mobile {
  padding: 16px 0;
  margin: 0 0 15px;
  display: none;
  overflow-y: auto; }

.mobile_header .top_nav_mobile .main_menu_nav {
  padding: 0;
  margin: 0; }

.mobile_header .top_nav_mobile .main_menu_nav li {
  position: relative;
  list-style: none; }
  .mobile_header .top_nav_mobile .main_menu_nav li.highlighted {
    background-color: #fdca37;
    border-radius: 30px;
    padding: 0;
    margin-top: 30px; }
    .mobile_header .top_nav_mobile .main_menu_nav li.highlighted a {
      font-size: 16px;
      padding: 11px 44px 11px 44px; }
      .mobile_header .top_nav_mobile .main_menu_nav li.highlighted a:hover {
        color: #000068; }
  .mobile_header .top_nav_mobile .main_menu_nav li.hasarrow {
    position: relative; }
    .mobile_header .top_nav_mobile .main_menu_nav li.hasarrow:before {
      content: "\f0da";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      color: #f7f7f7;
      font-size: 30px;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

.mobile_header .top_nav_mobile .main_menu_nav > li > a {
  padding: 11px 15px 11px 44px;
  display: block;
  font-size: 20px;
  color: #000068;
  font-weight: 400;
  text-transform: none;
  text-decoration: none; }

.mobile_header .top_nav_mobile .main_menu_nav > li:hover > a {
  color: #fdca37;
  text-decoration: none; }

.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow {
  position: absolute;
  display: block;
  right: -30px;
  top: 0;
  cursor: pointer;
  height: 50px;
  padding: 0 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow.active {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow.active i:before,
.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow.active i:after {
  background: #fdca37; }

.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow i {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 11px;
  height: 11px; }

.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow i:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 11px;
  height: 3px;
  background: #fff;
  border-radius: 1px; }

.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow i:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 0;
  width: 3px;
  height: 11px;
  background: #fff;
  border-radius: 1px; }

.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .arrow {
  padding: 10px 20px 12px; }

.mobile_header .top_nav_mobile .main_menu_nav ul {
  position: relative;
  margin: 0;
  padding: 0;
  display: none;
  background: #f0f2f5; }

.mobile_header .top_nav_mobile .main_menu_nav ul:before {
  content: '';
  position: absolute;
  right: 31px;
  top: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #000068; }

.mobile_header .top_nav_mobile .main_menu_nav ul li {
  text-transform: capitalize; }

.mobile_header .top_nav_mobile .main_menu_nav ul li .arrow {
  display: none !important; }

.mobile_header .top_nav_mobile .main_menu_nav ul li a {
  font-size: 16px;
  color: #000068;
  font-weight: 600;
  padding: 11px 36px 11px 44px;
  display: block; }

.mobile_header .top_nav_mobile .main_menu_nav ul li:active > a {
  color: #fdca37; }

.mobile_header .top_nav_mobile .main_menu_nav ul li ul {
  display: block;
  background: #fff; }

.mobile_header .top_nav_mobile .main_menu_nav ul li ul:before {
  display: none; }

.mobile_header .top_nav_mobile .main_menu_nav ul li ul a {
  font-size: 14px;
  font-weight: 400; }

.mobile_header .top_nav_mobile .main_menu_nav ul li ul li {
  position: relative;
  padding: 0 0 0 7px; }

.mobile_header .top_nav_mobile .main_menu_nav ul li ul li:before {
  content: '';
  position: absolute;
  left: 44px;
  top: 50%;
  width: 4px;
  height: 1px;
  background: #000068; }

.mobile_header .top_nav_mobile .main_menu_nav li.current_page_item > a,
.mobile_header .top_nav_mobile .main_menu_nav li.current-menu-parent > a,
.mobile_header .top_nav_mobile .main_menu_nav li.current-menu-ancestor > a {
  color: #fdca37; }

.mobile_header .top_nav_mobile .main_menu_nav > li.current_page_item.menu-item-has-children > .arrow {
  color: #000068; }

.mobile_header .top_nav_mobile .main_menu_nav > li.current-menu-parent.menu-item-has-children > .arrow,
.mobile_header .top_nav_mobile .main_menu_nav > li.current-menu-ancestor.menu-item-has-children > .arrow,
.mobile_header .top_nav_mobile .main_menu_nav > li.current-menu-parent.menu-item-has-children > .sub-menu > li.current-menu-item.menu-item-has-children > .arrow,
.mobile_header .top_nav_mobile .main_menu_nav > li.current-menu-ancestor.menu-item-has-children > .sub-menu > li.current-menu-parent.menu-item-has-children > .arrow {
  color: #000068; }

.mobile_menu > ul ul ul {
  display: block; }

.top_nav .top_nav_wrapper > ul {
  font-family: "Kanit", sans-serif !important; }
  .top_nav .top_nav_wrapper > ul li {
    font-size: 16px; }
    .top_nav .top_nav_wrapper > ul li.highlighted {
      background-color: #fdca37;
      border-radius: 30px; }

.top_nav .top_nav_wrapper > ul > li,
.top_nav .main_menu_nav > ul > li {
  font-weight: 400 !important; }

body.header_style_2 .header_top .top_nav .top_nav_wrapper > ul > li,
body.header_style_2 .header_top .top_nav .main_menu_nav > ul > li {
  letter-spacing: 0; }

body.header_style_2 .header_top .top_nav {
  padding: 18px 0; }

body.header_style_2 .header_top .top_nav .top_nav_wrapper > ul > li a,
body.header_style_2 .header_top .top_nav .main_menu_nav > ul > li a {
  padding: 10px 22px; }

#footer {
  -webkit-box-shadow: none;
          box-shadow: none; }
  #footer .footer_widgets {
    font-family: "Kanit", sans-serif !important;
    padding: 0; }
    #footer .footer_widgets .widget {
      margin: 0 0 70px; }
      @media (min-width: 1201px) {
        #footer .footer_widgets .widget {
          margin-bottom: 0 !important; } }
      #footer .footer_widgets .widget .widget_title {
        border: 0;
        font-family: "Kanit", sans-serif !important;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 0;
        padding: 0;
        margin-bottom: 7px; }
      #footer .footer_widgets .widget.widget_nav_menu ul li {
        display: block;
        width: 100%;
        font-weight: 300;
        margin-bottom: 5px;
        font-family: "Kanit", sans-serif !important; }
        #footer .footer_widgets .widget.widget_nav_menu ul li a:hover {
          color: #30abe0;
          text-decoration: none !important; }

#footer .copyright_row .copyright_row_wr {
  border-top: 1px solid rgba(0, 0, 104, 0.5) !important;
  padding: 23px 0 9px; }

#footer .copyright_row .copyright_row_wr .copyright {
  color: #000068;
  font-size: 12px; }

#footer .copyright_row .copyright_row_wr .socials ul li a {
  font-size: 24px; }

.floater {
  background-color: #000068;
  width: 170px;
  padding: 15px 20px 25px 20px;
  position: fixed;
  top: 50vh;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  z-index: 99;
  border-top: 1px solid rgba(215, 226, 232, 0.5);
  border-right: 1px solid rgba(215, 226, 232, 0.5);
  border-bottom: 1px solid rgba(215, 226, 232, 0.5); }
  @media (min-width: 1200px) {
    .floater {
      display: block; } }
  .floater .closebox {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    color: rgba(247, 247, 247, 0.6);
    font-size: 16px;
    line-height: 1; }
    .floater .closebox:hover {
      color: #f7f7f7; }
  .floater h2 {
    color: #f7f7f7;
    line-height: 1.3;
    font-size: 20px;
    margin-bottom: 10px; }
    .floater h2:after {
      display: none; }
  .floater a {
    color: #fdca37;
    text-decoration: none;
    font-weight: bold; }
    .floater a:hover {
      color: #d7e2e8;
      text-decoration: none; }

section.bg_white {
  background: #f7f7f7; }

section.bg_lightblue {
  background: #d7e2e8; }

section.bg_darkblue {
  background: #000068;
  color: #f7f7f7; }
  section.bg_darkblue h1,
  section.bg_darkblue h2,
  section.bg_darkblue h3,
  section.bg_darkblue h4,
  section.bg_darkblue h5,
  section.bg_darkblue h6,
  section.bg_darkblue p {
    color: #f7f7f7; }

section.border_1 .container {
  border-top: 1px solid #000068; }

section h2 {
  font-family: "Podkova", serif;
  font-size: 43px;
  letter-spacing: -2px;
  line-height: 1.1;
  color: #000068;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
  font-weight: 600; }
  section h2:after {
    display: none; }

section p,
section .sub_headline {
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  line-height: 1.35;
  color: #000068;
  font-weight: 400;
  margin-bottom: 10px; }

section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
  padding: 0;
  color: #000068; }
  section h1::after,
  section h2::after,
  section h3::after,
  section h4::after,
  section h5::after,
  section h6::after {
    content: none; }

section .button {
  background-color: #fdca37;
  border-color: #fdca37;
  color: #000068;
  border-radius: 100px;
  padding: 6px 30px;
  font-size: 16px;
  font-weight: 300;
  font-family: "Kanit", sans-serif; }
  section .button:hover {
    background-color: #30abe0;
    border-color: #30abe0; }

section .cta_button span {
  background-color: #fdca37;
  border-color: #fdca37;
  color: #000068 !important;
  border-radius: 100px;
  padding: 6px 30px;
  font-size: 16px;
  font-weight: 300;
  font-family: "Kanit", sans-serif !important;
  line-height: 23px !important;
  display: inline-block;
  border-top-style: solid;
  border-top-width: 3px;
  border-right-style: solid;
  border-right-width: 3px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-left-style: solid;
  border-left-width: 3px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: initial;
       -o-transition-delay: initial;
          transition-delay: initial; }
  section .cta_button span:hover {
    background-color: #30abe0;
    border-color: #30abe0; }

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

section.bg_lightningyellow {
  background: #ffc816;
  color: #000069; }
  section.bg_lightningyellow .button {
    background-color: #000069;
    border-color: #000069;
    color: #f7f7f7; }
    section.bg_lightningyellow .button:hover {
      background-color: #00aced;
      border-color: #00aced;
      color: #00aced; }

section.bg_ceruleanblue {
  background: #00aced;
  color: #f7f7f7; }
  section.bg_ceruleanblue .button {
    background-color: #ffc816;
    border-color: #ffc816;
    color: #000068; }
    section.bg_ceruleanblue .button:hover {
      background-color: #000069;
      border-color: #000069;
      color: #ffc816; }

.fw-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 90vh; }
  .fw-image .container-fluid {
    padding: 0 !important;
    position: relative; }
    @media (max-width: 425px) {
      .fw-image .container-fluid {
        min-height: 400px; } }
  .fw-image img {
    width: 100%;
    height: auto; }
  .fw-image .full-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 100px 0px; }
    .fw-image .full-absolute .content {
      background-color: rgba(255, 255, 255, 0.8);
      padding: 23px 30px; }
      .fw-image .full-absolute .content:before {
        content: "";
        display: block;
        border-bottom: 5px solid #fff;
        position: absolute;
        top: -15px;
        left: -15px;
        width: 60%;
        height: 5px; }
      .fw-image .full-absolute .content:after {
        content: "";
        display: block;
        border-bottom: 5px solid #fff;
        position: absolute;
        bottom: -15px;
        left: -15px;
        width: 60%;
        height: 5px; }
      .fw-image .full-absolute .content p {
        margin-bottom: 30px; }

.hero_type_01 {
  padding: 40px 0 60px 0;
  text-align: center; }
  @media (min-width: 992px) {
    .hero_type_01 {
      padding: 40px 0 77px 0; } }
  .hero_type_01 h2 {
    text-align: center; }
  .hero_type_01 .sub_headline {
    text-align: center;
    max-width: 70%;
    margin: 0 auto 10px auto; }
  .hero_type_01 img {
    margin: 0 auto 40px auto;
    display: block;
    max-width: 90%;
    height: auto; }
    @media (min-width: 992px) {
      .hero_type_01 img {
        max-width: 50%;
        margin: 0 auto -90px auto; } }
  .hero_type_01 .row {
    width: 80%;
    margin: 0 auto !important; }
  .hero_type_01 .button {
    margin-top: -40px; }
  .hero_type_01 .cta_button span {
    margin-top: -40px; }
  .hero_type_01 .text_left,
  .hero_type_01 .text_right {
    font-family: "Kanit", sans-serif;
    width: 100%;
    font-size: 15.6px;
    line-height: 1.36;
    color: #000068;
    font-weight: 300;
    margin-bottom: 15px;
    position: relative;
    font-weight: 400;
    display: none; }
    @media (min-width: 992px) {
      .hero_type_01 .text_left,
      .hero_type_01 .text_right {
        width: 30%;
        display: block; }
        .hero_type_01 .text_left:before,
        .hero_type_01 .text_right:before {
          content: "";
          background-image: url(../img/curved_line.svg);
          background-size: auto 100%;
          background-repeat: no-repeat;
          position: absolute; } }
  .hero_type_01 .text_left {
    text-align: center;
    padding-left: 0;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .hero_type_01 .text_left {
        float: left;
        text-align: right;
        padding-left: 40px; }
        .hero_type_01 .text_left:before {
          left: 5%;
          top: -25px;
          width: 30px;
          height: 340px;
          background-position: top left; } }
  .hero_type_01 .text_right {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px; }
    .hero_type_01 .text_right:before {
      background-image: url(../img/curved_line_r.svg);
      right: 10%;
      top: -25px;
      width: 30px;
      height: 340px;
      background-position: top right; }
    @media (min-width: 992px) {
      .hero_type_01 .text_right {
        float: right;
        text-align: left;
        margin-bottom: 0;
        padding-right: 25px; } }

.hero_type_02 .container {
  padding: 70px 15px; }
  @media (min-width: 992px) {
    .hero_type_02 .container {
      padding: 80px 15px; } }
  .hero_type_02 .container h2 {
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 30px; }
  .hero_type_02 .container .button {
    margin-top: 20px; }
  .hero_type_02 .container .text-container {
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .hero_type_02 .container .text-container {
        text-align: left;
        margin-bottom: 0; } }
  .hero_type_02 .container .img-container img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.hero_type_02 .info-icon {
  display: none !important; }
  @media (min-width: 992px) {
    .hero_type_02 .info-icon {
      display: block !important; } }
  .hero_type_02 .info-icon.icon1 {
    background-image: none;
    width: 32px;
    height: 32px; }
    .hero_type_02 .info-icon.icon1:hover:after {
      content: "x";
      color: #000068;
      background-color: #d7e2e8; }
    .hero_type_02 .info-icon.icon1:after {
      content: '+';
      display: block;
      width: 32px;
      height: 32px;
      position: absolute;
      line-height: 26px;
      text-align: center;
      font-size: 18px;
      background-color: #000068;
      border-radius: 50px;
      font-weight: bold;
      color: #d7e2e8;
      -webkit-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
      border: 2px solid #000068; }

.hero_type_02 .cq-hotspot-label {
  white-space: nowrap;
  background: transparent;
  color: #000068;
  font-size: 16px;
  line-height: 2;
  font-weight: 600;
  font-family: "Podkova", serif; }

.hero_type_02 .popover {
  display: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  font-family: "Kanit", sans-serif;
  border: 2px solid #f7f7f7;
  color: #f7f7f7;
  background-color: #000068; }
  @media (min-width: 992px) {
    .hero_type_02 .popover {
      display: block !important; } }
  .hero_type_02 .popover.right + .info-icon .cq-hotspot-label {
    top: 0;
    text-align: right;
    -webkit-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
            transform: translateX(-110%);
    margin: 0; }
  .hero_type_02 .popover.left + .info-icon .cq-hotspot-label {
    top: 0;
    text-align: left;
    margin: 0 0 0 40px; }
  .hero_type_02 .popover.top + .info-icon .cq-hotspot-label {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0; }
  .hero_type_02 .popover.bottom + .info-icon .cq-hotspot-label {
    left: 50%;
    top: -100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0; }
  .hero_type_02 .popover .cq-arrow {
    display: none; }
  .hero_type_02 .popover h4.popover-title {
    font-size: 17px;
    font-weight: 600;
    color: #f7f7f7;
    background: transparent;
    border: 0;
    padding-bottom: 0; }
    .hero_type_02 .popover h4.popover-title:after {
      display: none; }
  .hero_type_02 .popover .popover-content {
    padding-bottom: 14px;
    color: #f7f7f7; }
    .hero_type_02 .popover .popover-content p {
      font-size: 14px;
      color: #f7f7f7; }

.twocol_text_images .container {
  padding: 0; }
  .twocol_text_images .container .row:nth-child(2) {
    text-align: center; }
  .twocol_text_images .container .text-col {
    padding-top: 60px;
    text-align: center; }
    @media (min-width: 992px) {
      .twocol_text_images .container .text-col {
        padding-bottom: 40px; } }
    .twocol_text_images .container .text-col h2 {
      margin-bottom: 20px; }
    .twocol_text_images .container .text-col > .img-col {
      padding-top: 20px; }
      @media (min-width: 992px) {
        .twocol_text_images .container .text-col > .img-col {
          padding-top: 0; } }
    @media (min-width: 992px) {
      .twocol_text_images .container .text-col {
        padding-top: 135px;
        padding-left: 80px;
        text-align: left; } }
    .twocol_text_images .container .text-col:first-child {
      text-align: center; }
      @media (min-width: 992px) {
        .twocol_text_images .container .text-col:first-child {
          text-align: left;
          padding-right: 80px;
          padding-left: 0; } }
      @media (min-width: 992px) {
        .twocol_text_images .container .text-col:first-child .text_row {
          padding-right: 0; } }
  .twocol_text_images .container .button, .twocol_text_images .container .cta_button span {
    margin-top: 52px;
    margin-bottom: 52px; }
    @media (min-width: 992px) {
      .twocol_text_images .container .button, .twocol_text_images .container .cta_button span {
        margin-top: 0; } }

.twocol_text_images .visible-md.visible-lg {
  padding-bottom: 150px; }
  @media (min-width: 992px) {
    .twocol_text_images .visible-md.visible-lg {
      margin-left: -60px !important;
      margin-right: -60px !important; } }

.twocol_text_images .img-col {
  text-align: center;
  padding-bottom: 0; }
  @media (min-width: 992px) {
    .twocol_text_images .img-col {
      text-align: left;
      padding-left: 80px;
      padding-right: 0;
      padding-bottom: 0; } }
  .twocol_text_images .img-col img {
    max-width: 100%;
    height: auto; }
  .twocol_text_images .img-col:first-child {
    text-align: center; }
    @media (min-width: 992px) {
      .twocol_text_images .img-col:first-child {
        text-align: right;
        padding-right: 80px;
        padding-left: 0; } }

.cta {
  text-align: center; }
  .cta .container {
    padding-bottom: 34px; }
  .cta h2 {
    margin-bottom: 20px;
    font-weight: 600; }
  .cta img {
    max-width: 100px;
    height: auto;
    -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
            transform: translateY(-30%);
    margin-bottom: 0; }

.blog_latest .container {
  padding: 30px  0 30px 0; }
  @media (min-width: 321px) {
    .blog_latest .container {
      padding-left: 10%;
      padding-right: 10%; } }
  @media (min-width: 992px) {
    .blog_latest .container {
      padding: 60px  0 60px 0; } }
  .blog_latest .container .row.is-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .blog_latest .container .row > .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 40px;
    margin: 0 -1px; }
    @media (min-width: 992px) {
      .blog_latest .container .row > .item {
        padding-bottom: 70px; } }

.blog_latest .headline {
  margin-bottom: 45px;
  font-size: 43px;
  text-align: center; }

.blog_latest .head h2 {
  font-size: 36px;
  margin-bottom: 5px;
  font-weight: 600; }

@media (min-width: 992px) {
  .blog_latest .content {
    padding-right: 10%; } }

.blog_latest img {
  margin-bottom: 5px;
  width: 100%;
  height: auto; }

.blog_latest p {
  color: #000068;
  margin-bottom: 15px; }

.blog_latest a {
  font-size: 16px;
  text-decoration: underline !important;
  display: inline-block; }
  @media (min-width: 992px) {
    .blog_latest a {
      margin-bottom: 0; } }
  .blog_latest a:hover {
    color: #000068; }

.image_left_text_right h2 {
  font-weight: 600; }

.image_left_text_right.section_width_container .container {
  padding: 70px 0 10px 0; }
  @media (min-width: 992px) {
    .image_left_text_right.section_width_container .container {
      padding: 135px 0; } }

@media (min-width: 992px) {
  .image_left_text_right.section_width_container.bg_darkblue .container {
    padding: 100px 0 70px 0; } }

.image_left_text_right.section_width_container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 15px;
  margin-left: 15px; }
  @media (min-width: 992px) {
    .image_left_text_right.section_width_container .row {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .image_left_text_right.section_width_container .row div[class^='col-'] {
    text-align: center;
    width: 100%; }
    .image_left_text_right.section_width_container .row div[class^='col-'].hidden-md.hidden-lg {
      margin-top: 60px; }
    @media (min-width: 992px) {
      .image_left_text_right.section_width_container .row div[class^='col-'] {
        padding-right: 0;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0px;
                flex: 1 0 0;
        text-align: left; } }
    @media (min-width: 992px) {
      .image_left_text_right.section_width_container .row div[class^='col-']:first-child {
        padding-left: 0; } }
    .image_left_text_right.section_width_container .row div[class^='col-'] img {
      margin: 0 auto 40px auto;
      display: block; }
      @media (min-width: 992px) {
        .image_left_text_right.section_width_container .row div[class^='col-'] img {
          margin: 0 auto;
          width: auto; } }
    .image_left_text_right.section_width_container .row div[class^='col-'] .button {
      margin-top: 30px; }

@media (min-width: 992px) {
  .image_left_text_right.section_width_full.bg_darkblue .container {
    padding: 100px 0 70px 0; } }

.image_left_text_right.section_width_full.border_1 {
  border-top: 1px solid #000068; }

.image_left_text_right.section_width_full .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 15px 10px 15px;
  margin-right: 0; }
  @media (min-width: 992px) {
    .image_left_text_right.section_width_full .row {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding: 100px 15px 100px 0;
      margin-left: -50px !important; } }
  .image_left_text_right.section_width_full .row .img_wrapper {
    text-align: center;
    width: 100%; }
    .image_left_text_right.section_width_full .row .img_wrapper img {
      width: 100%;
      height: auto;
      display: block; }
    @media (min-width: 992px) {
      .image_left_text_right.section_width_full .row .img_wrapper {
        width: 50%;
        margin-bottom: 0;
        padding-right: 100px; } }
  .image_left_text_right.section_width_full .row .text_wrapper {
    text-align: center;
    width: 100%; }
    @media (min-width: 992px) {
      .image_left_text_right.section_width_full .row .text_wrapper {
        text-align: left;
        width: 50%; } }
    .image_left_text_right.section_width_full .row .text_wrapper > div {
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .image_left_text_right.section_width_full .row .text_wrapper > div {
          width: 60%;
          margin-bottom: 0; } }
      .image_left_text_right.section_width_full .row .text_wrapper > div .button {
        margin-top: 30px; }
    @media (min-width: 992px) {
      .image_left_text_right.section_width_full .row .text_wrapper {
        width: 50%;
        padding-left: 100px; } }

.image_right_text_left.section_width_container .container {
  padding: 70px 0 10px 0; }
  @media (min-width: 992px) {
    .image_right_text_left.section_width_container .container {
      padding: 135px 0; } }

@media (min-width: 992px) {
  .image_right_text_left.section_width_container.bg_darkblue .container {
    padding: 100px 0 70px 0; } }

.image_right_text_left.section_width_container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 15px;
  margin-left: 15px; }
  @media (min-width: 992px) {
    .image_right_text_left.section_width_container .row {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .image_right_text_left.section_width_container .row div[class^='col-'] {
    text-align: center; }
    .image_right_text_left.section_width_container .row div[class^='col-']:first-child {
      margin-bottom: 60px; }
      @media (min-width: 992px) {
        .image_right_text_left.section_width_container .row div[class^='col-']:first-child {
          margin-bottom: 0; } }
    @media (min-width: 992px) {
      .image_right_text_left.section_width_container .row div[class^='col-'] {
        padding-right: 0;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0px;
                flex: 1 0 0;
        text-align: left; } }
    @media (min-width: 992px) {
      .image_right_text_left.section_width_container .row div[class^='col-']:first-child {
        padding-left: 0; } }
    .image_right_text_left.section_width_container .row div[class^='col-'] img {
      margin-bottom: 40px;
      width: 100%; }
      @media (min-width: 992px) {
        .image_right_text_left.section_width_container .row div[class^='col-'] img {
          margin-bottom: 0;
          width: auto; } }
    .image_right_text_left.section_width_container .row div[class^='col-'] .button {
      margin-top: 30px; }

@media (min-width: 992px) {
  .image_right_text_left.section_width_full.bg_darkblue .container {
    padding: 100px 0 70px 0; } }

.image_right_text_left.section_width_full.border_1 {
  border-top: 1px solid #000068; }

.image_right_text_left.section_width_full .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 15px 10px 15px;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 992px) {
    .image_right_text_left.section_width_full .row {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding: 100px 0 100px 15px;
      margin-right: -50px !important; } }
  .image_right_text_left.section_width_full .row .img_wrapper {
    text-align: center;
    width: 100%; }
    .image_right_text_left.section_width_full .row .img_wrapper img {
      width: 100%;
      height: auto;
      display: block; }
    @media (min-width: 992px) {
      .image_right_text_left.section_width_full .row .img_wrapper {
        width: 50%;
        padding-left: 100px;
        margin-bottom: 0; } }
  .image_right_text_left.section_width_full .row .text_wrapper {
    text-align: center;
    width: 100%; }
    @media (min-width: 992px) {
      .image_right_text_left.section_width_full .row .text_wrapper {
        text-align: left;
        width: 50%; } }
    .image_right_text_left.section_width_full .row .text_wrapper > div {
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .image_right_text_left.section_width_full .row .text_wrapper > div {
          width: 60%;
          float: right; } }
      .image_right_text_left.section_width_full .row .text_wrapper > div .button {
        margin-top: 30px; }
    @media (min-width: 992px) {
      .image_right_text_left.section_width_full .row .text_wrapper {
        width: 50%;
        padding-right: 100px; } }

.text_top_image_bottom {
  text-align: center;
  position: relative; }
  .text_top_image_bottom > img {
    max-width: 100px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateY(-30%) translateX(-50%);
        -ms-transform: translateY(-30%) translateX(-50%);
            transform: translateY(-30%) translateX(-50%); }
  .text_top_image_bottom h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 15px; }
  .text_top_image_bottom p {
    font-size: 18px; }
  .text_top_image_bottom.has_icon .container {
    padding: 80px 0; }
    @media (min-width: 992px) {
      .text_top_image_bottom.has_icon .container {
        padding: 100px 0; } }
  .text_top_image_bottom.bg_darkblue.has_icon .container {
    padding: 100px 0 5px 0; }
  .text_top_image_bottom .container {
    padding: 70px 0; }
    @media (min-width: 992px) {
      .text_top_image_bottom .container {
        padding: 135px 0; } }
    .text_top_image_bottom .container .button {
      margin-top: 30px; }
    .text_top_image_bottom .container .text_wrapper {
      width: 100%;
      margin: auto;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .text_top_image_bottom .container .text_wrapper {
          padding-left: 0;
          padding-right: 0; } }
      @media (min-width: 992px) {
        .text_top_image_bottom .container .text_wrapper .content {
          width: 80%;
          margin: auto; } }
    .text_top_image_bottom .container .img_wrapper {
      padding: 60px 15px 0 15px; }
      @media (min-width: 992px) {
        .text_top_image_bottom .container .img_wrapper {
          padding-left: 0;
          padding-right: 0; } }

.catalog {
  text-align: center; }
  .catalog h2 {
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 15px; }
  .catalog p {
    font-size: 18px; }
  .catalog .container {
    padding: 70px 0; }
    @media (min-width: 992px) {
      .catalog .container {
        padding: 100px 0; } }
    .catalog .container:first-child {
      padding-bottom: 70px; }
    .catalog .container .button {
      margin-top: 30px; }
    .catalog .container .text_wrapper {
      width: 100%;
      margin: auto;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .catalog .container .text_wrapper {
          width: 80%;
          padding-left: 0;
          padding-right: 0; } }
  .catalog .button-row {
    padding: 60px 0 80px 0; }
  .catalog .slider-wrapper {
    padding: 0 40px; }
    @media (min-width: 992px) {
      .catalog .slider-wrapper {
        padding: 0 200px; } }
    .catalog .slider-wrapper .slider {
      margin: 0;
      padding: 0;
      list-style: none;
      position: relative; }
      .catalog .slider-wrapper .slider .slick-list {
        overflow: hidden; }
      .catalog .slider-wrapper .slider .slick-track {
        display: block; }
      .catalog .slider-wrapper .slider .slick-slide {
        background-color: #f7f7f7;
        display: inline-block;
        vertical-align: top;
        margin: 15px 0;
        padding: 50px 20px 50px 20px;
        position: relative; }
        .catalog .slider-wrapper .slider .slick-slide:focus, .catalog .slider-wrapper .slider .slick-slide:hover {
          outline: none; }
        .catalog .slider-wrapper .slider .slick-slide:before {
          content: "";
          display: block;
          position: absolute;
          left: 15px;
          border-radius: 20px;
          top: 15px;
          z-index: 9;
          width: calc(100% - 30px);
          height: calc(100% - 30px);
          -webkit-box-shadow: 5px 5px 5px rgba(211, 211, 211, 0.5), -2px -2px 2px rgba(211, 211, 211, 0.3);
                  box-shadow: 5px 5px 5px rgba(211, 211, 211, 0.5), -2px -2px 2px rgba(211, 211, 211, 0.3); }
        .catalog .slider-wrapper .slider .slick-slide .content {
          position: relative;
          z-index: 10; }
        .catalog .slider-wrapper .slider .slick-slide .img-wrapper {
          height: 200px;
          display: block;
          position: relative;
          z-index: 11; }
        .catalog .slider-wrapper .slider .slick-slide h2 {
          text-align: left;
          padding: 0 20px;
          font-size: 26px;
          font-family: "Kanit", sans-serif;
          font-weight: 400; }
          .catalog .slider-wrapper .slider .slick-slide h2 a {
            color: #000068; }
        .catalog .slider-wrapper .slider .slick-slide h4 {
          text-align: left;
          padding: 0 20px;
          color: #b7cbd5;
          font-size: 24px;
          font-weight: 400; }
          .catalog .slider-wrapper .slider .slick-slide h4:after {
            display: inline;
            content: " >";
            background-color: transparent; }
        .catalog .slider-wrapper .slider .slick-slide img {
          margin-bottom: 40px; }
    .catalog .slider-wrapper .slider-prev,
    .catalog .slider-wrapper .slider-next {
      color: #d7e2e8;
      font-size: 40px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      cursor: pointer;
      position: absolute; }
      .catalog .slider-wrapper .slider-prev:before,
      .catalog .slider-wrapper .slider-next:before {
        color: #d7e2e8;
        font-size: 40px; }
    .catalog .slider-wrapper .slider-prev {
      left: -20px; }
      @media (min-width: 992px) {
        .catalog .slider-wrapper .slider-prev {
          left: -40px; } }
    .catalog .slider-wrapper .slider-next {
      right: -20px; }
      @media (min-width: 992px) {
        .catalog .slider-wrapper .slider-next {
          right: -40px; } }

.features {
  color: #000068; }
  .features h2 {
    text-align: center; }
  .features.columns_3 .container {
    border-bottom: 1px solid #000068;
    padding: 70px 0 10px 0; }
    @media (min-width: 992px) {
      .features.columns_3 .container {
        padding: 140px 0 50px 0; } }
  .features .container {
    padding: 140px 0 80px 0; }
    .features .container > .row {
      padding: 0px 15px; }
  .features .button_row {
    text-align: center; }
  .features ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin: 0;
    padding: 0;
    width: 100%; }
    @media (min-width: 992px) {
      .features ul {
        width: 75%;
        margin: auto; } }
    .features ul li {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      list-style: none;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 60px; }
      @media (min-width: 600px) {
        .features ul li {
          width: 50%; } }
      .features ul li .img_wrapper {
        width: 33.333%; }
      .features ul li .text_wrapper {
        width: 66.666%;
        padding-left: 10px; }
        @media (min-width: 992px) {
          .features ul li .text_wrapper {
            padding-right: 60px; } }
        .features ul li .text_wrapper h3 {
          margin: 0;
          padding: 0 0 10px 0;
          font-size: 20px;
          line-height: 1.2; }
          .features ul li .text_wrapper h3:after {
            display: none; }
        .features ul li .text_wrapper p {
          font-size: 14px; }
  .features.columns_3 ul {
    width: 100%; }
    @media (min-width: 600px) {
      .features.columns_3 ul li {
        width: 33.333%; } }
    @media (max-width: 576px) {
      .features.columns_3 ul {
        padding: 0px 15px; } }

.centered-text {
  position: relative;
  background: #000068;
  font-family: "Kanit", sans-serif; }
  .centered-text .container {
    padding-top: 106px;
    padding-bottom: 120px; }
  .centered-text > img {
    max-width: 100px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateY(-30%) translateX(-50%);
        -ms-transform: translateY(-30%) translateX(-50%);
            transform: translateY(-30%) translateX(-50%); }
  .centered-text h2 {
    margin-bottom: 20px;
    font-family: "Podkova", serif;
    font-size: 40px; }
  .centered-text h3 {
    width: 85%;
    margin: 0 auto 20px auto;
    padding: 0;
    font-size: 23px; }
    .centered-text h3::after {
      content: none; }
  .centered-text p {
    font-size: 16px;
    font-weight: 400; }
  .centered-text .button {
    margin-top: 30px; }

.images-with-text {
  text-align: center; }
  @media (min-width: 992px) {
    .images-with-text .button-container {
      margin-top: 40px; } }
  .images-with-text .container {
    padding-top: 100px;
    padding-bottom: 100px; }
    @media (min-width: 1200px) {
      .images-with-text .container {
        width: 1140px; } }
    @media (min-width: 1458px) {
      .images-with-text .container {
        width: 1458px; } }
  .images-with-text h2 {
    margin-bottom: 80px; }
  .images-with-text .image {
    text-align: center;
    margin-bottom: 100px; }
    @media (min-width: 992px) {
      .images-with-text .image {
        margin-bottom: 0; }
        .images-with-text .image::after {
          content: "";
          position: absolute;
          right: -20px;
          top: 90px;
          width: 61px;
          height: 26px;
          background: url("../img/arrow-right.png") no-repeat center;
          background-size: 40px 20px; } }
    @media (min-width: 1200px) {
      .images-with-text .image::after {
        right: -31px;
        background-size: auto; } }
    .images-with-text .image .img_wrap {
      min-height: 215px;
      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; }
    .images-with-text .image.img_4::after {
      content: none; }
    .images-with-text .image h3 {
      padding: 0;
      margin-top: 25px;
      margin-bottom: 20px;
      font-size: 25px; }
      .images-with-text .image h3::after {
        content: none; }
    .images-with-text .image p {
      font-size: 16px; }
  @media (min-width: 768px) {
    .images-with-text .row.is-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.horizontal-separator {
  padding-top: 30px;
  padding-bottom: 30px; }
  .horizontal-separator hr {
    border-top-width: 1px;
    border-color: #000068; }
  .horizontal-separator.bg_darkblue hr {
    border-color: #f7f7f7; }
  .horizontal-separator .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 992px) {
      .horizontal-separator .container {
        width: 970px;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 1200px) {
      .horizontal-separator .container {
        width: 1260px; } }

.four-images-with-text {
  background: #d7e2e8; }
  .four-images-with-text .container {
    padding-top: 50px;
    padding-bottom: 50px; }
  .four-images-with-text .section_head {
    margin-bottom: 105px;
    text-align: center; }
    .four-images-with-text .section_head h2 {
      font-size: 40px; }
    .four-images-with-text .section_head > p {
      margin-top: 20px; }
  @media (min-width: 768px) {
    .four-images-with-text .row.is-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .four-images-with-text .image_sec_wrap {
    margin-bottom: 70px;
    text-align: center; }
    @media (min-width: 768px) {
      .four-images-with-text .image_sec_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        text-align: left; } }
    @media (min-width: 992px) {
      .four-images-with-text .image_sec_wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .four-images-with-text .image_sec_wrap h3 {
      margin-top: 0;
      padding-top: 0;
      margin-bottom: 5px;
      font-size: 22px; }
      .four-images-with-text .image_sec_wrap h3::after {
        content: none; }
    .four-images-with-text .image_sec_wrap .image_wrap {
      margin-bottom: 35px; }
      @media (min-width: 992px) {
        .four-images-with-text .image_sec_wrap .image_wrap {
          margin-bottom: 0; } }
    @media (min-width: 992px) {
      .four-images-with-text .image_sec_wrap .text_wrap {
        max-width: 235px; } }
    @media (min-width: 1200px) {
      .four-images-with-text .image_sec_wrap .text_wrap {
        max-width: 290px; } }

.single-testimonial {
  text-align: center; }
  .single-testimonial .container {
    padding-top: 85px;
    padding-bottom: 100px; }
    .single-testimonial .container img {
      margin: 0 auto 65px auto; }
    .single-testimonial .container .testimonial {
      margin-bottom: 40px;
      font-size: 30px;
      font-style: italic; }
    .single-testimonial .container .name {
      font-size: 16px;
      margin-bottom: 40px; }
    .single-testimonial .container .button {
      margin-top: 30px; }

.rich-text .container {
  padding-top: 60px;
  padding-bottom: 50px; }

.cta_grid {
  padding: 90px 0 70px 0; }
  .cta_grid ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    @media (min-width: 768px) {
      .cta_grid ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .cta_grid ul li {
      margin-bottom: 40px; }
      .cta_grid ul li .button {
        margin-top: 30px; }
      .cta_grid ul li .img_wrap {
        height: 100px;
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center; }
      @media (min-width: 768px) {
        .cta_grid ul li {
          max-width: 350px;
          display: inline-block; } }

.blog .col_in,
.category .col_in,
.author .col_in {
  padding-bottom: 70px;
  margin-bottom: 35px;
  border-bottom: 1px solid #000068; }
  @media (min-width: 992px) {
    .blog .col_in,
    .category .col_in,
    .author .col_in {
      border-bottom: 0; } }

.blog .page_title,
.category .page_title,
.author .page_title {
  padding: 55px 0 46px 0;
  margin-bottom: 58px;
  background: #000068;
  color: #fff;
  text-align: center; }
  .blog .page_title h1,
  .category .page_title h1,
  .author .page_title h1 {
    font-size: 43px; }
    .blog .page_title h1::after,
    .category .page_title h1::after,
    .author .page_title h1::after {
      content: none; }

.blog .posts_list > ul > li,
.category .posts_list > ul > li,
.author .posts_list > ul > li {
  margin-bottom: 70px;
  padding-bottom: 0;
  border-bottom: 0; }
  .blog .posts_list > ul > li:last-child,
  .category .posts_list > ul > li:last-child,
  .author .posts_list > ul > li:last-child {
    margin-bottom: 0; }
  .blog .posts_list > ul > li a:hover,
  .category .posts_list > ul > li a:hover,
  .author .posts_list > ul > li a:hover {
    text-decoration: none; }
  .blog .posts_list > ul > li h4,
  .category .posts_list > ul > li h4,
  .author .posts_list > ul > li h4 {
    font-size: 30px; }
  .blog .posts_list > ul > li .post_thumbnail,
  .category .posts_list > ul > li .post_thumbnail,
  .author .posts_list > ul > li .post_thumbnail {
    margin-bottom: 27px; }
  .blog .posts_list > ul > li .stm_post_details,
  .category .posts_list > ul > li .stm_post_details,
  .author .posts_list > ul > li .stm_post_details {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000068; }
    .blog .posts_list > ul > li .stm_post_details ul,
    .category .posts_list > ul > li .stm_post_details ul,
    .author .posts_list > ul > li .stm_post_details ul {
      width: auto; }
      .blog .posts_list > ul > li .stm_post_details ul li,
      .category .posts_list > ul > li .stm_post_details ul li,
      .author .posts_list > ul > li .stm_post_details ul li {
        padding: 0;
        color: #000068;
        font-size: 16px; }
        @media (min-width: 768px) {
          .blog .posts_list > ul > li .stm_post_details ul li,
          .category .posts_list > ul > li .stm_post_details ul li,
          .author .posts_list > ul > li .stm_post_details ul li {
            margin-left: 5px; } }
        .blog .posts_list > ul > li .stm_post_details ul li::before,
        .category .posts_list > ul > li .stm_post_details ul li::before,
        .author .posts_list > ul > li .stm_post_details ul li::before {
          content: none; }
    .blog .posts_list > ul > li .stm_post_details .post_cat,
    .category .posts_list > ul > li .stm_post_details .post_cat,
    .author .posts_list > ul > li .stm_post_details .post_cat {
      margin-left: 0; }
      @media (min-width: 768px) {
        .blog .posts_list > ul > li .stm_post_details .post_cat,
        .category .posts_list > ul > li .stm_post_details .post_cat,
        .author .posts_list > ul > li .stm_post_details .post_cat {
          margin-left: 10px; } }
      .blog .posts_list > ul > li .stm_post_details .post_cat span,
      .category .posts_list > ul > li .stm_post_details .post_cat span,
      .author .posts_list > ul > li .stm_post_details .post_cat span {
        padding: 2px 10px;
        margin-bottom: 5px;
        margin-right: 5px;
        display: inline-block;
        color: #000068;
        border: 1px solid #000068;
        border-radius: 13px; }
        @media (min-width: 768px) {
          .blog .posts_list > ul > li .stm_post_details .post_cat span,
          .category .posts_list > ul > li .stm_post_details .post_cat span,
          .author .posts_list > ul > li .stm_post_details .post_cat span {
            margin-bottom: 0; } }
    .blog .posts_list > ul > li .stm_post_details .post_by,
    .category .posts_list > ul > li .stm_post_details .post_by,
    .author .posts_list > ul > li .stm_post_details .post_by {
      margin-left: 0;
      float: left; }
      .blog .posts_list > ul > li .stm_post_details .post_by span,
      .category .posts_list > ul > li .stm_post_details .post_by span,
      .author .posts_list > ul > li .stm_post_details .post_by span {
        font-weight: 600;
        color: #000068; }
    .blog .posts_list > ul > li .stm_post_details .post_date,
    .category .posts_list > ul > li .stm_post_details .post_date,
    .author .posts_list > ul > li .stm_post_details .post_date {
      margin-left: 5px;
      float: left; }
  .blog .posts_list > ul > li h4,
  .category .posts_list > ul > li h4,
  .author .posts_list > ul > li h4 {
    padding: 0;
    color: #000068; }
    .blog .posts_list > ul > li h4::after,
    .category .posts_list > ul > li h4::after,
    .author .posts_list > ul > li h4::after {
      content: none; }
  .blog .posts_list > ul > li .post_excerpt,
  .category .posts_list > ul > li .post_excerpt,
  .author .posts_list > ul > li .post_excerpt {
    color: #000068;
    font-size: 16px; }
  .blog .posts_list > ul > li .post_read_more,
  .category .posts_list > ul > li .post_read_more,
  .author .posts_list > ul > li .post_read_more {
    text-decoration: underline;
    font-size: 16px;
    color: #00aeef; }

.blog ul.page-numbers,
.category ul.page-numbers,
.author ul.page-numbers {
  margin: 70px 0 0 0;
  font-size: 16px; }
  .blog ul.page-numbers li,
  .category ul.page-numbers li,
  .author ul.page-numbers li {
    border: 0;
    background: #000068; }
    .blog ul.page-numbers li .page-numbers,
    .category ul.page-numbers li .page-numbers,
    .author ul.page-numbers li .page-numbers {
      min-width: auto;
      width: 23px;
      height: 23px;
      padding: 0;
      display: inline-block;
      border: 0;
      color: #fff;
      vertical-align: middle;
      text-align: center;
      line-height: 23px; }
      .blog ul.page-numbers li .page-numbers i,
      .category ul.page-numbers li .page-numbers i,
      .author ul.page-numbers li .page-numbers i {
        line-height: 23px; }

.blog .blog_search_form,
.category .blog_search_form,
.author .blog_search_form {
  margin-bottom: 40px; }
  .blog .blog_search_form .search-form,
  .category .blog_search_form .search-form,
  .author .blog_search_form .search-form {
    position: relative; }
    .blog .blog_search_form .search-form .form-control,
    .category .blog_search_form .search-form .form-control,
    .author .blog_search_form .search-form .form-control {
      padding: 13px 50px 13px 15px;
      background: #fff;
      border: 2px solid #000068;
      color: #000068;
      font-size: 16px; }
    .blog .blog_search_form .search-form button,
    .category .blog_search_form .search-form button,
    .author .blog_search_form .search-form button {
      background: transparent;
      color: #000068;
      position: absolute;
      right: 0;
      top: 0;
      width: 44px;
      height: 44px;
      text-align: center;
      border: none;
      font-size: 17px;
      outline: none !important;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.blog .sidebar-area .widget_search,
.category .sidebar-area .widget_search,
.author .sidebar-area .widget_search {
  display: none; }
  @media (min-width: 992px) {
    .blog .sidebar-area .widget_search,
    .category .sidebar-area .widget_search,
    .author .sidebar-area .widget_search {
      display: block; } }

.search #main {
  background-color: #d7e2e8; }

.search .search-header {
  padding-top: 60px; }

.search .search-results-holder {
  max-width: 960px;
  margin: auto;
  color: #000068; }

.search .search-result {
  font-weight: bold;
  padding-bottom: 30px; }
  .search .search-result:hover {
    text-decoration: none; }
    .search .search-result:hover h3,
    .search .search-result:hover .text {
      color: #30abe0; }
  .search .search-result:last-child {
    padding-bottom: 0; }
  .search .search-result h3 {
    margin-bottom: 15px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  .search .search-result .text {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    color: #000068; }

.sidebar-area .widget {
  margin: 0;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #000068; }
  .sidebar-area .widget:last-child {
    border-bottom: 0; }
  .sidebar-area .widget .button {
    background-color: #fdca37;
    border-color: #fdca37;
    color: #000068;
    border-radius: 100px;
    padding: 6px 30px;
    font-size: 16px;
    font-weight: 300;
    font-family: "Kanit", sans-serif; }
    .sidebar-area .widget .button:hover {
      background-color: #30abe0;
      border-color: #30abe0; }
  .sidebar-area .widget .widget_title {
    margin-bottom: 15px;
    color: #000068;
    font-size: 22px;
    border: 0; }
    .sidebar-area .widget .widget_title a {
      color: #000068;
      text-decoration: none; }
  .sidebar-area .widget.widget_search .search-form .form-control {
    background: #fff;
    border: 2px solid #000068;
    color: #000068;
    font-size: 16px; }
  .sidebar-area .widget.widget_search .search-form button {
    background: transparent;
    color: #000068; }
  .sidebar-area .widget.widget_tag_cloud .tagcloud a {
    border: 2px solid #000068;
    border-radius: 13px;
    color: #000068; }
  .sidebar-area .widget.widget_a2a_follow_widget .a2a_kit .a2a_svg {
    padding: 5px;
    border-radius: 50% !important; }
  @media (min-width: 768px) {
    .sidebar-area .widget.widget_recent_posts_with_thumbnail ul {
      -webkit-column-count: 2;
              column-count: 2; } }
  @media (min-width: 992px) {
    .sidebar-area .widget.widget_recent_posts_with_thumbnail ul {
      -webkit-column-count: auto;
              column-count: auto; } }
  .sidebar-area .widget.widget_recent_posts_with_thumbnail img {
    float: left; }
  .sidebar-area .widget.widget_recent_posts_with_thumbnail .text {
    margin-left: 117px; }
    .sidebar-area .widget.widget_recent_posts_with_thumbnail .text a {
      font-size: 16px;
      font-family: "Kanit", sans-serif;
      font-weight: 400; }
    .sidebar-area .widget.widget_recent_posts_with_thumbnail .text .post-date {
      padding: 0;
      color: #000068;
      font-size: 10px; }
      .sidebar-area .widget.widget_recent_posts_with_thumbnail .text .post-date::before {
        content: none; }
  .sidebar-area .widget.widget_cta_text {
    color: #000068;
    font-size: 16px; }
  .sidebar-area .widget.widget_featured_post:first-child .title, .sidebar-area .widget.widget_popular_posts:first-child .title {
    margin-top: 0; }
  .sidebar-area .widget.widget_featured_post ul, .sidebar-area .widget.widget_popular_posts ul {
    list-style: none;
    padding: 0; }
    .sidebar-area .widget.widget_featured_post ul li, .sidebar-area .widget.widget_popular_posts ul li {
      margin-bottom: 35px; }
  .sidebar-area .widget.widget_featured_post .title, .sidebar-area .widget.widget_popular_posts .title {
    display: block;
    margin: 15px 0;
    color: #000068;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Podkova", serif;
    text-decoration: none; }
  .sidebar-area .widget.widget_featured_post .excerpt, .sidebar-area .widget.widget_popular_posts .excerpt {
    color: #000068;
    line-height: 1.6; }
  .sidebar-area .widget.widget_popular_posts ul li img {
    float: left; }
  .sidebar-area .widget.widget_popular_posts ul li .text {
    margin-left: 117px; }
    .sidebar-area .widget.widget_popular_posts ul li .text .title {
      font-size: 18px;
      font-weight: 400;
      font-family: "Kanit", sans-serif; }
  .sidebar-area .widget.widget_popular_posts ul li .post-date {
    font-size: 10px;
    color: #000068; }

.page-template-template-academy .hero {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 55px 0;
  background: #000068;
  color: #fff;
  text-align: center; }
  @media (min-width: 768px) {
    .page-template-template-academy .hero {
      text-align: left; } }

@media (min-width: 768px) {
  .page-template-template-academy .row.is-flex {
    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; } }

.page-template-template-academy .text_wrap {
  margin-bottom: 50px;
  font-size: 16px;
  font-family: "Kanit", sans-serif; }
  @media (min-width: 768px) {
    .page-template-template-academy .text_wrap {
      margin-bottom: 0; } }
  .page-template-template-academy .text_wrap h1 {
    margin: 0 0 18px 0;
    color: #fff;
    font-size: 43px; }
    .page-template-template-academy .text_wrap h1::after {
      content: none; }

.page-template-template-academy .content_tabs {
  margin-top: 40px; }
  .page-template-template-academy .content_tabs .panel {
    border: 0;
    border-radius: 0; }
  .page-template-template-academy .content_tabs .panel-heading {
    padding: 10px 0;
    background: transparent;
    text-align: center; }
    .page-template-template-academy .content_tabs .panel-heading h4::after {
      content: none; }
    .page-template-template-academy .content_tabs .panel-heading h4 a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      color: #000068;
      text-decoration: none; }
      .page-template-template-academy .content_tabs .panel-heading h4 a.collapsed > p::after {
        content: "\f107"; }
      .page-template-template-academy .content_tabs .panel-heading h4 a > p {
        padding-right: 25px;
        position: relative;
        font-size: 25px;
        font-family: "Kanit", sans-serif;
        font-weight: 500; }
        .page-template-template-academy .content_tabs .panel-heading h4 a > p::after {
          content: "\f106";
          font-family: FontAwesome;
          position: absolute;
          right: 0;
          bottom: 0;
          top: 0; }
  .page-template-template-academy .content_tabs .panel-collapse.in .panel-body, .page-template-template-academy .content_tabs .panel-collapse.collapsing .panel-body {
    border: 0; }
  .page-template-template-academy .content_tabs .nav-tabs {
    border: 0;
    text-align: center; }
    @media (min-width: 768px) {
      .page-template-template-academy .content_tabs .nav-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .page-template-template-academy .content_tabs .nav-tabs li {
      float: none;
      display: inline-block;
      text-align: center;
      font-size: 20px;
      font-family: "Kanit", sans-serif;
      font-weight: 500; }
      @media (min-width: 992px) {
        .page-template-template-academy .content_tabs .nav-tabs li {
          width: 156.6666px; } }
      @media (min-width: 1200px) {
        .page-template-template-academy .content_tabs .nav-tabs li {
          width: 200px; } }
      .page-template-template-academy .content_tabs .nav-tabs li a {
        border: 0;
        color: #000068; }
        .page-template-template-academy .content_tabs .nav-tabs li a:hover {
          border: 0;
          background: transparent; }
  .page-template-template-academy .content_tabs .img_wrap {
    min-height: 125px; }
  .page-template-template-academy .content_tabs .intro_text {
    position: relative;
    padding: 20px 20px 5px 20px;
    margin-top: 30px;
    margin-bottom: 60px;
    border: 2px solid currentcolor;
    text-align: center; }
    @media (min-width: 992px) {
      .page-template-template-academy .content_tabs .intro_text {
        padding: 40px 40px 25px 40px; }
        .page-template-template-academy .content_tabs .intro_text::before {
          content: ' ';
          position: absolute;
          width: 0;
          height: 0;
          left: calc(78.33px - 14px);
          top: -26px;
          border: 13px solid;
          border-color: transparent transparent  currentcolor transparent; }
        .page-template-template-academy .content_tabs .intro_text::after {
          content: ' ';
          position: absolute;
          width: 0;
          height: 0;
          left: calc(78.33px - 10px);
          top: -18px;
          border: 9px solid;
          border-color: transparent transparent  #fff transparent; } }
    @media (min-width: 1200px) {
      .page-template-template-academy .content_tabs .intro_text::before {
        top: -25px; }
      .page-template-template-academy .content_tabs .intro_text::after {
        top: -17px; } }
    .page-template-template-academy .content_tabs .intro_text p {
      font-size: 16px;
      font-weight: 600;
      color: #777777; }
  @media (min-width: 1200px) {
    .page-template-template-academy .content_tabs #tab_1 .intro_text::before {
      left: 89px; }
    .page-template-template-academy .content_tabs #tab_1 .intro_text::after {
      left: 93px; } }
  @media (min-width: 992px) {
    .page-template-template-academy .content_tabs #tab_2 .intro_text::before {
      left: 220.99px; }
    .page-template-template-academy .content_tabs #tab_2 .intro_text::after {
      left: 224.99px; } }
  @media (min-width: 1200px) {
    .page-template-template-academy .content_tabs #tab_2 .intro_text::before {
      left: 294px; }
    .page-template-template-academy .content_tabs #tab_2 .intro_text::after {
      left: 298px; } }
  @media (min-width: 992px) {
    .page-template-template-academy .content_tabs #tab_3 .intro_text::before {
      left: 377.65px; }
    .page-template-template-academy .content_tabs #tab_3 .intro_text::after {
      left: 381.65px; } }
  @media (min-width: 1200px) {
    .page-template-template-academy .content_tabs #tab_3 .intro_text::before {
      left: 497px; }
    .page-template-template-academy .content_tabs #tab_3 .intro_text::after {
      left: 501px; } }
  @media (min-width: 992px) {
    .page-template-template-academy .content_tabs #tab_4 .intro_text::before {
      left: 534.31px; }
    .page-template-template-academy .content_tabs #tab_4 .intro_text::after {
      left: 538.31px; } }
  @media (min-width: 1200px) {
    .page-template-template-academy .content_tabs #tab_4 .intro_text::before {
      left: 702px; }
    .page-template-template-academy .content_tabs #tab_4 .intro_text::after {
      left: 706px; } }
  @media (min-width: 992px) {
    .page-template-template-academy .content_tabs #tab_5 .intro_text::before {
      left: 694.97px; }
    .page-template-template-academy .content_tabs #tab_5 .intro_text::after {
      left: 699px; } }
  @media (min-width: 1200px) {
    .page-template-template-academy .content_tabs #tab_5 .intro_text::before {
      left: 905px; }
    .page-template-template-academy .content_tabs #tab_5 .intro_text::after {
      left: 909px; } }
  @media (min-width: 992px) {
    .page-template-template-academy .content_tabs #tab_6 .intro_text::before {
      left: 847.63px; }
    .page-template-template-academy .content_tabs #tab_6 .intro_text::after {
      left: 852px; } }
  @media (min-width: 1200px) {
    .page-template-template-academy .content_tabs #tab_6 .intro_text::before {
      left: 1110px; }
    .page-template-template-academy .content_tabs #tab_6 .intro_text::after {
      left: 1114px; } }
  .page-template-template-academy .content_tabs .cta_boxes .box {
    margin-bottom: 30px; }
  .page-template-template-academy .content_tabs .cta_boxes .wrap {
    padding: 20px 30px 30px 30px;
    border-radius: 22px;
    -webkit-box-shadow: -2px 2px 9px rgba(0, 0, 0, 0.1);
            box-shadow: -2px 2px 9px rgba(0, 0, 0, 0.1);
    background-color: #f6f6f6;
    color: #000068; }
    .page-template-template-academy .content_tabs .cta_boxes .wrap h4 {
      padding: 0;
      margin-top: 30px;
      color: #000068; }
      .page-template-template-academy .content_tabs .cta_boxes .wrap h4::after {
        content: none; }
    .page-template-template-academy .content_tabs .cta_boxes .wrap .button {
      background-color: #fdca37;
      border-color: #fdca37;
      color: #000068;
      border-radius: 100px;
      padding: 6px 30px;
      font-size: 16px;
      font-weight: 300;
      font-family: "Kanit", sans-serif; }
      .page-template-template-academy .content_tabs .cta_boxes .wrap .button:hover {
        background-color: #30abe0;
        border-color: #30abe0; }
    .page-template-template-academy .content_tabs .cta_boxes .wrap .label {
      color: #000068;
      font-size: 13px;
      border-radius: 12px;
      border: 2px solid #000068;
      float: right; }
  @media (min-width: 768px) {
    .page-template-template-academy .content_tabs .videos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .page-template-template-academy .content_tabs .videos .video {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .page-template-template-academy .content_tabs .videos .video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .page-template-template-academy .content_tabs .videos .video a:hover {
      text-decoration: none; }
    .page-template-template-academy .content_tabs .videos .video h4 {
      padding: 0;
      margin-top: 30px;
      color: #000068; }
      .page-template-template-academy .content_tabs .videos .video h4::after {
        content: none; }
    .page-template-template-academy .content_tabs .videos .video img {
      margin: 0 auto; }
      @media (max-width: 767px) {
        .page-template-template-academy .content_tabs .videos .video img {
          margin: 0 auto; } }

.page-template-template-academy .wrap {
  min-height: 345px; }

.page-template-template-academy .wrap p {
  max-height: 100px;
  overflow: hidden; }

.page-template-template-academy .page-template-template-academy .content_tabs .cta_boxes .wrap .button {
  position: absolute;
  bottom: 20px; }

.page-template-template-download .hero {
  padding-top: 90px;
  padding-bottom: 270px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-bottom: 50px;
  text-align: center;
  position: relative; }
  .page-template-template-download .hero .subtitle {
    color: #000068;
    font-family: "Kanit", sans-serif; }
  .page-template-template-download .hero .col-md-6 {
    z-index: 2; }
  .page-template-template-download .hero img.hero__image {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 5px;
    max-width: none;
    width: auto;
    height: calc(100% - 10px);
    opacity: 0.25; }

.page-template-template-download #test.hero img.hero__image {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
  max-width: none;
  height: calc(100% - 10px);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  opacity: 0.1; }

.page-template-template-download .gs_dropdown {
  display: inline-block;
  width: 225px;
  margin-top: 40px;
  background-color: #ffc917;
  -webkit-box-shadow: -2px 3px 7px rgba(0, 0, 0, 0.18);
          box-shadow: -2px 3px 7px rgba(0, 0, 0, 0.18);
  border-radius: 20px;
  color: #000068;
  font-family: "Kanit", sans-serif; }
  .page-template-template-download .gs_dropdown.open {
    border-radius: 20px 20px 0 0;
    background-color: #ffc917; }
  .page-template-template-download .gs_dropdown .btn-default {
    width: 225px;
    border: 0;
    padding-top: 10px;
    padding-bottom: 11px;
    text-align: center;
    background-color: #ffc917;
    color: #000068;
    border-radius: 20px;
    font-size: 15px; }
    .page-template-template-download .gs_dropdown .btn-default:active:focus {
      outline: 0; }
  .page-template-template-download .gs_dropdown.open .btn-default {
    background-color: #000068;
    color: #fff; }
  .page-template-template-download .gs_dropdown .dropdown-menu {
    width: 225px;
    margin-top: 0;
    border: 0;
    text-align: center;
    background-color: #ffc917;
    -webkit-box-shadow: -2px 3px 7px rgba(0, 0, 0, 0.18);
            box-shadow: -2px 3px 7px rgba(0, 0, 0, 0.18);
    border-radius: 20px;
    color: #000068; }
    .page-template-template-download .gs_dropdown .dropdown-menu li {
      margin: 0 15px;
      padding: 15px 0;
      border-bottom: 2px dotted #ffffff;
      font-size: 15px; }
      .page-template-template-download .gs_dropdown .dropdown-menu li:last-child {
        border-bottom: 0; }
      .page-template-template-download .gs_dropdown .dropdown-menu li a,
      .page-template-template-download .gs_dropdown .dropdown-menu li a:hover,
      .page-template-template-download .gs_dropdown .dropdown-menu li a:focus,
      .page-template-template-download .gs_dropdown .dropdown-menu li a:visited {
        background: transparent;
        color: inherit;
        text-decoration: none; }
  .page-template-template-download .gs_dropdown.open .caret {
    border-top: 0;
    border-bottom: 4px solid; }
  .page-template-template-download .gs_dropdown.open .dropdown-menu {
    border-radius: 0 0 20px 20px; }

.page-template-template-download .content-area {
  margin-bottom: 140px; }

.page-template-template-download .content_tabs h1 {
  text-align: center; }

.page-template-template-download .nav-tabs {
  width: 100%;
  display: table;
  margin-top: 50px; }
  .page-template-template-download .nav-tabs li {
    display: table-cell;
    float: none; }
    .page-template-template-download .nav-tabs li a {
      margin: 0;
      border: 2px solid #cccccc;
      border-radius: 0;
      background: #fff;
      color: #000068;
      font-family: "Podkova", serif;
      font-size: 23px;
      font-weight: 700; }
      .page-template-template-download .nav-tabs li a:hover, .page-template-template-download .nav-tabs li a:focus {
        border: 2px solid #cccccc; }
    .page-template-template-download .nav-tabs li.active a {
      background: #000068;
      color: #ffffff; }
    .page-template-template-download .nav-tabs li:last-child a {
      border-left: 0; }

.page-template-template-download .tab-content {
  padding: 40px 20px;
  border-width: 2px;
  border-style: solid;
  border-color: #cccccc;
  border-top-width: 0; }
  @media (min-width: 992px) {
    .page-template-template-download .tab-content {
      padding: 40px; } }

.page-template-template-download .centered-text.bg_lightblue h2, .page-template-template-download .centered-text.bg_lightblue p {
  color: #000068; }

.page-template-template-download .centered-text .button {
  position: relative;
  padding: 6px 30px 6px 50px; }
  .page-template-template-download .centered-text .button::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 25px;
    background: url("../img/plug-icon.png") no-repeat center; }

.post-template-default .content-area {
  padding-top: 30px; }

.post-template-default.single.single-post #wrapper .entry-content b,
.post-template-default.single.single-post #wrapper .entry-content strong {
  font-family: 'Open Sans', sans-serif; }

.page-template-default .page_title_2 {
  margin-top: 40px; }

@media (max-width: 991px) {
  .page-careers section.image_left_text_right ul,
  .page-careers section.image_left_text_right p,
  .page-careers section.image_left_text_right h3 {
    text-align: left; } }

body.error404 {
  background: transparent !important;
  background-size: cover;
  background-repeat: no-repeat; }
  body.error404 .page_title {
    padding: 55px 0 46px 0;
    margin-bottom: 58px;
    background: #000068;
    color: #fff;
    text-align: center; }
    body.error404 .page_title h1 {
      font-size: 43px; }
      body.error404 .page_title h1::after {
        content: none; }
  body.error404 .blog_search_form {
    margin: 40px 0; }
    body.error404 .blog_search_form .search-form {
      position: relative; }
      body.error404 .blog_search_form .search-form .form-control {
        padding: 13px 50px 13px 15px;
        background: #fff;
        border: 2px solid #000068;
        color: #000068;
        font-size: 16px; }
      body.error404 .blog_search_form .search-form button {
        background: transparent;
        color: #000068;
        position: absolute;
        right: 0;
        top: 0;
        width: 44px;
        height: 44px;
        text-align: center;
        border: none;
        font-size: 17px;
        outline: none !important;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  body.error404 h3 {
    padding: 0;
    margin: 10px 0 15px 0; }
  body.error404 .rps_title {
    color: #000068; }
    body.error404 .rps_title::after {
      content: none; }
  body.error404 .relevant_pages article {
    margin-bottom: 30px; }
  body.error404 #footer {
    background: #fff; }

.author-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.author-picture {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .author-picture {
      margin: 0; } }
  .author-picture img {
    display: block;
    width: 100%;
    max-width: 100%; }

.author-name, .author-bio {
  padding-top: 0;
  margin-bottom: 15px;
  text-align: left; }

@media (max-width: 767px) {
  .author-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .author-info {
    margin-top: 30px;
    margin-left: 0; }
    .author-profile .author-info .author-name {
      font-size: 34px; }
    .author-info .author-name, .author-info .author-bio {
      text-align: center; } }

body.modal-open #main, body.modal-open .content_wrapper {
  position: static; }

.modal {
  z-index: 100001; }
  .modal p {
    margin: 0;
    color: #000069; }
  .modal br {
    display: none; }
  .modal .modal-body {
    color: #000069; }
    .modal .modal-body h4 {
      color: #000069; }
    .modal .modal-body p {
      margin-bottom: 15px;
      color: #000069; }
    .modal .modal-body br {
      display: inline; }
  .modal .modal-title {
    margin: 0;
    padding: 0;
    color: #000069; }

.modal-backdrop {
  z-index: 100000; }

.yellow-button {
  background-color: #fdca37;
  border-color: #fdca37;
  color: #000068;
  border-radius: 100px;
  padding: 6px 30px;
  font-size: 16px;
  font-weight: 300;
  font-family: "Kanit", sans-serif; }
  .yellow-button:hover {
    background-color: #30abe0;
    border-color: #30abe0; }

#mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu > li > ul.mega-sub-menu > li.mega-menu-row {
  margin: 0 auto !important;
  float: none !important; }
  @media (min-width: 768px) {
    #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu > li > ul.mega-sub-menu > li.mega-menu-row {
      width: 750px !important; } }
  @media (min-width: 992px) {
    #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu > li > ul.mega-sub-menu > li.mega-menu-row {
      width: 970px !important; } }
  @media (min-width: 1200px) {
    #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu > li > ul.mega-sub-menu > li.mega-menu-row {
      width: 1140px !important; } }
  @media (min-width: 1260px) {
    #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu > li > ul.mega-sub-menu > li.mega-menu-row {
      width: 1260px !important; } }
  #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu > li > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    padding-left: 15px; }
    #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu > li > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column a:hover {
      color: #2da9e1 !important;
      text-decoration: none !important; }
    #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu > li > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column[class$="-of-12"]:nth-child(2) {
      position: relative; }
      #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu > li > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column[class$="-of-12"]:nth-child(2):before, #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu > li > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column[class$="-of-12"]:nth-child(2):after {
        content: '';
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        float: left;
        height: 80%;
        width: 2px;
        background: #000068;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        opacity: 0.1; }
      #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu > li > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column[class$="-of-12"]:nth-child(2):before {
        left: 0; }
      #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu > li > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column[class$="-of-12"]:nth-child(2):after {
        right: 0; }

#mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu > li.mega-menu-item-has-children > a ~ ul.mega-sub-menu {
  margin-top: 0;
  padding: 0 !important;
  border-top: 2px solid #45aae2;
  overflow: hidden; }
  #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu > li.mega-menu-item-has-children > a ~ ul.mega-sub-menu .mega-menu-column {
    padding: 30px 15px !important; }
    #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu > li.mega-menu-item-has-children > a ~ ul.mega-sub-menu .mega-menu-column:first-child {
      padding: 30px 15px 30px 30px !important; }
    #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu > li.mega-menu-item-has-children > a ~ ul.mega-sub-menu .mega-menu-column.top-menu-feat-middle {
      padding-bottom: 9999px !important;
      margin-bottom: -9999px; }
    #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu > li.mega-menu-item-has-children > a ~ ul.mega-sub-menu .mega-menu-column:last-child {
      padding: 30px !important; }
      #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu > li.mega-menu-item-has-children > a ~ ul.mega-sub-menu .mega-menu-column:last-child.top-menu-feat-right {
        padding-bottom: 9999px !important;
        margin-bottom: -9999px; }

#mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu > li.mega-menu-item-has-children.mega-toggle-on > a {
  position: relative; }
  #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu > li.mega-menu-item-has-children.mega-toggle-on > a:before {
    position: absolute !important;
    content: '';
    bottom: -26px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #45aae2; }

#mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu li a {
  color: #000068 !important;
  font-size: 16px !important;
  display: inline !important; }

#mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu li.mega-menu-column ul.mega-sub-menu ul.mega-sub-menu a.mega-menu-link {
  font-family: "Kanit", sans-serif !important;
  color: #000069 !important;
  margin-bottom: 15px !important;
  display: inline-block !important; }
  #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu li.mega-menu-column ul.mega-sub-menu ul.mega-sub-menu a.mega-menu-link:hover {
    color: #2da9e1 !important; }

#mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu li.highlighted {
  background: #fdca37;
  border-radius: 30px;
  padding: 0px 10px; }
  #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu li.highlighted:hover {
    background-color: #30abe0; }
  #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu li.highlighted a {
    font-weight: 700 !important; }

#mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu li.bold-header > a.mega-menu-link {
  font-family: "Podkova", serif !important;
  font-size: 20px !important;
  text-transform: none !important;
  color: #000068 !important;
  font-weight: 800 !important;
  margin-bottom: 15px !important;
  display: inline-block !important; }
  #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu li.bold-header > a.mega-menu-link:hover {
    color: #2da9e1 !important; }

#mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu div.side-text h3 {
  font-family: "Podkova", serif !important;
  font-size: 20px !important;
  text-transform: none !important;
  color: #000068 !important;
  font-weight: 800 !important;
  padding-top: 0px; }

#mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu div.side-text p {
  font-family: "Kanit", sans-serif !important;
  color: #858484;
  font-size: 16px !important;
  line-height: 24px; }

#mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu div.side-text a {
  font-family: "Kanit", sans-serif;
  color: #000068;
  margin-bottom: 15px !important;
  display: inline-block !important; }
  #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu div.side-text a:hover {
    color: #2da9e1; }

#mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu > li.mega-menu-item > ul.mega-sub-menu {
  margin-top: 18px !important; }
  #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu > li.mega-menu-item > ul.mega-sub-menu a:hover {
    color: #2da9e1 !important; }
  #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu > li.mega-menu-item-has-children > a.mega-menu-link {
    position: relative;
    padding-right: 20px; }
    #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu > li.mega-menu-item-has-children > a.mega-menu-link:after {
      font-family: "FontAwesome";
      content: '\f054';
      position: absolute;
      right: 5px;
      top: 8px;
      display: block;
      font-size: 9px; }
  #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu {
    padding: 0 10px;
    position: absolute;
    min-width: 230px;
    right: 0;
    top: 0;
    visibility: hidden !important; }
    #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu a.mega-menu-link {
      margin-bottom: 6px !important; }
      #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu a.mega-menu-link:hover {
        visibility: visible !important; }
  #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu > li:hover > ul.mega-sub-menu {
    visibility: visible !important;
    z-index: 99 !important; }

#mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu .featured-mega-menu-row h4.mega-block-title {
  font-family: "Podkova", serif !important;
  font-size: 21px !important;
  text-transform: none !important; }

#mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu .featured-mega-menu-row li.mega-menu-item {
  padding: 5px 0 !important; }
  #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu .featured-mega-menu-row li.mega-menu-item a.mega-menu-link {
    font-family: "Podkova", serif !important;
    font-size: 20px;
    font-weight: 700;
    text-transform: none !important; }

#mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu .featured-mega-menu-row .top-menu-feat-middle {
  background: url("../img/what-the-hack_blue.jpg") no-repeat center center/cover !important;
  position: relative; }
  #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu .featured-mega-menu-row .top-menu-feat-middle h4.mega-block-title {
    font-size: 24px !important;
    text-align: center !important;
    color: #fff !important; }
  #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu .featured-mega-menu-row .top-menu-feat-middle p {
    text-align: center !important;
    color: #fff !important; }

#mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu .featured-mega-menu-row .top-menu-feat-right {
  background: #2da9e1 !important; }
  #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu .featured-mega-menu-row .top-menu-feat-right * {
    color: #fff !important; }
  #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu .featured-mega-menu-row .top-menu-feat-right p {
    margin-bottom: 20px !important; }
  #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu .featured-mega-menu-row .top-menu-feat-right a.mega-menu-cta-btn {
    background: #000058;
    color: #fff !important;
    padding: 8px 36px; }
    #mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu .featured-mega-menu-row .top-menu-feat-right a.mega-menu-cta-btn:hover {
      color: #000068;
      background: #ffcb16; }

#mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu #mega-menu-item-6973 ul.mega-sub-menu ul.mega-sub-menu a.mega-menu-link {
  font-size: 20px !important;
  font-weight: 800 !important; }

#mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu #mega-menu-item-6973 #mega-menu-6973-0-0 li.mega-menu-item {
  padding: 2px 5px !important; }

#mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu #mega-menu-item-6974 ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item-has-children > a.mega-menu-link {
  font-size: 20px !important;
  font-weight: 800 !important;
  margin-bottom: 15px !important;
  display: block !important; }

#mega-menu-wrap-consulting-primary_menu #mega-menu-consulting-primary_menu #mega-menu-item-6974 ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item {
  padding: 0px !important; }

#mega-menu-6974-0-1:before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  height: 200px;
  width: 2px;
  background: #000068;
  position: absolute;
  -webkit-transform: translateX(-25px);
      -ms-transform: translateX(-25px);
          transform: translateX(-25px);
  opacity: 0.1; }

.registration-hero {
  position: relative;
  min-height: 900px; }
  @media (max-width: 991px) {
    .registration-hero {
      min-height: 1350px; } }
  @media (max-width: 572px) {
    .registration-hero {
      min-height: 1400px; } }
  @media (max-width: 494px) {
    .registration-hero {
      min-height: 2000px; } }
  .registration-hero .full-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 0px; }
    .registration-hero .full-absolute .content {
      padding: 15px 30px;
      padding-bottom: 60px;
      background-color: #ececec;
      border-left: 5px solid #2EA5D8; }
      .registration-hero .full-absolute .content hr {
        border-top-color: #fff; }
      .registration-hero .full-absolute .content .left-content {
        padding: 15px 30px; }
        .registration-hero .full-absolute .content .left-content h1 {
          line-height: 1; }
        .registration-hero .full-absolute .content .left-content .subheading {
          font-family: Podkova;
          font-size: 20px; }
        .registration-hero .full-absolute .content .left-content p {
          font-size: 14px; }
      .registration-hero .full-absolute .content .right-content {
        background-color: #fff;
        margin-top: -30px;
        padding: 15px 30px;
        -webkit-box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.4);
        border-radius: 0px 0px 25px 25px; }
        @media (max-width: 991px) {
          .registration-hero .full-absolute .content .right-content {
            margin-top: 10px; } }
        .registration-hero .full-absolute .content .right-content .left-border {
          border-left: 5px solid #2EA5D8;
          padding-left: 15px; }
        .registration-hero .full-absolute .content .right-content p {
          font-size: 14px; }
        .registration-hero .full-absolute .content .right-content label {
          display: none; }
        .registration-hero .full-absolute .content .right-content .registration-form-layout input[type="submit"] {
          position: absolute;
          bottom: -20px;
          left: calc(50% - 150px); }

.registration-form-layout input[type="text"], .registration-form-layout input[type="email"], .registration-form-layout input[type="tel"] {
  padding: 10px;
  border-radius: 0px;
  border: none;
  border-bottom: 2px solid #100e55;
  color: #292767;
  background-color: #f4f4f4;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 90%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  line-height: 18px; }

.registration-form-layout label {
  color: #292767; }

.registration-form-layout ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #100e55; }

.registration-form-layout ::-moz-placeholder {
  /* Firefox 19+ */
  color: #100e55; }

.registration-form-layout :-ms-input-placeholder {
  /* IE 10+ */
  color: #100e55; }

.registration-form-layout :-moz-placeholder {
  /* Firefox 18- */
  color: #100e55; }

.registration-form-layout .legal-consent-container {
  font-family: "Kanit", sans-serif;
  color: #100e55; }
  .registration-form-layout .legal-consent-container .hs-richtext {
    font-family: "Kanit", sans-serif;
    color: #100e55; }

.registration-form-layout li:before {
  content: "" !important; }

.registration-form-layout input[type="submit"] {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  background-color: #2EA5D8;
  color: #fff;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0px;
  text-shadow: none;
  padding: 20px 30px;
  line-height: 12px; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.ba-slider {
  position: relative;
  overflow: hidden;
  margin: 40px auto; }

.ba-slider img {
  width: 100%;
  max-width: none;
  display: block; }

.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden; }

.handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  border-radius: 4px;
  background-color: #ffc917; }

.handle:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  background: #ffc917;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
