body {
  overflow-x: hidden;
}
.carousel-indicators li {
  display: none;
}

.wrapper_div {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.live_show {
  position: relative;
  width: 1050px;
  height: auto;
  margin-top: -575px;
  margin-left: auto;
  margin-right: auto;
  z-index: 20;
  top: 0;
}

.live_show:after {
  content: "";
  display: block;
}

.logo_live {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50px, -40px);
  width: 100px;
  height: 100px;
  background-color: #fd246b;
  border-radius: 50%;
}

.header_wrapper {
  display: flex;
  align-items: center;
  height: 70px;
  background-color: #232c32;
  border-radius: 10px 10px 0 0;
}

.live_content {
  min-height: 430px;
  padding-top: 35px;
  background-color: #c2185b;
  border-radius: 0 0 10px 10px;
}

.left_header {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 35px;
  flex: 0 45%;
}

.left_header h3 {
  margin: 0 !important;
  color: #fff;
}

.image_group {
  display: flex;
  height: 100%;
  flex: 1;
}

.image_group ul {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  flex: 1;
  padding: 0;
}

.image_group li {
  list-style: none;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px;
  cursor: pointer;
}

.image_group li:hover {
  background-color: #ccc;
}

.image_group_active {
  background-color: #384854;
}

.image_group_active_mobile {
  border-radius: 5px;
  background-color: crimson;
}

.image_group_active:last-child,
.image_group li:hover:last-child {
  border-radius: 0 10px 0 0;
}

.right_header {
  padding-right: 35px;
}

.live_table {
  background-color: #8c0032;
  box-shadow: 0 5px 10px #8c0032;
  margin-left: -15px;
  color: #fff;
  height: 150px;
  max-height: 150px;
}

.un_active {
  display: none;
}

.right_content.un_active {
  height: 120px;
}

.line_line_un_active {
  content: " ";
  display: block;
  top: 0;
  left: 0;
  width: 44%;
  padding-top: 5px;
  border-bottom: 2px solid #fff;
}

.image_tv_icon {
  width: 51px;
  height: 51px;
  margin-top: 15px;
}

.right_content {
  color: #fff;
}

.right_content p:first-child {
  font-weight: bold;
  color: #fff;
  margin: 0;
  font-size: 20px;
}

.right_content span {
  text-transform: uppercase;
  font-weight: bold;
  color: #fa5788;
  font-size: 18px;
}

.right_content p {
  font-size: 18px;
  padding-top: 11px;
}

.line_line {
  content: " ";
  display: block;
  top: 0;
  left: 0;
  width: 25%;
  padding-top: 5px;
  border-bottom: 2px solid #fff;
}

.line_comment {
  content: " ";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 5px;
  border-bottom: 2px solid #fff;
}

.line_linegray {
  content: " ";
  display: block;
  top: 0;
  left: 0;
  margin: 15px 0;
  border-bottom: 2px solid #9b9b9b;
}

.padding_top {
  padding-top: 20px;
}

.right_content_bottom {
  color: #fff;
  padding-top: 15px;
  margin-top: 15px;
  margin-left: -15px;
  overflow-y: scroll;
  background-color: #8c0032;
  height: 190px;
  box-shadow: 0 5px 10px #8c0032;
  max-height: 190px;
}

.right_content_bottom p {
  padding: 5px;
}

.live_now {
  background-color: #fa5788;
  font-weight: bold;
}

.right_content_bottom::-webkit-scrollbar-thumb {
  background-color: #fff;
}

.image_list_tv {
  width: 56px;
  height: 56px;
  padding: 3px;
}

.pop_circle_play {
  transform: translate(7px, -56px);
  position: absolute;
  height: 35px;
  width: 0;
  text-align: left;
  align-items: center;
  z-index: -5;
  border-radius: 5px;
  border: 2px solid #d21251;
  background-color: #fd246b;
  color: #fff;
  display: flex;
  transition: all 2s cubic-bezier(0.43, 1.04, 0.75, 0.96);
  overflow: hidden;
  white-space: nowrap;
}

