body{
	background: rgb(17, 19, 25);
	padding: 0;
	margin: 0;
}
header{
	height: 100px;
	background: black;
	padding-top: 1em;
}
.right-side {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 9%;
    z-index: 2;
}

.primary-color{color:white;}
.gradient-color{
	 display: inline-block;
    background: linear-gradient(90deg, #ff7e5f, #feb47b);
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}#toggle-button{
	border:0;
	outline: 0;
	font-weight: bold;
	cursor: pointer;
	padding: 0;
}
button.menu-btn{
	display: none;
}a{
	text-decoration: none;
	color: white;
}.clear-fix{
	clear: both;
}
.head_info{
	display: flex;
	justify-content: flex-start;
	gap:5px;
}
#masthead {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    /* Thay đổi giá trị 0.8 để điều chỉnh độ sậm của màu đen */
    /* Đặt hình ảnh nền và gradient cùng lúc */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	transition: background-image 0.5s ease;
    height: 100vh; /* Điều chỉnh chiều cao theo nhu cầu của bạn */
    position: relative; /* Để đảm bảo gradient được áp dụng trên hình ảnh */
}a{
	cursor: pointer;
}
.logo img{
	width: 150px;
}
.header-bar-container{
	padding: 1em;
	background: rgb(26,28,34);
	opacity: 1;
	transition: 0.5s ease;
	position: relative;
	z-index: 99999;
	margin-top: 1em;
}.header-bar-container:hover{
	opacity: 1;
	box-shadow: 2px 2px 8px 0 #eee;
}
.gradient-background{
	width: 100%;
	height: 60vh;
	position: absolute;
	bottom: 0;
	background: linear-gradient(to top, rgb(0, 0, 0, 1), rgb(0, 0, 0, 0));
}.owl-carousel.owl-drag .owl-item{
	width: 150px !important;
}.owl-carousel.owl-drag .cloned{
	width: 150px !important;
}div.text{
	color: white;
	text-align: center;
}.mySlides{
	text-align: center;
}.owl-carousel .owl-item img{
	border-radius: 10px;
}.owl-carousel .owl-item {
            width: calc(100% / 5) !important; /* Đảm bảo mỗi ảnh chiếm 1/5 chiều rộng */
    
}
.billboard-item-body {
    bottom: 30%;
    left: var(--padding-home);
    position: absolute;
    text-shadow: 1px 1px 2px var(--background-content-color);
    width: 80%;
    z-index: 2;
	left: 10%;
}.billboard-item-body p{
	color:white;
}

