@charset "UTF-8";
/*
	content: "\f104"; //fa-angle-left
	content: "\f105"; //fa-angle-right
	content: "\f107"; //fa-angle-down
*/
.footer_head {
  z-index: 1; }

#msg_from_president,
.cb_popup {
  z-index: 1001; }

.close_btn {
  z-index: 100; }

.msg_profile:before, .msg_profile:after {
  z-index: 1; }

.custom-mobile-menu-area .mobile-menu {
  z-index: 1; }

#cb_main_menu,
.msg_profile_details {
  z-index: 2; }

#msg_from_president .msg_profile {
  z-index: 1; }
#msg_from_president .president_img {
  z-index: 2; }
#msg_from_president .the_msg {
  z-index: 3; }

.m2-y {
  margin-left: 14px;
  margin-right: 14px; }

/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0; }

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse; }

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

html {
  background-color: #0D1524; }
  html.no-scroll {
    overflow: hidden; }

body {
  background-color: #F8F8F8; }

html, body, p, span, a {
  font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #898989;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  color: #090909;
  font-family: "futura-pt", "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  letter-spacing: 0; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-family: "futura-pt", "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }

h1, h2 {
  line-height: 1.2;
  font-weight: normal; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 18px;
  line-height: 25px; }

.alt_row {
  background-color: #F5F6FA; }

.section-title {
  font-family: "futura-pt", "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }
  .section-title:before {
    background-image: url(img/flag_black.svg);
    background-repeat: no-repeat; }
  .__inverted_bg .section-title, #bim_row .section-title, #committee_row .section-title {
    color: #fff; }
    .__inverted_bg .section-title:before, #bim_row .section-title:before, #committee_row .section-title:before {
      background-image: url(img/flag.svg); }
  .cb_single_text_page .section-title {
    margin-bottom: 70px; }

.section-text {
  font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #898989;
  line-height: 1.5; }
  .section-text a, .section-text a:visited {
    color: currentColor;
    text-decoration: underline; }
  .__inverted_bg .section-text {
    color: #fff; }
  .section-text a._mailto, .section-text a._mailto:visited {
    text-decoration: none; }
  .section-text a._mailto:hover {
    box-shadow: 0 1px 0 currentColor; }
  .section-text a._mailto .fa {
    margin-right: 7px; }

.section-element .wpb_content_element {
  margin-bottom: 0; }

.awesome-feature-area,
.our-team-area,
.how-it-work-area {
  padding-top: 50px;
  background-image: initial; }

.footer_head img {
  transform: scale(1.02); }

.footer-bottom-wrapper {
  position: relative;
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  margin-bottom: -2px; }

.footer-bottom-area {
  border: none;
  background-color: #0D1524; }

.footer-bottom p, .footer-bottom span {
  font-weight: normal;
  color: #fff; }
.footer-bottom a {
  font-size: inherit;
  font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: inherit;
  text-decoration: underline; }

.reverse_w .section-title {
  font-weight: bold; }
  .reverse_w .section-title .bold {
    font-weight: 100; }

.big_row {
  padding: 140px 0; }
  .big_row .cb_btn.btn--color-body {
    color: #DF2D1A; }

.ig-blog-top-banner {
  position: relative;
  width: 100%;
  height: 300px; }
  .ig-blog-top-banner .ig-blog-top-banner-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: white;
    padding-top: 100px; }
    .ig-blog-top-banner .ig-blog-top-banner-overlay h1 {
      color: currentColor; }
  .ig-blog-top-banner img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.cb_single_text_page {
  padding-top: 50px;
  padding-bottom: 70px;
  min-height: 560px; }
  .cb_single_text_page h1 {
    margin: 0; }

.home3-hero-area {
  background: rgba(0, 0, 0, 0) url("img/landing_bg.jpg") no-repeat fixed left top/cover;
  padding: 210px 0 420px; }

.home3-hero-overlay {
  xbackground: rgba(0, 0, 0, 0) linear-gradient(-118deg, #1880CA 0%, #0E2F4F 93%) repeat scroll 0 0;
  background: #031221;
  background-image: linear-gradient(94deg, rgba(18, 78, 202, 0.48) 9%, rgba(0, 0, 0, 0) 92%); }

.home3-hero > h1 {
  font-family: "futura-pt", "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 48px;
  font-weight: 400;
  color: #fff;
  line-height: 53px;
  margin: 0; }
  .home3-hero > h1 small {
    font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 24px;
    font-weight: 100;
    color: inherit; }
.home3-hero > h4 {
  font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 24px;
  font-weight: 100;
  color: #fff;
  margin: 0; }
.home3-hero > p {
  margin-bottom: 40px; }
.home3-hero > ul {
  display: none; }
.home3-hero .h3-download-learn > a {
  font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 11px 20px;
  line-height: 20px;
  text-transform: uppercase;
  box-sizing: border-box;
  border: 1px solid #fff;
  text-align: center;
  background-color: transparent;
  padding-left: 42px;
  padding-right: 42px;
  border-radius: 0; }
  #civil_bim .home3-hero .h3-download-learn > a {
    padding-left: 20px;
    padding-right: 20px; }

.cb_tab.cb_tab_switch {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 35px 0 42px;
  text-align: center; }
  .cb_tab.cb_tab_switch li {
    display: inline-block;
    border-bottom: 3px solid transparent;
    padding: 0 2px;
    opacity: 0.6; }
    .cb_tab.cb_tab_switch li.active {
      border-color: #C72618;
      pointer-events: none;
      opacity: 1; }
  .cb_tab.cb_tab_switch a {
    color: #fff;
    font-size: 18px;
    font-family: "futura-pt", "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    -webkit-font-smoothing: antialiased; }
.cb_tab_details {
  display: none;
  min-height: 150px; }
  .cb_tab_details p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 28px; }
  .cb_tab_details.active {
    display: block; }

#contact_row {
  background-color: #212D40;
  padding-top: 70px; }
  #contact_row h2 {
    font-size: 24px;
    color: #fff;
    margin: 0;
    text-align: center; }
  #contact_row p {
    color: #fff; }
  #contact_row img.app {
    margin: 0 20px 10px 0; }
  #contact_row .row {
    margin-bottom: 30px; }

#tve_leads_end_content {
  display: none !important; }

#get_started .section-text {
  max-width: 640px; }

