/*Slider Card*/

.slider-card .swiper {
  width: 100%;
}
.slider-card .slider_content {
  overflow: hidden;
  border-radius: 25px;
}
.slider-card .card_wrapper{
  margin: 20px 0;
  width: 100%;
}
.slider-card .card {
  display: none;
  background-color: #fff;
  padding: 10px;
  cursor: pointer;
}
.slider-card .showCard{
  display: block!important;
}
.slider-card .img_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 150px;
}
.slider-card .img_course {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  background: #fff;
  border: 1px solid #4545459f;
}
.slider-card .card_content {
  margin-top: 10px;
}
.slider-card .filter_card{
  margin-top: 30px;
}
.slider-card .filter{
  border: none;
  outline: none;
  padding: 15px 16px;
  margin-right: 10px;
  background-color: #f1f1f1;
  cursor: pointer;
  border-radius: 4px;
}
.slider-card .filter:hover{
  background-color: #e3e1e1;
}
.slider-card .filter .btn_active {
  background-color: #666;
  color: white;
}
.slider-card .title_course {
  font-weight: 700;
  font-size: 18px;
  color: black;
}
.slider-card .desc_course {
  font-size: 12px;
  color: #0000009f;
  margin-top: 5px;
}
.slider-card .swiper_navBtn{
  color: #000;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
}
.slider-card .swiper_navBtn::before,
.slider-card .swiper_navBtn::after {
  font-size: 18px;
}

/*panduan edukai*/
.edukaitube .main_panduanEDUKAI{
	width: 1400px!important;
  	margin: 0 auto;
  	margin-bottom: 50px!important;
}
.edukaitube .wrap_list_panduan{
	margin: 0 auto;
}
.edukaitube .list_panduan{
	width: 1400px!important;
}

/*tiles format*/
.format-tiles .modal-backdrop.fade.in{
	opacity: 0;
  	display:none!important;
}

/*search bar*/
.header_search_widget .mailchimp_form .form-control::placeholder{
	color: white;
}
.header_search_widget .mailchimp_form .form-control{
	outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(158 201 243 / 32%);
}
.header-nav.menu_style_home_one.home9 .navbar_brand span{
	display: none!important;
}
.ccn_context_frontend.ccn_header_style_10 header.header-nav.ccnHeader10.home9.menu_style_home_one.stricky-fixed .ace-responsive-menu>li:first-child{
	border-left: 0px
}
/*Beranda Games*/
.beranda_game .header_game {
   	background: #151426;
  	padding-bottom: 100px;
    box-sizing: border-box;
}

.beranda_game .bg_header {
  	position: relative;
    display: -webkit-inline-box;
    background: linear-gradient(90deg, hsla(284, 55%, 61%, 1) 0%, hsla(269, 69%, 53%, 1) 100%);
    margin-top: 92px!important;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
    width: 105em;
    height: 460px;
    box-shadow: inset 34px 35px 56px rgb(0 0 0 / 26%), inset -23px -17px 59px rgb(255 255 255 / 22%);
    border-radius: 20px;
}

.beranda_game .vector_header {
	position: absolute;
    object-fit: fill;
    height: 519px;
    top: -59px;
    left: -37px;
}

.beranda_game .title_header {
	position: absolute;
    width: 550px;
    top: 148px;
    left: 956px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    color: #ffffff;
}
.beranda_game .game_category {
    display: flex;
    width: 105em;
    margin: 50px auto;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.beranda_game .btn_cat {
    padding: 10px;
    width: 193px;
    height: 75px;
    margin-right: 20px;
    background: rgba(73, 73, 89, 0.33);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: inset 6px 8px 14px rgb(0 0 0 / 12%), inset -5px -5px 22px -1px rgb(255 255 255 / 9%);
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 0;
    color: #FFFFFF;
    cursor: pointer;
    transition: .2s ease;
}

.beranda_game .btn_cat:hover {
    background-color: #FFFFFF;
    color: #151426;
    transform: scale(1.02);
}
.beranda_game .container_list_game {
    display: block;
   width: 105em;
    margin: 50px auto;
}

.beranda_game .title_list {
    font-style: normal;
    font-weight: 700;
    font-size: 39.0526px;
    line-height: 53px;
    color: #FFFFFF;
 	text-align: center;
}

.beranda_game .desc_list {
    font-style: normal;
    font-weight: 400;
    font-size: 20.5px;
    line-height: 35px;
  	text-align: center;
    /* identical to box height */
    color: rgba(255, 255, 255, 0.42);
}

.beranda_game .list_game {
	max-width: 100%;
    margin: 30px auto;
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1rem));
}

.beranda_game .card_game {
    margin: 0 auto;
    width: 270px;
    height: auto;
    background: #1D1B43;
    border-radius: 27.9542px;
    transition: .3s ease;
    cursor: pointer;
}

.beranda_game .card_game:hover {
    transform: scale(1.02);
    box-shadow: 0px 0px 17px 5px rgba(115, 107, 255, 0.43);
}

.beranda_game .card_game .cover_image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 27.9542px;
}

.beranda_game .title_game {
    font-style: normal;
    font-weight: 700;
    font-size: 15.4834px;
    margin: 10px;
    line-height: 33px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 376px){
	.beranda_game .bg_header {
    position: relative;
    display: block;
    width: 100%;
    height: 298px;
    border-radius: 0;
     margin-top: 0!important;
	}
  	.beranda_game .vector_header {
    position: absolute;
    object-fit: fill;
    height: 11em;
    width: auto;
    top: 133px;
    left: 20px;
	}
  	.beranda_game .title_header {
    position: relative;
    display: flex;
    font-size: 25px;
    justify-content: center;
    padding-top: 26px;
    top: 0;
    left: 0;
    width: 100%;
	}
  .beranda_game .game_category{
  	width: 100%;
  }
  .beranda_game .btn_cat {
    padding: 10px;
    width: 100px;
    margin: 10px 8px;
    height: 60px;
  }
  .beranda_game .container_list_game{
  	width: 100%;
    padding: 0 10px;
  }
  .beranda_game .title_list {
    font-size: 25px;
    line-height: normal;
	}
  .beranda_game .desc_list {
    font-size: 12px;
    line-height: normal;
	}
  .beranda_game .list_game {
    max-width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(135px, 1rem));
    justify-content: center;
	}	
 	.beranda_game .card_game {
    margin: 0 auto;
    width: auto;
    height: auto;
    border-radius: 10px;
	}
  	.beranda_game .card_game .cover_image {
    height: 145px;
    border-radius: 10px 10px 0 0;
	}
    .beranda_game .title_game{
    font-size: 12px;
      line-height:normal;
    }
}

/*uji o.63*/

