html {
    font-family: "Encode Sans", Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: none; /* 2 */
    -webkit-text-size-adjust: none; /* 2 */
    font-size: 14px;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    color: #000;
    margin: 0 auto;
    font-weight: 400;
}
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
article,
aside,
details,
time,
caption,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
.italic {
    font-style: italic;
    letter-spacing: 1px;
}
.italic:hover {
    color: #111;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #111;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
    left: 1px;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
    display: block;
}
/*svg:not(:root) {overflow: hidden;}*/
figure {
    margin: 0;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    margin-top:20px;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,html input[type="button"], /* 1 */input[type="reset"],input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
::placeholder {
    color: #999;
}
/*base*/
.videoframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin: 0;
}
.videoframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fade {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@-webkit-keyframes come {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes come {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes come {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    opacity: 0;
    -webkit-animation: come ease-in 1;
    -moz-animation: come ease-in 1;
    animation: come ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    animation-duration: 0.3s;
}
a {
    color: #111;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #d71920;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
a.wlight {
    color: #fff !important;
}
a.wlight:hover {
    color: #606060 !important;
}
.mapframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 0;
}
.mapframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
}

.padding-no {
    padding: 0 !important;
}
.padding-xs {
    padding: 5px 15px;
}
.padding-sm {
    padding: 10px 30px;
}
.padding-top-no {
    padding-top: 0 !important;
}
.padding-top-ss {
    padding-top: 5px !important;
}
.padding-top-xs {
    padding-top: 10px !important;
}
.padding-top-sm {
    padding-top: 15px !important;
}
.padding-top-lg {
    padding-top: 45px !important;
}
.padding-top {
    padding-top: 30px !important;
}
.padding-bottom-no {
    padding-bottom: 0 !important;
}
.padding-bottom-ss {
    padding-bottom: 5px !important;
}
.padding-bottom-xs {
    padding-bottom: 10px !important;
}
.padding-bottom-sm {
    padding-bottom: 15px !important;
}
.padding-bottom-lg {
    padding-bottom: 45px !important;
}
.padding-bottom {
    padding-bottom: 30px !important;
}
.padding-left-no {
    padding-left: 0 !important;
}
.padding-left-ss {
    padding-left: 5px !important;
}
.padding-left-xs {
    padding-left: 10px !important;
}
.padding-left-sm {
    padding-left: 15px !important;
}
.padding-left-lg {
    padding-left: 45px !important;
}
.padding-left {
    padding-left: 30px !important;
}
.padding-right-no {
    padding-right: 0 !important;
}
.padding-right-ss {
    padding-right: 5px !important;
}
.padding-right-xs {
    padding-right: 10px !important;
}
.padding-right-sm {
    padding-right: 15px !important;
}
.padding-right-lg {
    padding-right: 45px !important;
}
.padding-right {
    padding-right: 30px !important;
}
.margin-no {
    margin: 0 !important;
}
.margin-xs {
    margin: 5px 15px;
}
.margin-sm {
    margin: 10px 30px;
}
.margin-top-no {
    margin-top: 0 !important;
}
.margin-top-xs {
    margin-ss: 5px !important;
}
.margin-top-xs {
    margin-top: 10px !important;
}
.margin-top-sm {
    margin-top: 15px !important;
}
.margin-top-lg {
    margin-top: 45px !important;
}
.margin-top {
    margin-top: 30px !important;
}
.margin-bottom-no {
    margin-bottom: 0 !important;
}
.margin-bottom-ss {
    margin-bottom: 5px !important;
}
.margin-bottom-xs {
    margin-bottom: 10px !important;
}
.margin-bottom-sm {
    margin-bottom: 15px !important;
}
.margin-bottom-lg {
    margin-bottom: 45px !important;
}
.margin-bottom {
    margin-bottom: 30px !important;
}
.margin-left-no {
    margin-left: 0 !important;
}
.margin-left-ss {
    margin-left: 5px !important;
}
.margin-left-xs {
    margin-left: 10px !important;
}
.margin-left-sm {
    margin-left: 15px !important;
}
.margin-left-lg {
    margin-left: 45px !important;
}
.margin-left {
    margin-left: 30px !important;
}
.margin-right-no {
    margin-right: 0 !important;
}
.margin-right-ss {
    margin-right: 5px !important;
}
.margin-right-xs {
    margin-right: 10px !important;
}
.margin-right-sm {
    margin-right: 15px !important;
}
.margin-right-lg {
    margin-right: 45px !important;
}
.margin-right {
    margin-right: 30px !important;
}
.bg-twitter {
    background: #77cbef !important;
}
.bg-facebook {
    background: #537abd !important;
}
.bg-google {
    background: #ea5d4b !important;
}
.bg-linkedin {
    background: #1384c8 !important;
}
.bg-daily {
    background: #0064dc !important;
}
.bg-youtube {
    background: #c8302a !important;
}
.bg-instagram {
    background: #444 !important;
}
.bg-whatsapp {
    background: #2ab200 !important;
}
.bg-line {
    background: #4ecd00 !important;
}
.bg-tumblr {
    background: #395976 !important;
}
.cl-twitter {
    color: #77cbef !important;
}
.cl-facebook {
    color: #537abd !important;
}
.cl-google {
    color: #ea5d4b !important;
}
.cl-linkedin {
    color: #1384c8 !important;
}
.cl-daily {
    color: #0064dc !important;
}
.cl-youtube {
    color: #c8302a !important;
}
.cl-instagram {
    color: #444 !important;
}
.cl-whatsapp {
    color: #2ab200 !important;
}
.bg-line {
    color: #4ecd00 !important;
}
.cl-tumblr {
    color: #395976 !important;
}
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.t-center {
    text-align: center !important;
}
.t-right {
    text-align: right !important;
}
.t-left {
    text-align: left !important;
}
.hidden {
    opacity: 0;
}
.visible {
    opacity: 1;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}
.glower {
    -webkit-animation: glow 0.5s infinite alternate;
}
@-webkit-keyframes glow {
    to {
        text-shadow: 1px 1px 20px rgba(0, 255, 255, 0.5);
    }
}
/*color*/
.cl-white {
    color: #fff !important;
}
.cl-gray1 {
    color: #e7e7e7 !important;
}
.cl-gray2 {
    color: #e1e1e1 !important;
}
.cl-gray3 {
    color: #808080 !important;
}
.cl-black2 {
    color: #121212 !important;
}
.cl-black {
    color: #000 !important;
}
.cl-red {
    color: #d71920 !important;
}
.boxshadow {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}
/*bg*/
.bg-white {
    background: #fff !important;
}
.bg-gray1 {
    background: #e7e7e7 !important;
}
.bg-gray2 {
    background: #e1e1e1 !important;
}
.bg-gray3 {
    background: #808080 !important;
}
.bg-black2 {
    background: #121212 !important;
}
.bg-black {
    background: #000 !important;
}
.bg-red {
    background: #d71920 !important;
}
/*body*/
body {
    margin: 0 auto;
    padding: 0;
    display: block;
    background: #fff;
}
.box-contact a {
    position: fixed;
    bottom: 5px;
    right: 30px;
    padding: 10px 15px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.5);
    height: 40px;
    z-index: 3;
    border: 1px solid #dedede;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    opacity: 0.4;
    text-transform: uppercase;
}
.box-contact a:hover {
    opacity: 1;
    background: #111;
    color: #fff;
}
p {
    margin: 15px 0;
}
.overflow-hidden {
    overflow: hidden;
}
.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    display: block;
    min-height: 20px;
    position: relative;
}
.container.full {
    max-width: 100%;
}
.container.small {
    max-width: 1020px;
}
.container.smaller {
    max-width: 800px;
}
.container-col {
    margin-left: -15px;
    margin-right: -15px;
}