.__blog-plain {
  color: #898989; }
  .__blog-plain h1, .__blog-plain h2, .__blog-plain h3, .__blog-plain h4, .__blog-plain h5, .__blog-plain h6, .__blog-plain p {
    color: #090909; }
  .__blog-plain h1, .__blog-plain h2, .__blog-plain h3, .__blog-plain h4, .__blog-plain h5, .__blog-plain h6 {
    margin: 20px 0;
    line-height: 1.4; }
  .__blog-plain p, .__blog-plain span {
    font-size: 14px;
    line-height: 1.5; }
  .__blog-plain p {
    margin-bottom: 1.5em; }
  .__blog-plain a {
    text-decoration: underline; }

._timebar {
  background-image: url(/wp-content/uploads/2018/04/TimeBAR3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 49px 0 21px; }
  ._timebar ._timebar_time {
    text-align: right; }
  @media screen and (max-width: 767px) {
    ._timebar {
      height: initial;
      line-height: 1.1em;
      padding: 7px 0; }
      ._timebar ._timebar_time,
      ._timebar ._timebar_topic {
        text-align: center;
        font-size: 16px; } }

._speaker_intro {
  margin-top: 5px; }
  @media screen and (max-width: 767px) {
    ._speaker_intro {
      text-align: left; } }

._textonly_section {
  margin-top: 42px;
  margin-bottom: 42px; }
  ._textonly_section span, ._textonly_section strong {
    font-size: 20px; }
  @media screen and (max-width: 767px) {
    ._textonly_section {
      text-align: center; }
      ._textonly_section span, ._textonly_section strong {
        font-size: 16px; } }

.blog-list-area {
  padding: 0; }
  .blog-list-area a:hover {
    color: #090909; }
  .blog-list-area .single-blog-list .sbl-img::before {
    display: none; }
  .blog-list-area .single-blog-list .sbl-content .sbl-title {
    color: #090909;
    font-family: "futura-pt", "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    letter-spacing: 0; }
  .blog-list-area .single-blog-list .sbl-content .sbl-read-more {
    font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 11px 20px;
    line-height: 20px;
    text-transform: uppercase;
    box-sizing: border-box;
    border: 1px solid #fff;
    text-align: center;
    background-color: transparent;
    color: #898989;
    border-color: currentColor;
    font-size: 14px; }
    .blog-list-area .single-blog-list .sbl-content .sbl-read-more:hover {
      box-shadow: none; }
  @media screen and (max-width: 767px) {
    .blog-list-area .single-blog-list {
      background-color: #fff;
      box-shadow: 0px 2px 6px 0px rgba(199, 199, 199, 0.3); }
    .blog-list-area .sbl-text {
      display: none; }
    .blog-list-area .sbl-content {
      text-align: center; } }

header {
  padding: 10px;
  height: 80px;
  box-sizing: border-box; }
  header, header.navbar-fixed-top {
    background-color: #212D40; }
  header.navbar-fixed-top {
    padding: 0;
    height: 60px; }
  header .logo {
    margin: 0;
    max-height: 50px;
    display: inline-block; }
  header .img-responsive {
    max-height: 50px; }

.menu-cbim_landing-container {
  position: relative; }
  .menu-cbim_landing-container .container {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%); }
    @media screen and (max-width: 767px) {
      .menu-cbim_landing-container .container {
        position: relative; } }

#cb_main_menu {
  position: absolute;
  right: 30px;
  color: #FFFFFF;
  box-sizing: border-box;
  line-height: 80px; }
  #cb_main_menu li {
    display: inline-block;
    color: currentColor;
    font-size: 16px;
    padding: 10px; }
    #cb_main_menu li:last-child {
      padding-right: 0px; }
    #cb_main_menu li a {
      font-family: "futura-pt", "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      color: currentColor;
      font-size: inherit; }
    #cb_main_menu li.menu-item a {
      opacity: .49; }
    #cb_main_menu li.menu-item a:hover, #cb_main_menu li.menu-item.current_page_parent a, #cb_main_menu li.menu-item.current-menu-item a, #cb_main_menu li.menu-item.current_page_item a {
      opacity: 1; }
    #cb_main_menu li.menu-item a[href*="/bim_library/"] {
      opacity: 1;
      color: #FACD28;
      font-weight: bold; }
    #cb_main_menu li .cb_btn {
      font-family: "futura-pt", "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
      padding: 7px 14px;
      text-transform: none; }
  @media screen and (min-width: 1200px) {
    #cb_main_menu {
      right: 3vw; } }
  @media screen and (min-width: 1300px) {
    #cb_main_menu {
      right: 6vw; } }
  @media screen and (min-width: 1400px) {
    #cb_main_menu {
      right: 9vw; } }
  @media screen and (min-width: 1500px) {
    #cb_main_menu {
      right: 12vw; } }
  @media screen and (min-width: 1600px) {
    #cb_main_menu {
      right: 15vw; } }
  @media screen and (min-width: 1800px) {
    #cb_main_menu {
      right: 18vw; } }
  @media screen and (min-width: 2000px) {
    #cb_main_menu {
      right: calc(50% - 135px);
      transform: translateX(50%); } }

nav ul {
  padding: 0;
  text-align: center; }
  nav ul > li, nav ul > a {
    display: inline-block;
    margin: 0px 3%; }
    nav ul > li:first-child, nav ul > a:first-child {
      margin-left: 0; }
    nav ul > li:last-child, nav ul > a:last-child {
      margin-right: 0; }

nav.title_tabs {
  border-bottom: 2px solid #979797; }
  nav.title_tabs ul {
    text-align: left; }
  nav.title_tabs li {
    font-size: 20px;
    line-height: 40px;
    color: #9b9b9b;
    padding: 0; }
  nav.title_tabs a.active {
    pointer-events: none; }
    nav.title_tabs a.active li {
      color: #4a4a4a; }

#msg_from_president,
.cb_popup {
  position: fixed;
  background: #22252B;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  padding: 0; }
  #msg_from_president.active,
  .cb_popup.active {
    visibility: visible;
    opacity: 1; }
  #msg_from_president .container,
  .cb_popup .container {
    position: relative; }

.close_btn {
  position: absolute;
  top: 30px;
  right: 25px;
  background-image: url(img/lightbox_close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 72px;
  height: 72px; }

#msg_from_president {
  overflow: hidden; }
  #msg_from_president .president_img {
    background-color: transparent;
    padding: 0;
    position: absolute;
    bottom: -10%;
    background-image: url("img/msg_from desktop.png?2");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%; }
  #msg_from_president .the_msg_wrapper {
    position: absolute;
    top: 10vh;
    width: 100%; }
  #msg_from_president .the_msg {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 25px;
    position: relative;
    height: 84vh;
    overflow-y: scroll; }
  #msg_from_president .msg_profile h1 {
    margin-top: 0; }

.msg_profile {
  position: relative;
  background-color: transparent;
  background-image: radial-gradient(50% 151%, #FFFFFF 51%, #F6F6F6 100%);
  padding-top: 70px;
  height: 630px; }
  .msg_profile:before, .msg_profile:after {
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    width: 0; }
  .msg_profile:before {
    left: 0;
    border-left: 28vw solid #22252B;
    border-top: 100px solid transparent; }
  .msg_profile:after {
    right: 0;
    border-right: 72vw solid #22252B;
    border-top: 140px solid transparent; }
  .msg_profile img {
    position: absolute;
    top: 0;
    left: 0; }
  .msg_profile h1 {
    margin-top: 35%; }
    .msg_profile h1 div.title {
      font-size: 16px;
      color: #C72618;
      line-height: 18px;
      margin-top: 10px; }

.msg_profile_details {
  position: relative;
  width: 100%;
  padding-top: 70px;
  background-color: #22252B; }
  .msg_profile_details p {
    font-size: 16px;
    font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    color: #fff;
    margin-bottom: 20px; }
  .msg_profile_details .cb_btn {
    display: block;
    margin: 55px auto;
    width: 140px; }

#main-menu {
  display: none; }

.custom-mobile-menu-area {
  background: transparent; }
  .custom-mobile-menu-area.mobile-navbar-fixed-top {
    display: none !important; }
  .custom-mobile-menu-area .mobile-menu {
    background: transparent;
    position: fixed;
    top: 0; }
    .custom-mobile-menu-area .mobile-menu > button {
      display: none; }
    .custom-mobile-menu-area .mobile-menu i {
      padding: 14px;
      font-size: 21px;
      color: #fff; }
  .custom-mobile-menu-area #mobile_menu_show {
    position: absolute;
    top: 63px;
    right: 21px;
    color: #fff; }
    .custom-mobile-menu-area #mobile_menu_show ul {
      background: #212D40; }
    .custom-mobile-menu-area #mobile_menu_show li {
      color: currentColor;
      font-size: 16px;
      border: none; }
      .custom-mobile-menu-area #mobile_menu_show li a {
        font-family: "futura-pt", "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        color: currentColor;
        font-size: inherit; }
      .custom-mobile-menu-area #mobile_menu_show li.menu-item a {
        opacity: .49; }
      .custom-mobile-menu-area #mobile_menu_show li.menu-item a:hover, .custom-mobile-menu-area #mobile_menu_show li.menu-item.current_page_parent a, .custom-mobile-menu-area #mobile_menu_show li.menu-item.current-menu-item a, .custom-mobile-menu-area #mobile_menu_show li.menu-item.current_page_item a {
        opacity: 1; }
      .custom-mobile-menu-area #mobile_menu_show li.menu-item a[href*="/bim_library/"] {
        opacity: 1;
        color: #FACD28;
        font-weight: bold; }
  .admin-bar .custom-mobile-menu-area .mobile-menu {
    top: 46px; }