.uji_o63 .filter_super {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.uji_o63 .super_container {
    width: 100%;
    max-width: 1400px;
    display: none;
  	margin: 0 auto;
}

.uji_o63 .container_daftar_nilai {
    width: fit-content;
    margin: 15px auto;
}

.uji_o63 .title_filter {
    margin: 10px auto;
    width: fit-content;
    color: #363636;
    font-size: 20px;
    text-align: center;
}

.uji_o63 .showGrid {
    display: block;
    margin-top: 10px;
}

.uji_o63 input[type="radio"] {
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #FF8C32;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid #FF8C32;
    border-radius: 50%;
}

.uji_o63 input[type="radio"]:checked {
    accent-color: #06113C;
}

.uji_o63 .container_filter label {
    margin-left: 5px;
    margin-bottom: 0!important;
}

.uji_o63 .filter_super.container_filter span {}

.uji_o63 .container_filter span {
    display: inline-flex;
    align-self: center;
    align-items: center;
    margin-top: 10px;
    margin-right: 10px;
}

.uji_o63 .content {
    display: grid;
    grid-template-columns: repeat(8, 2fr);
    grid-gap: 20px;
    width: fit-content;
  	margin: 0 auto;
}

.uji_o63 .card_track,
.uji_o63 .card_to {
    width: 150px;
    height: 60px;
    padding: 30px;
    background-color: #386DB4;
    text-decoration: none;
    color: #fff!important;
    border-radius: 10px;
    border: #FF8C32 1px solid;
    box-shadow: 2px 4px 49px -22px rgba(148, 148, 148, 0.44);
    -webkit-box-shadow: 2px 4px 49px -22px rgba(148, 148, 148, 0.44);
    -moz-box-shadow: 2px 4px 49px -22px rgba(148, 148, 148, 0.44);
    cursor: pointer;
    text-align: center;
    transition: .2s ease-in;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.uji_o63 .card_track:hover,
.uji_o63 .card_to:hover {
    transform: scale(1.05);
}

.uji_o63 .container_soal_uji,
.uji_o63 .container_try_out {
    width: fit-content;
    display: block;
    margin: 0 auto;
}

.uji_o63 .wrap_item {
    width: fit-content;
    margin: 20px auto;
    display: grid;
    gap: 0.5rem;
}

@media (min-width: 600px) {
    .uji_o63 .wrap_item {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 900px) {
    .uji_o63 .wrap_item {
        grid-template-columns: repeat(2, 1fr);
    }
}

.uji_o63 .item_wrap {
    display: flex;
    align-items: center;
    margin-right: 5px 10px;
    justify-content: center;
}

.uji_o63 .link_uji {
    text-decoration: none;
    padding: 20px;
    width: fit-content;
        min-width: 170px;
    text-align: center;
    background-color: rgb(91, 85, 172);
    color: white;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 12px;
}

.uji_o63 .link_menu {
    display: flex;
    text-decoration: none;
    margin-right: 10px;
    padding: 30px;
    width: fit-content;
    height: 35px;
    min-width: 10px;
    border: solid 1px;
    border-radius: 10px;
    border-color: rgb(91, 85, 172);
    background-color: white;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.uji_o63 .video_lintas span.icon_menu {
    margin-right: 15px;
}
.uji_o63 .icon_menu svg {
    width: 35px;
    height: auto;
    fill: rgb(91, 85, 172);
}

.uji_o63 .wrap_to {
    display: flex;
    margin-top: 20px;
}

.uji_o63 .card_to {
    margin: 0 15px;
}

.uji_o63 .video_link {
    display: none;
}

.uji_o63 .modal_video {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.uji_o63 .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}


/* The Close Button */

.uji_o63 .close_video {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.uji_o63 .close_video:hover,
.uji_o63 .close_video:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.uji_o63 .video_lintas {
    cursor: pointer;
}
.uji_o63 .main_video {
	width: 100%;
  	height: 500px;
}
/*Pop up pdf*/
.list_daerah .modal_pdf {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}
/* == Modal Content == */
.list_daerah .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
/* == The Close Button == */
.list_daerah .close_pdf {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.list_daerah .close_pdf:hover,
.list_daerah .close_pdf:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.list_daerah .list_pdf {
    display: none;
}
.list_daerah .main_pdf{
	width: 100%;
	height: 500px;
}
.list_daerah .wrap_card_city{
	display:none;
}


/*List Daerah Ujipetik Online Pusdalopka*/
.list_daerah .filter_super_daopOnly{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 100px;
}
/*List daerah latihan soal portal pusdalopka*/
.list_daerah .not_filter_container{
	display: block!important;
    margin-bottom: 20px;
    justify-content: flex-start;
    align-items: center;
    margin-left: 40px;
  	margin-top: 30px;
}
.list_daerah .not_filter_container .title_filter,
.list_daerah .title_filter_daopOnly{
	color: #363636;
    margin: 25px auto;
    width: fit-content;
    font-size: 26px;
}
.list_daerah .not_filter_container .content,
.list_daerah .content_daop{
    display: grid!important;
    grid-template-columns: repeat(7, 2fr);
    grid-gap: 20px;
    width: fit-content;
    margin: 0 auto;
}
.list_daerah .not_filter_container .content .card_city,
.list_daerah .content_daop .card_city
{
	display: flex!important;
    align-items: center;
    justify-content: space-around;
}
/*Beranda Pusdalopka*/
.cst-cat-portal-operasi .link:nth-child(1) .cat_pusdalopka {
    background: rgba(0, 56, 255, 0.14)!important;
}

.cst-cat-portal-operasi .link:nth-child(2) .cat_pusdalopka {
    background: #FFE2C8!important;
}

.cst-cat-portal-operasi .link:nth-child(3) .cat_pusdalopka {
    background: #d6fdf2!important;
}

.cst-cat-portal-operasi .link:nth-child(4) .cat_pusdalopka {
    background: #fdd6f3!important;
}
.cst-cat-portal-operasi .link:nth-child(4) .cat_pusdalopka {
    background: #ffe4ec!important;
}

/*Uji Petik O.62 O.64*/

.list_daerah .super_container {
    display: none;
}

.list_daerah .filter_super {
   	display: flex;
    margin-bottom: 20px;
    justify-content: flex-start;
    align-items: center;
    margin-left: 40px;
  	margin-top: 30px;
}
.list_daerah .title_filter {
    margin-left: 40px;
    margin-bottom: 30px;
    color: #363636;
}
.list_daerah .grid-content {
    display: flex;
    width: 100%;
    align-items: flex-start;
    margin-left: 40px;
}

.list_daerah .showGrid{
    display: block;
    margin-top: 10px;
}
.list_daerah .single_container{
	display: block;
    margin-top: 30px;
}
.list_daerah .sidebar {
    padding-left: 20px;
    width: 300px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 14%);
    border-radius: 15px;
    height: fit-content;
}

.list_daerah input[type="radio"] {
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #FF8C32;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid #FF8C32;
    border-radius: 50%;
}

.list_daerah input[type="radio"]:checked {
    accent-color: #06113C;
}

.list_daerah .kategori-title {
    font-weight: 800;
  	margin-top: 20px;
}

.list_daerah .container_filter label {
    margin-left: 5px;
  	margin-bottom: 0!important;
}

.list_daerah .container_filter span {
    display: inline-flex;
    align-self: center;
    align-items: center;
    margin-top: 10px;
  	margin-right: 10px;
}
.list_daerah .content{
    display: grid;
    grid-template-columns: repeat(7, 2fr);
    grid-gap: 20px;
    width: fit-content;
    margin-left: 30px;
}

.list_daerah .card_city {
    width: 160px;
    height: 40px;
    padding: 50px;
    background-color: #386DB4;
    color: #fff!important;
    border-radius: 10px;
    border: #FF8C32 1px solid;
    box-shadow: 2px 4px 49px -22px rgba(148, 148, 148, 0.44);
    -webkit-box-shadow: 2px 4px 49px -22px rgba(148, 148, 148, 0.44);
    -moz-box-shadow: 2px 4px 49px -22px rgba(148, 148, 148, 0.44);
    cursor: pointer;
    text-align: center;
    display: none;
    transition: .2s ease-in;
}

.list_daerah .card_city:hover {
    transform: scale(1.05);
}

.list_daerah .showCard {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
@media only screen and (max-width: 376px){
	.list_daerah .grid-content {
      display: block;
      margin-left: 40px;
	}
  	.list_daerah .sidebar {
      width: 300px;
      margin-bottom: 20px;
	}
  	.list_daerah .content {
      grid-template-columns: repeat(2, 2fr);
      margin-left: 0;
	}
	.list_daerah .card_city {
      width: 125px;
      height: 40px;
      padding: 40px;
  	}
}
/*Uji Petik Header*/
.cst-header-homepage .img_uji_petik{
	width:700px;
}
.cst-header-homepage .uji_petik{
	margin-top:120px;
    margin-left: 10%;
}
.cst-header-homepage .uji_petik .title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50.322px;
    color: #242063;
}
.cst-header-homepage .tgl_uji_petik{
	font-weight: 700;
}
.cst-header-homepage .caution_uji_petik{
	font-style: italic;
  	color: red;
}
.cst-header-homepage .uji_petik .title a {
    font-weight: 700;
  	cursor: text;
}
/*KKA Portal Operasi*/
.pdf_reader .container_pdf_reader{
	margin-top: 50px;
    margin-left: 100px;
  	margin-right: 100px;
  	width: 100%;
}
.pdf_reader .pdfList {
    display: none;
}

.pdf_reader .wrap_filter_btn {
    margin-bottom: 20px;
    display: flex;
}

.pdf_reader .wrap_list {
  	 margin-right: 10px;
    border: none;
    outline: none;
    padding: 12px 16px;
  	background-color: #f1f1f1;
    cursor: pointer;
}

.pdf_reader .wrap_list:hover {
    background-color: #ddd;
}

.pdf_reader .wrap_list.active {
    background-color: #666;
    color: white;
}
.pdf_reader .wrap_list.active .filter_btn {
    color: #f1f1f1;
}
@media only screen and (max-width: 376px){
	.pdf_reader .container_pdf_reader {
    margin-top: 50px;
    margin-left: 10px;
	}
    .pdf_reader .wrap_filter_btn {
      margin-bottom: 20px;
      margin-right: 10px;
      display: grid;
 	}
    .pdf_reader .title_main_pdf{
      font-size: 26px;
    }
    .pdf_reader .main_pdf {
      width: 95vw;
      height: 47vh;
 	}
}
/*dropdown in video gallery*/
.edukaitube .selayangPandang{
	height: 1000px;
}
.edukaitube .dropdownOp {
    width: fit-content;
    background: #d9d9d9;
    margin: 8px;
  	margin-bottom: 35px;
}
.edukaitube .label {
	height: 0;
    width: 100%;
    display: inline-block;
    margin-bottom: 0.5rem;
}
.edukaitube .placeholder {
	padding: 15px;
    background: #2d2f31;
    color: white;
    font-size: 1.2em;
    cursor: pointer;
    display: block;
    border-radius: 8px;
}

.edukaitube .placeholder::after {
    float: right;
    right: 10%;
    content: "\1F893";
  	margin-left: 15px;
  	height: 20px;
    margin-top: 8px;
}

.edukaitube .slideOp {
    position: absolute;
    top: 75px;
    margin: 0;
    padding: 0;
    clear: both;
    width: fit-content;
    overflow: hidden;
    text-align: center;
    transition: height .4s ease;
    background-color: #f1f1f1;
}

.edukaitube .slideOp .filter {
    padding: 0;
    list-style: none;
}
.edukaitube #touch {
    position: absolute;
    opacity: 0;
}

.edukaitube #touch:checked+.slideOp {
    height: auto;
}

.edukaitube .btnSelayangPandang {
    display: block;
    border: none;
    outline: none;
    width: 100%;
    text-align: left;
    padding: 12px 16px;
    background-color: #f1f1f1;
}
.edukaitube .btnSelayangPandang:hover {
    background-color: #ddd;
}

.edukaitube .btnSelayangPandang.activeBtn {
    background-color: #666;
    color: white;
}
/*Category Portal Operasi*/
.cst-cat-portal-operasi .category-container {
    display: flex;
    height: fit-content;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.cst-cat-portal-operasi .category-item {
    width: 300px;
    height: 300px;
    display: inline-block;
    margin: 5px 10px;
    padding: 20px;
    border-radius: 7.9103px;
    transition: .2s ease-in;
    box-shadow: 0px 12px 19px -20px #e0e0e0;
}

.cst-cat-portal-operasi .category-item:hover {
    transform: scale(1.06);
    box-shadow: 0px 31px 35px -13px #e0e0e0;
}

.cst-cat-portal-operasi .category-item svg {
    height: 50px;
    width: 50px;
    margin: 0 auto;
    display: block;
}

.cst-cat-portal-operasi .link {
    text-decoration: none;
}

.cst-cat-portal-operasi .link:nth-child(1) .category-item {
    background: rgba(0, 56, 255, 0.14);
}

.cst-cat-portal-operasi .link:nth-child(2) .category-item {
    background: #C5FFC4;
}

.cst-cat-portal-operasi .link:nth-child(3) .category-item {
    background: #FFE2C8;
}

.cst-cat-portal-operasi .link:nth-child(4) .category-item {
    background: #d6fdf2;
}

.cst-cat-portal-operasi .link:nth-child(5) .category-item {
    background: #fdd6f3;
}

.cst-cat-portal-operasi .link:nth-child(6) .category-item {
    background: #fdd6e2;
}

.cst-cat-portal-operasi .info,
.cst-cat-portal-operasi .cat1 {
    fill: #0039FF;
    color: #0039FF;
}

.cst-cat-portal-operasi .sosialisasi,
.cst-cat-portal-operasi .cat2 {
    fill: #06BC00;
    color: #06BC00;
}

.cst-cat-portal-operasi .mediaBelajar,
.cst-cat-portal-operasi .cat3 {
    fill: #FF7900;
    color: #FF7900;
}

.cst-cat-portal-operasi .ujianKru,
.cst-cat-portal-operasi .cat4 {
    fill: #00C98E;
    color: #00C98E;
}

.cst-cat-portal-operasi .konseling,
.cst-cat-portal-operasi .cat5 {
    fill: #ff20c7;
    color: #ff20c7;
}

.cst-cat-portal-operasi .diskusi,
.cst-cat-portal-operasi .cat6 {
    fill: #ff1f62;
    color: #ff1f62;
}

.cst-cat-portal-operasi .category-item-title {
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 0;
  	font-size: 20px;
}

.cst-cat-portal-operasi .category-item-desc {
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 0;
    color: #00000075;
}
@media only screen and (max-width :376px){
  .cst-cat-portal-operasi .category-container{
  	display: block;
  }
  .cst-cat-portal-operasi .link{
  	display: flex;
    justify-content: center;
  }
  .cst-cat-portal-operasi .category-item{
  	width: 250px;
    height: 250px;
  }
  .cst-cat-portal-operasi .category-item-desc{
  	font-size: 12px;
  }
}
/*Edukai Tube*/
.edukaitube .container {
    max-width: 1470px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
}
.edukaitube #myInput {
    background-image: url('/css/searchicon.png');
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    margin-bottom: 12px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
 }
.edukaitube .container .main-video-container {
    /*flex: 1 1 700px;*/
  	width: 865px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 15px;
}

.edukaitube .container .main-video-container .main-video {
    margin-bottom: 7px;
    border-radius: 5px;
    width: 100%;
  	height: 500px
}

.edukaitube .container .main-video-container .main-vid-title {
    font-size: 20px;
    color: #444;
}

.edukaitube .container .video-list-container {
    /*flex: 1 1 350px;*/
  	width: 500px;
    height: 520px;
    overflow-y: scroll;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 15px;
}
.edukaitube #category_container {
    margin-bottom: 20px;
  	display: flex;
    align-items: center;
}

.edukaitube .btn {
    border: none;
    outline: none;
    padding: 20px 16px;
    margin-right: 10px;
    background-color: #f1f1f1;
    cursor: pointer;
}

.edukaitube .btn:hover {
    background-color: #ddd;
}

.edukaitube .btn.activeBtn {
    background-color: #666;
    color: white;
}
.edukaitube .container .video-list-container::-webkit-scrollbar {
    width: 10px;
}

.edukaitube .container .video-list-container::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 5px;
}

.edukaitube .container .video-list-container::-webkit-scrollbar-thumb {
    background-color: #444;
    border-radius: 5px;
}

.edukaitube .container .video-list-container .list {
    display: none;
    align-items: center;
    gap: 15px;
    padding: 10px;
    background-color: #eee;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 10px;
}
.edukaitube .list.show {
    display: flex!important;
}
.edukaitube .container .video-list-container .list:last-child {
    margin-bottom: 0;
}

.edukaitube .container .video-list-container .list.active {
    background-color: #444;
}

.edukaitube .container .video-list-container .list.active .list-title {
    color: #fff;
}

.edukaitube .container .video-list-container .list .list-video {
    width: 100px;
    border-radius: 5px;
    display: none;
}

.edukaitube .container .video-list-container .list .thumbnail {
    min-width: 130px;
    max-width: 130px;
    height: 100px;
    object-fit: cover;
}

.edukaitube .container .video-list-container .list .list-title {
    font-size: 15px;
    color: #444;
  	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  	text-align: left;
}
.edukaitube .dropdownWebinar {
    width: fit-content;
    background: #d9d9d9;
    /* margin: 8px; */
    margin-bottom: 19px;
  	position: relative;
}
.edukaitube label {
	height: 0;
    width: 100%;
    display: inline-block;
    margin-bottom: 0.5rem;
}
.edukaitube .placeholder {
	padding: 15px;
    background: #315b78;
    color: white;
    font-size: 1.2em;
    cursor: pointer;
    display: block;
    border-radius: 4px;
}

.edukaitube .placeholder::after {
    float: right;
    right: 10%;
    content: "\1F893";
  	margin-left: 15px;
  	height: 20px;
    margin-top: 8px;
}

.edukaitube .slideWebinar {
    position: absolute;
    top: 65px;
    margin: 0;
    padding: 0;
    clear: both;
    width: fit-content;
    overflow: hidden;
    text-align: center;
    transition: height .4s ease;
    background-color: #f1f1f1;
}

.edukaitube .slideWebinar .filter {
    padding: 0;
    list-style: none;
}
.edukaitube #touch {
    position: absolute;
    opacity: 0;
}

