/* warna merah awal : ED2333*/


@import url(../icons/font-awesome/css/font-awesome.min.css);

@font-face {
  font-family: "Kanit Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Kanit Regular"),
    url("../fonts/kanit/kanit-regular.woff") format("woff");
}
@font-face {
  font-family: 'Kanit Thin';
  font-style: normal;
  font-weight: normal;
  src: local('Kanit Thin'), url('../fonts/kanit/kanit-thin.woff') format('woff');
}
@font-face {
  font-family: "Kanit Light";
  font-style: normal;
  font-weight: normal;
  src: local('Kanit Light'), url('../fonts/kanit/kanit-light.woff') format('woff');
}
@font-face {
  font-family: "Kanit SemiBold";
  font-style: normal;
  font-weight: normal;
  src: local("Kanit SemiBold"),
    url("../fonts/kanit/kanit-semibold.woff") format("woff");
}
@font-face {
  font-family: "Kanit Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Kanit Bold"), url("../fonts/kanit/kanit-bold.woff") format("woff");
}


@font-face {
  font-family: 'Bebas Neue Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Bebas Neue Regular'), url('../fonts/bebas-neue/BebasNeue%20Regular.woff') format('woff');
}

@font-face {
  font-family: 'Bebas Neue Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Bebas Neue Bold'), url('../fonts/bebas-neue/BebasNeue%20Bold.woff') format('woff');
  }

body {
  margin: 0;
  font-family: "Kanit Regular";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  line-height: normal;
  color: #000;
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
font-bold {
  font-family: "Kanit Bold";
}
.preloader{
  background-color: rgba(0,0,0,.08);
}

button, btn,
input, select{
  border-radius: 0 !important;
}
.btn-success {
  background-color: #49BA76 !important;
  border-color: #49BA76;
}
.btn-koni {
  background-color: #E2AF17 !important;
  border-color: #E2AF17;
  color: #fff;
}
.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block;
}

.captcha-wrap {
  position: relative;
  margin-bottom: 10px;
}

#CaptchaImageCode {
  text-align: center;
  margin-top: 15px;
  padding: 0px 0;
  width: 300px;
  overflow: hidden;
}

.capcode {
  font-size: 46px;
  display: block;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  letter-spacing: 1px;
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
  font-style: italic;
}

.ReloadBtn {
  background: url('../../img/refresh.png') left top no-repeat;
  background-size: 100%;
  width: 32px;
  height: 32px;
  border: 0px;
  outline: none;
  position: absolute;
  bottom: 30px;
  left: 310px;
  cursor: pointer;
}