.play_active {
  width: 239px;
  transform: translate(-196px, -53px);
}

.pop_circle_play span {
  padding: 20px;
}

.player_live_blank {
  width: 607px;
  height: 356px;
  background-color: #000000;
}

.player_live_blank_wrapper {
  width: 100%;
  height: 100%;
}

.player_live_blank img {
  position: relative;
  top: 50%;
  left: 50%;
  width: 250px;
  height: auto;
  transform: translate(-50%, -50%);
}

.image_blank_full {
  position: relative !important;
  width: 100% !important;
}

.carousel_height_550 .item img {
  max-height: 550px !important;
}

.carousel_height_500 .item img {
  max-height: 500px !important;
}

.margin_bottom_460 {
  margin-bottom: -460px;
}

#j_player_live {
  width: 620px;
  height: 356px;
}

.header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

.header_content h3 {
  margin: 0;
  color: #fd246b;
}

.background_gray {
  background-color: #232c32;
  padding-top: 10px;
}

.text_gray {
  color: #9b9b9b;
}

.content_home_wrapper {
  padding: 0 50px 0 50px;
}

.content_home_wrapper_40px {
  padding: 0 40px;
}

.content_home_wrapper_pad_all_40px {
  padding: 40px;
}

.background_black {
  background-color: #000000;
}

.container_burger {
  display: none;
}

.show_mobile {
  display: flex !important;
}

.nav_search_ipad {
  text-align: right;
}

.footer_gray {
  background-color: #232c32;
}

.footer_wrapper {
  padding: 10px 0 60px 0;
}

.footer_left {
  margin-left: -20px;
}

.footer_follow_me {
  padding-left: 27px;
}

.icon_size {
  font-size: 25px;
  padding: 5px 5px 10px 15px;
}

.footer_left_top img {
  width: 70px;
  height: auto;
}

.com_info {
  font-size: 18px;
  padding-top: 16px;
  padding-left: 15px;
}

.com_info * {
  margin: 0;
  letter-spacing: 2px;
}

.com_info h2 {
  color: #fd246b;
}

.footer_left_top div:first-child {
  text-align: center;
}

.footer_left_bottom {
  padding-left: 27px;
}

.footer_right_menu {
  padding-top: 20px;
  padding-left: 0;
}

.footer_right_menu li {
  display: inline-block;
}

.footer_right_menu li:not(:nth-child(1)),
.footer_right_menu li:not(:nth-child(4)) {
  padding-left: 10px;
}

.tagcloud {
  max-width: 660px;
}

.background_pic_grey {
  background: url("/asset/images/bg-grey.jpg") no-repeat center top;
  background-size: cover;
  padding: 20px 0;
}

.background_pic_black {
  background: url("/asset/images/bg-black.jpg") no-repeat center top;
  background-size: cover;
  padding-top: 10px;
}

.nealy_promotion_image {
  width: auto;
  min-height: 165px;
  max-height: 165px;
}

.nealy_promotion_image img {
  width: 100%;
  height: 165px;
  max-height: 165px;
}

.news_activity_image {
  width: 100%;
}

.news_activity_detail {
  padding-top: 10px;
}