.edukaitube #touch:checked+.slideWebinar {
    height: auto;
}

.edukaitube .cat_webinar {
    display: block;
    border: none;
    outline: none;
    width: 100%;
    text-align: left;
    padding: 12px 16px;
    background-color: #f1f1f1;
}
.edukaitube .cat_webinar:hover {
    background-color: #ddd;
}

.edukaitube .cat_webinar.activeBtn {
    background-color: #666;
    color: white;
}
@media (max-width:1200px) {
    .edukaitube .container {
        margin: 0;
    }
}

@media (max-width:376px) {
    .edukaitube .container .main-video-container .main-vid-title {
        font-size: 15px;
        text-align: center;
    }
    .edukaitube .container .video-list-container .list {
        flex-flow: column;
        gap: 10px;
    }
    .edukaitube .container .video-list-container .list .list-video {
        width: 100%;
    }
    .edukaitube .container .video-list-container .list .list-title {
        font-size: 15px;
        text-align: center;
    }
    .edukaitube #category_container{
      display: block;
      margin-bottom: 44px;
    }
    .edukaitube .btn{
    padding: 15px 14px;
    }
    .edukaitube .dropdownWebinar{
   	 margin-top: 10px;
     padding: 12px 14px;
    }
  .edukaitube .container .video-list-container{
  	width: 100%;
  }
  .edukaitube #myInput{
  	margin-top: 15px;
  }
}
/*Legend Calendar*/
.cst-legend-calendar .container_legend {
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
 	border-right: solid 2px;
	border-left: solid 2px;
    border-color: rgb(196 199 207);
}