@media (max-width: 768px) {
  body {
    font-size: 13px;
  }
  button.btn {
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1200px){
  .container, .container-sm, .container-md, .container-lg, .container-xl {
      max-width: 1250px;
  }
}

.custom-select {
  background: url('../../uploads/images/custom-select.png') right 0.75rem
          center no-repeat;
}

.fixed-top{
  box-shadow: 0 2px 16px 0 rgb(0 0 0 / 10%);
}
.fixed-top:before {
  content: "";
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  width: 91px;
  background-color: #99af16;
  left: -35px;
  left: -45px;
  margin-left: 0;
  transform: skew(35deg);
  transform: skew(36deg);
  z-index: 1;
}
@media (min-width: 768px) {
  .fixed-top:before {
    display: block;
  }
}
@media (max-width: 991px) {
  .fixed-top:before {
    width: 80px;
  }
}

.mx-background-top-linear {
  background: -webkit-linear-gradient(45deg, #fff 35%, #99af16 35%);
  background: -webkit-linear-gradient(left, #fff 35%, #99af16 35%);
  background: linear-gradient(45deg, #fff 35%, #99af16 35%);
  /* linear-gradient(45deg, #fff 35%, #99af16 35%); */
}
@media (max-width: 768px) {
  .mx-background-top-linear {
    background: -webkit-linear-gradient(45deg, #fff 52%, #99af16 35%);
    background: -webkit-linear-gradient(left, #fff 52%, #99af16 35%);
    background: linear-gradient(45deg, #fff 52%, #99af16 35%);
  }
}
/* headeer top */
  .topbar {
    background-color: #fff;
    padding: 0;
  }
  .topbar .container .row {
    /* margin: -7px;
    padding: 0; */
  }
  .topbar .container .row .col-md-12 {
    padding: 0;
  }
  .topbar p {
    margin: 0;
    display: inline-block;
    font-size: 13px;
    color: #f1f6ff;
  }
  .topbar p > i {
    margin-right: 5px;
  }
  .topbar p:last-child {
    text-align: right;
  }
  header .navbar {
    margin-bottom: 0;
  }
  .topbar li.topbar {
    display: inline;
    padding-right: 18px;
    line-height: 52px;
    transition: all 0.3s linear;
  }
  .topbar li.topbar:hover {
    color: #1bbde8;
  }
  .topbar ul.info i {
    color: #131313;
    font-style: normal;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: 4px;
  }
  .topbar ul.info li {
    float: right;
    padding-left: 30px;
    color: #ffffff;
    font-size: 13px;
    line-height: 44px;
  }
  .topbar ul.info i span {
    color: #aaa;
    font-size: 13px;
    font-weight: 400;
    line-height: 50px;
    padding-left: 18px;
  }
  ul.social-network {
    border: none;
    margin: 0;
    padding: 0;
  }
  ul.social-network {
    list-style: none;
    margin: 5px 0 10px -25px;
    float: right;
    margin-bottom: 0;
    margin: 0;
  }
  ul.social-network li {
    border: none;
    margin: 0;
  }
  ul.social-network li i {
    margin: 0;
    margin: 0 0.3em 0 1em;
  }
  ul.social-network li {
    display: inline;
    margin: 0 5px;
    border: 0px solid #2d2d2d;
    padding: 5px 0 0;
    width: 32px;
    width: auto;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    height: 32px;
    vertical-align: baseline;
    color: #000;
  }
  ul.social-network li.search-all {
    margin-right: 0;
  }
  .waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: 0.3s ease-out;
    color: #fff;
  }
  ul.social-network li {
    list-style-type: none;
  }
  ul.social-network li a{
    color: #fff;
    text-decoration: none;
  }
  ul.social-network li:hover a{
    color: #f8c045;
  }
  /* search top */
  ul.social-network .search-all {
    background: #b40d1b;
    border: 0;
    margin-left: 2em;
  }
  ul.social-network .search-all i {
    margin: 0;
    padding: 0 10px;
  }

  .search-box {
    width: fit-content;
    height: fit-content;
    position: relative;
  }
  .input-search {
    height: auto;
    width: 50px;
    width: 0;
    /* font-size: 18px; */
    border-style: none;
    border-radius: 25px;
    /* padding: 10px; */
    letter-spacing: 2px;
    outline: none;
    transition: all 0.5s ease-in-out;
    background-color: transparent;
    padding-right: 45px;
    color: #fff;
  }
  .input-search::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 100;
    padding-left: 10px;
  }
  .btn-search {
    /* width: 50px;
        height: 50px;
        font-size: 20px;
        border-radius: 50%; */
    border-style: none;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 0px;
    color: #ffffff;
    background-color: transparent;
    pointer-events: painted;
  }
  .btn-search:focus ~ .input-search {
    width: 200px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
  }
  .input-search:focus {
    width: 200px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
  }

  @media (max-width: 768px) {
    ul.social-network li{
      display: none;
    }
    ul.social-network .search-all {
        display: inline-block;
    }
  }
/* headeer top */

.bg-image-full {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.bg-dark {
  background-color: #222 !important;
}
.fixed-top .navbar .container{
  position: relative;
}
.logo-publik {
  position: absolute;
  /* left: 15%;
  top: 20%;
  transform: translate(-50%, -50%);
  max-height: 70px; */
  left: 0;
  /* left: 20px; */
  top: -35px;
  max-height: 70px;
}

.navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
ul.navbar-nav li.nav-item {
  font-family: "Kanit Bold";
}
.navbar-light .navbar-nav .nav-link {
  color: #212121;
  font-weight: normal;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
ul.navbar-nav li.nav-item.nav-login .nav-link{
  font-family: "Kanit SemiBold";
  background-color: #E2AF17;
  color: #fff;
}
ul.navbar-nav li.nav-item.nav-login i{
  margin-right: 5px;
}

@media (min-width: 768px) {
  .navbar-light ul.navbar-nav li.nav-item {
    position: relative;
  }
  .navbar-light .navbar-nav .nav-link:after {
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0;
    bottom: 2px;
    left: .8rem;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
  }  
  .navbar-light .navbar-nav .active .nav-link:after,
  .navbar-light .navbar-nav .nav-item:hover .nav-link:after {
    width: 30%;
    background: #99af16;
  }
  .navbar-light .navbar-nav .nav-item:last-child:hover .nav-link:after {
    width: 0;
  }
}

@media (max-width: 768px) {
  .logo-publik {
    left: 26%;
    top: 7px;
    left: 0;
    top: -5px;
    max-height: 45px;
  }
  .navbar {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .navbar-light .navbar-toggler{
    border: 0;
  }
  .navbar-collapse {
    margin: 1em 1em 0;
  }

  .navbar-light .navbar-nav .nav-link{
    font-family: "Kanit SemiBold";
  }

  ul.navbar-nav li.nav-item.nav-login .nav-link{
    background-color: transparent;
    color: #E2AF17;
  }
}

/* CSS breadcumb */
  .breadcrumb-trail.breadcrumbs {
    display: flex;
    background-image: url("../../uploads/images/bg-title.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2em 0 2em;
    margin-bottom: 30px;
  }
  .breadcrumb-trail.breadcrumbs .trail-title {
    float: left;
    width: 100%;
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    padding: 6px 0;
    text-transform: capitalize;
  }
  .breadcrumb-trail.breadcrumbs .trail-items {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .breadcrumb-trail.breadcrumbs .trail-items li {
    float: left;
  }
  .breadcrumb-trail.breadcrumbs .trail-items li span a {
    color: #fff;
  }

  .breadcrumb-trail.breadcrumbs .trail-items li span:before {
    color: #fff;
    content: "\" /*rtl:"\"*/;
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 0;
  }
  .breadcrumb-trail.breadcrumbs .trail-items li:first-child span:before {
    display: none;
  }
  .breadcrumb-trail.breadcrumbs:before {
    clear: both;
    content: "";
    display: block;
  }
  .breadcrumb-trail.breadcrumbs .trail-items li span {
    position: relative;
    padding: 0 14px;
  }
  .breadcrumb-trail.breadcrumbs .trail-items li:first-child span{
    padding-left: 0;
  }
  .breadcrumb-trail.breadcrumbs .trail-items li span,
  .breadcrumb-trail.breadcrumbs .trail-items li span:before{
    font-size: 14px;
    color: #fff;
    line-height: 20px;
  }

  @media (max-width: 776px){
    .breadcrumb-trail.breadcrumbs{
      padding: 2em 0 1.5em;
    }
    .breadcrumb-trail.breadcrumbs .trail-title {
      font-family: "Kanit SemiBold";
      font-size: 17px;
    }
    .breadcrumb-trail.breadcrumbs .trail-items li span {
      padding: 0 10px;
      font-size: 12px;
    }
    .breadcrumb-trail.breadcrumbs .trail-items li span:before{
      left: -2px;
      font-size: 12px;
    }
  }
/* CSS breadcumb */

/* CSS Footer */
  .top-footer {
    background-image: url("../../uploads/images/bg-footer.jpg");
    background-size: cover;
    padding-bottom: 2.5em;
    color: #fff;
    line-height: 24px;
  }
  .top-footer .widget-title {
    font-size: 18px;
    border-left: 3px solid #99af16;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 60px;
    padding-left: 20px;
  }
  .top-footer p {
    margin-top: 35px;
    margin-bottom: 0;
  }
  .bottom-footer {
    background: #99af16;
    text-align: center;
    padding: 12px;
    color: #fff;
  }

  table.kontakmaps {
    margin-bottom: 0;
  }
  table.kontakmaps td {
    border: 0;
    padding: 0;
    padding-bottom: 5px;
    vertical-align: middle;
    font-size: 14px;
  }
  #top-footer table.kontakmaps td,
  #top-footer table.kontakmaps td a {
    color: #fff;
  }
  table.kontakmaps tr:first-child td:first-child {
    vertical-align: top;
  }
  table.kontakmaps tr td:first-child {
    min-width: 25px;
    width: 2em;
  }
  table.kontakmaps td .fa {
    font-size: 15px;
    color: #99af16;
  }
  .top-footer table.kontakmaps td .fa {
    color: #fff;
  }

  .menu-footer-sosial-media-container ul.menu {
    padding-left: 0;
  }
  .menu-footer-sosial-media-container ul.menu li {
    display: inline-block;
    padding-left: 10px !important;
  }
  .menu-footer-sosial-media-container ul.menu li:first-child {
    padding-left: 0 !important;
  }
  .menu-footer-sosial-media-container ul.menu li:after {
    display: none;
  }
  .menu-footer-sosial-media-container .menu a {
    font-size: 18px;
  }
  .menu-footer-sosial-media-container .menu a .fa {
    font-family: "FontAwesome" !important;
    padding: 0;
    border: 1.5px solid #99af16;
    border-radius: 50%;
    color: #fff;
    min-width: 36px;
    height: 36px;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    margin-left: 0.4em;
    background-color: #99af16;
  }
  .menu-footer-sosial-media-container .menu a:first-child .fa {
    margin-left: 0;
  }
  .menu-footer-sosial-media-container .menu a:hover .fa {
    color: #99af16 !important;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    border-color: #99af16;
    transition: width 2s;
    transition: 1s;
    border: 1px solid #99af16;
  }

  @media (max-width: 768px) {
    .top-footer .widget-title {
      font-size: 15px;
      margin-bottom: 20px;
      margin-top: 40px;
      margin-top: 30px;
      padding-left: 18px;
    }
    .top-footer p,
    table.kontakmaps td {
      font-size: 13px;
    }
  }
/* CSS Footer */

/* CSS Breadcumb */

/* CSS Breadcumb */

/* CSS Konten */
  #content.site-content{
    margin-top: 89px;
  }
  @media (min-width: 991px) {
    #content.site-content{
      min-height: 430px;
    }
  }
  @media (max-width: 991px) {
    #content.site-content{
      margin-top: 80px;
    }
  }
/* CSS Konten */

/* CSS Beranda */
  .heading-title {
    position: relative;
    color: #000;
    margin-bottom: 3em;
  }
  .heading-title h3{
    border-left: 3px solid #99af16;
    padding-left: 15px;
    font-size: 26px;
    text-transform: uppercase;
  }
  .heading-title span{
    display: block;
    font-family: "Kanit Regular";
    font-size: 14px;
    color: #707583;
    text-transform: capitalize;
  }
  .heading-title .absolute-sub-title{
    position: absolute;
    right: 0;
    top: 0;
    top: 8px;
  }
  .heading-title .absolute-sub-title .btn{
    font-size: 14px;
    color: #fff;
    border-radius: 0;
    padding: 8px 20px 7px;
    background-color: #E2AF17;
    margin-left: 1.5em;
  }

  @media (max-width: 768px) {
    .heading-title {
      margin-bottom: 1.6em;
    }
    .heading-title h3 {
      padding-left: 7px;
      font-size: 18px;
      font-size: 15px;
    }
    .heading-title span {
      font-size: 11px;
    }
    .heading-title .absolute-sub-title{
      top: 0;
    }
    .heading-title .absolute-sub-title button{
      font-size: 12px;
    }
    .heading-title .titlebar.absolute-sub-title {
        top: 2px;
    }
    .heading-title .absolute-sub-title .btn {
        font-size: 12px;
        padding: 5px 15px 5px;
        margin-left: 1em;
    }
  }

  /* Section Kategori */
    section.thumb-kategori{
      background-image: url("../../uploads/images/bg-cabor.jpg");
      background-size: cover;
      padding: 6em 0 5em;
      position: relative;
    }
    section.thumb-kategori::after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      background-size: cover;
      background-repeat: repeat-x;
      height: 17px;
      z-index: 0;
      bottom: 0;
      background-image: url("../../uploads/images/scratches-1.png"); 
    }
    @media (max-width: 768px) {
      section.thumb-kategori {
        padding: 3.7em 0 5em;
      }
    }
  /* Section Kategori */
  /* Section Event */
      section.section-koni{
        margin-top: -20em;
        padding: 6em 0 5em;
      }
      @media (max-width: 768px) {
        section.section-koni{
          padding: 6em 0 2em;
          margin-top: -19em;
        }
      }
  /* Section Event */
  /* Section Event */
      section.latest-event{
        background-color: #fff;
        padding: 6em 0 4em;
        padding-top: 0;
        position: relative;
      }
      @media (max-width: 768px) {
        section.latest-event{
          padding: 3em 0 2em;
        }
      }
  /* Section Event */
  /* Section Berita */
      section.latest-post{
        background-color: #F1F1F1;
        padding: 6em 0 4em;
        position: relative;
      }
      section.latest-post::before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        background-size: cover;
        background-repeat: repeat-x;
        height: 17px;
        z-index: 2;
        top: 0;
        background-image: url("../../uploads/images/scratches-2.png");
      }
      @media (max-width: 768px) {
        section.latest-post{
          padding: 4em 0 2em;
        }
      }
  /* Section berita */
/* CSS Beranda */

/* CSS CABOR 1 */
  .container .card-inner-cabor {
    position: relative;
    width: 200px;
    width: 100%;
    height: 130px;
    background: #232323;
    background: #ffffff;
    border: 1px solid #dedede;
    /* border-radius: 20px; */
    overflow: hidden;
  }
  .container .card-inner-cabor:before {
    /* content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff3d0;
    clip-path: circle(150px at 80% 20%);
    clip-path: circle(40px at 50% 50%);
    transition: 0.5s ease-in-out; */
  }
  .container .card-cabor:hover .card-inner-cabor:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff3d0;
    transition: 0.5s ease-in-out;
    clip-path: circle(300px at 80% -20%);
    /* clip-path: initial; */
  }
  .container .card-inner-cabor:after {
    content: "CABOR";
    position: absolute;
    top: 30%;
    left: -9%;
    font-size: 5em;
    font-weight: 800;
    font-style: italic;
    color: rgb(237 56 52 / 10%);
    color: rgba(255, 255, 255, 0.04);
  }
  .container .card-inner-cabor .imgBx {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    width: 100%;
    height: 100%;
    transition: 0.5s;
  }
  .container .card-cabor:hover .card-inner-cabor .imgBx {
    top: 0%;
    transform: translateY(-5%);
    /* bug  */
  }
  .container .card-inner-cabor .imgBx img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 270px;
    width: auto;
    height: 90px;
    object-fit: contain;
  }
  .container .card-cabor:hover .card-inner-cabor .imgBx img {
    transform: translate(-50%, -50%) rotate(10deg);
  }
  .card-cabor .card-footer {
    font-family: "Kanit Bold";
    background: #99af16;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    padding: 7px;
  }
  @media (max-width: 768px) {
    .container .card-inner-cabor {
      height: 115px;
    }
    .container .card-inner-cabor .imgBx img {
      height: 60px;
      width: 60px;
      object-fit: contain;
    }
    .card-cabor .card-footer {
      font-size: 13px;
    }

    .thumb-kategori .container .card-inner-cabor{
      height: 57px;
      height: 40px;
    }
    .thumb-kategori .container .card-inner-cabor:before {
      clip-path: circle(20px at 50% 50%);
    }
    .thumb-kategori .container .card-inner-cabor .imgBx img {
      height: 40px;
      width: 40px;
      object-fit: contain;
    }
    .thumb-kategori .card-cabor .card-footer{
      font-size: 8px;
      padding: 5px;
      font-size: 7px;
      padding: 4px 0;
      font-family: "Kanit Regular";
    }
  }
/* CSS CABOR */

/* CSS Card Klub */
  .tab .card-klub{
    border-radius: 0;
    border: 1px solid #DEDEDE;
    box-shadow: none;
    margin-bottom: 30px;
  }
  .tab .card-klub .card-body{
    margin-top: 0;
    padding: 1em;
  }
  .tab .card-klub .card-body img{
    height: 45px;
    width: 45px;
    object-fit: contain;
  }
  .tab .card-klub .card-body span{
    display: inline-block;
    font-family: "Kanit Bold";
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 1em;
  }
/* CSS Card Klub */

/* CSS Koni */
  .card-koni{
    box-shadow: none;
    border-radius: 0;
  }
  .card-koni .card-body{
    border: 1px solid #DEDEDE;
    padding: 10px;
    text-align: center;
    margin-bottom: 12px;
  }
  .card-koni .card-body img {
    width: 100%;
    height: 165px;
    object-fit: contain;
  }
  .card-koni:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition-duration: .7s;
  }
  .card-koni h4.card-title{
    color: #000000;
    margin-bottom: 5px;
    margin-left: 5px;
  }
  .card-koni p.alamat{
    color: #707583;
    /* font-family: 'Kanit Thin'; */
    margin-left: 5px;
  }
  .card-koni p.alamat i{
    font-size: 18px;
    margin-right: 10px;
    margin-top: 3px;
  }

  .judul-single-center {
    margin-top: 3em;
    margin-bottom: 3em;
    text-align: center;
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
  }
  .judul-single-center::after{
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    background: #99af16;
  }

  @media (max-width: 768px) {
    .card-koni h4.card-title{
      font-size: 14px;
      margin-left: 5px;
    }
    .card-koni .card-body img{
      height: 140px;
    }

    .latest-event .card.card-koni{
      margin-bottom: 0;
    }
  }
/* CSS Koni */

/* CSS Kategori Event */
  .card-category-event{
    background-image: url('../../uploads/images/bg-kategori-event.jpg');
    background-size: cover;
    border-radius: 0;
    padding: 1.6em 2em;
    text-align: center;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .card-category-event h4 {
    font-size: 24px;
  }
  .card-category-event:hover h4{
    /* letter-spacing: 2px;
    transition: .5s linear;
    color: #fff;
    text-shadow: 0 0 10px #000,
                 0 0 20px #000, 
                 0 0 40px #000; */
  }
    
  .card-category-event:hover h4{
    background: linear-gradient(to right, #fff 0, #4d4d4d 10%, #fff 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    text-decoration: none;
    white-space: nowrap;
  }
  @-moz-keyframes shine {
    0% {
      background-position: 0;
    }
    60% {
      background-position: 180px;
    }
    100% {
      background-position: 180px;
    }
  }
  @-webkit-keyframes shine {
    0% {
      background-position: 0;
    }
    60% {
      background-position: 180px;
    }
    100% {
      background-position: 180px;
    }
  }
  @-o-keyframes shine {
    0% {
      background-position: 0;
    }
    60% {
      background-position: 180px;
    }
    100% {
      background-position: 180px;
    }
  }
  @keyframes shine {
    0% {
      background-position: 0;
    }
    60% {
      background-position: 180px;
    }
    100% {
      background-position: 180px;
    }
  }

  
  @media (max-width: 768px) {
    .card-category-event h4 {
      font-size: 18px;
    }
    .card-category-event {
        padding: 1em 2em;
    }
  }
/* CSS Kategori Event */

/* CSS Event */
    .grid-item-post {
            margin-bottom: 30px;
    }
    .grid-item-post .entry-featured {
            position: relative;
            overflow: hidden;
            margin-bottom: 17px;
    }
    .grid-item-post .entry-featured img {
            border-radius: 5px;
            width: 100%;
            height: 215px;
            object-fit: cover;
            -webkit-transition: all 300ms linear 0ms;
            -khtml-transition: all 300ms linear 0ms;
            -moz-transition: all 300ms linear 0ms;
            -ms-transition: all 300ms linear 0ms;
            -o-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms;
    }
    .grid-item-post .entry-featured .event-category {
            position: absolute;
            top: 0px;
            left: 0px;
            padding: 6px 20px;
            border: 2px solid #dfac11;
            background-color: #E2AF17;
            display: inline-block;
            color: #1A1A1A;
            font-size: 15px;
    }
    .grid-item-post .entry-body .entry-meta {
            margin-bottom: 10px;
            padding-left: 0;
    }
    .grid-item-post .entry-body .entry-meta li {
            color: #707583;
            display: inline-block;
    }
    .grid-item-post .entry-body .entry-meta li i {
            margin-right: 5px;
            font-size: 12px;
    }
    .grid-item-post .entry-body .entry-meta li a {
            color: inherit;
    }
    .grid-item-post .entry-body .entry-meta li a:hover {
            text-decoration: none;
    }
    .grid-item-post .entry-body .entry-meta li.item-author {
            padding-left: 28px;
            position: relative;
    }
    .grid-item-post
            .entry-body
            .entry-meta
            li.item-author
            img {
            width: 20px;
            height: 20px;
            -webkit-border-radius: 50%;
            -khtml-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            position: absolute;
            top: 2px;
            left: 0;
            margin-right: 4px;
    }
    .grid-item-post
            .entry-body
            .entry-meta
            li.item-author
            a {
            text-decoration: none;
    }
    .grid-item-post .entry-body .entry-meta li + li {
            position: relative;
            padding-left: 15px;
            margin-left: 5px;
            float: right;
    }
    .grid-item-post .entry-body .entry-meta li + li:before {
            /* left: 0;
            top: 10px;
            width: 4px;
            height: 4px;
            -webkit-border-radius: 50%;
            -khtml-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            background-color: #1ab9ff;
            display: block;
            content: "";
            position: absolute; */
    }
    .grid-item-post .entry-body .entry-title {
            font-size: 20px;
            color: #000;
            margin-bottom: 20px;
            text-transform: capitalize;
    }
    .web-porprov .grid-item-post .entry-body .entry-title{
        font-family: "Kanit SemiBold";
    }
    .grid-item-post .entry-body .entry-title a {
            color: inherit;
    }
    .grid-item-post .entry-body .entry-title a:hover {
            color: #871c18;
    }
    .grid-item-post .entry-content {
            margin-bottom: 18px;
    }
    .grid-item-post .entry-readmore .btn-more {
            position: relative;
            display: inline-block;
            color: #fff;
            font-weight: 400;
            padding: 7px 22px;
            background-color: #99af16;
            border-radius: 5px;
    }
    .grid-item-post .entry-readmore .btn-more:after {
            /* display: block;
            content: "";
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 2px;
            background-color: #ff4880; */
    }
    .grid-item-post .entry-readmore .btn-more i {
            /* position: absolute;
            right: 0;
            top: 6px; */
            opacity: 0;
            transition-delay: 0.12s;
            display: none;
    }
    .grid-item-post:hover .entry-readmore .btn-more {
            padding-right: 20px;
            transition-duration: 1s;
    }
    .grid-item-post:hover .entry-readmore .btn-more i {
            opacity: 1;
            display: inline;
            transition-duration: 1s;
    }
    .grid-item-post:hover .entry-featured img {
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            transition-duration: .5s;
    }
    @media (max-width: 768px) {
      .grid-item-post .entry-featured .event-category {
        padding: 5px 17px;
        font-size: 13px;
      }
      .grid-item-post .entry-featured {
        margin-bottom: 10px;
      }
      .grid-item-post .entry-featured img {
        height: 190px;
      }
      .grid-item-post .entry-body .entry-meta{
        font-size: 12px;
      }
      .grid-item-post .entry-body .entry-meta li.item-author img {
        width: 17px;
        height: 17px;
      }
      .grid-item-post .entry-body .entry-title{
        font-size: 14px;
        margin-bottom: 14px;
      }
      .grid-item-post .entry-readmore .btn-more {
        padding: 5px 17px;
        background-color: #99af16;
        font-size: 12px;
      }
    }
/* CSS Event */

/* CSS Pengurus */
  .our-team {
    padding: 30px 0 40px;
    padding: 20px 0 14px;
    margin-bottom: 30px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
    border: 1px solid #DEDEDE;
  }
  .our-team .picture {
    display: inline-block;
    height: 70px;
    width: 70px;
    margin-bottom: 50px;
    margin-bottom: 26px;
    z-index: 1;
    position: relative;
  }
  .our-team .picture::before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #99af16;
    background-color: #e2b03f;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.9;
    transform: scale(3);
    transition: all 0.3s linear 0s;
  }
  .our-team:hover .picture::before {
    height: 100%;
  }
  .our-team .picture::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #99af16;
    background-color: #DEDEDE;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .our-team .picture img {
    width: 100%;
    height: auto;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
  }
  .our-team:hover .picture img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
  }
  .our-team .name{
    font-size: 16px;
    color: #000000;
  }
  .our-team .title {
    font-family: "Kanit Regular";
    display: block;
    font-size: 14px;
    color: #707583;
    text-transform: capitalize;
  }
  .our-team .data {
    font-family: "Kanit Regular";
    display: block;
    font-size: 14px;
    color: #707583;
    text-transform: capitalize;
  }
  .our-team .social {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #99af16;
    background-color: #e2b03f;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
  }
  .our-team:hover .social {
    bottom: 0;
  }
  .our-team .social li {
    display: inline-block;
  }
  .our-team .social li a {
    display: block;
    padding: 10px;
    font-size: 17px;
    color: white;
    transition: all 0.3s ease 0s;
    text-decoration: none;
  }
  .our-team .social li a:hover {
    color: #99af16;
    background-color: #f7f5ec;
  }

  @media (max-width: 768px) {
    .our-team .picture {
      margin-bottom: 15px;
    }
    .our-team .name {
      font-size: 14px;
    }
    .our-team .title{
      font-size: 12px;
    }
  }
