@font-face {
  font-family: "Opensans Reguler";
  src: url(../fonts/opensan/OpenSans-Regular.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans Light";
  src: url(../fonts/opensan/OpenSans-Light.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans Semibold";
  src: url(../fonts/opensan/OpenSans-Semibold.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans Bold";
  src: url(../fonts/opensan/OpenSans-Bold.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans Extrabold";
  src: url(../fonts/opensan/OpenSans-ExtraBold.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans Italic";
  src: url(../fonts/opensan/OpenSans-Italic.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans Bold Italic";
  src: url(../fonts/opensan/OpenSans-BoldItalic.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Raleway";
  src: url(../fonts/raleway/Raleway-Regular.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Raleway Semibold";
  src: url(../fonts/raleway/Raleway-SemiBold.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Raleway Bold";
  src: url(../fonts/raleway/Raleway-Bold.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Raleway Light";
  src: url(../fonts/raleway/Raleway-Light.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Raleway Thin";
  src: url(../fonts/raleway/Raleway-Thin.ttf);
  format: "ttf"; }
* {
  font-family: "Opensans Reguler"; }

html, body {
  height: 100%; }

a {
  color: #f40000; }

a, a:hover, a:focus {
  text-decoration: none;
  outline: none; }

h1, h2 {
  margin-top: 0; }

label {
  font-family: "Opensans Bold";
  font-weight: normal; }

strong, b, th {
  font-family: "Opensans Bold";
  font-weight: normal; }

p {
  font-family: "Opensans Reguler";
  color: #555555;
  margin-bottom: 1.5em; }

.mb-0 {
  margin-bottom: 0; }

.img {
  display: block;
  width: 100%; }

.ul {
  padding: 0;
  margin: 0; }
  .ul li {
    list-style: none; }

.full-row {
  margin-right: 0px !Important;
  margin-left: 0px !Important; }

.full-col {
  padding-right: 0px !Important;
  padding-left: 0px !Important; }

.row-item {
  margin-right: -10px;
  margin-left: -10px;
  font-size: 0px; }

.col-item {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  width: 50%;
  font-size: 14px;
  vertical-align: top; }

.row.no-gutter {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutter > [class^="col-"],
.row.no-gutter > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

.help-block {
  font-size: 13px; }

body > [id^="beacon_"],
body > [id*=" beacon_"] {
  display: none; }

#loader {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999999; }

.spinner {
  width: 40px;
  height: 40px;
  -webkit-animation: rotatee 2.0s infinite linear;
  animation: rotatee 2.0s infinite linear; }

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 40%;
  -webkit-animation: bouncee 2.0s infinite ease-in-out;
  animation: bouncee 2.0s infinite ease-in-out; }

.dot1 {
  background: #f40000; }

.dot2 {
  top: auto;
  bottom: 0px;
  background: #ff2828;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes rotatee {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes bouncee {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes bouncee {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
.banner-header {
  overflow: hidden; }
  .banner-header img {
    display: block;
    width: 100%; }

.space-logo {
  float: left;
  width: 301px; }

.logo img {
  margin-bottom: -72px; }

.logo-img-mobile {
  display: none; }

.item-top-header {
  float: right;
  padding: 10px 0; }
  .item-top-header li {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle; }
    .item-top-header li:first-child {
      position: relative;
      margin-right: 25px; }
      .item-top-header li:first-child:before {
        position: absolute;
        content: "";
        top: 7px;
        right: -20px;
        width: 1px;
        height: 20px;
        background: #DDD; }
    .item-top-header li:nth-child(2) {
      margin-right: 15px; }
    .item-top-header li a {
      font-size: 13px;
      color: #F00; }
      .item-top-header li a .fa {
        padding-top: 1px;
        margin-right: 3px;
        width: 19px;
        height: 19px;
        color: #888;
        text-align: center;
        border: 1px solid #888;
        border-radius: 50%; }

.form-search {
  max-width: 200px;
  background: #EEE;
  border: 1px solid #DDD;
  border-radius: 5px;
  overflow: hidden; }
  .form-search .form-control {
    background: transparent;
    box-shadow: none;
    border: none; }
  .form-search .btn {
    background: transparent;
    box-shadow: none;
    border: none;
    color: #F00; }
    .form-search .btn .fa {
      font-size: 14px; }

nav {
  border-top: 3px solid #ffc600;
  border-bottom: 7px solid #f1c100;
  background: #eca413;
  background: -moz-linear-gradient(top, #eca413 0%, #ffd900 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #eca413), color-stop(100%, #ffd900));
  background: -webkit-linear-gradient(top, #eca413 0%, #ffd900 100%);
  background: -o-linear-gradient(top, #eca413 0%, #ffd900 100%);
  background: -ms-linear-gradient(top, #eca413 0%, #ffd900 100%);
  background: linear-gradient(to bottom, #eca413 0%, #ffd900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eca413', endColorstr='#ffd900', GradientType=0 ); }

.menu {
  float: right;
  display: table;
  width: calc(100% - 301px); }
  .menu ul {
    display: table-row; }
    .menu ul li {
      display: table-cell;
      vertical-align: top; }
      .menu ul li:first-child a {
        padding: 5px 10px;
        padding-bottom: 7px;
        font-size: 24px; }
      .menu ul li a {
        position: relative;
        display: block;
        padding: 15px 5px;
        font-family: "Opensans Bold";
        font-size: 11px;
        color: #333;
        text-transform: uppercase;
        text-align: center;
        white-space: nowrap; }
        .menu ul li a:hover {
          color: #FFF;
          background: #F00; }
          .menu ul li a:hover:before {
            position: absolute;
            content: "";
            top: 100%;
            left: 0;
            width: 100%;
            height: 7px;
            background: #cc0000; }
        .menu ul li a.active {
          color: #FFF;
          background: #F00; }
          .menu ul li a.active:before {
            position: absolute;
            content: "";
            top: 100%;
            left: 0;
            width: 100%;
            height: 7px;
            background: #cc0000; }

.tombol-cari {
  display: none;
  float: right;
  padding: 8px 10px;
  margin-top: 5px;
  border-radius: 3px;
  cursor: pointer; }
  .tombol-cari:hover .fa {
    color: #333; }
  .tombol-cari .fa {
    font-size: 18px;
    color: #555; }

.tombol-menu {
  display: none;
  float: left;
  padding: 10px;
  margin-top: 3px;
  width: 45px;
  cursor: pointer; }
  .tombol-menu:hover .bar-menu {
    background: #333; }
  .tombol-menu .bar-menu {
    margin-bottom: 5px;
    width: 100%;
    height: 3px;
    background: #555; }
    .tombol-menu .bar-menu:last-child {
      margin-bottom: 0; }

.form-pencarian-responsive {
  display: none;
  padding: 10px 0;
  background: #F1F1F1; }
  .form-pencarian-responsive .form-control {
    box-shadow: none;
    border-color: transparent; }
  .form-pencarian-responsive .btn, .form-pencarian-responsive .btn:hover, .form-pencarian-responsive .btn:active {
    background: #FFF;
    box-shadow: none;
    border-color: transparent;
    outline: none; }
  .form-pencarian-responsive .btn:hover .fa {
    color: #f40000; }

.menu-responsive {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background: #FFF;
  box-shadow: 3px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 99; }
  .menu-responsive ul {
    height: calc(100% - 49px);
    overflow-y: scroll; }
    .menu-responsive ul li {
      position: relative; }
      .menu-responsive ul li:nth-child(7) {
        border-bottom: 10px solid #F4F4F4; }
      .menu-responsive ul li a {
        display: block;
        padding: 15px;
        font-family: "Opensans Semibold";
        color: #898989;
        border-bottom: 1px solid #F4F4F4; }
        .menu-responsive ul li a:hover, .menu-responsive ul li a.active {
          color: #f40000; }
        .menu-responsive ul li a .fa {
          margin-right: 10px; }
        .menu-responsive ul li a .glyphicon {
          margin-top: 5px;
          font-size: 11px; }
        .menu-responsive ul li a img {
          margin-right: 10px;
          width: 15px; }

.tag-menu-responsive {
  position: relative;
  padding: 13px;
  padding-right: 54px;
  height: 49px;
  background: #f40000;
  overflow: hidden; }
  .tag-menu-responsive h2 {
    margin-bottom: 0;
    font-family: "Opensans Bold";
    font-size: 21px;
    color: #FFF;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .tag-menu-responsive span {
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px 18px;
    color: #FFF;
    cursor: pointer; }
    .tag-menu-responsive span:hover, .tag-menu-responsive span:active {
      background: #c10000; }
    .tag-menu-responsive span .fa {
      font-size: 21px; }

#respon-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background: #FFF;
  box-shadow: 3px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 99; }
  #respon-menu ul {
    height: calc(100% - 49px);
    overflow-y: scroll; }
    #respon-menu ul li {
      position: relative; }
      #respon-menu ul li a {
        display: block;
        padding: 15px;
        font-family: "Opensans Semibold";
        color: #898989;
        border-bottom: 1px solid #F4F4F4; }
        #respon-menu ul li a:hover, #respon-menu ul li a.active {
          color: #f40000; }
        #respon-menu ul li a .fa {
          margin-top: 1px;
          margin-right: 5px;
          font-size: 16px; }

.respon-submenu {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  background: #FFF;
  box-shadow: 3px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 99;
  transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s; }
  .respon-submenu ul {
    height: calc(100% - 49px);
    overflow-y: scroll; }
    .respon-submenu ul li {
      position: relative; }
      .respon-submenu ul li a {
        display: block;
        padding: 15px;
        font-family: "Opensans Semibold";
        color: #898989;
        border-bottom: 1px solid #F4F4F4; }
        .respon-submenu ul li a:hover, .respon-submenu ul li a.active {
          color: #f40000; }
        .respon-submenu ul li a .fa {
          margin-top: 1px;
          margin-right: 5px;
          font-size: 16px; }

@media only screen and (max-width: 1024px) {
  .menu {
    display: none; }

  .tombol-menu {
    display: block; } }
@media only screen and (max-width: 991px) {
  .item-top-header {
    display: none; }

  .space-logo {
    float: none;
    margin: 0 auto; }

  .logo img {
    margin-bottom: -30px; }

  .tombol-cari {
    display: block; } }
@media only screen and (max-width: 320px) {
  .space-logo {
    width: 231px; }

  .logo-img {
    display: none; }

  .logo-img-mobile {
    display: block; } }
.breadcrumbs {
  padding: 10px 0;
  border-bottom: 1px solid #EEE; }
  .breadcrumbs li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
    color: #f40000; }
    .breadcrumbs li:last-child:before {
      display: none; }
    .breadcrumbs li:before {
      position: absolute;
      content: "/";
      top: 0;
      right: -12px;
      color: #555555; }
    .breadcrumbs li a {
      display: block;
      font-size: 12px;
      color: #555555; }
      .breadcrumbs li a:hover {
        color: #f40000; }

.tag-content {
  margin-bottom: 30px;
  border-bottom: 1px solid #DDD; }
  .tag-content span {
    position: relative;
    display: inline-block;
    padding-bottom: 25px;
    font-family: "Opensans Bold";
    font-size: 25px;
    color: #555555; }
    .tag-content span:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: -1px;
      width: calc(100% + 80px);
      height: 7px;
      background: #faa308; }

.page-style {
  padding-top: 25px;
  margin-top: 10px;
  text-align: center;
  border-top: 8px solid #F4F4F4; }
  .page-style ul {
    padding: 0;
    margin: 0; }
    .page-style ul li.active a, .page-style ul li.active a:hover, .page-style ul li.active a:active {
      color: #FFF;
      background: #f40000;
      border-color: #f40000; }
    .page-style ul li a {
      color: #555; }
      .page-style ul li a:hover, .page-style ul li a:active {
        color: #f40000; }

.shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 9999; }

#floating-button {
  position: fixed;
  right: 30px;
  bottom: 0;
  background: #f40000;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  z-index: 99; }
  #floating-button:hover .slide-floating-button {
    left: 0; }
  #floating-button a {
    position: relative;
    display: block;
    padding: 8px 15px;
    font-size: 13px;
    color: #FFF;
    background: transparent;
    z-index: 2; }
  #floating-button .slide-floating-button {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #a80000;
    z-index: 1;
    transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s; }

.sukses-komentar {
  margin-bottom: 15px;
  font-size: 13px;
  color: #3c763d; }

#contact {
  padding: 70px 0; }

.title-contact {
  margin-bottom: 20px;
  font-family: 'Opensans Semibold';
  font-size: 24px; }

.content-contact {
  width: 100%;
  max-width: 800px; }
  .content-contact p {
    line-height: 28px; }
  .content-contact ol, .content-contact ul {
    margin-bottom: 20px; }
    .content-contact ol li, .content-contact ul li {
      margin-bottom: 10px; }

@media only screen and (max-width: 768px) {
  .content-contact {
    max-width: 100%; } }
@media only screen and (max-width: 320px) {
  .hidden-320 {
    display: none; } }
.side-info {
  float: left;
  padding-top: 30px;
  width: 250px;
  border-right: 1px solid #DDD; }
  .side-info ul li {
    position: relative;
    border-bottom: 1px solid #DDD; }
    .side-info ul li:hover a {
      position: relative;
      color: #FFF;
      border-right: 10px solid #faa308; }
    .side-info ul li:hover .sub-side-info-home {
      visibility: visible;
      opacity: 1;
      left: 100%;
      transition: 0.2s;
      -o-transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s; }
    .side-info ul li a {
      display: block;
      padding: 15px 15px;
      color: #555;
      border-right: 10px solid tranparent; }
      .side-info ul li a:hover {
        color: #FFF;
        border-right: 10px solid #faa308; }

.sub-side-info-home {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 150%;
  background: #EEE;
  z-index: 999; }
  .sub-side-info-home li {
    border-bottom: 1px solid #FFF !important; }
    .sub-side-info-home li a {
      white-space: nowrap;
      color: #555 !important;
      background: #EEE !important;
      border-right: none !important; }
      .sub-side-info-home li a:hover {
        color: #FFF !important;
        background: #faa308 !important;
        border-right: none !important; }

.konten-info {
  float: left;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  width: calc(100% - 250px); }

.tag-info {
  margin-bottom: 30px;
  font-family: "Opensans Bold";
  font-size: 25px;
  color: #343434; }

.box-info-home {
  border-top: 1px solid #DDD;
  margin-right: 0;
  margin-left: 0;
  font-size: 0px; }

.item-info-home {
  padding-top: 30px;
  border-right: 1px solid #DDD;
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  font-size: 14px;
  vertical-align: top; }
  .item-info-home:last-child {
    border-right: none; }

.waktu-info-home {
  margin-bottom: 10px;
  font-size: 11px;
  color: #555555; }

.judul-info-home {
  display: block;
  margin-bottom: 20px;
  font-family: "Opensans Bold";
  height: 20px;
  overflow: hidden;
  font-size: 13px;
  color: #f40000; }
  .judul-info-home:hover, .judul-info-home:focus {
    color: #db0000; }

.btn-info-home {
  display: inline-block;
  padding-left: 10px;
  margin-bottom: 25px;
  font-size: 12px;
  color: #666;
  background: #F1F1F1;
  border-radius: 3px;
  overflow: hidden; }
  .btn-info-home:hover {
    color: #FFF;
    background: #f40000; }
    .btn-info-home:hover .fa {
      background: #db0000; }
  .btn-info-home .fa {
    padding: 9px 10px;
    margin-left: 10px;
    background: #DDD; }

.img-info-home {
  display: block; }

@media only screen and (max-width: 991px) {
  .side-info {
    display: none; }

  .konten-info {
    float: none;
    padding-left: 0;
    width: 100%; } }
@media only screen and (max-width: 600px) {
  .tag-info {
    margin-bottom: 15px;
    font-size: 21px; } }
#artikel {
  padding: 50px 0;
  background: #FFF; }

.artikel-home {
  padding: 50px 0;
  background: #F1F1F1; }

.full-artikel.main {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 7px solid #F1F1F1; }

.img-full-artikel {
  margin-bottom: 15px; }

.judul-full-artikel {
  display: block;
  margin-bottom: 10px;
  font-family: "Opensans Bold";
  font-size: 15px;
  color: #343434;
  text-transform: capitalize; }
  .judul-full-artikel:hover {
    color: #f40000; }
  .judul-full-artikel.main {
    font-size: 30px; }

.kat-full-artikel {
  display: inline-block;
  margin-bottom: 5px;
  font-family: "Opensans Bold";
  font-size: 12px;
  color: #f40000; }
  .kat-full-artikel:hover {
    color: #db0000; }

.waktu-full-artikel {
  display: block;
  margin-bottom: 10px; }
  .waktu-full-artikel.main span {
    font-size: 12px; }
  .waktu-full-artikel span {
    font-size: 11px;
    color: #555555; }

.summary-full-artikel {
  font-size: 13px;
  color: #343434;
  line-height: 24px; }
  .summary-full-artikel a {
    font-family: "Opensans Bold";
    color: #343434; }
    .summary-full-artikel a:hover {
      color: #f40000; }

.isi-artikel {
  padding-top: 10px;
  font-size: 14px;
  line-height: 26px; }
  .isi-artikel p {
    margin-bottom: 20px; }

.item-artikel-home {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DDD; }

.img-artikel-home {
  float: left;
  width: 112px; }
  .img-artikel-home.side-art {
    width: 80px; }

.konten-artikel-home {
  float: left;
  padding-left: 20px;
  width: calc(100% - 112px); }
  .konten-artikel-home.side-art {
    width: calc(100% - 80px); }

.judul-artikel-home {
  display: block;
  margin-bottom: 5px;
  font-family: "Opensans Bold";
  font-size: 13px;
  color: #343434; }
  .judul-artikel-home:hover {
    color: #f40000; }

.kat-artikel-home {
  display: inline-block;
  margin-bottom: 2px;
  font-family: "Opensans Bold";
  font-size: 12px;
  color: #f40000; }
  .kat-artikel-home:hover {
    color: #db0000; }

.waktu-artikel-home {
  display: block; }
  .waktu-artikel-home span {
    font-size: 11px;
    color: #555555; }
  .waktu-artikel-home .span-comment {
    margin-top: 2px; }

.btn-more-artikel {
  font-family: "Opensans Bold";
  color: #343434; }
  .btn-more-artikel .fa {
    margin-left: 5px;
    color: #faa308; }

.box-item-kontak-home {
  margin-top: 58.75px; }

.item-kontak-home {
  margin-bottom: 15px; }
  .item-kontak-home:last-child {
    margin-bottom: 0; }

.item-artikel {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #DDD; }
  .item-artikel:last-child {
    border-bottom: none; }

.img-artikel {
  float: left;
  width: 170px; }

.konten-artikel {
  float: left;
  padding-left: 20px;
  width: calc(100% - 170px); }

.judul-artikel {
  display: block;
  margin-bottom: 10px;
  font-family: "Opensans Bold";
  font-size: 16px;
  color: #343434; }
  .judul-artikel:hover {
    color: #f40000; }

.waktu-artikel {
  display: block;
  margin-bottom: 5px; }
  .waktu-artikel span {
    font-size: 11px;
    color: #999; }
  .waktu-artikel .span-comment {
    margin-top: 2px; }

.summary-artikel {
  font-size: 13px;
  color: #343434;
  line-height: 23px; }

.kategori-artikel {
  margin-top: -10px;
  margin-bottom: 30px; }
  .kategori-artikel li {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #e9e9e9; }
    .kategori-artikel li a {
      display: block;
      font-family: "Opensans Semibold";
      font-size: 15px;
      color: #555; }
      .kategori-artikel li a:hover, .kategori-artikel li a.active {
        color: #f40000; }

.subisi-artikel-side {
  font-size: 12px; }

.box-komentar {
  margin-top: -40px;
  margin-bottom: 30px;
  border-bottom: 5px solid #EEE; }

.list-komentar {
  padding: 30px 0;
  border-bottom: 1px solid #EEE; }

.head-komentar {
  margin-bottom: 10px; }
  .head-komentar .nama-user {
    font-family: "Opensans Bold";
    color: #f40000; }
  .head-komentar .waktu-komentar {
    font-size: 12px;
    color: #888; }

.body-komentar .img-user {
  float: left;
  width: 60px;
  border-radius: 50%;
  border: 1px solid rgba(238, 238, 238, 0.8);
  overflow: hidden; }
  .body-komentar .img-user img {
    display: block;
    width: 100%; }
  .body-komentar .img-user.myr-img {
    background: #F4F4F4; }
.body-komentar .konten-komentar {
  float: left;
  width: calc(100% - 85px);
  margin-left: 25px; }

.isi-komentar {
  margin-bottom: 10px;
  font-size: 13px;
  color: #555;
  line-height: 23px; }

.btn-balas {
  font-size: 12px;
  color: #999;
  cursor: pointer; }
  .btn-balas .fa {
    margin-right: 5px; }

.text-komentar {
  border-color: #DDD;
  box-shadow: none; }

.btn-komentar {
  padding-left: 30px;
  padding-right: 30px;
  background: #f40000;
  border-color: #c10000; }

.sub-komentar {
  padding-top: 20px;
  margin-top: 20px;
  margin-left: 85px;
  border-top: 1px solid #EEE; }

.message-komentar {
  display: block;
  margin-top: 5px;
  font-size: 12px; }

#suc_komentar {
  display: none;
  margin-bottom: 5px; }

#text-parent {
  position: relative;
  display: none;
  padding: 10px;
  padding-left: 15px;
  padding-right: 50px;
  font-size: 11px;
  color: #555;
  background: #F1F1F1; }
  #text-parent #btn-close-komentar {
    position: absolute;
    top: 0px;
    right: 5px;
    padding: 5px;
    font-size: 13px;
    color: #CCC;
    background: transparent;
    border-color: transparent;
    cursor: pointer; }
    #text-parent #btn-close-komentar:hover {
      color: #888; }

@media only screen and (max-width: 1024px) {
  .judul-full-artikel.main {
    font-size: 25px; } }
@media only screen and (max-width: 991px) {
  .box-item-kontak-home {
    margin-right: -15px;
    margin-left: -15px;
    font-size: 0px; }

  .item-kontak-home {
    margin-bottom: 0;
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
    font-size: 14px;
    vertical-align: top; }
    .item-kontak-home:first-child {
      float: left; }

  .waktu-artikel-home {
    display: block; }
    .waktu-artikel-home span {
      font-size: 11px;
      color: #555555; }
    .waktu-artikel-home .span-comment {
      display: none; }

  .img-artikel-home.side-art {
    width: 100px; }

  .konten-artikel-home.side-art {
    width: calc(100% - 100px); } }
@media only screen and (max-width: 600px) {
  .judul-full-artikel.main {
    font-size: 18px; }

  .full-artikel {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 7px solid #DDD; }
    .full-artikel.main {
      padding-bottom: 30px;
      margin-bottom: 40px;
      border-bottom: 7px solid #F1F1F1; }

  .judul-artikel {
    margin-bottom: 10px;
    font-size: 14px; }

  .summary-artikel {
    height: 58px;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden; }

  .subisi-artikel-side {
    height: 55px;
    overflow: hidden; } }
@media only screen and (max-width: 480px) {
  .img-artikel {
    width: 130px; }

  .konten-artikel {
    width: calc(100% - 130px); }

  .judul-artikel {
    font-size: 13px; }

  .summary-artikel {
    height: 58px;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden; } }
@media only screen and (max-width: 320px) {
  .judul-full-artikel.main {
    font-size: 15px;
    line-height: 22px; }

  .img-artikel {
    float: none;
    margin-bottom: 15px;
    width: 100%; }

  .konten-artikel {
    float: none;
    padding-left: 0;
    width: 100%; }

  .summary-artikel {
    height: auto;
    font-size: 13px;
    line-height: 22px; }

  .subisi-artikel-side {
    display: none; } }
.lentera-home {
  position: relative;
  padding: 50px 0; }
  .lentera-home:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
    background: #fbac21; }

.box-lentera {
  margin-right: 0;
  margin-left: 0;
  font-size: 0px;
  -webkit-box-shadow: 0px 40px 13px -36px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 40px 13px -36px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 40px 13px -36px rgba(0, 0, 0, 0.5); }

.item-lentera {
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  font-size: 14px;
  vertical-align: top; }
  .item-lentera:nth-child(even) .konten-lentera {
    background: #FAFAFA; }
  .item-lentera .img-lentera {
    position: relative; }
    .item-lentera .img-lentera:before {
      position: absolute;
      content: "";
      left: 50%;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0); }
    .item-lentera .img-lentera:nth-child(even):before {
      top: 0;
      border-top: 20px solid #FAFAFA; }
    .item-lentera .img-lentera:nth-child(odd):before {
      bottom: 0;
      border-bottom: 20px solid #FFF; }

.konten-lentera {
  padding: 39.5px 45px;
  background: #FFF; }

.tgl-lentera {
  margin-bottom: 20px; }
  .tgl-lentera span {
    display: block; }
  .tgl-lentera .no-tgl-lentera {
    font-family: "Opensans Extrabold";
    font-size: 27px;
    color: #faa308;
    line-height: 22px; }
  .tgl-lentera .nama-tgl-lentera {
    font-size: 16px;
    color: #555555;
    letter-spacing: 5px; }

.isi-lentera {
  margin-bottom: 10px;
  font-family: "Opensans Italic";
  font-size: 13px;
  color: #343434;
  line-height: 24px; }
  .isi-lentera.isi-lentera-home {
    height: 120px;
    overflow: hidden; }

.author-lentera {
  margin-bottom: 30px;
  font-family: "Opensans Bold Italic";
  font-size: 13px;
  color: #343434;
  line-height: 24px; }

.kategori-lentera {
  font-family: "Opensans Italic";
  font-size: 12px;
  color: #999; }

#lentera {
  padding: 50px 0; }

.wrap-lentera {
  margin-right: -15px;
  margin-left: -15px;
  font-size: 0px; }

.list-lentera {
  margin-bottom: 30px;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  width: 33.3333333333%;
  font-size: 14px;
  vertical-align: top; }

.content-lentera {
  padding: 30px 30px;
  background: #F8F8F8; }

@media only screen and (max-width: 991px) {
  .konten-lentera {
    padding: 30px 30px; }

  .list-lentera {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
    font-size: 14px;
    vertical-align: top; } }
@media only screen and (max-width: 600px) {
  .content-lentera {
    padding: 20px 20px; } }
@media only screen and (max-width: 480px) {
  .tgl-lentera {
    margin-bottom: 10px; }
    .tgl-lentera .no-tgl-lentera {
      font-size: 21px;
      line-height: 20px; }
    .tgl-lentera .nama-tgl-lentera {
      font-size: 14px;
      letter-spacing: 2px; }

  .isi-lentera {
    font-size: 12px;
    line-height: 20px; } }
@media only screen and (max-width: 320px) {
  .list-lentera {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    font-size: 14px;
    vertical-align: top; } }
#knowledge {
  padding: 50px 0;
  min-height: 600px;
  background: url("../images/icon/bg_wood.jpg") no-repeat;
  background-size: cover; }

.book-toolbar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 50px; }

.book-category-search-toolbar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 10px; }
  .book-category-search-toolbar.space-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    width: 100%; }

.wrap-book-category {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  padding: 7px 15px;
  width: 240px;
  background: #fff;
  border-radius: 5px; }
  .wrap-book-category:hover {
    background: #f40000; }
    .wrap-book-category:hover h3 {
      color: #fff; }
    .wrap-book-category:hover > span {
      color: #fff; }
    .wrap-book-category:hover .main-book-category {
      visibility: visible;
      opacity: 1;
      transition: .2s; }
  .wrap-book-category h3 {
    margin: 0;
    font-size: 14px; }

.book-search-toolbar {
  width: 240px; }
  .book-search-toolbar .form-control, .book-search-toolbar .btn {
    border-color: #FFF;
    box-shadow: none; }
  .book-search-toolbar .form-control {
    font-size: 13px; }

.book-sort-toolbar {
  width: 240px; }
  .book-sort-toolbar .form-control {
    font-size: 13px;
    border-color: #FFF;
    box-shadow: none; }
    .book-sort-toolbar .form-control option {
      font-family: 'Opensans Semibold' !important; }

.main-book-category {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: #fff;
  border-radius: 5px;
  transition: .2s;
  z-index: 99; }
  .main-book-category li:hover {
    background: #eee; }
    .main-book-category li:hover .submenu-book-category {
      visibility: visible;
      opacity: 1;
      transition: .2s; }
  .main-book-category li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 7px 15px; }
    .main-book-category li a:hover, .main-book-category li a:active {
      background: #f1f1f1; }
    .main-book-category li a span:last-child {
      color: #333; }

.submenu-book-category {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
  background: #f1f1f1;
  border-radius: 5px;
  transition: .2s; }
  .submenu-book-category li a:hover, .submenu-book-category li a:active {
    color: #fff;
    background: #f40000; }

.box-knowledge {
  margin-right: -15px;
  margin-left: -15px;
  font-size: 0px; }

.item-knowledge {
  margin-bottom: 30px;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  width: 33.3333333333%;
  font-size: 14px;
  vertical-align: top; }
  .item-knowledge:hover .konten-knowledge {
    background: #faa308;
    transition: 0.8s;
    -o-transition: 0.8s;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s; }
  .item-knowledge:hover .nama-knowledge {
    color: #FFF; }
    .item-knowledge:hover .nama-knowledge:hover {
      color: #333; }
  .item-knowledge:hover .isi-knowledge {
    color: #FFF; }

.konten-knowledge {
  padding: 30px 30px;
  background: #F8F8F8; }

.nama-knowledge {
  display: block;
  margin-bottom: 15px;
  font-family: "Opensans Bold";
  font-size: 15px;
  color: #343434;
  text-transform: capitalize; }
  .nama-knowledge:hover {
    color: #f40000; }

.isi-knowledge {
  font-size: 13px;
  color: #343434;
  line-height: 24px; }

#page-book {
  padding: 70px 0;
  background: #f6dade; }

.title-page-book h1 {
  margin: 0;
  font-family: "Opensans Bold";
  color: #f40000;
  text-align: center;
  text-transform: uppercase; }

.wrap-page-book {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  gap: 40px;
  margin-top: 40px; }

.item-page-book {
  width: calc(100% / 2); }

.content-page-book {
  padding: 25px 20px;
  background: #fff; }
  .content-page-book h2 {
    margin-bottom: 0;
    font-family: "Opensans Bold";
    font-size: 24px;
    text-align: center;
    text-transform: uppercase; }

@media only screen and (max-width: 991px) {
  .item-knowledge {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
    font-size: 14px;
    vertical-align: top; }

  .konten-knowledge {
    padding: 20px 20px; } }
@media only screen and (max-width: 600px) {
  .nama-knowledge {
    margin-bottom: 13px;
    font-size: 14px; }

  .isi-knowledge {
    line-height: 22px; }

  #page-book {
    padding: 40px 0; }

  .title-page-book h1 {
    font-size: 24px; }

  .wrap-page-book {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px; }

  .item-page-book {
    width: 100%; }

  .content-page-book {
    padding: 20px 10px; }
    .content-page-book h2 {
      font-size: 18px; } }
@media only screen and (max-width: 480px) {
  .nama-knowledge {
    margin-bottom: 10px;
    font-size: 13px; }

  .isi-knowledge {
    font-size: 12px;
    line-height: 20px; }

  #page-book {
    padding: 30px 0; }

  .title-page-book h1 {
    font-size: 20px; }

  .content-page-book h2 {
    font-size: 16px; } }
@media only screen and (max-width: 320px) {
  .item-knowledge {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    font-size: 14px;
    vertical-align: top; } }
#policy {
  padding: 50px 0; }

.box-item-policy {
  margin-right: 0;
  margin-left: 0;
  font-size: 0px; }

.item-policy {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 50px;
  border-bottom: 15px solid #dfa268;
  display: inline-block;
  padding-right: 30px;
  padding-left: 30px;
  width: 20%;
  font-size: 14px;
  vertical-align: top; }
  .item-policy .block-item-policy {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: #8b6237;
    z-index: 1; }
  .item-policy:first-child:before {
    display: none;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    border-top: 15px solid #FFF;
    border-left: 10px solid #FFF;
    border-right: 10px solid transparent;
    border-bottom: 15px solid transparent;
    z-index: 2; }
  .item-policy:last-child:after {
    display: none;
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    border-top: 15px solid #FFF !important;
    border-left: 10px solid transparent;
    border-right: 10px solid #FFF !important;
    border-bottom: 15px solid transparent;
    z-index: 2; }
  .item-policy:nth-child(5n+1):before {
    display: none;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    border-top: 15px solid #FFF;
    border-left: 10px solid #FFF;
    border-right: 10px solid transparent;
    border-bottom: 15px solid transparent;
    z-index: 2; }
  .item-policy:nth-child(5n):after {
    display: none;
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    border-top: 15px solid #FFF;
    border-left: 10px solid transparent;
    border-right: 10px solid #FFF;
    border-bottom: 15px solid transparent;
    z-index: 2; }

.img-item-policy {
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0px 11px 11px -8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 11px 11px -8px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 11px 11px -8px rgba(0, 0, 0, 0.6); }

.detail-policy {
  margin-bottom: 50px; }

.judul-policy {
  margin-bottom: 20px;
  font-size: 30px;
  color: #343434;
  text-transform: capitalize; }

.isi-policy {
  font-size: 14px;
  line-height: 26px; }
  .isi-policy p {
    margin-bottom: 20px; }

.slide-policy {
  position: relative;
  padding: 0 30px;
  border-bottom: 15px solid #dfa268;
  margin-right: 0;
  margin-left: 0;
  font-size: 0px; }
  .slide-policy:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    border-top: 15px solid #FFF;
    border-left: 10px solid #FFF;
    border-right: 10px solid transparent;
    border-bottom: 15px solid transparent;
    z-index: 2; }
  .slide-policy:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    border-top: 15px solid #FFF;
    border-left: 10px solid transparent;
    border-right: 10px solid #FFF;
    border-bottom: 15px solid transparent;
    z-index: 2; }
  .slide-policy .block-slide-policy {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: #8b6237;
    z-index: 1; }

.item-slide-policy {
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
  padding-right: 30px;
  padding-left: 30px;
  width: 20%;
  font-size: 14px;
  vertical-align: top; }
  .item-slide-policy a {
    position: relative;
    display: block;
    z-index: 3; }

@media only screen and (max-width: 991px) {
  .item-policy {
    display: inline-block;
    padding-right: 30px;
    padding-left: 30px;
    width: 25%;
    font-size: 14px;
    vertical-align: top; }
    .item-policy:nth-child(5n+1):before {
      display: none;
      border-top: 15px solid transparent;
      border-left: 10px solid transparent; }
    .item-policy:nth-child(5n):after {
      display: none;
      border-top: 15px solid transparent;
      border-right: 10px solid transparent; }
    .item-policy:nth-child(4n+1):before {
      display: none;
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      width: 0;
      border-top: 15px solid #FFF;
      border-left: 10px solid #FFF;
      border-right: 10px solid transparent;
      border-bottom: 15px solid transparent;
      z-index: 2; }
    .item-policy:nth-child(4n):after {
      display: none;
      position: absolute;
      content: "";
      right: 0;
      bottom: 0;
      border-top: 15px solid #FFF;
      border-left: 10px solid transparent;
      border-right: 10px solid #FFF;
      border-bottom: 15px solid transparent;
      z-index: 2; } }
@media only screen and (max-width: 600px) {
  .item-policy {
    display: inline-block;
    padding-right: 30px;
    padding-left: 30px;
    width: 33.3333333333%;
    font-size: 14px;
    vertical-align: top; }
    .item-policy:nth-child(4n+1):before {
      display: none;
      border-top: 15px solid transparent;
      border-left: 10px solid transparent; }
    .item-policy:nth-child(4n):after {
      display: none;
      border-top: 15px solid transparent;
      border-right: 10px solid transparent; }
    .item-policy:nth-child(3n+1):before {
      display: none;
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      width: 0;
      border-top: 15px solid #FFF;
      border-left: 10px solid #FFF;
      border-right: 10px solid transparent;
      border-bottom: 15px solid transparent;
      z-index: 2; }
    .item-policy:nth-child(3n):after {
      display: none;
      position: absolute;
      content: "";
      right: 0;
      bottom: 0;
      border-top: 15px solid #FFF;
      border-left: 10px solid transparent;
      border-right: 10px solid #FFF;
      border-bottom: 15px solid transparent;
      z-index: 2; } }
@media only screen and (max-width: 480px) {
  .item-policy {
    display: inline-block;
    padding-right: 30px;
    padding-left: 30px;
    width: 50%;
    font-size: 14px;
    vertical-align: top; }
    .item-policy:nth-child(3n+1):before {
      display: none;
      border-top: 15px solid transparent;
      border-left: 10px solid transparent; }
    .item-policy:nth-child(3n):after {
      display: none;
      border-top: 15px solid transparent;
      border-right: 10px solid transparent; }
    .item-policy:nth-child(2n+1):before {
      display: none;
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      width: 0;
      border-top: 15px solid #FFF;
      border-left: 10px solid #FFF;
      border-right: 10px solid transparent;
      border-bottom: 15px solid transparent;
      z-index: 2; }
    .item-policy:nth-child(2n):after {
      display: none;
      position: absolute;
      content: "";
      right: 0;
      bottom: 0;
      border-top: 15px solid #FFF;
      border-left: 10px solid transparent;
      border-right: 10px solid #FFF;
      border-bottom: 15px solid transparent;
      z-index: 2; } }
@media only screen and (max-width: 320px) {
  .item-policy {
    display: inline-block;
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
    font-size: 14px;
    vertical-align: top; }
    .item-policy:nth-child(2n+1):before {
      display: none;
      border-top: 15px solid transparent;
      border-left: 10px solid transparent; }
    .item-policy:nth-child(2n):after {
      display: none;
      border-top: 15px solid transparent;
      border-right: 10px solid transparent; }
    .item-policy:nth-child(n):before {
      display: none;
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      width: 0;
      border-top: 15px solid #FFF;
      border-left: 10px solid #FFF;
      border-right: 10px solid transparent;
      border-bottom: 15px solid transparent;
      z-index: 2; }
    .item-policy:nth-child(n):after {
      display: none;
      position: absolute;
      content: "";
      right: 0;
      bottom: 0;
      border-top: 15px solid #FFF;
      border-left: 10px solid transparent;
      border-right: 10px solid #FFF;
      border-bottom: 15px solid transparent;
      z-index: 2; } }
.sidebar-sisdur {
  margin-bottom: 30px; }

.tag-sidebar {
  padding: 10px 20px;
  font-family: "Opensans Semibold";
  font-size: 18px;
  color: #FFF;
  text-transform: uppercase;
  background: #f40000;
  border-bottom: 5px solid #c10000; }

.sidebar-menu {
  background: #F4F4F4; }
  .sidebar-menu > li {
    display: block;
    border-bottom: 1px solid #EFEFEF; }
    .sidebar-menu > li:last-child {
      border-bottom: 0; }
    .sidebar-menu > li a {
      position: relative;
      display: block;
      padding: 13px 20px;
      color: #454545;
      cursor: pointer; }
      .sidebar-menu > li a span {
        position: relative;
        display: block;
        font-family: "Opensans Semibold";
        z-index: 2; }
        .sidebar-menu > li a span .fa {
          margin-top: 2px; }
      .sidebar-menu > li a:hover:before {
        width: 100%;
        opacity: 1;
        transition: 0.2s;
        -o-transition: 0.2s;
        -moz-transition: 0.2s;
        -webkit-transition: 0.2s; }
      .sidebar-menu > li a:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        opacity: 0;
        background: #EEE;
        z-index: 1; }
  .sidebar-menu .treemenu {
    background: #EEE; }
    .sidebar-menu .treemenu li a {
      padding-left: 35px; }
      .sidebar-menu .treemenu li a:before {
        background: #DDD; }
  .sidebar-menu .treemenu-sub {
    background: #DDD; }
    .sidebar-menu .treemenu-sub li a {
      padding-left: 50px; }
      .sidebar-menu .treemenu-sub li a:hover, .sidebar-menu .treemenu-sub li a.active {
        color: #f40000; }
      .sidebar-menu .treemenu-sub li a:before {
        display: none; }
  .sidebar-menu .treeview-menu {
    display: none; }

.tag-sisdur {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding-top: 5px;
  padding-bottom: 11px;
  border-bottom: 5px solid #c10000; }
  .tag-sisdur span {
    font-family: "Opensans Semibold";
    font-size: 18px; }

.box-search-sisdur {
  width: 200px; }

.item-sisdur {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 13px 15px;
  border-bottom: 1px solid #F1F1F1; }
  .item-sisdur:hover:before {
    width: 100%;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }
  .item-sisdur:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: #f40000; }
  .item-sisdur span {
    color: #454545; }
  .item-sisdur .pdf-button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 30px;
    height: 30px;
    background: #F1F1F1;
    border-radius: 5px; }
    .item-sisdur .pdf-button:hover {
      color: #FFF;
      background: #f40000;
      transition: 0.2s;
      -o-transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s; }

@media only screen and (max-width: 600px) {
  .tag-sisdur {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flext-start;
    -moz-justify-content: flext-start;
    -ms-justify-content: flext-start;
    justify-content: flext-start;
    -ms-flex-pack: flext-start; }
    .tag-sisdur span {
      display: block;
      width: 100%;
      margin-bottom: 10px;
      text-align: left; }
    .tag-sisdur form {
      width: 100%; }

  .box-search-sisdur {
    width: calc(100% - 34px); } }
.sidebarnew-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #F4F4F4; }
  .sidebarnew-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #EFEFEF; }
    .sidebarnew-menu > li > a {
      position: relative;
      padding: 15px 20px;
      display: block;
      font-family: "Opensans Semibold";
      color: #454545;
      z-index: 2; }
      .sidebarnew-menu > li > a:hover {
        color: #222; }
        .sidebarnew-menu > li > a:hover:before {
          width: 100%;
          transition: 0.3s;
          -o-transition: 0.3s;
          -moz-transition: 0.3s;
          -webkit-transition: 0.3s; }
      .sidebarnew-menu > li > a:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        background: #EEE;
        z-index: -1; }
    .sidebarnew-menu > li .label, .sidebarnew-menu > li .badge {
      margin-top: 3px;
      margin-right: 5px; }
  .sidebarnew-menu li > a > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-top: 3px; }
  .sidebarnew-menu li.active > a > .fa-angle-left {
    transform: rotate(-90deg); }
  .sidebarnew-menu li.active > .sidebar-submenu {
    display: block; }
  .sidebarnew-menu a {
    color: #454545;
    text-decoration: none; }
  .sidebarnew-menu .sidebar-submenu {
    position: relative;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #EEE; }
    .sidebarnew-menu .sidebar-submenu:before {
      position: absolute;
      content: '';
      top: -23px;
      left: 10px;
      width: 1px;
      height: 100%;
      background: #676767;
      z-index: 5; }
    .sidebarnew-menu .sidebar-submenu:after {
      position: absolute;
      content: '';
      top: -27px;
      left: 8px;
      width: 5px;
      height: 5px;
      background: #676767;
      z-index: 6; }
    .sidebarnew-menu .sidebar-submenu > li > a {
      position: relative;
      padding: 13px 20px;
      display: block;
      font-family: "Opensans Semibold";
      font-size: 14px;
      color: #454545; }
      .sidebarnew-menu .sidebar-submenu > li > a > .fa {
        width: 20px; }
      .sidebarnew-menu .sidebar-submenu > li > a > .fa-angle-left,
      .sidebarnew-menu .sidebar-submenu > li > a > .fa-angle-down {
        width: auto; }

.submenu-dua > li > a,
.submenu-tiga > li > a,
.submenu-empat > li > a,
.submenu-lima > li > a {
  position: relative;
  z-index: 2; }
  .submenu-dua > li > a:hover,
  .submenu-tiga > li > a:hover,
  .submenu-empat > li > a:hover,
  .submenu-lima > li > a:hover {
    color: #222; }
    .submenu-dua > li > a:hover:before,
    .submenu-tiga > li > a:hover:before,
    .submenu-empat > li > a:hover:before,
    .submenu-lima > li > a:hover:before {
      width: 100%;
      transition: 0.3s;
      -o-transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s; }
  .submenu-dua > li > a:before,
  .submenu-tiga > li > a:before,
  .submenu-empat > li > a:before,
  .submenu-lima > li > a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1; }
  .submenu-dua > li > a:after,
  .submenu-tiga > li > a:after,
  .submenu-empat > li > a:after,
  .submenu-lima > li > a:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 10px;
    height: 1px;
    width: 15px;
    background: #676767;
    @incldue translate(0, -50%); }

.submenu-dua {
  background: #EEE !important; }
  .submenu-dua > li > a {
    padding-left: 30px !important; }
    .submenu-dua > li > a:before {
      background: #DDD; }

.submenu-tiga {
  background: #DDD !important; }
  .submenu-tiga:before {
    left: 25px !important; }
  .submenu-tiga:after {
    display: none; }
  .submenu-tiga > li > a {
    padding-left: 45px !important; }
    .submenu-tiga > li > a:before {
      background: #CCC; }
    .submenu-tiga > li > a:after {
      left: 25px; }

.submenu-empat {
  background: #CCC !important; }
  .submenu-empat:before {
    left: 40px !important; }
  .submenu-empat:after {
    display: none; }
  .submenu-empat > li > a {
    padding-left: 60px !important; }
    .submenu-empat > li > a:before {
      background: #BBB; }
    .submenu-empat > li > a:after {
      left: 40px; }

.submenu-lima {
  background: #F9F9F9 !important; }
  .submenu-lima:before {
    left: 55px !important; }
  .submenu-lima:after {
    display: none; }
  .submenu-lima > li > a {
    padding-left: 75px !important; }
    .submenu-lima > li > a.active {
      color: #F40000; }
    .submenu-lima > li > a:before {
      background: rgba(244, 0, 0, 0.2); }
    .submenu-lima > li > a:after {
      left: 55px; }

#extensi {
  padding: 50px 0; }
  #extensi table th, #extensi table td {
    font-size: 13px; }

#table_extensi_paginate .pagination {
  padding: 0;
  margin: 0;
  margin-top: 12px; }
  #table_extensi_paginate .pagination li.active a {
    color: #FFF;
    background: #f40000;
    border-color: #f40000; }
  #table_extensi_paginate .pagination li a {
    color: #f40000; }

.dataTables_info {
  font-size: 13px; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  float: left;
  display: inline;
  padding: 0;
  margin-left: 0;
  border: none !important;
  background: transparent !important; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: none !important;
  background: transparent !important; }

table.dataTable thead th {
  font-family: "Opensans Bold";
  font-weight: normal; }

#ticket {
  padding: 50px 0; }

.panel-tiket {
  font-size: 13px; }
  .panel-tiket .panel-heading {
    padding: 5px 10px; }
  .panel-tiket .panel-body {
    padding: 10px; }

.form-tiket .form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de; }
.form-tiket .form-control:focus {
  border-color: #3c8dbc;
  box-shadow: none; }
.form-tiket .form-control::-moz-placeholder,
.form-tiket .form-control:-ms-input-placeholder,
.form-tiket .form-control::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1; }

#login {
  padding: 50px 0; }

.panel-login {
  margin-bottom: 0;
  border-radius: 3px;
  border-color: #DEDEDE;
  box-shadow: none; }
  .panel-login .panel-heading, .panel-login .panel-footer {
    background: #F9F9F9; }
  .panel-login .panel-heading {
    border-bottom-color: #DEDEDE; }
  .panel-login .panel-footer {
    border-top-color: #DEDEDE; }
  .panel-login .panel-title {
    font-family: "Opensans Bold";
    font-size: 14px; }
  .panel-login .form-control {
    font-size: 13px;
    border-radius: 0;
    box-shadow: none; }
  .panel-login .form-control-feedback {
    color: #888; }
  .panel-login .btn-danger {
    background: #f40000;
    border-color: #c10000; }
    .panel-login .btn-danger:hover, .panel-login .btn-danger:focus {
      background: #ff2828;
      border-color: #ff0f0f; }

#search {
  padding: 50px 0; }

.item-search {
  margin-bottom: 30px; }

.judul-search {
  display: block;
  margin-bottom: 5px;
  font-family: "Opensans Semibold";
  font-size: 16px;
  color: #1a0dab; }
  .judul-search:hover, .judul-search:active {
    color: #1a0dab;
    text-decoration: underline; }

.link-search {
  font-size: 13px;
  color: #006621; }
  .link-search:hover {
    color: #006621; }

.subisi-search {
  font-size: 13px;
  color: #545454;
  line-height: 20px; }

.box-book {
  margin-bottom: 30px; }

.item-book {
  width: 100%; }

.tag-book {
  margin-bottom: 15px;
  font-family: "Opensans Semibold";
  font-size: 16px;
  color: #555; }

#master_book {
  padding: 50px 0;
  min-height: calc(100% - 218px); }

.title-book-detail {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700; }

#book-viewer {
  height: 100%;
  background: red; }

.title-book-viewer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.28); }
  .title-book-viewer h1 {
    padding: 5px 0;
    margin: 0;
    font-size: 22px;
    font-weight: bold; }

.wrap-title-book {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 35px; }
  .wrap-title-book a {
    display: block;
    width: 40px; }

.embed-file {
  display: block;
  width: 100%;
  height: 100%; }

h3.title-book-category {
  margin-bottom: 30px;
  font-family: 'Opensans Semibold';
  font-size: 18px;
  text-align: center; }

.title-category-book {
  padding: 20px 25px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 8px; }
  .title-category-book h3 {
    margin: 0;
    font-family: 'Opensans Semibold';
    font-size: 18px; }

.item-category-book {
  padding: 20px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 10px; }

.title-subcategory-book {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 3px solid rgba(51, 51, 51, 0.7); }
  .title-subcategory-book h3 {
    margin: 0;
    font-family: 'Opensans Semibold';
    font-size: 16px; }
  .title-subcategory-book a {
    display: block;
    font-family: 'Opensans Semibold';
    font-size: 14px; }
    .title-subcategory-book a .fa {
      margin-left: 10px;
      font-size: 16px; }

@media only screen and (max-width: 991.8px) {
  .title-book-viewer h1 {
    font-size: 20px; } }
@media only screen and (max-width: 767.8px) {
  .title-book-viewer h1 {
    font-size: 18px; } }
#tips {
  padding: 70px 0; }

.tips-category ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px; }
  .tips-category ul li a {
    display: block;
    padding: 9px 20px;
    font-family: 'Opensans Semibold';
    font-size: 13px;
    color: #333;
    background: #e8e8e8;
    border-radius: 8px; }
    .tips-category ul li a:hover, .tips-category ul li a.active {
      color: #fff;
      background: red;
      background: linear-gradient(90deg, red 0%, #cc0000 100%); }

.wrap-tips {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-top: 30px; }

.item-tips {
  padding: 0 15px;
  margin-bottom: 30px;
  width: calc(100% / 3); }

.container-item-tips {
  padding: 23px;
  border: 1px solid #d9d9d9;
  border-radius: 20px; }

.wrap-content-tips {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.icon-tips {
  width: 70px; }

.content-tips {
  grow: 1;
  padding-left: 20px; }
  .content-tips h3 {
    margin: 0;
    margin-bottom: 8px;
    font-family: 'Opensans Semibold';
    font-size: 16px;
    color: #191919; }
  .content-tips p {
    margin-bottom: 0;
    font-size: 14px;
    color: #333;
    line-height: 22px; }

.content-button-tip {
  margin-top: 10px; }

.button-tips-more {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #f40000;
  text-align: right;
  background: transparent;
  border: 1px solid transparent; }

.list-button-tips {
  display: none;
  padding-top: 10px; }
  .list-button-tips li {
    margin-bottom: 10px; }
    .list-button-tips li:last-child {
      margin-bottom: 0; }
    .list-button-tips li a {
      display: block;
      padding: 12px 10px;
      font-family: 'Opensans Semibold';
      color: #fff;
      text-align: center;
      background: linear-gradient(90deg, red 0%, #cc0000 100%);
      border-radius: 10px; }

.title-tips {
  margin-bottom: 20px;
  font-family: 'Opensans Bold';
  font-size: 28px; }

.tips-content h1, .tips-content h2, .tips-content h3, .tips-content h4, .tips-content h5, .tips-content h6 {
  margin: 15px 0;
  font-family: 'Opensans Semibold'; }
.tips-content h1 {
  font-size: 28px; }
.tips-content h2 {
  font-size: 24px; }
.tips-content h3 {
  font-size: 20px; }
.tips-content h4 {
  font-size: 18px; }
.tips-content h5 {
  font-size: 16px; }
.tips-content h6 {
  font-size: 14px; }
.tips-content p {
  font-size: 14px;
  line-height: 26px; }

@media only screen and (max-width: 991.8px) {
  #tips {
    padding: 50px 0; }

  .item-tips {
    width: calc(100% / 2); } }
@media only screen and (max-width: 768px) {
  #tips {
    padding: 30px 0; } }
@media only screen and (max-width: 600px) {
  .tips-category ul {
    gap: 5px; }
    .tips-category ul li a {
      padding: 6px 10px;
      font-size: 12px; }

  .item-tips {
    width: 100%; } }
footer {
  padding: 20px 0;
  background: #fa9f00; }

.logo-bottom {
  position: relative;
  display: block;
  padding: 7px;
  max-width: 100px;
  background: #FFF;
  border-radius: 3px; }
  .logo-bottom:before {
    position: absolute;
    content: "";
    top: 0;
    right: -48px;
    width: 1px;
    height: 30px;
    background: #d58a04; }
  .logo-bottom:after {
    position: absolute;
    content: "";
    top: 0;
    right: -49px;
    width: 1px;
    height: 30px;
    background: #fbb63a; }

.menu-footer {
  margin-top: 5px; }
  .menu-footer li {
    position: relative;
    display: inline-block;
    margin-right: 15px; }
    .menu-footer li:last-child {
      margin-right: 0; }
      .menu-footer li:last-child:before {
        display: none; }
    .menu-footer li:before {
      position: absolute;
      content: "|";
      top: 0;
      right: -12px;
      font-size: 12px;
      color: #FFF; }
    .menu-footer li a {
      display: block;
      font-size: 12px;
      color: #FFF; }

@media only screen and (max-width: 991px) {
  .logo-bottom {
    margin: 0 auto;
    margin-bottom: 15px; }
    .logo-bottom:before, .logo-bottom:after {
      display: none; }

  .menu-footer {
    text-align: center; } }

/*# sourceMappingURL=lwd.style.css.map */