.cst-legend-calendar .label1,
.cst-legend-calendar .label2 {
    display: flex;
    align-items: center;
    margin: auto 10px;
}

.cst-legend-calendar .label1 .color_guide,
.cst-legend-calendar .label2 .color_guide {
    box-shadow: 0 1px 0 0 rgb(255 255 255 / 60%), 0 1px 1px 0 rgb(36 65 231 / 10%), inset 0 0 2px rgb(0 0 0 / 20%);
    color: rgba(0, 0, 0, .4);
    border-radius: 30px;
    height: 26px;
    width: 26px;
    margin-right: 5px;
}

.cst-legend-calendar .label1 .color_guide {
    background-color: #ffd3bd;
}

.cst-legend-calendar .label2 .color_guide {
    background-color: #e0cbe0;
}
.cst-legend-calendar .label_legend{
	margin: 0;
}
/*Calendar*/
.block .minicalendar{
	max-width: 100%;
  	border-right: solid 2px;
	border-left: solid 2px;
    border-color: rgb(196 199 207);
  
}
.block_calendar_month .title{
	display: none;
}
.block .minicalendar .current a{
	font-size: 20px;
    font-weight: 600;
  	border-right: solid 2px;
	border-left: solid 2px;
    border-color: rgb(196 199 207);
}

.block .minicalendar caption {
 	border-right: solid 2px;
	border-left: solid 2px;
    border-color: rgb(196 199 207);
}

.cst-titlecal .cs_row_two .cs_overview {
    border-style: solid;
    border-width: 2px;
    border-bottom: hidden;
    border-color:  rgb(196 199 207);
    border-top-left-radius: 20px;
  	border-top-right-radius: 20px;
    background-color: rgba(42,53,59,0);
}

/*Timetable block*/
.block_timetable .title{
	display: none;
 	border-right: solid 1px;
	border-left: solid 2px;
  	border-bottom: solid 2px;
    border-color: rgb(196 199 207);
}
.block_timetable {
 	border-right: solid 2px;
	border-left: solid 2px;
  	border-bottom: solid 2px;
    border-color: rgb(196 199 207);
    border-bottom-right-radius: 20px;
 	border-bottom-left-radius: 20px;
}
/*Cat non railways*/
.pt90 {
    padding-top: 16px;
    padding-bottom: 16px;
}
.bgc-f9 {
    background-color: #ffffff;
}
/*  === */


.tc_content p span {
	display: none;
}
.owl-controls, 
h3.sectionname.ccnMdlHeading,h2.ccnMdlHeading,
.availabilityinfo.isrestricted.isfullinfo span {
	display: none;
}
/*Style Badge*/
.badge, .badge-pill{
    color: #ff004c;
    background-color: #ffd7e3!important;
  	display: none;
}
/*Posisi Badge*/
.activity-information {
    margin : 15px
}
/*Ketebalan Judul Course*/
span.instancename {
    font-weight: 600;
}
/*Custom self learning cat*/
.self-learning-cat .categories {
    margin: 45px auto;
}

.self-learning-cat .category-title {

    line-height: 49px;

    font-size: 25px;
    width: fit-content;
    margin: 0 auto;
}

.self-learning-cat .category-container {
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-gap: 10px;
    margin: 20px auto;
    align-items: center;
    width: fit-content;
}
.self-learning-cat .category{
	position: relative;
}
.self-learning-cat .category-item {
    width: 220px;
    height: 220px;
    display: inline-grid;
    margin: 5px 10px 5px 5px;
    padding: 20px;
    border: solid 0.2px;
    border-color: #386db433;
    border-radius: 7.9103px;
    transition: .2s ease-in-out;
    box-shadow: 0px 12px 19px -20px #e0e0e0;
    text-decoration: none;
}

.self-learning-cat .category-item:hover {
    transform: scale(1.02);
    box-shadow: 0px 31px 35px -13px #e0e0e0;
    border: solid 1px;
    border-color: #6AA1D1;
    cursor: pointer;
}

.self-learning-cat .category-item svg {
    margin: 10px auto;
    display: flex;
    height: 50px;
    fill: #386DB4;
}

.self-learning-cat .category-item-title {
    text-align: center;
    margin-top: 10px;
    color: #386DB4;
    font-size: 1em;
}

.self-learning-cat .category-item-desc {

  	display: none;
}
.self-learning-cat .popup_desc {
    display: none;
}

.self-learning-cat .cat1 .category-item:hover~.popup_desc,
.self-learning-cat .cat2 .category-item:hover~.popup_desc,
.self-learning-cat .cat3 .category-item:hover~.popup_desc,
.self-learning-cat .cat4 .category-item:hover~.popup_desc,
.self-learning-cat .cat5 .category-item:hover~.popup_desc,
.self-learning-cat .cat6 .category-item:hover~.popup_desc,
.self-learning-cat .cat7 .category-item:hover~.popup_desc,
.self-learning-cat .cat8 .category-item:hover~.popup_desc,
.self-learning-cat .cat9 .category-item:hover~.popup_desc,
.self-learning-cat .cat10 .category-item:hover~.popup_desc,
.self-learning-cat .cat11 .category-item:hover~.popup_desc,
.self-learning-cat .cat12 .category-item:hover~.popup_desc,
.self-learning-cat .cat13 .category-item:hover~.popup_desc,
.self-learning-cat .cat14 .category-item:hover~.popup_desc,
.self-learning-cat .cat15 .category-item:hover~.popup_desc,
.self-learning-cat .cat16 .category-item:hover~.popup_desc,
.self-learning-cat .cat17 .category-item:hover~.popup_desc{
    position: absolute;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  	border: solid 0.2px;
    border-color: #386db433;
    padding: 20px;
    background-color: white;
    width: 300px;
    border-radius: 6px;
    display: inline;
  	top: 4px;
  	left: 236px;
 	z-index: 1;
}
.self-learning-cat .cat6 .category-item:hover~.popup_desc,
.self-learning-cat .cat12 .category-item:hover~.popup_desc{
    left: -305px!important;
}
.self-learning-cat .popup-category-item-desc {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #000000ab;
}
@media only screen and (max-width :426px){
  .self-learning-cat .category-container{
  	grid-template-columns: repeat(3, 1fr);
  }
  .self-learning-cat .category-item{
  	width: 24vw;
    height: 20vh;
    padding: 13px;
  }
  .self-learning-cat .category-item svg{
  	height: 8vw;
  }
  .self-learning-cat .category-item-title{
  	font-size: 7px;
    margin: 0;
  }
  .self-learning-cat .cat1 .category-item:hover~.popup_desc{
  	display: none;
  }
}
/*Custom Course List di Self Learning Page*/
.cst-self-learning .top_courses.ccnWithFoot{
	height: fit-content;
  	margin-bottom: 35px;
}
/*Custom Category*/
.cst-category .selected_filter_widget.style3{
	padding: 15px 25px;
    background-color: white;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 14%);
  	padding-top: 25px;
}
/*Video Edukai*/
.cst-video-edukai .videoContent {
    margin: 0 auto;
 	margin-top: 45px;
  	margin-bottom:35px;
    padding: 20px;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 40px;
    align-items: start;
    width: 100%;
}