@media screen and (max-width: 991px) {
  #cb_main_menu {
    right: 70px; }

  .custom-mobile-menu-area .mobile-menu i {
    padding: 25px 14px;
    font-size: 21px; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .msg_profile {
    padding-top: 14px;
    height: 500px; }

  .msg_profile_details {
    padding-top: 49px; }

  #msg_from_president .president_img {
    bottom: 0;
    background-size: 120%; }

  .close_btn {
    top: 14px;
    right: 21px;
    width: 49px;
    height: 49px; } }
@media screen and (max-width: 767px) {
  .custom-mobile-menu-area .mobile-menu i {
    padding: 14px; }

  .close_btn {
    top: 20px;
    right: 15px;
    width: 40px;
    height: 40px; }

  .msg_profile {
    padding-top: 20px;
    height: 420px; }
    .msg_profile img {
      height: 500px;
      width: auto !important;
      margin-left: 0 !important; }
    .msg_profile:before {
      border-top: 70px solid transparent; }
    .msg_profile:after {
      border-top: 49px solid transparent; }
    .msg_profile .col-xs-6 {
      width: 100%; }

  .msg_profile_details {
    padding-top: 0; }
    .msg_profile_details h1 {
      font-size: 24px;
      color: #fff; }
      .msg_profile_details h1 div.title {
        font-size: 16px;
        color: #C72618;
        line-height: 18px;
        margin-top: 5px;
        letter-spacing: 1px; }
    .msg_profile_details h3 {
      font-size: 16px;
      color: #fff;
      line-height: 18px;
      margin-top: 10px;
      margin-bottom: 20px;
      letter-spacing: 1px; }
    .msg_profile_details .cb_btn {
      width: 210px;
      margin: 42px auto; }

  #msg_from_president {
    overflow: auto; }
    #msg_from_president .msg_profile {
      background-image: url("img/msg_from_mobile.png?2"), radial-gradient(50% 151%, #FFFFFF 51%, #F6F6F6 100%);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
    #msg_from_president .president_img {
      display: none; }
    #msg_from_president .the_msg_wrapper {
      position: relative;
      top: 0; }
      #msg_from_president .the_msg_wrapper .the_msg {
        background-color: transparent;
        padding: 15px;
        height: auto;
        overflow-y: auto; }
      #msg_from_president .the_msg_wrapper h1, #msg_from_president .the_msg_wrapper p {
        color: #fff; }
      #msg_from_president .the_msg_wrapper h2, #msg_from_president .the_msg_wrapper h3 {
        color: #C72618; }
      #msg_from_president .the_msg_wrapper .col-xs-6 {
        width: 100%; }
    #msg_from_president .cb_btn {
      display: block;
      width: 210px;
      margin: 42px auto; } }
@media screen and (max-width: 400px) {
  .msg_profile {
    height: 400px; }
    .msg_profile img {
      height: auto; } }
select {
  -moz-appearance: none; }

.cb_header {
  font-family: "futura-pt", "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 48px;
  font-weight: 400;
  color: #fff;
  line-height: 53px; }
  .cb_header small {
    font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 24px;
    font-weight: 100;
    color: inherit; }

.cb_btn, a.cb_btn {
  font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 11px 20px;
  line-height: 20px;
  text-transform: uppercase;
  box-sizing: border-box;
  border: 1px solid #fff;
  text-align: center;
  background-color: transparent;
  	/*
      border-radius: 3px;
      border: 1px solid #F93C2C;
      padding: 3px;
      background: transparent;
      color: #F93C2C;
      font-size: 11px;
      display: inline-block;
  	*/ }
  .cb_btn.btn--color-body, a.cb_btn.btn--color-body {
    color: inherit;
    border-color: currentColor; }
  .cb_btn.btn-action, a.cb_btn.btn-action {
    padding: 9px 20px;
    background-color: #F93C2C;
    border-color: #F93C2C; }
  .cb_btn.btn--green, a.cb_btn.btn--green {
    color: #20C385;
    border-color: currentColor; }
  .cb_btn.btn--primary-bottom, a.cb_btn.btn--primary-bottom {
    width: fit-content;
    min-width: 210px;
    margin: 0 auto;
    display: block; }
  .cb_btn.btn--fit, a.cb_btn.btn--fit {
    border-radius: 3px;
    border: 1px solid currentColor;
    padding: 1px 7px;
    background: transparent;
    color: #F93C2C;
    font-size: 11px;
    display: inline-block;
    line-height: 20px; }
    .cb_btn.btn--fit:hover, a.cb_btn.btn--fit:hover {
      background-color: #F93C2C;
      color: #fff; }

a.link_button_primary {
  width: 100%;
  text-align: center;
  display: block;
  background: #F93C2C;
  color: #fff !important;
  padding: 7px 11px;
  text-decoration: none !important;
  font-weight: bold; }
  a.link_button_primary:hover {
    background: rgba(249, 60, 44, 0.93); }

a.cb_subtle_link {
  font-size: 14px;
  font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 100;
  color: inherit;
  text-decoration: underline; }

font.font-bold {
  font-family: "futura-pt-bold", "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }

ul.logo_list {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  ul.logo_list li {
    display: inline-block;
    margin: 10px; }
  @media screen and (max-width: 768px) {
    ul.logo_list {
      justify-content: space-around; } }

#msg_from_president,
.cb_popup {
  transition: all .5s ease-out;
  transform: translateY(-100%); }
  #msg_from_president.active,
  .cb_popup.active {
    transform: translateY(0); }

.cb_btn {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

/*
body.page-template-product_landing nav.sub{
	transition: all .7s ease 0s;
	opacity: 1;
	&.sub--hide{
		opacity: 0;
		right: -70px;
	}
}
*/
.wpcf7-form input::placeholder {
  color: #fff; }
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
  background-color: transparent;
  padding: 10px;
  font-size: 16px;
  font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  color: #fff;
  border: 0;
  border-bottom: 1px solid white;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-appearance: none; }
  .wpcf7-form .wpcf7-text::placeholder, .wpcf7-form .wpcf7-textarea::placeholder {
    font-size: inherit;
    font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    color: #fff;
    opacity: 0.7; }
.wpcf7-form .wpcf7-response-output {
  max-width: 1000px;
  margin: 20px auto;
  color: #fff; }

@media only screen and (max-width: 480px) {
  .wpcf7-form .col-xs-12.col-md-6 .wpcf7-text:first-child, .wpcf7-form .col-xs-12.col-md-6 .wpcf7-textarea:first-child {
    margin-bottom: 20px; }
  .wpcf7-form .wpcf7-submit {
    width: 100%; }
  .wpcf7-form .wpcf7-response-output {
    margin: 20px 15px; } }
/* Common */
div.wpforms-container-full.wpforms-container .wpforms-field-html.small_notes {
  font-size: 11px; }
  div.wpforms-container-full.wpforms-container .wpforms-field-html.small_notes p {
    margin-bottom: 1em; }

/* Combo with Magnific Popup */
.woo_product_form {
  position: relative;
  background: white;
  padding: 35px 50px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  text-align: center; }
  .woo_product_form h3 {
    font-size: 20px; }
  .woo_product_form p {
    margin: 21px 0;
    font-size: 16px; }
  .woo_product_form .wpforms-form button[type=submit] {
    color: #F93C2C !important;
    background-color: transparent !important;
    border-color: currentColor !important;
    font-weight: bold; }
    .woo_product_form .wpforms-form button[type=submit]:hover {
      color: #fff !important;
      background-color: #F93C2C !important; }
  .woo_product_form .request_form .wpforms-field-container {
    display: none; }
  .woo_product_form .mfp-close-btn-in .mfp-close {
    color: #979797; }

#send_request_completed .cb_btn {
  margin-top: 30px; }

/* Earth */
#member_form {
  background-color: rgba(255, 255, 255, 0.99);
  padding-top: 100px;
  -webkit-overflow-scrolling: touch; }
  #member_form .close_btn {
    top: -70px;
    right: -70px; }
    @media screen and (min-width: 1200px) {
      #member_form .close_btn {
        right: -30px; } }
    @media screen and (max-width: 767px) {
      #member_form .close_btn {
        right: 0; } }

/* WPForms */
.cb_form div.wpforms-container .wpforms-form input[type=text], .cb_form div.wpforms-container .wpforms-form input[type=email], .cb_form div.wpforms-container .wpforms-form input[type=tel],
.cb_form div.wpforms-container .wpforms-form textarea, .cb_form div.wpforms-container .wpforms-form select {
  font-size: 16px;
  font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  border: 0;
  border-bottom: 1px solid #212D40;
  border-radius: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -xwebkit-appearance: none; }
  .cb_form div.wpforms-container .wpforms-form input[type=text]::placeholder, .cb_form div.wpforms-container .wpforms-form input[type=email]::placeholder, .cb_form div.wpforms-container .wpforms-form input[type=tel]::placeholder,
  .cb_form div.wpforms-container .wpforms-form textarea::placeholder, .cb_form div.wpforms-container .wpforms-form select::placeholder {
    font-size: inherit;
    font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    color: #898989;
    opacity: 0.7; }
.cb_form div.wpforms-container .wpforms-form input[type='radio'] {
  margin: 3px 7px 0 10px; }
  .cb_form div.wpforms-container .wpforms-form input[type='radio']:checked {
    background-color: #898989;
    border-color: #898989; }
.cb_form div.wpforms-container .wpforms-form input[type='checkbox'] {
  -webkit-appearance: checkbox; }
.cb_form div.wpforms-container .wpforms-form .wpforms-field-label {
  font-size: 16px;
  font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal; }
.cb_form div.wpforms-container .wpforms-form .wpforms-conditional-field {
  margin-left: 30px;
  margin-top: -10px;
  padding: 0; }
.cb_form div.wpforms-container .wpforms-form .cb_btn {
  min-width: 210px;
  margin: 0 auto;
  display: block;
  font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 11px 20px;
  line-height: 20px;
  text-transform: uppercase;
  box-sizing: border-box;
  border: 1px solid #fff;
  text-align: center;
  background-color: transparent; }
  .cb_form div.wpforms-container .wpforms-form .cb_btn.btn-action {
    padding: 9px 20px;
    background-color: #F93C2C;
    border-color: #F93C2C; }

#contact_row .wpforms-form input::placeholder {
  color: #fff; }
#contact_row .wpforms-form input, #contact_row .wpforms-form textarea {
  background-color: transparent;
  padding: 10px;
  font-size: 16px;
  font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  color: #fff;
  border: 0;
  border-bottom: 1px solid white;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-appearance: none; }
  #contact_row .wpforms-form input::placeholder, #contact_row .wpforms-form textarea::placeholder {
    font-size: inherit;
    font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    color: #fff;
    opacity: 0.7; }
#contact_row .wpforms-form label.wpforms-error {
  font-size: 14px;
  padding: 7px; }
#contact_row .wpforms-form .wpforms-head-container {
  width: 25%;
  float: left;
  line-height: 50px;
  font-family: "futura-pt", "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 24px;
  color: #fff;
  margin: 0;
  text-align: center; }
#contact_row .wpforms-form .wpforms-field-container,
#contact_row .wpforms-form .wpforms-submit-container {
  width: 75%;
  padding-left: 7px;
  float: none;
  margin: 0 auto; }
