/********** Template CSS **********/
:root {
    --primary: #2055A0;
    --secondary: #FFE000;
    --light: #ffffff;
    --dark: #0F4229;
    --white: #fff
}

body {
    font-family: 'Poppins';
    line-height: 1.5;
    color: #000 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
    font-family: 'Poppins';
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
    font-family: 'Poppins';
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500;
    margin-bottom: 0;
    color: #000;
    font-family: 'Poppins';
}

p {
    margin-bottom: 0;
    font-family: 'Poppins';
}

a:hover {
    text-decoration: none;
}

.maps iframe {
    width: 100%;
    height: 300px;
}


.read-other {
    border: 1px solid #eee;
    background: #fafafa;
    padding: 1rem 1.5rem;
    position: relative;
}

.read-other::before {
    content: "";
    background: var(--secondary);
    width: 5px;
    height: 80%;
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
}

.read-other a {
    text-decoration: none;
    color: var(--primary);
    font-size: 1.2rem;
    
}


/*** Background & Text Color ***/

.bg-blue {
    background: var(--primary);
}

.bg-yellow {
    background: var(--secondary);
}

.bg-black {
    background: #080808 !important;
}

.bg-grey {
    background: #939191;
}

.txt-blue {
    color: var(--primary);
}

.txt-yellow {
    color: var(--secondary);
}

.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 800;
}
.fw-900 {
    font-weight: 900;
}

/*** Border & Border-Radius ***/
.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}




/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Position Iframe ***/
.position-iframe {
    position: fixed;
    bottom: 8rem;
    right: 10px;
    width: 18rem;
    height: 15rem;
    z-index: 999;
    text-align: right;
    transition: .5s ease-out;
}

.position-iframe.hide {
    right: 0;
    width: 3rem;
}

.position-iframe button {
    background: #2055A0;
    border: 0;
    padding: 0.1rem .6rem;
    font-size: 1.4rem;
    color: #fff;
    transform: rotate(-180deg);
}

.position-iframe.hide button {
    transform: rotate(0);
    opacity: .3;
}

.position-iframe .video-iframe-sticky {
    position: fixed;
    bottom: 7.5rem;
    right: 10px;
    width: 18rem;
    height: 13rem;
    z-index: 999;
    transition: .5s ease-out;
}

.position-iframe.hide .video-iframe-sticky {
    right: -400px
}

.position-iframe .video-iframe-sticky iframe {
    width: 100%;
    height: 100%;
}




/*** Advertising ***/
.card-advert {
    /* background: #939191; */
    text-align: center;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; /* Tambahkan ini untuk kontrol tinggi .card-advert.premium */
}


.card-advert a {
    width: 100%;
    height: 100%;
}

.card-advert img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Menambahkan object-fit untuk mengontrol tinggi dan lebar gambar */
    max-width: 100%;
}

.card-advert.premium {
    /* height: 85px;
    max-height: 85px; */
    transition: .3s;
}

.card-advert.intermediate {
    /* height: 75px;
    max-height: 75px; */
}

.card-advert.little {
    /* height: 190px;
    max-height: 190px; */
}

.card-advert.small {
    /* height: 250px;
    max-height: 250px; */
}

.card-title-nav {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: .5rem;
    line-height: 1.1;
}

/*** Top Menu ***/
.top-menu {
    background: #002148;
}

.top-menu h4 {
    font-weight: 600;
    font-style: italic;
}

.top-menu a {
    font-size: 14px;
    margin-right: 30px;
    color: #fff;
}

.top-menu a:hover {
    color: var(--secondary);
}

/*** Top Login ***/
.top-login {
    background: #0D4088;
    position: relative;
}

.top-login .header-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    transform: translateX(40%);
}

.top-login .logo-header img {
    max-width: 80%;
    transition: .3s;
    filter: brightness(0) invert(1);
}

.top-login .register {
    border: 1px solid #fff;
    color: #fff;
}



/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 80px
}

.navbar .navbar-nav .nav-link {
    margin-right: 10px;
    padding: 5px;
    color: var(--primary);
    font-size: 15px;
    font-weight: 500;
    outline: none;
    cursor: pointer;
    position: relative;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--white);
    background: var(--primary);
}