.billboard-item-body .info .head{
	align-items: center;
    display: flex;
    flex-direction: row;
    max-width: 40%;
}
.billboard-item-body .info .head .pngegg-icon{
	align-items: center;
    display: flex;
    height: 3vw;
    overflow: hidden;
}.billboard-item-body .info .head .head-info{
	argin-left: 20px;
    width: 100%;
}.billboard-item-body .info .head .head-info .release-date{
	font-size: 0.9vw;
	color:white;
}.billboard-item-body .info .head .head-info .genres{
	display: -webkit-box;
    font-size: 0.9vw;
    max-width: 80%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color:white;
}.billboard-item-body .info .head .head-info .genres .genre-item:not(:first-child):before{
	color: white;
    content: "•";
    display: inline-block;
    font-size: 1rem;
    padding: 0 .4vw;
}.billboard-item-body .info h1{
	font-size: 2vw;
    font-weight: 600;
    margin-top: 5px;
    max-width: 40%;
	color:white;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}.billboard-item-body .info .overview{
	font-size: 0.9vw;
    line-height: 1.6;
    margin-top: 5px;
    max-width: 40%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}.billboard-item-body .action{  
	display: flex;
    flex-direction: row;
    gap: .7vw;
    margin-top: 1.6vw;
}
.billboard-item-body .action .action-btn{
	min-height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:5px;
	transition: 0.5 ease;
	cursor: pointer;
}.billboard-item-body .action .action-btn:hover{
	border:1px solid #ccc;
	cursor: pointer !important;
}
.billboard-item-body .action .action-btn{
	color: inherit !important;
	text-decoration: none;
}button.css-e5blb0{
	padding: 1em;
    background: transparent;
    border: 0;
    transition: 0.5 ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap:5px;
	cursor: pointer;
}
.billboard-item-body .action a span{
	color:white;
}.billboard-item-body .action .ant-btn svg.play,.billboard-item-body .action .ant-btn svg.info{
	height: 1.3vw;
    width: 1.3vw;
	margin-left: 0.3em;
	color: white;
}.billboard-item-body .action .ant-btn svg.info{
	height: 1vw;
    width: 1vw;
}
.header-bar-container {
	display: flex;
	justify-content: flex-start;

}
.left-header{
	width: 60%;
}.search-header-box {
    display: flex;
    flex-direction: column;
    max-width: 550px;
    min-width: 400px;
    position: relative;
    width: 40%;
}.search-header-box .ant-input-search.search-header {
    width: 100%;
	border-radius: 20px;
	background: rgb(37, 49, 57, 0.3);
}span.ant-input-affix-wrapper{
	display: flex;
    width: 100%;
    justify-content: space-between;
	align-items: center;
}input.ant-input{
	width: 100%;
	padding:0.85em;
	background: transparent;
	border: 0;
	outline:none;
	color: white;
}input.ant-input::placeholder{
	color:wheat;
}
.ant-input-group{
	border-radius:20px;
	
}
body.menu-open {
    overflow: hidden;
}
body.menu-open::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    transition: opacity 0.5s ease;
    opacity: 1;
}
ul#primary-menu{
	list-style-type: none;
	width: 10%;
	height: 100vh;
	position: fixed;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	padding-top: 5%;
}.logo-mobile{
	display: none;
}ul#primary-menu li{
	padding: 0 3.5em;
	line-height: 40px;
}ul#primary-menu li a{
	text-decoration: none;
	color:white;
}
.header-bar-container{
	z-index: 1001;
	border-radius: 50px;
}.search-dropdown{
	padding: 0.3em;
	background: rgb(26,28,34);
	opacity: 1;
	top: 4.4em;
	border-radius: 0 0 10px 10px;
	position: absolute;
}.search-dropdown .search-dropdown-container .search-dropdown-wrapper .search-dropdown-header {
    color: #ccc;
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    justify-content: space-between;
	align-items: center;
    margin-bottom: 8px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
	padding: 0.2em;
}.search-dropdown .search-dropdown-container .search-dropdown-wrapper .search-dropdown-header .right {
    align-items: center;
    cursor: pointer;
    display: flex;
	
}.search-dropdown .search-dropdown-container .search-dropdown-wrapper .search-dropdown-header .right a{
	font-size: 1rem;
	text-decoration: none;
	color:#ccc;
}
.search-dropdown .search-dropdown-container .search-dropdown-wrapper .top-search .top-search-list {
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    max-height: 60vh;
    overflow-y: scroll;
}.search-dropdown .search-dropdown-container .search-dropdown-wrapper .top-search .top-search-list .top-search-item {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-height: 41px;
    position: relative;
    transform: all .15s;
}.search-dropdown .search-dropdown-container .search-dropdown-wrapper .top-search .top-search-list .top-search-item:first-child .rank-top-search {
    color: #e81624;
	padding: 0.4em;
	margin-left: 0;
}.search-dropdown .search-dropdown-container .search-dropdown-wrapper .top-search .top-search-list .top-search-item .search-query {
    max-height: inherit;
    padding: var(--padding-search-dropdown);
    padding-left: 15px;
	font-size: 1em;
	color: #ccc;
    width: 100%;
}.search-dropdown .search-dropdown-container .search-dropdown-wrapper .top-search .top-search-list .top-search-item .rank-top-search{
	padding: 0.4em;
	margin-left: 0;
	font-size: 1em;
}.search-dropdown .search-dropdown-container .search-dropdown-wrapper .top-search .top-search-list .top-search-item span,p{
	color:white;
	font-size: 13px;
}
@media screen and (max-width:768px){
	.search-header-box{
		width: 100%;
		min-width: auto;
	}button.menu-btn{
		display: block;
	}
	.search-header-box .ant-input-search.search-header{
		display: none;
	}.header-bar-container{
		padding: 0.2em;
		background: black;
	}.left-header{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		
	}ul#primary-menu {
		width: 0;
		overflow: hidden;
		transition: width 0.5s ease; /* Tạo hiệu ứng mở rộng từ từ */
	}#primary-menu li a{
		font-size:4vw;
	}body.menu-open::before {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 1000;
		transition: opacity 0.5s ease;
		opacity: 1;
	}

	ul#primary-menu.open {
    	overflow: visible;
}
	ul#primary-menu.open {
    	width: 45%;
        position: fixed;
        z-index: 9999;
        background: black;
        padding: 0.3em;
        margin: 0;
        height: 100vh;
	}.site-navigation{
		width: 45%;
		height: 100vh;
	}
}
.breadcrumb{
	color:white;
}
#primary{
	width: 100%;
	right: 0;
	background: black;
}.left-side{
	width: 80%;
	height: auto;
	margin: auto;
	padding: 0.4em;
}ul.breadcrumb{
	display: flex;
	justify-content: flex-start;
	padding: 0;
	align-items: center;
	gap:5px;
	list-style: none;
}
.card-body{
	background: rgb(26,28, 34, 0.6);
    padding: 1em;
    width: 100%;
    border-radius: 15px;
	display: flex;
	gap:2em;
	flex-wrap: wrap;
}.col-12 .col-md-9{
	padding: 0;
	margin: 0;
}.kenvy-movie-content p{
	font-size: 1.2em;
}.col-md-10{
	width: 100%;
}
.kenvy-movie-infor-action{
    display: flex;
    justify-content: space-between;
    align-items: center;
	position: absolute;
	bottom: 4px;
}
.kenvy-movie-infor-description{
	margin-top: 1em;
	width: 99%;
	border-radius: 15px;
}.kenvy-movie-infor-description p{
	font-size: 1.2em;
	line-height: 40px;
	text-align: justify;
}
.kenvy-movie-infor-title-desc{
	font-size: 1.5em;
	color:white;
}.kenvy-movie-related{
	width: 90%;
	padding: 1em;
	background: rgb(30, 41, 59, 0.6);
	border-radius:15px;
	margin-top: 2em;
}.kenvy-movie-related-top{
	margin-bottom: 1em;
}.kenvy-movie-related>.slide-movie{
	width: 100%;
}a.btn{
	padding: 1em;
	background: linear-gradient(to right, rgb(234, 67, 53) 30%, rgb(251, 188, 5) 70% );
}
.kenvy-movie-title{
	width: auto;
    text-align: center;
    font-size: x-large;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 3px solid; /* Đường viền giả con trỏ */
    animation: blink-caret 0.75s step-end infinite;
}
@keyframes blink-caret {
    from, to {
        border-color: transparent;
    }
    50% {
        border-color: #3498db;
    }
}
.top-chapter{
	display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
	border-bottom: 1px solid #373737;
}

