/*--------------------------------------------------------------
# css for bapenda prabumulih website's
# author Asadi Febriyan
# asadi.febriyan@yahoo.com || metalator@yahoo.com
--------------------------------------------------------------*/

@import url('../../../font/sanspro.css');
@import url('../../../font/anaheim.css');
@import url('../../../font/opensan.css');
@import url('../../../font/quattrocento.css');
@import url('../../../font/lato.css');
@import url('../../../font/merriweather.css');
@import url('../../../font/oswald.css');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


html,body{ 
	width:100%;
	height:100%;
}

html {
    overflow-x: hidden !important;
    text-rendering: optimizeLegibility;
    font-family: var(--font-bd);
    line-height: 1.15;
    -webkit-font-smoothing: antialiased!important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: var(--font-bdc);
}

body {
    border: 0;
    margin: 0;
    padding: 0;
    background-image: var(--bg-img);
    background-color: var(--color-d);
    font-family: var(--font-bd);
    /* font-size: .8rem; */
    font-weight: 400;
    line-height: 1.5;
    color: var(--font-bdc);
    -webkit-font-smoothing: antialiased;
    position: relative;
    text-align: left;
    background-attachment: fixed;
}

body::before {
    content: "";
    position: fixed;
    background-size: cover;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: -1;
    background-blend-mode:normal;
}


.overlay {
    position: relative;
}

.overlay::before {
    content: "";
    background: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -10;
    background-attachment: fixed;
    -webkit-mask-image: linear-gradient(180deg,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 1));
    mask-image: linear-gradient(180deg,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 1));
}


.ovlay::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 5;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    inset: 0;
    z-index: 0;
    opacity: .1;
    background-image:url('../../../image/component/grid.png');
    background-repeat: repeat;
}

.ovlay:hover::before {
    opacity: .5;
    box-shadow: 0 0 65px rgba(255, 255, 255, 0.07);
  }


.ovlay {
    position:absolute;
    width:100%;
    margin:0;
    transition: 0.3s;
    overflow: hidden;
    z-index: 10;
    padding:0;
    background: rgba(49, 155, 255, 0.3);
    height: 100%;
    padding: 30px;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* .ovlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-attachment: fixed;
  -webkit-mask-image: linear-gradient(180deg,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 1));
  mask-image: linear-gradient(180deg,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 1));
  z-index: -10;
} */

.ovlay .h5 {
    /* font-size: 22px; */
    font-weight: 800;
        text-shadow:
        0 0 10px #fff,
        0 0 20px #fff, 
        0 0 40px #fff;
    z-index: 10;
    color: #111;
    transition: .3s linear;
    
}

.ovlay .h5:hover {
    color: #fff;
    text-shadow: 0 0 10px #111,
                 0 0 20px #111, 
                 0 0 40px #111;
}

.ovlay .h6 {
    z-index: 10;
    color: #fff;
    text-shadow: 0 0 10px #111,
                 0 0 20px #111, 
                 0 0 40px #111;
    transition: .3s linear;
    
}

.ovlay .h6:hover {
    /* color: #00ff37; */
    text-shadow:
    0 0 10px #fff,
    0 0 20px #fff, 
    0 0 40px #fff;
}

.img-thumbnail {
    position: relative;
    display: block;
    border-radius: 5px;
    box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
    transition: .3s ease-in-out;
}

.img-thumbnail:before {
    content: "";
    /* background-color: rgba(0, 0, 0, .3); */
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:url('../../../image/component/grid.png');
    background-position: center center;
    /* background-size: cover; */
    /* background-attachment: fixed; */
    background-repeat: repeat;
    opacity:.15;
}

.pajak.h5 {
    /* font-size: 18px; */
    font-weight: 800;
    color: var(--color-p);
    text-shadow: 0 0 10px #111,
                 0 0 20px #111, 
                 0 0 30px #111,
                 0 0 40px #111,
                 0 0 50px #111;
    z-index: 10;
    
    /* transition: .3s linear; */
    /* letter-spacing: 0px; */
}

.pajak.h5:hover {
    color: #fff;
    /* text-shadow: 0 0 10px #111,
                 0 0 20px #111, 
                 0 0 30px #111,
                 0 0 40px #111,
                 0 0 50px #111; */
}

/*=================================================================
  Basic Setup
==================================================================*/
::-moz-selection {
    /* Code for Firefox */
    color: var(--color-s);
    background: var(--color-d);
}