/* CSS Pengurus */

/* CSS Accordion Prestasi */
  #accordion-style-1 .card-header{
    /* background-color: #99af16; */
  }
  #accordion-style-1 h1,
  #accordion-style-1 a{
      color:#99af16;
  }
  #accordion-style-1 .btn-link {
      font-weight: 400;
      color: #212121;
      background-color: transparent;
      text-decoration: none !important;
      font-size: 16px;
      font-weight: bold;
    padding-left: 25px;
  }

  #accordion-style-1 .card-body {
      border-top: 2px solid #99af16;
  }

  #accordion-style-1 .card-header .btn.collapsed .fa.main{
    display:none;
  }

  #accordion-style-1 .card-header .btn .fa.main{
    background: #99af16;
      padding: 13px 11px;
      color: #ffffff;
      width: 35px;
      height: 41px;
      position: absolute;
      left: -1px;
      top: 10px;
      border-top-right-radius: 7px;
      border-bottom-right-radius: 7px;
    display:block;
  }
  #accordion-style-1 ul:not([class])>li{
    position: relative;
    padding: 0 0 0.5em 0;
    list-style-type: none;
  }
  #accordion-style-1 ul:not([class])>li::marker{
    list-style-type: none;
  }
  #accordion-style-1 ul:not([class])>li::before{
    display: inline-block;
    position: absolute;
    left: 0;
    left: -23px;
    width: 20px;
    color: #E2AF17;
    font-size: 14px;
    content: "\f00c";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Font Awesome 5 Free";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 700;
    top: 3px;
  }

  #accordion-style-1 .accordion-hasil .card{
    background: #F4F4F4;
    border-radius: 0;
  }
  #accordion-style-1 .accordion-hasil .card-header{
    border: 0;
  }
  #accordion-style-1 .accordion-hasil .btn-link{
    font-family: "Kanit Regular";
    font-size: 30px;
    line-height: 35px;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #accordion-style-1 .accordion-hasil a.btn-hasil{
    color: #fff;
    background-color: #2DA05B;
    font-family: "Kanit Regular";
    font-size: 14px;
    padding: 7px 20px;
    margin-right: 2em;
    line-height: normal;
  }
  #accordion-style-1 .accordion-hasil .card-body{
    border: 0;
  }
  .tab #accordion-style-1 .accordion-hasil .card-body {
    margin-top: 0;
    padding: 1.25rem;
  }
  .tab #accordion-style-1 .accordion-hasil .card-body table th{
    background-color: #99af16 !important;
    color: #fff;
    font-size: 14px;
  }
  .tab #accordion-style-1 .accordion-hasil .card-body table td{
    font-family: "Kanit Light";
    font-size: 14px;
    color: #707583;
  }
  .card.card-medali {
    background-color: #fff !important;
    box-shadow: none;
    text-align: center;
    padding: 20px;
  }
  .card-medali .medali-gift {
    text-align: left;
    font-size: 18px;
    position: relative;
    padding-left: 30px;
  }
  .card-medali .medali-gift .fa {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 20px;
  }
  .card-medali .medali-logo {
    margin: 1em 0;
  }
  .card-medali .medali-logo img{
    object-fit: contain;
    width: 110px;
    height: 110px;
    border: 2px solid #fff;
    z-index: 1;
    border-radius: 50%;
  }
  .card-medali .medali-logo img+img{
    margin-left: -35px;
    z-index: 0;
  }
  .card-medali .medali-klub {
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
  }