#contact_row .wpforms-form .wpforms-submit {
  font-size: 14px !important;
  color: #FFFFFF !important;
  padding: 11px 20px !important;
  text-transform: uppercase !important;
  box-sizing: border-box !important;
  border: 1px solid #fff !important;
  background-color: transparent !important; }

.open_bim_forum_form {
  background-image: linear-gradient(-180deg, #C5FFFE 0%, #2A60AC 2%, #282F41 20%);
  padding: 40px 0 100px; }
  .open_bim_forum_form h1 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px; }
  .open_bim_forum_form div.wpforms-container-full.wpforms-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 42px; }
    .open_bim_forum_form div.wpforms-container-full.wpforms-container .wpforms-form .wpforms-field {
      margin-bottom: 35px; }
    .open_bim_forum_form div.wpforms-container-full.wpforms-container input::placeholder {
      color: #fff;
      opacity: 0.5; }
    .open_bim_forum_form div.wpforms-container-full.wpforms-container input[type=text], .open_bim_forum_form div.wpforms-container-full.wpforms-container input[type=email], .open_bim_forum_form div.wpforms-container-full.wpforms-container input[type=tel], .open_bim_forum_form div.wpforms-container-full.wpforms-container input[type=number],
    .open_bim_forum_form div.wpforms-container-full.wpforms-container textarea, .open_bim_forum_form div.wpforms-container-full.wpforms-container select {
      background-color: transparent;
      padding: 10px;
      font-size: 16px;
      font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
      -webkit-font-smoothing: antialiased;
      font-weight: normal;
      color: #fff;
      border: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      width: 100%;
      border-radius: 0;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-appearance: none; }
      .open_bim_forum_form div.wpforms-container-full.wpforms-container input[type=text]::placeholder, .open_bim_forum_form div.wpforms-container-full.wpforms-container input[type=email]::placeholder, .open_bim_forum_form div.wpforms-container-full.wpforms-container input[type=tel]::placeholder, .open_bim_forum_form div.wpforms-container-full.wpforms-container input[type=number]::placeholder,
      .open_bim_forum_form div.wpforms-container-full.wpforms-container textarea::placeholder, .open_bim_forum_form div.wpforms-container-full.wpforms-container select::placeholder {
        font-size: inherit;
        font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
        -webkit-font-smoothing: antialiased;
        font-weight: normal;
        color: #fff;
        opacity: 0.7; }
    .open_bim_forum_form div.wpforms-container-full.wpforms-container .wpforms-field-label {
      font-size: 20px;
      color: #fff; }
    .open_bim_forum_form div.wpforms-container-full.wpforms-container .wpforms-field-radio li {
      display: inline-block;
      margin-right: 20px !important; }
      .open_bim_forum_form div.wpforms-container-full.wpforms-container .wpforms-field-radio li input[type=radio] {
        background-color: transparent; }
      .open_bim_forum_form div.wpforms-container-full.wpforms-container .wpforms-field-radio li.wpforms-selected input[type=radio] {
        background-color: #fff; }
    .open_bim_forum_form div.wpforms-container-full.wpforms-container .wpforms-submit-container {
      text-align: center; }
    .open_bim_forum_form div.wpforms-container-full.wpforms-container .wpforms-submit {
      font-size: 14px !important;
      color: transparent !important;
      padding: 11px 20px !important;
      box-sizing: border-box !important;
      border-color: transparent !important;
      background-color: transparent !important;
      background-image: url(/wp-content/uploads/2018/04/Group.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 210px;
      height: 210px;
      margin: 0 auto; }
  .open_bim_forum_form .wpforms-confirmation-container-full {
    margin: 30px;
    padding: 30px;
    text-align: center;
    background: transparent;
    border: 1px solid #FACD28; }
    .open_bim_forum_form .wpforms-confirmation-container-full p {
      font-size: 20px;
      color: #FACD28; }

.course_right_wrapper div.wpforms-container-full.wpforms-container input::placeholder {
  opacity: 0.5; }
.course_right_wrapper div.wpforms-container-full.wpforms-container input[type=text], .course_right_wrapper div.wpforms-container-full.wpforms-container input[type=email], .course_right_wrapper div.wpforms-container-full.wpforms-container input[type=tel], .course_right_wrapper div.wpforms-container-full.wpforms-container input[type=number],
.course_right_wrapper div.wpforms-container-full.wpforms-container textarea, .course_right_wrapper div.wpforms-container-full.wpforms-container select {
  background-color: transparent;
  padding: 10px;
  font-size: 14px;
  font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased; }
  .course_right_wrapper div.wpforms-container-full.wpforms-container input[type=text]::placeholder, .course_right_wrapper div.wpforms-container-full.wpforms-container input[type=email]::placeholder, .course_right_wrapper div.wpforms-container-full.wpforms-container input[type=tel]::placeholder, .course_right_wrapper div.wpforms-container-full.wpforms-container input[type=number]::placeholder,
  .course_right_wrapper div.wpforms-container-full.wpforms-container textarea::placeholder, .course_right_wrapper div.wpforms-container-full.wpforms-container select::placeholder {
    font-size: inherit;
    font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    opacity: 0.7; }
.course_right_wrapper div.wpforms-container-full.wpforms-container .wpforms-field-label {
  font-size: 14px;
  color: #202D40; }
.course_right_wrapper div.wpforms-container-full.wpforms-container .wpforms-submit-container {
  text-align: center; }
.course_right_wrapper div.wpforms-container-full.wpforms-container .wpforms-submit {
  font-size: 14px !important;
  color: #fff !important;
  padding: 11px 20px !important;
  box-sizing: border-box !important;
  border-color: transparent !important;
  background-color: #FF1611 !important;
  background-position: center;
  width: 100%;
  margin: 0 auto;
  font-weight: bold; }

#committee_row .owl-stage {
  padding-left: 0 !important; }
#committee_row .owl-carousel .owl-stage-outer {
  xoverflow: initial; }

@media screen and (max-width: 768px) and (orientation: portrait) {
  #committee_row .owl-carousel .owl-stage-outer {
    xoverflow: hidden; } }
.master-slider .ms-slide-info {
  background: rgba(0, 0, 0, 0.49);
  padding: 7px 50px;
  min-height: 70px !important;
  color: white;
  box-sizing: border-box;
  overflow-y: auto; }
  .master-slider .ms-slide-info::-webkit-scrollbar-track {
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.21); }
  .master-slider .ms-slide-info::-webkit-scrollbar {
    width: 10px;
    border-radius: 100px;
    background-color: transparent; }
  .master-slider .ms-slide-info::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.84); }
  .master-slider .ms-slide-info p, .master-slider .ms-slide-info span {
    color: currentColor;
    margin: 0; }