::selection {
    color: var(--color-s);
    background: var(--color-d);
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
    /* list-style: none; */
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

iframe {
    border: 0;
}

a {
    color: var(--color-p);
    text-decoration: none;
    transition: .3s linear;
    /* text-shadow:
    0 0 10px var(--color-p),
    0 0 20px var(--color-p), 
    0 0 40px var(--color-p); */
    text-shadow:
    0 0 10px #111,
    0 0 20px #111, 
    0 0 30px #111;
    /* 0 0 50px #111; */
    z-index: 10;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus,
a:hover {
    color: var(--color-s);
    text-shadow:
    0 0 10px #ffffff,
    0 0 20px #fff,
    0 0 30px #fff;
}

.bg-kategori {
  transition: 0.3s;
  padding:0px;
  font-family: 'Oswald', sans-serif;
  a{
    /* border: #000000 solid 2px; */
    letter-spacing:.5px;
    padding: 2px;
    margin:1px;
    display: flex;
    justify-content: space-between;
    text-shadow: none;
  }
  mn{
    transition: 0.5s;
    letter-spacing:.5px;
    padding: 3px 5px;
    background-color: rgb(255, 0, 0);
    color:#ffffff;
  }
  mm{
    transition: 0.5s;
    letter-spacing:.5px;
    padding: 3px 5px;
    background-color: rgb(227, 255, 172);
    color:#000000;
  }
}

.bg-kategori:hover {
  a{
    animation: pulse .2s ease-in-out;
  }
  mn{
    background-color: rgb(213, 213, 213);
    color:#000000;
  }
  mm{
    background-color: rgb(0, 0, 0);
    color:#ffffff;
  }
}

.bg-tagar {
  transition: 0.3s;
  padding:0px;
  font-family: 'Oswald', sans-serif;
  a{
    /* border: #000000 solid 2px; */
    letter-spacing:.5px;
    padding: 2px;
    margin:1px;
    display: flex;
    justify-content: space-between;
    text-shadow: none;
  }
  mn{
    transition: 0.5s;
    letter-spacing:.5px;
    padding: 3px 5px;
    background-color: rgb(0, 34, 255);
    color:#ffffff;
  }
  mm{
    transition: 0.5s;
    letter-spacing:.5px;
    padding: 3px 5px;
    background-color: rgb(19, 247, 255);
    color:#000000;
  }
}

.bg-tagar:hover {
  a{
    animation: pulse .2s ease-in-out;
  }
  mn{
    background-color: rgb(213, 213, 213);
    color:#000000;
  }
  mm{
    background-color: rgb(0, 0, 0);
    color:#ffffff;
  }
}

a.bg-tags {
  display:inline-block;
  transition: 0.3s;
  margin:auto;
  font-family: 'Oswald', sans-serif;
  letter-spacing:.5px;
  padding: 0px;
  text-shadow: none;
  

  mn{
    display:inline-block;
    letter-spacing:.5px;
    padding: 10px;
    margin:1px;
    background-color: rgb(85, 0, 255);
    color:#ffffff;
  }
}

a.bg-tags:hover {
  text-shadow: none;
  mn{
    background-color: rgb(255, 255, 255);
    color:#000000;
  }
}

a.bg-kats {
  display:inline-block;
  transition: 0.3s;
  margin:auto;
  font-family: 'Oswald', sans-serif;
  letter-spacing:.5px;
  padding: 0px;
  text-shadow: none;

  mn{
    display:inline-block;
    letter-spacing:.5px;
    padding: 10px;
    margin:1px;
    background-color: rgb(255, 0, 68);
    color:#ffffff;
    
  }
}

a.bg-kats:hover {
  text-shadow: none;
  mn{
    background-color: rgb(255, 255, 255);
    color:#000000;
  }
}

.border-kotak {
    text-decoration: none;
    /* padding: 15px; */
}

.border-kotak:hover,
.border-kotak:focus {
    box-shadow: 0 0 10px #ffffff;
    border-radius: 5px;
}

/* BTN */

.btn {
    color: var(--color-p);
    padding: 10px 30px;
    border-radius: 0;
    /* transition: all 0.3s ease-in 0s; */
    border-color: transparent;
    padding-top: 10px;
    letter-spacing: .5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn:focus {
    outline: 0;
    box-shadow: none;
    border-color: transparent;
}

.btn i {
    margin-right: 5px;
}

.btn-transparent {
  font-family: 'Oswald', sans-serif;
  border: 1px solid #4e595f;
}

.btn-transparent:hover {
    background-color: rgba(255, 255, 255)!important;
    font-family: 'Oswald', sans-serif;
    color: rgb(0, 0, 0)!important;
}

.btn-transparent:focus {
  background-color: var(--color-p)!important;
  font-family: 'Oswald', sans-serif;
  color: rgb(0, 0, 0)!important;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.btn.btn-b {
    background-color: var(--font-lgc);
    color: var(--color-d);
    width: 100%;
}

.btn.btn-b:hover {
    background-color: var(--font-hdc);
    color: var(--color-d);
    text-shadow: 2px 2px 5px rgb(0, 0, 0);
    border-color: transparent;
    box-shadow: 0 0 10px #ffffff;
}

.btn-magz {
  background-color: var(--color-p);
  color:var(--color-d);
  transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  border-color: transparent;
  position: relative;
  overflow: hidden;
  z-index: 20;
}

.btn-magz:after {
  position: absolute;
  bottom: -20px;
  left: 20px;
  width: 5px;
  height: 5px;
  opacity: 0;
  border-radius: 50%;
  content: ' ';
  background-color:var(--color-s);
  z-index: -1;
  transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
}
.btn-magz:focus:after, .btn-magz:hover:after {
  transform: scale(200);
  -webkit-transform: scale(200);
  -moz-transform: scale(200);
  -o-transform: scale(200);
  opacity: 1;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
.btn-magz:focus {
  color: #111!important;
}
.btn-magz:hover {
  background-color: var(--color-s);
  color: #111 !important;
  text-shadow: 2px 2px 5px rgb(0, 0, 0);
  border-color: transparent;
  box-shadow: 0 0 10px #ffffff;
}

.btn-magz i {
  margin-left: 10px;
}
.btn-magz.white {
  color: #111!important;
}
.btn-magz.white:after {
  background-color: #111!important;
}
.btn-magz.white:focus, .btn-magz.white:hover {
    color: #ffffff!important;
  text-shadow: 2px 2px 5px rgb(0, 0, 0);
  border-color: transparent;
  box-shadow: 0 0 10px #ffffff;
}


/* FORM CONTROL */

.form-control {
    border-radius: 0;
    padding: 5px 10px;

    color: #ddd;
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 45px;
}


textarea.form-control {
    padding: 10px;
    height: 120px;
}

input,
textarea {
    margin:5px 0;
}

input:hover,
textarea:hover {
    border-color: #ffffff;
}



.form-control:focus {
     background-color: rgba(0, 0, 0, 0.3);
     color: #ffffff;
}

.form-control::-webkit-input-placeholder {
  /*  Chrome, Safari, Opera  */
    color: #ddd;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
    color: #ddd;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
    color: #ddd;
}

.form-control:-ms-input-placeholder {
  /*  Internet Explorer  */
    color: #ddd;
}


select.form-control {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: rgb(0, 0, 0, 0.3)!important;
    color: white!important;
}

select.form-control:focus {
    background-color: rgb(0, 0, 0, 1)!important;
}

/* .border {
    border-top: 2px solid var(--color-p);
    height: 1px;
    margin: 15px auto 0;
    position: relative;
    width: 100%;
} */

/* .border:before {
    content: "";
    height: 6px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    top: -4px;
    width: 90px;
    background-color: var(--color-p);
} */

.color {
    color: rgba(0, 0, 0, 0.5)!important;
}

.bg-dark {
  background: #242930;
}

.ml-0 {margin-left: 0 !important;}
.ml-1 {margin-left: 0.25rem !important;}
.ml-2 {margin-left: 0.5rem !important;}
.ml-3 {margin-left: 1rem !important;}

.mr-0 {margin-right: 0 !important;}
.mr-1 {margin-right: 0.25rem !important;}
.mr-2 {margin-right: 0.5rem !important;}
.mr-3 {margin-right: 1rem !important;}

.border {border: 1px solid var(--font-lg) !important;}
.border-left-0 {border-left: 0 !important;}
.border-top-0 {border-top: 0 !important;}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.m-n1 {margin: -0.25rem !important;}

.btn-outline-secondary {
  color: var(--color-s);
  border-color: var(--color-s);
  background-color: transparent;
}

.btn-outline-secondary:hover {
  color: var(--color-d);
  background-color: var(--color-s);
  border-color: var(--color-p);
  text-shadow: 2px 2px 5px rgb(0, 0, 0);
  box-shadow: 0 0 10px #ffffff;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(49, 64, 75, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #31404B;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #31404B;
  border-color: #31404B;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(49, 64, 75, 0.5);
}

.text-sm {
  font-size: 0.875rem !important;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.text-primary {
  color: var(--color-p) !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: var(--color-s) !important;
}

.text-secondary {
  color: var(--color-d) !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: var(--color-s) !important;
  text-shadow: 2px 2px 5px rgb(0, 0, 0);
}

.listbutton .btn.btn-sm.btn-outline-dark {
    border-radius: 0px!important;
}

.pg-next,
.pg-previous{
    padding:15px;
    border-radius: 0;
}

.pg-next{
    text-align: center;
}

.pg-previous {
    text-align: left;
}

.left {
    float: left!important;
}
.right {
  float: right!important;
}

/*--------------------------------------------------------------
# TYPHO
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 400;
    text-transform: uppercase;
    mix-blend-mode:screen;
}

h1 {
    font-family: var(--font-lg);
    color: var(--font-lgc);
}

h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-hd);
    color: var(--font-hdc);
}

p {
    font-family: var(--font-bd);
    color: var(--font-bdc);
    mix-blend-mode: screen;
    margin-top: 0;
    margin-bottom: 1rem;
}
/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 10px;
  bottom: 8px;
  z-index: 99999;
  background: rgba(0, 250, 108, 0.5);
  width: 50px;
  height: 50px;
  border: 1px solid #00ff80;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 38px;
  color: #ffffff;
  line-height: 0;
  padding:0;
  text-shadow: none;
}

.scroll-top i:hover {
    color: #000000;
  }

.scroll-top:hover {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(0, 0, 0);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  border-radius: 5px;
}

/*--------------------------------------------------------------
# tombol chat
--------------------------------------------------------------*/
.tombol_contact_us{
    position: fixed;
    left: 10px;
    bottom: 8px;
    z-index: 99999;
    background: rgba(0, 250, 108, 0.5);
    width: 50px;
    height: 50px;
    border: 1px solid #00ff80;
    border-radius: 5px;
    transition: all 0.4s;
}
.tombol_contact_us i{
    font-size: 38px;
    color: #ffffff;
    line-height: 0;
    padding:0;
    text-shadow: none;
}
.tombol_contact_us i:hover {
    color: #000000;
}

.tombol_contact_us:hover {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(0, 0, 0);
}

.tombol_contact_us.active {
    opacity: 1;
    border-radius: 5px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header * {
  transition: ease-in-out 0.15s;
}

#header {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 1;
    overflow-y: auto;
    text-align: center;
}

#header .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#header-item {
    z-index: 50!important;
}

#header-item a,
#header-item a:hover {
    /* font-weight: 700; */
    display: inline-block;
}

#header-item a {
    /* color: var(--font-lgc); */
    /* transition: all 0.3s ease-in-out; */
    color: #ffffff;
}

#header-item a:hover {
    /* color: var(--color-p); */
    color: #000000;
}

#header-item img {
    padding: 0;
    margin: auto;
    margin-bottom: 20px;
    width: 220px;
    height:auto;

    text-align: center;
    z-index: 50;

    display: block;
    -webkit-box-reflect: below 0px linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0.3));

    transform: rotateY(0deg);
    transition: all 400ms ease-out 0s;

    /* border-radius: 50%;
    border: 3px solid rgb(255, 255, 255); */
}


#header-item img:hover {
    /* border: 3px solid rgb(185, 255, 22); */
    filter: alpha(opacity=100);
    transform: rotateY(50deg);
    transform-style: flat;
}

#header .title-logo {
  font-family: 'Oswald', sans-serif;
  margin: 0 0 30px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0px;
  /* transition: all 100ms ease-out 0s; */
  /* text-shadow: 0px 5px 10px var(--color-d),0px 5px 20px var(--color-d),0px 5px 30px var(--color-s);
  -webkit-box-reflect: below 0px linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.25)); */
}

#header .title-head {
  font-family: 'Oswald', sans-serif;
  margin: 0 0 30px;
  line-height: 1;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0px;
  color:var(--font-lgc);
  text-shadow: 0px 5px 10px var(--color-d),0px 5px 20px var(--color-d),0px 5px 30px var(--color-s);
  -webkit-box-reflect: below 0px linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.25));
}

/* Header Top */
#header.header-top {
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    vertical-align: middle;
    display: flex;
    overflow: hidden;
    z-index: 8888;
}

#header.header-top .navbar .m_home {
    display: block;
}

#header .navbar .m_home {
    display:none;
}

#header.header-top .navbar .m_portal {
    display: none!important;
}

#header .navbar .m_portal {
    display:block;
}

#header.header-top .container {
    flex-direction: row;
    display: flex;
}

#header.header-top .social-links,
#header.header-top h3,
#header.header-top h1 {
    display: none!important;
}

#header.header-top img {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 44px;
    height:auto;
    color: #ddd;
    display: inline-block;
    padding: 0;

    text-align: center;
    z-index: 50;
    transition: all 400ms ease-out 0s;
    transform: rotate(3600deg);
    -webkit-box-reflect: below 0px linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0));
    /* display:none!important; */
}


#header.header-top img:hover {
    filter: alpha(opacity=100);
    transform: rotate(0deg);
}

#header.header-top h1 {
    margin-left: 30px;
    /* font-size: 20px; */
    font-weight: 700;
    text-align:center;
    display: flex;
}

#header.header-top h1 a:hover {
    /* color: #57cbcc; */
    color: var(--color-p);
}

#header.header-top .navbar {
    margin: 0;
    flex-direction: column;
    width: auto!important;
    right: 0px;
    left: 0px;
    top:0;
    position: fixed;
    display: flex;
    box-shadow: none;
}


#header.header-top a,
#header.header-top a:focus {
    color: var(--color-p);
    text-shadow: 2px 2px 5px rgb(255, 255, 255);
}

#header.header-top .navbar a:hover {
    color: #ffffff;
    text-shadow: 
    0px 0px 10px rgba(255, 255, 255, 1),
    0px 0px 20px rgba(255, 255, 255, 1),
    0px 0px 40px rgba(255, 255, 255, 1);
    -webkit-box-reflect: below 0px linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.25));
}

