.livetv-screen #menu-screen , .livetv-screen #topbar-screen
 {
  display: none;
}
#livetv-screen {
  width: 100%;
  height: 100%;
  background: #000;
  position: relative;
}

#livetv-screen #background {
  width: 100%;
  height: 100%;
  position: absolute;
}

#livetv-screen #videoplayer {
  width: 100%;
  height: 100%;
  position: absolute;
}

#livetv-screen #videoplayer.crop-simple {
  object-fit: cover;
}

#livetv-screen #videoplayer.expand {
  object-fit: fill;
}

#livetv-screen .osd {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.3) 30%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0.3) 90%,
    rgba(0, 0, 0, 0.6) 100%
  );
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 0;
  top: 0;
  opacity: 0;
  /* transition: opacity 0.5s; */
}

#livetv-screen .osd .details {
  width: 100%;
  padding: 2rem 4rem;
}

#livetv-screen .osd .details #title {
  padding: 1rem 0;
  font-size: 5.8vh;
  font-weight: bold;
  color: #fff;
  max-width: 75%;
}

#livetv-screen .osd .details #subtitle {
  padding: 0.3rem 0;
  font-size: 4vh;
  font-weight: bold;
  color: #fff;
}

#livetv-screen .osd .details #description {
  padding: 0.3rem;
  font-size: 2vh;
  font-weight: bold;
  color: #fff;
}

#livetv-screen .osd .player-settings {
  position: absolute;
  right: 0;
  padding: 60px;
}

#livetv-screen .osd .player-settings #setting-options {
  display: flex;
  align-items: center;
}

#livetv-screen .osd .player-settings #setting-options i {
  color: #fff;
  font-size: 45px;
  opacity: 0.5;
  margin: 0 30px;
  width: 45px;
  height: 45px;
}

#livetv-screen .osd .player-settings #setting-options i.playback-speed {
  font-size: 18px;
  border-radius: 50px;
  text-align: center;
  line-height: 38px;
  border: 4px solid;
  border-style: solid solid dashed dashed;
}

#livetv-screen .osd .player-settings #setting-options i.selected {
  opacity: 1;
}

#livetv-screen .osd .player-settings #speed-menu {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 22px;
  list-style: none;
  margin: 0;
  padding: 10px 20px;
  border-radius: 50px;
  position: relative;
}

#livetv-screen .osd .player-settings #speed-menu span {
  content: '';
  background: rgba(244, 130, 33, 0.7);
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50px;
  margin: auto;
  right: 0;
  left: 0;
  margin-right: 310px;
}

#livetv-screen .osd .player-settings #speed-menu.to-rigth span {
  margin-left: 240px;
  margin-right: auto;
}

#livetv-screen .osd .player-settings #speed-menu.to-rigth span::before {
  border-right: 5px solid rgba(244, 130, 33, 0.7);
  right: 0;
  margin-right: -10px;
}

#livetv-screen .osd .player-settings #speed-menu.to-left span::before {
  border-left: 5px solid rgba(244, 130, 33, 0.7);
  margin-left: -10px;
}

#livetv-screen .osd .player-settings #speed-menu span::before {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50px;
}

#livetv-screen .osd .player-settings #speed-menu li {
  font-weight: bold;
  font-size: 20px;
  margin: 10px;
  opacity: 0.5;
  width: 50px;
  text-align: center;
}

#livetv-screen .settings-slide {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8043418050814075) 70%,
    rgba(0, 0, 0, 0.7959384437368697) 100%
  );
  display: none;
}

#livetv-screen .settings-slide.open {
  display: block;
}

#languages-content {
  width: 50%;
  height: 100%;
  right: 0;
  position: absolute;
  margin: 0;
  padding: 100px;
  padding-left: 200px;
}

#languages-content #audios,
#languages-content #subtitles {
  padding: 0;
  height: 370px;
  overflow: hidden;
  list-style: none;
}

#languages-content #subtitles {
  height: 290px;
}

#languages-content .title {
  color: white;
  font-size: 35px;
  text-transform: uppercase;
  margin: 30px 0;
}

#languages-content .option {
  font-size: 35px;
  color: white;
  opacity: 0.5;
  padding: 15px;
  padding-left: 62px;
  position: relative;
  margin: 5px 0;
  border: 2px solid transparent;
}

#languages-content .option:first-child {
  margin-top: 0;
}

#languages-content .option.selected {
  border: 2px solid rgba(244, 130, 33, 0.9);
  opacity: 1;
}

#languages-content .option.active::after {
  content: "";
  position: absolute;
  border-left: 10px solid white;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  left: 30px;
  top: 27px;
}

#livetv-screen .icon-status {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8vw;
  height: 10vw;
  opacity: 0;
  /* transition: opacity 0.2s; */
}