.news_activity_detail p {
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news_activity_author {
  padding-top: 5px;
  color: #545a5f;
  font-size: 13px;
}

.nealy_promotion_image {
  border-radius: 5px 5px 0 0;
}

.nealy_promotion_detail {
  display: flex;
  padding: 15px;
  margin-bottom: 5px;
  background: #fd246b;
  border-radius: 0 0 5px 5px;
  justify-content: center;
  align-items: center;
}

.nealy_promotion_box a {
  color: #fff;
}

.nealy_promotion_except {
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.bg_gray_white {
  background-color: #384854;
}

.icon_menu_list {
  width: 20px;
  height: 20px;
}

.menu_list_item {
  display: flex !important;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}

.menu_list_item img {
  width: 15px;
  height: 15px;
}

.menu_nav_wrapper {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-header {
  flex: 0 10%;
}

.nav_desktop {
  flex: 0 52%;
  display: flex;
  justify-content: space-between;
  align-self: stretch;
}

.nav_desktop a {
  /*display: flex;*/
  /*width: 100%;*/
}

.menu_ipad_overlay {
  display: none;
}

.menu_ipad_overlay ul {
  list-style: none;
  padding: 0;
}

.broadcast_schedule_btn {
  display: none;
  text-align: center;
  margin-left: auto;
  padding-right: 30px;
}

.broadcast_schedule_btn a {
  background-color: #384854;
  border-radius: 15px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 120px;
  height: 35px;
}

.broadcast_schedule_btn a img {
  width: 20px;
  height: auto;
}

.ipad_overlay_menu {
  display: none;
}

.scroll_to_down {
  width: 50px;
  height: 50px;
  background: #232c32;
  border-radius: 50%;
  position: absolute;
  right: 0;
  transform: translate(-330px, -110px);
  cursor: pointer;
  display: none;
}

.scroll_to_down__arrow {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
  font-size: 25px;
  color: #000;
}

.scroll_to_down__arrow span {
  margin-bottom: 3px;
}

.facebook_page {
  text-align: center;
}

.banner_landing_category {
  height: 700px;
}

.banner_landing_category__lg {
  margin-top: 95px;
}

.music_landing_wrapper {
  height: 800px;
}

.banner_item img {
  max-height: 700px;
  min-height: 700px;
  object-fit: cover;
}

.live_table_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.live_table_bottom span {
  padding-top: 11px;
}

.live_table_bottom img {
  width: 80px;
  height: auto;
}

.angle_down:after {
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 50px;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.angle_down_home__content:after {
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 50px;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 50%;
  transform: translate(-20%, 25%);
}

.music_landing_wrapper {
  margin-top: -700px;
}

#slide_channel {
  display: none;
}

.right_content_bottom p:first-child:not(:only-child) {
  display: none;
}

.slide_tvlist__mobile {
  display: none;
}

#owl_slide_music__landing {
  padding-top: 10px;
  padding-bottom: 10px;
}

.home-thumb.content_home_wrapper.angle_down_home__content {
  padding: 0 50px 50px 50px;
}

button#login {
  background-color: #fd246b;
  border: 2px solid transparent;
}

.navbar-right {
  display: flex;
  flex: 1;
}

.navbar-form {
  flex: 0 65%;
}

.nav-user {
  flex: 1;
}

.menu_list_item div {
  font-size: 12px;
}

.is_under_construction {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.music_video_all_layout {
  padding-bottom: 50px;
  margin-bottom: -17px;
}

.music_video_all_wrapper {
  padding: 50px 0;
}

@media (width: 320px) {
  .image_list_tv {
    width: 28px !important;
    height: 28px !important;
    margin-left: -6px !important;
    margin-top: 15px !important;
  }

  .image_group_mobile li {
    padding: 15px !important;
  }

  .right_header {
    padding-right: 20px !important;
  }

  .header_wrapper {
    border-radius: 0;
    padding: 0 30px;
  }

  .right_content_wrapper {
    padding: 20px 0;
    margin-top: 10px;
    margin-bottom: 0;
    background: #8c0032;
    overflow: hidden;
  }

  .right_content_bottom {
    margin-top: 10px;
    margin-left: 0px;
    box-shadow: none;
    padding: 10px 0 0 !important;
    height: auto;
    background: none;
  }

  .right_content_bottom p:first-child:not(:only-child) {
    padding: 10px 0;
  }

  .background_gray {
    padding-top: 10px;
  }

  .live_show {
    width: 100% !important;
    height: auto;
    position: relative !important;
    padding: 0;
    margin-left: 0 !important;
    margin-top: 0 !important;
    left: 0 !important;
    transform: translateX(0%) !important;
  }

  .image_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
  }

  .left_header h3 {
    font-size: 18px !important;
  }

  .live_table,
  .right_content {
    display: none;
  }

  .player_live_blank {
    width: 100%;
  }

  .banner_item img {
    min-height: 160px !important;
    max-height: 160px !important;
  }
}

@media (width: 360px) {
  .image_list_tv {
    width: 30px !important;
    height: 30px !important;
    margin-left: -3px !important;
    margin-top: 8px !important;
  }
}

@media (width: 375px) {
  .image_list_tv {
    width: 32px !important;
    height: 32px !important;
    margin-left: 1px !important;
    margin-top: 10px;
  }

  .header_wrapper {
    padding: 0 30px;
  }
}

@media only screen and (width: 414px) {
  .banner_item img {
    max-height: 200px !important;
    min-height: 200px !important;
  }

  .flowplayer.is-splash .fp-ui > .fp-play,
  .flowplayer.is-poster .fp-ui > .fp-play {
    display: block;
  }
}

#hlsjsvod {
  background-image: url(//demos.flowplayer.com/media/img/figsinwigs.jpg);
  background-color: #f60;
}
#hlsjslive {
  background-color: #2f2f4f;
}