/* .navbar .navbar-nav .nav-link::before,
.navbar .navbar-nav .nav-link::before {
    content: "";
    background: var(--secondary);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-99%);
    width: 0%;
    height: 3px;
    transition: all .5s ease;
}

.navbar .navbar-nav .nav-link:hover::before,
.navbar .navbar-nav .nav-link.active::before {
    width: 51%;
} */

.navbar .navbar-nav .nav-link::after,
.navbar .navbar-nav .nav-link::after {
    content: "";
    background: var(--secondary);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 3px;
    transition: all .5s ease;
}

.navbar .navbar-nav .nav-link:hover::after,
.navbar .navbar-nav .nav-link.active::after {
    width: 100%;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 0;
    color: var(--light);
}

.navbar .btn-social {
    font-size: 1rem;
}

.navbar .btn-social:hover {
    color: var(--secondary) !important;
}


.navbar .nav-item .dropdown-menu {
    min-width: 100%;
    padding: 1rem;
    border-radius: 10px;
    color: #2055A0;
    font-size: .9rem;
    font-weight: 700;
}

.navbar .nav-item .dropdown-menu .card-box .card-menu {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0.5rem 0;
}

.navbar .nav-item .dropdown-menu .card-box .card-menu::before {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
}

.navbar .nav-item .dropdown-menu .card-box .card-menu:hover::before,
.navbar .nav-item .dropdown-menu .card-box .card-menu.active::before {
    opacity: .3;
}



.navbar .nav-item .dropdown-menu .card-box .card-menu>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}

.navbar .nav-item .dropdown-menu .card-box .card-menu .card-icon {
    flex: 0 0 auto;
    width: 15%;
}

.navbar .nav-item .dropdown-menu .card-box .card-menu .card-icon img {
    max-height: 1.1rem;
    filter: invert(26%) sepia(62%) saturate(879%) hue-rotate(179deg) brightness(105%) contrast(96%);
}




.navbar .nav-item .dropdown-menu .card-box .card-menu .card-title-menu {
    flex: 0 0 auto;
    width: 85%;
    font-size: .8rem;
    color: #2055A0;
    font-weight: 600;
}

.navbar .nav-item .dropdown-menu .card-box .card-menu .card-title-menu .description {
    font-size: .6rem;
    font-weight: 400;
}

.navbar .dropdown .dropdown-toggle.toggle-menu {
    padding-right: 1rem;

}

.navbar .dropdown .dropdown-toggle.toggle-menu::before {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    transition: .2s;
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
}

@media (max-width: 991.98px) {
    .navbar .navbar-toggler-icon {
        filter: invert(28%) sepia(19%) saturate(3989%) hue-rotate(190deg) brightness(96%) contrast(93%);
        /* border: 1px solid #fff; */
    }

    .navbar-light .navbar-toggler {
        border-color: var(--primary);
    }

    .navbar .navbar-nav {
        height: 32rem;
        overflow-y: auto;
    }

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 10px;
    }

    .navbar .navbar-nav .nav-link.tab-header {
        display: none;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        min-width: 15rem;
    }

    .navbar .nav-item .dropdown-menu.forex {
        min-width: 30rem
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/***  Breadcrumb ***/
.breadcrumb li {
    font-size: .8rem;
}

.breadcrumb li a {
    color: var(--primary);
    font-weight: 600;
}

.breadcrumb li.active a {
    color: #6c757d;
}


/*** crypto ***/
.crypto .nav-item .nav-link {
    border: none;
    margin-right: 30px;
    /* border-radius: 20px; */
    font-size: 12px;
    color: #747474;;
    margin-top: 10px;
    padding: 0;
}
.crypto .nav-item {
    width: auto;
    text-align: center;
}

.crypto .nav-item .nav-link:hover,
.crypto .nav-item .nav-link.active {
    /* background: var(--primary); */
    color: var(--primary);
    border: none;
    border-bottom: 2px solid var(--primary);
    /* color: var(--white); */
}

.crypto .tab-content .box-crypto {
    background: #F8F9FC;
}

.crypto .tab-content .box-crypto .title span {
    font-size: 13px;
}

.crypto .tab-content .box-crypto .market p {
    font-size: 10px;
    margin-bottom: 0.2rem;
    /* color: #000; */
}


/*** news-popular ***/
.news-popular .box-news {
    height: 100%;
}

.news-popular .box-news .img {
    width: 100%;
    /* overflow: hidden;
    height: calc(100% - 0%); */
    background: #eee;
}

.news-popular .box-news .img img {
    width: 100%;
}

.news-popular .box-news .category p{
    color: #2F2A2A;
    font-size: 0.7rem;
}
.news-popular .box-news .title p{
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 14px;
}

a:hover .box-news .category p{
    color: var(--primary);
}
a:hover .box-news .title p{
    color: var(--primary);
}

a:hover .box-news .date small{
    color: var(--primary);
}


.news-popular .slider-container {
    position: relative;
}

.news-popular .news-popular-slider {
    position: static;
    /* padding-bottom: 50px; */
}

.news-popular .swiper-button-prev {
    left: 93%;
	background-image: none;
    top: -35%;
}
.news-popular .swiper-button-prev::before {
    position: relative;
    content: "\f137";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-right: 10px; 
    font-size: 26px;
    color: #23598E;
}

.news-popular .swiper-button-next::before {
    position: relative;
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-right: 10px; 
    font-size: 26px;
    color: #23598E;
}

.news-popular .swiper-button-next {
	right: 0;
	background-image: none;
    top: -35%;
}


/*** headline ***/
.headline .content-area .box-news {
    width: 100%;
    height: 100%;
    background: #a7a7a7;
    overflow: hidden;
    position: relative;
}
.headline .content-area .box-news .headline-top {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--secondary);
    border-bottom-left-radius: 100px;
    padding: 20px 50px;
    z-index: 10;
}