@media (max-width: 992px) {
    #header .container {
        display: flex;
        flex-direction: column;
        align-items: right;
    }

    #header.header-top {
        display: flex;
        height: 60px;
    }

    #header.header-top img {
        margin-top:0px;
        width: 44px;
        position: fixed;
        left: 15px;
        top: 10px;
        z-index: 50;
    }
}

@media (max-width: 768px) {
    #header h2 {
        display: none;
    }
    #header .title-head {
        /* font-size:20px; */
        position:absolute;
        left: 15%;
        right: 15%;
    }
}

.header-top .navbar .dropdown .dropdown-menu .dropdown-item:hover {
  color: #000000!important;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.navbar {
    padding: 20px 50px;
    margin-top: 0px;
    text-transform: uppercase; 
    background: rgba(0, 0, 0, 0.1);
    /* background: transparent; */
    /* position: relative; */
    /* box-shadow: 0 2px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(20, 19, 18, 0.3); */
    transition: all 0.5s ease-in-out;
}

.portal .navbar {
  background: rgba(0, 0, 0, 0.2);
  /* -webkit-box-reflect: below 0px linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,1)); */
}

@media (max-width: 991px) {
  .portal .navbar {
    background: rgba(0, 0, 0, 0.8);
    /* -webkit-box-reflect: below 0px linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,1)); */
  }
}

.navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: flex;
    align-items: right;
    justify-content: space-between;

    /* align-items: stretch; */
}

.navbar li {
    display: flex;
    position: relative;
    text-align: left;
}

.navbar li+li {
    margin-left: 30px;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: right;
    justify-content: space-between;
    padding: 0;
    font-family: var(--font-hd);
    /* font-size: 14px; */
    font-weight: 500;
    white-space: nowrap;
    transition: 0.3s;
    /* float: right; */
    color: var(--color-s);

    position: relative;
    transition: all 0.1s ease-in-out;
    text-shadow: 2px 2px 5px rgb(255, 255, 255);
}


.navbar a i,
.navbar a:focus i {
    /* font-size: 18px; */
    line-height: 0;
    padding: 10px!important;
    margin: 0;
    /* margin-left: 5px; */
}

.navbar a:before, .navbar-toggle-box:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 0;
    background-color: #ffffff;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s;
  }

.navbar a:hover:before,
.navbar .active:before,
.navbar-toggle-box:hover:before {
    transform: scaleX(1);
    transform-origin: right;
}

.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: var(--color-s);
    font-weight: 400;
    width: 100%;
}

.navbar a:hover {
    color: var(--color-s);
    text-shadow: 2px 2px 2px rgb(255, 255, 255);
}

.navbar-toggle-box i:hover {
  color: #00ff80;
}


/*  */

.navbar .nav-item {
  position: relative;
  font-family: var(--font-hd);
}

.navbar .dropdown .dropdown-menu {
  border-top: 0;
  border-left: 3px solid #afffce;
  border-right: 0;
  border-bottom: 0;
  transform: translate3d(0px, 40px, 0px);
  opacity: 1;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
  margin: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.5);
  display: inline;
  color: #000000;
}

.dropdown-toggle::after {
    display: none;
}

@media (min-width: 992px) {
  .navbar .dropdown .dropdown-menu {
    /* border-top: 2px solid #2eca6a; */
    border-left: 0;
    display: block;
    position: absolute;
    top:0px;
    left:0px;
    font-size: unset;
  }
}

@media (max-width: 991px) {
  .navbar .dropdown .dropdown-menu {
    /* border-top: 2px solid #2eca6a; */
    /* border-left: 0;
    display: block; */
    position: absolute;
    top:0;
    left:140px;
    /* box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1); */
  }
  .navbar a:before, .navbar-toggle-box:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 0;
    background-color: #b4fbcf;
    transform: scaleX(0);
    /* transform-origin: right; */
    transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s;
  }
  .navbar a i,
  .navbar a:focus i {
      padding: 15px 0px !important;
  }
}

.navbar .dropdown .dropdown-menu .dropdown-item {
  padding: 3px 9px;
  transition: all 500ms ease;
  min-width: auto;
  letter-spacing: -0.045em;
}

.navbar .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 1);
  transition: all 500ms ease;
  color: #000000;
}

.navbar .dropdown .dropdown-menu .dropdown-item.active {
    background-color: rgba(255, 255, 255, 0.5);
}

.navbar .dropdown:hover .dropdown-menu {
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}

.nav-item .nav-link {
  /* font-size: 1.1rem; */
  /* color: var(--color-p); */
  /* font-weight: 600; */
  letter-spacing: 0.03em;
  transition: all 0.1s ease-in-out;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.nav-item .navbar-toggle-box {
  display: block;
  align-items: center;
  justify-content: center;
  line-height: 0;
  padding: 10px;
}

.nav-item .navbar-toggle-box i {
  line-height: 0;
}


/*======================================
//--//-->   BOX COLAPSE
======================================*/
.box-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.8);
    transform: translateX(100%);
    transition: all 0.6s ease;
}

@media (min-width: 768px) {
    .box-collapse {
        width: 30%;
    }
    .right-boxed {
        top:10px;
    }
}

.box-collapse .title-box-d {
    top: 30px;
    /* left: 60px; */
    opacity: 0;
    transition: all 1s ease;
    transition-delay: 0.3s;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

.title-box-d {
    padding-bottom: 1.8rem;
    margin-bottom: 1rem;
    position: relative;
}

.title-box-d .title-d {
    font-weight: 600;
    /* font-size: 2rem; */
}

.title-box-d .title-d:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: #2eca6a;
    bottom: 20px;
    left: 25%;
}

@media (max-width: 575px) {
    /* .box-collapse .title-box-d .title-d {
        font-size: 1rem;
    } */
    .right-boxed {
        top:30px!important;
    }
}

.box-collapse-wrap {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 6.5rem;
  bottom: 5rem;
  padding-left: 10%;
  padding-right: 10%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  transform: translateY(3rem);
  transition: transform 0.5s 0.5s ease, opacity 0.5s 0.5s ease;
}

.box-collapse-open .click-closed {
  visibility: visible;
}

.box-collapse-open .box-collapse {
  transform: translateX(0);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  opacity: 1;
}

.box-collapse-open .box-collapse .title-box-d {
  transform: translate(0);
  opacity: 1;
}

.box-collapse-open .box-collapse-wrap {
  transform: translate(0);
  opacity: 1;
}

.box-collapse-closed .box-collapse {
  opacity: 0.7;
  transition-delay: 0s;
}

.box-collapse-closed .box-collapse .title-box-d {
  opacity: 0;
  transition-delay: 0s;
}

.box-collapse-closed .box-collapse .form-a {
  opacity: 0;
  transition-delay: 0s;
}

.click-closed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 1035;
  opacity: 0.4;
}

.close-box-collapse {
  position: absolute;
  z-index: 1050;
  top: 2rem;
  /* font-size: 1.1rem; */
  /* line-height: 1; */
  color: var(--color-p);
  cursor: pointer;
  transition: all 0.3s ease;
}

.close-box-collapse:hover {
    color: var(--color-s);
    
}

.right-boxed {
    top:40px;
    right: 4.2857rem;
    z-index: 88888;
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    background-color: transparent;
    font-size: 20px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 15px;
    top: 20px;
    text-shadow: 2px 2px 5px rgb(0, 0, 0);
}


.mobile-nav-toggle:hover {
    color: var(--color-s);
    text-shadow: 2px 2px 4px rgb(255, 255, 255);
}


@media (max-width: 992px) {
  .navbar {
    padding: 0px;
    margin-top: 0px;

    background: rgba(0, 0, 0, 0.8);
    /* position: relative; */
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  }

  .mobile-nav-toggle {
      display: block;
  }

  .navbar ul {
      display: none;
  }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: 0.3s;
    z-index: 99999;
    margin-top: 0;
    font-size: .5rem;
}

.navbar-mobile li a {
    color: #fff;
}

.navbar-mobile li a:hover,
.navbar-mobile li .active,
.navbar-mobile li .active:focus{
  color: #cfffed;
  display: flex;
  align-items: right;
  justify-content: space-between;
  padding: 0;
  font-family: var(--font-hd);
  /* font-size: 12px; */
  font-weight: 500;

  white-space: nowrap;
  transition: 0.3s;
  float: right;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: inline-block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 55px;
    left: 15px;
    padding: 10px 0;
    overflow-y: auto;
    transition: 0.3s;
    /* border: 2px solid rgba(255, 255, 255, 0.5); */
}

.navbar-mobile li {
    padding: 6px 9px;
}

.navbar-mobile li+li {
    margin: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    position: relative;
    font-size: 12px;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 2px solid rgba(255, 255, 255, 0.5);
}


.badge-primary {
    color: #fff;
    background-color:rgba(0, 0, 0, 0.5);
}

.badge-secondary {
    color:#11ff88;
    background-color:rgba(0, 0, 0, 0.5)
}

a.badge-primary:hover, a.badge-primary:focus,
a.badge-secondary:hover, a.badge-secondary:focus {
    border-radius: 0px;
    box-shadow: 0 0 10px #ffffff;
    text-shadow: 2px 2px 5px rgb(0, 0, 0);
}

a.badge-primary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.5);
}