.my-video-dimensions{
	height: 630px;
}
.comment-form {
	height: auto;
	padding: 1em 1em;
	background: white;
	border-radius:10px;
	width: 90%;
        }
        .comment-form input, .comment-form textarea {
            width: 90%;
            margin-bottom: 10px;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        .comment-form button {
            padding: 10px 20px;
            border: none;
            background-color: #007bff;
            color: white;
            border-radius: 5px;
            cursor: pointer;
        }
        .comments-container {
            width: 85%;
            margin: 20px auto;
			max-height: 450px;
			overflow-y: auto;
        }
        .comment {
            margin-bottom: 20px;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        .comment .reply-button {
            margin-top: 10px;
            padding: 5px 10px;
            background-color: #28a745;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
        .reply-form {
            margin-top: 10px;
        }
.kenvy-main-movie-player{
	padding: 1em;
	width: 90%;
	background: rgb(26, 28, 34);
	border-radius:10px;
	margin-bottom: 1em;
	
	margin-top:10px;
}.breadcrumb{
	width: 92%;
	padding: 0.1em 0;
	margin-bottom: 1em;
}

#widget-0-0{
	display:block;
}



#colophon{
	width: 80%;
	margin: 0 auto;
	height: 300px;
	border-top:1px solid #fff;
	margin-top: 2em;
}
.togger-search-mobile{
	display:none;
}
.video-container{
	width: 100%;
    overflow: hidden;
    border: 1px solid #4e4c4c;
    border-radius: 10px;
    position: relative;
    height: 590px;
}.video-container iframe{
	width: 100%;
    height: 592px;
    position: absolute;
    left: 0;
}
#main_middle_player{
	display:flex;
	justify-content: space-around;
}
.kenvy-movie-player-chapter{
	width: 95%;
	padding: 0 0.5em;
	border:1px solid #4e4c4c;
	background: rgba(0,0,0,0.5);
	border-radius:10px;
}ul.kenvy-movie-danh-sach-tap-phim{
	list-style-type: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
	max-height: 315px;
	overflow-y: auto;
}ul.kenvy-movie-danh-sach-tap-phim li.episode-item{
	padding: 0.4em;
}ul.kenvy-movie-danh-sach-tap-phim li.episode-item:hover{
	background: rgb(233, 235, 238, 0.4);
}
.list-movies-episodes{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	gap:1em;
}
.thumb-episodes{
	width: 130px;
	height: auto;
	overflow: hidden;
}.thumb-episodes img{
	width: 100%;
	height: 100%;
	border-radius:0;
}.title-movies-episodes span{
	color:antiquewhite;
}.kenvy-movie-status{
	padding: 1em;
}#main_top_player{
	margin-bottom: 1em;
}
.kenvy-movie-player-tab{
	display: flex;
    justify-content: space-between;
    align-items: center;
}.kenvy-movie-player-tab .right-tab{
	color: white;
}.sub-header, .header-bar-container{
    width: 81%;
    z-index: 1001;
    border-radius: 10px;
	margin: auto;
	margin-left: 12em;
	margin-top: 1em;
	position: relative;
}#main-menu{
	display: flex;
	gap:1em;
	list-style-type: none;
	color: white;
}#main-menu li{
	cursor: pointer;
}
ul.list-category-sub_menu,ul.list-countries-sub_menu{
	display: none;
	border-radius:0 0 10px 10px;
}ul.list-category-sub_menu li, ul.list-countries-sub_menu li{
	padding: 0.5em;
}
li.list_category:hover ul.list-category-sub_menu{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	gap:10px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	background: rgb(26, 28, 34, 1);
	padding-top: 2em;
	z-index: 9999;
}li.list_countries:hover ul.list-countries-sub_menu{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	gap:10px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	background: rgb(26, 28, 34, 1);
	padding-top: 2em;
	z-index: 9999;
}
li.items-category:hover, li.items-countries:hover{
	background:#3E3E3E;
}li.list-main_menu:hover>a{
	color: aqua;
}div.desc{
	padding: 0.8em;
	line-height: 30px;
}div.desc p{
	font-size: 16px;
	text-align: justify;
	max-height: 60px;
	overflow: hidden;
	transition: max-height 0.8s ease;
	transition: 0.8s ease;
}
.desc.expanded p {
    max-height: none; /* Hiển thị toàn bộ */
	transition: 0.5s ease;
}
.option{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0.5em 0;
	align-items: center;
}.option h1{
	padding: 0;
	margin: 0;
}