#livetv-screen .icon-status .icon {
  width: 8vw;
  height: 10vw;
}

#livetv-screen .icon-status .percent {
  display: none;
}

#livetv-screen .icon-status.forward .icon,
#livetv-screen .icon-status.rewind .icon {
  display: flex;
  align-items: center;
}

#livetv-screen .icon-status.rewind .icon {
  transform: rotate(180deg);
}

#livetv-screen .icon-status .icon:before,
#livetv-screen .icon-status .icon:after {
  content: "";
  width: 0;
  height: 0;
  border-color: transparent;
  border-left-color: #fff;
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
  /* transition: all 0.25s; */
}

#livetv-screen .icon-status.play .icon:before {
  border-width: 2.5vw 0 2.5vw 4vw;
  height: 5vw;
}

#livetv-screen .icon-status.play .icon:after {
  border-width: 2.5vw 0 2.5vw 4vw;
}

#livetv-screen .icon-status.forward .icon:before,
#livetv-screen .icon-status.rewind .icon:before {
  border-width: 2.5vw 0 2.5vw 4vw;
  height: 0vw;
}

#livetv-screen .icon-status.forward .icon:after,
#livetv-screen .icon-status.rewind .icon:after {
  border-width: 2.5vw 0 2.5vw 4vw;
}

#livetv-screen .icon-status.pause .icon:before,
#livetv-screen .icon-status.pause .icon:after {
  border-width: 0 0 0 3vw;
  height: 10vw;
}

#livetv-screen .icon-status.pause .icon:after {
  margin-left: 2vw;
}

#livetv-screen .icon-status.loading {
  height: 8vw;
}

#livetv-screen .icon-status.loading .icon {
  content: "12%";
  box-sizing: border-box;
  width: 8vw;
  height: 8vw;
  border-radius: 100%;
  border: 1.5rem solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  animation: spin 0.7s infinite linear;
}

#livetv-screen .icon-status.loading .percent {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
}

#livetv-screen .icon-status.loading .icon:after,
#livetv-screen .icon-status.loading .icon:before {
  display: none;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

#livetv-screen .osd .progress {
  padding: 4rem 4rem;
  width: 100%;
  display: flex;
  align-items: center;
}

#livetv-screen .osd .progress #total,
#livetv-screen .osd .progress #time {
  font-size: 1.5rem;
  color: #fff;
  padding: 0 1rem;
}

#livetv-screen .osd .progress .bar {
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 1.5rem;
  overflow: hidden;
}

#livetv-screen .osd .progress .bar #played {
  background-color: #fff;
  width: 0%;
  height: 1.5rem;
  position: relative;
  max-width: 100%;
}

#livetv-screen .osd .progress .bar .preview {
  position: absolute;
  right: -9vw;
  width: 18vw;
  top: -11vw;
  display: none;
}

#livetv-screen .osd .progress .bar .preview #preview {
  width: 100%;
}

#livetv-screen .next-episode {
  position: absolute;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  height: 200px;
  width: 410px;
  margin-bottom: 140px;
  padding: 25px;
  padding-left: 120px;
  display: none;
}

#livetv-screen .next-episode .next-episode-image {
  width: 260px;
  height: 150px;
  position: relative;
}

#livetv-screen .next-episode .next-episode-image img {
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

#livetv-screen .next-episode .next-episode-image #next-episode-count {
  color: #fff;
  font-size: 40px;
  font-weight: bolder;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 85px;
  height: 85px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  text-align: center;
  line-height: 85px;
}

#livetv-screen #skip-intro {
  background: rgba(0, 0, 0, 0.4);
  padding: 15px 30px;
  z-index: 2;
  right: 100px;
  position: absolute;
  bottom: 0;
  margin-bottom: 250px;
  font-size: 35px;
  color: #fff;
  border-radius: 5px;
  display: none;
}

#livetv-screen #skip-intro i {
  margin-right: 15px;
}
#chanelCode{
	font-size: 6em;
    position: fixed;
    top: -20px;
    right: 10px;
    color: rgba(244, 130, 33, 0.9);
    z-index: 9999;
}
.title-top{
	z-index: 999;
	display: none;
	position: fixed;
	height: 150px;
	width: 100%;
	background:rgba(0,0,0,.8);
	top: 0px;
	text-align: center;
	color: #fff;
	padding: 30px;
	font-size: 26px;
	overflow: hidden;
}
.scrollable-container {
	z-index: 9999;
	display: none;
    width: 100%;
    height: 265px;
    position: absolute;
    bottom: 0px;
    padding: 10px 20px;
    background:rgba(0,0,0,.8);
    transform: translate3d(0,0,0);
    color: #fff;
    scroll-behavior: smooth;
}
.line {
  width: 100%;
  height: 5px;
  display: flex;
  position: relative;
}

