.flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.mt-1 {
    margin-top: 1rem;
}

.kaukus-section {
    width: 100%;
    background: linear-gradient(135deg, #2ebdc4 0%, #68e5b2 100%);
    height: 500px;
    /* margin: 50px 0 100px 0; */
    margin-top: 145px;
    padding: auto;
}

.kaukus-section .container {
    padding: 150px 0;
}

.kaukus-section h1 {
    color: white;
    font-size: 48px;
    margin-bottom: 25px;
    font-weight: bold;
}

.kaukus-section h1 > span {
    color: #24ca8e;
}

.kaukus-blog-kontent {
    display: flex;
    flex-flow: column;
}

.kaukus-banner-header {
    width: 100%;
    /* height: 142px; */
    background: linear-gradient(135deg, #2ebdc4 0%, #68e5b2 100%);
    display: flex;
    align-items: center;
}

.kaukus-banner-header h1 {
    color: white;
    font-size: 48px;
}

.kaukus-banner-header h3 {
    color: white;
    font-weight: bold;
}

.kaukus-btn {
    display: inline-block;
    font: 14px Helvetica;
    padding: 12px 22px 10px;
    margin: 0;
    border: none;
    border-bottom: 3px #aacedd solid;
    text-decoration: none;
    background-image: -moz-linear-gradient(#ffffff, #f8f8f8);
    background-image: -webkit-linear-gradient(#ffffff, #f8f8f8);
    background-image: linear-gradient(#ffffff, #f8f8f8);
    position: relative;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px -5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px -5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px -5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.kaukus-btn-success {
    border-bottom: 3px #2d662d solid;
    background-image: -moz-linear-gradient(#7ec77e, #5bb75b);
    background-image: -webkit-linear-gradient(#7ec77e, #5bb75b);
    background-image: linear-gradient(#7ec77e, #5bb75b);
}
.kaukus-btn-success:hover {
    background-image: -moz-linear-gradient(#a2d6a2, #5bb75b);
    background-image: -webkit-linear-gradient(#a2d6a2, #5bb75b);
    background-image: linear-gradient(#a2d6a2, #5bb75b);
}

.recent .recent-item {
    /* display: flex;
    flex-flow: column; */
    display: flex;
    border: 1px solid #24ca8e;
    flex-direction: column;
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 10px;
}

.kaukus-tabs {
    margin: 30px auto;
}
.kaukus-tabs > li {
    margin-left: -1px;
}
.kaukus-tabs > li:first-child > a {
    border-radius: 0;
}
.kaukus-tabs > li:first-child > a:before {
    display: none;
}
.kaukus-tabs > li:last-child > a:after {
    box-shadow: none;
}
.kaukus-tabs > li > a {
    padding: 15px 30px 15px 50px;
    background-color: #dffff4;
    color: black;
    border: 0;
    position: relative;
}
.kaukus-tabs > li > a:hover,
.kaukus-tabs > li > a:active,
.kaukus-tabs > li > a:focus {
    background-color: #dffff4;
    color: black;
    border: 0;
}
.kaukus-tabs > li > a:before {
    content: " ";
    position: absolute;
    left: -20px;
    top: 0;
    height: 100%;
    width: 40px;
    background-color: #dffff4;
    transform: skewX(35deg);
}
.kaukus-tabs > li > a:after {
    content: " ";
    position: absolute;
    right: -20px;
    background-color: #dffff4;
    top: 0;
    height: 100%;
    width: 40px;
    transform: skewX(35deg);
    box-shadow: 3px 0px 0 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.kaukus-tabs > li.active {
    margin-top: -11px;
}
.kaukus-tabs > li.active > a {
    border: 0;
    background-color: #36c2c2;
    color: white;
    padding: 22px 30px 15px 50px;
    font-size: 18px;
    border-radius: 0;
}
.kaukus-tabs > li.active > a:hover,
.kaukus-tabs > li.active > a:active,
.kaukus-tabs > li.active > a:focus {
    background-color: #35c3c2;
    color: white;
    border: 0;
}
.kaukus-tabs > li.active > a:before {
    display: none;
}
.kaukus-tabs > li.active > a:after {
    right: -25px;
    width: 50px;
    background-color: #35c3c2;
    z-index: 1;
}

.background-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
}

.background-holder.background-fixed {
    background-attachment: fixed;
}

.background-holder.background-right {
    left: auto;
    right: 0;
}

.background-holder.overlay:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.25);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.background-holder.overlay-primary:before {
    background: rgba(42, 56, 85, 0.4);
}

.background-holder.overlay-info:before {
    background: rgba(54, 128, 179, 0.4);
}

.background-holder.overlay-success:before {
    background: rgba(54, 179, 106, 0.4);
}

.background-holder.overlay-warning:before {
    background: rgba(253, 212, 40, 0.4);
}

.background-holder.overlay-danger:before {
    background: rgba(179, 54, 65, 0.4);
}

.background-holder.overlay-0:before {
    background: rgba(0, 0, 0, 0.7);
}

.background-holder.overlay-1:before {
    background: rgba(0, 0, 0, 0.55);
}

.background-holder.overlay-2:before {
    background: rgba(0, 0, 0, 0.4);
}

.background-holder video {
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    min-width: 100%;
}

.background-holder .youtube-background {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.background-holder .youtube-background .mb_YTPBar {
    display: none !important;
}

.kaukus-banners {
    position: relative;
    width: 100%;
    /* height: 100%; */
    height: 500px;
}

.kaukus-background {
    position: absolute;
    top: 0;
    right: 50%;
    left: 50%;
    margin-right: -50vw;
    margin-left: -50vw;
    background-repeat: no-repeat;
    background-size: cover;
}

.kaukus-background img {
    transition: opacity 1s ease-in-out;
    /* opacity: 0.2; */
    width: 100%;
    height: 100%;
}
.kaukus-banner-wrapper {
    position: absolute;
    top: 16%;
    bottom: 16%;
    left: 8%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.kaukus-banner-wrapper .left img {
    /* width: 60%; */
    max-height: 300px;
}

.kaukus-banner-wrapper .right {
    padding-left: 1rem;
    padding-right: 3rem;
}

.kaukus-banner-wrapper .right h1 {
    color: white;
}

.kaukus-berita-wrapper {
    border: 1px solid #eee;
    box-shadow: -2.5px 5.3px 8px rgba(20, 20, 20, 0.4);
    padding: 2rem;
}

.kaukus-berita-wrapper .container-berita {
    margin: 0 0.5rem;
}

.kaukus-berita-option {
    border-bottom: 2px solid #f6f6f6;
    padding: 0px 0px 9px;
    margin: 0px 0px 20px;
}

.wrapper-blog,
.grid-isu {
    padding: 5em;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 6em;
}

.wrapper-blog .col-md-12 {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 2rem;
}

.grid-isu {
    position: relative;
    max-height: 193px;
    /* display: flex;
    justify-content: space-between;
    align-items: baseline; */
}

.grid-isu:hover {
    background: rgba(54, 179, 106, 0.4);
}

.grid-isu img {
    width: 20%;
    position: absolute;
    top: 5%;
    right: 5%;
}

.grid-isu h2 {
    font-weight: bold;
    text-decoration: underline;
}

.fb-share-button {
    /* padding: 3e */
}

.breadcrumb {
    background: white !important;
}

.agenda-selengkapnya {
    display: block;
    background: green;
    color: white;
    padding: 1rem;
}

.list-news,
.list-press {
    margin-top: 3rem;
}

.form-search {
    display: flex;
    /* padding: 16px; */
    /* margin: 16px; */
}

.form-search .col-md-8 {
    padding-right: 0 !important;
}
.form-search .col-md-4 {
    padding-left: 0 !important;
}

.form-search .form-control {
    border: 0;
    /* background: white !important; */
    /* border-bottom: 1px solid black !important; */
    font-size: 24px !important;
    padding: 24px !important;
}

.form-search .search-btn {
    height: 100%;
    /* color: wheat; */
    background: #68e5b2;
    border-color: #dffff3;
    border: 0;
    padding: 0 20px;
}

.filter-wrapper {
    margin-bottom: 2em;
}

.dropdown-lang a {
    width: 100%;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
}

.dropdown-lang img {
    padding-right: 10px;
}