blockquote{
    display:block;
    background: #fff;
    padding: 15px 20px 15px 45px;
    margin: 0 0 20px;
    position: relative;
    
    /*Font*/
    /* font-family: Georgia, serif; */
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    /* text-align: justify; */
    
    /*Borders - (Optional)*/
    border-left: 15px solid #c76c0c;
    border-right: 2px solid #c76c0c;
    
    /*Box Shadow - (Optional)*/
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 5px #ccc;
    text-shadow: 2px 2px 5px rgb(0, 0, 0);
    transition: .5s;
  }

  blockquote:hover{
    background: #000000;
    color: #ffffff;
  }
  
  blockquote::before{
    content: "\201C";
    
    /*Font*/
    font-family: Georgia, serif;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    
    /*Positioning*/
    position: absolute;
    left: 10px;
    /* top:5px; */
    margin: 0 auto;
    transition: .5s;
  }

  blockquote:hover::before{
    color: #ffffff;
  }
  
  blockquote::after{
    /*Reset to make sure*/
    content: "";
  }
  
  blockquote a{
    text-decoration: none;
    background: #eee;
    cursor: pointer;
    padding: 0 3px;
    color: #c76c0c;
  }
  
  blockquote a:hover{
   color: #666;
   text-shadow: 2px 2px 15px rgb(0, 0, 0);
  }
  
  blockquote em{
    font-style: italic;
  }



/*--------------------------------------------------------------
# SOCIAL ICON
--------------------------------------------------------------*/

.social-icon {
    padding: 0;
    margin: 0;
}

.social-icon ul {
  display:inline-flex;
  text-align: center;
}

.social-icon ul li {
    z-index: 100;
    margin: 0;
    padding: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.social-icon ul li:hover a {
  background-color: var(--color-d);
  transform: rotate(0deg);
  box-shadow: 0 0 10px #ffffff;
}

.social-icon ul li:hover a i {
    color: var(--color-s);
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotate(0deg);
    text-shadow: none;
}

.social-icon ul li a {
    border: 1px solid;
    display: block;
    height: 50px;
    width: 50px;
    transform: rotate(3600deg);
    transition: all 400ms ease-out 0s;
    text-shadow: 2px 2px 5px rgb(0, 0, 0);
    margin: 0;
    /* border-radius: 5px; */
}

.social-icon ul li a i {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 50px;
    opacity: 0.8;
    filter: alpha(opacity=30);
    transform: rotate(360deg);
    transition: all 400ms ease-out 0s;
}

/*--------------------------------------------------------------
# SAHRE ICON
--------------------------------------------------------------*/
@media (max-width: 992px) {
  .share-icon ul li a {
    width: 100px;
    display: block;
  }

  .share-icon ul li {
    display: inline-block;
    width: 50px;
  }

  .share-icon {
    padding: 0px;
  }

}

.share-icon {
  padding: 0px;
  margin: 0;
}

.share-icon ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

.share-icon ul li {
  /* display: inline-block; */
  z-index: 100;
  margin: 0;
  padding: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.share-icon ul li:hover a {
  background-color: var(--color-d);
  transform: rotate(0deg);
  box-shadow: 0 0 10px #ffffff;
}

.share-icon ul li:hover a i {
  color: var(--color-s);
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate(0deg);
  text-shadow: none;
}

.share-icon ul li a {
  border: 1px solid snow;
  display: block;
  height: 50px;
  width: 100%;
  transform: rotate(3600deg);
  transition: all 400ms ease-out 0s;
  border-radius: 0px;
  text-shadow: 2px 2px 5px rgb(0, 0, 0);
  margin: 0;
  /* border-radius: 5px; */
}

.share-icon ul li a i {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 50px;
  opacity: 0.8;
  filter: alpha(opacity=30);
  transform: rotate(360deg);
  transition: all 400ms ease-out 0s;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    overflow: hidden;
    position: absolute;
    width: 100%;
    bottom: 100%;
    opacity: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* transition: ease-in-out 0.4s; */
    z-index: 1;
    /* background: rgba(0, 0, 0, 0.1); */
}

.section {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* background-color: rgba(255, 255, 255, 0.5); */
}

section.section-show {
    /* top: 165px; */
    bottom: auto;
    opacity: 1;
    /* padding-bottom: 48px; */
}
/* 
section .container {
    background: rgba(0, 0, 0, 0.5);
    padding:30px 30px 10px 30px;
    margin:50px auto;
} */


section .non-container {
    padding:0;
}

section .judul {
    font-family: var(--font-lg);
    padding-bottom: 60px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

section .judul h2 {
    font-family: var(--font-hd);
    text-transform: capitalize;
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    letter-spacing:2px;
    text-shadow: 2px 2px 5px rgb(0, 0, 0);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-reflect: below 0px linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.2));

}

section .judul h4 {
    /* font-weight: 400; */
    /* font-size: 24px; */
    color: #fff;
    /* text-shadow: 2px 2px 5px rgb(0, 0, 0); */
    letter-spacing:10px;
  }

section .title h2 span {
    /* text-transform: uppercase; */
    color: #57cbcc;
}

section .judul p {
  color: #666;
}

section .judul.title-white h2 {
    font-family: var(--font-lg);
    color: #fff;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}

.container.section-bg-1,
.container.section-bg-2 {
    margin:10px auto;
    padding: 100px;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.container.section-bg-1 {
    background: rgba(0, 0, 0, 0.1);
}

.container.section-bg-2 {
    background: rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .container.section-bg-1,
    .container.section-bg-2 {
        padding: 50px;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .container.section-bg-1,
    .container.section-bg-2 {
        padding: 10px;
    }
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1400px;
  }
}

.breadcumbs {
    /* background: rgba(0, 0, 0, 0.1); */
    height:auto;
    /* box-shadow: 0 0 65px rgba(0, 0, 0, 0.5); */
    padding-top:100px;
    padding-bottom:100px;
    opacity: 1!important;
}

/* .breadcrumbs .container a:hover {
  font-weight: 800;
  color: hsl(0, 0%, 100%);
  text-shadow:
  0 0 10px #ffffff,
  0 0 20px #ffffff,
  0 0 30px #ffffff;
  font-family: var(--font-lg);
  z-index: 10;
  text-align: center;
} */

/*--------------------------------------------------------------
# POST
--------------------------------------------------------------*/
.card {
  background: rgba(0, 0, 0, 0.3);
  background-clip: border-box;
  border: 2px solid rgba(0, 0, 0, 0.125);
  border-radius: 0!important;
}

.section-widget {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: rgba(0, 0, 0, 0.3);
  background-clip: border-box;
  border: 5px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.section-header {
  background: rgba(0, 0, 0, 0.8);
  padding:15px 15px;
  margin-bottom: 2px;
  border-radius: 0.25rem;

  .title{
    top:0;
    bottom:0;
    /* padding:15px 15px 10px 10px; */
    display: flex;
    align-items: center center;
    justify-content: space-between;
    /* background-color: rgba(0, 0, 0, 1);
    border-top: 5px solid rgb(114, 114, 114);
    border-radius: 0px; */
    font-family: 'Oswald', sans-serif;
    color: white;
    /* font-size: 4vw; */
    font-weight: 300;
    text-transform: uppercase;
  }
  .title a:hover{
    color: #f1ffc0;
    text-shadow:
    0 0 10px #ffffff,
    0 0 20px #ffffff, 
    0 0 30px #ffffff;
  }
}

.section-body {
  background: rgba(0, 0, 0, 0.3);
  padding:10px;
  border-radius: 0.25rem;
}

.post-block, .post-block-h, .post-block-c {
  display: flex;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
}

.post-block .body-post-block, .post-block-h .body-post-block, .post-block-c .body-post-block {
  width:100%;
}

.post-block .picture, .post-block-h .picture, .post-block-c .picture {
  width:100%;
  height:100%;
}

.post-block .img-post-block, .post-block-h .img-post-block, .post-block-c .img-post-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-position:center center;
  width:100%;
  height:100%!important;
  object-fit: cover!important;
  /* transform: scale(1.33); */
}

.post-block .cpost::before, .post-block-h .cpost::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0!important;
    bottom: 0;
    transition: all ease-in-out 0.4s;
    z-index: 2;
    background: linear-gradient(to right, rgba(103, 230, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    transform: skewX(-25deg);
    border-radius: 0.25rem;
}

.post-block .cpost:hover:before, .post-block-h .cpost:hover:before {
  opacity: 1;
  background: linear-gradient(to left, rgba(103, 230, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  transform: skewx(25deg);
  /* animation: shine 0.1s; */
}

.post-block-c .cpost::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0!important;
  bottom: 0;
  /* transition: all ease-out 0.3s;
  transition: 0.3s; */
  z-index: 2;
}

.post-block-c .cpost:hover:before {
  /* opacity: 1; */
  /* animation: zoomIn 25s ease infinite; */
}

.section-bg-dark {
    background: rgba(0, 0, 0, 0.3);
}

.section-bg-light {
  background: rgba(255, 255, 255, 0.3);
}

.section-bg-share {
  background: rgb(176, 226, 255);
  padding:10px 10px;
  border-radius: 0.25rem;
  margin-top: 2px;
}

.shadow-center{
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}
.shadow-top{
  -webkit-box-shadow: 0px -3px 3px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px -3px 3px rgba(50, 50, 50, 0.75);
  box-shadow: 0px -3px 3px rgba(50, 50, 50, 0.75);
}
.shadow-bottom{
  -webkit-box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.75);
}

.section-bg-1 {
    background: rgba(0, 0, 0, 0.7)
    /* box-shadow: 0 0 65px rgba(0, 0, 0, 0.5); */
}


.section-sm {
    padding: 70px 0;
}

.section-xs {
    padding: 50px 0;
}

.section-block {
  padding: 10px;
  text-shadow: 2px 2px 5px rgb(0, 0, 0);
  border-color: transparent;
  margin:0px
}



.section p:last-child {
    margin-bottom: 0;
}

.section p {
    font-weight: 400;
    /* margin-bottom: 40px; */
}

.section h3 {
    /* font-size: 28px;
    font-weight: 700; */
    /* color: var(--color-s); */
    /* font-size: 20px; */
    margin-bottom: 50px;
    padding: 20px 0;
    position: relative;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px rgb(0, 0, 0);
    mix-blend-mode: screen;
}

.section h4 {
  /* font-size: 20px; */
  position: relative;
  letter-spacing: 0px;
  text-shadow: 2px 2px 5px rgb(0, 0, 0);
  mix-blend-mode: screen;
}

.section h3::before {
    content: "";
    position: absolute;
    display: block;
    width: 5%;
    height: 4px;
    background: rgb(143, 255, 169);
    left: 0;
    top: 0;
    text-shadow: 2px 2px 5px rgb(0, 0, 0);
}

.section h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background: rgb(227, 255, 143);
    left: 0;
    bottom: 0;
    text-shadow: 2px 2px 5px rgb(0, 0, 0);
}

    .section .icon-box {
        margin-bottom: 30px;
    }
  
  .section .icon-box i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 25px;
    margin-top:20px;
    font-size: 28px;
    width: 46px;
    height: 46px;
    border-radius: 4px;
    line-height: 0;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.3s;
  }
  
  .section .icon-box:hover i {
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
  }
  
  .section .icon-box h4 {
    margin-bottom: 10px;
    text-shadow: 2px 2px 5px rgb(0, 0, 0);
  }
  
  .section .icon-box a {
    text-shadow: none;
    transition: 0.3s;
    background-color:none;
  }
  
  .section .icon-box a:hover {
    color: var(--color-p);
    border-radius: 0px;
    text-shadow: 0px 0px 10px var(--color-d),0px 0px 20px var(--color-d),0px 0px 40px var(--color-d);
  }
  
  .section .icon-box p {
    line-height: 24px;
    /* font-size: 14px; */
    /* margin-top:-20px; */
    color: #f8f8f8;
    font-family: var(--font-bd);
    /* text-shadow: 0px 0px 10px var(--color-d),0px 0px 20px var(--color-p),0px 0px 40px var(--color-s); */
  }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    /* padding: 140px 0 60px 0; */
    min-height: 100vh;
    position: relative;
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    /* -webkit-mask-image: linear-gradient(180deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0.2));
    mask-image: linear-gradient(180deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0.2)); */

    margin: auto;
    overflow: auto;
    animation: zoomIn 25s ease infinite;
    background-size: cover;
    background-attachment: fixed;
    /* background-blend-mode:overlay; */
}

.breadcrumbs:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:url('../../../image/component/grid.png');
    background-position: center center;
    /* background-size: cover; */
    /* background-attachment: fixed; */
    background-repeat: repeat;
    opacity:.3;
}