.__blog-plain .master-slider-parent {
  margin: 20px auto 40px; }

@media screen and (max-width: 490px) {
  .master-slider .ms-slide-info {
    background: #212d40;
    padding: 7px 21px;
    bottom: 113px !important;
    height: 100px; }
  .master-slider .ms-thumb-list {
    height: 113px !important;
    margin-top: 100px !important; }
  .master-slider img.ms-thumb, .master-slider .ms-thumb-frame {
    width: 100px !important;
    height: 108px !important; }

  .__blog-plain .master-slider-parent {
    margin-bottom: 30px; } }
.woof_products_top_panel,
.WOOF_Widget .widget-title {
  display: none !important; }

.WOOF_Widget {
  position: relative; }
  .WOOF_Widget ul.woof_list {
    padding-left: 0; }
  .WOOF_Widget ul.woof_childs_list {
    padding-left: 10px; }
  .WOOF_Widget .woof label {
    width: auto;
    margin: 0 0 0 7px;
    font-weight: normal;
    max-width: calc(100% - 25px); }
  .WOOF_Widget .woof_submit_search_form_container {
    position: absolute;
    top: -40px;
    right: 0;
    margin: 0; }
    .WOOF_Widget .woof_submit_search_form_container .woof_reset_search_form {
      background-color: transparent;
      color: #9b9b9b;
      padding-right: 0;
      padding-left: 0;
      padding-top: 10px; }
      .WOOF_Widget .woof_submit_search_form_container .woof_reset_search_form:hover {
        background-color: transparent;
        color: #4a4a4a;
        text-decoration: underline; }
  .WOOF_Widget .woof_is_opened,
  .WOOF_Widget .woof_is_closed {
    background: none !important;
    position: relative; }
    .WOOF_Widget .woof_is_opened:after,
    .WOOF_Widget .woof_is_closed:after {
      position: absolute;
      content: "\f104";
      font: normal normal normal 14px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-size: 20px;
      top: 2px;
      right: 5px;
      z-index: 1; }
  .WOOF_Widget .woof_is_opened:after {
    content: "\f107";
    right: 2px; }
  .WOOF_Widget .icheckbox_minimal-grey,
  .WOOF_Widget .iradio_minimal-grey {
    background-image: "img/grey.png";
    /* HiDPI support */ }
    @media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      .WOOF_Widget .icheckbox_minimal-grey,
      .WOOF_Widget .iradio_minimal-grey {
        background-image: url("img/grey@2x.png"); } }

#page-bim_library #woof_results_by_ajax {
  width: 75%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }
  @media screen and (max-width: 767px) {
    #page-bim_library #woof_results_by_ajax {
      width: 100%;
      float: none;
      margin: 0 auto; } }