/* CSS Accordion Prestasi */

/* CSS Pagination */
  .custom-pagination .page-item.active .page-link {
    background-color: #99af16;
    border-color: #99af16;
  }
  .custom-pagination .page-link{
    color: #212121;
  }
/* CSS Pagination */

/* CSS Single Berita */
  .blog-single-entry {
    position: relative;
    float: none;
    margin: 0 auto;
    width: 80%;
    clear: both;
    color: #808080;
    margin-bottom: 4em;
  }
  .blog-image{
    text-align: center;
    margin-bottom: 1em;
  }
  .blog-image img {
    width: 100%;
    max-height: 300px;
    object-fit: contain;
  }
  .blog-meta {
    margin-bottom: 1em;
  }
  .blog-meta span {
    margin-right: 28px;
    position: relative;
    color: #707583;
    font-size: 14px;
    display: inline-block;
  }
  .blog-meta span a{
    color: #707583;
    text-decoration: none;
  }
  .blog-meta .item-author img{
      width: 20px;
      height: 20px;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      top: 2px;
      left: 0;
      margin-right: 4px;
  }
  .blog-text-editor{
    font-family: 'Kanit Thin';
    font-size: 16px;
    line-height: 30px;
    color: #000;
  }
  @media (max-width: 768px) {
    .blog-single-entry{
      width: 95%;
    }
    .blog-meta span{
      font-size: 12px;
    }
    .blog-text-editor{
      font-size: 13px;
      line-height: 22px;
    }
  }