/* .main-left{width:72.5%; padding:0 15px; float:left;}
.main-right{width:330px; padding:0 15px; float:left;}
.main-left .left-one{width:25%; float:left; padding:0 7.5px 0 0;}
.main-left .left-two{width:37.5%; float:left; padding:0 7.5px;}
.main-left .left-three{width:37.5%; float:left; padding:0 0 0 7.5px;} */

/* Edit by Bagus */
.main-left {
    width: 79%;
    padding: 0 5px;
    float: left;
}
.main-right {
    width: 21%;
    padding: 0 10px;
    float: right;
    
}
.main-left .left-one {
    width: 25%;
    float: left;
    padding: 0 5px 0 0;
}
.main-left .left-two {
    width: 37.5%;
    float: left;
    padding: 0 5px;
}
.main-left .left-three {
    width: 37.5%;
    float: left;
    padding: 0 0 0 5px;
}
.detail-left {
    width: 72.5%;
    padding: 0 15px;
    float: left;
}
.detail-right {
    width: 330px;
    padding: 0 15px;
    float: left;
}
.detail-left .detail-left-one {
    width: 25%;
    float: left;
    padding: 0 7.5px 0 0;
}
.detail-left .detail-left-two {
    width: 75%;
    float: left;
    padding: 0 0 0 7.5px;
}
.box20 {
    width: 20%;
    padding: 0 15px;
    float: left;
}
.box25 {
    width: 25%;
    padding: 0 15px;
    float: left;
}
.box30 {
    width: 30%;
    padding: 0 15px;
    float: left;
}
.box40 {
    width: 40%;
    padding: 0 15px;
    float: left;
}
.box50 {
    width: 50%;
    padding: 0 15px;
    float: left;
}
.box100 {
    width: 100%;
    padding: 0 15px;
}
.box50.left-pos {
    padding: 0 7.5px 0 0;
}
.box50.right-pos {
    padding: 0 0 0 7.5px;
}
.right01,
.right02,
.right03 {
    overflow: hidden;
}
/*scroll up*/

