@charset "UTF-8";
/**
 * Variables and Bootstrap overrides
 */
@import url("https://fonts.googleapis.com/css?family=Martel:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,600,700");
/*@font-face {
    font-family: 'CartoGothicStd-Book';
    src: url('../fonts/CartoGothicStd-Book-webfont.eot');
    src: url('../fonts/CartoGothicStd-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CartoGothicStd-Book-webfont.woff') format('woff'),
         url('../fonts/CartoGothicStd-Book-webfont.ttf') format('truetype'),
         url('../fonts/CartoGothicStd-Book-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
body {
  background: #fff;
  font: 16px "Martel", serif;
  line-height: 1.8em;
  color: #131313;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.3em;
  font-family: 'Martel', serif; }

*:focus, *:active {
  outline: none !important; }

a {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

/** WRAPPER and For Responsive nav To work properly
===================================*/
.wrapper {
  width: 100%;
  position: relative; }
  .wrapper:before {
    content: " ";
    display: table; }
  .wrapper:after {
    content: " ";
    display: table;
    clear: both; }
  .wrapper .wrapper-inner {
    -webkit-transition: all 500ms cubic-bezier(0.25, 0.1, 0, 0.95);
    -o-transition: all 500ms cubic-bezier(0.25, 0.1, 0, 0.95);
    transition: all 500ms cubic-bezier(0.25, 0.1, 0, 0.95);
    position: relative;
    width: 100%;
    display: block;
    margin-right: 0; }
  .wrapper .mask-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease; }
  .wrapper .wrapper-active {
    margin-right: -60%;
    float: right; }
    .wrapper .wrapper-active .mask-wrapper {
      opacity: 1;
      z-index: 11; }
  .wrapper .on-active-right .mask-wrapper {
    opacity: 1;
    z-index: 11; }

@media screen and (max-width: 48em) {
  .main .container {
    max-width: 85%; } }

.subpages-wrap {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 101; }
  .subpages-wrap:before, .subpages-wrap:after {
    content: '';
    display: table; }
  .subpages-wrap:after {
    clear: both; }

/** SPACE
===================================*/
.space15 {
  height: 15px;
  display: block;
  width: 100%; }

.space20 {
  height: 20px;
  display: block;
  width: 100%; }

.space30 {
  height: 30px;
  display: block;
  width: 100%; }

.space45 {
  height: 45px;
  display: block;
  width: 100%; }

.space60 {
  height: 60px;
  display: block;
  width: 100%; }