@keyframes zoomIn {
    0% {background-position: 0% 0%;background-size:120%;}
    25% {background-position: 25% 25%;background-size: 130%;}
    50% {background-position: 100% 100%;background-size: 100%;}
    75% {background-position: 75% 75%;background-size: 130%;}
    100% {background-position: 0% 0%;background-size: 120%;}
}

@keyframes gradient {
    0% {background-position: 20% 20%;}
    25% {background-position: 75% 75%;}
    50% {background-position: 100% 100%;}
    75% {background-position: 75% 75%;}
    100% {background-position: 20% 20%;}
}

@media (max-width: 992px) {
    .breadcrumbs span {
        font-size: 20px;
      }
}

.breadcrumbs a {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  text-shadow:
  0 0 10px #111,
  0 0 20px #111, 
  0 0 30px #111,
  0 0 40px #111,
  0 0 50px #111;
  /* text-shadow: 0px 0px 5px var(--color-d),0px 0px 15px var(--color-p),4px 4px 55px var(--color-s); */
}

.breadcrumbs a:hover {
  color: #000000;
  text-shadow:
  0 0 10px #ffffff,
  0 0 20px #ffffff, 
  0 0 30px #ffffff,
  0 0 40px #ffffff,
  0 0 50px #ffffff;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  /* font-size: 18px; */
  font-family: var(--font-lg);
  font-weight: 400;
  color: var(--color-p);
  
  z-index: 10;
}

.breadcrumbs ol a {
    /* color: rgba(255, 255, 255, 1); */
    transition: 0.3s;
    z-index: 10;
}

/* .breadcrumbs ol a:hover {
    color: #00d9ff;
} */

.breadcrumbs ol li+li {
    padding-left: 5px;
    text-shadow: 0px 0px 10px var(--color-d),0px 0px 20px var(--color-p),0px 0px 40px var(--color-s);
    z-index: 10;
    color: var(--color-s);
    
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 5px;
    color: #fff;
    content: "";
    z-index: 10;
}

@media (max-width: 992px) {
    @keyframes zoomIn {
        0% {
            background-position: 50% 50%;
            background-size:cover
        }
        25% {
            background-position: 25% 25%;
        }
        50% {
            background-size:cover;
            background-position: 100% 100%;
        }
        75% {
            background-position: 75% 75%;
        }
        100% {
            background-size:cover;
            background-position: 50% 50%;
        }
    }
}

/*--------------------------------------------------------------
# Main Carousel
--------------------------------------------------------------*/

.main-carousel .owl-dots {
    /* position: absolute;
    top: 30px;
    right: 25px;
    width: 100%;
    height: 20px;
    text-align: right; */
    display: none;
}

.main-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background:#d9ff00;
    /* transition:ease-in-out 0.3s; */
    justify-content: space-between;
}

.main-carousel .owl-dot.active {
    width: 40px;
    background:#00ff80;
}

.main-carousel .owl-dot.active:hover, .main-carousel .owl-dot:hover {
    width: 40px;
    background:#fff;
}

.tranding-carousel .owl-nav {
    position: absolute;
    width: auto;
    height: 30px;
    top: calc(50% - 15px);
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 1;
}

.tranding-carousel .owl-nav .owl-prev,
.tranding-carousel .owl-nav .owl-next {
    position: relative;
    width: 15px;
    height: 30px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-p);
    /* background: var(--color-p); */
    border-radius: 0%;
    /* border: 1px solid var(--color-s); */
    font-size: 22px;
    /* transition: .3s; */
}

.tranding-carousel .owl-nav .owl-prev:hover,
.tranding-carousel .owl-nav .owl-next:hover {
    color: var(--color-s);
    /* background: var(--color-s); */
    /* border-color: var(--color-p); */
}

.tranding-carousel.bg-white .owl-nav .owl-next {
    margin-right: 22px;
}

.tranding-carousel.bg-white .owl-nav .owl-prev,
.tranding-carousel.bg-white .owl-nav .owl-next {
    color: #31404B;
    border-color: #31404B;
}

.news-carousel .owl-nav {
    
    width: auto;
    height: 0;
    
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

.news-carousel .owl-nav .owl-prev,
.news-carousel .owl-nav .owl-next {
    top: 0  ;
    width: 30px;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.3);
    background: transparent;
    /* border: 1px solid var(--color-p); */
    font-size: 34px;
    /* transition: .3s; */
    padding:30px;
}

.news-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
}

.news-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0px;
}

.news-carousel .owl-nav .owl-prev:hover,
.news-carousel .owl-nav .owl-next:hover {
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
    /* .news-carousel .owl-nav {
        top: -38px;
    } */
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about .img-bg {
    background-size: cover;
    background-position: center center;
    min-height: 400px;
    animation: gradient 25s ease infinite;
    object-fit: cover;
    background-repeat:no-repeat;
    box-shadow: 0 0 65px rgba(0, 0, 0, 0.5);
    border:10px dashed rgba(0, 0, 0, 0.47);
    border-top:none;border-bottom:none;
    margin: 0;
}


@media (max-width: 768px) {
    .about {
        padding: 20px;
    }
}

.about .list-left {
    /* padding: 0; */
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    /* border-bottom: 2px solid rgba(255, 255, 255, 0.2); */
    position: relative;
    color: var(--font-bdc);
    display: inline-block;
    padding: 0px 0px 0px 20px;
    height: auto;
    margin:20px 0;
}

.about .list-left .list-item {
    /* margin:-30px 10px 0px 10px; */
    padding:0px;
}

.about .list-left .list-item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 100px 100px 10px 100px;
    left: -10px;
    /* top: -10px; */
    background: #525252;
    border: 2px solid #ffffff;
}

.about .list-left .list-item h4 {
    /* margin:30px 0px 20px 0px; */
    display: inline-block;
    line-height: inherit;
    /* padding-top:20px; */
}

.about .list-left .list-item span {
  background: rgba(255, 255, 255, 0.15);
  padding: 5px;
  display: inline-block;
  margin-right: 10px;
  color: var(--font-hdc);
  text-shadow: 0px 0px 10px var(--color-d),0px 0px 20px var(--color-p),0px 0px 40px var(--color-s);
}

.about .list-left .list-item em {
    /* font-size: 18px; */
    font-weight: 400;
    /* font-family: var(--font); */
    color: rgb(103, 220, 255);
    margin-bottom: 10px;
}

.about .list-left .list-item ul {
    padding-left: 20px;
}

.about .list-left .list-item ul li {
    padding-bottom: 10px;
    /* color: rgba(255, 255, 255, 0.5); */
}

.about .list-left .list-item .child {
    font-size: 14px;
    text-decoration: none;
    overflow: hidden;
    margin-left: -18px;
    margin-bottom: 0px;
    color: rgb(159, 255, 226);
}

.about .list-left .list-item:last-child {
    padding-bottom: 0;
}

.about p {
  /* font-size: 18px; */
  font-weight: 400;
  color: #ffffff;
  font-family: var(--font-bd);
  /* text-shadow: 0px 0px 10px var(--color-d),0px 0px 20px var(--color-p),0px 0px 40px var(--color-s); */
}

