﻿
  @media (min-width: 920px) {
    .header-top .main-nav.default.affix-top {
      height: 122px; } }
 

.affix {
  top: 0;
  width: 100%;
  z-index: 9999 !important;
  animation: pulse 0.7s;
  background: rgba(0, 144, 71, 0.9);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); }
  .affix .img-profile {
    display: none; }
  .affix .logo-none-text {
    display: block; }

.breadcrumb {
  background-color: #fff;
  padding: 10px 0;
  line-height: 20px; }
  .breadcrumb a {
    color: #00984b !important; }
    .breadcrumb a:hover {
      color: #adadad !important; }
  .breadcrumb > .active {
    color: #adadad; }
    .breadcrumb > .active a {
      color: inherit; }

.breadcrumb > li + li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 10px;
  color: #adadad;
  content: "\f105"; }

/* PAGE TOPIC */
.topic-content {
  min-height: 360px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .topic-content .widget {
    margin: 0 0 40px 0; }

/* PAGE ACTICLE */
.page-article {
  color: #4e4e4e;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300; }
  .page-article h1 {
    font-family: "Faustina", serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px; }
    @media (min-width: 1000px) {
      .page-article h1 {
        margin-right: 10%; } }
  .page-article .txt-description {
    color: #7e7e7e;
    font-style: italic;
    padding: 0 0 15px 0; }
    @media (min-width: 1000px) {
      .page-article .txt-description {
        margin-right: 10%; } }
  .page-article .line-bottom {
    position: relative; }
    .page-article .line-bottom::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 72px;
      height: 3px;
      background-color: #009047; }
  .page-article .block-share {
    color: #7e7e7e;
    font-size: 14px;
    text-align: center; }
    .page-article .block-share ul li a {
      font-size: 25px;
      padding: 10px;
      margin: 0 0 15px 0;
      display: block;
      border: 1px solid transparent; }
    .page-article .block-share .facebook {
      color: #3b5999; }
      .page-article .block-share .facebook:hover {
        border-color: #3b5999; }
    .page-article .block-share .google-plus {
      color: #dd4b39; }
      .page-article .block-share .google-plus:hover {
        border-color: #dd4b39; }
    .page-article .block-share .twitter {
      color: #55acee; }
      .page-article .block-share .twitter:hover {
        border-color: #55acee; }
  .page-article #main-content {
    position: relative; }
  .page-article #content {
    margin-left: 100px;
    min-height: 1000px; }
    @media (min-width: 919px) {
      .page-article #content {
        margin-bottom: 60px; } }
  .page-article .sticky {
    display: none; }
  .page-article .is-fixed {
    display: block;
    position: fixed;
    top: 100px;
    margin-left: -100px; }
  @media (max-width: 768px) {
    .page-article #content {
      margin-left: 0;
      min-height: auto; }
    .page-article .sticky {
      display: block;
      position: static;
      margin: 0; }
    .page-article .block-share {
      margin-top: 20px;
      text-align: left; }
      .page-article .block-share p, .page-article .block-share ul {
        display: inline-block; }
      .page-article .block-share ul li {
        display: inline-block;
        text-align: center;
        width: 55px; }
      .page-article .block-share ul li a {
        margin: 0; } }
  .page-article figure {
    text-align: center;
    margin-bottom: 20px; }
    .page-article figure img {
      max-width: 100%; }
    .page-article figure figcaption {
      color: #7e7e7e;
      font-size: 13px;
      font-style: italic;
      line-height: 24px;
      margin: 15px 0; }
  .page-article .article-orther p {
    margin-bottom: 20px; }