.cst-video-edukai .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
}
.cst-video-edukai .video-wrapper iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  	border-radius: 20px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 55%);
}
.cst-video-edukai .content {
    display: block;
  	margin: auto 0;
}
.cst-video-edukai .content h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    color: #386DB4;
    margin-bottom: 1vw;
  	text-align: left;
}

.cst-video-edukai .content p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 55px;
    color: #000000b9;
  	text-align: justify;
}
@media only screen and (max-width :426px) {
    .cst-video-edukai .videoContent{
        display: block;
    }
    .cst-video-edukai .content p{
        font-size: 3vw;
        line-height: 25px;
    }
    .cst-video-edukai .content{
         margin-top: 4vh;
    }
}
/*
Course List With Filter
*/
.cst-course-list-filter .grid-content {
    display: grid;
    grid-template-columns: 20% 80%;
    grid-gap: 40px;
    width: fit-content;
  	margin: 50px 30px;
}
/* Sidebar Filter */
.cst-course-list-filter .sidebar {
    padding-left: 20px;
    width: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.14);
    border-radius: 15px;
    height: fit-content;
  	padding-top: 30px
}

.cst-course-list-filter input[type="checkbox"] {
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #FF8C32;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid #FF8C32;
    border-radius: 50%;
}

.cst-course-list-filter input[type="checkbox"]:checked {
    accent-color: #06113C;
}

.cst-course-list-filter .kategori-title {
    font-weight: 800;
}

.cst-course-list-filter .container label {
    margin-left: 5px;
  	margin-bottom: 0!important;
}

.cst-course-list-filter .container span {
    display: inline-flex;
    align-self: center;
    align-items: center;
  	margin-bottom: 10px;
}
/* Course Content */
.cst-course-list-filter .content {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 40px;
    width: fit-content;
}
.cst-course-list-filter .category {
    width: 100%;
    background-color: #f36100;
    margin-top: 0;
    padding: 3px 0 3px 0px;
}
.cst-course-list-filter .category p {
    color: #ffffff;
    margin-left: 15px;
    font-weight: 600;
}

.cst-course-list-filter .ctm-card-container,
.cst-course-list-filter .ctm-card-container2,
.cst-course-list-filter .ctm-card-container3 {
    width: fit-content;
    margin: 0 auto;
    background: #06113C;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    cursor: pointer;
    padding: 5px;
    transition: 0.3s;
}

.cst-course-list-filter .ctm-card-container2:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.367);
    transform: scale(1.02);
}

.cst-course-list-filter .ctm-card-container2,
.cst-course-list-filter .ctm-card-container3 {
    height: fit-content;
    transition: 0.3s;
}

.cst-course-list-filter .description {
    max-width: fit-content;
}
.cst-course-list-filter .card-img {
    width: 100%;
    object-fit: contain;
    border-radius: 10px 10px 0 0;
    display: block;
}

.cst-course-list-filter .title-card,
.cst-course-list-filter .description {
    width: 90%;
    margin: 15px auto;
}

.cst-course-list-filter .title-card {
    font-size: 18px;
    font-weight: bolder;
    color: white;
    text-align: left;
}

.cst-course-list-filter .description {
    font-size: 15px;
    color: rgb(228, 228, 228);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  	text-align: left;
}
.cst-course-list-filter .rating{
	display: -webkit-box;
    padding: 0 17px;
    align-items: center;
    align-content: stretch;
}
.cst-course-list-filter .rating .fa{
	margin-right: 5px;
  	color: #ffbc00;
}
.cst-course-list-filter .rating .rate {
    font-size: 17px;
    color: #ff8924;
    margin-right: 10px;
}
.cst-course-list-filter .price {
    display: -webkit-box;
    padding: 0 17px;
    color: white;
    font-size: 20px;
    font-weight: 700;
}
.cst-course-list-filter .price del {
    font-size: 14px;
    font-weight: 100;
    color: #ffffff87;
}
.cst-course-list-filter .item-card-container {
    display: grid;
    grid-template-columns: auto auto;
    margin: 0 auto;
    width: 90%;
}

.cst-course-list-filter .start-learning {
    width: 90%;
    margin: 15px auto;
    padding: 10px;
  	border: 3px solid;
    border-color: #FF8C32;
    border-radius: 10px;
}
.cst-course-list-filter .start-learning .link-crs {
    font-weight: bolder;
    color: #FF8C32;
    text-decoration: none;
}

.cst-course-list-filter .start-learning .link-crs:hover {
    color: #ffb072;
  	transform: scale(1.02);
}
/*Custom Partners*/
.cst-partner .main-title h3{
	font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30.322px;
}
.cst-partner .main-title p{
	display: none;
}
.cst-partner .main-title{
  display:none; 
}
/*Banner Group KAI*/
.cst-group-kai a img:hover{
	transform: scale(1.05);
}
/*Custom Non Railways List*/
.cst-nonrailways-list section{
  	padding-top: 30px;
	background: #ffff!important;
}
.cst-nonrailways-list .ccn-courses-grid-block.ccn-courses-grid-block-4 .top_courses{
	background-color: #06113C;
  	border-radius: 20px;
}
.cst-nonrailways-list .main-title h3{
	color: #06113C!important;
}
.cst-nonrailways-list .ccn-courses-grid-block.ccn-courses-grid-block-4 .top_courses .details .tc_content{
	padding: 20px 15px;
}
.cst-nonrailways-list .ccn-courses-grid-block.ccn-courses-grid-block-4 .top_courses .tc_footer{
	padding: 0 15px;
  	padding-bottom: 5px;
}
.cst-nonrailways-list .ccn-courses-grid-block:not(.ccn-courses-grid-block-7) .top_courses .thumb {
	border-radius: 15px;
}
.cst-nonrailways-list .offset-lg-3{
	margin-left: 0;
}
.cst-nonrailways-list .text-center{
	 text-align: left!important;
}
.cst-nonrailways-list .courses_all_btn .btn{
	color: #06113C!important;
}
.cst-nonrailways-list .courses_all_btn .btn:hover{
	transform: scale(1.05)!important;
  	border-color: #06113C!important;
}
/*Railways Course List*/
.cst-railways-list .offset-lg-3{
	margin-left: 0;
}
.cst-railways-list .main-title{
	margin-bottom: 30px;
}
.cst-railways-list section{
  	padding-top: 30px;
	background-color: white!important;
  	font-family: 'Montserrat', sans-serif;
    font-style: normal;
}
.cst-railways-list .text-center{
	 text-align: left!important;
}
.cst-railways-list .main-title h3,
.cst-railways-list .main-title p{
	color: #06113C!important;
}
.cst-railways-list .ccn-courses-grid-block.ccn-courses-grid-block-5 .top_courses{
	background-color: #06113C!important;
  	padding: 10px;
    height: fit-content;
    margin-bottom: 30px;
    border-radius: 20px;
    border: none;
}
.cst-railways-list .ccn-courses-grid-block.ccn-courses-grid-block-5 .top_courses .thumb{
	border-radius: 15px;
}
.cst-railways-list .top_courses .details .tc_content p{
	color: #afafaf!important;
}
.cst-railways-list .top_courses .details .tc_content h5{
	color: rgb(255 255 255)!important;
  	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  	height: 50px;
}
.cst-railways-list .top_courses .tc_footer .tc_meta li{
	color: #ffffff9e!important;
}
.cst-railways-list .btn-transparent{
	color:  #06113C!important;
   	border-color: #06113C;
}
.cst-railways-list .btn-transparent:hover, 
.cst-railways-list .btn-transparent:active, 
.cst-railways-list .btn-transparent:focus {
    background-color: #2441e700;
    color:  #06113C;
    border: 2px solid;
    border-color:  #06113C;
  	transform: scale(1.05);
}
/*Custom Top Course*/
.cst-top-course .top_courses{
	border-radius: 40px;
}
.cst-top-course .main-title h3{
	font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
  	color:#5c5c5c;
}
.cst-top-course .main-title p{
	margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.1em;
    margin-top: 10px;
}
.cst-top-course .top_courses .details .tc_content h5{
	font-family: 'Montserrat', sans-serif;
}
/*counter*/
.cst-counters .main-title h3 {
	font-family: 'Montserrat', sans-serif;
    font-size: 30px;
  	font-style: normal;
    font-weight: 700;
}
.cst-counters .main-title p{
	font-family: 'Montserrat', sans-serif;
}
.cst-counters [class^="flaticon-"]:before, 
.cst-counters [class*=" flaticon-"]:before, 
.cst-counters [class^="flaticon-"]:after, 
.cst-counters [class*=" flaticon-"]:after {
	color: #FF7110;
    font-weight: 400;
}
.cst-counters .funfact_one .details h5 {
  	font-family: 'Montserrat', sans-serif;
	color: #FF7110;
}
.cst-counters .funfact_one .details .timer, 
.cst-counters .funfact_one .details ul li {
	font-family: 'Montserrat', sans-serif;
	color: #FF7110;
}
.cst-counters .divider_home1, .divider_home2{
	padding: 90px 0;
}
.cst-counters .main-title{
	display: none;
}

