
#back {
	height: 12vh;
	display: flex;
}
#films {
	/* height: calc(78vh + 60px) !important; */
	height: 100%;
}
.movie-screen #menu-screen,.movie-screen #topbar-screen
 {
  display: none;
}
#video-vod{
	display: none;
	z-index: 9999;
}

#episode{
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	scrollbar-width: none;
	align-items: center;
}

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

#page-video{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
    flex-direction: row;
}
#textKey{
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-transform: initial;
}
#categories{
	overflow: scroll;
	background-image: linear-gradient(to bottom, #3f5d9e66, #673da35e);
	display: flex;
	width: 20%;
	/*flex: 1;*/
	/*min-width: 220px;*/
	/*border-right: 1px solid #ccc;*/
}

#list-mv{
	width: 80%;
	display: flex;
	/*flex: 4;*/
	flex-direction: column;
	padding: 0 2em;
}

#keysearch{
	border-radius: 10px;
}

.mv-header{
	padding: 2em 0;
	font-size: 1.2em;
	display: flex;
	height: 12vh;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	justify-content: space-between;
	position: relative;
}
.mv-header .left{
	display: flex;
	color: #fff;
    flex-direction: row;
    align-items: center;
}
#search{
	font-size: 1.5em;
	color: #fff !important;
}
#search.visited{
	filter: drop-shadow(0px 0px 10px #18cff0);
	font-size: 1.8em;
}

#curent-page{
	padding-right: 20px;
}

.mv-header .right{
	display: flex;
	color: #fff;
    flex-direction: row;
    align-items: center;
}

.mv-header .bordered{
	border-right: 1px solid #fff;
	padding-right: 20px;
}

#films{
	margin: 30px 0;
	overflow: scroll;
}
#films .itemVideo{
	height: 80%;
	width: 100%;
	display: block;
	position: relative;
}
#films .itemVideo .view{
	position: absolute;
	padding: 15px 20px;
	background: rgb(0 0 0 / 50%);
	bottom: 0px;
	width: 100%;
	font-size: 1.2em;
	color: #fff;
	text-transform: uppercase;
}
#films .title{
	color: #fff;
	font-size: 1.3em;
	padding: 20px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#films ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}
.fullScreen #videoDetail{
	width: 100% !important;
}
/*#videoDetail{
	width: 50%;
	height: 50vh;
	position: relative;

}*/
#videoDetail #timeshifts{
	margin: 1em 0;
	height: 10px;
	background: #7F7F7F;
	width: 100%;
	position: relative;
}

#videoDetail #timeshifts #percentage{
	position: absolute;
	left: 0px;
	bottom: 0px;
	top: 0px;
	width: 0%;
	background: #0C98EC;
}
#videoDetail .time{
	display: flex;
    color: #fff;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    font-size: 1.3em;
}
#iconPlay{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0;
	background: rgba(0, 0, 0, .2);
	color: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4em;
    opacity: 0;
}
#videoDetail{
	position: relative;
    height: 100%;
    display: flex;
    /*flex: 6;*/
    width: 60%;
    padding: 3em;
}

#videoDetail #ctnVideo{
	border: 2px solid #ccc;
	width: 100%;
	background-color: #8c8c8c6e;
}
.itemInfo ul li{
	width: 48%;
	white-space: nowrap;
	overflow: hidden;
}
#showItemVod .itemInfo{
	display: flex;
    /*flex: 4;*/
    flex-direction: column;
    color: #fff;
    font-size: 1.5em;
    padding: 2em 1em;
    width: 40%;
    justify-content: space-between;
}
#itemPage::-webkit-scrollbar{
	display: block;
	width: 5px;
    background-color: #f5f5f56e;
    border-radius: 2px;
}
#itemPage::-webkit-scrollbar-thumb{
	background-color: rgba(0,0,0,.8);
}
#itemPage ul{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#itemPage li{
	padding: 7px;
    text-align: center;
    width: 9%;
    border: 2px solid #fff;
    color: #fff;
    font-size: 1.8em;
    margin-right: calc(1% - 2px);
    border-radius: 3px;
    margin-bottom: calc(0.5% - 1px);
    margin-top: 1vh;
    font-weight: 900;
    height: 8vh;
    display: flex;
    /* line-height: 9vh; */
    justify-content: center;
    align-items: center;
}
#itemName{
	color: #fff;
	margin-top: 0px;
	text-transform: uppercase;
}

.itemInfo #playItem{
	width: 150px;
	font-size: 1.2em;
	text-transform: uppercase;
}

.itemInfo #playItem.active{
	filter: drop-shadow(0px 0px 10px #18cff0);
}
#showItemVod #item-main{
	height: 70vh;
	overflow: hidden;
	display: flex;
    flex-direction: row;
}

#showItemVod #itemPage{
	height: 30vh;
	overflow-y: auto;
	margin: 20px 3em;
	position: relative;
	margin-top: 10px;
}

#videoDetail .extends{
	position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    padding: 1em;
    z-index: 999999;
    display: none;
}

.fullScreen video, .fullScreen #videoVod {
	height: 100vh !important;
	width: 100vw !important;
}
.hide-controls .extends{
	display: none !important;
}
.fullScreen .itemInfo, .fullScreen #itemPage{
	display: none !important;
}

.fullScreen #item-main{
	height: 100vh !important;
}
.fullScreen #videoDetail{
	padding: 0 !important;
}
.fullScreen #ctnVideo{
	border: none !important;
}
#videoVod, #videoVod video{
	width: 100%;
	height: calc(70vh - 6em - 4px);
	object-fit: fill;
}
/*#videoDetail:fullscreen #videoVod, #videoDetail:fullscreen #videoVod video{
	width: 100vw;
	height: 100vh;
	object-fit: fill;
	display: block;
	position: relative;
}

#videoDetail:fullscreen #extends,
#videoDetail:fullscreen #iconPlay {
	position: fixed;
}*/

#videoDetail .extends .nameFilm{
	color: #fff;
	font-size: 1.5em;
}

.loading-image {
	display: none;
}
#films li.visited{
	background-color: #f2b95f;
}
#showItemVod{
	display: none;
}
#films li{
	width: calc(20%);
	text-align: center;
	height: calc(44vh - 30px);
	padding: 5px 7px;
}

#films li img{
	object-fit: fill;
	width: 100%;
	height: 100%;
}

.mv-header #total{
	padding-left: 15px;
}

#page-video #back{
	padding: 0.7em;
}

#page-video #back a{
	font-size: 4em;
}
#page-video #back{
	background: none !important;
}
#page-video #back.visited a{
	filter: drop-shadow(0px 0px 10px #18cff0);
}
#page-video #back a{
	font-size: 4em;
}
#categories ul{
	width: 100%;
	padding: 0 !important;

}
#categories li{
	width: 100%;
	padding: 8px;
	text-align: center;
}

#categories li.active{
	background: #0eabfc !important;
}

#categories li.visited{
	background: #f2b95f;
}
#categories li.visited a{
	color: #e1520d !important;
}
#categories li.guide a{
	font-size: 1.5em;
	font-family: math;
}
#categories li a{
	color: #fff;
	font-size: 1.8em;
	color: #fff;
	text-transform: uppercase;
}