/*#logo{
    a{
        position: relative;
        &::after{
            content: '';
            display: block;
            position: absolute;
            top: -40px;
            left: -15px;
            width: 140px;
            height: 140px;
            background: url(../images/logo_xoay.png) 50% 50% no-repeat;
            background-size: 140px;
            border-radius: 100%;
            animation: rotate360 30s infinite linear;
            z-index: -1;
        }
        @media screen and (max-width: 549px) {
            img{
                max-height: 30px;
            }
            &::after{
                top: -20px;
                left: -5px;
                width: 70px;
                height: 70px;
            }
        }
    }
}
@keyframes rotate360 {
    0% {
        transform: rotate(0deg);
    }
      100% {
        transform: rotate(-360deg);
    }
}*/
.mobile-nav a {
  margin-left: 20px;
}
.mobile-nav a i.icon-menu {
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
}

.header-bottom-nav > li:first-child a {
  width: 48px;
  text-indent: -9999em;
  display: flex;
  justify-content: center;
  background-color: #ffe9bc;
  color: #c2980d;
}
.header-bottom-nav > li:first-child a img {
  margin-right: 0;
}
.header-bottom-nav.nav > li > a {
  padding: 15px 0;
  letter-spacing: 0;
}

#header.has-sticky .stuck .section-after__header-bottom {
  display: none;
}

.section-after__header-bottom input[type=search] {
  height: 2.2rem;
  background-color: #fff;
  padding-left: 20px;
}
.section-after__header-bottom span.button {
  border-radius: 50px;
  padding: 2px 10px;
  min-height: 1.6rem;
  max-height: 1.6rem;
  line-height: 1.3rem;
  background-color: #14259b;
  font-weight: 300;
}
.section-after__header-bottom ul.ticker li {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: transparent !important;
}
.section-after__header-bottom ul.ticker li a {
  white-space: nowrap;
}

/*
* Blog
*/
.box-blog-post .is-divider {
  display: none;
}

.blog-truncate__title .post-item .box-text h5, .blog-truncate__title .post-item .box-text .cat-title {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
  font-size: 1em;
}

.cat-blog__item h2.cat-title {
  background-color: #ffe9bc;
  font-size: 1.15em;
}
.cat-blog__item h2.cat-title a {
  color: #fff;
  display: inline-block;
  height: 100%;
  padding: 6px 10px;
  max-height: 33px;
  background-color: #c18f05;
  position: relative;
}
.cat-blog__item h2.cat-title a::after {
  display: block;
  content: "";
  height: 33px;
  width: 44px;
  background: url(../images/cat-title__right.gif) 0 0 no-repeat;
  position: absolute;
  right: -44px;
  top: 0;
}

ul.cat-related__posts li.recent-blog-posts-li {
  margin-left: 0;
}
ul.cat-related__posts li.recent-blog-posts-li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
ul.cat-related__posts li a.post-thumbnail {
  width: 80px;
  height: 80px;
}
ul.cat-related__posts li h3.post-title {
  font-size: 1em;
}

/*
* Wiget
*/
.widget_tag_cloud .tagcloud a.tag-cloud-link {
  display: flex;
  font-size: 1em !important;
  justify-content: space-between;
}
.widget_tag_cloud .tagcloud a.tag-cloud-link:hover {
  background-color: transparent;
}/*# sourceMappingURL=main.css.map */