/*display-none slider*/
.cst-class .owl-dots {
    position: inherit;
}


 :root {
    --surface-color: #fff;
    --curve: 10;
}

.cst-method-learning .banner-course {
    display: block;
    align-items: start;
    background-color: #FFFF;
    overflow: hidden;
    padding: 50px 50px;
}

.cst-method-learning .banner-course-header {
    width: 50%;
    max-width: 700px;
    margin: 0 auto;
}

.cst-method-learning .banner-course-header .banner-title {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    color: #FFFF;
    text-align: center;
    margin-bottom: 10px;
}
.cst-method-learning .banner-course-header .banner-title mark{
  	font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
  	padding: 0;
  	background-color: transparent;
  	color: #FFFF;
}
.cst-method-learning .banner-course-header .banner-desc {
    margin-top: 10px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #f3f3f3;
    text-align: center;
}

.cst-method-learning .content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 0.45fr));
    gap: 0;
    margin: 30px 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    justify-content: center;
}

.cst-method-learning .card {
    position: relative;
    display: block;
    margin: 0 auto;
    height: auto;
    width: 600px;
    border-radius: calc(var(--curve) * 1px);
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0px 0px 8.53638px rgba(0, 0, 0, 0.281);
}

.cst-method-learning .card .img {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.cst-method-learning .card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* display: none; */
    transition: 0.2s;
}

.cst-method-learning .card:hover .overlay {
    display: block;
    background: rgba(0, 0, 0, .6);
}

.cst-method-learning .card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    /* border-radius: calc(var(--curve) * 1px); */
    background-color: #2b64b0d1;
    transform: translateY(100%);
    transition: .2s ease-in-out;
    margin: 20px;
}

.cst-method-learning .card:hover .card__overlay {
    transform: translateY(2%);
    background-color: #2b64b0d1;
    border-radius: 10px;
}

.cst-method-learning .card__header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2em;
    padding: 2em 2em 0.5em 2em;
    border-radius: 10px 10px 0 0;
    background-color: #2b64b0d1;
    transform: translateY(-98.5%);
    transition: .2s ease-in-out;
}

.cst-method-learning .card__arc {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 1;
}

.cst-method-learning .card:hover .card__header {
    transform: translateY(0);
    background: none;
}

.cst-method-learning .card__thumb {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    /* border-radius: 50%; */
}

.cst-method-learning .card__title {
    font-style: normal;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0 0 .3em;
    color: #ffffff;
    font-weight: bold;
}

.cst-method-learning .card__description {
    padding: 0 2em 2em;
    margin: 0;
    color: rgb(230, 230, 230);
    /*font-family: 'Montserrat', sans-serif;*/
    font-style: normal;
    font-weight: 300;
    font-size: 1em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  	text-align: left;
}