.option ul{
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
	gap:10px;
}.option ul li{
	color: white;
    padding: 0.3em;
    background: #25354c;
	transition: 0.5s ease;
    border-radius: 5px;
	font-size: 14px;
	cursor: pointer;
}.option ul li:hover{
	background: black;
}
.option ul li i{
	font-size:13px;
}
.comments-container{
	width: 91%;
	margin: 0;
	padding: 0;
}.comments-container .comment{
	margin:0;
	border:0;
	border-bottom:1px dashed #A09F9F;
}.comments-container .comment p{
	color:black;
}
/* keyframe cho hiệu ứng rung lắc của icon tiêu đề phim */
@keyframes shake {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(10deg);
    }
    75% {
        transform: rotate(-10deg);
    }
}

.shake {
    animation: shake 0.5s;
}
.flex-episode-item{
	display:flex;
	gap:0.5em;
	flex-wrap: wrap;
	margin-top: 0.4em;
}li.flex-episode-item:hover{
	background: none;
}
.flex-episode-item a{
	padding: 0.5em 1em;
	background: #878686;
}
.hidden{
	display: none;
}#toggleGridView{
	cursor: pointer;
	transition: 0.5s ease;
}#toggleGridView:hover{
	color:aqua;
	transform: scale(1.1);
}

.widget-movies-hoathinh {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Khoảng cách giữa các item */
}

