@media only screen and (max-width: 1500px) {
}

@media only screen and (max-width: 560px) {
  .logo-event {
    max-width: 300px;
  }
}

@media only screen and (max-width: 800px) {
  .hide_desktop {
    display: block;
    visibility: visible;
  }

  .hide_mobile {
    display: none;
    visibility: hidden;
  }

  h1.logo {
    height: 24px;
  }

  h1.logo img {
    height: 24px;
  }

  .header {
    height: 56px;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.9);
  }

  .header .header-in {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 56px;
  }

  .box-live {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  nav.menu {
    display: none;
  }

  .box-live .live-in {
    flex-direction: column;
    height: auto;
    padding: 24px 16px 24px 40px;
    align-items: flex-start;
  }

  .background_01 {
    min-height: auto;
    background-size: cover;
    background-position: top center;
  }

  .background_01.bg-form {
    background-size: contain;
  }

  .background_01 .blockbox {
    padding: 112px 0 56px 0;
  }

  .box-live .live-in .live-info {
    margin: 6px 0 !important;
  }

  .box-live .live-icon {
    top: 5px;
    padding: 6px 12px;
    border-radius: 4px;
  }

  .background_01 .blockbox h2.titlekanal {
    font-size: 24px !important;
    line-height: 1.3;
  }
  a.form_btn {
    font-size: 24px !important;
  }
  .background_02 {
    background-size: cover;
    background-position: top center;
  }

  .background_02 .col4 {
    width: 100%;
    margin-bottom: 16px;
  }

  .background_02 .col8 {
    width: 100%;
  }

  .background_02::before,
  .background_02::after {
    display: none;
  }

  .background_02 .blockbox h2.titlekanal {
    font-size: 30px;
  }

  .background_02 .blockbox p {
    font-size: 18px;
  }
  .background_03 {
    background: #000 url("../images/bg_03b_mobile.jpg") top center no-repeat;
  }
  .background_03 .blockbox h2.titlekanal {
    font-size: 32px;
  }

  .background_03 .col4 {
    width: 100%;
    float: none;
  }

  .background_03 .col8 {
    width: 100%;
    float: none;
  }

  .background_03 .col8 p {
    color: var(--white) !important;
  }

  ul.row-list.speakers {
    margin: 0 -8px;
  }

  ul.row-list.speakers li {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 16px;
  }

  ul.row-list.speakers li .card-box .text-card h3.title {
    font-size: 18px;
    line-height: 22px;
  }

  ul.row-list.speakers li .card-box .text-card p {
    font-size: 14px;
    line-height: 16px;
  }

  .background_03 {
    min-height: auto;
    background-size: cover;
    background-position: top center;
  }

  .background_04 {
    background-size: cover;
    background-position: top center;
  }

  .background_04 .col4 {
    width: 100%;
    margin-bottom: 32px;
  }

  .background_04 .col8 {
    width: 100%;
  }

  h4.quote {
    font-size: 18px;
  }

  .background_04 .blockbox h2.titlekanal.t-center {
    font-size: 32px;
  }

  ul.listing li {
    font-size: 18px;
  }

  .background_04 .blockbox h2.titlekanal {
    font-size: 32px;
  }
  h2.titlekanal {
    font-size: 32px !important;
    line-height: 1.3 !important;
  }
  .background_05 {
    background-size: cover;
    background-position: top center;
  }

  .background_06 {
    background-size: cover;
    background-position: top center;
  }

  .background_05 .blockbox h2.titlekanal.t-center {
    font-size: 32px;
  }

  ul.row-list.list_logo1 li {
    width: 50% !important;
  }

  ul.row-list.list_logo2 li {
    width: 50% !important;
  }

  .footer .footer-in {
    flex-direction: column;
    justify-content: center;
  }

  .footer .logo-footer {
    height: 20px;
    margin-bottom: 8px;
  }

  .footer .logo-footer img {
    height: 20px;
  }

  ul.row-list.list_logo1 li {
    width: 50%;
  }

  .footer p.copy {
    text-align: center;
  }

  #cd-lateral-nav::-webkit-scrollbar {
    width: 6px;
    background: rgba(255, 255, 255, 0.1);
  }

  #cd-lateral-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }

  #cd-lateral-nav::-webkit-scrollbar-thumb {
    background-color: var(--dark_gray);
  }

  #cd-lateral-nav::-webkit-scrollbar:horizontal {
    height: 6px;
  }

  #cd-lateral-nav::-webkit-scrollbar:vertical {
    width: 6px;
  }

  #cd-menu-trigger {
    height: 56px;
    width: 40px;
    display: block;
    position: relative;
    margin-left: 16px;
  }

  #cd-menu-trigger .cd-menu-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 20px;
    height: 3px;
    background-color: var(--white);
  }

  #cd-menu-trigger .cd-menu-icon::before,
  #cd-menu-trigger .cd-menu-icon:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;
  }

  #cd-menu-trigger .cd-menu-icon::before {
    bottom: 6px;
  }

  #cd-menu-trigger .cd-menu-icon::after {
    top: 6px;
  }

  #cd-menu-trigger.is-clicked .cd-menu-icon {
    background-color: transparent;
  }

  #cd-menu-trigger.is-clicked .cd-menu-icon::before,
  #cd-menu-trigger.is-clicked .cd-menu-icon::after {
    background-color: var(--white);
  }

  #cd-menu-trigger.is-clicked .cd-menu-icon::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #cd-menu-trigger.is-clicked .cd-menu-icon::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #cd-lateral-nav {
    position: fixed;
    height: 100%;
    left: inherit;
    right: 0;
    top: 0;
    padding-top: 56px;
    padding-bottom: 16px;
    visibility: hidden;
    /* the secondary navigation is covered by the main element */
    z-index: 25;
    width: 75%;
    background-color: var(--black);
    overflow-y: auto;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0.4s;
    -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0.4s;
    transition: transform 0.4s 0s, visibility 0s 0.4s;
    /* this creates the subtle slide in animation of the navigation */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    display: block;
  }

  #cd-lateral-nav .cd-navigation {
    margin: 0;
    list-style: none;
    list-style-position: inside;
    padding: 0;
    width: 100%;
  }

  #cd-lateral-nav .sub-menu {
    padding: 0;
    display: none;
    list-style: none;
    list-style-position: inside;
    border: none !important;
  }

  #cd-lateral-nav ul li {
    width: 100%;
    height: auto;
  }

  #cd-lateral-nav ul li a {
    overflow: hidden;
    padding: 12px 16px;
    color: var(--white);
    position: relative;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }

  #cd-lateral-nav a:hover {
    color: var(--gold1);
  }

  #cd-lateral-nav a.current {
    color: var(--red);
  }

  .no-touch #cd-lateral-nav a:hover {
    color: var(--gray);
    background: var(--blue);
  }

  #cd-lateral-nav .sub-menu a,
  .sub-menu li:first-child {
    border: none !important;
  }

  #cd-lateral-nav .sub-menu a,
  .sub-menu li {
    padding: 10px 30px;
  }

  #cd-lateral-nav .sub-menu li {
    padding: 0;
  }

  #cd-lateral-nav.lateral-menu-is-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0s;
    transition: transform 0.4s 0s, visibility 0s 0s;
    -webkit-overflow-scrolling: touch;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.1);
  }

  #cd-lateral-nav .item-has-children > a {
    position: relative;
    /* this is the right arrow to show that the item has a submenu  */
  }

  #cd-lateral-nav .item-has-children > a::after {
    height: 11px;
    width: 11px;
    position: absolute;
    top: 40%;
    bottom: auto;
    right: 20px;
    content: "\f107";
    font-family: "FontAwesome";
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #cd-lateral-nav .item-has-children > a.submenu-open {
    color: var(--black);
  }

  #cd-lateral-nav .item-has-children > a.submenu-open::after {
    transform: rotate(-180deg);
  }

  #cd-lateral-nav .icon-menu {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    float: left;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  #cd-lateral-nav .icon-menu img {
    width: 24px;
    height: 24px;
  }
  /*tambahan*/
  ul.row-list.logo_logo li {
    width: 50%;
  }
  p.text_loc {
    color: var(--white) !important;
  }
  .blackbox .blockbox .listbox {
    justify-content: flex-start;
  }
  .background_02 .or_01,
  .background_04 .or_04a,
  .background_04 .or_04b,
  .background_06 .or_06a,
  .background_06 .or_06b,
  .background_07 .or_07a,
  .background_07 .or_07b,
  .background_07 .or_07c {
    display: none;
  }
  .list_jadwal {
    gap: 0;
    flex-direction: column;
  }
  .list_jadwal .item_kanan {
    padding-left: 16px;
  }
  .box_offer {
    flex-direction: column;
    gap: 32px;
  }
  .box_offer .offer_kiri {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .box_offer .offer_kanan {
    width: 100%;
  }
  .background_02 .blockbox,
  .background_03 .blockbox,
  .background_04 .blockbox,
  .background_05 .blockbox,
  .background_06 .blockbox,
  .background_07 .blockbox,
  .background_08 .blockbox {
    padding: 40px 0 !important;
  }
  .background_03 .blockbox {
    height: auto;
    min-height: 100vh;
  }
  .box_news .col9,
  .box_news .col3 {
    width: 100%;
  }
  .background_02 .blockbox {
    padding-bottom: 0 !important;
  }
}