@media (width: 425px) {
  .image_list_tv {
    width: 32px !important;
    height: 32px !important;
    margin-left: 5px !important;
    margin-top: 10px;
  }
}

@media (width: 768px) {
  .banner_item img {
    max-height: 400px !important;
    min-height: 400px !important;
  }
}

@media (width: 1024px) {
  .banner_item img {
    max-height: 500px !important;
    min-height: 500px !important;
  }

  .music_landing_wrapper {
    height: 460px;
  }
}

@media (max-width: 414px) {
  #vip_logo {
    width: 35px !important;
  }

  .content_home_wrapper.angle_down_home__content {
    padding: 0 20px !important;
  }

  .nealy_promotion_image {
    min-height: 100px;
    max-height: 100px;
  }

  .nealy_promotion_image img {
    height: 100px;
  }

  #slide_channel {
    display: block;
    height: 90px;
    margin-top: 15px;
  }

  #slide_channel .owl-item {
    width: 90px !important;
  }

  #slide_channel .owl-stage-outer {
    height: inherit;
  }

  #slide_channel .owl-stage {
    padding: 15px 7px 0px;
    height: inherit;
  }

  #slide_channel .owl-item img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }

  .left_header h2 {
    font-size: 20px;
  }

  .image_group {
    padding: 0 !important;
  }

  .right_header img {
    width: 70px;
    height: auto;
  }

  .player_live_blank {
    width: 100%;
    height: 182px;
  }

  .player_live_blank img {
    width: 120px;
  }

  .header_wrapper {
    padding: 0 30px;
    height: 55px;
  }

  .footer_right_menu li {
    display: list-item;
    text-align: center;
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 0 !important;
  }

  .live_content_wrapper {
    padding: 0;
  }

  .live_content {
    min-height: 0;
    padding-top: 15px;
  }

  .right_content_bottom {
    padding: 15px 20px !important;
  }

  .news_activity_box p {
    overflow: hidden;
    width: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .carousel-control {
    margin-top: -10%;
  }

  .music_landing_wrapper {
    height: auto !important;
    padding-bottom: 30px;
  }

  .right_content_wrapper {
    display: none !important;
  }

  .right_content_bottom p:first-child:not(:only-child) {
    text-align: center;
    background: #8c0032;
    display: block;
    margin-bottom: 0;
  }

  .right_content__active {
    display: block !important;
    overflow: scroll;
    height: 130px;
  }

  .rotate_angle {
    transform: rotate(180deg);
  }

  .footer_wrapper {
    padding: 0;
  }

  .broadcast_schedule_btn {
    padding-right: 0;
  }

  .slide_tvlist__mobile {
    display: block;
    width: 100%;
    background: #8c0032;
  }
  .angle_down_home__content:after {
    content: " ";
  }

  #j_player_live {
    height: 205px;
  }
}