.mfp-bg {
  opacity: 0.6;
  background: #000; }

.mfp-gallery .mfp-close {
  top: 0;
  right: -40px;
  font-family: "futura-pt", "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
  font-size: 56px; }
.mfp-gallery .mfp-figure:after {
  box-shadow: none;
  background: #fff; }
.mfp-gallery .mfp-bottom-bar .mfp-title,
.mfp-gallery .mfp-bottom-bar .mfp-counter {
  display: none; }
.mfp-gallery .mfp-bottom-bar .cb_btn {
  color: #fff; }
.mfp-gallery .mfp-arrow:before,
.mfp-gallery .mfp-arrow:after {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 42px;
  color: #fff;
  border: none; }
.mfp-gallery .mfp-arrow-left:before {
  content: "\f104"; }
.mfp-gallery .mfp-arrow-right:after {
  content: "\f105"; }

#download_wrapper .somdn-shortcode-wrap {
  text-align: center !important; }
#download_wrapper .cb_btn {
  font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 11px 20px;
  line-height: 20px;
  text-transform: uppercase;
  box-sizing: border-box;
  border: 1px solid #fff;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid currentColor;
  color: #F93C2C; }
  #download_wrapper .cb_btn:hover {
    background-color: #F93C2C;
    color: #fff; }

.post-password-form {
  max-width: 1000px;
  margin: 0 auto; }

.um-field-block {
  font-size: 14px;
  letter-spacing: 1.5px; }

.um-password .um-form input[type=submit] {
  margin-top: 15px; }

.um-error-code-awaiting_admin_review ~ div {
  display: none; }

.container .um * {
  box-sizing: border-box; }

.um .um-form .um-search.um-search-2 {
  padding: 20px 0; }
.um .um-form .um-search .um-search-filter {
  padding: 0 10px 0 0 !important; }
  .um .um-form .um-search .um-search-filter ::placeholder {
    font-weight: normal;
    color: #9b9b9b;
    letter-spacing: normal; }
  .um .um-form .um-search .um-search-filter:first-child {
    width: 70% !important;
    position: relative; }
    .um .um-form .um-search .um-search-filter:first-child:before {
      /*@include fa;
      content: "\f002";
      color: rgba(#9b9b9b,.5);
      font-size: 20px;*/
      position: absolute;
      top: 10px;
      left: 20px;
      content: ' ';
      background: url(/wp-content/themes/appcode--child/img/icon-search.png) no-repeat center top;
      width: 20px;
      height: 20px; }
    .um .um-form .um-search .um-search-filter:first-child input[type='text'] {
      padding-left: 50px !important; }
  .um .um-form .um-search .um-search-filter.um-search-filter-2 {
    padding-right: 0;
    width: 30% !important;
    margin-left: 0; }
  .um .um-form .um-search .um-search-filter input[type='text'],
  .um .um-form .um-search .um-search-filter .select2.select2-container .select2-selection {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #CCD3D3 !important;
    color: #4a4a4a;
    font-size: 14px !important;
    border-radius: 0 !important;
    font-weight: normal; }
  .um .um-form .um-search .um-search-filter .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 14px;
    line-height: 40px;
    color: #9b9b9b; }
  .um .um-form .um-search .um-search-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 40px;
    color: #4a4a4a; }
  .um .um-form .um-search .um-search-filter .select2-container .select2-selection--single .select2-selection__clear {
    line-height: 35px;
    font-weight: normal; }
  .um .um-form .um-search .um-search-filter .select2.select2-container .select2-selection .select2-selection__arrow:before {
    font-size: 20px !important;
    line-height: 40px; }
.um .um-form .um-search .search-filter-wrap {
  width: 70%; }
.um .um-form .um-search .um-search-submit {
  display: inline-block;
  width: 30%; }
  .um .um-form .um-search .um-search-submit .um-do-search {
    width: 100% !important;
    font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #FFFFFF !important;
    padding: 9px 20px !important;
    line-height: 20px !important;
    box-sizing: border-box !important;
    border: 1px solid #F93C2C !important;
    text-align: center !important;
    background-color: transparent !important;
    color: #F93C2C !important;
    border-radius: 0 !important; }

.select2-container.select2-container--open .select2-dropdown {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #CCD3D3 !important; }

.um-form table {
  border-bottom: 1px solid #979797; }
.um-form th, .um-form td {
  border-left: none;
  border-right: none;
  text-align: center;
  font-size: 14px; }
.um-form th {
  color: #F93C2C;
  border-bottom: 1px solid #979797 !important; }
.um-form td {
  font-family: PingFangTC-Medium, "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #4a4a4a;
  line-height: 18px;
  letter-spacing: 0;
  border-top: 1px solid #efefef !important;
  padding: 17px 0 !important; }

.um-members-pagi,
.um-members-pagidrop {
  float: right;
  text-align: right;
  clear: both;
  margin-bottom: 20px; }
  .um-members-pagi span.pagi,
  .um-members-pagi a.pagi,
  .um-members-pagidrop span.pagi,
  .um-members-pagidrop a.pagi {
    border-color: transparent;
    padding: 0 6px;
    line-height: 28px;
    background: white;
    width: 30px;
    font-size: 14px;
    color: #4a4a4a !important;
    font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border: 1px solid #E5E5E5 !important;
    border-left: none !important;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    height: 30px;
    float: left; }
    .um-members-pagi span.pagi:first-child, .um-members-pagi span.pagi:last-child,
    .um-members-pagi a.pagi:first-child,
    .um-members-pagi a.pagi:last-child,
    .um-members-pagidrop span.pagi:first-child,
    .um-members-pagidrop span.pagi:last-child,
    .um-members-pagidrop a.pagi:first-child,
    .um-members-pagidrop a.pagi:last-child {
      display: none; }
    .um-members-pagi span.pagi:first-child + a.pagi,
    .um-members-pagi a.pagi:first-child + a.pagi,
    .um-members-pagidrop span.pagi:first-child + a.pagi,
    .um-members-pagidrop a.pagi:first-child + a.pagi {
      border-left: 1px solid #E5E5E5 !important; }
    .um-members-pagi span.pagi.disabled,
    .um-members-pagi a.pagi.disabled,
    .um-members-pagidrop span.pagi.disabled,
    .um-members-pagidrop a.pagi.disabled {
      display: none; }
    .um-members-pagi span.pagi.current, .um-members-pagi span.pagi.current:hover,
    .um-members-pagi a.pagi.current,
    .um-members-pagi a.pagi.current:hover,
    .um-members-pagidrop span.pagi.current,
    .um-members-pagidrop span.pagi.current:hover,
    .um-members-pagidrop a.pagi.current,
    .um-members-pagidrop a.pagi.current:hover {
      background-color: transparent;
      font-weight: bold;
      border-top: none !important;
      border-bottom: none !important;
      border-left: none !important;
      color: #4a4a4a !important; }
  .um-members-pagi a.pagi + span.pagi.current,
  .um-members-pagidrop a.pagi + span.pagi.current {
    border-right: none !important; }
  .um-members-pagi .select2.select2-container .select2-selection,
  .um-members-pagidrop .select2.select2-container .select2-selection {
    border: 1px solid #CCD3D3 !important; }

#espresso-default-admin .postbox-container {
  display: none; }

#process_reg_step_event_form .ee-attention {
  display: none; }

nav.woocommerce-breadcrumb,
header.woocommerce-products-header {
  display: none; }

body.woocommerce {
  background: #f6f6f6; }
  body.woocommerce nav.woocommerce-pagination ul {
    margin: 0; }

#page-bim_library {
  padding-top: 30px; }
  #page-bim_library .__wc_listing_title {
    font-size: 18px;
    margin: 0;
    line-height: 40px;
    color: #4a4a4a;
    font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 600; }
  #page-bim_library .woocommerce nav.woocommerce-pagination {
    text-align: right; }
    #page-bim_library .woocommerce nav.woocommerce-pagination ul, #page-bim_library .woocommerce nav.woocommerce-pagination li {
      border-color: transparent; }
    #page-bim_library .woocommerce nav.woocommerce-pagination li .page-numbers {
      padding: 0 6px;
      line-height: 28px;
      background: white;
      width: 30px;
      font-size: 14px;
      color: #4a4a4a;
      font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      border: 1px solid #E5E5E5;
      border-left: none; }
      #page-bim_library .woocommerce nav.woocommerce-pagination li .page-numbers.current {
        background-color: transparent;
        font-weight: bold;
        border-top: none;
        border-bottom: none; }
    #page-bim_library .woocommerce nav.woocommerce-pagination li:first-child .page-numbers {
      border-left: 1px solid #E5E5E5; }
    #page-bim_library .woocommerce nav.woocommerce-pagination li:first-child .page-numbers.current {
      border-left: none; }
    #page-bim_library .woocommerce nav.woocommerce-pagination li:last-child .page-numbers.current {
      border-right: none; }
  #page-bim_library .woocommerce .woocommerce-result-count {
    position: relative;
    color: #4a4a4a;
    font-size: 18px;
    line-height: 35px;
    margin: 0;
    float: right;
    margin-left: 20px; }
    #page-bim_library .woocommerce .woocommerce-result-count ~ hr {
      border-top: 2px solid transparent;
      margin: 0; }
    #page-bim_library .woocommerce .woocommerce-result-count ._item_current, #page-bim_library .woocommerce .woocommerce-result-count ._item_total {
      line-height: 28px;
      height: 30px;
      display: inline-block;
      vertical-align: middle;
      padding: 0 7px;
      font-size: 14px;
      color: #4a4a4a;
      font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased; }
    #page-bim_library .woocommerce .woocommerce-result-count ._item_current {
      background: white; }
    #page-bim_library .woocommerce .woocommerce-result-count .woocommerce-pagination {
      display: inline-block;
      line-height: 30px;
      height: 30px;
      vertical-align: middle;
      position: relative; }
      #page-bim_library .woocommerce .woocommerce-result-count .woocommerce-pagination li {
        border-right: 0; }
      #page-bim_library .woocommerce .woocommerce-result-count .woocommerce-pagination li .page-numbers {
        display: none; }
        #page-bim_library .woocommerce .woocommerce-result-count .woocommerce-pagination li .page-numbers.prev, #page-bim_library .woocommerce .woocommerce-result-count .woocommerce-pagination li .page-numbers.next {
          display: block; }
  #page-bim_library .woocommerce .woocommerce-ordering {
    line-height: 40px;
    color: #4a4a4a;
    font-size: 14px;
    margin: 0; }
    #page-bim_library .woocommerce .woocommerce-ordering > select {
      border: none;
      padding-right: 25px;
      direction: rtl; }
      #page-bim_library .woocommerce .woocommerce-ordering > select option {
        font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        height: 35px; }
    #page-bim_library .woocommerce .woocommerce-ordering:after {
      position: absolute;
      font: normal normal normal 14px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "\f107";
      font-size: 20px;
      right: 4px;
      top: 10px;
      z-index: -1; }
  #page-bim_library .products li.product {
    width: 32%;
    margin: 0 2% 2% 0; }
    #page-bim_library .products li.product.last {
      margin-right: 0; }
    #page-bim_library .products li.product a img {
      margin-bottom: 0;
      object-fit: cover;
      height: 100%; }
  #page-bim_library .products ._item_card {
    border: 1px solid #E5E5E5;
    xmin-width: 200px; }
  #page-bim_library .products ._item_card-bottom {
    text-align: right;
    padding: 7px;
    background: #fff;
    border-top: 1px solid #E5E5E5; }
    #page-bim_library .products ._item_card-bottom p {
      margin-bottom: .5em;
      line-height: 1.2;
      color: #4a4a4a; }
    #page-bim_library .products ._item_card-bottom .__loop-product__dl {
      display: none; }
  #page-bim_library .products .woocommerce-loop-product__title {
    font-size: 14px;
    font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; }