.color-box-1 {
  background-color: #53BBB4; }

.color-box-2 {
  background-color: #5CB860; }

.color-box-3 {
  background-color: #F9845B; }

.color-box-4 {
  background-color: #838CC7; }

.color-box-5 {
  background-color: #39ADD1; }

.color-box-6 {
  background-color: #3079AB; }

.color-box-7 {
  background-color: #E59A13; }

/* LIST */
.list-inlineblock {
  margin: 0;
  margin-top: 15px;
  padding: 0; }
  .list-inlineblock li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    position: relative; }
    @media screen and (min-width: 42em) {
      .list-inlineblock li {
        width: 48%;
        padding-right: 10px;
        margin-bottom: 5px; } }
    .list-inlineblock li:before {
      content: '.';
      position: absolute;
      left: 0;
      top: 4px;
      font-size: 2.5em;
      line-height: 0; }

.list-disc {
  margin: 0;
  padding: 0;
  margin-left: 20px; }
  .list-disc.btm-space li {
    margin-bottom: 12px; }

/** FLEXWRAP
===================================*/
.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .flex .flex-item {
    /*flex-grow: 1;
        flex-basis: 30%;*/ }

/* Prevent zoom-in input IOS */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select, textarea, input {
    font-size: 16px; } }

@media screen and (min-width: 48em) {
  .no-padding > [class*="col-"] {
    padding-left: 0;
    padding-right: 0; } }

/* FORM RESET */
select.form-control {
  background: url("../img/arrow-select.png") calc(100% - 6px) 50% no-repeat;
  background-color: white;
  background-size: 9px auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

textarea.form-control {
  height: auto; }
  textarea.form-control.form-quest {
    height: auto; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  text-align: center; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.img-caption {
  font-size: 12px;
  display: block;
  width: 100%;
  padding: 15px 0; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }
  .wp-caption.alignnone, .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*==== CHECKBOX DAN RADIO ======*/
.checkbox, .radio {
  font-size: 13px; }

.checkbox label, .radio label {
  padding-left: 0; }

.checkbox input[type="checkbox"], .radio input[type="checkbox"] {
  margin-top: 7px; }

input[type="checkbox"], input[type="radio"] {
  display: none; }

input[type="checkbox"] + label span {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: -4px 7px 0 0;
  vertical-align: middle;
  background: image-url("checkbox.png") left top no-repeat;
  cursor: pointer; }

input[type="checkbox"]:checked + label span {
  background: image-url("checkbox.png") right top no-repeat; }

input[type="radio"] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 3px 10px 0 0;
  vertical-align: middle;
  background: image-url("radio_fill.png") 0 0 no-repeat;
  cursor: pointer;
  float: left;
  background-size: 15px auto;
  -moz-background-size: 15px auto;
  -webkit-background-size: 15px auto; }

input[type="radio"]:checked + label span {
  background: image-url("radio_empty.png") 0 0 no-repeat;
  background-size: 15px auto;
  -moz-background-size: 15px auto;
  -webkit-background-size: 15px auto; }

/* TITLES  */
.title-lg {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  font-family: "Raleway", sans-serif;
  position: relative; }
  @media screen and (min-width: 62em) {
    .title-lg {
      font-size: 35px; } }
  .title-lg.with-line {
    margin-bottom: 70px; }
    .title-lg.with-line:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -20px;
      margin: auto;
      width: 100px;
      background-color: #333333;
      height: 3px; }
  .title-lg.text-left {
    text-align: left !important; }

.title-lg-def {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-size: 35px;
  font-family: "Raleway", sans-serif;
  font-weight: 700; }
  @media screen and (min-width: 48em) {
    .title-lg-def {
      font-size: 40px; } }

.title-lg-space {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-size: 35px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em; }
  @media screen and (min-width: 48em) {
    .title-lg-space {
      font-size: 40px; } }

.title-md {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  font-size: 25px;
  font-family: "Raleway", sans-serif;
  font-weight: 700; }
  @media screen and (min-width: 48em) {
    .title-md {
      font-size: 30px; } }

.title-s {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-size: 23px;
  font-family: "Raleway", sans-serif;
  font-weight: 700; }
  @media screen and (min-width: 48em) {
    .title-s {
      font-size: 25px; } }

.title-xs {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.4em;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 700; }

.title-xxs {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.4em;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 700; }

/*.title-md {
  margin: 0;
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 1.2em;
  text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    position: relative;
    letter-spacing: 0.18em;

    @media screen and (min-width: 48em) {
      font-size: 30px;
    }

    &.with-line {
      margin-bottom: 90px;  
    &:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -20px;
      margin: auto;
      width: 100px;
      background-color: #4a280c;
      height: 3px;
    }
    }
}*/
.title-article {
  margin: 0;
  margin-bottom: 15px;
  font: 24px/1.3 "Martel", serif;
  font-weight: 700; }
  .title-article.sm {
    font-size: 20px; }

.title-block-orange {
  margin: 0;
  margin-bottom: 15px; }
  .title-block-orange span {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    padding: 15px 20px;
    border-radius: 0;
    text-transform: capitalize;
    background: #ff7100;
    font: 700 22px/1.2 "Martel", serif;
    line-height: 1em;
    letter-spacing: normal; }

/* BUTTON AND LINK */
.btn.btn-full-orange {
  background: none;
  border: none;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  color: #ffffff;
  padding: 20px 25px 20px 25px;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
  background-color: #ff7100;
  letter-spacing: 0.1em;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }
  .btn.btn-full-orange:hover, .btn.btn-full-orange:focus {
    background-color: #372f2a; }

.btn.btn-outline-black {
  background: none;
  border: none;
  border: 2px solid #000;
  display: inline-block;
  border-radius: 0;
  color: #291407;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 15px 25px 15px 25px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .btn.btn-outline-black:hover {
    border: 1px solid transparent;
    background: #ff7100;
    color: #ffffff; }

@media (min-width: 768px) and (max-width: 1023px) {
  .btn .btn-outline-black {
    padding: 15px 30px 15px 30px; } }

.btn.full {
  width: 100%; }

.fontsize20 {
  font-size: 20px;
  line-height: 1.6em; }

/* HEADER */
#header {
  padding-bottom: 20px;
  position: relative;
  z-index: 500; }
  @media screen and (max-width: 62em) {
    #header {
      padding-top: 20px; } }
  #header.header-home {
    position: fixed; }
  #header.second-header {
    -webkit-box-shadow: 0.5px 0.866px 10px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0.5px 0.866px 10px 3px rgba(0, 0, 0, 0.08); }

.header-home {
  left: 0;
  width: 100%;
  z-index: 998;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  height: auto; }

.head-top {
  opacity: 1;
  visibility: visible;
  text-align: right;
  margin-bottom: 25px;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear; }
  .head-top .search-main {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
    background-color: rgba(235, 235, 235, 0.5);
    padding-right: 17px;
    padding-left: 0;
    min-height: 39px; }
    .head-top .search-main .form-control {
      border: none;
      font-size: 12px;
      color: #333333;
      font-style: italic;
      margin-top: 3px;
      background-color: transparent;
      background-image: url("../img/src.png");
      background-size: 12px auto;
      background-position: right center;
      background-repeat: no-repeat;
      padding-right: 22px;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 0; }
      .head-top .search-main .form-control::-webkit-input-placeholder {
        color: #333333; }
      .head-top .search-main .form-control:-ms-input-placeholder {
        color: #333333; }
      .head-top .search-main .form-control::placeholder {
        color: #333333; }
    .head-top .search-main:before {
      content: '';
      position: absolute;
      left: -34px;
      right: auto;
      top: 0;
      width: 0;
      height: 0;
      border-bottom: 39px solid rgba(235, 235, 235, 0.5);
      border-left: 34px solid transparent; }
  .head-top .phone-head {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    background-color: #ebebeb;
    font-size: 14px; }
    .head-top .phone-head a {
      color: #333333;
      display: inline-block;
      line-height: 1em;
      padding: 12px 24px; }
      .head-top .phone-head a:hover {
        text-decoration: none; }
    .head-top .phone-head .fa {
      margin-right: 4px; }

@media screen and (max-width: 62em) {
  .head-right {
    text-align: right;
    padding-right: 25px; }
    .head-right .head-top {
      display: none; } }

@media screen and (min-width: 48em) {
  .head-right .language.text-center {
    display: none; } }

@media screen and (max-width: 62em) {
  .head-main.scrolled .head-right {
    margin-top: 0; } }

@media screen and (min-width: 62em) {
  .head-top .search-main {
    margin-right: -4px; } }

/* Logo */
@media screen and (min-width: 62em) {
  .logo {
    margin-top: 35px; } }

@media screen and (min-width: 62em) {
  .logo {
    padding-left: 40px; } }

.logo img {
  max-width: 178px; }

@media screen and (min-width: 62em) {
  .logo img {
    max-width: 320px; } }

.language {
  padding-top: 10px; }
  @media screen and (max-width: 68em) {
    .language {
      padding-left: 0; } }
  @media screen and (max-width: 62em) {
    .language {
      display: inline-block;
      vertical-align: top;
      padding: 0; } }
  @media screen and (max-width: 40em) {
    .language {
      display: none; } }
  .language a {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
    position: relative; }
    .language a:before {
      content: '';
      opacity: 0;
      visibility: hidden;
      position: absolute;
      right: 0;
      left: 0;
      bottom: -30%;
      margin: auto;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-bottom: 7px solid #ff7100;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .language a.active img, .language a:hover img {
      border: 1px solid #ff7100; }
    .language a.active:before, .language a:hover:before {
      opacity: 1;
      visibility: visible;
      z-index: 3;
      bottom: -13%; }
  .language img {
    max-width: 25px;
    z-index: 4;
    position: relative;
    border: 1px solid transparent; }

/** MAIN NAV
===================================*/
.main-nav, .main-nav-second {
  display: none;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px; }
  @media screen and (max-width: 72em) {
    .main-nav, .main-nav-second {
      padding-right: 0; } }
  .main-nav ul, .main-nav-second ul {
    zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0; }
    .main-nav ul > li:before, .main-nav-second ul > li:before {
      content: '/';
      position: absolute;
      right: 0;
      top: 8px;
      color: #333333; }
    .main-nav ul > li:last-child:before, .main-nav-second ul > li:last-child:before {
      display: none; }
    .main-nav ul li, .main-nav-second ul li {
      display: inline-block;
      position: relative;
      vertical-align: top; }
      .main-nav ul li a, .main-nav-second ul li a {
        font-family: "Raleway", sans-serif;
        font-weight: 600;
        letter-spacing: 0.2em;
        color: #333333;
        display: inline-block;
        text-transform: uppercase;
        padding: 8px 14px;
        font-size: 13px; }
        @media screen and (min-width: 72em) {
          .main-nav ul li a, .main-nav-second ul li a {
            font-size: 16px; } }
        .main-nav ul li a .fa, .main-nav-second ul li a .fa {
          margin-left: 8px; }
        @media screen and (max-width: 48em) {
          .main-nav ul li a .fa.fa-caret-down, .main-nav-second ul li a .fa.fa-caret-down {
            display: none; } }
      .main-nav ul li:hover a, .main-nav-second ul li:hover a {
        color: #ff7100;
        text-decoration: none; }
      .main-nav ul li:hover ul, .main-nav-second ul li:hover ul {
        display: block; }
      .main-nav ul li.active a, .main-nav-second ul li.active a {
        color: #ff7100;
        text-decoration: none; }
      .main-nav ul li ul, .main-nav-second ul li ul {
        height: auto;
        border: 0;
        position: absolute;
        margin: 0;
        min-width: 225px;
        left: 50%;
        top: 100%;
        margin-left: -112px;
        z-index: 80;
        display: none;
        padding: 0;
        padding-top: 16px;
        padding-bottom: 18px;
        border-bottom: 3px solid #ff7100;
        background: #372f2a; }
        .main-nav ul li ul:before, .main-nav-second ul li ul:before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          margin: auto;
          top: -10px;
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 10px solid #372f2a; }
        .main-nav ul li ul a, .main-nav-second ul li ul a {
          padding: 5px 20px;
          _height: 10px;
          /*IE6 only*/
          display: block;
          float: none;
          text-transform: none;
          font-size: 15px;
          letter-spacing: normal;
          font-weight: 400;
          color: #b5b5b5 !important;
          border: none;
          border-radius: 0; }
          .main-nav ul li ul a:hover, .main-nav-second ul li ul a:hover {
            background-color: #716056;
            color: #fff !important;
            border: none; }
      .main-nav ul li li, .main-nav-second ul li li {
        float: none;
        display: block;
        border: 0;
        text-align: left; }
        .main-nav ul li li:before, .main-nav-second ul li li:before {
          display: none; }
        .main-nav ul li li:last-child, .main-nav-second ul li li:last-child {
          -webkit-box-shadow: none;
          box-shadow: none; }

.header-home .main-nav ul li:before {
  color: white; }

.header-home .main-nav ul li a {
  color: white; }
  .header-home .main-nav ul li a:hover {
    color: #ff7100;
    text-decoration: none; }

.main-nav {
  display: none;
  padding-top: 0;
  padding-bottom: 0; }

@media screen and (min-width: 62em) {
  .main-nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; } }

@media screen and (max-width: 48em) {
  .main-nav ul {
    width: 100%; } }

@media screen and (min-width: 800px) and (max-width: 1200px) {
  .main-nav ul li a {
    padding-right: 10px;
    padding-left: 10px; } }

/** MAIN NAV SECOND
===================================*/
@media screen and (min-width: 48em) {
  .main-nav-second {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 40px; } }

@media screen and (min-width: 48em) {
  .main-nav-second ul {
    padding-right: 30px; } }

@media screen and (max-width: 48em) {
  .main-nav-second ul {
    width: 100%; } }

@media screen and (min-width: 800px) and (max-width: 1200px) {
  .main-nav-second ul li a {
    padding-right: 10px;
    padding-left: 10px; } }

/*arrow*/
.nav ul ul li:first-child > a {
  /*@include border-radius(8px 8px 0 0)*/ }
  .nav ul ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #444; }

/*====== HUMBERBER BUTTON ======*/
.btn-rwd-sidebar {
  display: block;
  margin-top: 0;
  float: right;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #50555a;
  color: white;
  position: absolute;
  left: 0;
  top: 0; }

@media screen and (min-width: 50em) {
  .btn-rwd-sidebar {
    display: none; } }

/*====== RESPONSIVE MENU ======*/
.btn-mobileNav {
  display: inline-block;
  margin-top: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #1d2629;
  color: white; }

@media screen and (min-width: 62em) {
  .btn-mobileNav {
    display: none; } }

.close-sidebar {
  text-align: right;
  margin-bottom: 30px; }

.mobile-nav {
  z-index: 9999;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  overflow-x: hidden;
  background-color: white;
  color: #333333;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  display: none; }
  .mobile-nav.show {
    visibility: visible;
    opacity: 1;
    display: block; }
  .mobile-nav ul {
    list-style: none outside none;
    padding: 0;
    margin: 0;
    margin-top: 15px; }
    .mobile-nav ul li {
      position: relative;
      text-align: center;
      display: block;
      width: 100%;
      float: none; }
      .mobile-nav ul li .fa {
        position: absolute;
        right: -20px;
        top: 10px;
        font-size: 1.1em;
        color: #333333;
        width: 20px;
        cursor: pointer; }
      .mobile-nav ul li a {
        font-family: "Raleway", sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        padding: 8px 15px;
        display: inline-block;
        font-weight: 400;
        padding-left: 13px;
        color: #333333;
        line-height: 1.4em; }
      .mobile-nav ul li span {
        position: relative;
        display: inline-block; }
      .mobile-nav ul li a:hover, .mobile-nav ul li a:focus {
        color: #ff7100;
        background-color: white;
        text-decoration: none; }
    .mobile-nav ul ul.sub-menuNav {
      margin: 0;
      display: block;
      visibility: visible;
      margin-bottom: 20px;
      border: none;
      display: none; }
    .mobile-nav ul.sub-menuNav li {
      position: relative;
      display: block;
      width: 100%;
      float: none; }
  .mobile-nav .btn-hide {
    margin-bottom: -15px;
    margin-right: -30px;
    height: 42px;
    width: 42px;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    background-color: #2a363a;
    color: white; }
    .mobile-nav .btn-hide:hover, .mobile-nav .btn-hide:focus {
      background-color: transparent;
      color: #c1c1c1; }
  .mobile-nav .fa-close:before {
    margin-right: 15px; }

.nav-shadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

.hamburger-nav {
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  margin-top: 2px;
  margin-right: 15px;
  width: 28px;
  height: auto;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media screen and (min-width: 62em) {
    .hamburger-nav {
      display: none; } }
  .hamburger-nav span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffffff;
    border-radius: 0;
    opacity: 1;
    left: 0;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .hamburger-nav span:nth-child(1) {
      top: 0px; }
    .hamburger-nav span:nth-child(2) {
      top: 8px; }
    .hamburger-nav span:nth-child(3) {
      top: 16px; }
  .hamburger-nav.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }
  .hamburger-nav.open span:nth-child(2) {
    opacity: 0;
    left: -60px; }
  .hamburger-nav.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.second-header .hamburger-nav span {
  background-color: #626262; }

/* Hero Slider */
.hero {
  overflow: hidden;
  margin-bottom: 60px; }

.hero-slider {
  position: relative; }


  @media screen and (max-width: 48em) {
    .hero-slider .article .title-hero {
      font-size: 15px !important;}
      .smoothScroll{
        display: none;
      }
    .hero-slider .article:before {
      height: 2px !important; }
      .hero-slider .article {
        bottom: 1em !important; padding-top: 1em !important;}
    .hero-slider .slick-arrow {
      display: none !important; } }
  .hero-slider .item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-box-shadow: inset 0px 130px 90px -10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 130px 90px -10px rgba(0, 0, 0, 0.5); }
    .hero-slider .item img {
      width: 100%;
      /*height: 530px !important;*/
      object-fit: cover;
    }
    .hero-slider .item:before {
      content: '';
      background-color: rgba(0, 0, 0, 0.2);
      position: absolute;
      z-index: 0;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .hero-slider .article {
    position: absolute;
    left: 0;
    bottom: 40px;
    padding: 25px 25px 0 25px;
    color: white;
    font-weight: 700;
    width: 100%;
    max-width: 800px;
    word-wrap: break-word; }
    @media screen and (min-width: 62em) {
      .hero-slider .article {
        bottom: 60px; } }
    .hero-slider .article:before {
      content: '';
      position: absolute;
      left: 25px;
      top: 0;
      width: 115px;
      height: 5px;
      background-color: white; }
    .hero-slider .article .title-hero {
      margin: 0;
      font-size: 24px;
      font-family: "Raleway", sans-serif;
      line-height: 1.1em;
      text-transform: uppercase; }
      .hero-slider .article .title-hero span {
        font-weight: 600;
        font-style: italic; }
    .hero-slider .article p {
      font-family: "Martel", serif;
      font-weight: 400;
      font-size: 0.9em; }
  .hero-slider .slick-prev, .hero-slider .slick-next {
    z-index: 100;
    height: 40px;
    opacity: 0.7;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .hero-slider .slick-prev:hover, .hero-slider .slick-next:hover {
    opacity: 1; }
  .hero-slider .slick-prev {
    left: 50px; }
  .hero-slider .slick-next {
    right: 50px; }

@media screen and (min-width: 48em) {
 
    .hero-slider .item img {
      width: 100%;
      height: auto !important;
    }
  }

@media screen and (min-width: 62em) {

    .hero-slider .item img {
      width: 100%;
      height: auto !important;
    }
  }

@media screen and (min-width: 48em) {
  .hero-slider .article {
    padding-left: 50px; }
    .hero-slider .article:before {
      left: 50px; } }

@media screen and (min-width: 48em) {
  .hero-slider .article .title-hero {
    font-size: 26px; } }

@media screen and (min-width: 62em) {
  .hero-slider .article .title-hero {
    font-size: 45px; } }

@media screen and (max-width: 38em) {
  .hero-slider .slick-prev, .hero-slider .slick-next {
    display: none; } }

/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2 / 3) {
  select, textarea {
    font-size: 16px !important; }
  input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"] {
    font-size: 16px !important; } }

/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40 / 71) {
  select, textarea {
    font-size: 16px !important; }
  input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"] {
    font-size: 16px !important; } }

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375 / 667) {
  select, textarea {
    font-size: 16px !important; }
  input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"] {
    font-size: 16px !important; } }

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9 / 16) {
  select, textarea {
    font-size: 16px !important; }
  input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"] {
    font-size: 16px !important; } }

/* Main Menu */
.head-main {
  width: 100%;
  z-index: 10000;
  height: auto;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }
  .head-main.scrolled {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #ffffff;
    color: #333333;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25); }
    .head-main.scrolled .head-top {
      opacity: 0;
      visibility: hidden;
      display: none; }
    .head-main.scrolled .main-nav ul li a {
      color: #333333; }
      .head-main.scrolled .main-nav ul li a:hover {
        color: #ff7100;
        text-decoration: none; }
    .head-main.scrolled .logo {
      margin-top: 0; }
    .head-main.scrolled .hamburger-nav span {
      background-color: #626262; }
  @media screen and (max-width: 48em) {
    .head-main .language.text-center {
      display: none; } }

.main-nav.fixed-header {
  color: #333333; }
  .main-nav.fixed-header ul ul li a {
    color: white; }
  .main-nav.fixed-header ul li:hover > a {
    color: #ff7100;
    text-decoration: none; }
  .main-nav.fixed-header ul > li:before {
    color: #333333; }

.head-main .logo-alt {
  display: block; }

.head-main .logo-main {
  display: none; }

.head-main.scrolled .logo-main {
  display: none; }

.head-main.scrolled .logo-alt {
  display: block; }

.header-home .head-main .logo-main {
  display: block; }

.header-home .head-main .logo-alt {
  display: none; }

.header-home .head-main.scrolled .logo-main {
  display: none; }

.header-home .head-main.scrolled .logo-alt {
  display: block; }

.header-home .head-main.scrolled .fixed-header ul ul a {
  color: white; }

.head-main-second {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 40px;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  height: auto;
  background: #ffffff;
  color: #333333;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25); }

.main-nav-second {
  color: #333333; }
  .main-nav-second > ul > li > a {
    color: #333333; }
  .main-nav-second ul li:hover > a {
    color: #ff7100;
    text-decoration: none; }
  .main-nav-second ul > li:before {
    color: #333333;
    border: none; }

.head-main-second .logo-alt {
  display: inline-block; }

/* About */
@media screen and (min-width: 48em) {
  .hm-about .title-lg {
    margin-bottom: 100px; } }

.article-about {
  margin-bottom: 40px; }
  @media screen and (min-width: 48em) {
    .article-about {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .article-about .img-shadow {
    box-shadow: 0 0 18px 5px #c3c3c3;
    -webkit-box-shadow: 0 0 18px 5px #c3c3c3; }
    @media screen and (min-width: 48em) {
      .article-about .img-shadow {
        -webkit-box-shadow: 20px 30px 35px 10px #e8e6e6;
        box-shadow: 20px 30px 20px 5px #e8e6e6; } }
  @media screen and (min-width: 48em) {
    .article-about.flex {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .article-about .desc {
    font-size: 18px;
    line-height: 1.6em;
    /*text-align: center;*/ }
    .article-about .desc .btn {
      margin-top: 15px; }
    @media screen and (min-width: 48em) {
      .article-about .desc {
        /*text-align: left;*/ } }
    @media screen and (max-width: 48em) {
      .article-about .desc.text-right {
        text-align: left; } }
  .article-about .thumb {
    margin-bottom: 70px;
    text-align: center; }
    @media screen and (min-width: 48em) {
      .article-about .thumb {
        margin-bottom: 30px;
        text-align: left; } }
  @media screen and (min-width: 48em) {
    .article-about.thumb-right .thumb {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      text-align: right; } }

/*Our Member*/
.our-members .user-email {
  color: #ff7100;
  padding: 30px 0 30px 0; }
  .our-members .user-email i {
    padding-right: 6px; }

.our-members .mb-select {
  margin-bottom: 25px; }

.our-members article p {
  font-size: 15px; }

.our-members article a {
  color: #ff6600;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px; }

.our-members .last-item {
  display: none; }

.mber-slidefor {
  background: #ffffff;
  -webkit-box-shadow: 5px 0 20px 10px #f4f4f4;
  box-shadow: 5px 0 20px 10px #f4f4f4;
  overflow: hidden; }

.mmber-slidenav {
  padding: 50px 0 50px 0; }
  .mmber-slidenav .item {
    margin: auto;
    max-width: 225px;
    text-align: center;
    cursor: pointer; }
    .mmber-slidenav .item figure {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      jutify-content: center; }
    .mmber-slidenav .item > a {
      color: white; }
      .mmber-slidenav .item > a:hover {
        text-decoration: none; }
    .mmber-slidenav .item .desc {
      border: 1px solid #2d2d2d; }
    .mmber-slidenav .item.active {
      background: #2d2d2d; }
      .mmber-slidenav .item.active > a {
        color: white; }
      .mmber-slidenav .item.active h4 {
        color: #fff; }
        r
.mmber-slidenav .item.active h4:hover {
          color: white; }
    .mmber-slidenav .item .desc {
      padding-top: 10px;
      padding-bottom: 10px; }
    .mmber-slidenav .item h4 {
      margin: 0;
      text-align: center;
      text-transform: uppercase;
      /*padding: 5px 40px 5px 40px;*/
      letter-spacing: 0.1em;
      color: #333333;
      text-decoration: none;
      font-size: 16px;
      line-height: 25px; }
    .mmber-slidenav .item:hover {
      background: #2d2d2d; }
      .mmber-slidenav .item:hover h4 {
        color: white; }
  .mmber-slidenav .slick-current .item {
    background: #2d2d2d; }
    .mmber-slidenav .slick-current .item > a {
      color: white; }
    .mmber-slidenav .slick-current .item h4 {
      color: #fff; }
      r
.mmber-slidenav .slick-current .item h4:hover {
        color: white; }
  .mmber-slidenav .slick-arrow:before {
    display: none;
    top: 45%; }
  .mmber-slidenav .slick-prev, .mmber-slidenav .slick-next {
    width: 13px;
    z-index: 100; }
  .mmber-slidenav .slick-prev {
    left: 0 !important; }
  .mmber-slidenav .slick-next {
    right: 0 !important; }

.our-members-tabs {
  list-style: none;
  display: -webkit-inline-box;
  text-align: center;
  padding: 0 0 50px 0;
  border: none; }
  .our-members-tabs > li {
    display: inline-block;
    float: none;
    border: none; }
    .our-members-tabs > li:after {
      content: '/';
      display: inline-block;
      color: #333333;
      font-size: 0.8em;
      vertical-align: top;
      font-weight: 400; }
    .our-members-tabs > li:last-child:after {
      display: none; }
    .our-members-tabs > li a {
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      border: none !important;
      color: #333333;
      padding: 3px 14px;
      font-weight: 600; }
    .our-members-tabs > li:hover a, .our-members-tabs > li.active > a {
      color: #ff7100;
      text-decoration: none;
      border: none; }
  .our-members-tabs.nav-tabs > li.active a {
    color: #ff7100;
    background: none; }
    .our-members-tabs.nav-tabs > li.active a:focus, .our-members-tabs.nav-tabs > li.active a:hover {
      color: #ff7100;
      background: none; }

/* Our Services */
.our-services {
  background: #372f2a;
  color: #ffffff;
  text-align: center;
  border-bottom: 3px solid #ff7100;
  padding-top: 60px; }
  @media (max-width: 768px) {
    .our-services {
      overflow: hidden; } }
  .our-services .container {
    max-width: 980px; }
  .our-services header {
    margin-bottom: 30px; }
  .our-services img {
    height: 100px; }
  .our-services .subtitl {
    font-style: italic;
    margin-bottom: 30px; }
  .our-services .srv-desc p {
    font-size: 17px;
    /*padding: 0 110px 0 110px;*/ }
  .our-services .title-lg.with-line {
    margin-bottom: 50px; }
    .our-services .title-lg.with-line:before {
      background-color: white; }

.svc-intro {
  font: 24px/1.3 "Raleway", sans-serif;
  font-weight: 600;
  font-style: italic; }

.scv-tabs-wrap .nav-tabs {
  border-bottom: none;
  margin-bottom: 1px;
  margin-top: 35px; }
  .scv-tabs-wrap .nav-tabs .desc {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.15em;
    margin: 25px 0 35px 0; }
  .scv-tabs-wrap .nav-tabs li {
    overflow: hidden; }
    .scv-tabs-wrap .nav-tabs li:before {
      content: " ";
      position: absolute;
      z-index: 1;
      bottom: -50%;
      opacity: 0;
      left: 0;
      right: 0;
      margin: auto;
      border: solid transparent;
      height: 0;
      width: 0;
      border-bottom-color: #ff7100;
      border-width: 15px;
      pointer-events: none;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .scv-tabs-wrap .nav-tabs li.active:before, .scv-tabs-wrap .nav-tabs li:hover:before {
      bottom: 0;
      opacity: 1; }
    .scv-tabs-wrap .nav-tabs li > a, .scv-tabs-wrap .nav-tabs li.active > a {
      color: #fff;
      background-color: #372f2a;
      border: 1px solid #372f2a;
      border-bottom-color: none;
      cursor: default;
      text-decoration: none; }
  .scv-tabs-wrap .nav-tabs a:focus {
    text-decoration: none; }

.our-services .nav-tabs > li > a:hover {
  color: #fff;
  background-color: #372f2a;
  border: 1px solid #372f2a;
  border-bottom-color: none;
  cursor: default; }

/* Market Finance */
.market-finance {
  background: #181412;
  color: #ffffff;
  padding: 100px 0 130px 0;
  font-size: 19px;
  line-height: 1.5em; }
  @media (max-width: 768px) {
    .market-finance {
      padding: 70px 0 0px 0; } }
  .market-finance h1 {
    margin: 0;
    font-size: 32px;
    margin-bottom: 35px;
    letter-spacing: 0.2em;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .market-finance h1 {
        font-size: 20px;
        line-height: 32px; } }
  .market-finance a.link-orange {
    text-decoration: none;
    color: #ff7100;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em; }
  .market-finance .col-link-orange {
    margin-top: 40px;
    line-height: 1.3em;
    padding-left: 32px; }
    .market-finance .col-link-orange a .fa {
      margin-left: 5px;
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear; }
    .market-finance .col-link-orange a:hover .fa {
      margin-left: 8px; }
  .market-finance .quote-line-orange {
    max-width: 400px;
    font-size: 17px;
    line-height: 1.7em; }
  @media screen and (max-width: 48em) {
    .market-finance .quote-wrap {
      margin-bottom: 50px; } }

.services-list {
  max-width: 515px; }
  @media screen and (max-height: 48em) {
    .services-list {
      margin-left: 30px; } }
  .services-list .list-inline {
    margin-top: 20px; }
    .services-list .list-inline li {
      margin-bottom: 8px; }

.quote-line-orange {
  position: relative;
  padding: 0 0 0 30px;
  border: none;
  line-height: 1.4em;
  font-weight: 400; }
  .quote-line-orange:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 140px;
    background-color: #ff7100; }

.list-inline li {
  display: inline-block;
  vertical-align: top;
  list-style: disc;
  width: 100%;
  padding-left: 15px;
  position: relative; }
  .list-inline li:before {
    content: '.';
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 2em;
    line-height: 0em; }
  @media screen and (min-width: 42em) {
    .list-inline li {
      width: 48%;
      padding-right: 15px; } }

/*blockquote {
    margin: 0 0 325px;
    font-size: 20px;
    border-left: none;
    height: 0;
    p {
      font-size: 18px;
      font-weight: normal;
      padding-bottom: 70px;
      &:last-child {
        border-left: 1px solid #ff7100;
        height: 125px;
        padding: 0 0 0 20px;
      }
    }
  }*/
/* Quest Box */
.quest-box {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.059);
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.059);
  position: relative;
  margin-bottom: 50px;
  margin-top: -60px;
  padding: 50px 0 0 0;
  max-width: 1060px; }
  @media screen and (min-width: 48em) {
    .quest-box {
      margin-bottom: 130px;
      padding-bottom: 50px; } }
  @media screen and (max-width: 38em) {
    .quest-box {
      margin-top: -80px;
      padding: 30px 0 0 0; } }
  .quest-box .title-lg {
    margin-bottom: 25px; }
  .quest-box header {
    font-size: 16px;
    text-align: center;
    max-width: 740px;
    margin: 0 auto 25px; }
  .quest-box .text-red {
    color: #990000;
    line-height: 2.5em; }
  .quest-box .form-group {
    padding: 6px 0 0px 0; }
  .quest-box .form-group1 {
    padding: 6px 60px 15px 0px; }
  .quest-box .form-button {
    width: 100%;
    float: none;
    padding: 0; }
    @media screen and (min-width: 48em) {
      .quest-box .form-button {
        position: absolute;
        bottom: -60px;
        left: 0; } }
  .quest-box .centered {
    max-width: 90%;
    margin: 0 auto; }
  .quest-box .title-md {
    letter-spacing: 0.15em; }

.form-control.form-quest {
  background-color: #f5f5f5;
  padding: 15px 0 10px 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  font-size: 16px;
  height: 46px; }
  @media screen and (min-width: 48em) {
    .form-control.form-quest {
      height: 55px; } }

/* Articles */
.articles-row {
  margin-bottom: 100px;
  margin-top: 60px; }

.article-box {
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px 5px #efefef;
  box-shadow: 0 0 20px 5px #efefef;
  padding: 35px 28px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden; }
  .article-box a {
    color: #333;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
  @media screen and (min-width: 62em) {
    .article-box {
      min-height: 300px; } }
  .article-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 8px;
    background-color: #ff7100;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .article-box:hover a {
    color: #ff7100;
    text-decoration: none; }
  .article-box:hover:before {
    width: 100%; }
  .article-box h3 {
    font: 24px "Martel", serif;
    line-height: 1.5em;
    font-weight: 700;
    margin: 0;
    margin-bottom: 15px; }

/* SHM Client */
.hm-clients {
  -webkit-box-shadow: 0 0 20px 5px #efefef;
  box-shadow: 0 0 20px 5px #efefef;
  padding: 50px 0 50px 0; }
  .hm-clients .title-md {
    font-size: 25px;
    text-align: center;
    margin-bottom: 40px; }

/* Contact */
.contact-wrap {
  background: #372f2a;
  overflow: hidden;
  color: #ffffff;
  font-size: 14px; }

#map {
  width: 100%;
  height: 650px; }

.contact-wrap .foo-contact {
  padding: 40px 35px; }
  @media screen and (min-width: 62em) {
    .contact-wrap .foo-contact {
      padding: 50px 80px; } }

.contact-wrap .foo-logo {
  max-width: 260px;
  margin-bottom: 40px; }

.contact-wrap .contact ul {
  padding: 0;
  list-style: none; }

.contact-wrap .contact span {
  padding-right: 15px; }

.contact-wrap .btn-gmapwrap {
  margin: 40px 0; }

.contact-wrap .gmap {
  overflow: hidden;
  padding-right: 0;
  padding-left: 0; }
  @media screen and (min-width: 48em) {
    .contact-wrap .gmap {
      float: right; } }

/* Thank You */
.thank-you {
  text-align: center;
  margin: 8% 0; }
  .thank-you figure {
    text-align: center;
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate; }
    .thank-you figure img {
      width: 103px; }
  .thank-you .btn-thank-orange {
    margin: 60px 0; }
  .thank-you h2 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #333333; }
    @media screen and (min-width: 42em) {
      .thank-you h2 {
        font-size: 30px; } }
  .thank-you p {
    color: #333333;
    font-size: 16px; }

@keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  to {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  to {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

/* Contact Us */
.contact-us {
  background: #ffffff;
  margin: 8% auto;
  max-width: 950px; }
  .contact-us h1 {
    text-align: center;
    margin: 0;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.15em; }
    @media screen and (min-width: 40em) {
      .contact-us h1 {
        font-size: 30px; } }
  .contact-us p {
    text-align: center;
    padding: 0 0 20px 0; }
  .contact-us .text-red {
    color: #990000;
    line-height: 2.5em; }
  .contact-us .form-group {
    padding: 10px 0 0px 0px; }

/* SHM Detail */
.shm-detail .category {
  background: #ff7100;
  margin: 0;
  color: #ffffff;
  padding: 15px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.shm-detail .btn-category {
  padding: 30px 0 30px 0; }

.shm-detail .nav-tab {
  background: #291407;
  padding: 15px; }

.nav-tab a.active:before, .language a:hover:before {
  opacity: 1;
  visibility: visible;
  bottom: 45%; }

.nav-tab a:before {
  content: '';
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 95%;
  left: 0;
  bottom: -30px;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 7px solid #ff7100;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.shm-detail .nav-tab a span {
  color: #999999;
  font-size: 16px; }
  .shm-detail .nav-tab a span:hover {
    color: #ffffff; }

a span.active {
  color: #ffffff; }

.shm-detail .nav > li > a:hover, .nav > li > a:focus {
  background: none;
  text-decoration: underline;
  color: #ffffff; }

.shm-detail .presendesc .title {
  padding-bottom: 20px;
  text-transform: uppercase; }

.shm-detail .presendesc .title-berita {
  padding-bottom: 20px;
  font-size: 28px; }

.shm-detail .presendesc p {
  padding-bottom: 10px;
  font-size: 18px; }

.shm-detail .presendesc ul {
  padding-bottom: 30px; }
  .shm-detail .presendesc ul li {
    font-size: 16px; }

.shm-detail .presendesc a {
  color: #333333; }
  .shm-detail .presendesc a:hover {
    color: #ff7100; }

.shm-detail .presendesc h1 {
  font-size: 40px;
  padding-bottom: 25px; }

.shm-detail .presendesc h2 {
  font-size: 30px;
  padding-top: 25px;
  padding-bottom: 25px; }

.shm-detail .presendesc h3 {
  font-size: 25px;
  padding-bottom: 20px;
  padding-top: 20px; }

.shm-detail .presendesc .paragh {
  padding-bottom: 10px;
  font-size: 16px; }

.shm-detail .presendesc h4 {
  font-size: 20px;
  padding-bottom: 15px;
  padding-top: 15px; }

.shm-detail .presendesc h5 {
  font-size: 18px;
  padding-bottom: 15px;
  padding-top: 15px; }
  .shm-detail .presendesc h5 a {
    color: #ff7100;
    text-transform: uppercase; }

.shm-detail .presendesc > .pagination > .active > a {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #ff7100;
  border-color: #ff7100; }

.presendesc > .pagination > .active > a:focus, .presendesc > .pagination > .active > a:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #ff7100;
  border-color: #ff7100; }

.presendesc > .pagination > .active > span {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #ff7100;
  border-color: #ff7100; }
  .presendesc > .pagination > .active > span:focus, .presendesc > .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ff7100;
    border-color: #ff7100; }

.shm-detail .prevNext {
  overflow: hidden; }
  .shm-detail .prevNext > .wrap-nav-description {
    margin-bottom: 35px;
    float: left;
    display: block;
    width: 100%;
    margin-top: 80px; }
    .shm-detail .prevNext > .wrap-nav-description .prev, .shm-detail .prevNext > .wrap-nav-description .next {
      margin: 0;
      width: 50%;
      float: left;
      clear: none;
      color: #000;
      text-decoration: none; }
    .shm-detail .prevNext > .wrap-nav-description .prev:hover {
      color: #ff7100; }
    .shm-detail .prevNext > .wrap-nav-description .next {
      float: right; }
      .shm-detail .prevNext > .wrap-nav-description .next:hover {
        color: #ff7100; }
    .shm-detail .prevNext > .wrap-nav-description .prev i {
      font-size: 50px;
      padding-right: 10px;
      color: #ff7100;
      float: left; }
    .shm-detail .prevNext > .wrap-nav-description .next i {
      font-size: 50px;
      padding-right: 10px;
      color: #ff7100;
      float: left;
      padding-right: 0px;
      padding-left: 10px;
      float: right; }
    .shm-detail .prevNext > .wrap-nav-description p {
      font-size: 14px; }
      .shm-detail .prevNext > .wrap-nav-description p:first-of-type {
        text-transform: uppercase;
        color: #333;
        font-weight: bold;
        font-size: 14px; }
      .shm-detail .prevNext > .wrap-nav-description p:last-of-type {
        white-space: pre-line;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }

.shm-detail .fa-arrow-left:before {
  content: url("../img/arrow-left.png"); }

.shm-detail .fa-arrow-right:before {
  content: url("../img/arrow-right.png"); }

@media (max-width: 724px) {
  .shm-detail .prevNext {
    font-size: 12px; }
    .shm-detail .prevNext > .wrap-nav-description .prev, .shm-detail .prevNext > .wrap-nav-description .next {
      width: 50%; }
    .shm-detail .prevNext > .wrap-nav-description .prev i {
      font-size: 35px;
      padding-right: 2px;
      color: #ff7100;
      float: left; }
    .shm-detail .prevNext > .wrap-nav-description .next i {
      font-size: 35px;
      padding-right: 2px;
      color: #ff7100;
      float: left;
      padding-right: 0px;
      padding-left: 2px;
      float: right; }
    .shm-detail .prevNext > .wrap-nav-description p {
      margin-bottom: 0;
      margin-top: -5px; }
      .shm-detail .prevNext > .wrap-nav-description p:last-of-type {
        white-space: pre-line;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; } }

@media (max-width: 1023px) {
  .shm-detail .prevNext > .wrap-nav-description p:last-of-type {
    white-space: pre-line;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; } }

/* News Landing */
.news-landing {
  padding: 50px 0 100px 0; }
  .news-landing .category {
    background: #ff7100;
    margin: 0;
    color: #ffffff;
    padding: 15px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
  .news-landing .btn-category {
    padding: 30px 0 30px 0; }
  .news-landing .nav-tab {
    background: #291407;
    padding: 15px; }
    .news-landing .nav-tab a span {
      color: #999999;
      font-size: 16px; }
      .news-landing .nav-tab a span:hover {
        color: #ffffff; }

a span.active {
  color: #ffffff; }

.news-landing .nav > li > a:hover, .nav > li > a:focus {
  background: none;
  text-decoration: underline;
  color: #ffffff; }

.news-landing .presendesc .title {
  padding-bottom: 20px;
  text-transform: uppercase; }

.news-landing .presendesc .title-berita {
  font-size: 28px; }

.news-landing .presendesc p {
  padding-bottom: 10px;
  font-size: 14px; }

.news-landing .presendesc ul {
  padding-top: 50px;
  font-size: 16px; }

.news-landing .presendesc a {
  color: #333333; }
  .news-landing .presendesc a:hover {
    color: #ff7100;
    text-decoration: none; }

.news-landing .presendesc h1 {
  font-size: 40px;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0; }

.news-landing .presendesc h2 {
  font-size: 22px;
  padding-top: 25px;
  padding-bottom: 25px; }

.news-landing .presendesc h3 {
  font-size: 18px;
  /*padding-bottom: 20px;*/
  padding-top: 20px; }

.news-landing .presendesc h4 {
  font-size: 16px;
  padding-bottom: 15px;
  padding-top: 15px; }

.news-landing .presendesc h5 {
  font-size: 14px; }

.news-landing .presendesc p a {
  color: #ff7100;
  text-decoration: none; }

.news-landing .presendesc img {
  margin: inherit; }

.news-landing .presendesc > .pagination > .active > a {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #ff7100;
  border-color: #ff7100; }

@media (min-width: 320px) and (max-width: 765px) {
  .news-landing .presendesc ul {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 8px; } }

.presendesc > .pagination > .active > a:focus, .presendesc > .pagination > .active > a:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #ff7100;
  border-color: #ff7100; }

.presendesc > .pagination > .active > span {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #ff7100;
  border-color: #ff7100; }
  .presendesc > .pagination > .active > span:focus, .presendesc > .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ff7100;
    border-color: #ff7100; }

.news-landing .prevNext {
  overflow: hidden; }
  .news-landing .prevNext > .wrap-nav-description {
    margin-bottom: 35px;
    float: left;
    display: block;
    width: 100%;
    margin-top: 80px; }
    .news-landing .prevNext > .wrap-nav-description .prev, .news-landing .prevNext > .wrap-nav-description .next {
      margin: 0;
      width: 50%;
      float: left;
      clear: none;
      color: #000;
      text-decoration: none; }
    .news-landing .prevNext > .wrap-nav-description .prev:hover {
      color: #ff7100; }
    .news-landing .prevNext > .wrap-nav-description .next {
      float: right; }
      .news-landing .prevNext > .wrap-nav-description .next:hover {
        color: #ff7100; }
    .news-landing .prevNext > .wrap-nav-description .prev i {
      font-size: 50px;
      padding-right: 10px;
      color: #ff7100;
      float: left; }
    .news-landing .prevNext > .wrap-nav-description .next i {
      font-size: 50px;
      padding-right: 10px;
      color: #ff7100;
      float: left;
      padding-right: 0px;
      padding-left: 10px;
      float: right; }
    .news-landing .prevNext > .wrap-nav-description p {
      font-size: 14px; }
      .news-landing .prevNext > .wrap-nav-description p:first-of-type {
        text-transform: uppercase;
        color: #333;
        font-weight: bold;
        font-size: 14px; }

@media (max-width: 724px) {
  .news-landing .prevNext {
    font-size: 12px; }
    .news-landing .prevNext > .wrap-nav-description .prev, .news-landing .prevNext > .wrap-nav-description .next {
      width: 50%; }
    .news-landing .prevNext > .wrap-nav-description .prev i {
      font-size: 35px;
      padding-right: 5px;
      color: #ff7100;
      float: left; }
    .news-landing .prevNext > .wrap-nav-description .next i {
      font-size: 35px;
      padding-right: 5px;
      color: #ff7100;
      float: left;
      padding-right: 0px;
      padding-left: 5px;
      float: right; }
    .news-landing .prevNext > .wrap-nav-description p {
      margin-bottom: 0;
      margin-top: -5px; }
      .news-landing .prevNext > .wrap-nav-description p:last-of-type {
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; } }

/* Search Result */
.search-result .category {
  background: #ff7100;
  margin: 0;
  color: #ffffff;
  padding: 15px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.search-result .btn-category {
  padding: 30px 0 30px 0; }

.search-result .nav-tab {
  background: #291407;
  padding: 15px; }
  .search-result .nav-tab a span {
    color: #999999;
    font-size: 16px; }
    .search-result .nav-tab a span:hover {
      color: #ffffff; }

a span.active {
  color: #ffffff; }

.search-result .nav > li > a:hover, .nav > li > a:focus {
  background: none;
  text-decoration: underline;
  color: #ffffff; }

.search-result .presendesc .title {
  padding-bottom: 20px;
  text-transform: uppercase; }

.search-result .presendesc .title-berita {
  padding-bottom: 20px;
  font-size: 28px; }

.search-result .presendesc p {
  font-size: 14px; }

.search-result .presendesc ul {
  padding-top: 50px;
  font-size: 16px; }

.search-result .presendesc a {
  color: grey; }
  .search-result .presendesc a:hover {
    color: #ff7100;
    text-decoration: none; }

.search-result .presendesc p a {
  color: #ff7100;
  text-decoration: none; }

.search-result .presendesc img {
  margin: auto; }

.search-result .presendesc > .pagination > .active > a {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #ff7100;
  border-color: #ff7100; }

@media (min-width: 320px) and (max-width: 765px) {
  .search-result .presendesc ul {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 8px; } }

.presendesc > .pagination > .active > a:focus, .presendesc > .pagination > .active > a:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #ff7100;
  border-color: #ff7100; }

.presendesc > .pagination > .active > span {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #ff7100;
  border-color: #ff7100; }
  .presendesc > .pagination > .active > span:focus, .presendesc > .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ff7100;
    border-color: #ff7100; }

.search-result .prevNext {
  overflow: hidden; }
  .search-result .prevNext > .wrap-nav-description {
    margin-bottom: 35px;
    float: left;
    display: block;
    width: 100%;
    margin-top: 80px; }
    .search-result .prevNext > .wrap-nav-description .prev, .search-result .prevNext > .wrap-nav-description .next {
      margin: 0;
      width: 50%;
      float: left;
      clear: none;
      color: #000;
      text-decoration: none; }
    .search-result .prevNext > .wrap-nav-description .prev:hover {
      color: #ff7100; }
    .search-result .prevNext > .wrap-nav-description .next {
      float: right; }
      .search-result .prevNext > .wrap-nav-description .next:hover {
        color: #ff7100; }
    .search-result .prevNext > .wrap-nav-description .prev i {
      font-size: 50px;
      padding-right: 10px;
      color: #ff7100;
      float: left; }
    .search-result .prevNext > .wrap-nav-description .next i {
      font-size: 50px;
      padding-right: 10px;
      color: #ff7100;
      float: left;
      padding-right: 0px;
      padding-left: 10px;
      float: right; }
    .search-result .prevNext > .wrap-nav-description p {
      font-size: 14px; }
      .search-result .prevNext > .wrap-nav-description p:first-of-type {
        text-transform: uppercase;
        color: #333;
        font-weight: bold;
        font-size: 14px; }

@media (max-width: 724px) {
  .search-result .prevNext {
    font-size: 12px; }
    .search-result .prevNext > .wrap-nav-description .prev, .search-result .prevNext > .wrap-nav-description .next {
      width: 50%; }
    .search-result .prevNext > .wrap-nav-description .prev i {
      font-size: 35px;
      padding-right: 5px;
      color: #ff7100;
      float: left; }
    .search-result .prevNext > .wrap-nav-description .next i {
      font-size: 35px;
      padding-right: 5px;
      color: #ff7100;
      float: left;
      padding-right: 0px;
      padding-left: 5px;
      float: right; }
    .search-result .prevNext > .wrap-nav-description p {
      margin-bottom: 0;
      margin-top: -5px; }
      .search-result .prevNext > .wrap-nav-description p:last-of-type {
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; } }

.top-search {
  margin-bottom: 50px; }
  .top-search .form-control {
    border: 1px solid #ebebeb;
    height: 50px;
    border-radius: 0;
    padding-left: 35px;
    margin-bottom: 15px;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .top-search .button-search .btn {
    border: none;
    width: 100%;
    background: #ff7100;
    height: 50px;
    min-width: 160px;
    font-weight: 700;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .top-search .button-search .btn:hover {
      background-color: #372f2a;
      color: white; }
    @media screen and (min-width: 48em) {
      .top-search .button-search .btn {
        width: auto; } }
  .top-search .src-input-group {
    position: relative; }
    @media screen and (min-width: 48em) {
      .top-search .src-input-group {
        padding-right: 0; } }
    .top-search .src-input-group .fa {
      position: absolute;
      font-size: 18px;
      left: 26px;
      top: 16px;
      color: #7f7f7f; }

.no-pad-rt {
  padding-right: 0 !important; }

.button-search button:hover {
  background: #ff7100;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s; }

.text-search-result {
  margin-bottom: 50px; }
  .text-search-result .small {
    display: block;
    color: #a7a7a4;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.3em;
    color: rgba(51, 51, 51, 0.5); }
  .text-search-result h2 {
    margin: 0;
    font: 700 20px/1.3 "Martel", serif;
    color: rgba(51, 51, 51, 0.7); }

.box-search-result {
  margin-top: 35px;
  position: relative;
  margin-bottom: 43px; }
  .box-search-result .meta-src {
    font-size: 12px;
    color: #9c9c9a;
    margin-bottom: 10px; }
  .box-search-result h3 {
    font-size: 24px;
    color: #333; }
    .box-search-result h3 a {
      color: #333;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .box-search-result h3:hover a {
      color: #36adfc; }
  .box-search-result p {
    font-size: 16px; }

/* Services */
.services {
  padding: 0 0 100px 0; }

.hero-bg {
  position: relative;
  z-index: 100;
  background-size: cover;
  background-position: center;
  min-height: 340px; }
  .hero-bg:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.hero-content {
  position: absolute;
  bottom: 100px;
  left: 0;
  padding-top: 35px;
  padding-left: 25px; }
  @media screen and (min-width: 45em) {
    .hero-content {
      padding-left: 90px; } }
  .hero-content:before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 50%;
    height: 5px;
    background-color: #ffffff; }
  .hero-content h2 {
    margin: 0;
    margin-bottom: 8px; }
    .hero-content h2.thin {
      font-size: 30px;
      line-height: 1.2em;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 100;
      letter-spacing: 0.1em; }
    .hero-content h2.thick {
      font-size: 30px;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 0.1em; }

@media (min-width: 320px) and (max-width: 765px) {
  .hero-content h2.thin, .hero-content h2.thick {
    font-size: 20px; } }

.services .category {
  background: #ff7100;
  margin: 0;
  color: #ffffff;
  padding: 15px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.services .btn-category {
  padding: 30px 0 30px 0; }

.services .nav-tab {
  background: #291407;
  padding: 15px; }
  .services .nav-tab a span {
    color: #999999;
    font-size: 16px; }
    .services .nav-tab a span:hover {
      color: #ffffff; }

a span.active {
  color: #ffffff; }

.services .nav > li > a:hover, .nav > li > a:focus {
  background: none;
  text-decoration: underline;
  color: #ffffff; }

.services .category-services {
  margin-top: -5px; }

.services .presendesc .title {
  padding-bottom: 20px;
  text-transform: uppercase; }

.services .presendesc .title-berita {
  padding-bottom: 20px;
  font-size: 28px; }

.services .presendesc p {
  padding-bottom: 10px;
  font-size: 20px; }

.services .presendesc ul {
  padding-bottom: 30px;
  list-style: none; }
  .services .presendesc ul li:before {
    content: '\00b7';
    font-size: 40px;
    margin-right: 5px;
    margin-left: -15px; }

.services .btn-orange {
  color: #ffffff;
  padding: 10px 25px 10px 25px;
  font-weight: 500;
  border-radius: 0;
  text-transform: capitalize;
  background: #ff7100;
  font-size: 22px;
  letter-spacing: normal; }

.services .box-grey-service {
  background: #f6f3f1;
  width: 100%;
  padding: 50px 0 0 30px;
  margin: -18px 0 0 0; }

.services .presendesc a, .services .box-grey-service a {
  color: #333333; }
  .services .presendesc a:hover, .services .box-grey-service a:hover {
    color: #ff7100; }

.services .presendesc h1 {
  font-size: 24px;
  padding-bottom: 25px; }

.services .presendesc h2 {
  font-size: 22px;
  padding-top: 25px;
  padding-bottom: 25px; }

.services .presendesc h3 {
  font-size: 20px;
  padding-bottom: 20px;
  padding-top: 20px; }

.services .presendesc h4 {
  font-size: 16px;
  padding-bottom: 15px;
  padding-top: 15px; }

.services .presendesc h5 {
  font-size: 14px;
  padding-bottom: 15px;
  padding-top: 15px; }
  .services .presendesc h5 a {
    color: #ff7100;
    text-transform: uppercase; }

.services .box-grey-service > .pagination > .active > a {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #ff7100;
  border-color: #ff7100; }

@media (min-width: 320px) and (max-width: 765px) {
  .services .btn-orange {
    font-size: 12px; } }

.box-grey-service > .pagination > .active > a:focus, .box-grey-service > .pagination > .active > a:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #ff7100;
  border-color: #ff7100; }

.box-grey-service > .pagination > .active > span {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #ff7100;
  border-color: #ff7100; }
  .box-grey-service > .pagination > .active > span:focus, .box-grey-service > .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ff7100;
    border-color: #ff7100; }

.services .box-grey-service .pagination {
  font-size: 12px; }

.services .box-grey-service ul.box-content {
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-left: -20px; }
  .services .box-grey-service ul.box-content li {
    padding-bottom: 30px; }

.services .prevNext {
  overflow: hidden; }
  .services .prevNext > .wrap-nav-description {
    margin-bottom: 35px;
    float: left;
    display: block;
    width: 100%;
    margin-top: 80px; }
    .services .prevNext > .wrap-nav-description .prev, .services .prevNext > .wrap-nav-description .next {
      margin: 0;
      width: 50%;
      float: left;
      clear: none;
      color: #000;
      text-decoration: none; }
    .services .prevNext > .wrap-nav-description .prev:hover {
      color: #ff7100; }
    .services .prevNext > .wrap-nav-description .next {
      float: right; }
      .services .prevNext > .wrap-nav-description .next:hover {
        color: #ff7100; }
    .services .prevNext > .wrap-nav-description .prev i {
      font-size: 50px;
      padding-right: 10px;
      color: #ff7100;
      float: left; }
    .services .prevNext > .wrap-nav-description .next i {
      font-size: 50px;
      padding-right: 10px;
      color: #ff7100;
      float: left;
      padding-right: 0px;
      padding-left: 10px;
      float: right; }
    .services .prevNext > .wrap-nav-description p {
      font-size: 14px; }
      .services .prevNext > .wrap-nav-description p:first-of-type {
        text-transform: uppercase;
        color: #333;
        font-weight: bold;
        font-size: 14px; }

@media (min-width: 320px) and (max-width: 765px) {
  .services .box-grey-service .pagination {
    font-size: 5px; } }

@media (max-width: 724px) {
  .services .prevNext {
    font-size: 12px; }
    .services .prevNext > .wrap-nav-description .prev, .services .prevNext > .wrap-nav-description .next {
      width: 50%; }
    .services .prevNext > .wrap-nav-description .prev i {
      font-size: 35px;
      padding-right: 5px;
      color: #ff7100;
      float: left; }
    .services .prevNext > .wrap-nav-description .next i {
      font-size: 35px;
      padding-right: 5px;
      color: #ff7100;
      float: left;
      padding-right: 0px;
      padding-left: 5px;
      float: right; }
    .services .prevNext > .wrap-nav-description p {
      margin-bottom: 0;
      margin-top: -5px; }
      .services .prevNext > .wrap-nav-description p:last-of-type {
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; } }

/* Global */
.btn-bd-orange {
  background-color: none;
  border: none;
  display: inline-block;
  border: 1px solid #ff7100;
  color: #ff7100;
  padding: 10px 25px 10px 25px;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }
  .btn-bd-orange:hover {
    background-color: #ff7100;
    color: white; }

.btn-orange {
  margin: 0;
  background: none;
  border: none;
  display: inline-block;
  color: #ffffff;
  padding: 15px 25px 13px 25px;
  font-weight: 700;
  text-transform: uppercase;
  background: #ff7100;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  border-radius: 0; }
  .btn-orange:hover {
    background: #372f2a;
    color: white;
    text-decoration: none; }

.link-orange {
  display: inline-block;
  color: #ff7100;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }
  .link-orange:hover {
    color: #bb5504;
    text-decoration: none; }

.georgia-font {
  font-family: Georgia, serif;
  font-style: italic; }

.btn-gmap {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px 25px 10px 25px;
  border-radius: 0; }
  .btn-gmap:hover {
    background: #ffffff;
    color: #372f2a; }

.shake {
  display: inline-block;
  display: block;
  position: relative;
  display: inline-block; }
  .shake.inline {
    display: inline-block; }
  .shake:hover, .shake:focus {
    -webkit-animation-name: spaceboots;
    -webkit-animation-duration: 0.8s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear; }

@-webkit-keyframes spaceboots {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg); }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg); }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg); }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg); } }

.scroll-todown {
  top: -110px;
  font-size: 30px; }
  .scroll-todown a {
    color: #ffffff; }
    .scroll-todown a i {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-animation: sdb04 2s infinite;
      animation: sdb04 2s infinite; }

@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0); }
  20% {
    -webkit-transform: rotate(0deg) translate(0px, 10px); }
  40% {
    -webkit-transform: rotate(0deg) translate(0, 0); } }

@keyframes sdb04 {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0); }
  20% {
    -webkit-transform: rotate(0deg) translate(0px, 10px);
    transform: rotate(0deg) translate(0px, 10px); }
  40% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0); } }

/* BIG THUMB */
.bigthumb {
  overflow: hidden; }
  .bigthumb .thumb {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (min-width: 62em) {
      .bigthumb .thumb {
        margin-right: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        float: left; } }
    @media screen and (max-width: 62em) {
      .bigthumb .thumb {
        height: auto !important;
        text-align: center;
        padding: 0; }
        .bigthumb .thumb img {
          display: inline-block; } }
  .bigthumb .desc {
    padding-top: 50px;
    padding-bottom: 50px;
    padding: 50px 15px 50px 15px;
    font-size: 18px;
    line-height: 1.4em;
    overflow: hidden; }
    .bigthumb .desc header {
      margin-bottom: 20px; }
    .bigthumb .desc h3 {
      margin: 0;
      font: 30px/1.3 "Raleway", sans-serif;
      font-weight: 700;
      margin-bottom: 5px; }
    .bigthumb .desc .mpacket {
      font-style: italic;
      color: #adadad;
      display: block;
      font-size: 20px;
      font-weight: 700; }
    @media screen and (max-width: 62em) {
      .bigthumb .desc header {
        text-align: center; } }
  .bigthumb .memb-email {
    color: #ff7100;
    margin: 20px 0 0 0;
    display: inline-block; }
    .bigthumb .memb-email:hover {
      text-decoration: underline;
      color: #bb5504; }
    .bigthumb .memb-email .fa {
      margin-right: 6px; }
  .bigthumb .link-remore {
    text-transform: uppercase;
    font-size: 14px;
    font-style: italic; }

.link-remore {
  display: inline-block;
  color: #ff7100 !important;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }
  .link-remore .fa {
    position: relative;
    margin-left: 5px;
    vertical-align: middle; }
  .link-remore:hover {
    color: #bb5504;
    text-decoration: none; }
    .link-remore:hover .fa {
      left: 8px; }

.link-remore {
  display: inline-block;
  color: #ff7100;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }
  .link-remore .fa {
    position: relative;
    margin-left: 5px;
    vertical-align: middle; }
  .link-remore:hover {
    color: #bb5504;
    text-decoration: none; }
    .link-remore:hover .fa {
      left: 8px; }

/* MOBILE NAV ADD */
.head-mbnav {
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 40px; }
  .head-mbnav .hamburger-nav span {
    background-color: #626262; }
  .head-mbnav .head-mbnav--right {
    text-align: right; }
  .head-mbnav .logo-mbnav img {
    max-width: 177px; }
  .head-mbnav .hamburger-nav {
    display: inline-block !important; }

.mobile-nav .head-top {
  margin: 30px 0; }
  .mobile-nav .head-top .row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0; }
    @media screen and (min-width: 480px) {
      .mobile-nav .head-top .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .mobile-nav .head-top .search-main, .mobile-nav .head-top .phone-head {
    display: block;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .mobile-nav .head-top .search-main {
    background-color: rgba(235, 235, 235, 0.5);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .mobile-nav .head-top .search-main form {
      width: 100%; }
  .mobile-nav .head-top .phone-head {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #ebebeb; }
    .mobile-nav .head-top .phone-head a {
      line-height: 1.2em; }

.mobile-nav .language {
  display: inline-block;
  vertical-align: top;
  padding: 0; }
  .mobile-nav .language.text-center {
    margin-top: 20px;
    width: 100%; }

.client-carousel .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.client-carousel img {
  margin: 0 auto;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
  /* IE 6-9 */
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .client-carousel img:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none; }

.mb-select ul {
  display: none; }

.mb-select select {
  display: block; }

@media screen and (min-width: 48em) {
  .mb-select ul {
    display: block; }
  .mb-select select {
    display: none; } }

.box-paginate-tabs {
  color: #333333;
  padding-top: 0; }
  @media screen and (min-width: 62em) {
    .box-paginate-tabs {
      background-color: #f6f3f1;
      padding: 25px 30px;
      margin-top: 70px; } }
  .box-paginate-tabs .title-block-orange {
    position: relative;
    margin-top: -45px;
    margin-left: -30px;
    margin-bottom: 30px;
    display: none; }
    .box-paginate-tabs .title-block-orange span {
      display: inline-block;
      width: auto; }
    @media screen and (min-width: 62em) {
      .box-paginate-tabs .title-block-orange {
        display: block; } }
  .box-paginate-tabs .pagination {
    border-radius: 0;
    display: none;
    border: none; }
    @media screen and (min-width: 62em) {
      .box-paginate-tabs .pagination {
        display: inline-block; } }
    .box-paginate-tabs .pagination li {
      margin-left: -1px; }
      .box-paginate-tabs .pagination li.prevnext a {
        font-size: 12px;
        line-height: 1.4em;
        padding-top: 7px; }
      .box-paginate-tabs .pagination li.prevnext .fa {
        font-size: 0.9em; }
      @media screen and (max-width: 40em) {
        .box-paginate-tabs .pagination li a, .box-paginate-tabs .pagination li span {
          padding: 5px 8px; } }
    .box-paginate-tabs .pagination a {
      color: #b9b9b9;
      font-size: 14px;
      min-height: 33px;
      border-radius: 0;
      margin: 0;
      font-family: "Raleway", sans-serif; }
      .box-paginate-tabs .pagination a:hover {
        background: none;
        color: #ff7100;
        border-color: #ddd;
        background-color: white; }
    .box-paginate-tabs .pagination.bottom {
      display: inline-block; }
      @media screen and (min-width: 62em) {
        .box-paginate-tabs .pagination.bottom {
          display: none; } }
  .box-paginate-tabs .pagination > .active > a,
  .box-paginate-tabs .pagination > .active > a:hover,
  .box-paginate-tabs .pagination > .active > a:focus,
  .box-paginate-tabs .pagination > .active > span,
  .box-paginate-tabs .pagination > .active > span:hover,
  .box-paginate-tabs .pagination > .active > span:focus {
    background: none;
    color: white;
    border-color: #ddd;
    background-color: #ff7100; }

/* Blockquote */
.quote-orange {
  border: none;
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5em;
  position: relative;
  padding-top: 0;
  padding-left: 45px;
  margin-left: 35px; }
  @media screen and (min: 48em) {
    .quote-orange {
      font-size: 22px;
      margin-left: 70px; } }
  .quote-orange:before {
    content: '“';
    font-family: Georgia, serif;
    line-height: 1em;
    font-style: italic;
    vertical-align: top;
    font-size: 52px;
    color: #ff7100;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -5px; }

/** SIDEBAR
===================================*/
@media screen and (max-width: 62em) {
  .sidebar {
    /*margin-top: 0 !important;*/ } }

@media screen and (min-width: 48em) {
  .sidebar {
    float: right; } }

.aside-category {
  margin-bottom: 30px; }
  .aside-category h3 {
    background: #ff7100;
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    padding: 15px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase; }
  .aside-category .box-brown {
    background-color: #291407;
    padding: 20px;
    margin-bottom: 30px; }
  .aside-category .aside-cat-list li {
    display: block;
    overflow: hidden; }
    .aside-category .aside-cat-list li a {
      display: inline-block;
      position: relative;
      width: 100%;
      color: #999999;
      padding: 5px 15px;
      font-size: 13px; }
      @media screen and (min-width: 48em) {
        .aside-category .aside-cat-list li a {
          font-size: 16px; } }
      .aside-category .aside-cat-list li a:before {
        content: '';
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 0;
        top: 13px;
        margin: auto;
        width: 0;
        height: 0;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 7px solid #ff7100;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .aside-category .aside-cat-list li:hover a {
      color: white; }
      .aside-category .aside-cat-list li:hover a:before {
        opacity: 1;
        visibility: visible; }
    .aside-category .aside-cat-list li.active a:before {
      opacity: 1;
      visibility: visible;
      left: 0; }

/* Prevnext post */
.post-prevnext {
  overflow: hidden; }
  @media screen and (min-width: 42em) {
    .post-prevnext {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .post-prevnext .item {
    background-position: left center;
    background-size: 25px auto;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
    @media screen and (min-width: 42em) {
      .post-prevnext .item {
        width: 50%; }
        .post-prevnext .item:first-child {
          padding-right: 25px; }
        .post-prevnext .item:last-child {
          padding-left: 25px; }
        .post-prevnext .item.right {
          text-align: right; } }
    .post-prevnext .item a {
      color: #333; }
    .post-prevnext .item.right {
      padding-right: 40px;
      background-image: url("../img/arr-next.png");
      background-position: right center; }
    .post-prevnext .item.left {
      padding-left: 40px;
      background-image: url("../img/arr-prev.png"); }
    .post-prevnext .item .item-head {
      font-weight: 700;
      font-size: 14px;
      display: block;
      text-transform: uppercase;
      letter-spacing: 0.1em; }
    .post-prevnext .item:hover {
      background-color: #f7f6f6; }
      .post-prevnext .item:hover a {
        text-decoration: none; }

/** SEARCH
===================================*/
.src-result-item {
  margin-bottom: 35px;
  overflow: hidden; }

.title-src {
  margin: 0;
  font: 700 18px/1.5em "Martel", serif;
  color: #333333;
  margin-bottom: 18px; }
  @media screen and (min-width: 42em) {
    .title-src {
      font-size: 22px; } }
  .title-src a {
    color: #333; }
  .title-src:hover a {
    color: #ff7100;
    text-decoration: none; }

/** PAGINATION
===================================*/
.pagination.default {
  width: 100%; }
  @media screen and (max-width: 40em) {
    .pagination.default {
      text-align: center; } }
  .pagination.default > li > a, .pagination.default > li > span {
    font-size: 14px;
    padding: 6px 13px;
    color: rgba(51, 51, 51, 0.5);
    font-family: "Raleway", sans-serif; }
  .pagination.default > li .fa-arrow-left {
    margin-right: 7px; }
  .pagination.default > li .fa-arrow-right {
    margin-left: 7px; }
  @media screen and (max-width: 40em) {
    .pagination.default > li {
      display: none; }
      .pagination.default > li:first-child, .pagination.default > li:last-child {
        display: inline-block; } }
  .pagination.default .active a, .pagination.default .active span {
    background-color: #ff7100;
    border-color: #ff7100;
    color: white; }
    .pagination.default .active a:hover, .pagination.default .active a:focus, .pagination.default .active span:hover, .pagination.default .active span:focus {
      background-color: #ff7100;
      color: white; }

.wrap-thumb-our-services {
  position: relative;
  margin-top: 4rem; }
  .wrap-thumb-our-services div {
    cursor: pointer; }
  .wrap-thumb-our-services .slick-slide {
    position: relative; }
  .wrap-thumb-our-services .triangel-up {
    position: absolute;
    background: url("../img/arrow-up-orange.png") no-repeat;
    display: block;
    width: 39px;
    height: 23px;
    bottom: -2px;
    left: 42%; }
  .wrap-thumb-our-services .slick-slide .triangel-up {
    visibility: hidden; }
  .wrap-thumb-our-services .slick-cloned .triangel-up {
    visibility: hidden; }
  .wrap-thumb-our-services .slick-active .triangel-up {
    visibility: hidden; }
  .wrap-thumb-our-services .slick-current .triangel-up {
    visibility: visible; }
  @media (max-width: 768px) {
    .wrap-thumb-our-services .slick-slide img {
      opacity: 0.5; } }
  @media (min-width: 768px) {
    .wrap-thumb-our-services .slick-slide img {
      opacity: 9; } }
  @media (max-width: 768px) {
    .wrap-thumb-our-services .slick-current img {
      opacity: 9; } }
  @media (min-width: 768px) {
    .wrap-thumb-our-services .slick-current img {
      opacity: 9; } }
  .wrap-thumb-our-services figure img {
    margin: 0 auto; }
    @media (max-width: 768px) {
      .wrap-thumb-our-services figure img {
        height: 80px; } }
  .wrap-thumb-our-services .desc {
    font-family: 'Martel', serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    margin-top: 4rem;
    margin-bottom: 4rem; }
    @media (max-width: 768px) {
      .wrap-thumb-our-services .desc p {
        font-size: 14px; } }
  .wrap-thumb-our-services .btn-prev,
  .wrap-thumb-our-services .btn-next {
    position: absolute;
    z-index: 1;
    top: 24%; }
    @media (min-width: 768px) {
      .wrap-thumb-our-services .btn-prev,
      .wrap-thumb-our-services .btn-next {
        display: none !important; } }
    @media (min-width: 1200px) {
      .wrap-thumb-our-services .btn-prev,
      .wrap-thumb-our-services .btn-next {
        display: none !important; } }
  .wrap-thumb-our-services .btn-prev {
    left: 0;
    background: url("../img/slide-prev-our-services.png") no-repeat;
    width: 30px;
    height: 35px;
    border: none; }
  .wrap-thumb-our-services .btn-next {
    right: 0;
    background: url("../img/slide-next-our-services.png") no-repeat;
    width: 30px;
    height: 35px;
    border: none; }
  @media (max-width: 768px) {
    .wrap-thumb-our-services .slick-prev:before,
    .wrap-thumb-our-services .slick-next:before {
      content: ""; } }

.wrap-filter-container-mobile .bigthumb {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 6rem; }
  @media (max-width: 768px) {
    .wrap-filter-container-mobile .bigthumb img {
      width: 100%; } }

@media (max-width: 768px) {
  .wrap-filter-container-mobile .desc header {
    text-align: left; } }

@media (max-width: 768px) {
  .wrap-filter-container-mobile .desc h3 {
    font-size: 20px;
    line-height: 32px; } }

@media (max-width: 768px) {
  .wrap-filter-container-mobile .desc p {
    word-break: break-word;
    font-size: 16px; } }

@media (max-width: 768px) {
  .wrap-filter-container-mobile article {
    text-align: left; } }

.wrap-filter-container-mobile .btn {
  padding: 14px 14px; }

.wrap-filter-container-mobile .caret {
  position: absolute;
  right: 10px;
  top: 24px; }

.wrap-filter-container-mobile .filterOption {
  margin-bottom: 15px; }
  .wrap-filter-container-mobile .filterOption button {
    font-family: 'Raleway', sans-serif;
    font-weight: 400; }

.wrap-filter-container-mobile .filterOptionOutter {
  margin-bottom: 15px; }
  .wrap-filter-container-mobile .filterOptionOutter button {
    font-family: 'Martel', serif;
    font-weight: 400; }

.wrap-filter-container-mobile .filterOptionOutter,
.wrap-filter-container-mobile .filterOption {
  position: relative; }
  .wrap-filter-container-mobile .filterOptionOutter button,
  .wrap-filter-container-mobile .filterOption button {
    color: #333333;
    text-align: left;
    text-transform: uppercase;
    border-radius: 0px;
    border-color: #ebebeb; }
  .wrap-filter-container-mobile .filterOptionOutter .dropdown-menu,
  .wrap-filter-container-mobile .filterOption .dropdown-menu {
    width: 100%; }
    .wrap-filter-container-mobile .filterOptionOutter .dropdown-menu label,
    .wrap-filter-container-mobile .filterOption .dropdown-menu label {
      text-transform: uppercase;
      font-weight: 400;
      display: block;
      padding: 10px; }

.wrap-filter-container-desktop ul {
  padding-left: 0px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  margin-bottom: 4rem; }
  .wrap-filter-container-desktop ul li {
    text-transform: uppercase;
    display: inline-block;
    margin-right: 15px; }
    .wrap-filter-container-desktop ul li a {
      font-family: 'Martel', serif;
      font-weight: 700;
      color: #333333;
      text-transform: uppercase;
      padding-right: 15px;
      letter-spacing: 2px;
      text-decoration: none; }
      .wrap-filter-container-desktop ul li a:hover, .wrap-filter-container-desktop ul li a:active, .wrap-filter-container-desktop ul li a:focus {
        color: #ff7100; }
    .wrap-filter-container-desktop ul li:last-child {
      margin-right: 0px; }

.wrap-filter-container-desktop .active {
  color: #ff7100; }

.slick-client{ top: 20% !important; }

/* Modal Box Member */
.close.close-modal {
  position: absolute;
  right: -26px;
  top: -28px;
  z-index: 100;
  width: 53px;
  height: 53px;
  background: url(https://www.stucel.com/projects/shmpartnership/html/assets/img/close.png) 0 0 no-repeat !important;
  background-size: 53px auto !important;
  opacity: 0.7;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }
  .close.close-modal:hover {
    opacity: 1; }

.modal-dialog.modal-base .modal-content {
  border-radius: 0; }

.bigthumb-modal {
  overflow: hidden; }
  .bigthumb-modal .thumb {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (min-width: 62em) {
      .bigthumb-modal .thumb {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        float: left; } }
    @media screen and (max-width: 62em) {
      .bigthumb-modal .thumb {
        height: auto !important;
        text-align: center;
        padding: 0; }
        .bigthumb-modal .thumb img {
          display: inline-block; } }
  .bigthumb-modal .desc {
    padding-top: 50px;
    padding-bottom: 50px;
    padding: 5px 15px 15px 15px;
    font-size: 18px;
    line-height: 1.6em;
    overflow: hidden; }
    .bigthumb-modal .desc header {
      margin-bottom: 20px; }
    .bigthumb-modal .desc h3 {
      margin: 0;
      font: 30px/1.3 "Raleway", sans-serif;
      letter-spacing: 0.1em;
      font-weight: 700;
      margin-bottom: 5px; }
    .bigthumb-modal .desc .mpacket {
      font-style: italic;
      color: #adadad;
      display: block;
      font-size: 20px;
      font-weight: 700; }
    @media screen and (max-width: 62em) {
      .bigthumb-modal .desc header {
        text-align: center; } }
  .bigthumb-modal .memb-email {
    color: #ff7100;
    margin: 20px 0 0 0;
    display: inline-block; }
    .bigthumb-modal .memb-email:hover {
      text-decoration: underline;
      color: #bb5504; }
    .bigthumb-modal .memb-email .fa {
      margin-right: 6px; }
  .bigthumb-modal .link-remore {
    text-transform: uppercase;
    font-size: 14px;
    font-style: italic; }

.list-orange {
  padding: 0;
  margin: 0;
  list-style: none; }
  .list-orange li {
    margin: 0;
    padding: 0;
    position: relative;
    padding-left: 24px; }
    .list-orange li:before {
      content: '.';
      font-size: 50px;
      color: #ff7000;
      position: absolute;
      left: 0;
      top: 0;
      line-height: 0em; }

.img-thumb-article, .img-thumb-article-wrap{
  width: 200px !important;
}
@media (max-width: 768px) {
  .img-thumb-article, .img-thumb-article-wrap{
    width: 100% !important;
  }
}

.slick-disabled{
  opacity: 0;
}

/*.filter-item {
  position: absolute;
  left: -999999999px;
  top: 0;

  &:first-child {
    position: relative;
    left: 0;
    top: 0;
  }
}*/
.filterHolder-desktop {
  overflow: hidden; }

.filter-item {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: hidden; }
  .filter-item.behind {
    visibility: hidden;
    opacity: 0;
    height: 0; }

.our-member-tabz:after {
  content: '/';
  display: inline-block; }
.our-member-tabz:last-child:after {
  display: none; }

.current_page_item a, .current-page-parent a{
  color: #ff7100 !important;
  text-decoration: none;
}

.caret-down > a:after {
  content: "\25BE";
  padding-left: 0.3em;
  font-size: 14px/1;
  position: relative;
  margin-top: -2px;
}

.contentcut p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* paggination page service */
#pagination {
    display: inline-block;
    vertical-align: middle;
}
#pagination a, #pagination i {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding: 3px 10px;
    color: rgba(51, 51, 51, 0.5);
    font-family: "Raleway", sans-serif;
    border: 1px solid #ddd;
}

#pagination a {
    cursor: pointer;
    background-color: #fff;
}
#pagination i {
    background-color: #fff;
}
#pagination a.current {
    background: #ff7100;
    color: white; 
    border: 1px solid #ff7100;
}
.bprev{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.bnext{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.disabled {
   pointer-events: none;
   cursor:not-allowed;
}