@media only screen and (max-width: 411px) {
  .banner_item img {
    max-height: 200px !important;
    min-height: 200px !important;
  }
}

@media (min-width: 411px) and (max-width: 414px) {
  .image_list_tv {
    width: 38px !important;
    height: 38px !important;
    margin-left: -3px !important;
    margin-top: 8px !important;
  }
}

@media only screen and (max-width: 767px) {
  .banner_item img {
    height: auto !important;
  }

  .header_wrapper {
    display: flex;
    justify-content: space-between;
  }

  .nav_search_ipad {
    display: none;
  }

  .menu_nav {
    display: none;
  }

  .content_home_wrapper {
    padding: 0 20px;
  }

  .image_group ul {
    margin: 0;
  }

  .content_home_wrapper_pad_all_40px {
    padding: 0;
  }

  .left_header {
    padding-left: 0;
  }

  .left_header h3 {
    font-size: 18px;
    flex: 0 80%;
  }

  .image_group {
    display: none;
  }

  .container_burger {
    display: inline-block;
    cursor: pointer;
  }

  .bar1,
  .bar2,
  .bar3 {
    width: 30px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
  }

  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }

  .change .bar2 {
    opacity: 0;
  }

  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }

  .image_group_mobile {
    display: none;
    flex-direction: row;
    padding: 30px;
    flex-wrap: wrap;
    align-items: center;
  }

  .image_group_mobile li {
    list-style: none;
    flex: 0 33.333%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .image_list_tv_mobile {
    width: 52px;
    height: 52px;
  }

  .menu_nav_wrapper {
    display: block;
  }
}

