.ratio {
    width: 100%;
    height: 0;
    position: relative;
}

.ratio-16 {
    padding-top: 56.25%;
}

.ratio-1 {
    padding-top: 100%;
}

.ratio-75 {
    padding-top: 75%;
}

.ratio-135 {
    padding-top: 135%;
}

.ratio img,
.ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.is-circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}

.btn {
    min-width: 120px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
}

.btn-primary {
    background: #026B33;
    color: #fff;
    border: none;
}

.btn-secondary {
    background: none;
    border: 2px solid #026B33;
    color: #026B33;
}

.btn-orange {
    background: #FCD802;
    color: #292A63;
}

.boxed {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: -1;
    background: url(../images/custom/body-grad.jpg) no-repeat center top;
    background-size: contain;
}

.boxed .boxed-bg {
    width: calc(100% + 80px);
    height: 100vh;
    background: #fff;
    box-shadow: 0 0 64px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 64px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 64px rgba(0, 0, 0, 0.15);
    margin-left: -40px;
}

ul.navbar-nav>li.active>a {
    color: #FCD802;
}

hr {
    width: 100%;
    float: left;
}

.breadcrumb {
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
}

.grid {
    width: 100%;
    float: left;
    position: relative;
}

.grid .item {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.grid.grid-5 .item {
    width: calc((100% - 80px) / 5);
}

.grid.grid-5 .item:nth-child(5n) {
    margin-right: 0;
}

.pagination {
    width: 100%;
    float: left;
    text-align: center;
    display: block;
}

.pagination a {
    display: inline-block;
    padding: 3px 10px;
}

.pagination a.active {
    background: #DB8E5B;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #fff;
}

.post-cat {
    padding: 0 10px !important;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.post-cat:hover {
    color: #333;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.post-tag {
    font-size: 12px;
    display: inline-block;
    padding: 0 4px;
}

h3.post-subtitle {
    font-size: 14px;
    margin: 3px 0;
}

h3.post-subtitle i {
    color: #f20;
}

#featured-slider h3.post-subtitle {
    color: #fff;
    margin-top: 10px;
    margin-bottom: -10px;
    font-size: 18px;
}

.post-overaly-style h3.post-subtitle {
    color: #fff;
    margin-bottom: -5px;
    margin-top: 5px;
}

#featured-slider .post-cat,
#trending-slider .post-cat {
    color: #fff;
}

#featured-slider .post-cat:hover,
#trending-slider .post-cat:hover {
    background: #000;
}

.post-overaly-style .post-tag:hover,
#featured-slider .post-tag:hover {
    color: #fff;
}

.block-title {
    color: #333;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.for-mobile {
    display: none;
}