.cst-method-learning .btn-wrap {
    padding: 0 2em 2em;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.cst-method-learning .btn-wrap .btn-method {
    padding: 15px;
    width: max-content;
    color: rgb(230, 230, 230);
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    background-color: #F28329;
    cursor: pointer;
    border-style: none;
    text-align: center;
    border-radius: 10px;
    transition: 0.3s;
    animation: breathing 5s ease-out infinite normal;
}

.cst-method-learning .btn-wrap .btn-method:hover {
    transform: scale(1.05);
}

@media only screen and (max-width :1440px) {
    .cst-method-learning .card {
        width: 500px;
    }
}

@media only screen and (max-width :1024px) {
    .cst-method-learning .card {
        width: 300px;
    }
    .cst-method-learning .card:hover .card__header {
        transform: translateY(-99%);
        padding: 1em 2em 0.5em 2em;
        border-radius: 0;
        border-radius: 10px 10px 0 0;
        background-color: #2b64b0d1;
        ;
    }
    .cst-method-learning .card:hover .card__overlay {
        transform: translateY(6%);
        height: 48%;
        border-radius: 00 0 10px 10px;
    }
    .cst-method-learning .card__title {
        font-size: .9em;
    }
    .cst-method-learning .card:hover .card__description {
        position: absolute;
        top: -12%;
        font-size: 0.6em;
        padding: 1em 3.3em;
    }
    .cst-method-learning .btn-wrap .btn-method {
        width: 90px;
        font-size: 12px;
        padding: 12px;
        position: absolute;
        top: 46%;
        left: 10%;
    }
}

@media only screen and (max-width :426px) {
    .cst-method-learning .banner-course-header {
        width: 100%;
        margin: 0;
    }
    .cst-method-learning .banner-title {
        width: 100%;
        font-size: 20px!important;
        margin: 0 auto;
    }
    .cst-method-learning .banner-title mark{
		font-size: 20px!important;
    }
    .cst-method-learning .content {
        display: grid;
      	margin: 0
    }
    .cst-method-learning .card {
        width: 300px;
    }
    .cst-method-learning .card .overlay {
        background: rgba(0, 0, 0, .6);
    }
    .cst-method-learning .content li {
        padding-top: 20px;
    }
    .cst-method-learning .card__header {
        transform: translateY(-99%);
        padding: 1em 2em 0.5em 2em;
        border-radius: 0;
        border-radius: 10px 10px 0 0;
    }
    .cst-method-learning .card .card__overlay {
        transform: translateY(6%);
        height: 48%;
        border-radius: 00 0 10px 10px;
    }
    .cst-method-learning .card__title {
        font-size: 1em;
    }
    .cst-method-learning .card__description {
        font-size: 0.6em;
        position: absolute;
        top: -4%;
        padding: 1em 3.3em;
    }
    .cst-method-learning .btn-wrap .btn-method {
        width: 90px;
        font-size: 12px;
        padding: 12px;
        position: absolute;
        top: 50%;
        left: 10%;
    }
}
/*Banner */
.cst-banner .container {
    max-width: 100%;
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
  	padding-left: 0;
    padding-right: 0;
}
.cst-banner .slider{
	width: 100%;
    margin: 0 auto;
}
.cst-banner .slider .slick-slide img {
    width: 100%;
}
/* make button larger and change their positions */
.cst-banner .slick-prev,
.cst-banner .slick-next {
    width: 50px;
    height: 50px;
    z-index: 1;
}

.cst-banner .slick-prev {
    left: 5px;
}

.cst-banner .slick-next {
    right: 5px;
}

.cst-banner .slick-prev:before,
.cst-banner .slick-next:before {
    font-size: 40px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


/* move dotted nav position */

.cst-banner .slick-dots {
    bottom: 15px;
}
/* enlarge dots and change their colors */
.cst-banner .slick-dots li button:before {
    font-size: 12px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.cst-banner .slick-dots li.slick-active button:before {
    color: #dedede;
}


/* hide dots and arrow buttons when slider is not hovered */

.cst-banner .slider:not(:hover) .slick-arrow,
.cst-banner .slider:not(:hover) .slick-dots {
    opacity: 0;
}
/* transition effects for opacity */
.cst-banner .slick-arrow,
.cst-banner .slick-dots {
    transition: opacity 0.5s ease-out;
}
/*Header*/
.cst-header-homepage body{
	background-color: #FFF8F4;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    padding-top: 0px;
}
.cst-header-homepage .cst-header {
    padding: 0 50px;
    display: grid;
    gap: 1rem;
    height: 765px;
    grid-template-columns: 50% 50%;
    /* grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr)); */
    align-items: start;
  	background-color: #F5F4FF;
 	background-size: contain;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.cst-header-homepage .container-content {
    margin-top: 25%;
    margin-left: 10%;
}

.cst-header-homepage .container-content .title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50.322px;
    color: #242063;
}

.cst-header-homepage .container-content .title mark {
    color: #FF7110;
    background: none;
 	font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
}

.cst-header-homepage .container-content .desc {
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #071C21;
}

.cst-header-homepage .btn-small {
    width: 200px;
    padding: 20px;
    margin-top: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: #071C21;
    cursor: pointer;
    transition: 0.3s;
    background: #FF7110;
    border-radius: 14.8315px;
    border-style: none;
    box-shadow: 0px 12.4794px 14.9513px rgba(255, 113, 16, 0.27);
    animation: breathing 5s ease-out infinite normal;
}

.cst-header-homepage .btn-small:hover {
    transform: scale(1.05);
    box-shadow: 0px 16.4794px 18.9513px rgba(255, 113, 16, 0.27);
}

@keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.cst-header-homepage .btn-small a {
    font-style: normal;
    font-weight: 700;
    font-size: 15.5029px;
    line-height: 27px;
    color: #FFFFFF;
    text-decoration: none;
}

.cst-header-homepage .img-wrapper {
    width: 100%;
    height: fit-content;
    max-height: 450px;
    margin-top: 50px;
    margin-bottom: 0;
}

.cst-header-homepage .img-wrapper .model {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    height: 100%;
    object-fit: cover;
    object-position: auto 0;
}
@media only screen and (max-width :426px) {
  .cst-header-homepage .cst-header{
  	display: block;
    height: fit-content;
    padding-bottom: 45px;
  }
  .cst-header-homepage .container-content{
  	margin-top: 14%;
    margin-left: 0%;
  }
  .cst-header-homepage .container-content .title{
  	font-size: 2rem;
    text-align: center;
  }
  .cst-header-homepage .container-content .desc{
  	font-size: 1rem;
    text-align: center;
  }
  .cst-header-homepage .btn-small{
  	margin: 0 auto;
    display: block;
    width: 150px;
    padding: 15px;
  }
  .cst-header-homepage .img-wrapper{
  	display: none;
  }
}
/*boarder*/
.top_courses {
  border-radius: 20px;
}

/*Judul Course Portal*/
.cst-header-portal {
	background-color: #778899;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    padding-top: 0px;
    border-radius: 20px;
    box-sizing: border-box;
}
/*PJJ*/
.cst-pjj .banner-pjj {
  display: grid;
  align-items: start;
  background-color: #ffffff;
  overflow: hidden;
  padding: 30px 30px;
}
.cst-pjj .banner-header-pjj {
  width: 50%;
  max-width: 700px;
  margin: 0 auto;
}
.cst-pjj .banner-header-pjj .banner-title {  
  text-align: center;
  margin-bottom: 5px;
}

.cst-pjj .banner-header-pjj .banner-header-titlepjj {
  font-family: "Montserrat", sans-serif;
  margin-top: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 20px;
  color: #242063;
  text-align: center;
}
.cst-pjj .content-pjj {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
  margin: 30px 0;
  list-style-type: none;
  align-items: center;
  justify-content: center;
}
.cst-pjj .card-pjj {
  position: relative;
  display: block;
  margin: 10px;
  height: auto;
  width: 350px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0px 0px 8.53638px rgba(0, 0, 0, 0);
  border-radius: 20px;
}
.cst-pjj .card-pjj .img-pjj {
  width: 100%;
  height: auto;
  max-height: 255px;
}

.cst-pjj .card-pjj .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* display: none; */
  transition: 0.2s;
}

.cst-pjj .card-pjj:hover .overlay {
  display: block;
  background: rgba(0, 0, 0, 0.6);
}

.cst-pjj .card_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  /* border-radius: calc(var(--curve) * 1px); */
  background-color: #242063c5;
  transform: translateY(100%);
  transition: 0.2s ease-in-out;
  margin: 10px;
}

.cst-pjj .card_header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2em;
  padding: 2em 2em 0.5em 2em;
  border-radius: 10px 10px 0 0;
  background-color: #242063c5;
  transform: translateY(-98.5%);
  transition: 0.2s ease-in-out;
}

.cst-pjj .card_arc {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 1;
}
.cst-pjj .card:hover .card_header {
  transform: translateY(0);
  background: none;
}
.cst-pjj .card_thumb {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  /* border-radius: 50%; */
}

.cst-pjj .card_title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1em;
  margin: 0 0 0.3em;
  color: #ffffff;
  text-align: center;
}

@media only screen and (max-width: 1440px) {
  .cst-pjj .card {
    width: 500px;
  }
}

@media only screen and (max-width: 1024px) {
  .cst-pjj .card-pjj {
    width: 250px;
  }
  .cst-pjj .card-pjj:hover .card_header {
    transform: translateY(-99%);
    padding: 1em 2em 0.5em 2em;
    border-radius: 0;
    border-radius: 10px 10px 0 0;
    background-color: #242063c5;
  }
  .cst-pjj .card-pjj:hover .card_overlay {
    transform: translateY(6%);
    height: 48%;
    border-radius: 00 0 10px 10px;
  }
  .cst-pjj .card_title {
    font-size: 0.9em;
  }
  .cst-pjj .card-pjj:hover {
    position: absolute;
    top: -12%;
    font-size: 0.6em;
    padding: 1em 3.3em;
  }
}

@media only screen and (max-width: 768px) {
  .cst-pjj .card-pjj {
    width: 200px;
  }
  .cst-pjj .card-pjj:hover .card_header {
    transform: translateY(-99%);
    padding: 1em 2em 0.5em 2em;
    border-radius: 0;
    border-radius: 10px 10px 0 0;
    background-color: #242063c5;
  }
  .cst-pjj .card-pjj:hover .card_overlay {
    transform: translateY(114%);
    height: 48%;
    border-radius: 00 0 10px 10px;
  }
  .card_title {
    font-size: 0.9em;
  }
  .cst-pjj .card-pjj:hover {
    position: relative;
    height: 146px;
    font-size: 1em;
    padding: 1em 3.3em;
  }
}
@media only screen and (max-width: 425px) {
  .cst-pjj .banner-pjj-header {
    width: 120%;
    margin: 0;
  }
  .cst-pjj .banner-header-titlepjj {
    width: 100%;
    font-size: 12px;
    margin: 0 auto;
  }
  .cst-pjj .content-pjj {
    display: block;
  }
  .cst-pjj .card-pjj {
    max-width: 300px;
    margin: 0 auto;
  }
  .cst-pjj .card-pjj .overlay {
    background: rgba(0, 0, 0, 0.6);
  }
  .cst-pjj .content-pjj li {
    padding-top: 20px;
  }
  .cst-pjj .card_header {
    transform: translateY(-99%);
    padding: 1em 2em 0.5em 2em;
    border-radius: 0;
    border-radius: 10px 10px 0 0;
  }

  .cst-pjj .card_titlepjj {
    font-size: 0, 5em;
  }
}
.cst-topcourse .main-title h3 { 
  color: #386DB4; 
}

.cst-ebook .courses_all_btn .btn {
  display : none;
}

.tombol {
  max-width: 3840px;
  height: 658px;
}

.tombol img {
position: relative;
width: 100%;
  
}

.tombol .btn {
  position: relative;
  transform: translate(10px, -450px);
  transition: .1s;
  border-radius: 5px;
  left: 4%;
  background-color: #FF7F00; /* White */
  border: none;
  color: white;
  padding: 5px 1%;
  text-align: center;
  display: inline-block;
  font-size: 14px; font-family:cambria math;
  cursor: pointer;

}