.um-password,
#login-popup {
  text-align: left; }
  .um-password a, .um-password a.um-link-alt,
  #login-popup a,
  #login-popup a.um-link-alt {
    color: #F93C2C !important; }
  .um-password .um-field-label,
  #login-popup .um-field-label {
    margin: 0; }
    .um-password .um-field-label label,
    #login-popup .um-field-label label {
      font-weight: normal;
      color: #898989; }
  .um-password .um-field-area,
  #login-popup .um-field-area {
    margin: 0; }
  .um-password #um-submit-btn,
  #login-popup #um-submit-btn {
    font-size: 14px;
    font-weight: bold;
    color: #F93C2C;
    padding: 11px 20px !important;
    line-height: 20px !important;
    box-sizing: border-box;
    border: 1px solid currentColor !important;
    font-weight: bold !important;
    text-align: center;
    background-color: transparent;
    width: 100% !important;
    border-radius: 0 !important; }
  .um-password .um-col-alt-b,
  #login-popup .um-col-alt-b {
    padding-top: 0; }
    .um-password .um-col-alt-b a.um-link-alt,
    #login-popup .um-col-alt-b a.um-link-alt {
      text-align: right; }

._mfp_gallery > .woocommerce-product-gallery__image {
  display: none; }
  ._mfp_gallery > .woocommerce-product-gallery__image:first-child {
    display: block; }

footer p, footer span, footer a,
#contact_row p {
  font-size: 12px; }

#home .container .col-md-7, #home .container .col-sm-7, #home .container .col-xs-12 {
  width: 90%; }

#our_mission_row .awesome-featuer-area {
  padding: 50px 0 10px 0; }

#mission_icon_row .service-img {
  height: 116px; }
#mission_icon_row h4 {
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px; }
#mission_icon_row .service-content p {
  line-height: 18px; }

#bim_row {
  background-image: url(img/bim_definition_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  #bim_row.bim_details_1 {
    background-image: url(img/bim_definition_bg.jpg); }
  #bim_row.bim_details_2 {
    background-image: url(img/bim_usage_bg.jpg); }
  #bim_row.bim_details_3 {
    background-image: url(img/bim_software_bg.jpg); }
  #bim_row .home3-hero-overlay {
    background: rgba(0, 0, 0, 0) linear-gradient(-90deg, #2E3F59 0%, #111921 100%) repeat scroll 0 0; }
  #bim_row .how-it-work-head {
    margin-bottom: 0; }
  #bim_row .section-title, #bim_row p, #bim_row h2, #bim_row li {
    color: #fff; }
  #bim_row div.row {
    position: relative; }

#bim_library .home3-hero.home3-hero--topCenter {
  text-align: center;
  color: #fff; }
  #bim_library .home3-hero.home3-hero--topCenter > h1 {
    font-size: 60px;
    line-height: 55px;
    margin: 0;
    font-weight: bold;
    color: currentColor;
    text-transform: uppercase; }
  #bim_library .home3-hero.home3-hero--topCenter > h2 {
    font-size: 36px;
    line-height: 55px;
    margin: 0;
    font-weight: 100;
    color: currentColor;
    text-transform: uppercase; }
  #bim_library .home3-hero.home3-hero--topCenter > h3 {
    font-size: 36px;
    line-height: 40px;
    margin: 0;
    font-weight: 100;
    color: currentColor; }
  #bim_library .home3-hero.home3-hero--topCenter > h4 {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    font-weight: 100;
    color: currentColor; }
  #bim_library .home3-hero.home3-hero--topCenter > p {
    font-size: 24px;
    line-height: 40px;
    margin: 0;
    color: currentColor; }

#civil_bim {
  background-image: url(img/msg_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.42) inset; }
  #civil_bim .wpb_wrapper {
    padding: 100px 0; }
  #civil_bim .home3-hero-overlay {
    background: rgba(3, 18, 33, 0.5);
    background-image: linear-gradient(0deg, rgba(82, 139, 255, 0.59) -100%, rgba(0, 0, 0, 0) 100%); }

#bim_library {
  background: url(img/bimlibrary_bg.jpg) center center no-repeat;
  background-size: cover; }
  #bim_library .wpb_wrapper {
    padding: 84px 0; }
  #bim_library .home3-hero > h1 {
    font-weight: 100;
    line-height: 65px; }
  #bim_library .home3-hero-overlay {
    background: rgba(250, 217, 97, 0.5);
    background-image: linear-gradient(270deg, #FAD961 0%, #F15922 100%); }

#ceremony {
  background: url(img/ceremony_bg.jpg) center center no-repeat;
  background-size: cover;
  text-align: right; }
  #ceremony .wpb_wrapper {
    padding: 84px 0; }
  #ceremony .home3-hero > h1 {
    font-weight: 100;
    line-height: 65px; }
  #ceremony .home3-hero-overlay {
    background: rgba(33, 45, 64, 0.5);
    background-image: linear-gradient(270deg, rgba(33, 45, 64, 0.9) 20%, rgba(0, 144, 165, 0.7) 80%); }

#committee_row {
  background-image: url(img/committee_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0; }
  #committee_row h2 {
    color: #fff; }
  #committee_row .our-team-area {
    padding-bottom: 0; }
  #committee_row .wpb_content_element {
    margin-bottom: 0; }
  #committee_row .team .team-item, #committee_row .team-card .team-item {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
    text-align: center;
    padding-top: 300px;
    max-width: 500px;
    display: inline-block; }
    #committee_row .team .team-item .portrait, #committee_row .team-card .team-item .portrait {
      display: none;
      max-height: 500px; }
    #committee_row .team .team-item .profile, #committee_row .team-card .team-item .profile {
      background-color: #212D40;
      text-align: center;
      padding: 21px 14px 35px;
      color: #212D40;
      position: relative; }
      #committee_row .team .team-item .profile_head, #committee_row .team-card .team-item .profile_head {
        margin-bottom: -1px;
        border-left: 1px solid #212D40;
        border-right: 1px solid #212D40; }
    #committee_row .team .team-item h1, #committee_row .team .team-item h2, #committee_row .team .team-item h3, #committee_row .team .team-item h4, #committee_row .team .team-item h5, #committee_row .team .team-item h6, #committee_row .team .team-item p, #committee_row .team-card .team-item h1, #committee_row .team-card .team-item h2, #committee_row .team-card .team-item h3, #committee_row .team-card .team-item h4, #committee_row .team-card .team-item h5, #committee_row .team-card .team-item h6, #committee_row .team-card .team-item p {
      color: #fff; }
    #committee_row .team .team-item h3, #committee_row .team-card .team-item h3 {
      font-family: "futura-pt", "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
      font-size: 18px;
      margin-bottom: 10px;
      letter-spacing: 0.5px; }
      #committee_row .team .team-item h3 div.title, #committee_row .team-card .team-item h3 div.title {
        font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
        font-weight: bold;
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 1.1; }
    #committee_row .team .team-item h4, #committee_row .team-card .team-item h4 {
      font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
      font-size: 14px;
      margin: 0;
      line-height: 1;
      margin-bottom: 10px; }
  #committee_row .team-card {
    text-align: center; }
    #committee_row .team-card .team-item {
      width: 30%;
      margin: 1%;
      overflow: hidden;
      max-height: 540px; }
      #committee_row .team-card .team-item .profile_head {
        transform: scale(1.02); }
      @media screen and (max-width: 992px) {
        #committee_row .team-card .team-item {
          width: 45%; } }
      @media screen and (max-width: 767px) {
        #committee_row .team-card .team-item {
          width: 77%; } }
  #committee_row .owl-stage {
    padding-left: 0 !important; }
  #committee_row .footer_head {
    position: relative;
    margin-top: 50px; }