/*--------------------------------------------------------------
# Kontak
--------------------------------------------------------------*/
.kontak p {
  color: #000000;
}

.kontak .img-bg {
    background-size: cover;
    background-position: center center;
    min-height: 400px;
    animation: gradient 25s ease infinite;
    object-fit: cover;
    background-repeat:no-repeat;
    box-shadow: 0 0 65px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
    .kontak {
        padding: 20px;
    }
}

/* .contact-form {
    margin: 0%;
} */

.contact-form .form-control {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 45px;
}

.contact-form textarea.form-control {
    padding: 10px;
    height: 120px;
}

.contact-form input,
.contact-form textarea {
    margin:5px 0;
}

.contact-form input:hover,
.contact-form textarea:hover,
#contact-submit:hover {
    border-color: #ffffff;
    scale:1.015;
}

.contact-form input:focus,
.contact-form textarea:focus,
#contact-submit:focus {
    border-color: #ffffff!important;
    box-shadow: 0 0 10px #ffffff;
}

.contact-form p {
  color: #ffffff;
}


#contact-submit {
    border: 1px solid rgba(236, 239, 241, 0.3);
    padding: 12px 0;
    width: 100%;
    color: #ffffff;
}

.google-map {
    padding: 0px!important;
    height: 100%;
    width:100%;
    margin: 0px!important;
}

/*--------------------------------------------------------------
# Kontak
--------------------------------------------------------------*/

.layanan .img-bg {
    background-size: cover;
    background-position: center center;
    min-height: 400px;
    animation: gradient 25s ease infinite;
    object-fit: cover;
    background-repeat:no-repeat;
}


@media (max-width: 768px) {
    .layanan {
        padding: 20px;
    }
}

/*--------------------------------------------------------------
# SECTION BERANDA
--------------------------------------------------------------*/

.pengotkiri{
  margin: 0px 0px 2px 2px;
}

.pengotkanan{
  margin: 0px 2px 2px 0px;
}

.pengottengah{
  margin: 0px;
}

.side-kiri{
  padding: 5px 5px 0px 5px;
  margin:0px;
}

.side-kanan{
  padding: 5px 5px 0px 5px;
  margin:0px;
}

.side-tengah{
  padding: 5px 0px 0px 0px;
  margin:0px;
}

@media (max-width: 992px) {
    .pengotkiri,.pengotkanan {
        margin: 0px;
    }
    .side-kiri,.side-kanan,.side-tengah{
      padding: 5px;
    }

}


.section-title {
  top:0;
  bottom:0;
  padding:15px 15px 10px 10px;
  display: flex;
  align-items: center center;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 1);
  border-top: 5px solid rgb(114, 114, 114);
  border-radius: 0px;
  font-family: 'Oswald', sans-serif;
  color: white;
  /* font-size: 4vw; */
  font-weight: 300;
  text-transform: uppercase;
}

.section-title h4 {
    color: var(--color-s);
}