/* CSS Single Berita */

/* CSS Event */
.tab {
  box-shadow: none;
}
.tab .card-body{
  padding: 0;
  margin-top: 4em;
}
.tab .nav-tabs{
  background-color: transparent;
  border: none;
}
.tab .nav-tabs li{
  width: 33.33333333%;
}
.tab .nav-tabs li a{
  font-family: "Kanit Regular";
  color: #000;
  background: transparent;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 0 0 1px 0;
  border: none;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
  border: 1px solid #99af16 !important;
}
.tab .nav-tabs li:last-child a{ margin-right: 0; }
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a{
  color: #fff;
  /* background: transparent; */
  border: none;
}
.tab .nav-tabs li.active a{ color: #fff; }
.tab .nav-tabs li a:before{
  content: "";
  background: #fff;
  height: 100%;
  width: 100%;
  transform: perspective(400px) rotateX(75deg);
  transform-origin: bottom center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.tab .nav-tabs li a.active:before{
  content: none;
}
.nav-tabs .nav-link.active,
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before{
  background:#99af16;
  transform: perspective(500px) rotateX(0);
  border: 1px solid #99af16;
}
.nav-tabs .nav-link.active{
  color: #fff;
}
.nav-tabs .nav-link.active:hover{
  color: #000;
}
.tab .tab-content{
  color: #707583;
  background: transparent;
  /* letter-spacing: 1px; */
  line-height: 23px;
  padding: 0px;
}
.tab .judul-content-tab{
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 2em 0 7px 0;
  margin: 2em 0 .7em 0;
}
.tab .judul-content-tab::first-letter{
  margin-top: 0;
}
@media only screen and (max-width: 768px){
  .tab .card-body {
    margin-top: 3em;
  }
  .tab .nav-tabs{
      /* background-color: #333;
      border-radius: 21px 21px 0 0; */
  }
  .tab .nav-tabs li{ width: 100%; }
  /* .tab .nav-tabs li a{ color: #fff; } */
  .tab .tab-content h3{ font-size: 14px; }
}

.tab.tab-small .nav-tabs li {
  width: auto;
}
.tab.tab-small .nav-tabs li.w-20 {
  width: 20%;
}
.tab.tab-small .nav-tabs li a{
  font-size: 14px;
  padding: 8px 40px;
}
@media only screen and (max-width: 768px){
  .tab.tab-small .nav-tabs li {
    width: 33.33333333%;
  }
  .tab.tab-small .nav-tabs li a {
    padding: 8px 10px;
  }
}

.card-cabor-prosedur{
  border-radius: 0;
  border: 1px solid #DEDEDE;
  box-shadow: none;
  margin-bottom: 30px;
}
.card-cabor-prosedur .card-body{
  margin-top: 0;
  padding: 30px 20px 20px;
}
.card-cabor-prosedur .card-body img{
  height: 80px;
  width: 80px;
  object-fit: contain;
}
.card-cabor-prosedur .card-body span{
  display: inline-block;
  font-family: "Kanit Bold";
  color: #000000;
  text-transform: uppercase;
  font-size: 20px;
  margin-left: 30px;
}
.card-cabor-prosedur .card-body a{
  text-align: left;
  margin-top: 1.5em;
  border-radius: 0;
}
.card-cabor-prosedur .card-body a span{
  line-height: 24px;
}
.card-cabor-prosedur .card-body span .fa{
  color: #fff;
}

@media (max-width: 768px) {
  .tab .nav-tabs li a {
    font-size: 15px;
  }
  .nav-tabs .nav-link{
    margin-bottom: 0;
  }
  .card-cabor-prosedur .card-body {
    padding: 20px 20px 15px;
  }
  .card-cabor-prosedur .card-body img {
      height: 70px;
      width: 70px;
  }
  .card-cabor-prosedur .card-body span {
    font-size: 17px;
    margin-left: 20px;
  }
  .card-cabor-prosedur .card-body a {
    margin-top: 1em;
    font-size: 14px;
  }
  .card-cabor-prosedur .card-body a span {
    line-height: 20px;
    font-size: 14px;
  }

  #accordion-style-1 .accordion-hasil .card-header {
    padding-bottom: 0;
    padding-top: 0px;
  }
  #accordion-style-1 .accordion-hasil .card-body {
    padding-top: 10px;
  }
  .card.card-medali {
    padding: 15px 20px;
  }
  #accordion-style-1 .accordion-hasil .btn-link{
    font-size: 20px;
    line-height: 28px;
  }
  #accordion-style-1 .accordion-hasil a.btn-hasil {
    font-size: 12px;
  }
  .card-medali .medali-gift{
    font-size: 15px;
    padding-left: 25px;
  }
  .card-medali .medali-gift .fa {
    font-size: 18px;
  }
  .card-medali .medali-logo img {
    width: 80px;
    height: 80px;
  }
  .card-medali .medali-klub{
    font-size: 15px;
  }
}
/* CSS Event */