.widget-movies-hoathinh>.list-item {
    flex: 0 1 calc(15% - 20px); /* Độ rộng của mỗi item, tính theo tỷ lệ 50% và trừ đi khoảng cách */
    max-width: calc(50% - 20px); /* Độ rộng tối đa của mỗi item */
    box-sizing: border-box; /* Đảm bảo tính toàn vẹn kích thước của phần tử */
}
.widget-movies-hoathinh>.list-item{
	height: 380px;
}
/* Quy định css cho header dành cho homePage */
#home_page .kenvy-focus-header-wrapper {
	height: 50vw;
	max-height: 810px;
	display: grid;
}.widget-movies-hoathinh .overlay-info{
	height: 300px;
}
.focus-image-movie{
	position: relative;
	top: 0;
	left: 0;
	width: 85%;
	margin: auto;
	height: 750px;
	z-index: 3;
}
.gradient-top{
	width: 100%;
	height: 200px;
	position: absolute;
	top:0;
	left: 0;
	background: linear-gradient(to bottom, rgb(0,0,0,1), rgb(0,0,0,0));
	z-index: 3;
}
.box-infor-movies{
	display: grid;
	justify-content: center;
	align-items: center;
	width: 50%;
	position: relative;
	z-index: 3;
	height: 400px;
}
.box-infor-top p{
	font-size: x-large;
	padding: 0;
	margin: 0;
}
.box-infor-movies .title-movie{
	font-size: xxx-large;
	padding: 0.5em;
	margin: 0;
	font-weight: bolder;
	text-align: center;
}.box-infor-movies .categories-movie{
	font-size: x-large;
}.view-movie{
	display: flex;
	justify-content: flex-start;
	gap:0.5em;
}.view-movie, .desc-movie{
	font-size: x-large;
}.view-movie span{
	padding: 4px;
	background: #737171;
}
.pagination{
	display: flex;
	justify-content: center;
	align-items: center;
}.pagination a{
	padding: 0.5em 1em;
	background: #215962;
	color: white;
	border:1px solid #B3B2B2;
}.pagination .active{
	padding: 0.7em 1.2em;
	background: #0687B5;
}.slide {
	padding: 0.4em;
	background: rgb(25,28,34);
	border-radius: 10px;
	margin-bottom: 2em;
	transition: 0.5 ease;
}.slide:hover{
	box-shadow: 2px 2px 10px 0 #413511;
}
.left-gradient{
	width: 40%;
	height: 100%;
	background: linear-gradient(to right, rgb(0,0,0,1), rgb(0,0,0,0));
	position: absolute;
	left: 0;
	z-index: 2;
}
.search-dropdown {
    display: none; /* Ban đầu ẩn đi */
	transition: 0.5s ease;
}.widget-movies-result{
	width: 100%;
	height: auto;
	display: flex;
}
#result_search{
	padding: 0.4em;
	background: rgb(26,28,34);
	border-radius: 10px;
	margin-bottom: 1em;
}.widget-movies-result .list-item{
	width: 15%;
	height: 330px;
	border:1px solid #676767;
}.widget-movies-result .sub_result{
	width: 75%;
	position: relative;
	margin-bottom: 2em;
}.main-info-result{
	height: 332px;
	position: relative;
}
.main-info-result figure{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius:10px;
}.main-info-result figure img{
	width: 100%;
	height: 100%;
}.overlay-infor-result{
	position: absolute;
	top: 0;
	left: 0;
}.overlay-infor-result{
	width: 100%;
	height: 100%;
	display: grid;
}.overlay-infor-result img{
    border-radius: 100%;
	width:80px;
	opacity: 0.4;
	transition: 0.5s ease;
}.overlay-infor-result img:hover{
	transform: scale(1.1);
	opacity: 1;
}.overlay-infor-result .top{
	display: flex;
	padding-top: 0.5em;
    gap: 1em;
}.overlay-infor-result .top .view, .overlay-infor-result .top .rate{
	height: 15px;
	padding: 0.4em;
	display: flex;
	background: #707070;
	border-radius: 10px;
	align-items: center;
	margin-left: 1em;
	gap:0.3em;
}
.overlay-infor-result .bottom, .overlay-infor-result .middle{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}.overlay-infor-result .bottom{
	background: linear-gradient(to top, rgb(0,0,0,1), rgb(0,0,0,0));
	display: grid;
	gap:0px;
}.overlay-infor-result .bottom p{
	padding: 0;
	margin: 0;
}
.overlay-infor-result .title{
	font-size: xxx-large;
	color:wheat;
}
 .section-header p, h2.primary-color, .kenvy-movie-infor-title-desc {
            display: inline-block;
            font-size:x-large;
            background: linear-gradient(90deg, #ff7e5f, #feb47b);
            -webkit-background-clip: text;
            color: transparent;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-fill-color: transparent;
        }
        .section-header i {
            background: linear-gradient(90deg, #ff7e5f, #feb47b);
            -webkit-background-clip: text;
            color: transparent;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-fill-color: transparent;
        }
 .play-button {
    width: 80px;
    height: 80px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
    transition: box-shadow 0.3s ease-in-out;
   position: relative;
   z-index: 3;
   transition: 0.5s ease;
}.play-button a{
	display: flex;
	justify-content: center;
	align-items: center;
}

.play-button svg {
    width: 50%;
    height: 50%;
    fill: #ff0000; /* Màu của biểu tượng play */
}
.overlay-infor-result::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.7); /* Màu trắng với độ mờ */
            filter: blur(5px); /* Hiệu ứng blur */
            opacity: 0; /* Ban đầu ẩn lớp phủ */
            transition: opacity 0.3s ease; /* Thêm hiệu ứng chuyển đổi */
	z-index: 2;
        }