.section-title-sm {
    margin: 0px 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-title-rg {
    margin: 30px 0;
    display: flex;
    align-items:center;
    justify-content:right;
}

.section-judul {
  top:0;
  padding:15px 20px 15px 20px;
  display: flex;
  margin:auto;
  /* align-items: center center; */
  /* justify-content: space-between; */
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  font-family: 'Oswald', sans-serif;
  color: white;
  /* font-size: 4vw; */
  font-weight: 300;
}

.section-content {
  padding:15px 20px 15px 20px;
  background-color: rgba(0, 0, 0, 0.3);
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

.section-content p {
  color: white;
  font-weight: 300;
}

.section-title a, .section-judul a {
  text-shadow: none;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.section-title a:hover, .section-judul a:hover {
  color: #f1ffc0;
  text-shadow:
  0 0 10px #ffffff,
  0 0 20px #ffffff, 
  0 0 30px #ffffff;
}

/*--------------------------------------------------------------
# Credits
--------------------------------------------------------------*/
.credits {
    /* position: fixed; */
    right: 0;
    bottom: 0;
    /* text-align: center; */
    color: var(--color-p);
    z-index: 1033;
    background: rgba(0, 0, 0, 0.5);
    line-height: 18px;
    font-weight: 400;
    font-family: var(--font-lg);
    position: relative;
    padding-left:10px;
    padding-right:10px;
}

.credits a {
    /* color: var(--font-lgc); */
    transition:ease-in-out 0.3s;
}

.credits a:hover {
    color: var(--color-p);
}

.contact-footer {
    margin-bottom: 20px;
    /* background-color: rgba(0, 0, 0, 0.3); */
    padding: 30px 0px 0px 0!important;
}

.contact-footer-item .section-block {
    margin:10px;
    text-shadow: none;
}

.contact-footer-item a {
    margin:0;
    text-shadow: none;
}

.contact-footer-item:hover a {
    text-shadow:
    0 0 10px #fff,
    0 0 20px #fff, 
    0 0 40px #fff;
}

.copyright-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    /* color: var(--color-p); */
    z-index: 1033;
    background: rgba(0, 0, 0, 0.5);
    line-height: 18px;
    /* font-size: 16px!important; */
    font-weight: 400;
    font-family: var(--font-lg);
    text-shadow:
    0 0 10px #fff,
    0 0 20px #fff, 
    0 0 40px #fff;
}


/*--------------------------------------------------------------
# STICKY CONTENT
--------------------------------------------------------------*/

@media (min-width: 1200px) {
  .sticky-content {
    top: 70px;
  }
}

@media (max-width: 1199.98px) {
  .sticky-content {
    top: 10px;
  }
}

/*--------------------------------------------------------------
# SECONDARY MENU
--------------------------------------------------------------*/

.secondary-menu {
	display: block;
}

.secondary-menu ul {
	display: block;
    margin: 0;
    padding:0;
}

.secondary-menu ul:after {
	display: block;
	content: '';
	clear: both;
}

.secondary-menu ul li {
	display: block;
	background: inherit;
	float: left;
    
}

.secondary-menu ul li:hover a {
	background: rgba(0, 0, 0, 0.5);
  color: var(--color-s)!important;
}

.secondary-menu ul li a {
	display: block;
	padding: 5px 10px;
	color: var(--font-lg);
	text-transform: uppercase;
}



@keyframes shine {
	100% {
		right: 125%;
	}
}

.post-block .cpost, .post-block-h .cpost, .post-block-c .cpost {
  font-family: 'Oswald', sans-serif;
  position:absolute;
  width:100%;
  margin:0;
  transition: 0.3s;
  overflow: hidden;
  z-index: 1;
  padding:0;
}

.post-block .body-post-block:before, .post-block-h .body-post-block:before, .post-block-c .body-post-block:before {
  transition: all 0.3s;
  /* background:rgba(0, 0, 0, 0.1); */
  opacity: 1;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  content: "";
  border-radius: 0px;
  z-index: 2;

}

.post-block .body-post-flex, .post-block-h .body-post-flex, .post-block-c .body-post-flex {
    position: absolute;
    width:100%;
    display: flex;
    justify-content: space-between;
    padding:10px;
    margin:auto;
}

.post-block .body-post-bar, .post-block-h .body-post-bar, .post-block-c .body-post-bar {
    padding: 15px;
    margin:0;
    bottom: 0;
    /* left: 0; */
    /* border: 1px solid rgba(255, 255, 255, .3); */
    /* border-left: 1px solid rgb(255, 255, 255, 0.2); */
    /* border-right: 1px solid rgb(255, 255, 255, 0.2); */
}

.post-block .body-post-block a, .post-block-h .body-post-block a, .post-block-c .body-post-block a {
  /* transition: all 0.3s ease-in-out; */
  /* color: #ffffff; */
  /* text-shadow:
  0 0 10px #111,
  0 0 20px #111, 
  0 0 30px #111,
  0 0 40px #111,
  0 0 50px #111; */
  font-family: 'Oswald', sans-serif;
  /* color: white; */
  /* font-size: 4vw; */
  font-weight: 400;
  text-transform: uppercase;
  /* text-align:center; */
}

.post-block .body-post-block a:hover, .post-block-h .body-post-block a:hover, .post-block-c .body-post-block a:hover {
  color: #ffffff;
  text-shadow:none;
  font-weight: 800;
  /* animation: pulse .2s ease-in-out; */
}

.post-block {
  height: 239px;
  .body-post-block {
    height: 240px;
  }
  .body-post-bottom {
    bottom: 20%;
    padding:0;
  }
  .body-post-middle {
    top: 0;
    bottom: 20px;
  }
  body-post-top {
    margin-bottom: 50px;
  }
}

.post-block-h {
  height: 239px;
  .body-post-block {
    height: 240px;
  }
  .body-post-bottom {
    bottom: 20%;
    padding:0;
  }
  .body-post-middle {
    top: 0;
    bottom: 0px;
  }
  body-post-top {
    margin-bottom: 50px;
  }
}

.post-block-c {
  height: 359px;
  .body-post-block {
    height: 360px;
  }
  .body-post-bottom {
    bottom: 20%;
    padding:0;
  }
  .body-post-middle {
    top: 0;
    bottom: 0px;
  }
  body-post-top {
    margin-bottom: 50px;
  }
}

/*--------------------------------------------------------------
# END POST
--------------------------------------------------------------*/

.post-child{
  position: relative;
  overflow: hidden;
  font-family: 'Oswald', sans-serif;
  margin-top:1px;

    a {
      color:floralwhite;
      text-shadow: none;
    }
    .body-post-child {
      min-height: 20px;
      top: 0;
      width:100%;
      margin:auto;
      padding:0px 0px 0px 0px;
      /* background:rgba(99, 110, 255, 0.5); */
    }

    .body-post-bar {
      padding: 10px 15px;
      margin:0;
      bottom: 0;
      width:100%;
      background:rgba(46, 0, 47, 0.5);
      transition: all 0.2s ease-in-out;
    }
    .body-post-bar:hover {
      background:rgb(79, 0, 89);
    }
}

.post-child:before{
  .body-post-child {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    content: "";
    border-radius: 0px;
    z-index: 2;
    text-shadow: none;
  }
}

.post-child:hover{
  a {
    color:#faffe0;
    text-shadow:
    0 0 10px #ffffff,
    0 0 20px #ffffff;
  }
}

/*--------------------------------------------------------------
# POST BIG
--------------------------------------------------------------*/
.post-big .post-block {
    /* height: 349px; */
    /* display: flex; */
    position: relative;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-end;
}

/* .cpost:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: 1;
} */

.post-big .post-block .body-post-flex {
    position: absolute;
    width:100%;
    display: flex;
    justify-content: space-between;
    padding:0;
}

.post-big .post-block .body-post-bar {
    padding: 15px;
    margin:0;
    bottom: 0;
    /* left: 0; */
    /* border: 1px solid rgba(255, 255, 255, .3); */
    /* border-left: 1px solid rgb(255, 255, 255, 0.2); */
    /* border-right: 1px solid rgb(255, 255, 255, 0.2); */
}

.post-big .post-block .body-post-top {
    margin-bottom: 50px;
}

.post-big .post-block .body-post-bottom {
    bottom: 20%;
    padding:0;
}

.post-big .h5 {
    font-size: 18px;
    font-weight: 800;
    /* color: var(--color-p); */
    /* text-shadow: 0 0 10px #111,
                 0 0 20px #111, 
                 0 0 30px #111,
                 0 0 40px #111,
                 0 0 50px #111; */
    /* z-index: 10; */
    
    transition: .3s linear;
    letter-spacing: -.5px;
}

.post-big .h5:hover {
    /* color: var(--color-s); */
    text-shadow: 0 0 10px #111,
    0 0 20px rgba(255, 255, 255, .52), 
    0 0 30px rgba(255, 255, 255, .52), 
    0 0 40px rgba(255, 255, 255, .52);
}


/*--------------------------------------------------------------
# TEXT BERITA SLIDER
--------------------------------------------------------------*/

.text-truncate {
    color: var(--font-hdc);
    transition: 0.3s;
}

.text-truncate:hover,.text-truncate:focus {
    color: rgb(242, 247, 227);
    text-shadow: 2px 2px 4px rgb(255, 255, 255), -2px -2px -4px rgb(255, 255, 255);
    
}

/*--------------------------------------------------------------
# TRANDING POST
--------------------------------------------------------------*/
.tr-post {
    display: flex;
    background: rgba(0, 0, 0, .5);
    transition: all 0.3s ease-in-out;
    padding:15px;
}

.tr-post:hover {
    background: rgb(0, 0, 0);
    color: rgb(240, 255, 187);
    text-shadow: 2px 2px 5px rgb(255, 255, 255);
    box-shadow: 0 0 10px #ffffff;
    border-radius: 0px;
}

.tr-post img {
    width: 110px!important;
    object-fit: cover;
}

/*--------------------------------------------------------------
# LIST POST
--------------------------------------------------------------*/
.ls-post {
  display: flex;
  background: rgba(0, 0, 0, .5);
  transition: all 0.3s ease-in-out;
  padding:15px;
  font-family: 'Oswald', sans-serif;
}

.ls-post:hover {
  background: rgb(0, 0, .5);
  color: rgb(240, 255, 187);
  text-shadow: 2px 2px 5px rgb(255, 255, 255);
  box-shadow: 0 0 10px #ffffff;
  border-radius: 0px;
}

.ls-post img {
  width: 110px!important;
  object-fit: cover;
}

/*--------------------------------------------------------------
# LIST POST ARSIP
--------------------------------------------------------------*/
.ls-postA {
  display: flex;
  background: rgba(0, 0, 0, .5);
  transition: all 0.3s ease-in-out;
  padding:8px 10px;
  margin-top:.8px;
  /* font-family: 'Oswald', sans-serif; */
  font-size: 12px;
}

.ls-postA:hover {
  background: rgb(0, 0, .5);
  color: rgb(240, 255, 187);
  text-shadow: 2px 2px 5px rgb(255, 255, 255);
  box-shadow: 0 0 10px #ffffff;
  border-radius: 0px;
}

.ls-postA img {
  width: 110px!important;
  object-fit: cover;
}

.ls-postA small {
  color: rgb(197, 255, 240);
}



/*--------------------------------------------------------------
# CONTENT POST
--------------------------------------------------------------*/

.content-post img {
    width: 100%!important;
    /* position: relative;
    display: block; */
    /* border:5px solid var(--color-d); */
    /* padding:5px; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
    margin: 0px auto;
    object-fit: cover;
    background-position:center center;
    opacity: 1;
    z-index: 0;
    overflow: hidden;
}

.content-post img:hover {
  transition: filter 200ms ease, transform 250ms linear;
  box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.5), 0 6px 20px 0 rgba(255, 255, 255, 0.5);
}

.content-post p {
    /* margin:auto; */
    line-height:1.6rem;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    text-align: justify;
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
  
#myImg:hover {opacity: 1;}
  
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
  
  /* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 900px;
}
  
  /* Caption of Modal Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation */
  .modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 900px){
    .modal-content {
      width: 100%;
    }
  }
/*--------------------------------------------------------------
# PAGINATION
--------------------------------------------------------------*/
.pagination {
    display: flex;
    list-style: none;
    text-align: center;
    align-items: center;
    margin: 0;
    height: 80px;
    /* top: 50%; */
    /* left: 50%; */
    border:none;
    color: rgb(89, 255, 241);
    text-shadow:
    0 0 10px #fff,
    0 0 20px #fff, 
    0 0 40px #fff;
    transition: .3s linear;
}

.pagination li {
    flex: 1;
    margin: 0px 1px;
    border-radius: 0px;
    border:none;
    background-color: #505050;
}

.pagination a{
    color: #ffffff;
    transition: .1s linear;
}

.pagination a:hover, .pagination .active{
    background:rgba(0, 0, 0, 0.8);
    color: rgb(0, 255, 238);
    text-shadow: 2px 2px 5px rgb(0, 0, 0);
    border-color: transparent;
    box-shadow: 5px 0 20px #71d7ff;
    border-radius: 0px!important;
    font-size:x-large;
}


.pagination .page-link {
    background-color: #000000;
    border:none;
}

.pagination .page-item {
    background-color: #000000;
    border:none;
}

/*=================================================================
  Portfolio section
==================================================================*/

.filtr-container {
    /* height:250px; */
    margin:0;
    padding:0;
    overflow: hidden;
}

/* .filtr-item {
    margin:0px;
} */

.portfolio-filter {
    /* margin-bottom: 20px; */
    text-align: center;
    overflow: hidden;
}

  
  .portfolio-items-wrapper .mix {
    padding: 5px;
  }
  
  .portfolio-block {
    height: 250px;
    width:100%!important;
    display: block;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
  }

  .portfolio-block:before {
    transition: all 0.3s ease-in-out;
    background:rgba(0, 0, 0, 0.8);
    opacity: 0;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    position: absolute;
    content: "";
    border-radius: 5px;
    z-index: 2;
  }
  
  .portfolio-block img {
    background-position:center center;
    width:100%!important;
    height: 100%!important;
    object-fit: cover;
    transform: scale(1.33);
    z-index: 0;
    overflow: hidden;
  }

  .portfolio-block:hover:before {
    opacity: 1;
  }
  .portfolio-block:hover .caption h4 {
    top: 45%;
  }
  .portfolio-block:hover .caption {
    opacity: 1;
    top: 50%;
  }
  .portfolio-block .caption {
    position: absolute;
    top: 60%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    z-index: 9;
    transition: all 0.2s ease-in-out;
    text-align: center;
    width: 80%;
  }
  
  .portfolio-block .caption h4 {
    font-size: 16px;
    /* font-weight: 600; */
  }
  .portfolio-block .caption a,.profile a:hover {
    color: #ffffff;
  }

  .portfolio-block .caption a:hover,.profile a:hover {
    color: #fff700;
  }

 .search-icon {
    position: absolute;
    /* background:rgba(0, 0, 0, .7); */
    width: 10%;
    height: 10%;
    color: #fff;
    display: inline-block;
    font-size: 40px;
    border-radius: 30px;
    /* margin-bottom: 20px; */
    top: 0;
    left: 0;
    right:0;
    bottom:20%;
  }
  .search-icon i {
    /* line-height: 65px; */
    position: absolute;
    margin:auto;
    top: 0px;
    left: 0px;
    right:0;
    bottom:0;
  }

  @media (max-width: 768px) {
    .filtr-item {
        width:100%
    }
}

.portfolio-filter button {
    border: none;
    outline: none;
    border: 1px solid rgba(236, 239, 241, 0.3);
    background: transparent;
    display: inline-block;
    font-size: 16px;
    padding: 6px 20px;
    color:var(--color-d);
    margin:3px 0;

    color:var(--color-d);
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    position: relative;
    overflow: hidden;
  }

  .portfolio-filter button.active {
    border: 1px solid #57cbcc;
    color:var(--color-d);
    box-shadow: 0 0 10px #ffffff;
  }

  .portfolio-filter button:hover {
    background-color: var(--color-s);
    color: #111 !important;
    text-shadow: 2px 2px 5px rgb(0, 0, 0);
    border-color: transparent;
    box-shadow: 0 0 10px #ffffff;
  }
  

  /* Utilities */
.auto-grid {
    display: grid;
    grid-template-columns: repeat(
      auto-fill,
      minmax(var(--auto-grid-min-size, 14rem), 1fr)
    );
    grid-gap: var(--auto-grid-gap, 0);
    padding: 0;
  }
  
  .flow > * + * {
    margin-top: var(--flow-space, 1em);
  }
  
  /* Composition */
  .team {
    --flow-space: 2em;
  }
  
  /* Blocks */
  .profile {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    aspect-ratio: 1/1;
    position: relative;
    padding: 1.5rem;
    color: #ffffff;
    backface-visibility: hidden;
    text-decoration: none;
    overflow: hidden;
  }
  
  .profile::before,
  .profile::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    /*inset: 0;*/
    top: 0;
    left: 0;
  }
  
  .profile::before {
    /* background: linear-gradient(
      to top,
      hsl(0 0% 0% / 0.79) 0%,
      hsl(0 0% 0% / 0.787) 7.8%,
      hsl(0 0% 0% / 0.779) 14.4%,
      hsl(0 0% 0% / 0.765) 20.2%,
      hsl(0 0% 0% / 0.744) 25.3%,
      hsl(0 0% 0% / 0.717) 29.9%,
      hsl(0 0% 0% / 0.683) 34.3%,
      hsl(0 0% 0% / 0.641) 38.7%,
      hsl(0 0% 0% / 0.592) 43.3%,
      hsl(0 0% 0% / 0.534) 48.4%,
      hsl(0 0% 0% / 0.468) 54.1%,
      hsl(0 0% 0% / 0.393) 60.6%,
      hsl(0 0% 0% / 0.31) 68.3%,
      hsl(0 0% 0% / 0.216) 77.3%,
      hsl(0 0% 0% / 0.113) 87.7%,
      hsl(0 0% 0% / 0) 100%
    ); */
    transition: 300ms opacity linear;
  }
  
  .profile::after {
    background: linear-gradient(
      180deg,
      hsla(0, 0%, 0%, 0.7) 0,
      hsla(276, 100%, 50%, 0.7) 100%
    );
    opacity: 0;
    /* transition: 300ms opacity linear; */
  }
  
  .profile > * {
    z-index: 1;
  }
  
  .profile img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: -1;
    object-fit: cover;
    /* filter: grayscale(80%); */
    transition: filter 200ms ease, transform 250ms linear;
  }
  
  .profile a.alink {
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.03ch;
    transition: 300ms transform ease;
    color: #ffffff!important;
    text-shadow:
    0 0 10px #050505,
    0 0 20px #000000, 
    0 0 40px #000000;
  }

  /* .profile a.alink:hover {
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.03ch;
    transition: 300ms transform ease;
    text-shadow:
    0 0 10px #ffffff,
    0 0 20px #ffffff, 

  } */
  
  .profile p {
    font-size: .9rem;
    font-weight: 500;
    transform: translateY(2ex);
    opacity: 0;
    transition: 300ms opacity linear, 300ms transform ease-in-out;
  }

  .profile h5 {
    transition: ease-out .3s;
    /* -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s; */
    font-size: 1rem;
    font-weight: 500;
  }

  .profile h5:hover, .profile p {
    text-shadow:
    0 0 10px #050505,
    0 0 20px #fffefe, 
    0 0 40px #ffffff;
    color:var(--color-s);

  }
  
  
  .profile:focus {
    outline: 0.5rem solid white;
    outline-offset: -0.5rem;
  }
  
  .profile:hover :is(a, p),
  .profile:focus :is(a, p) {
    transform: none;
  }
  
  .profile:hover::after,
  .profile:focus::after,
  .profile:hover::before,
  .profile:focus::before {
    opacity: 0.7;
  }
  
  .profile:hover p,
  .profile:focus p {
    opacity: 1;
    transition-delay: 200ms;
  }
  
  .profile:hover img,
  .profile:focus img {
    filter: grayscale(0);
    transform: scale(1.5) rotate(3deg);
  }


  .animate-charcter:hover{
    background-image: linear-gradient(
      -225deg,
      #000000 0%,
      #ffffff 29%,
      #d1faff 67%,
      #00aaff 100%
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 1s linear;
  }
  
  @keyframes textclip {
    to {
      background-position: 200% center;
    }
  }

  .jdltags{
    line-height: 1;
  }

  .jdltags:hover {
    animation: text-shadow .5s ease-in-out;
  }
  
  @keyframes text-shadow {
    0% {  
        transform: translateY(0);
        text-shadow: 
            0 0 0 #0c2ffb, 
            0 0 0 #2cfcfd, 
            0 0 0 #fb203b, 
            0 0 0 #fefc4b;
    }

    20% {  
        transform: translateY(-1em);
        text-shadow: 
            0 0.125em 0 #0c2ffb, 
            0 0.25em 0 #2cfcfd, 
            0 -0.125em 0 #fb203b, 
            0 -0.25em 0 #fefc4b;
    }

    40% {  
        transform: translateY(0.5em);
        text-shadow: 
            0 -0.0625em 0 #0c2ffb, 
            0 -0.125em 0 #2cfcfd, 
            0 0.0625em 0 #fb203b, 
            0 0.125em 0 #fefc4b;
    }
    
   60% {
        transform: translateY(-0.25em);
        text-shadow: 
            0 0.03125em 0 #0c2ffb, 
            0 0.0625em 0 #2cfcfd, 
            0 -0.03125em 0 #fb203b, 
            0 -0.0625em 0 #fefc4b;
    }

    80% {  
        transform: translateY(0);
        text-shadow: 
            0 0 0 #0c2ffb, 
            0 0 0 #2cfcfd, 
            0 0 0 #fb203b, 
            0 0 0 #fefc4b;
    }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}

.timeline{
  margin:0 0 45px;padding:0;position:relative
}
.timeline::before{
  border-radius:.25rem;background-color:#dee2e6;bottom:0;content:"";left:31px;margin:0;position:absolute;top:0;width:4px
}
.timeline>div{
  margin-bottom:15px;margin-right:10px;position:relative
}
.timeline>div::after,.timeline>div::before{
  content:"";display:table
}
.timeline>div>.timeline-item{
  box-shadow:0 0 1px rgba(0,0,0,.125),
  0 1px 3px rgba(0,0,0,.2);
  border-radius:.25rem;
  background-color:rgba(0,0,0,.125);
  color:#495057;
  margin-left:60px;
  margin-right:15px;
  margin-top:0;
  padding:0;
  position:relative
}
.timeline>div>.timeline-item>.time{
  color:#999;float:right;font-size:12px;padding:10px
}
.timeline>div>.timeline-item>.timeline-header{
  border-bottom:1px solid rgba(0,0,0,.125);
  background-color:rgba(0,0,0,.125);
  color:#ffffff;
  font-size:16px;
  line-height:1.1;
  margin:0;
  padding:10px
}
.timeline>div>.timeline-item>.timeline-footer{
  border-top:1px solid rgba(0,0,0,.125);
  background-color:rgba(0,0,0,.125);
  color:#ffffff;
  font-size:16px;
  line-height:1.1;
  margin:0;
  padding:10px
}

.timeline>div>.timeline-item>.timeline-header>a{
  font-weight:600
}
.timeline>div>.timeline-item>.timeline-body,.timeline>div>.timeline-item>.timeline-footer{
  padding:10px
}
.timeline>div>.timeline-item>.timeline-body>img{
  margin:10px
}
.timeline>div>.timeline-item>.timeline-body ol,.timeline>div>.timeline-item>.timeline-body ul,.timeline>div>.timeline-item>.timeline-body>dl{
  margin:0
}
.timeline>div>.timeline-item>.timeline-footer>a{
  color:#ffffff
}
.timeline>div>.fa,.timeline>div>.fab,.timeline>div>.fad,.timeline>div>.fal,.timeline>div>.far,.timeline>div>.fas,.timeline>div>.ion,.timeline>div>.svg-inline--fa{
  background-color:#adb5bd;
  border-radius:50%;
  font-size:16px;
  height:30px;
  left:18px;
  line-height:30px;
  position:absolute;
  text-align:center;
  top:0;
  width:30px
}
.timeline>div>.svg-inline--fa{
  padding:7px
}
.timeline>.time-label>span{
  border-radius:4px;
  background-color:#fff;
  display:inline-block;
  font-weight:600;
  padding:5px
}
.timeline-inverse>div>.timeline-item{
  box-shadow:none;
  background-color:#f8f9fa;
  border:1px solid #dee2e6
}
.timeline-inverse>div>.timeline-item>.timeline-header{
  border-bottom-color:#dee2e6
}
.dark-mode .timeline::before{
  background-color:#6c757d
}
.dark-mode .timeline>div>.timeline-item{
  background-color:#343a40;
  color:#fff;
  border-color:#6c757d
}
.dark-mode .timeline>div>.timeline-item>.timeline-header{
  color:#ced4da;border-color:#6c757d
}
.dark-mode .timeline>div>.timeline-item>.time{color:#ced4da}

.struktur{
  .card-header{
    background-color:rgba(0, 98, 255, 0.3);
    font-family: 'Oswald', sans-serif;
    a {
      color:#ffffff;
    }
  };
  .card-body{
    margin:0px;
    padding:1px;
  };

  .content{
    li, p {
      line-height: 22px;
    };

    li {
      margin-left:-10px;
      margin-bottom:10px;
    };
    
    p {
      margin-top:0px;
      padding-top:0px;
      margin-bottom:10px;
    };
  }
  .post-block {
    height: 259px;
    .body-post-block {
      height: 260px;
    }
    .body-post-bottom {
      bottom: 0%;
      padding:0;
    }
    .body-post-middle {
      top: 0;
      bottom: 20px;
    }
    body-post-top {
      margin-bottom: 50px;
    }
  }
}