.scrollup {
    position: fixed;
    width: 40px;
    height: 40px;
    z-index: 5;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
}
.scrollup:hover {
    background: rgba(0, 0, 0, 0.9);
}
.block-all {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.5);
    z-index: 3;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
}
.block-all2 {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.5);
    z-index: 33;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-search {
    height: 80px;
    max-width: 800px;
    margin: 0 auto;
    padding: 15px;
    background: transparent;
    position: fixed;
    z-index: 35;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.box-search input.search {
    width: 100%;
    height: 50px;
    padding: 10px 60px 10px 15px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 6px;
    font-size: 16px;
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
}
.box-search button.search-btn {
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    position: absolute;
    right: 15px;
    top: 15px;
    background: transparent;
}
/*login*/
.box-login {
    height: 340px;
    max-width: 400px;
    margin: 0 auto;
    padding: 15px;
    background: transparent;
    position: fixed;
    z-index: 35;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    margin-top: -170px;
}
.box-input {
    margin: 0 0 10px 0;
    position: relative;
    height: 50px;
}
.box-input input.search {
    width: 100%;
    height: 50px;
    padding: 10px;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    box-shadow: 1px 1px 6px 1px rgba(48, 51, 130, 0.1);
}
.box-login button.search-btn {
    width: 100%;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 4px;
    background: #303382;
    color: #fff;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    margin-top: 15px;
}
.box-login button.search-btn:hover {
    transition: all 0.3s ease-in-out;
    opacity: 0.7;
    background: #111;
}
/*popup share*/
.box-popup-share {
    height: 100px;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 15px;
    background: transparent;
    position: fixed;
    z-index: 35;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    margin-top: -170px;
}
.popup-share {
    padding: 30px;
    background: #fff;
    border-radius: 4px;
    height: 340px;
    overflow: hidden;
}
.popup-share ul.share {
    list-style: none;
    list-style-position: inside;
    margin: 0 -5px;
    z-index: 2;
    padding: 0;
    height: auto;
}
.popup-share ul.share li {
    width: 25%;
    float: left;
    padding: 0 5px;
}
.popup-share ul.share li a {
    margin: 5px 0;
    height: 50px;
    width: 100%;
    padding: 0 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-share ul.share li a:hover {
    opacity: 0.7;
}
.popup-share ul.share li span {
    font-size: 13px;
    margin-top: 4px;
    padding-left: 10px;
}
/*cmd*/
.hide_desktop {
    display: none;
    visibility: hidden;
}
.nopad {
    padding: 0;
}
.dblock {
    display: block;
}
.centering {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.centering.column {
    flex-direction: column;
}
.centering.row {
    flex-direction: row;
}
.clear {
    clear: both;
}
.overflow {
    overflow: hidden;
}
/*header*/

header {
    height: auto;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 4;
    width: 100%;
    margin: 0 auto;
    transition: top 0.2s ease-in-out;
}
header .header-top {
    height: 80px;
    width: 100%;
    background: #fff;
    padding: 15px 0;
}
header .header-top .top-left {
    width: auto;
    float: left;
    padding: 0 15px;
}
header .header-top .top-right {
    width: auto;
    float: right;
    padding: 0 15px;
}
header .header-corona {
    height: 250px;
    width: 100%;
    background: #000;
    padding: 15px 0;
}
a.btn-round {
    color: #000000;
    font-weight: 700;
    height: 50px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    font-size: 16px;
}
a.btn-round:hover {
    transition: all 0.3s ease-in-out;
    color: #d71920;
}
header .header-top .header-inside {
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
header .header-corona .header-inside {
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

header .header-bottom {
    height: 50px;
    width: 100%;
    background: #fff;
    padding: 0;
    border-bottom: 1px solid #000;
}
header .header-bottom .header-inside {
    padding: 0 15px;
    max-width: 1400px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    position: relative;
}
header .header-bottom .header-inside .menuicon {
    position: absolute;
    left: 15px;
    top: 5px;
}
header .header-bottom .header-inside1 {
    padding: 0 15px;
    max-width: 1200px;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    position: relative;
}
header .header-bottom .header-inside1 .menuicon {
    position: absolute;
    left: 15px;
    top: 5px;
}
header.showhead {
    display: block;
}
h1.logo {
    padding: 0;
    height: 50px;
    margin: 0 auto;
    width: 137px;
}
h1.logo img {
    height: 50px;
    width: auto;
}
h1.logo.home {
    padding: 0;
    height: 50px;
    margin: 0 auto;
    width: auto;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header-up {
    top: -80px;
    transition: top 0.2s ease-in-out;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}
.header-up ul.main-menu li {
    position: relative;
    font-size: 16px;
    padding: 0 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.header-down {
    box-shadow: none;
}
.box-main-menu {
    margin: 0;
    padding: 5px 0;
    height: 50px;
    width: 100%;
}
ul.main-menu {
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
ul.main-menu li {
    position: relative;
    font-size: 16px;
    padding: 0 15px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
ul.main-menu li a {
    color: #000;
    font-weight: 400;
    position: relative;
}
ul.main-menu li a:hover {
    color: #d71920;
}
ul.main-menu li a.selected {
    color: #d71920;
    position: relative;
    font-weight: bold;
}
ul.main-menu li:last-child {
    padding-right: 0;
}
ul.main-menu li > a:after {
    content: " \f107";
    font-family: "FontAwesome";
    font-size: 12px;
    margin-left: 10px;
    top: -2px;
    position: relative;
}
ul.main-menu li > a:only-child:after {
    content: "";
    margin: 0;
}
ul.main-menu li ul.subkanal {
    position: absolute;
    top: -100vh;
    right: 0;
    z-index: -1;
    background: #fff;
    list-style: none;
    list-style-position: inside;
    padding: 0;
    margin: 0;
    width: 200px;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}
ul.main-menu li:hover ul.subkanal {
    display: block;
    top: 100%;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    margin-top: 2px;
    border-top: 1px solid #fff;
}
ul.main-menu li ul.subkanal li {
    float: none;
    height: auto;
    padding: 0;
}
ul.main-menu li ul.subkanal li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    overflow: hidden;
    height: auto;
    padding: 15px;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
ul.main-menu li ul.subkanal li a:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #d71920;
}
ul.main-menu li ul.subkanal li a.selected {
    color: #d71920;
}
.submore {
    top: -300px;
    min-height: 50px;
    width: 100%;
    left: 0;
    position: fixed;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background: #fff;
    z-index: 5;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.submore.show-notif {
    display: block;
    top: 45px;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.bannerbox {
    border-bottom: 1px solid #000;
    padding: 30px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bannerbox img {
    width: 100%;
    max-width: 780px;
    height: auto;
}
.iklan300 {
    width: 100%;
    margin: 0 auto;
    height: 250px;
    background: #ff0;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bakarbatu {
    width: 100%;
    margin: 0 auto;
    height: auto;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.investigasibox {
    padding: 0;
}
.investigasibox img {
    width: 100%;
    height: auto;
}
ul.list-sub {
    list-style: none;
    list-style-position: inside;
    padding: 0;
    margin: 0;
}
ul.list-sub li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    font-size: 16px;
    height: auto;
    display: block;
    float: none;
}
ul.list-sub li:last-child {
    border-bottom: none;
}
ul.list-sub li a {
    color: #000;
    transition: all 0.35s ease-in-out;
    font-weight: 600;
    display: block;
}
ul.list-sub li a:hover {
    color: #000;
}
ul.list-sub li a.selected {
    color: #111;
}

ul.list-text {
    list-style: none;
    list-style-position: inside;
    padding: 0;
    margin: 0;
}
ul.list-text li {
    border-bottom: 1px solid #d3d3d3;
    padding: 10px 0;
    font-size: 16px;
    height: auto;
    display: block;
    float: none;
}
ul.list-text li:last-child {
    border-bottom: none;
}
ul.list-text li a {
    color: #000;
    transition: all 0.35s ease-in-out;
    font-weight: 600;
    display: block;
}
ul.list-text li a:hover {
    color: #d71920;
}

ul.list-populer {
    list-style: none;
    list-style-position: inside;
    padding: 0;
    margin: 0;
}
ul.list-populer li {
    border-bottom: 1px solid #000;
    padding: 15px 0;
    height: auto;
    display: block;
    float: none;
}
ul.list-populer li:last-child {
    border-bottom: none;
}
ul.list-populer h3.title {
    font-size: 16px;
    font-weight: 600;
}
ul.list-populer h3.date {
    font-size: 12px;
    margin-top: 15px;
    font-weight: 400;
}
ul.list-populer li:last-child {
    border-bottom: none;
}
ul.list-populer li a {
    transition: all 0.35s ease-in-out;
}
ul.list-populer li a:hover {
    color: #d71920;
}

/*right-menu*/
ul.right-menu {
    list-style-position: inside;
    margin: 0;
    padding: 0;
    float: left;
}
ul.right-menu li {
    position: relative;
    font-weight: 600;
    width: 30px;
    font-size: 14px;
    height: 50px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.right-menu li a {
    color: #000;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.right-menu li a:hover {
    color: #d71920;
}
ul.right-menu li a.selected {
    color: #a7a8ba;
}
ul.right-menu li a.langselect {
    color: #d71920;
}
ul.right-menu li .icons {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #d71920;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 5px;
}
ul.right-menu li:last-child {
    margin-right: 0;
}
.blockbox {
    margin: 0 0 30px 0;
    border-bottom: 3px solid #000;
    padding: 0 0 30px 0;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.blockbox-lipsus {
    margin: 0 0 30px 0;
    border-bottom: 1px solid #000;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.blockbox-corona {
    margin: 0 0 30px 0;
    background-color: #808080;
    border-bottom: 1px solid #000;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.blockbox1 {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.blockbox2 {
    background: #d71920;
    margin: 0 0 30px 0;
    padding: 5px 5px 30px 5px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.blockbox2 .box-title-kanal {
    color: #fff;
    min-height: 20px;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #fff;
    width: 100%;
}
.blockbox2 .box-title-kanal h2.title-kanal {
    min-height: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
}
.blockbox2 .box-title-kanal h2.title-kanal a {
    color: #fff;
}
.blockbox2 .box-title-kanal h2.title-kanal a:hover {
    color: #000;
}

.box-title-kanal {
    color: #000;
    min-height: 24px;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #d71920;
    width: 100%;
}
.border-no {
    border-bottom: none !important;
}
.padding-no {
    padding: none !important;
}
.box-title-kanal.lines {
    border-top: 3px solid #d71920;
    border-bottom: 3px solid #d71920;
}
.box-title-kanal.block {
    background: #d71920;
    color: #fff;
    text-align: center;
}
.box-title-kanal h2.title-kanal {
    min-height: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
}
.box-title-kanal h2.title-kanal a {
    color: #000;
}
.box-title-kanal h2.title-kanal a:hover {
    color: #d71920;
}
.cd-main-content {
    min-height: 100%;
    z-index: 2;
    padding-top: 130px;
    /* padding-top:380px;*/
    background: transparent;
}
.cd-main-content1 {
    min-height: 100%;
    z-index: 2;
    background: transparent;
}

.newsletterbox {
    border: 1px solid #000;
    padding: 15px;
    border-top: 5px solid #d71920;
    overflow: hidden;
}
a.button.button-big {
    height: auto;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
    margin: 0;
    border: 1px solid #fff;
    background: #fff;
    color: #111;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    text-transform: uppercase;
    font-weight: 500;
}

a.button.button-big.clean {
    background: #fff;
    border-color: #d91c40;
    color: #d91c40;
    opacity: 1;
    text-transform: uppercase;
    font-weight: 600;
}
/* Style the button used to pause/play the video */
a.button.button-medium {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin: 0;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
    min-width: 120px;
    opacity: 1;
    text-transform: uppercase;
}
a.button:hover,
a.button.button-medium:hover,
a.button.button-big.clean:hover {
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

/*breadcrumbs*/
.breadcrumbs {
    margin: 0 auto;
    display: block;
    padding: 10px 0;
    overflow: hidden;
}
ul.sitemap {
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
ul.sitemap li {
    float: left;
    padding-right: 20px;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #303382;
}
ul.sitemap li:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f054";
    top: 0;
    right: 5px;
    font-size: 8px;
    color: #303382;
}
ul.sitemap li a {
    color: #303382;
}
ul.sitemap li a:hover {
    color: #d91c40;
}
ul.sitemap li:last-child {
    padding-right: 0;
}
ul.sitemap li:last-child:before {
    display: none;
}

ul.pagging {
    list-style: none;
    list-style-position: inside;
    margin: 15px 0 30px 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    min-height: 40px;
    flex-decoration: no wrap;
}
ul.pagging li {
    min-width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    margin: 3px;
}
ul.pagging li a {
    height: 40px;
    display: block;
    padding: 5px;
    border: 1px solid #303382;
    color: #303382;
    background: #fff;
    border-radius: 4px;
}
ul.pagging li a:hover {
    background: #fff;
    color: #d91c40;
    border-color: #d91c40;
}
ul.pagging li.select a {
    background: #303382;
    color: #fff;
    border-color: #303382;
}

.detail {
    padding: 0;
    width: 100%;
    overflow: hidden;
}
.inner {
    padding-top: 0;
    overflow: hidden;
}
.detail .detail-in {
    padding: 15px 0;
}
.detail p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 30px 0;
}
.detail p a {
    color: #d91c40;
    text-decoration: none !important;
    border-bottom: 0.0625rem solid #dcdcdc;
    transition: border-color 0.25s ease-out;
}
.detail p a:hover {
    border-bottom: 0.0625rem solid #d91c40;
}
.detail .foto-detail {
    width: 100%;
    height: auto;
    overflow: hiden;
    margin: 0 auto;
}
.detail .foto-detail img {
    width: 100%;
    height: auto;
}
.caption {
    padding: 5px 0;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    border-top: 1px solid #d71920;
}
.box-judul-detail {
    padding: 80px 0;
    overflow: hidden;
}
.box-judul-detail h1.title {
    margin: 0 0 15px 0;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    padding-left: 115px;
    position: relative;
}
.box-judul-detail h1.title::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 8px;
    background: #d71920;
    top: 18px;
    left: 0;
    z-index: 2;
}
.box-data-artikel h3.date,
.box-data-artikel h3.name {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 5px 0;
    color: #000;
    border-bottom: 1px solid #000;
}
.box-data-artikel h3.kanal {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    font-weight: 700;
    border-bottom: 1px solid #d71920;
    text-transform: uppercase;
    padding: 5px 0;
}
/* .box-data-artikel h3.quote{font-size:16px; line-height:20px; margin:0 0 15px 0; font-weight:700; border-top:1px solid #d71920; text-transform:uppercase; padding:5px 0;} */
.box-data-artikel h3.quote {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 15px 0;
    font-weight: 700;
    border-top: 1px solid #d71920;
    padding: 5px 0;
}
.box-foto-artikel {
    margin: 0 auto 30px auto;
    overflow: hidden;
}
.box-foto-artikel .foto-artikel {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.box-foto-artikel .foto-artikel img {
    width: 100%;
    height: auto;
}

/*share detail*/
.box-share {
    overflow: hidden;
    display: none;
    position: absolute;
    top: 40%;
    left: 15px;
    right: 15px;
    width: 119px;
}
ul.share {
    list-style: none;
    list-style-position: inside;
    margin: 0;
    z-index: 2;
    width: 100%;
    padding: 0;
    height: auto;
}
ul.share li {
    float: left;
    padding: 0 10px;
}
ul.share li a {
    margin: 5px 0;
    height: 40px;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
ul.share li a:hover {
    opacity: 0.7;
}
ul.share li:first-child {
    padding-left: 0;
}

ul.row-list1 {
    list-style: none;
    list-style-position: inside;
    margin: 0 -15px;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: wrap;
    overflow: hidden;
}
ul.row-list1 li {
    width: 100%;
    padding: 0 15px;
    overflow: hidden;
}
ul.row-list1.row2 li {
    width: 50%;
    padding: 0 15px;
}

ul.row-list {
    list-style: none;
    list-style-position: inside;
    margin: 0 -15px;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: wrap;
    overflow: hidden;
}
ul.row-list li {
    width: 100%;
    padding: 0 15px;
    overflow: hidden;
    /*height: 150px;*/
}
ul.row-list.row2 li {
    width: 50%;
    padding: 0 15px;
}
ul.row-list.row3 li {
    width: 33.333%;
    padding: 0 15px;
}
ul.row-list.row4 li {
    width: 25%;
    padding: 0 15px;
}
ul.row-list.row5 li {
    width: 20%;
    padding: 0 15px;
}

/*big cover*/
.bigcoverbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background: #000;
}
.bigcoverbox .cover-foto {
    width: 100%;
    height: auto;
    overflow: hidden;
    opacity: 0.5;
}
.bigcoverbox .cover-foto img {
    width: 100%;
    height: auto;
}
.bigcoverbox .box-title-cover {
    position: absolute;
    left: 100px;
    bottom: 100px;
    width: 70%;
    z-index: 2;
}
.bigcoverbox .box-title-cover h2.kanal {
    font-size: 30px;
    line-height: 34px;
    color: #d71920;
    margin: 0;
}
.bigcoverbox .box-title-cover h1.title {
    font-size: 72px;
    line-height: 76px;
    color: #fff;
    margin: 0;
    font-weight: 900;
}
.bigcoverbox .box-title-cover p.desc {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin: 15px 0 0 0;
}
/*card news*/
.card-news {
    height: auto;
    overflow: hidden;
    width: 100%;
    position: relative;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.card-news .img-card {
    position: relative;
    width: 110px;
    overflow: hidden;
    height: 110px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    float: left;
}
.card-news .img-card img {
    width: auto;
    height: 110px;
    display: block;
}
.card-news .desc-card {
    height: auto;
    overflow: hidden;
    padding: 0 0 0 15px;
    position: relative;
    min-height: 110px;
}
.card-news .desc-card h3.title {
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 5px 0;
    font-weight: 600;
}
.card-news .desc-card h3.date1 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 5px 0;
    color: #000;
    border-bottom: 1px solid #000;
}
.card-news .desc-card h4.title {
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 5px 0;
    font-weight: 600;
}
.card-news .desc-card h3.date {
    color: #1371e3;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin: 0 0 10px 0;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 18px;
    text-transform: uppercase;
}
/* .card-news .desc-card p{font-size:12px; margin:0;} */
.card-news .desc-card p {
    font-size: 12px;
    margin: 0;
    font-weight: normal !important;
}
ul.box3 li {
    /*border-bottom: 1px solid #000;*/
    /*padding-bottom: 15px;*/
    margin-bottom: 15px;
}
/* ul.box3 li{padding-bottom:15px; margin-bottom:15px;} */
ul.box3 li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.card-news.img-full .img-card {
    float: none;
    width: 100%;
    height: auto;
}
.card-news.img-full .img-card img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}
/* .card-news.img-full .img-card img{width:auto; height:310px; object-fit:cover;} */
.card-news.img-full .desc-card {
    padding: 15px 0 0 0;
    min-height: 10px;
}
.card-news.overlay {
    position: relative;
}
.card-news.overlay .desc-card {
    position: absolute;
    padding: 15px;
    left: 0;
    max-width: 300px;
    bottom: 0;
    min-height: 10px;
    z-index: 2;
}
/*card news*/
.card-news-left {
    height: auto;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin: 0 0 60px 0;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.card-news-left .img-card {
    position: relative;
    width: 50%;
    float: left;
    overflow: hidden;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-right: 7.5px;
}
.card-news-left .img-card img {
    width: 100%;
    height: auto;
    display: block;
}
.card-news-left .title-card {
    width: 50%;
    float: left;
    padding-left: 7.5px;
}
.card-news-left .desc-card {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px 0 0 0;
    position: relative;
}
.card-news-left .desc-card h3.title {
    transition: all 0.3s ease-in-out;
    font-size: 22px;
    line-height: 26px;
    margin: 0 auto;
    font-weight: bold;
}
.card-news-left .title-card h3.title {
    padding: 15px 0 0 0;
    border-top: 3px solid #d71920;
    transition: all 0.3s ease-in-out;
    font-size: 22px;
    line-height: 26px;
    margin: 0 auto;
    font-weight: bold;
}
.card-news-left .desc-card p {
    margin: 0;
}

ul.liked {
    padding: 0;
    margin: 0 auto 30px auto;
    list-style: none;
    list-style-position: inside;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
ul.liked li {
    margin: 0;
    width: auto;
    padding: 0 30px;
}
ul.liked li a {
    width: auto;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.35s ease-in-out;
    color: #808080;
}
ul.liked li a:hover {
    color: #d71920;
}

ul.prevnext {
    padding: 30px 0;
    margin: 0 auto;
    max-width: 600px;
    list-style: none;
    list-style-position: inside;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
ul.prevnext li {
    width: 50%;
    float: left;
    padding: 30px 55px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

ul.prevnext li a h3.title {
    color: #808080;
    opacity: 1;
    font-size: 16px;
    transition: all 0.35s ease-in-out;
}

ul.prevnext li a .icons {
    width: 40px;
    height: auto;
    border-radius: 15px;
    color: #808080;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 30px;
}
ul.prevnext li a h3.title:hover {
    transition: all 0.35s ease-in-out;
    color: #000;
}
ul.prevnext li:last-child .icons {
    left: inherit;
    right: 0;
}
ul.prevnext li a:hover .icons {
    color: #000;
}
ul.prevnext li:first-child {
    border-right: 1px solid #000;
}

ul.sosmed {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-position: inside;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
}
ul.sosmed li {
    margin: 0;
    width: 30px;
}
ul.sosmed li a {
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    font-size: 14px;
    transition: all 0.35s ease-in-out;
}
ul.sosmed li a:hover {
    opacity: 0.5;
}
ul.sosmed li a.icons {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #d71920;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
/*footer*/
.footer {
    background: #fff;
    overflow: hidden;
    width: 100%;
    height: auto;
    border-top: 1px solid #000;
    border-bottom: 3px solid #000;
}
.footer .footer-inside {
    padding: 15px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-flow: wrap;
}
.footer .footer-inside .footer-box {
    padding: 0 15px;
    width: 20%;
    float: left;
}
.footer .footer-box .footer-logo {
    margin: 0;
    overflow: hidden;
    width: 100%;
}
.footer .footer-box .footer-logo img {
    width: 100%;
    height: auto;
}
.footer-copy {
    padding: 15px;
    color: #000;
    position: relative;
}
.footer-copy .topline {
    height: 1px;
    width: 100%;
    background: #fff;
    position: relative;
    margin-top: 4px;
}
.footer-copy .topline:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -4px;
    height: 1px;
    background: #fff;
}
.footer-copy .topline:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -2px;
    height: 1px;
    background: #fff;
}
p.copy {
    font-size: 12px;
    margin: 0 auto;
    max-width: 1200px;
    text-transform: uppercase;
    color: #000;
    text-align: right;
}
.footer .footer-bot {
    padding: 30px 0;
    background: #fff;
    width: 100%;
    overflow: hidden;
}
.footer .footer-left {
    width: auto;
    padding: 0 15px;
    min-height: 150px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column;
}
.footer .footer-right {
    width: auto;
    padding: 0 15px;
    min-height: 150px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.footer-logo {
    margin: 0;
    overflow: hidden;
    height: auto;
    width: auto;
    padding-right: 100px;
}
.footer-logo img {
    width: auto;
    height: 50px;
}
h3.title-footer {
    height: 35px;
    padding-bottom: 15px;
    font-weight: 600;
    color: #fff;
}
p.w-icons {
    position: relative;
    padding-left: 30px;
    color: #a7a8ba;
    margin: 0 0 15px 0;
}
p.w-icons i {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #a7a8ba;
}
ul.footer-text {
    list-style: none;
    list-style-position: inside;
    padding: 0;
    margin: 0;
}
ul.footer-text li {
    padding: 5px 0;
    color: #fff;
}
ul.footer-text li a {
    color: #000;
}
ul.footer-text li a:hover {
    color: #d71920;
}
ul.footer-text.right li {
    text-align: right;
}
.apps-logo {
    overflow: hidden;
}
.apps-logo img {
    max-height: 30px;
    width: auto;
    height: 100%;
}
/*spinner*/
.spinner {
    margin: 30px auto;
    width: 100px;
    text-align: center;
}
.spinner > div {
    width: 24px;
    height: 10px;
    background-color: #1471e3;
    border-radius: 5px;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.2s infinite ease-in-out both;
}
.spinner .bounce3 {
    background-color: #1471e3;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    background-color: #1471e3;
}
@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}
@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

ul.smallshare {
    list-style: none;
    list-style-position: inside;
    padding: 0;
    margin: 15px 0 0 0;
}
ul.smallshare li {
    float: left;
    width: 30px !important;
    padding: 0 !important;
    height: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column !important;
    border: none;
    margin: 0 2px 0 0;
}
ul.smallshare li a {
    color: #a7a8ba;
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
}
ul.smallshare li a:hover {
    display: block;
    color: #d91c40;
    background: #f1f2ff;
}
ul.smallshare li:last-child {
    border-right: none;
}
ul.smallshare li .number {
    height: 16px;
    padding: 3px 0;
    width: 100%;
    border-radius: 4px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    font-size: 10px;
    margin-bottom: 3px;
    background: #f1f2ff;
}

.square {
    position: relative;
    width: 100%;
}
.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.square-img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 6px;
}
.square-img a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.square-img img {
    width: auto;
    height: 100% !important;
    margin: 0 auto;
}

/*element*/
.element-box {
    margin: 0;
    position: relative;
    height: auto;
}
.element-box .icons {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    border-right: 1px solid #e2e4fc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.element-box input.element-input {
    width: 100%;
    height: 40px;
    padding: 10px 5px 10px 50px;
    background: #f8f8f8;
    border: 1px solid #000;
    font-size: 16px;
}
.element-box textarea.element-area {
    width: 100%;
    min-height: 120px;
    padding: 10px 5px 10px 50px;
    background: #fff;
    border: 1px solid #000;
    font-size: 16px;
}
button.sign-btn {
    width: 100%;
    height: 50px;
    border: 1px solid #fff;
    background: #000;
    color: #fff;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    margin-top: 15px;
}
.radius6 {
    border-radius: 6px !important;
}
button.sign-btn.minimalis {
    width: auto;
    padding: 0 30px;
}
button.sign-btn.medium {
    height: 40px;
}
button.sign-btn:hover {
    transition: all 0.3s ease-in-out;
    opacity: 0.9;
    background: #000;
}
button.sign-btn:disabled {
    background: #e2e4fc;
    color: #999;
    text-shadow: 1px 1px 1px #fff;
    cursor: not-allowed;
}
.element-box .element-select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.element-box select.element-select {
    width: 100%;
    height: 40px;
    padding: 5px 5px 5px 50px;
    background: #fff;
    border: 1px solid #e2e4fc;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #a7a8ba 50%), linear-gradient(135deg, #a7a8ba 50%, transparent 50%), linear-gradient(to right, #e2e4fc, #e2e4fc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}
.element-box select.element-select.noicons,
.element-box input.element-input.noicons {
    padding: 5px;
    min-width: 10px;
}
.element-box textarea.element-area.noicons {
    padding: 10px;
}
.element-box input.element-input.small {
    height: 30px;
    font-size: 12px;
}
.element-box select.element-select.small {
    height: 30px;
    font-size: 12px;
    background-position: calc(100% - 15px) calc(1em + -1px), calc(100% - 10px) calc(1em + -1px), calc(100% - 2.5em) 0.3em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}
.element-radio {
    position: relative;
    display: block;
    cursor: pointer;
}
.element-radio input[type="radio"] {
    opacity: 1;
    border: 2px solid #e2e4fc;
    background: #fff;
    height: 20px;
    width: 20px;
    position: relative;
    top: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    display: inline-flex;
    margin-right: 5px;
}
.element-radio input:checked {
    opacity: 1;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #303382;
}
.element-radio input:checked:before {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 2px;
    left: 2px;
    background: #303382;
    border-radius: 8px;
    content: "";
    z-index: 2;
}
.element-radio input:disabled {
    opacity: 1;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #d91c40;
    cursor: not-allowed;
}
.element-radio input:disabled:before {
    font-family: "FontAwesome";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0px;
    left: 0;
    content: "\f00d";
    color: #d91c40;
    font-size: 12px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    margin: 0 auto;
}
label.element-radio {
    display: inline-flex;
}

.element-check {
    position: relative;
    display: block;
    cursor: pointer;
}
.element-check input[type="checkbox"] {
    opacity: 1;
    border: 2px solid #e2e4fc;
    background: #fff;
    height: 20px;
    width: 20px;
    position: relative;
    top: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    display: inline-flex;
    margin-right: 5px;
}
.element-check input:checked {
    opacity: 1;
    background: #fff;
    border: 2px solid #303382;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.element-check input:checked:before {
    font-family: "FontAwesome";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0px;
    left: 0;
    content: "\f00c";
    color: #303382;
    font-size: 12px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.element-check input:disabled {
    opacity: 1;
    background: #fff;
    border: 2px solid #d91c40;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: not-allowed;
}
.element-check input:disabled:before {
    font-family: "FontAwesome";
    content: "\f00d";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0px;
    left: 0;
    color: #d91c40;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
label.element-check {
    display: inline-flex;
}

@media screen and (max-width: 800px) {
    
    .card-news .desc-card p {
        display: none;
    }
    .italic {
        display: none;
    }
}


.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #d71920;
    color: white;
    border-radius: 5px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}

#round {
    background: #d71920;
    color: #fff;
    padding: 0 30px;
    border-radius: 50px;
    font-weight: bold;
}

#round:hover {
    transition: all 0.5s ease-in-out;
    color: #d71920;
    background: #fff;
}

.investigasibox {
    padding: 0;
    position: relative;
}
/* .investigasibox{padding:20px 100px; position:relative;} */
.investigasibox .teks-investigasi {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 30px;
    z-index: 1;
}
/* .investigasibox .teks-investigasi{position:absolute; left:100px; top:0; bottom:0; width:50%; padding:60px; z-index:1;} */
.investigasibox .teks-investigasi h1.title {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 5px 0;
    font-weight: 900;
}
.investigasibox .teks-investigasi h2.title {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 5px 0;
    font-weight: 700;
}
.investigasibox .teks-investigasi p.desc {
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0;
}
.investigasibox .img-investigasi {
    overflow: hidden;
    background: #000;
    width: 100%;
    max-height: 240px;
}
.investigasibox .img-investigasi img {
    width: 100%;
    height: auto;
    opacity: 0.5;
}
ul.row-list1.row2.kanal li .card-news.img-full .img-card {
    background: #eee;
    height: 300px;
}

@media screen and (min-width: 801px) {
    .investigasibox {
        padding: 20px 100px;
        position: relative;
    }
    .investigasibox .teks-investigasi {
        position: absolute;
        left: 100px;
        top: 0;
        bottom: 0;
        width: 50%;
        padding: 60px;
        z-index: 1;
    }
}