/* CSS Porprov */
  .sidemenu-porprov {
    background: #F1F1F1;
    padding: 3em 0;
  }
  .sidemenu-porprov .border-right{
    border-right : 1px solid #DEDEDE;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .sidemenu-porprov .border-left{
    border-left : 1px solid #DEDEDE;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 2.5em;
  }
  .sidemenu-porprov-title h1 {
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 1em;
  }
  .sidemenu-porprov-menus li {
    width: 100%;
  }
  .sidemenu-porprov-menus li a{
    font-family: 'Kanit Light';
    display: block;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #707583;
    padding: 10px 0;
  }
  .sidemenu-porprov-menus li.active a,
  .sidemenu-porprov-menus li:hover a{ 
    color: #99af16;
  }

  .btn-menu-porprov{
    width: 100%;
    display: none;
  }
  .btn-menu-porprov button.btn {
    width: 100%;
    font-size: 14px;
    appearance: none;
    background-color: rgb(242, 242, 242);
    border: 2px solid rgb(181 40 36);
    /* border-radius: 0.4rem !important; */
    color: #000;
    outline: none;
    padding: 0.4rem 0.7rem;
    display: block;
    text-align: left;
  }
  .btn-menu-porprov .dropdown-menu {
    width: 100%;
    border-radius: 0;
    border: 0;
  }
  .btn-menu-porprov .dropdown-toggle::after {
      float: right;
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f107";
      font-size: 20px;
      border: 0;
  }
  .btn-menu-porprov .dropdown-item {
    font-size: 14px;
    color: #414141;
    border-bottom: 0.1rem solid rgb(229, 229, 229);
  }
  .btn-menu-porprov .dropdown-item:last-child {
    border-bottom: 0;
  }
  .btn-menu-porprov .dropdown-item.active {
    color: #99af16;
    background: none;
  }
  
  .porprov-title-utama {
    padding-left: 3em;
    line-height: 72px;
    text-transform: capitalize;
    letter-spacing: 2px;
  }
  .porprov-title-utama h1 {
    font-family: 'Bebas Neue Bold';
    font-size: 60px;
    color: #99af16;
    font-weight: normal;
    letter-spacing: 1px;
  }
  .porprov-title-utama h2 {
    font-family: 'Bebas Neue Regular';
    font-size: 60px;
    color: #000000;
  }

  .sidemenu-porprov .logo-sidemenu-porprov {
    height: 223px;
    width: 100%;
    object-fit: contain;
  }

  .sidemenu-porprov table{
    margin-top: .5em;
    margin-bottom: 1.5em;
  }
  .sidemenu-porprov table td{
    font-family: 'Kanit Light';
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #707583;
    padding: 7px 0;
    border: 0;
  }
  .sidemenu-porprov table td:first-child {
    width: 40%;
  }
  .sidemenu-porprov table td:nth-child(2) {
    width: 8%;
  }
  
  .sidemenu-porprov button{
    border: 0;
    padding: 8px;
  }
  .sidemenu-porprov button i {
    margin-left: 7px;
  }

  .porprov-content {
    margin: 4em 0;
  }

  .porprov-text-editor {
    font-family: "Kanit Light";
    font-size: 14px;
    line-height: 22px;
    color: #707583;
  }
  .porprov-text-editor p {
    margin-bottom: 1em;
  }


  @media (max-width: 768px) {
    .sidemenu-porprov {
      padding: 1em 0;
    }
    .sidemenu-porprov .border-left {
      padding-left: 10px;
    }

    .sidemenu-porprov-title h1 {
      margin-bottom: 0.5em;
    }

    .sidemenu-porprov-menus ul {
      display: none;
    }
    .sidemenu-porprov-menus li a {
      padding: 5px 0;
    }

    .btn-menu-porprov{
      display: block;
    }

    .porprov-title-utama {
      padding-left: 10px;
      line-height: 72px;
      letter-spacing: normal;
    }
    .porprov-title-utama h1 {
      font-size: 30px;
      margin-bottom: 0;
    }
    .porprov-title-utama h2 {
      font-size: 32px;
    }
    .sidemenu-porprov .logo-sidemenu-porprov {
      height: 180px;
    }
    .sidemenu-porprov table td {
      font-size: 12px;
      border: 0;
    }

    .sidemenu-porprov button {
      padding: 6px;
      font-size: 12px;
    }

    .porprov-text-editor {
      font-size: 12px;
    }
  }

  /* CSS Breaking News */
      .breaking-news{
        background: #fff;
        color: #707583;
        margin-top: 2.5em;
      }
      .breaking-news .news {
        position: relative;
        width: 200px;
        background: #99af16;
        font-family: "Kanit SemiBold";
        color: #fff;
        font-size: 14px;
      }
      .breaking-news .news::before {
        content: "\f0da";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        right: -8px;
        top: 7px;
        font-size: 25px !important;
        color: #99af16;
        z-index: 3;
      }
      .breaking-news .news-scroll a {
        font-family: "Kanit Light";
        text-decoration: none;
        color: #707583;
        text-transform: capitalize;
        line-height: 30px;
        letter-spacing: 1px;
      }
      .breaking-news .news-scroll a h4 {
        color: #000000;
        font-family: "Kanit Regular";
        font-family: "Kanit SemiBold";
        display: inline-block;
        font-size: 14px;
        margin-right: 10px;
        margin-bottom: 0;
      }
      .breaking-news .news-scroll a span {
        display: inline-block;
        margin: 0 5px;
      }
      .breaking-news .dot {
        /* height: 6px;
        width: 6px;
        margin-left: 3px;
        margin-right: 3px;
        margin-top: 2px !important;
        background-color: #DEDEDE;
        border-radius: 50%; */
        color: #DEDEDE;
        display: inline-block;
        margin: 0 20px 0 10px;
      }

      @media (max-width:767px){
        .breaking-news {
          margin-top: 1.5em;
        }
        .breaking-news .news {
            font-size: 12px;
            width: 160px;
        }
        .breaking-news .news-scroll a,
        .breaking-news .news-scroll a h4 {
            font-size: 12px;
        }
        .breaking-news .news-scroll a h4 {
          margin-right: 10px;
        }
        .breaking-news .news-scroll a span {
          margin: 0 0px;
        }
        .breaking-news .dot {
          margin: 0 12px 0 8px;
        }
      }
  /* CSS Breaking News */

  /* CSS Hasil */
  /* CSS Hasil */

  /* CSS Klasmen */
      .porprov-content table thead th{
        background-color: #99af16 !important;
        color: #fff;
        font-size: 14px;
      }
      .porprov-content table td{
        font-family: "Kanit Light";
        font-size: 14px;
        color: #707583;
      }
  /* CSS Klasmen */

  /* CSS Venue */
      .venue-porprov-item {
        border: 1px solid #DEDEDE;
        padding: 20px 25px;
        border-radius: 0;
      }
      .venue-porprov-item h4.card-title {
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        color: #000000;
        margin-bottom: 5px;
      }
      .venue-porprov-item p.alamat{
        font-family: "Kanit Light";
        font-size: 14px;
        line-height: 16px;
        text-transform: capitalize;
        color: #707583;
      }
      .venue-porprov-item p.alamat i {
        font-size: 18px;
        margin-right: 10px;
        margin-top: 3px;
      }
      .venue-porprov-item .card-body {
        border: 0;
        padding: 0;
        text-align: center;
        margin-bottom: 0;
      }
      .venue-porprov-item .card-body img {
        width: 100%;
        height: 180px;
        object-fit: cover;
      }

      @media (max-width:767px){
        .venue-porprov-item {
          padding: 10px 15px;
        }
        .venue-porprov-item h4.card-title {
          font-size: 15px;
        }
        .venue-porprov-item p.alamat{
          font-size: 12px;
        }
        .venue-porprov-item .card-body img {
          height: 150px;
        }
      }
  /* CSS Venue */

  /* CSS GALERI Foto */
      .galeri-foto-content .modal-content button.close {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 0;
        z-index: 2;
        font-size: 4em;
        line-height: 0;
        opacity: 1;
      }
      .galeri-foto-content .modal-content button.close span{
        color: #fff;
        text-shadow: 0 1px 0 #000;
        opacity: 1;
      }
      .box-galeri {
        margin-bottom: 2em;
      }
      .box-galeri .box {
          position: relative;
          max-height: 300px;
          border-radius: 4px;
          overflow: hidden;
          box-shadow: 0 1.4px 1.7px rgba(0, 0, 0, 0.017), 0 3.3px 4px rgba(0, 0, 0, 0.024), 0 6.3px 7.5px rgba(0, 0, 0, 0.03), 0 11.2px 13.4px rgba(0, 0, 0, 0.036), 0 20.9px 25.1px rgba(0, 0, 0, 0.043), 0 50px 60px rgba(0, 0, 0, 0.06);
      }
      .box-galeri .box .hide {
          opacity: 0;
      }
      .box-galeri .box .frame {
          position: absolute;
          border: 1px solid #fff;
          z-index: 2;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
      }
      .box-galeri .box h2, 
      .box-galeri .box p {
          position: absolute;
          color: #fff;
          z-index: 2;
          width: 100%;
          transition: opacity 0.2s, transform 0.3s;
      }
      .box-galeri .box h2 {
          font-weight: 500;
          font-size: 22px;
          margin-bottom: 0;
          letter-spacing: 1px;
      }
      .box-galeri .box p {
          bottom: 0;
          font-size: 14px;
          letter-spacing: 1px;
      }
      .box-galeri .box:hover {
          transition: all 0.3s ease-in-out;
          cursor: pointer;
      }
      .box-galeri .box:hover:before {
          transition: all 0.3s ease-in-out;
      }
      .box-galeri .box img {
          position: relative;
          width: 100%;
          height: 100%;
          height: 190px;
          object-fit: cover;
          z-index: 1;
          transition: all 0.3s ease-in-out;
      }
      .box-galeri .box img:hover {
          transition: all 0.3s ease-in-out;
      }
      .box-galeri .box img:after {
          content: '';
          position: absolute;
          background-color: rgba(0, 0, 0, .6);
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          opacity: 0;
      }
      .box-galeri .box img:hover {
          transition: all 0.3s ease-in-out;
      }
      .box-galeri .zoom-in h2 {
          top: 50%;
          transform: translatey(-50%);
          text-align: center;
          margin: 0;
      }
      .box-galeri .zoom-in p {
          text-align: center;
          top: calc(50% + 40px);
          transition: all 0.3s ease;
          transform: scale(1.8);
          opacity: 0;
      }
      .box-galeri .zoom-in:hover img {
          transform: scale(1.1);
          filter: grayscale(100%);
      }
      .box-galeri .zoom-in:hover p {
          transform: scale(1);
          transition: all 0.3s ease;
          opacity: 1;
      }
      .box-galeri .blury-card .frame {
          width: calc(100% - 40px);
          height: calc(100% - 40px);
          opacity: 0;
          transition: all 0.3s ease-in-out;
      }
      .box-galeri .blury-card h2, .blury-card p {
          text-align: center;
          top: 50%;
          transform: translatey(-50%);
          margin: 0;
          z-index: 3;
      }
      .box-galeri .blury-card h2 {
          font-size: 16px;
          font-family: 'Kanit Light';
          font-family: "Kanit Regular";
      }
      .box-galeri .blury-card p {
          transform: translatey(30px);
          letter-spacing: 3px;
      }
      .box-galeri .blury-card span {
          font-size: 24px;
      }
      .box-galeri .blury-card:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          background: #e2b03f;
          z-index: 1;
          left: 0;
          opacity: 0;
          transition: all 0.3s ease-in-out;
      }
      .box-galeri .blury-card img {
          z-index: 2;
      }
      .box-galeri .blury-card:hover .frame {
          width: calc(100% - 40px);
          height: calc(100% - 40px);
          opacity: 1;
      }
      .box-galeri .blury-card:hover img {
          opacity: 0.7;
      }
      .box-galeri .blury-card:hover:before {
          opacity: .7;
          transition: all 0.3s ease-in-out;
      }
      @media (max-width: 768px) {
        .box-galeri .box img {
          height: 140px;
        }
      }
    /* CSS GALERI Foto */