.headline .content-area .box-news .img img{
    width: 100%;
    height: 100%;
    background: #a7a7a7;
    transition: .3s;
}

.headline .content-area .box-news:hover .img img{
    transform: scale(1.1);
}

.headline .content-area .box-news .headline-top h5 {
    font-size: 1rem;
}

.headline .content-area .box-news .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 110px 30px 40px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -10.82%, #040404 70.18%);
}

.headline .content-area .box-news .content .category p {
    color: #fff;
    opacity: 0.7;
}
.headline .content-area .box-news .content .title h2 {
    color: #fff;
    font-size: calc(1rem + .9vw);
}
.headline .content-area .box-news .content .date small {
    color: #fff;
    opacity: 0.7;
}


.headline .side-content .single-content {
    height: 100%;
}

.headline .side-content .single-content .img {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 55%;
    background: #eee;
}

.headline .side-content .single-content .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.headline .side-content .single-content:hover .img img {
    transform: scale(1.1);
}

.headline .side-content .single-content .content {
    /* position: absolute;
    bottom: 0;
    left: 0; */
    width: 100%;
    padding: 0 20px;
    background: var(--primary);
}

.headline .side-content .single-content .content .category p {
    color: #fff;
    opacity: 0.7;
    font-size: 12px;
}
.headline .side-content .single-content .content .title p {
    color: #fff;
    font-size: 14px;
}
.headline .side-content .single-content .content .date p {
    color: #fff;
    opacity: 0.7;
    font-size: 14px;
}


.headline .content-list .row-p {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
}

.headline .content-list .box-list {
    background: #fff;
    border: 1px solid #0000002b;
    text-align: center;
    height: 100%;
    margin: 0 1px;
    transition: .3s;
    overflow: hidden;
    position: relative;
}

.headline .content-list .box-list .img {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 55%;
}

.headline .content-list .box-list .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.headline .content-list .box-list:hover .img img {
    transform: scale(1.1);
}



.headline .content-list .box-list:hover {
    background: var(--primary);
}