@media (max-width: 768px) {
    .for-desktop {
        display: none;
    }

    .for-mobile {
        display: block;
    }
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*HOME - PROFIL CALEG*/
.custom-box-1 {
    width: calc(100% - 8px);
    float: left;
    background: url(../images/custom/bg-sqare.jpg) no-repeat center;
    background-size: cover;
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.custom-box-1 .pic {
    width: 140px;
    float: left;
}

.custom-box-1 .text {
    /* width: calc(100% - 140px); */
    /* float: left; */
    padding-left: 20px;
    color: #fff;
}

.custom-box-1 .text h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 3px;
    color: #fff;
}

.custom-box-1 .text h4 {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 3px;
    color: #fff;
    text-align: end;
}

.custom-box-1 .text .small-title {
    /* float: left; */
    text-align: end;
    color: #fff;
    font-size: 14px;
    padding-top: 2px;
}

.custom-box-1 .text iframe {
    text-align: center;
    padding: 20px 0;
}

.custom-box-1 .text h3 a {
    color: #fff;
}

.custom-box-1 .block-title,
.custom-box-2 .block-title {
    color: #fff;
}

.partai {
    width: 100%;
    float: left;
    padding-left: 40px;
    position: relative;
    height: 30px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
    padding-top: 4px;
    font-weight: 500;
}

.partai img {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #fff;
}

.prof-news {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.prof-news .item {
    width: 50%;
    float: left;
    padding-right: 20px;
}

.prof-news .item h4 {
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    padding:50px 0px 0px 5px;
}

.prof-news .item h5 {
    font-size: 10px;
    line-height: 150%;
    color: #fff;
    padding: 10px 0px 0px 5px;
}


.other-caleg {
    width: 100%;
    float: left;
    padding: 20px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.other-caleg .item {
    width: 30px;
    float: left;
    margin-right: 10px;
}

.other-caleg .item figure {
    margin-bottom: 0;
}

.other-caleg .small-title {
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
    padding-top: 2px;
}

@media only screen and (max-width: 991px) {
    .custom-box-1 {
        width: 100%;
    }
}

/*HOME - PROFIL CALEG END*/

/*HOME - PROFIL PARTAI*/
.custom-box-2 {
    width: calc(100% - 8px);
    float: left;
    padding: 20px;
    background: #0B5601;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.custom-box-2 .block-title a {
    float: right;
    font-size: 14px;
    color: #fff;
    text-transform: none;
    font-weight: 400;
}

.custom-box-2 h4 {
    font-size: 14px;
    margin-bottom: 3px;
}

.custom-box-2 h4 a {
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .custom-box-2 {
        width: 100%;
    }
}

/*HOME - PROFIL PARTAI END*/

/*HOME - EXTRA NEWS*/
.extra-news .list-post li:first-child .media {
    display: block;
}

.extra-news .list-post li:first-child {
    margin-bottom: 20px;
}

.extra-news .list-post li:first-child .post-thumb.thumb-md {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.extra-news .list-post li:first-child .media-body {
    flex: none;
    width: 100%;
}

/*HOME - EXTRA NEWS*/

/*HOME - POLLING*/
.custom-box-3 {
    width: 100%;
    float: left;
    padding: 20px;
    /* background: #292A63; */
    background: #B80606;
    /* background: linear-gradient(45deg, #ff4040, #ffffff); */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.custom-box-3 h2 {
    color: #fff;
}

.custom-box-3 p {
    color: rgba(255, 255, 255, 0.8);
}

.custom-box-3 .inp-group.with-bg {
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 10px;
}

.custom-box-3 .inp-group.with-bg label {
    color: #fff;
    margin-bottom: 0;
}

.custom-box-3 .inp-group.with-bg input {
    margin-right: 10px;
}

/*HOME - POLLING END*/

/*HOME - VIDEO*/
#trending-slider .play-bt {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    font-size: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 20px;
    background: rgba(0, 0, 0, 0.3);
}

#trending-slider .play-bt i {
    margin-left: 3px;
}

.trending-slider .post-md {
    min-height: 250px;
}

/*HOME - VIDEO END*/

/*FOOTER*/
.ts-copyright {
    background: #FF8E8E;
}

.foot-menu {
    color: #fff;
    /* font-family: "Roboto", sans-serif; */
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0;
    width: 100%;
}

.foot-menu a {
    margin-left: 20px;
    color: #fff;
}

/*FOOTER END*/

/*SKYCRAPPER*/
.skycrapper {
    width: 100vw;
    height: 100vh;
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
}

.skycrapper .sky {
    width: 160px;
    height: 600px;
    overflow: hidden;
    position: absolute;
    top: 280px;
    transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
}

.skycrapper.scrolled .sky {
    top: 100px;
    pointer-events: auto;
}

.skycrapper .sky:first-child {
    right: calc(100vw - ((100vw - 1240px) / 2));
}

.skycrapper .sky:last-child {
    left: calc(100vw - ((100vw - 1240px) / 2));
}

@media only screen and (max-width: 991px) {
    .skycrapper {
        display: none;
    }
}

/*SKYCRAPPER END*/

/*DETAIL - SHARE LIST*/
.tag-lists {
    width: 60%;
    float: left;
}

.share-lists {
    width: 40%;
    float: left;
    text-align: right;
}

.share-lists a {
    width: 34px;
    height: 34px;
    background: #4C658B;
    text-align: center;
    padding-top: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-left: 6px;
    display: inline-block;
    color: #fff;
}

.share-lists a.fb {
    background: #425894;
    /*Facebook*/
}

.share-lists a.tw {
    background: #4DA9E7;
    /*Twitter*/
}

.share-lists a.yt {
    background: #FF0103;
    /*Youtube*/
}

.share-lists a.tg {
    background: #63A7E3;
    /*Telegram*/
}

.share-lists a.wa {
    background: #6EC169;
    /*Whatsapp*/
}

.share-lists a.ln {
    background: #01D409;
    /*Line*/
}

.share-lists a.li {
    background: #2767AF;
    /*Linkedin*/
}

/*DETAIL - SHARE LIST END*/

/*PARTAI*/
.indexing-header {
    width: 100%;
    float: left;
    padding: 70px 30px;
    background: url(../images/indexing-header-bg.jpg) no-repeat center;
    background-size: cover;
}

.indexing-header form {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 60px;
    padding: 10px;
}

.indexing-header form.src-partai {
    max-width: 734px;
}

.indexing-header form select {
    width: 180px;
    float: left;
    height: 40px;
    border: none;
    background: none;
    border-right: 1px solid #dedede;
    padding: 0 10px;
}

.indexing-header form.src-partai input {
    width: calc(100% - 310px);
    float: left;
    height: 40px;
    padding: 0 20px;
    background: #fff;
    border: none;
}

.indexing-header form button {
    width: 130px;
    height: 40px;
    float: left;
    background: #4d4076;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.list-partai .item,
.list-caleg .item {
    border: 1px solid #dedede;
    padding: 30px 30px 60px 30px;
    text-align: center;
    position: relative;
    transition: all ease-out 0.3s;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0);
}

.list-partai .item img,
.list-caleg .item img {
    transition: all ease-out 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.list-partai .item:hover,
.list-caleg .item:hover {
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.15);
    border-color: #fff;
}

.list-partai .item:hover img,
.list-caleg .item:hover img {
    width: 110%;
    height: 110%;
}

.list-partai .item h4,
.list-caleg .item h4 {
    font-size: 14px;
    line-height: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    transform: translateY(50%);
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    padding: 0 20px;
}

.list-partai .item h4 a,
.list-caleg .item h4 a {
    color: #333;
}

.list-partai .item h4 a:hover,
.list-caleg .item h4 a:hover {
    color: #2767AF;
}

.list-partai .item figure,
.list-caleg .item figure {
    margin-bottom: 30px;
}

.list-partai .item figure img {
    object-fit: contain;
}

.list-caleg .item h4 span {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-size: 12px;
    color: #777;
    font-weight: 400;
}

.list-caleg .item {
    margin-bottom: 30px;
}

.alpha-filter {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.alpha-filter a {
    width: calc(100% / 26);
    float: left;
    text-align: center;
    height: 43px;
    background: #f4f4f4;
    padding-top: 9px;
    color: #333;
    font-weight: 700;
}

.alpha-filter a:nth-child(even) {
    background: #e1e1e1;
}

.alpha-filter a.active {
    color: #fff;
    background: #292A63;
}

.alpha-filter a:hover {
    background: #2767AF;
    color: #fff;
}

/*PARTAI END*/

/*DETAIL PROFILE*/
.profile-card {
    width: 100%;
    float: left;
    text-align: center;
    border: 1px solid #dedede;
    padding-bottom: 30px;
}

/*DETAIL PROFILE END*/

/*QUICK COUNT BANNER*/
.qc-card {
    width: 100%;
    height: 200px;
    float: left;
    background: url(../images/qc-dummy-bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 20px 25%;
}

.qc-title {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

.chart-group {
    width: 100%;
    float: left;
}

.chart-item {
    display: inline-block;
    width: 64px;
    height: 100px;
    position: relative;
    padding: 0 5px;
    margin: 0 8px;
}

.chart-item::before {
    content: "";
    width: calc(100% + 20px);
    height: 1px;
    background: #aaa;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 2;
}

.chart-item .bar {
    width: 30px;
    background: #ddd;
    position: absolute;
    bottom: 0;
}

.chart-item .bar.bar-1 {
    left: calc(50% - 31px);
    background: #900A22;
    color: #900A22;
}

.chart-item .bar.bar-2 {
    left: calc(50% + 1px);
    background: #4D4076;
    color: #4D4076;
}

.chart-item .bar .score {
    font-size: 12px;
    transform: translateY(-100%);
}

.chart-item .name {
    position: absolute;
    top: 100%;
    line-height: 100%;
    font-size: 12px;
    font-weight: 700;
    padding-top: 10px;
}

/*QUICK COUNT BANNER END*/

/*QUICK COUNT PAGE*/
.qc-cover {
    width: 100%;
    float: left;
    padding: 50px 25%;
    text-align: center;
    height: 200px;
    background: url(../images/qc-dummy-bg.jpg) no-repeat center;
    background-size: cover;
}

.apexcharts-canvas {
    display: inline-block;
}

.chart-card {
    width: 100%;
    float: left;
    border: 1px solid #dedede;
}

.chart-card h5 {
    width: 100%;
    float: left;
    padding: 10px;
    background: #f4f4f4;
    text-align: center;
}

.select-provinsi {
    width: 100%;
    float: left;
    height: 48px;
    padding: 10px;
    background: #fff;
    border: 1px solid #dedede;
}

/*QUICK COUNT PAGE END*/

/*KANAL VIDEO*/
#latest-video .play-bt,
#video-headline .play-bt {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    font-size: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 20px;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

#latest-video .play-bt i,
#video-headline .play-bt i {
    margin-left: 3px;
}

/*KANAL VIDEO END*/

/*HEADER*/
.sub-menu {
    padding: 0;
    background: #f4f4f4;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    z-index: 3;
}

.sub-menu-pack {
    text-align: center;
    width: 100%;
    margin: 0;
    padding-left: 0;
    float: left;
}

.sub-menu-pack li {
    display: inline-block;
}

.sub-menu-pack li a {
    display: block;
    padding: 10px 15px;
    color: #333;
}

.sub-menu-pack li a:hover {
    color: #ff2200;
}

/*EXTRA*/
.extra-news h2.post-title {
    font-size: 16px;
}

.media-group {
    padding: 20px 0;
}

.media-group .container {
    background: #f4f4f4;
    padding: 40px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.owl-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 15px;
}

.owl-text {
    font-size: 1em;
    margin: 0;
}