/* Mixins */
.animation {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slideDownIn {
  -webkit-animation-name: slideDownIn;
  animation-name: slideDownIn; }

@-webkit-keyframes slideDownIn {
  0% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); }
  0% {
    -webkit-transform: translateY(-10); } }

header {
  width: 100%;
  left: 0px;
  right: 0px;
  background: white;
  box-shadow: none;
  transition: height 0.25s ease-in-out 0s, box-shadow 0.2s ease-in-out 0.05s;
  font-family: 'halis_rmedium'; }
  @media (max-width: 992px) {
    header {
      position: relative; }
      header .wpml-ls-legacy-list-horizontal > ul {
        position: absolute;
        right: 100px;
        top: calc(50% - 11px); }
        header .wpml-ls-legacy-list-horizontal > ul li:last-child a::before {
          content: '/';
          position: absolute;
          left: -4px;
          top: calc(50% - 8px); }
        header .wpml-ls-legacy-list-horizontal > ul li a {
          color: #09a05b;
          font-size: 18px;
          position: relative; } }
  @media (max-width: 992px) {
    header .container {
      max-width: inherit; } }
  header .container .logo {
    transition: all 0.25s ease-out 0s;
    overflow: hidden;
    display: inline-block; }
    header .container .logo img {
      margin: 15px auto 5px auto;
      max-height: 65px;
      display: block;
      transition: all 0.25s ease-out 0s; }
      @media (max-width: 992px) {
        header .container .logo img {
          margin: 10px auto 0 auto;
          max-height: 50px; } }
  header .container .menu-section-mobile {
    display: none;
    height: 0; }
    @media (max-width: 992px) {
      header .container .menu-section-mobile {
        display: block; } }
    header .container .menu-section-mobile input {
      display: none; }
    header .container .menu-section-mobile input + label {
      position: absolute;
      top: 25px;
      right: 15px;
      height: 20px;
      width: 25px;
      z-index: 5; }
      header .container .menu-section-mobile input + label span {
        position: absolute;
        width: 100%;
        height: 3px;
        top: 50%;
        margin-top: -1px;
        left: 0;
        display: block;
        background: #09a05b;
        transition: .5s; }
      header .container .menu-section-mobile input + label span:first-child {
        top: 3px; }
      header .container .menu-section-mobile input + label span:last-child {
        top: 17px; }
    header .container .menu-section-mobile label:hover {
      cursor: pointer; }
    header .container .menu-section-mobile input:checked + label span {
      opacity: 0;
      top: 50%; }
    header .container .menu-section-mobile input:checked + label span:first-child {
      opacity: 1;
      transform: rotate(405deg); }
    header .container .menu-section-mobile input:checked + label span:last-child {
      opacity: 1;
      transform: rotate(-405deg); }
    header .container .menu-section-mobile input ~ nav {
      background: #fff;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 0;
      z-index: 4;
      transition: .5s;
      transition-delay: .5s;
      overflow: hidden; }
      header .container .menu-section-mobile input ~ nav > ul {
        text-align: center;
        position: absolute;
        top: 35%;
        left: 20%;
        right: 20%;
        list-style: none;
        padding: 0;
        margin: 0; }
        header .container .menu-section-mobile input ~ nav > ul > li {
          opacity: 0;
          transition: .5s;
          transition-delay: 0s; }
          header .container .menu-section-mobile input ~ nav > ul > li > a {
            display: block;
            padding: 30px;
            font-size: 18px;
            color: #09a05b; }
    header .container .menu-section-mobile input:checked ~ nav {
      height: 100%;
      transition-delay: 0s; }
      header .container .menu-section-mobile input:checked ~ nav > ul > li {
        opacity: 1;
        transition-delay: .5s; }
  header .container .menu-section {
    margin: 35px 0;
    transition: margin 0.25s ease-out 0s;
    display: inline-block;
    float: right; }
    @media (max-width: 992px) {
      header .container .menu-section {
        top: calc(50% - 20px);
        right: 70px;
        position: absolute;
        margin: 0;
        float: none; } }
    header .container .menu-section nav {
      align-items: center; }
      header .container .menu-section nav ul {
        -webkit-display: flex;
        -ms-display: flex;
        -moz-display: flex;
        display: flex;
        align-items: center;
        list-style: none;
        padding: 0;
        margin: 0 0 0 50px; }
        @media (max-width: 992px) {
          header .container .menu-section nav ul {
            display: none; } }
        header .container .menu-section nav ul li.wpml-ls-current-language a {
          color: #09a05b; }
        header .container .menu-section nav ul li.wpml-ls-item:last-child a {
          position: relative;
          margin-left: 10px; }
          header .container .menu-section nav ul li.wpml-ls-item:last-child a:before {
            content: '/';
            position: absolute;
            left: -13px;
            top: calc(50% - 9px); }
        header .container .menu-section nav ul li a {
          color: #000;
          font-size: 16px;
          padding: 0;
          margin: 0 35px 0 0;
          position: relative; }
          header .container .menu-section nav ul li a.wpml-ls-link {
            margin: 0 10px 0 0; }
          @media (max-width: 1199px) {
            header .container .menu-section nav ul li a {
              margin: 0 20px 0 0; } }
          header .container .menu-section nav ul li a:hover {
            color: #09a05b; }
.clear {clear: both;}
.search-module {
  background: url(../jpg/banner-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding: 50px 0;
  position: relative; }
  .search-module .container {
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1; }
    .search-input::-ms-clear {
        display: none;
    }
    @media (max-width: 992px) {
      .search-module .container {
        display: block; } }
  .search-module .search-bar {
    margin: 0 0 0 30px; }
    @media (max-width: 992px) {
      .search-module .search-bar {
        margin: 30px 0 0 0; } }
    .search-module .search-bar label {
      color: white;
      display: block; }
    .search-module .search-bar form {
      position: relative; }
      .search-module .search-bar form input {
        border: none;
        box-sizing: border-box;
        background: none;
        height: 60px;
        text-align: left;
        position: relative;
        font-family: 'halis_rbold';
        padding: 0 120px 0 15px;
        min-width: 360px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
        background: white;
        border-radius: 5px;
        color: #7e8183; }
        @media (max-width: 992px) {
          .search-module .search-bar form input {
            width: 100%;
            padding: 0 60px 0 15px; } }
      .search-module .search-bar form button {
        border: none;
        box-shadow: none;
        background-color: #65c434;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        height: 60px;
        width: 60px;
        position: absolute;
        right: 0;
        top: 0; }
        .search-module .search-bar form button svg {
          fill: white;
          width: 20px;
          height: 20px; }
  .search-module .dropdown {
    float: left; }
    @media (max-width: 992px) {
      .search-module .dropdown {
        float: none; } }
    .search-module .dropdown label {
      color: white;
      display: block; }
    .search-module .dropdown button {
      border: none;
      background: none;
      height: 60px;
      text-align: left;
      position: relative;
      font-family: 'halis_rbold';
      padding: 0 120px 0 15px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
      color: #7e8183;
      background: white;
      border-radius: 5px;
      min-width: 360px; }
      @media (max-width: 992px) {
        .search-module .dropdown button {
          width: 100%;
          padding: 0 60px 0 15px; } }
      .search-module .dropdown button a, .search-module .dropdown button .post-categories li a {
        color: #7e8183; }
      .search-module .dropdown button .post-categories {
        list-style: none;
        padding: 0;
        margin: 0; }
      .search-module .dropdown button:after {
        position: absolute;
        right: -1px;
        top: 0px;
        width: 60px;
        height: 100%;
        background: #65c434 url("../png/arrow-down.png") no-repeat 50% 50%;
        border: none;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px; }
      .search-module .dropdown button:focus, .search-module .dropdown button:visited {
        outline: none; }
    .search-module .dropdown .dropdown-menu {
        -ms-transform: none !important;
      min-width: 361px;
      border-radius: 5px;
      border: none;
      box-shadow: 0 2px 24px rgba(0, 0, 0, 0.15);
      position: absolute;
      top: 115% !important;
      background: white;
      padding: 0;
      margin: 0; }
      @media (max-width: 992px) {
        .search-module .dropdown .dropdown-menu {
          width: 100%; } }
      .search-module .dropdown .dropdown-menu a {
        padding: 18px 25px;
        color: white;
        display: block;
        width: 100%;
        border-bottom: 1px solid #e2e2e2;
        transition: all 0.3s ease-in;
        color: #7e8183;
        font-family: 'halis_rbold'; }
        .search-module .dropdown .dropdown-menu a:hover {
          background: #65c434;
          color: white;
          border-color: #65c434; }

.navigation-category {
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.07);
  height: 60px;
  line-height: 60px; }
  .navigation-category .sub-and-search {
    position: absolute;
    right: 15px; }
    .navigation-category .sub-and-search .icon-search {
      background: none;
      border: none; }
      @media (max-width: 992px) {
        .navigation-category .sub-and-search .icon-search {
          position: absolute;
          top: calc(50%);
          right: -20px; } }
      .navigation-category .sub-and-search .icon-search svg {
        width: 25px;
        height: 25px;
        fill: #09a05b; }
    .navigation-category .sub-and-search .search-bloc {
      position: fixed;
      width: 100vw;
      height: 100%;
      top: 0px;
      left: 0px;
      visibility: hidden;
      opacity: 0;
      transition: opacity 0.15s ease-out 1.5s, visibility 0.001s ease-out 1.5s; }
      .navigation-category .sub-and-search .search-bloc .search-wrapper {
        width: 100%;
        background-color: white;
        z-index: 100;
        transform: translate3d(0px, -100%, 0px);
        position: relative;
        padding-bottom: 75px;
        transition: transform 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s; }
        @media (max-width: 992px) {
          .navigation-category .sub-and-search .search-bloc .search-wrapper {
            height: 100vh;
            padding-bottom: 0; } }
        .navigation-category .sub-and-search .search-bloc .search-wrapper .inner-shadow {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 40px 0px;
          z-index: 0;
          pointer-events: none; }
        .navigation-category .sub-and-search .search-bloc .search-wrapper .search-container {
          width: calc(100% - 120px);
          height: 156px;
          position: relative;
          margin: 0px auto; }
          @media (max-width: 992px) {
            .navigation-category .sub-and-search .search-bloc .search-wrapper .search-container {
              width: 100%; } }
          .navigation-category .sub-and-search .search-bloc .search-wrapper .search-container .close-search {
            background: none;
            border: none;
            position: absolute;
            top: 30px;
            right: 30px; }
            .navigation-category .sub-and-search .search-bloc .search-wrapper .search-container .close-search svg {
              width: 25px;
              height: 25px; }
          .navigation-category .sub-and-search .search-bloc .search-wrapper .search-container input {
            width: calc(100% - 120px);
            -webkit-appearance: none;
            display: inline-block;
            border: none;
            border-bottom: 2px solid #09a05b;
            outline: none;
            font-size: 28px;
            line-height: 32px;
            color: #333;
            margin: 75px 0px 0px 50px; }
            .navigation-category .sub-and-search .search-bloc .search-wrapper .search-container input:outline, .navigation-category .sub-and-search .search-bloc .search-wrapper .search-container input:focus {
              background: transparent;
              outline: none;
              border: none; }
            .navigation-category .sub-and-search .search-bloc .search-wrapper .search-container input::placeholder {
              color: #333; }
      .navigation-category .sub-and-search .search-bloc.expanded {
        visibility: visible;
        z-index: 100;
        opacity: 1;
        transition: opacity 0.15s ease-out 0s; }
        .navigation-category .sub-and-search .search-bloc.expanded .search-wrapper {
          transform: translate3d(0px, 0px, 0px); }

/* Mixins */
footer {
  margin-top: 100px; }
  footer .bottom-footer {
    background: #09a05b;
    padding: 15px 0; }
    footer .bottom-footer > .container {
      -webkit-display: flex;
      -ms-display: flex;
      -moz-display: flex;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 992px) {
        footer .bottom-footer > .container {
          display: block; } }
    footer .bottom-footer p {
      margin: 0; }
    footer .bottom-footer p, footer .bottom-footer a {
      color: #fff; }
    footer .bottom-footer .menu {
      list-style: none;
      padding: 0;
      margin: 0; }
      @media (max-width: 992px) {
        footer .bottom-footer .menu {
          margin: 0 0 10px 0; } }
      footer .bottom-footer .menu li {
        display: inline;
        vertical-align: middle; }
        footer .bottom-footer .menu li a {
          color: white;
          padding-right: 15px; }
  footer .top-footer > .container {
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #cecece; }
    @media (max-width: 992px) {
      footer .top-footer > .container {
        display: block; } }
  footer .top-footer .social-media {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (max-width: 992px) {
      footer .top-footer .social-media {
        padding-bottom: 25px;
        text-align: center; } }
    footer .top-footer .social-media li {
      display: inline-block;
      vertical-align: middle;
      padding-right: 5px; }
      footer .top-footer .social-media li:last-child {
        padding: 0; }
  footer .top-footer .main-navigation-footer {
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    display: flex;
    align-items: center;
    padding: 25px 0; }
    @media (max-width: 992px) {
      footer .top-footer .main-navigation-footer {
        display: block;
        text-align: center; } }
    footer .top-footer .main-navigation-footer .menu {
      list-style: none;
      padding: 0;
      margin: 0 0 0 50px; }
      @media (max-width: 992px) {
        footer .top-footer .main-navigation-footer .menu {
          margin: 15px 0 0 0; } }
      footer .top-footer .main-navigation-footer .menu li {
        display: inline-block; }
        footer .top-footer .main-navigation-footer .menu li:last-child a {
          margin: 0; }
        footer .top-footer .main-navigation-footer .menu li a {
          color: #000;
          font-size: 16px;
          font-family: 'halis_rmedium';
          position: relative;
          margin: 0 35px 0 0; }
          @media (max-width: 992px) {
            footer .top-footer .main-navigation-footer .menu li a {
              margin: 0 15px 0 0; } }
          footer .top-footer .main-navigation-footer .menu li a:hover {
            color: #09a05b; }
  footer .top-footer .logo img {
    max-height: 55px; }

/* Mixins */
.most-popular-post {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  padding-top: 50px;
  margin-top: 50px;
  padding-bottom: 50px; width: 100%; }
  .most-popular-post > h2 {
    margin-bottom: 45px; }
  .most-popular-post .group-popular-post {
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    display: flex;
    justify-content: space-bewtween;
    flex-wrap: wrap;
    align-items: top;
    list-style: none;
    margin: 0;
    padding: 0; }
    .most-popular-post .group-popular-post .popular_post {
      /*-webkit-display: flex;
      -ms-display: flex;
      -moz-display: flex;
      display: flex;*/
      display:inline-block;
      padding-left: 0;
      padding-right: 0;
      margin: 0 0 30px 0; }
      .popular-post-content { display:block; overflow: hidden; }
      .most-popular-post .post-author { margin-left:185px; }
      .most-popular-post .group-popular-post .popular_post:nth-last-child(1) {
        margin-bottom: 0; }
      .most-popular-post .group-popular-post .popular_post:nth-last-child(2) {
        margin-bottom: 0; }
        @media (max-width: 992px) {
          .most-popular-post .group-popular-post .popular_post:nth-last-child(2) {
            margin-bottom: 30px; } }
      @media (max-width: 992px) {
        .most-popular-post .group-popular-post .popular_post .post-img .post-thumbnail {
          display: none; }    .most-popular-post .post-author { margin-left:0; } }
      .most-popular-post .group-popular-post .popular_post .popular-post-content {
        margin-left: 15px;
        margin-right: 15px; }
        @media (max-width: 992px) {
          .most-popular-post .group-popular-post .popular_post .popular-post-content {
            margin-left: 0;
            margin-right: 0; } }
        .most-popular-post .group-popular-post .popular_post .popular-post-content .post-author {
          margin: 0;
          font-weight: 500; }
        .most-popular-post .group-popular-post .popular_post .popular-post-content .post-category {
          list-style: none;
          padding: 0;
          margin: 0; }
          .most-popular-post .group-popular-post .popular_post .popular-post-content .post-category li {
            color: #09a05b;
            font-weight: 500; }
        .most-popular-post .group-popular-post .popular_post .popular-post-content h2 {
          margin-top: 5px;
          font-size: 24px;
          line-height: 28px; } 

          .post-thumbnail { display:block; width: 170px; height: 95px; background-size:contain; float: left; margin-right:15px; background-repeat: no-repeat; }
.column-articles .row {
  margin-right: 0;
  margin-left: 0; }
  .column-articles .row.has-space-between {
    justify-content: space-between; }
  .column-articles .row.has-flex-start {
    justify-content: flex-start; }
    .column-articles .row.has-flex-start article {
      margin: 0 18px 50px 0; }
      @media (min-width: 767px) and (max-width: 991px) {
        .column-articles .row.has-flex-start article:nth-child(2n) {
          margin-right: 0; } }
      @media (min-width: 992px) {
        .column-articles .row.has-flex-start article:nth-child(3n) {
          margin-right: 0; } }

.column-articles .n_padding_right {
  padding-right: 0; }
  @media (max-width: 992px) {
    .column-articles .n_padding_right {
      padding-left: 0; } }

      

      a:focus {outline:none !important;}
  
  
.column-articles article {
  border-radius: 8px;
  transition: all 200ms ease-out;
  padding: 0;
  margin: 0 0 50px 0;
  flex: 0 0 32%;
  transition: box-shadow .35s ease-out, transform .3s ease-out, opacity .2s ease-out;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.3); }
  .column-articles article:hover {
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
    transform: translate(0, -4px);
    z-index: 999; }
  .column-articles article > a {
    display: block;
    position: relative;
    text-decoration: none;
    background-color: #fff;
    height: 100%;
    border-radius: 8px; }
  .column-articles article:last-child {
    margin-bottom: 0; }
  .column-articles article.feature-post {
    flex: 0 0 65.5%; }
    @media (max-width: 992px) {
      .column-articles article.feature-post {
        flex: 0 0 100%; } }
  @media (max-width: 992px) {
    .column-articles article {
      flex: 0 0 48.5%; } }
  @media (max-width: 767px) {
    .column-articles article {
      flex: 0 0 100%; } }
  .column-articles article img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    height: auto; }
  .column-articles article .post-title {
    font-size: 30px;
    font-size: calculateRem(30px);
    line-height: 34px;
    margin: 0 0 15px 0;
    font-family: 'halis_rmedium';
    letter-spacing: -1px; }
  .column-articles article .post-content {
    padding: 20px;
    display: block; }
  .column-articles article .post-category {
    list-style: none;
    padding: 0;
    margin: 0 0 5px 0; }
    .column-articles article .post-category li {
      color: #09a05b;
      font-weight: 500; }
  .column-articles article p {
    color: #333;
    margin-bottom: 30px; }
    .column-articles article p.post-author {
      color: #333;
      font-size: 16px;
      line-height: 22px;
      font-weight: 500;
      margin: 0;
      position: absolute;
      right: 20px;
      bottom: 20px; }

.related-articles > ul {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  display: flex;
  justify-content: space-bewtween;
  flex-wrap: wrap;
  align-items: top;
  list-style: none;
  margin: 0;
  padding: 0; }
  .related-articles > ul > li {
    flex: 0 0 50%;
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    display: flex;
    margin: 0 0 35px 0;
    padding: 0 15px 0 0; }
    .related-articles > ul > li:nth-child(even) {
      padding: 0; }
    .related-articles > ul > li:nth-last-child(1), .related-articles > ul > li:nth-last-child(2) {
      margin: 0; }
      @media (max-width: 992px) {
        .related-articles > ul > li:nth-last-child(1), .related-articles > ul > li:nth-last-child(2) {
          margin: 0 0 30px 0; }
          .related-articles > ul > li:nth-last-child(1):nth-last-child(1), .related-articles > ul > li:nth-last-child(2):nth-last-child(1) {
            margin: 0; } }
    @media (max-width: 992px) {
      .related-articles > ul > li {
        flex: 0 0  100%; }
        .related-articles > ul > li img {
          display: none; } }
    .related-articles > ul > li .content-popular {
      margin-left: 15px; }
      .related-articles > ul > li .content-popular ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .related-articles > ul > li .content-popular ul li {
          color: #09a05b;
          font-weight: 500; }
      .related-articles > ul > li .content-popular .post-author {
        font-weight: 500; }
      .related-articles > ul > li .content-popular h2 {
        margin-top: 5px;
        font-size: 24px;
        line-height: 28px; }

.half-height {
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-radius: 8px;
  background: #09a05b; }
  .half-height p {
    color: white; }

.conversion-job {
  margin: 0 0 30px 0;
  overflow: hidden;
  position: relative; }
  @media (max-width: 992px) {
    .conversion-job {
      margin: 15px 0 0 0; } }
  @media (max-width: 992px) {
    .conversion-job {
      margin: 50px 0; } }
  .conversion-job h2 {
    color: white;
    margin: 0 0 30px 0;
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 15px 0;
    font-family: 'halis_rmedium';
    letter-spacing: -1px; }
  .conversion-job p {
    margin-bottom: 0; }
  .conversion-job svg {
    position: absolute;
    width: 150px;
    height: auto;
    right: 0;
    bottom: -35px;
    opacity: 0.1; }
  .conversion-job a {
    display: inline-block;
    background: white;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 20px;
    color: #09a05b;
    font-weight: 500; }
    .conversion-job a:hover {
      color: #09a05b; }

.subscribe-form {
  border-radius: 8px;
  overflow: hidden;
  padding: 20px;
  background: linear-gradient(270deg, #09a05b, #63c434);
  background-size: 400% 400%;
  -webkit-animation: css-anim 16s ease infinite;
  -moz-animation: css-anim 16s ease infinite;
  animation: css-anim 16s ease infinite;
  position: relative; margin-bottom:30px;}
  @media (max-width: 992px) {
    .subscribe-form {
      height: auto; } }

@-webkit-keyframes css-anim {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-moz-keyframes css-anim {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes css-anim {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
  .subscribe-form h2 {
    color: white;
    margin: 0 0 30px 0;
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 15px 0;
    font-family: 'halis_rmedium';
    letter-spacing: -1px; }
  .subscribe-form p.error {
    background-color: red;
    color: white; }
  .subscribe-form p#result {
    margin: 0;
    text-align: center;
    font-size: 14px;
    line-height: 18px; }
  .subscribe-form svg {
    position: absolute;
    width: 150px;
    height: auto;
    right: 0px;
    bottom: -25px;
    opacity: 0.1; }
    @media (max-width: 992px) {
      .subscribe-form svg {
        right: 0;
        bottom: -65px; } }
  .subscribe-form form input {
    border: none;
    background: #f7f7f7;
    display: block;
    width: 100%;
    padding: 15px 10px;
    margin-bottom: 30px; }
  .subscribe-form form button {
    padding: 10px 15px;
    color: #09a05b;
    background: white;
    display: block;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 500; }
    .subscribe-form form button:hover {
      background: white; }
    .subscribe-form form button:visited, .subscribe-form form button:focus {
      outline: none; }

.pagination .page-numbers {
  color: white;
  background: #333;
  padding: 5px 15px;
  border-radius: .25rem;
  margin: 0 5px; }
  .pagination a.page-numbers:hover {
    background-color: #09a05b;
  }
  .pagination .page-numbers.next, .pagination .page-numbers.prev {
    display: none; }
  .pagination .page-numbers.current {
    background-color: #09a05b; }
.pagination { height:35px; }
/* Mixins */
.category-menu .search-bloc {
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  transition: opacity 0.15s ease-out 1.5s, visibility 0.001s ease-out 1.5s; }
  .category-menu .search-bloc .search-wrapper {
    width: 100%;
    height: 600px;
    background-color: white;
    z-index: 100;
    transform: translate3d(0px, -100%, 0px);
    position: relative;
    padding-bottom: 75px;
    transition: transform 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1199px) {
      .category-menu .search-bloc .search-wrapper {
        height: 100vh;
        padding-bottom: 0; } }
    .category-menu .search-bloc .search-wrapper .inner-shadow {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 40px 0px;
      z-index: 0;
      pointer-events: none; }
    .category-menu .search-bloc .search-wrapper .search-container {
      width: calc(100% - 120px);
      position: relative;
      margin: 0px auto; }
      .category-menu .search-bloc .search-wrapper .search-container h2 {
        margin: 0 0 30px 0; }
        @media (max-width: 992px) {
          .category-menu .search-bloc .search-wrapper .search-container h2 {
            margin: 0 0 15px 0;
            font-size: 24px; } }
      .category-menu .search-bloc .search-wrapper .search-container .close-cat {
        background: none;
        border: none;
        position: absolute;
        top: 0;
        right: 30px; }
        .category-menu .search-bloc .search-wrapper .search-container .close-cat svg {
          width: 25px;
          height: 25px; }
        @media (max-width: 992px) {
          .category-menu .search-bloc .search-wrapper .search-container .close-cat {
            top: -30px;
            right: -30px; } }
      .category-menu .search-bloc .search-wrapper .search-container .list-category {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start; }
        .category-menu .search-bloc .search-wrapper .search-container .list-category a {
          font-size: 25px;
          font-size: calculateRem(25px);
          color: #333;
          flex: 0 0 33%;
          transition: all 0.3s ease-in; }
          .category-menu .search-bloc .search-wrapper .search-container .list-category a:hover {
            color: #09a05b; }
          @media (max-width: 1199px) {
            .category-menu .search-bloc .search-wrapper .search-container .list-category a {
              flex: 0 0 50%;
              font-size: 20px;
              font-size: calculateRem(20px); } }
          @media (max-width: 992px) {
            .category-menu .search-bloc .search-wrapper .search-container .list-category a {
              flex: 0 0 100%; } }
  .category-menu .search-bloc.expanded {
    visibility: visible;
    z-index: 100;
    opacity: 1;
    transition: opacity 0.15s ease-out 0s; }
    .category-menu .search-bloc.expanded .search-wrapper {
      transform: translate3d(0px, 0px, 0px); }

/* Mixins */
.business-slider {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  display: flex;
  align-items: stretch;
  padding: 100px 0 0 0; }
  .business-slider .container {
    position: relative; }
    .business-slider .container > h2 {
      margin-bottom: 50px; }
  @media (max-width: 992px) {
    .business-slider {
      display: block;
      padding: 50px 0 0 0; } }
  .business-slider button {
    position: absolute;
    top: 50%;
    background: #65c434 url(../png/arrow-down.png) no-repeat 50% 50%;
    font-size: 0;
    padding: 25px; }
    .business-slider button:hover {
      background: #65c434 url(../png/arrow-down.png) no-repeat 50% 50%; }
    @media (max-width: 992px) {
      .business-slider button {
        display: none; } }
    .business-slider button.prev {
      left: -15px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .business-slider button.next {
      right: -15px;
      -webkit-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg); }
  .business-slider .frame {
    width: 100%; }
    @media (max-width: 992px) {
      .business-slider .frame {
        padding: 0 0 0 30px; } }
    .business-slider .frame .slidee {
      padding-left: 0;
      list-style: none;
      display: inline-flex; }
      .business-slider .frame .slidee .business-card {
        cursor: grab;
        background: #fff;
        border-radius: 5px;
        margin: 0 10px 0 10px;
        min-width: 350px;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
        transition: all 0.3s ease;
        overflow: hidden;
        min-height: 425px;
        position: relative; }
        @media (max-width: 992px) {
          .business-slider .frame .slidee .business-card {
            min-height: initial; } }
        .business-slider .frame .slidee .business-card p.is-green {
          position: absolute;
          right: 20px;
          bottom: 20px;
          color: #09a05b;
          font-weight: 500;
          margin: 0;
          -webkit-transition: all 0.3 ease-in;
          -ms-transition: all 0.3 ease-in;
          -moz-transition: all 0.3 ease-in;
          transition: all 0.3 ease-in; }
        .business-slider .frame .slidee .business-card .business-bg {
          width: 100%;
          height: 185px;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat; }
          @media (max-width: 992px) {
            .business-slider .frame .slidee .business-card .business-bg {
              height: 140px; } }
        .business-slider .frame .slidee .business-card .business-content {
          padding: 60px 20px 20px;
          position: relative; }
          .business-slider .frame .slidee .business-card .business-content .logo-box {
            -webkit-display: flex;
            -ms-display: flex;
            -moz-display: flex;
            display: flex;
            align-items: center;
            background: white;
            border-radius: 0.25rem;
            position: absolute;
            top: -80px;
            width: 125px;
            height: 125px;
            border: 1px solid #C8C8C8;
            padding: 10px; }
            .business-slider .frame .slidee .business-card .business-content .logo-box img {
              width: 100%;
              max-height: 125px;
              max-width: 125px; }
        .business-slider .frame .slidee .business-card h2 {
          font-size: 28px;
          font-size: calculateRem(28px);
          line-height: 32px;
          margin: 0 0 15px 0;
          font-family: 'halis_rmedium';
          letter-spacing: -1px; }
        .business-slider .frame .slidee .business-card p {
          margin-bottom: 30px; }

/* Mixins */
.single .arrow-green {
  font-size: 0; }
  @media (max-width: 1199px) {
    .single .arrow-green {
      display: none; } }
  .single .arrow-green.next-post a {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    right: 0;
    font-size: 0;
    background: url(../svg/right-arrow.svg) center center;
    background-size: 50%;
    background-repeat: no-repeat;
    width: 50px;
    height: 100px;
    background-color: #09a05b; }
  .single .arrow-green.previous-post a {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    left: 0;
    font-size: 0;
    background: url(../svg/right-arrow.svg) center center;
    background-size: 50%;
    background-repeat: no-repeat;
    width: 50px;
    height: 100px;
    background-color: #09a05b;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg); }

.single .date {
  margin: 5px 15px 50px 0;
  display: inline-block; }

.single .author {
  margin: 5px 0 50px 0;
  display: inline-block; }
  .single .author a {
    color: #09a05b; }

.single .small-container article h1 {
  margin: 0 0 50px 0; }

.single .small-container article h2 {
  color: #09a05b;
  font-size: 35px;
  margin: 90px 0 20px 0; }

.single .small-container article h3 {
  color: #333;
  font-size: 30px;
  margin: 90px 0 20px 0; }

.single .small-container article h4 {
  color: #333;
  font-size: 28px;
  margin: 30px 0 10px 0; }

.single .small-container article > img {
  width: 100%;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.07); }

.single .small-container article blockquote {
  margin: 35px 0;
  padding: 0 0 0 100px;
  position: relative; }
  @media (max-width: 992px) {
    .single .small-container article blockquote {
      padding: 0 0 0 75px; } }
  .single .small-container article blockquote > p {
    margin: 0;
    font-weight: 500;
    font-style: italic; }
  .single .small-container article blockquote svg {
    width: 15px; }
  .single .small-container article blockquote:before {
    content: '';
    background: #65c434 url(../png/quote.png) no-repeat 50% 50%;
    width: 75px;
    height: 75px;
    left: 0;
    top: calc(50% - 38px);
    border-radius: 50%;
    position: absolute; }
    @media (max-width: 992px) {
      .single .small-container article blockquote:before {
        width: 50px;
        height: 50px;
        top: calc(50% - 27px); } }

.single .small-container article a {
  color: #09a05b; }
  .single .small-container article a:hover {
    text-decoration: underline; }
  .single .small-container article a.download {
    display: inline-block;
    background: #09a05b;
    color: white;
    padding: 25px 50px;
    border-radius: 5px; }
    .single .small-container article a.download span {
      background: white;
      color: #09a05b;
      border-radius: 5px;
      display: inline-block;
      padding: 5px 10px;
      font-size: 14px; }
  .single .small-container article a.c-single-button {
    background: #09a05b;
    color: #fff;
    box-shadow: 0 6px #086b3e;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    padding: 25px 50px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .single .small-container article a.c-single-button:hover {
      box-shadow: 0 4px #07864c;
      top: 2px;
      text-decoration: none; }
    .single .small-container article a.c-single-button:after {
      content: '';
      position: absolute;
      z-index: -1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }

.single .small-container article p, .single .small-container article ul, .single .small-container article ol {
  line-height: 34px;
  letter-spacing: 0.01rem;
  margin-bottom: 45px; }
  .single .small-container article p.excerpt-post, .single .small-container article ul.excerpt-post, .single .small-container article ol.excerpt-post {
    font-size: 16px;
    line-height: 30px;
    color: dimgray;
    margin: 25px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #c8c8c8; }
  .single .small-container article p img, .single .small-container article ul img, .single .small-container article ol img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%; }
  .single .small-container article p video, .single .small-container article p iframe, .single .small-container article ul video, .single .small-container article ul iframe, .single .small-container article ol video, .single .small-container article ol iframe {
    width: 100%; }

.single .small-container article .break__jobillico {
  padding: 0 0 50px 0;
  margin-bottom: 50px;
  border-bottom: 1px solid #c2c2c2; }
  .single .small-container article .break__jobillico .subscribe_title {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 15px 0;
    font-weight: 500; }
  .single .small-container article .break__jobillico form {
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.15);
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    display: flex;
    position: relative;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem; }
    .single .small-container article .break__jobillico form:before {
      content: '';
      position: absolute;
      left: 30px;
      top: calc(50% - 13px);
      background: url("../png/email_logo.png");
      background-repeat: no-repeat;
      width: 36px;
      height: 26px;
      z-index: 2; }
    .single .small-container article .break__jobillico form input {
      border: none;
      background: #fff;
      display: block;
      width: 100%;
      padding: 25px 10px 25px 80px;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-top-left-radius: .25rem;
      border-bottom-left-radius: .25rem; }
    .single .small-container article .break__jobillico form button {
      padding: 10px 15px;
      color: white;
      font-weight: bold;
      background: #09a05b;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px; }
      .single .small-container article .break__jobillico form button:hover {
        background: #08884d; }

.post-details-top h1 {
  margin-top: 10px; }

.post-details-top .post-categories {
  list-style: none;
  padding: 0;
  margin: 0; }
  .post-details-top .post-categories li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
    .post-details-top .post-categories li a {
      display: inline-block;
      background: #09a05b;
      color: #fff;
      padding: 5px 10px;
      border-radius: 0.25rem;
      font-weight: 500;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .post-details-top .post-categories li a:hover {
        background: #08884d; }

.author-article {
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.15);
  margin-top: 40px;
  margin-bottom: 100px;
  padding: 35px 50px;
  border-radius: 5px; }
  .author-article .collaborateur-section {
    margin: 35px 0 0 0; }
    .author-article .collaborateur-section .collaborateurs {
      list-style: none;
      margin: 0;
      padding: 0;
      font-weight: 500;
      -webkit-display: flex;
      -ms-display: flex;
      -moz-display: flex;
      display: flex;
      justify-content: flex-start;
      margin: 30px 0 0 0; }
      @media (max-width: 992px) {
        .author-article .collaborateur-section .collaborateurs {
          display: block; }
          .author-article .collaborateur-section .collaborateurs li {
            margin-right: 0;
            margin-bottom: 15px; }
            .author-article .collaborateur-section .collaborateurs li:last-child {
              margin-bottom: 0; } }
      .author-article .collaborateur-section .collaborateurs li {
        margin-right: 15px; }
        .author-article .collaborateur-section .collaborateurs li:last-child {
          margin-right: 0; }
      .author-article .collaborateur-section .collaborateurs img {
        border: 3px solid #09a05b;
        border-radius: 50%;
        width: auto;
        max-height: 65px;
        margin-right: 5px; }
  @media (max-width: 992px) {
    .author-article {
      margin-bottom: 50px; } }
  .author-article .author-description {
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .author-article .author-description > .author-media > a img {
      max-height: 150px; }
    @media (max-width: 992px) {
      .author-article .author-description > .author-media {
        text-align: center; } }
    .author-article .author-description .right {
      margin: 0 0 0 30px; }
      .author-article .author-description .right p {
        margin: 0 0 10px 0; }
    @media (max-width: 992px) {
      .author-article .author-description {
        display: block; }
        .author-article .author-description .right {
          margin: 30px 0 0 0; } }
  .author-article .social-media {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    display: flex;
    justify-content: baseline; }
    .author-article .social-media li {
      margin: 0 5px; }

.flex-center {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  display: flex;
  justify-content: center; }
.mb20 { margin-bottom:20px; }
.small-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 992px) {
    .small-container {
      max-width: 785px; } }

/* Mixins */
.author-page h1 {
  margin: 0 0 35px 0; }

.author-page .header-author {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  display: flex;
  margin: 0 0 50px 0;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 35px 50px;
  max-width: 850px; }
  .author-page .header-author .contact-author {
    margin: 0 15px 0 0; }
    .author-page .header-author .contact-author > img {
      max-height: 150px; }
    .author-page .header-author .contact-author .social-media {
      list-style: none;
      padding: 0;
      margin: 15px 0 0 0;
      -webkit-display: flex;
      -ms-display: flex;
      -moz-display: flex;
      display: flex;
      justify-content: baseline; }
      .author-page .header-author .contact-author .social-media li {
        margin: 0 5px; }
    .author-page .header-author .contact-author + p {
      width: 60%;
      max-width: 650px; }

@font-face {
  font-family: 'halis_rblack';
  src: url("../woff2/halisr-black.woff2") format("woff2"), url("../woff/halisr-black.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'halis_rbold';
  src: url("../woff2/halisr-bold.woff2") format("woff2"), url("../woff/halisr-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'halis_rbook';
  src: url("../woff2/halisr-book.woff2") format("woff2"), url("../halisr-book.html") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'halis_rextralight';
  src: url("../woff2/halisr-extralight.woff2") format("woff2"), url("../woff/halisr-extralight.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'halis_rlight';
  src: url("../woff2/halisr-light.woff2") format("woff2"), url("../woff/halisr-light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'halis_rmedium';
  src: url("../woff2/halisr-medium.woff2") format("woff2"), url("../woff/halisr-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'halis_rregular';
  src: url("../woff2/halisr-regular.woff2") format("woff2"), url("../woff/halisr-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'halis_rs_black';
  src: url("../woff2/halisr-sblack.woff2") format("woff2"), url("../woff/halisr-sblack.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'halis_rs_bold';
  src: url("../woff2/halisr-sbold.woff2") format("woff2"), url("../woff/halisr-sbold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'halis_rs_book';
  src: url("../woff2/halisr-sbook.woff2") format("woff2"), url("../woff/halisr-sbook.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'halis_rs_extralight';
  src: url("../woff2/halisr-sextralight.woff2") format("woff2"), url("../woff/halisr-sextralight.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'halis_rs_light';
  src: url("../woff2/halisr-slight.woff2") format("woff2"), url("../woff/halisr-slight.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* Mixins */
.thank-you-page .message-confirmation {
  margin: 0 0 50px 0;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 35px 50px; }
  .thank-you-page .message-confirmation .return-blog {
    margin: 0 0 30px 0;
    display: block;
    padding-left: 30px;
    position: relative;
    font-weight: 500;
    color: #09a05b; }
    .thank-you-page .message-confirmation .return-blog:before {
      content: '';
      position: absolute;
      left: 0;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      background: #65c434 url(../png/arrow-down.png) no-repeat 50% 50%;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .thank-you-page .message-confirmation .redirection-button {
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 0 0; }
    @media (max-width: 992px) {
      .thank-you-page .message-confirmation .redirection-button {
        display: block; } }
    .thank-you-page .message-confirmation .redirection-button .btn {
      margin-right: 15px;
      position: relative; }
      .thank-you-page .message-confirmation .redirection-button .btn svg {
        position: absolute;
        width: 150px;
        height: auto;
        right: 0;
        top: 0;
        opacity: 0.1; }
      @media (max-width: 992px) {
        .thank-you-page .message-confirmation .redirection-button .btn {
          display: block;
          width: 100%;
          margin: 15px 0 0 0; } }

/* Mixins */
/* Mixins */
@-webkit-keyframes animation-opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes animation-opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes animation-opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes animation-opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.share-buttons {
    width: 200px;
    overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: margin-top .5s ease;
  z-index: 9999;
  width: 41px;
  position: absolute;
  -webkit-animation: animation-opacity 3.5s forwards;
  -moz-animation: animation-opacity 3.5s forwards;
  -o-animation: animation-opacity 3.5s forwards;
  animation: animation-opacity 3.5s forwards; }
  @media (max-width: 992px) {
    .share-buttons {
      width: 100%;
      margin: 0 !important;
      position: fixed;
      left: 0;
      bottom: -15px; } }
  @media (max-width: 992px) {
    .share-buttons li {
      width: calc(33% - 2px);
      display: inline-block; 
      margin:0;} }
  .share-buttons li a {
    height: 41px;
    width: 41px;
    border: 2px solid #8e8e8e;
    color: #8e8e8e;
    border-radius: 50%;
    display: block;
    float: left;
    text-align: center;
    line-height: 41px;
    font-size: 20px;
    margin: 2.5px;
    border-color: #09a05b; }
    .share-buttons li a.share-linked, .share-buttons li a.share-facebook {
      line-height: 36px; }
    .share-buttons li a svg path {
      fill: #09a05b; }
    .share-buttons li a:hover {
      border-color: #09a05b;
      background-color: #09a05b; }
      .share-buttons li a:hover svg path {
        fill: white; }
    @media (max-width: 992px) {
      .share-buttons li a {
        border-radius: 0;
        border: none;
        width: 100%;
        height: 50px;
        line-height: 50px;
        background: #09a05b;
        display: inline-block;
        margin-left: 0px;
        -webkit-animation: animation-opacity 0.5s forwards;
        -moz-animation: animation-opacity 0.5s forwards;
        -o-animation: animation-opacity 0.5s forwards;
        animation: animation-opacity 0.5s forwards; }
        .share-buttons li a svg path {
          fill: white; }
        .share-buttons li a.share-linked, .share-buttons li a.share-facebook {
          line-height: 45px; } }

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

body {
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: calculateRem(16px);
  font-weight: 400; }
  body.fixed {
    overflow-y: hidden;
    overflow-x: hidden; }

.breadcrumbs {
  margin: 10px 0 0 0;
  font-family: 'halis_rbold';
  color: #7e8183; }
  .breadcrumbs a {
    color: #09a05b; }
    .breadcrumbs a:hover {
      text-decoration: underline;
      color: #09a05b; }

button,
button[type="submit"] {
  background: #09a05b; }
  button:hover,
  button[type="submit"]:hover {
    background: #08884d; }

a {
  text-decoration: none;
  color: #333; }
  a:hover {
    text-decoration: none;
    color: #333; }
    a:hover.btn-green {
      background: #08884d; }
  a.btn-green {
    color: #fff;
    display: inline-block;
    background: #09a05b;
    padding: 5px 10px;
    border-radius: 0.25rem;
    -webkit-transition: all 0.3 ease-in;
    -ms-transition: all 0.3 ease-in;
    -moz-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in; }
  a.is-large {
    padding: 35px 50px;
    font-weight: 500;
    font-size: 18px;
    font-size: calculateRem(18px);
    line-height: 22px; }

main {
  padding: 100px 0 0 0;
  transition: padding 0.3s ease-in-out; }
  @media (max-width: 992px) {
    main {
      padding: 50px 0 0 0; } }

h1 {
  color: #65c434;
  font-size: 50px;
  font-size: calculateRem(50px);
  line-height: 55px;
  font-weight: bold;
  margin: 0 0 10px 0; }
  h1.main-title {
    margin-bottom: 50px; }
  @media (max-width: 992px) {
    h1 {
      font-size: 40px;
      font-size: calculateRem(40px);
      line-height: 45px; } }

h2 {
  color: #333;
  font-size: 40px;
  font-size: calculateRem(40px);
  line-height: 46px; }
  @media (max-width: 1199px) {
    h2 {
      font-size: 30px;
      font-size: calculateRem(30px);
      line-height: 35px; } }
  h2.category-title {
    font-size: 24px;
    font-size: calculateRem(24px);
    line-height: 28px; }
    h2.category-title a {
      color: white;
      position: relative;
      display: inline-block;
      padding: 10px 15px;
      background: #09a05b;
      border-radius: 0.25rem;
      -webkit-transition: all 0.3 ease-in;
      -ms-transition: all 0.3 ease-in;
      -moz-transition: all 0.3 ease-in;
      transition: all 0.3 ease-in; }
      h2.category-title a:hover {
        background: #08884d; }
      h2.category-title a img {
        margin: -2px 10px 0 0; }
    @media (max-width: 992px) {
      h2.category-title {
        margin: 0 0 50px 0;
        font-size: 20px;
        font-size: calculateRem(20px);
        line-height: 24px; } }

p {
  font-size: 18px;
  line-height: 26px; }

.lazy-load {
  -webkit-transition: opacity 0s;
  transition: opacity 1.15s;
  opacity: 0; }

.lazy-load.is-loaded {
  -webkit-transition: opacity 1.15s;
  transition: opacity 1.15s;
  opacity: 1; }

/*lang */
.wpml-ls-legacy-list-horizontal a span.wpml-ls-display {
  display: none; }

.simplesocialbuttons.simplesocialbuttons_inline .ssb-fb-like.fb-like {
  display: none !important; }

  @media (max-width:600px) {
    .search-module .dropdown button, .search-module .search-bar form input{ min-width:0; }
    .column-articles article .post-title { font-size: 22px;}
}

@media (max-width:595px) {
    .column-articles article p.post-author { font-size: 12px; }
    .pagination .page-numbers { padding:3px 8px; margin:0 0 12px 0; display:inline-block;}
    .pagination { display:block; text-align: center;}
    .pagination .btn { margin:0 auto 12px auto; display:block;}
    h2 { font-size: 25px; line-height: 27px; margin-bottom:22px; }
    .most-popular-post .group-popular-post .popular_post .popular-post-content h2 { font-size: 18px; line-height: 20px; }
    .business-slider .frame .slidee .business-card h2 { font-size: 22px;}
    .business-slider .frame .slidee .business-card p { font-size: 13px; line-height: 15px;}
    .business-slider .frame .slidee .business-card .business-content { padding: 16px;}
    .business-slider .frame .slidee .business-card .business-content .logo-box { position:relative; margin-top:-80px;top:auto;}
    .business-slider .container > h2 { margin-bottom:22px;}
    .post-author { font-size: 14px; line-height: 18px;}
    .post-category { font-size:14px; }
    .business-slider .frame { padding:0; }
    .business-slider .frame .slidee { margin-top:20px;}
    /*.business-slider .frame .slidee .business-card { width:80%; min-width: 0; }*/
    .business-slider .frame .slidee .business-card { min-width: 250px;}
}

/* SP2020-153 */
.small-container .share-buttons.contain-ad {margin:0;width:200px; }
.share-buttons.contain-ad li { display:inline-block;margin: 0 0 10px 0;width:100%;}
.share-buttons.contain-ad li a {float:none;margin:auto;}
#perfect-match-box{background:white;border-radius: 8px;transition: all 200ms ease-out;padding: 15px 20px;width: 200px;display: inline-block;margin: 0px 0 0 0;border: 1px solid #cccccc;}
#perfect-match-box h2{font-size: 16px;margin:0;line-height: 22px;font-weight: 600;}
#perfect-match-box p{font-size: 13px;line-height: 20px;margin: 6px 0 10px;}
#perfect-match-box a{display: inline-block;color: white;padding: 0 12px 0 30px;border-radius: 5px;background: #09a05b;font-weight: 500;width:100%;font-size: 12px;margin:0;position: relative;}
#perfect-match-box a.small{font-size:12px;}
#perfect-match-box a:hover{background:#65c434;border-color:#65c434 ;text-decoration:none;}
#perfect-match-box a svg{width: 14px;height: 14px;position: absolute;left: 8px;top: 0;bottom: 0;margin: auto;}
#perfect-match-box a svg path {fill: white;}
.mobile-show #perfect-match-box{display:block;margin:auto;position:relative;max-width:360px;width:100%;padding:25px}
.mobile-show #perfect-match-box a,.mobile-show #perfect-match-box a.small{padding:12px 25px 12px 45px;font-size:16px;}
.mobile-show #perfect-match-box a svg,.mobile-show #perfect-match-box a.small svg{width: 16px;height: 16px;top:-2px;left:15px;}
.mobile-show #perfect-match-box h2{font-size:20px;color:#09a05b;}
.mobile-show #perfect-match-box p{font-size:16px;line-height:26px;margin:15px 0;}
.mobile-show,.hide{display:none;}
.mobile-hide{display:block;}

@media (max-width: 1250px) {
  .small-container .share-buttons.contain-ad {width:41px;}
  .mobile-show{display:block;}
  .mobile-hide{display:none;}
}

@media (max-width: 992px) {
  .small-container .share-buttons.contain-ad {width:100%;}
  .small-container .share-buttons.contain-ad li {width: calc(33% - 2px);display: inline-block;margin: 0;}
  .small-container .share-buttons.contain-ad li a{float:left;margin:auto;}
} 
.ad > div { 
    width:100% !important; overflow:hidden !important;
}
.ad--mb2 { margin-bottom:2rem !important;}
.ad--mt2 { margin-top:2rem !important;}