.headline .content-list .box-list .title p {
    font-size: 8.7px;
    color: #000;
    transition: .3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.headline .content-list .box-list:hover .title p {
    color: #fff;
}


.headline .side-content-list {
    height: 100%;
    background: #bfbfbf1f;
    padding: 5px;
    border-radius: 5px;
}

.headline .side-content-list .img {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 65%;
    background: #eee;
}

.headline .side-content-list .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.headline .side-content-list:hover .img img {
    transform: scale(1.1);
}


.headline .side-content-list .content .category p {
    color: #000;
    opacity: 0.7;
    font-size: 10px;
}
.headline .side-content-list .content .title p {
    color: #000;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
.headline .side-content-list .content .date p {
    color: #000;
    opacity: 0.7;
    font-size: 10px;
}

.headline a:hover .side-content-list .content  p {
    color: var(--primary);
}

/*** headline ***/
.latest-news .box-news {
    height: 100%;
    background: #bfbfbf1f;
padding: 5px;
border-radius: 5px;
}

.latest-news .box-news .img {
    /* width: 100%; */
    height: calc(100% - 0%)  ;
    overflow: hidden;
    background: #eee;
}

.latest-news .box-news .img img{
    width: 100%;
    max-width: none;
    height: auto;
}

.latest-news .box-news .category p {
    color: #000;
    opacity: 0.7;
    font-size: 14px;
    text-transform: uppercase;
}
.latest-news .box-news:hover .category p {
    color: var(--primary);
}

.latest-news .box-news .title p {
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
}

.latest-news .box-news:hover .title p {
    color: var(--primary);
}

.latest-news .box-news .desk p {
    color: #000;
    opacity: 0.7;
    font-size: 14px;
}

.latest-news .box-news:hover .desk p {
    color: var(--primary);
}

.latest-news .box-news .date p {
    color: #000;
    opacity: 0.7;
    font-size: 12px;
}

.latest-news .box-news:hover .date p {
    color: var(--primary);
}


/*** video ***/

.more-news .box-news {
    background: #bfbfbf1f;
    padding: 5px;
    border-radius: 5px;
}

.more-news .box-news .img {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 55%;
    background: #eee;
}

.more-news .box-news .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.more-news .box-news:hover .img img {
    transform: scale(1.1);
}

.more-news .box-news .category p {
    color: #000;
    opacity: 0.7;
    font-size: 10px;
    text-transform: uppercase;
}

.more-news .box-news .title p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
}

.more-news .box-news .date p {
    color: #000;
    opacity: 0.7;
    font-size: 10px;
}


/*** video ***/
.headline .tag {
    background: #F8F9FC;
}

.tag .tag-name + .tag-name {
    border-top: 1px solid  #DFDFDF;
}

.tag .tag-name a {
    background: linear-gradient(96.48deg, #0B407D 0%, #1F7793 99.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    cursor: pointer;
    padding: 10px 0;
    display: block;
    width: 100%;
    transition: .3s;
}

.tag .tag-name:hover{
    background: #1f789326;
}




/*** video ***/
.video .box-video .ratio iframe {
    width: 100%;
    height: 100%;
}
.video .box-video .video-top {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--secondary);
    border-bottom-left-radius: 100px;
    padding: 20px 50px;
    z-index: 1;
}

.video .box-video .other-video {
    background: var(--secondary);
    text-align: end;
}


/*** video ***/

.tab-news .nav-tabs .nav-item {
    margin-right: 15px;
}

.tab-news .nav-tabs .nav-item .nav-link {
    padding: 10px 0 5px 0;
    color: #2F2A2A7D;
    border: none;
    font-size: .9rem;
}

.tab-news .nav-tabs .nav-item .nav-link.active {
    color: #0B407D;
    border: none;
    border-bottom: 1px solid #0B407D;
    font-weight: 600;
}

.tab-news .box-news {
    height: 100%;
    background: #bfbfbf1f;
    padding: 5px;
    border-radius: 5px;
}

.tab-news .box-news .img {
    /* width: 100%; */
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 60%;
    background: #eee;
}

.tab-news .box-news .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.tab-news .box-news:hover .img img {
    transform: scale(1.1);
}

.tab-news .box-news .category p {
    color: #000;
    opacity: 0.7;
    font-size: 14px;
    text-transform: uppercase;
}

.tab-news .box-news .title p {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.tab-news .box-news .desk p {
    color: #000;
    opacity: 0.7;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.tab-news .box-news .date p {
    color: #000;
    opacity: 0.7;
    font-size: 12px;
}


.tab-news .tab-content a:hover .box-news p {
    color: var(--primary);
}

.tab-news .box-subscribe {
    background: #23598E;
}

.tab-news .box-subscribe .title h5 {
    color: #fff;
}

.tab-news .box-subscribe .langganan p {
    color: #fff;
}

.tab-news .box-subscribe .subscribe input {
    padding-right: 9rem !important;
}


.tab-news .box-subscribe .subscribe button {
    border: 0;
    background: var(--primary);
}


.tab-news .about p {
    color: #9A9898;
    font-size: 12px;
}

.page-header {
    background: linear-gradient(rgba(15, 66, 41, .6), rgba(15, 66, 41, .6)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Top Feature ***/
@media (min-width: 991.98px) {
    .top-feature {
        position: relative;
        margin-top: -80px;
        z-index: 1;
    }
}


/*** Facts & Quote ***/
.facts {
    background: var(--secondary);
}

.facts .fas {
    color: var(--primary);
    font-size: 3rem;
}

.facts .data h4 {
    color: var(--primary);
}

.facts .data p {
    color: var(--primary);
}

/* DETAIL BERITA */

/*** Detail Berita  ***/
.single-news .box-single .entry-title {
    line-height: 1.2;
    font-size: calc(1rem + .9vw);
    font-weight: 600;
}

.single-news .box-single .entry-sub {
    font-size: calc(0.6rem + 0.6vw);
}

.single-news .box-single .entry-social .btn-social {
    color: #676767;
    font-size: 1.5rem;
    transition: .3s;
}

.single-news .box-single .entry-social .btn-social:hover {
    color: var(--secondary);
}

.single-news .box-single .entry-desk {
    text-align: justify;
    font-size: 15px !important;
    font-family: 'Poppins' !important;
    color: #000 !important;
}

.single-news .box-single .entry-desk p {
    font-size: 15px !important;
    font-family: 'Poppins' !important;
    color: #000 !important;
}

.single-news .box-single .entry-desk span {
    font-size: 15px !important;
    font-family: 'Poppins' !important;
    color: #000 !important;
}

.single-news .box-single .entry-desk a {
    font-size: 15px !important;
    font-family: 'Poppins' !important;
}

.single-news .box-single .entry-desk iframe {
    width: 100% !important;
}

.single-news .box-single .entry-desk .image {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

.single-news .box-single .entry-desk .image img {
    width: 100% !important;
    max-width: 100%;
    object-fit: contain;
    height: auto !important;
}

.single-news .box-single .entry-desk table {
    width: 100% !important;
}

.single-news .box-single .entry-desk table tr td {
    padding: .3rem;
    border-width: 1px;
}


.single-news .box-single .entry-source p {
    font-size: 12px;
}

.single-news .box-single .entry-disclaimer {
    font-size: 15px;
    font-family: 'Poppins' !important;
}

.single-news .box-single .entry-disclaimer .disclaimer-post {
    color: red;
}

.single-news .box-single .entry-disclaimer .disclaimer-post a {
    color:red;
    font-weight: 600;
    font-family: 'Poppins' !important;
}

.single-news .box-single .entry-disclaimer p {
    font-size: 15px;
     font-family: 'Poppins' !important;
}

.single-news .box-single .entry-disclaimer span {
    font-size: 15px;
     font-family: 'Poppins' !important;
}


/*** Next Artikel  ***/
.next-article {
    background: var(--secondary);
}

.next-article::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    border-top: 4px solid #23598E;
    width: 98%;
}

.next-article h3 {
    color: var(--primary);
}

.next-article .fas {
    color: #23598E;
    font-size: 3rem;
}


/*** Tag Single  ***/
.tag-single {
    background: #F8F9FC;
}
.tag-single .tags {
    list-style: none;
    display: inline;
    padding: 0 7px 0 0;
    /* font-size: 10px; */
}
.tag-single .tags li {
    display: inline-block;
    text-align: center;
    background: #BFCDFF;
    padding: 4px 0;
    border-radius: 10px;
    margin-top: 10px;
}


.blocks .tabcontent {
    background: #bfbfbf1f;
    border-radius: 5px;
}

.tabcontent .img {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 60%;
}

.tabcontent .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.tabcontent:hover .img img {
    transform: scale(1.1);
}


.tabcontent .text-berita a {
    color: black;
    text-decoration: none;
    transition: .3s;
}

.tabcontent:hover .text-berita a {
    color: var(--primary);
}

.tabcontent .text-berita a .title {
    font-size: calc(1rem + 0.5vw);
    font-weight: 600;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-transform: capitalize;
}

.tabcontent .text-berita a .date {
    color: grey;
    font-size: 12px;
    margin: .4rem 0;
}

.tabcontent .text-berita a .text-content-berita {
    font-size: calc(.7rem + .7vw);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}


.blocks .cms-core-block {
    background: #bfbfbf1f;
    padding: 1rem;
    border-radius: 8px;
}

.blocks .cms-core-block .cms-block {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: .6rem;
}

.blocks .cms-core-block .cms-block:last-child {
    border: none;
}

#sidebar .cms-block .img {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 65%;
    border-radius: 10px;
}

#sidebar .cms-block .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

#sidebar .cms-block:hover .img img {
    transform: scale(1.1);
}


#sidebar .cms-block .col-sm-8 a p {
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}



/*** share-news  ***/
.share-news .share {
    float: left;
    width: 130px;
    padding: 7px 20px;
    border-radius: 10px;
    margin-right: 10px;
}

.share-news .share .fab {
    font-size: 2rem;
    color: #fff;
    margin-right: 10px;
}

.share-news .share p {
    color: #fff;
}

.slash::after {
    content: '';
    position: absolute;
    top: 0;
    left: -13px;
    width: 1px;
    height: 100%;
    background: #949494;
    transform: skew(-15deg);
}


/* END DETAIL BERITA */



/* Event */
.event .card-hero {
    background-image: url(../imagenew/hero-event.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 2rem;
    text-align: center;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
}

.event .card-hero::before {
    content: "";
    background: rgba(47, 42, 42, 0.80);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.event .header-title h2 {
    width: fit-content;
    padding-bottom: 1rem;
    position: relative;
}

.event .header-title h2::before {
    content: "";
    background: #FED104;
    width: 70%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}


.event .card-webinar .nav-tabs .nav-link {
    border: none;
    color: #000;
    font-weight: 500;
    position: relative;
    font-size: 0.8rem;
    padding: 0.5rem .3rem;
}
.event .card-webinar .nav-tabs .nav-item + .nav-item .nav-link {
    margin-left: 1rem;
}

.event .card-webinar .nav-tabs .nav-link::before {
    content: "";
    background: #FED104;
    width: 0%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease;
}

.event .card-webinar .nav-tabs .nav-link.active::before {
    width: 100%;
}


.event .card-webinar .tab-content .card-content {}

.event .card-webinar .tab-content .card-content .card-image {
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.event .card-webinar .tab-content .card-content .card-image img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all .3s ease;
}

.event .card-webinar .tab-content .card-content:hover .card-image img {
    transform: scale(1.1);
}

.event .card-webinar .tab-content .card-content .card-date {
    font-size: 10px;
    font-style: italic;
}

.event .card-webinar .tab-content .card-content .card-title {
    transition: all .3s ease;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.event .card-webinar .tab-content .card-content:hover .card-title {
    color: #2055A0;
}

.event .card-webinar .tab-content .card-content .card-text {
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
}

.event .card-online-class {
    background: #E1ECF7;
    border-radius: 44px;
}


.event .card-online-class .content-class {
    margin-top: 5rem;
    padding: 1rem 1rem;
    transition: all .3s ease;
}

.event .card-online-class .content-class:hover {
    background: #D0E8FF;
}

.event .card-online-class .content-class .card-content {
    height: 100%;
}

.event .card-online-class .content-class .card-content .card-class {
    font-size: .8rem;
    font-weight: bold;
}

.event .card-online-class .content-class .card-content .card-text {
    font-size: .8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 7;
}


.event .card-online-class .content-class .card-content .card-image {
    height: 0;
    padding-bottom: 55%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.event .card-online-class .content-class .card-content .card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

.event .card-online-class .content-class:hover .card-content .card-image img {
    transform: scale(1.1);
}

.event .card-online-class .content-class .card-content .card-content-image {
    position: relative;
    margin-top: -40px;
}

.event .card-online-class .content-class .card-content .card-content-image .row-content {
    background: #2055A0;
    color: #fff;
    padding: 1rem .4rem;
}

.event .card-online-class .content-class .card-content .card-content-image .row-content small {
    font-size: .5rem;
}

.event .card-online-class .content-class .card-content .card-content-image .row-content .card-title {
    font-size: .6rem;
    font-weight: 600;
}



.event .card-online-class .content-class .card-content .card-content-image .row-content .card-icon {
    background: #fff;
    padding: 0.4rem;
    border-radius: 10px;
    color: #2055A0;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
}


.event .card-online-class .pagination-kelas li {
    list-style: none;
}

.event .card-online-class .pagination-kelas .page-item .page-link {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    cursor: pointer;
    border: 0;
    border-radius: 7px;
    font-size: 0.8rem;
    font-weight: 700;
    transition: all .3s ease-in-out;
}

.event .card-online-class .pagination-kelas .page-item + .page-item .page-link {
    margin-left: .5rem;
}

.event .card-online-class .pagination-kelas .page-item .page-link.active, .event .card-online-class .pagination-kelas .page-item .page-link:hover {
    background: var(--primary);
    color: var(--light);
}



.card-webinar-content {}

.card-webinar-content .card-box {
    margin-top: 3rem;
    transition: all .3s ease;
}

.card-webinar-content .card-box:hover {
    box-shadow: -5.326px 5.918px 15px 0px rgba(0, 0, 0, 0.25);
}

.card-webinar-content .card-box .card-image {
    height: 0;
    padding-bottom: 55%;
    position: relative;
    overflow: hidden;
}

.card-webinar-content .card-box .card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

.card-webinar-content .card-box:hover .card-image img {
    transform: scale(1.1);
}


.card-webinar-content .card-content .card-title {
    font-size: 1.1rem;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.card-webinar-content .card-content .card-text {
    font-size: .8rem;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 7;
}



.card-materi .card-box {
    transition: all .3s ease;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.card-materi .card-box:hover {
    box-shadow: -5.326px 5.918px 15px 0px rgba(0, 0, 0, 0.25);
}

.card-materi .card-box .card-image {
    height: 0;
    padding-bottom: 65%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.card-materi .card-box .card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

.card-materi .card-box:hover .card-image img {
    transform: scale(1.1);
}

.card-materi .card-box .card-content .card-title {
    line-height: 1.2;
    font-size: 14px;
    transition: all .3s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.card-materi .card-box:hover .card-content .card-title {
    color: var(--primary);
}

.card-materi .card-box .card-content .card-text {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
}


.single-detail-event .card-image {
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.single-detail-event .card-image::before {
    content: "";
    background-image: url(../imagenew/bg-detail-event.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-detail-event .card-image::after {
    content: "";
    background: #000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-detail-event .card-image .card-position {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 3;
}

.single-detail-event .card-image .card-content .card-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
}

.single-detail-event .card-image .card-content .card-name-coach {
    color: #fff;
    font-size: .8rem;
    font-weight: 600;
}


.single-detail-event .card-image-coach {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.single-detail-event .card-image-coach img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.single-detail-event .card-coach .card-title {
    font-size: 1.2rem;
    line-height: 1.2;
}

.single-detail-event .card-coach .card-text {
    font-size: .9rem;
}
.single-detail-event .card-coach .total-cource {
    font-size: .9rem;
    color: #5b5b5b;
    margin-top: .5rem;
}



.single-detail-event .card-form-register {
    position: sticky;
    top: 17%;
}


.single-detail-event .card-form-register .card-single-image {
    text-align: center;
    margin-bottom: 1rem;
}

.single-detail-event .card-form-register .card-single-image img {
    max-height: 18rem;
}


.single-detail-event .card-form-register .card .card-enrolled .ic {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #cecdcd;
    margin-left: -0.4rem;
}

.single-detail-event .card-form-register .card .card-enrolled .ic i {
    font-size: 0.8rem;
    color: #fff;
}

.single-detail-event .card-form-register .card .card-enrolled .card-count {
    font-size: .8rem;
    margin-left: .5rem;
}


/* Event END */

/*** Footer  ***/
.footer .btn-social {
    transition: .3s;
    color: var(--light);
}

.footer .btn-social:hover {
    color: var(--secondary);
}

.footer .copyright p {
    font-size: 12px;
}

.footer .img-f img {
    max-width: 70%;
    filter: brightness(0) invert(1);
}