.tombol .btn:hover {
  box-shadow:2px 2px 4px #000000;
     text-shadow: 2px 2px 4px #000000;

}

body {
            font-family: Arial, sans-serif;
        }

        .button {
            background-color: #4CAF50; /* Warna latar belakang */
            border: none; /* Tanpa batas */
            color: white; /* Warna teks */
            padding: 15px 32px; /* Padding */
            text-align: center; /* Teks di tengah */
            text-decoration: none; /* Tanpa garis bawah */
            display: inline-block; /* Agar tombol berada di dalam baris */
            font-size: 16px; /* Ukuran font */
            margin: 10px; /* Margin */
            cursor: pointer; /* Menunjukkan kursor */
            border-radius: 5px; /* Sudut melingkar */
        }

        #certificate-container {
            display: none; /* Sertifikat tidak ditampilkan awalnya */
            position: relative;
            width: 1000px;
            height: 860px;
            background-image: url('https://lh3.googleusercontent.com/pw/AP1GczN3S_UPdoWd3ok3PZHnxa1JXXIcUY_CmRnCjp3nfr0i_Sbyx0rjwiby_sRlvDOv0_RwufSkF7QxiUoh-tLY1eQB7_drmR0WH8HqUMctkxcyfMe7k0Y=w2400');
            background-size: cover;
            padding: 20px;
            border: 1px solid white;
            margin-top: 20px; /* Tambahkan margin atas untuk jarak dari tombol */
        }

        .info {
            position: absolute;
            top: 160px;
            left: 70px;
            color: black;
            padding: 10px;
        }

        #qrcode-container {
            position: relative;
            bottom: 20px;
            right: 20px;
        }

        
        #qr-info {
            position: absolute;
            top: -10px;
            right: 380px;
        }

.tombol1 {
  max-width: 100%;
  height: auto;
  position: relative; /* Untuk menjaga posisi tombol relatif terhadap gambar */
}

.tombol1 img {
width: 100%;
height: 658px;
  
}

.tombol1 .btn {
  position: absolute;
  left: 51.5%;
  transform: translateX(-50%);
  
  border-radius: 5px;
  background-color: #FF7F00;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  font-size: 14px;
  font-family: cambria math;
  cursor: pointer;
  bottom: 10%;
}

.tombol1 .btn:hover {
  box-shadow:2px 2px 4px #000000;
     text-shadow: 2px 2px 4px #000000;

}

@media (max-width: 768px) {
  .tombol1 .btn {
    font-size: 12px;
    padding: 8px 16px;
  }
}

@media (max-width: 480px) {
  .tombol1 .btn {
    font-size: 10px;
    padding: 6px 12px;
  }
}

body {
            font-family: Cambria, serif; /* Mengganti font menjadi Cambria */
            background-color: #f0f0f0;
            margin: 0;
            padding: 0;
        }

        .cst_floating_button .act_button {
            background: #25D366;
            display: flex; /* Menggunakan flexbox */
            justify-content: center; /* Pusatkan isi */
            align-items: center; /* Pusatkan isi secara vertikal */
            width: 60px; /* Ukuran tombol */
            height: 60px;
            border-radius: 50%;
            transition: transform 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
            position: fixed;
            right: 25px; /* Menjauhkan dari tepi layar */
            bottom: 20px;
            z-index: 99999;
            cursor: pointer;
            opacity: 0.7; /* Lebih transparan agar tidak mengganggu tampilan */
        }

        .cst_floating_button .act_button:hover {
            transform: scale(1.05); /* Efek membesar sedikit */
            background-color: #20b259;
            opacity: 1; /* Tombol lebih solid saat di-hover */
        }

        .cst_floating_button .act_button svg {
            height: 30px; /* Ukuran ikon yang lebih kecil */
            width: 30px;
            fill: white;
        }

        .cst_floating_button .guide_wrap {
            background-color: white;
            padding: 15px; /* Mengurangi padding untuk memperkecil ukuran */
            position: fixed;
            right: 20px;
            bottom: 100px; /* Posisi di atas tombol */
            border-radius: 10px;
            border: 2px solid #25d366;
            z-index: 99999;
            width: 345px; /* Lebar pop-up diperbarui */
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Bayangan untuk pop-up */
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px); /* Zoom out */
            transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, transform 0.5s ease-in-out;
        }

        .cst_floating_button .show {
            opacity: 1;
            visibility: visible;
            transform: translateY(0); /* Zoom in */
        }

        .cst_floating_button .close_btn {
            color: #ff0000;
            float: right; /* Memindahkan tombol close ke kanan */
            cursor: pointer;
            margin-left: 10px;
            font-size: 24px; /* Ukuran tombol close lebih kecil */
        }

        .cst_floating_button .close_btn:hover {
            color: #000000;
        }

        .cst_floating_button .contact-button {
            display: block;
            width: 75%; /* Lebar lebih kecil untuk tombol */
            line-height: 50px;
            text-align: center;
            color: white;
            font-size: 16px;
            font-weight: bold;
            border-radius: 10px;
            text-decoration: none;
            margin: 10px auto; /* Spasi di atas dan bawah tombol */
            transition: transform 0.3s ease;
        }

        .cst_floating_button .contact-button:hover {
            transform: scale(1.02);
        }

        /* Warna spesifik untuk setiap tombol kontak */
        .contact-button .hamdani {
            background-color: #386DB4; /* Hijau untuk Hamdani */
        }

        .contact-button .subantardjo {
            background-color: #386DB4; /* Biru muda sangat terang untuk Subantardjo */
        }

        .contact-button .yopan {
            background-color: #386DB4; /* Biru muda sangat terang untuk Yopan */
        }

        .contact-button .zaki {
            background-color: #386DB4; /* Hitam untuk Zaki Novaldi */
        }

        .contact-button .fuad {
            background-color: #386DB4; /* Hitam untuk Fuad Kamal Faruq */
        }

        /* Ukuran teks informasi */
        .info_alert {
            font-size: 14px; /* Ukuran font lebih kecil */
            margin-bottom: 10px; /* Spasi di bawah teks */
        }

        @media only screen and (max-width: 435px) {
            .cst_floating_button .act_button {
                width: 40px;
                height: 40px;
                right: 10px;
                bottom: 10px;
            }

            .cst_floating_button .act_button svg {
                height: 20px;
                width: 20px;
            }

            .cst_floating_button .guide_wrap {
                width: 47%; /* Lebar responsif untuk tampilan mobile */
                right: 10px; /* Mengatur posisi pada perangkat mobile */
                bottom: 70px; /* Menjauhkan dari bawah layar */
                padding: 5px; /* Padding lebih kecil untuk menghemat ruang */
            }

            .cst_floating_button .close_btn {
                font-size: 16px; /* Ukuran tombol close lebih kecil */
            }

            .cst_floating_button .contact-button {
                font-size: 11px; /* Ukuran font tombol lebih kecil */
                line-height: 40px; /* Tinggi tombol lebih kecil dan ramping */
    }

    .info_alert {
        font-size: 12px; /* Ukuran font info alert lebih kecil */
    }

}

          
    @media (min-width: 300px) {
    .ccn_breadcrumb_xs {
        height: 110px;
    }
    }
      @media (min-width: 300px) {
    .ccn_breadcrumb_xs .breadcrumb_content {
        padding-top: 80px;
    }
}
      
.banner-course {
            background-image: url('https://edukai.kai.id/elearning/data/kod/index.php?user/publicLink&fid=d211u_ao3rRJxFZZi-4Eq6I6k_qRkr2mwG2Fm5n_FM7KF4L-Zq_oj-QhmXw7RYcK-Wj6uw0E7-PQ06bt-Ml2bVd_3hQuUwVAwOdhYHkXqwj0xNNNfbC1Cxk_1Cbdbfoe&file_name=/LEARNING%20.jpg'); /* Ganti dengan gambar background */
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-attachment: fixed; /* Untuk efek paralaks pada scroll */
            min-height: 80vh; /* Memastikan tinggi sesuai dengan tinggi layar */
            width: 100%;
        }
      
.card {
  opacity: 0.8;
      }
      
.ccnHeader1 {
  background-image: linear-gradient(darkblue,transparent);
      }