@media (min-width: 768px) {
  .image_group_mobile {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .footer_left_top img {
    width: 150px;
  }

  .com_info,
  .footer_left_bottom {
    text-align: center;
  }

  .com_info h2,
  .footer_left_bottom {
    padding: 10px 0;
  }

  .footer_right_menu li:not(:first-child) {
    padding-left: 10px;
  }

  .music_landing_wrapper {
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 812px) {
  .menu_nav {
    margin-left: 16px;
  }

  .menu_nav li a {
    font-size: 14px !important;
    padding: 20px 10px !important;
  }

  .nav_user_ipad {
    display: block;
  }

  .nav_user_desktop {
    display: none;
  }

  .nav_search_ipad {
    display: block !important;
  }

  .margin_bottom_460 {
    margin-bottom: 0 !important;
  }

  .header_wrapper {
    border-radius: 0;
  }

  .image_group {
    padding: 0 !important;
  }

  .image_group ul {
    margin: 0;
  }

  .live_content {
    border-radius: 0;
  }

  .left_header {
    padding-left: 20px;
  }

  .left_header h3 {
    font-size: 18px;
  }

  .background_pic_grey {
    background: rgba(0, 0, 0, 0.85);
  }

  .menu_left {
    flex: 0 55%;
    display: flex;
    align-items: center;
  }

  .menu_left a:last-child {
    margin-left: 5%;
    font-size: 30px;
  }

  .navbar-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }

  .ipad_overlay_menu {
    height: 0;
    width: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #181f24;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    margin-top: 60px;
    transition: all 0.4s;
  }

  .ipad_menu_active {
    height: 105vh;
  }

  .ipad_menu_active .menu_ipad_group {
    display: flex;
  }

  .ipad_menu_active body,
  html {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .menu_ipad_group {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 70%;
    transform: translateX(-130px);
    margin-top: -100px;
  }

  .menu_ipad_group a span {
    font-size: 30px;
    color: #fff;
  }

  /*.menu_ipad_group a {*/
  /*width: 30%;*/
  /*margin-left: -20px;*/
  /*transition: all 0.4s;*/
  /*}*/

  .menu_ipad_list_item {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
  }

  .menu_ipad_list_item img {
    margin-right: -50px;
  }

  .sub_menu_ipad__item {
    display: none;
    position: absolute;
    top: 60px;
    padding: 0;
    margin: 0;
  }

  .sub_menu_ipad__item li {
    padding-bottom: 20px;
  }

  .sub_menu_ipad__active {
    position: absolute;
    top: 50px;
    width: 30%;
  }

  .sub_menu_ipad__active ul {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    list-style: none;
    margin-left: 20px;
  }

  .sub_menu_ipad__carat .carat_submenu:after {
    font-family: FontAwesome;
    content: "\f0d7";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .menu_ipad_group_wrapper {
    width: 30%;
    margin-left: -20px;
    transition: all 0.4s;
  }

  .menu_ipad_group_wrapper span {
    font-size: 28px;
    color: #fff;
  }

  .submenu_ipad_list_item a {
    margin-left: 0;
  }
}

@media only screen and (width: 812px) {
  .menu_nav li a {
    font-size: 14px !important;
    padding: 20px 16px !important;
  }

  .nav_user_ipad {
    display: block;
  }
}

@media only screen and (min-width: 360px) and (max-width: 768px) {
  .live_content {
    border-radius: 0;
  }

  .left_header {
    margin: 0 !important;
  }

  .live_show {
    width: 100% !important;
    height: auto;
    position: relative !important;
    padding: 0;
    margin-left: 0 !important;
    margin-top: 0 !important;
    left: 0 !important;
    transform: translateX(0%) !important;
    height: auto;
  }

  .header_wrapper {
    border-radius: 0;
  }

  .right_content_wrapper {
    background-color: #8c0032;
    padding-top: 10px;
    margin-top: 10px;
  }

  .right_content_wrapper > div {
    margin: 0 !important;
  }

  .image_list_tv {
    margin-left: 0;
  }

  .live_table,
  .right_content {
    display: none;
  }

  .header_wrapper {
    border-radius: 0;
  }

  .right_content_bottom {
    box-shadow: none;
    height: auto;
    background: none;
    margin: 0 !important;
    overflow: hidden;
    padding: 30px 20px;
  }

  .padding_top {
    padding-top: 15px !important;
  }

  .right_header {
    padding-right: 50px !important;
  }

  .player_live_blank {
    width: 100%;
  }

  .background_gray {
    padding-top: 20px;
  }
}

@media (width: 1024px) {
  .live_show {
    width: 100% !important;
    position: relative !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    left: 0 !important;
    transform: translateX(0%) !important;
  }

  .live_table,
  .right_content_bottom {
    width: 29.33333%;
    margin-left: 3rem;
  }

  .player_live_blank {
    width: 633px;
  }

  .padding_top {
    padding-top: 15px !important;
  }

  .margin_bottom_460 {
    margin-bottom: 0 !important;
  }

  .image_group li:hover:last-child {
    border-radius: 0;
  }

  .com_info {
    padding-left: 40px;
  }

  .footer_right_menu li {
    padding-left: 5px !important;
  }

  .background_gray {
    padding-top: 10px;
  }

  .nav_desktop {
    flex: 0 52%;
  }

  .com_info h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1024px) {
  .music_landing_wrapper {
    background: black !important;
  }

  .hide_1024 {
    display: none !important;
  }

  .image_list_tv {
    width: 51px;
    height: 51px;
  }

  .logo_live {
    display: none;
  }

  /*.left_header {*/
  /*margin: 10px 0 0;*/
  /*}*/

  .live_show {
    border-radius: 0px;
  }

  #j_player_live {
    width: 100%;
  }

  .live_content {
    border-radius: 0;
  }

  .footer_left {
    margin-left: 0;
  }

  .scroll_to_down {
    display: none;
  }

  .banner_landing_category {
    height: inherit;
  }

  .music_landing_wrapper {
    margin-top: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .nav_desktop {
    flex: 0 51%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
  .ipad_overlay_menu {
    width: 100%;
  }

  .menu_ipad_group {
    transform: translateX(0);
    margin-top: -60px;
    overflow-y: scroll;
  }

  .menu_ipad_list_item img {
    width: 25px;
    height: auto;
  }

  .menu_ipad_group a span,
  .sub_menu_ipad__carat .carat_submenu:after {
    font-size: 20px;
  }

  .live_show {
    width: 100% !important;
    height: auto;
    position: relative !important;
    padding: 0;
    margin-left: 0 !important;
    margin-top: 0 !important;
    left: 0 !important;
    transform: translateX(0%) !important;
    height: auto;
  }
}

/*CAROUSEL SLIDER*/
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  width: 30px;
  height: auto;
}

.owl-nav {
  position: absolute;
  top: 40%;
  z-index: -1;
  display: flex !important;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 108%;
  transform: translateY(-50%);
  margin-left: -45px;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  outline: none;
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
  font-size: 50px;
}

.owl-item img {
  border-radius: 4px;
}

@media only screen and (width: 320px) {
  .owl-nav {
    width: 135% !important;
    margin-left: -40px;
  }

  .owl_carousel__wrapper {
    margin: 0 auto;
  }
}

@media only screen and (width: 768px) {
  .owl-nav {
    width: 113%;
  }

  .owl_carousel__wrapper {
    max-width: 650px;
    margin: 0 auto;
  }

  #owl_slide_music__landing > .owl-nav {
    width: 99%;
  }

  .owl-carousel-music > .owl-nav,
  #owl-carousel-mv > .owl-nav {
    width: 113%;
  }
}

@media only screen and (width: 1024px) {
  #owl_slide_music__landing > .owl-nav {
    width: 93%;
  }

  .owl-carousel-music > .owl-nav,
  #owl-carousel-mv > .owl-nav {
    width: 117%;
  }
}