.color {
  height: 100%;
  display: inline-block;
}

.blue {
  width: 50%;
  background-color: #0C98EC;
}

.yellow {
  width: 1%;
  background-color: #FAAA09;
}

.brown {
  width: 49%;
  background-color: #7F7F7F;
}

.circle {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scrollable-container .slider {
    width: 100%;
    height: 8px;
    background: linear-gradient(to right, #14acf5 50%, #fff 100%);
    position: relative;
    margin:0px auto;
    padding: 0px;
    border-radius: 10px;
}

.scrollable-container .slider-dot {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    margin-left: -5px; /* Để căn giữa dot tròn */
}

.hour-mark {
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: black;
}

#hour-markers{
	display: flex;
	flex-wrap: nowrap;
	/*overflow-x: auto; */
	max-width: 100%;
	list-style: none;
	-ms-overflow-style: none;
  	scrollbar-width: none;
	list-style: none;
}

/*#hour-markers::-webkit-scrollbar {
  display: none;
}*/

.hour-item{
	white-space: nowrap;
	height: 40px;
}

.hour-item p{
	position: relative;
}

.hour-item .label{
	font-size: 25px;
	position: absolute;
	left: -40px;
	top: 13px;
}

.hour-item .line-hour{
	position: absolute;
	left: 0;
	height: 10px;
	width: 3px;
	background: #fff;
}

.schedule-list {
	display: flex;
	flex-wrap: nowrap;
	/*overflow-x: auto; */
	max-width: 100%;
	list-style: none;
	-ms-overflow-style: none;
  	scrollbar-width: none;
  	-webkit-transform: translate3d(0, 0, 0);
}

#scroll{
	overflow-x: auto;
	-ms-overflow-style: none;
  	scrollbar-width: none;
  	-webkit-transform: translate3d(0, 0, 0);
}

#scroll::-webkit-scrollbar {
  display: none;
}

/*.schedule-list::-webkit-scrollbar {
  display: none;
}
*/
.schedule-item {
    white-space: nowrap;
    font-size: 22px;
    height: 18vh;
}

.color-green p{
	color: #14acf5;
}

.schedule-item.active p{
	color: yellow;
}

.schedule-item p{
	white-space: normal;
	padding: 5px;
	border-right: 1px solid #ccc;
	height: 100%;
}

.hour-marker {
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
}

#timeCurent{
	font-size: 30px;
}
#activeProgram{
	font-size: 25px;
}
#chanelDate {
  color: #FAAA09;
}
.list-chanel ul{
	list-style: none;
  padding: 0 !important;
}
.list-chanel img{
	width: 45px;
	/*margin-top: -20px;*/
}
.list-chanel ul li{
	background: #1c1b1ba6;
	position: relative;
  border-bottom: 0.1px solid #747474;

  /* border-bottom: 1px solid #cccccc45 !important; */
  height: calc(100vh / 12);
}
/*.list-chanel ul li.active .active,*/
.list-chanel ul li.visited .active{
	background: rgba(244, 130, 33, 0.9);
  border-radius: 15px;
  height: 100%;
}
.list-chanel ul li.visited .info span.textRun{
	animation: floatText 5s infinite alternate ease-in-out;
}
.ov{
	display: block;
	overflow: hidden;
}
.list-chanel ul li.visited .info span{
	white-space: nowrap;
}
.list-chanel ul li .broad{
	border:none;
	background: none;
	position: absolute;
	top: 0px;
	right: 80px;
	height: 100%;
	padding: 0px 10px;
  height: 100%;

}
.playBo {
	padding: 0px 7px !important;
	color: #000 !important;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 3em;
}
 .list-chanel ul li .catch{
	border:none;
	background: none;
	position: absolute;
	top: 0px;
	right: 10px;
	height: 100%;
	padding: 0px 10px;
}

.list-chanel ul li .info{
	display: inline-flex;
	white-space: nowrap;
	border:none;
	background: none;
	width: 68%;
	font-size: 2.4em;
	font-weight: bold;
	color: #fff;
	text-align: left;
	text-indent: 10px;
	padding: 5px 10px 5px 10px;
	overflow: hidden;
  height: 100%;

}
.list-chanel {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: auto;
	height: 100vh;
	display: none;
	z-index: 9999;
	width: 33%;
	background: rgba(0,0,0,.7);
	-webkit-overflow-scrolling: touch;
	/*scroll-behavior: smooth;*/
	transform: translate3d(0,0,0);
}
#scroll{
	overflow-x: auto;
	-ms-overflow-style: none;
  	scrollbar-width: none;
  	-webkit-transform: translate3d(0, 0, 0);
}

#scroll::-webkit-scrollbar {
  display: none;
}