.um-page-members header ~ div.container {
  min-height: 280px; }
.um-page-members header ~ div.container h3 {
  display: none;
  font-size: 18px;
  font-family: "aktiv-grotesk", "Microsoft JhengHei", "微軟正黑體", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #4a4a4a;
  font-weight: 500;
  margin-bottom: 0; }
.um-page-members .footer_head_wrapper {
  position: relative;
  background: url(https://cbim-uat.ignitormedia.com/wp-content/uploads/2018/02/members-bg.png) no-repeat center top;
  min-height: 420px;
  position: relative; }
  @media screen and (max-width: 768px) and (orientation: portrait) {
    .um-page-members .footer_head_wrapper {
      background-size: cover;
      min-height: 350px; } }
  @media screen and (max-width: 640px) {
    .um-page-members .footer_head_wrapper {
      min-height: 280px; } }
.um-page-members .footer_head {
  position: absolute;
  bottom: 0;
  width: 100%; }
.um-page-members.showing_members header ~ div.container h3 {
  display: block; }
.um-page-members.showing_members .awesome-feature-area {
  display: none; }
.um-page-members.showing_members .footer_head_wrapper {
  min-height: initial;
  background-image: initial; }
.um-page-members.showing_members .footer_head {
  position: relative; }

input[type=text], input[type=email], input[type=tel], input[type=number], textarea, select {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0; }

@media screen and (max-width: 768px) and (orientation: portrait) {
  .home3-hero-area {
    background-attachment: initial; } }
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .home3-hero-area {
    background-attachment: initial; } }
@media screen and (max-width: 768px) {
  .m-text-center {
    text-align: center; }

  .m-text-left {
    text-align: left; }

  .m-text-right {
    text-align: right; } }
.m_show {
  display: none; }

.m_hide {
  display: block; }

.single-service-one {
  padding: 21px 10px; }
  @media screen and (min-width: 768px) {
    .single-service-one .service-content p {
      min-height: 150px; } }

@media screen and (max-width: 1024px) {
  .vc_row, .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .vc_col-sm-12, .col-xs-12 {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
@media screen and (max-width: 991px) {
  #cb_main_menu li.menu-item {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home3-hero-area {
    padding: 200px 0 280px; }

  .footer_logo {
    display: block;
    margin: 10px auto;
    height: 84px; }

  #contact_row {
    padding-top: 35px; }
    #contact_row .col-xs-12, #contact_row .cb_btn {
      width: 100%; }

  #page-bim_library .products li.product {
    width: 49%; }
    #page-bim_library .products li.product:nth-child(odd) {
      margin-left: 0;
      margin-right: 2%; }
    #page-bim_library .products li.product:nth-child(even) {
      margin-left: 0;
      margin-right: 0; }
  #page-bim_library #woof_results_by_ajax > .pull-left {
    width: 100%; }
  #page-bim_library .woocommerce ul.products li.first,
  #page-bim_library .woocommerce-page ul.products li.first {
    clear: none; }

  #contact_row .wpforms-form .wpforms-head-container {
    width: 100%; }
  #contact_row .wpforms-form .wpforms-field-container,
  #contact_row .wpforms-form .wpforms-submit-container {
    width: 100%; } }
@media screen and (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  #msg_from_president .president_img {
    background-size: 100%; } }
@media screen and (min-width: 640px) and (max-width: 768px) and (orientation: portrait) {
  #msg_from_president .president_img {
    background-size: 120%;
    background-position-x: -35px; } }
@media screen and (max-width: 767px) {
  .home3-hero > h1 {
    font-size: 40px; }

  .home3-hero > h4 {
    font-size: 20px; }

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

  .single-service-one {
    padding: 10px; }

  .service-img {
    height: 84px;
    margin-bottom: 0px; }
    .service-img img {
      height: inherit; }

  .wpb_content_element {
    margin-bottom: 0 !important; }

  .m_br {
    display: block; }

  .m_hide {
    display: none; }

  .m_show {
    display: block; }

  h1 {
    font-size: 24px;
    color: #fff; }

  p {
    font-size: 16px; }

  #cb_main_menu {
    line-height: inherit;
    right: 70px; }
    #cb_main_menu .cb_btn.btn-action,
    #cb_main_menu a.cb_btn.btn-action {
      padding: 9px 10px;
      font-size: 12px; }

  header {
    height: 63px; }
    header .img-responsive {
      max-height: 42px; }
    header .logo {
      margin-left: -20px; }

  #home {
    padding: 20vh 0; }
    #home .container .col-md-7, #home .container .col-sm-7, #home .container .col-xs-12 {
      width: 90%; }

  #mission_icon_row h4 {
    height: 2em; }

  #bim_library .home3-hero > h1 {
    line-height: 49px; }

  #committee_row .owl-stage {
    padding-left: 40px !important; }
  #committee_row .our-team-area + .wpb_raw_html .container {
    padding: 0; }

  .team .team-item h3 {
    margin-top: 0; }
  .team .team-item .profile_head {
    border: none !important; }

  #contact_row .row {
    margin-bottom: 0px; }
  #contact_row .cb_btn {
    margin-top: 20px; }

  .footer_logo {
    display: block;
    margin: 10px auto;
    height: 84px; }

  .cb_tab li {
    margin: 0 10px; }
  .cb_tab.cb_tab_switch {
    padding: 21px 0 35px; }

  .cb_single_text_page {
    padding-top: 35px; }
    .cb_single_text_page h2 {
      font-size: 20px; }

  .big_row {
    padding: 70px 0; }

  #page-bim_library {
    padding-top: 0; }
    #page-bim_library .sidebar-area {
      margin: 0;
      width: 100%; }
    #page-bim_library .WOOF_Widget {
      margin: 0; }
      #page-bim_library .WOOF_Widget.__inactive {
        height: 0;
        overflow: hidden; }
      #page-bim_library .WOOF_Widget.__active {
        height: auto; }
    #page-bim_library #woof_results_by_ajax > .pull-left {
      width: 100%; }
    #page-bim_library .woocommerce .woocommerce-result-count {
      width: 100%;
      text-align: right; }
      #page-bim_library .woocommerce .woocommerce-result-count .woocommerce-pagination {
        position: relative;
        transform: none;
        top: 0; }
    #page-bim_library .products li.product {
      width: 100%; }

  #login-popup, .woo_product_form {
    width: 93%;
    padding: 35px; }

  #contact_row .wpforms-form .wpforms-head-container {
    width: 100%; }
  #contact_row .wpforms-form .wpforms-field-container,
  #contact_row .wpforms-form .wpforms-submit-container {
    width: 100%; } }
@media screen and (max-width: 640px) {
  .um .um-form .um-search .search-filter-wrap {
    width: 100%; }
    .um .um-form .um-search .search-filter-wrap .um-search-filter:first-child,
    .um .um-form .um-search .search-filter-wrap .um-search-filter.um-search-filter-2 {
      width: 100% !important;
      padding: 0 0 14px 0 !important; }

  .um .um-form .um-search .um-search-submit {
    width: 50%; } }
.navbar-fixed-top {
  display: none !important; }

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