@media only screen and (min-width: 360px) and (max-width: 375px) {
  .live_content .owl-nav {
    width: 123% !important;
    margin-left: -35px !important;
  }
}

@media only screen and (max-width: 414px) {
  .owl-nav {
    width: 100% !important;
    margin-left: 0px;
    position: absolute;
    z-index: 5;
    height: 0;
    align-items: center;
  }

  .owl_carousel_list_tv__wrapper {
    /*max-width: 300px;*/
    margin: 0 auto;
  }

  .owl_carousel__wrapper {
    margin: 0 auto;
  }

  .owl-dot {
    display: none;
  }

  .owl-carousel .owl-nav .owl-prev span,
  .owl-carousel .owl-nav .owl-next span {
    height: 35px;
    z-index: 5;
  }

  a[href="https://flowplayer.org/hello"]
  {
    opacity: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .slide_vertical_group,
  .slide_horizontal {
    padding: 20px !important;
  }
}

.fp-brand {
  opacity: 0;
}

/*#j_player a:last-child {*/
/*opacity: 0 !important;*/
/*}*/

a[href="https://flowplayer.com/hello/?from=player"]
{
  opacity: 0 !important;
}

a[href="https://flowplayer.org/hello"]
{
  opacity: 0 !important;
}

#j_player_live a:last-child {
  /*display: block;*/
  position: absolute;
  left: 16px;
  bottom: 46px;
  z-index: 999;
  width: 80px;
  height: 60px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#j_player_live .fp-controls .fp-timeline,
#j_player_live .fp-time em.fp-duration,
#j_player_live .fp-time .fp-elapsed,
#j_player_live a.fp-menu {
  display: none !important;
  /*opacity: 0;*/
}

@supports (-ms-ime-align: auto) {
  .menu_nav .menu_list_item:nth-child(1) {
    padding-left: 20px;
  }
}