.play-button:hover .overlay-infor-result::before {
            opacity: 1; /* Hiển thị lớp phủ khi di chuột vào .play-button */
        }
.play-button:hover{
	transform: scale(1.1);
}
.fa-magnifying-glass{
	color:white;
}form#request{
	overflow: hidden;
	border:1px solid #413511;
	border-radius:30px;
}


.details-img{
	width: 350px;
	height: 100%;
	position: relative;
	overflow: hidden;
}.details-img img{
	height: 100%;
	width: 100%;
}
.kenvy-movie-infor-action{
	width: 100%;
}.col-md-9{
	width: 73%;
	height: 560px;
	position: relative;
	overflow: hidden;
}.col-md-9 .blur{
	width: 110%;
	height: 110%;
	position: absolute;
	top: 0;
	background: white;
	opacity: 0.3;
	filter: blur(10px);
}

.box-player-poster_url, .box-player-poster_url figure, .box-player-poster_url img{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}.kenvy_movie_info_overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
}
.kenvy-movie-content {
    display: flex;
    flex-wrap: wrap; /* Cho phép các phần tử xuống dòng */
	position: absolute;
	bottom: 0;
	background: linear-gradient(to top, rgb(0,0,0,1), rgb(0,0,0,0));
}

.kenvy-movie-content p {
    flex: 0 0 50%; /* Mỗi phần tử sẽ chiếm 50% chiều rộng */
    box-sizing: border-box; /* Đảm bảo padding và border được tính vào chiều rộng */
	padding: 0.3em 1em;
	margin: 0;
}.quality-badge{
	position: absolute;
	left: 20px;
	top:20px;
	z-index: 9999;
}.col-md-9>.play-button{
	position: absolute;
	left: 45%;
	top: 33%;
	display: flex;
	justify-content: center;
	align-items: center;
}.col-md-9>.play-button a{
	text-align: center;
}
.col-12{
	height: 560px;
}
.top-chapter p{
	cursor: pointer;
}.top-chapter p.active{
	display: inline-block;
    background: linear-gradient(90deg, #ff7e5f, #feb47b);
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.left-player{
	width: 73%;
	height: auto;
}
.right-player{
	width: 25%;
}
ul.list-result{
	padding: 0;
	margin: 10px 0;
	gap:1em;
	display: grid;
	max-height: 400px;
	overflow-y: auto;
}ul.list-result .list-movies-episodes{
	display: flex;
	flex-wrap: wrap;
	gap:3px;
}ul.list-result .list-movies-episodes .thumb-episodes{
	width: 96%;
	position: relative;
	overflow: hidden;
}
.overlay_related {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 5;
}

.overlay_related::before {
    content: ''; /* Cần có nội dung cho ::before */
    background: blue;
    opacity: 0;
    width: 200%;
    height: 200%;
    transition: opacity 1s ease; /* Đặt transition cho opacity */
    position: absolute;
    top: 0;
    left: 0; /* Đảm bảo nó phủ kín phần tử */
    z-index: -1; /* Đặt phía sau nội dung chính */
}

.list-movies-episodes:hover .overlay_related::before{
    opacity: 0.4;
}
ul.list-quality{
	padding: 0;
	margin: 0;
	list-style-type: none;
}.overlay_related .play-button{
	width: 50px;
	height: 50px;
	opacity: 0.4;
	transition: 0.5s ease;
}.overlay_related .play-button a{
	display: flex;
	justify-content: center;
	align-items: center;
}.list-movies-episodes:hover .play-button{
	opacity: 1;
}ul.breadcrumb a.active{
	display: inline-block;
    font-weight: bold;
    background: linear-gradient(90deg, #ff7e5f, #feb47b);
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}.main-mode{
	position: absolute;
    bottom: 10%;
    width: 100%;
    right: 0;
}.box-border{
	display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}.dark-button, .light-button{
	position: absolute;
	cursor: pointer;
}