/* CSS Porprov */

/* CSS Kontak */
  h3.title-widget {
    font-size: 20px;
    line-height: 24px;
    color: #212121;
    margin-bottom: 30px;
  }
  @media (max-width: 768px) {
    h3.title-widget {
      font-size: 16px;
      margin-bottom: 20px;
    }
    .mb-mob-5{
      margin-top: 2rem;
    }
  }
/* CSS Kontak */

/* CSS dari admin */
.page-dashboard .card{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	border-radius: 7px;
}
.box-dash {
	min-height: 200px;
}
.small-box.bg-white i {
  font-size: 45px;
}
.dashicon {
	width: auto;
	height: 55px;
}
.mb-5.card-count-atletklub {
  margin-bottom: 4em !important;
}
@media (max-width: 768px) {
  .card-count-atletklub .small-box h3 {
    font-size: 24px;
  }
  .mb-5.card-count-atletklub {
    margin-bottom: 2em !important;
  }
}
/* CSS dari admin */

/* Custom CSS Table */
.table-klasmen-wdetail tr td:first-child {
  width: 50px;
}
.table-klasmen-wdetail tr td:nth-child(2) {
  width: 70px;
}
.table-klasmen-wdetail .dblock {
  display: block;
  /* width: 50%; */
}
.hiddenRow {
  padding: 0 !important;
}
/* Custom CSS Table */