/*

 
 * Theme Name: hhkungfu
 * Description: Đây là một theme đơn giản để thực hành Lập trình theme WordPress
 * Version: 1.0
 * Theme Author: lip
 * Tags: starter theme, framework theme, two-columns, customize
 * Textdomain: theme
 */

/*---:[GLOBAL CSS]:---*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;

}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    margin-top: 0px !important;
}

select {
    -webkit-appearance: menulist-button;
    -moz-appearance: none;
    appearance: none;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {

    font-family: 'Roboto', sans-serif;

    -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     margin: 0px;
     padding: 0px;
    font-size: 16px;
       background-color: #111;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    color: #fff;
}
.content-slider-home .bt-now {
max-width: 200px;
}
img {
        max-width: 100%;
        height: auto;
}
a {
        display: inline-block;
        text-decoration: none;
        color: unset;
}

input,input[type="submit"],button {
        border: 1px solid #C8C8C8;
        padding: 5px 10px;
    -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}
p {
    margin: 0px;
    padding: 0px;
    line-height: 28px;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none;
}
table, table tr, table td {
        border: 1px solid #e7e7e7;
        padding: 8px;
}
figure {
    margin: 0px;
    padding: 0px;
}

.row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

 .row-1 {
        flex-basis:8.3333333333%;
        max-width: 8.3333333333%;
       
    }

    .row-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
        
    }

    .row-3 {
        flex-basis: 25%;
        max-width: 25%;
        
    }

    .row-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
        
    }

    .row-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
        
    }

    .row-6 {
        flex-basis: 50%;
        max-width: 50%;
        
    }

    .row-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
       
    }

    .row-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
        
    }

    .row-9 {
        flex-basis: 75%;
        max-width: 75%;
       
    }

    .row-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
        
    }

.nav-menu {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;

}
.nav-menu li {
    display: inline-block;
    padding: 0px 10px;

}
.site-header .row-6,.site-header .row-3 {
   
    justify-content: center;
    align-items: center;
}
.nav-menu li a {
    font-size: 16px;
    text-transform: capitalize;
    height: 70px;
    line-height: 70px;
    }

.site-header {
    display: flex;
    height: 70px;
    align-items: center;
        border-bottom: 1px solid #cccccc0d;
}

/* Định kiểu cho menu item hiện tại */
#menu-main-menu .current-menu-item > a {
    color: #FFFFFF !important; /* Đảm bảo màu chữ là trắng nếu nền tối */
    position: relative; /* Quan trọng để định vị gạch chân ảo */
    padding-bottom: 10px; /* Tạo không gian cho gạch chân bên dưới */
    text-decoration: none; /* Bỏ gạch chân mặc định của thẻ a */

}

/* Tạo gạch chân phát sáng với 2 đầu mờ dần bằng linear-gradient */
#menu-main-menu .current-menu-item > a::after {
       content: '';
    position: absolute;
    bottom: -2px;
    left: -15%;
    width: 130%;
    height: 1px;
    background: linear-gradient(to right, transparent 0%, /* Bắt đầu trong suốt */ #66ffcc 20%, /* Bắt đầu hiển thị màu xanh từ 20% */ #66ffcc 80%, /* Duy trì màu xanh đến 80% */ transparent 100% /* Kết thúc trong suốt */);
    transition: all 0.3s ease-in-out;
}

/* Khi di chuột qua (tùy chọn) */
#menu-main-menu .menu-item > a:hover::after {
    /* Các hiệu ứng khi hover nếu bạn muốn */
}

#logo img {
    max-height: 70px;
}

.site-header {
    z-index: 999;
}
.site-header .row {
background: #111;
background: linear-gradient(180deg, rgba(17, 17, 17, 0.87) 0%, rgba(17, 17, 17, 0.55) 50%, rgba(0, 0, 0, 0) 100%);
z-index: 999;
}

/* Slideshow container */
.slideshow-container {
       margin-bottom: 30px !important;
  position: relative;
  margin: auto;
      width: 100%;
  
    display: flex;
        justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}
.mySlides {
    width: 100%;

    /* Thêm overflow: hidden nếu bạn muốn ẩn phần ảnh thừa (nếu dùng object-fit) */
}

/* Quy tắc quan trọng nhất cho ảnh */
.mySlides img {
    width: 100%; /* Đảm bảo ảnh chiếm 100% chiều rộng của slide */
    height: auto; /* Giữ tỷ lệ khung hình của ảnh */
    
    /* Tùy chọn nâng cao: Giữ tỷ lệ và bao phủ toàn bộ vùng */
    /* Nếu bạn muốn ảnh luôn lấp đầy slide bất kể kích thước màn hình */
    /* height: 500px; /* Đặt chiều cao cố định hoặc tương đối */
    /* object-fit: cover; /* Cắt ảnh nếu cần để lấp đầy */ 
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}



/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.mySlides {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.mySlides .row-4 {
        justify-content: center;
    display: flex;
    text-align: center;
    align-items: center;
}

.mySlides .row-8::after {
  content: "";
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    width: 20%;
    height: 100%;
       background: linear-gradient(90deg, rgb(17 17 17) 10%, rgb(0 0 0 / 0%) 100%);
}

#container {
    display: block;
    width: 1300px;
    margin: 0 auto;
    clear: both;
    position: relative;
    padding: 0px;
}
.title-lip {
    display: inline-block;
    width: 100%;
    margin: 15px 0px;
}
.title-lip h2,.title-lip h1,.title-lip h3,.title-lip h4 {
  font-size: 22px;
    text-transform: uppercase;
   padding: 1px 0;
   display: inline-block;
   width: 100%;
}
.title-lip h2 span,.title-lip h1 span,.title-lip h3 span,.title-lip h4 span {
      position: relative;
    font-weight: 700;
    background-image: linear-gradient(to right, #ff8a00, #da1b60);
    background-image: -webkit-linear-gradient(left, #ff8a00, #da1b60);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent; 
    color: transparent; 
}




.all-post {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
        gap: 30px 20px;
}

.all-post li {
    width: calc(20% - 16px); 
    flex-grow: 0;
    flex-shrink: 0;
    text-align: left;
    box-sizing: border-box; 
        position: relative;
        overflow: hidden;
}

.all-post li .thum-post img {
    display: block;
    width: 100%;
    height: auto;
}

.all-post li h3{
      font-size: 18px;
    display: inline-block;
    width: 100%;
    padding: 10px 5px;
    line-height: normal;
      margin-top: 10px;
}
.all-post .title-post {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.all-post .title-post:hover{
    background: -webkit-gradient(linear, left top, right top, from(#fc6420), to(#da1b60));
    background: linear-gradient(to right, #fc6420, #ff2070);
    background-color: #ccc;
    background: -webkit-gradient(linear, left top, right top, from(#fc6420), to(#da1b60));
    background: linear-gradient(to right, #fc6420, #ff2070);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    background-color: #fc6420;
}

.sl {
        font-size: 14px;
    color: #ffffff;
    font-weight: 500;
        position: absolute;
    top: 5px;
    left: 5px;
    padding: 5px;
    border-radius: 4px;
    background-image: linear-gradient(135deg, #EEB500 0%, #FF5A19 100%);

   }




.all-post li .thum-post {
    position: relative;
    display: block;
    overflow: hidden;
}

.all-post li .thum-post img {
    display: block;
    width: 100%;
    height: auto;
}
.single-post .row-10 .thum-post {
	display:inline-block;
	width:100%;
	position:relative;
}
.play-botton-full {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.thum-post:hover .play-botton-full {
    opacity: 1;
}

.play-botton {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-botton svg {
    width: 20px;
    height: 20px;
    margin: 0;
    opacity: 1 !important;
}

.phimhot{
   display: block;
    color: #fff;
    position: absolute;
    top: 6px;
    right: -30px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    padding: 2px 36px;
    background: linear-gradient(124deg, rgb(255, 84, 0) 15%, rgb(255, 0, 0) 100%);
    transform: rotate(50deg);
}

.content-slider-home {
    display: inline-block;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
}
.content-slider-home h2 {
   font-size: 38px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    text-align: left;
    line-height: 48px;
    font-weight: 700;
}

.content-slider-home h2 span{
    position: relative;
    font-weight: 700;
    background-image: linear-gradient(to right, #ff8a00, #da1b60);
    background-image: -webkit-linear-gradient(left, #ff8a00, #da1b60);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    color: transparent;
}
.content-slider-movie {
           display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    text-align: left;
   margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
}
.bt-now {
       padding: 13px 30px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: capitalize;
    background-image: linear-gradient(135deg, #EEB500 0%, #FF5A19 100%);
    color: #fff;
    font-weight: 500;
}
.post-categories-list {
        display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}
.post-categories-list a {
    display: inline-block;
    font-size: 18px;
}
.bt-now {
        display: flex;
    max-width: 110px;
    justify-content: center;
}
.bt-now svg {
    margin-right: 5px;
    width: 15px !important;
}

.ten-khac-post {
    display: inline-block;
    text-align: left;
    float: left;
    width: 100%;
    font-size: 18px;
    text-transform: none;
    margin: 5px 0px;
}



/* Style the tab */
.tab {
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
        margin-bottom: 30px;
}

/* Style the buttons inside the tab */
.tab button {
     font-size: 18px;
    color: #fff;
       margin: 0px 5px;
    border-radius: 5px;
    padding: 10px 30px;
    border:unset;
         background: #2a2a2ab0;
    text-transform: capitalize;
    font-weight: 500;
}

/* Change background color of buttons on hover */
.tab button:hover {
 background-image: linear-gradient(135deg, #EEB500 0%, #FF5A19 100%);
}

/* Create an active/current tablink class */
.tab button.active {
 background-image: linear-gradient(135deg, #EEB500 0%, #FF5A19 100%);
}

/* Style the tab content */
.tabcontent {
  display: none;
 
}


.gap-30 {
       padding-top: 30px;
}

#footer {
    background: #000000d1;
    margin-top: 50px;
    padding-top: 30px;
}
.menufooter li {
        display: inline-block;
    width: 100%;
    margin: 6px 0px;
    font-size: 16px;
}
.copyright {
        background: #000;
    text-align: center;
    padding: 20px;
    margin-top: 30px;
}

.single-post table,.single-post table tr,.single-post table td {
    border:unset;
}
.infor-movie .cate-movie{
    display: inline-block;
    background: #2c2c2c;
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 5px;
}
.infor-movie {
        flex-basis: calc(75% - 20px);
    max-width: 75%;
    padding-left: 20px;
}
.single-post .row-3 {
    position: relative;
}

.single-post .bt-now {
        margin: 10px auto;
}
.content-movie {
        display: inline-block;
    width: 100%;
    margin-top: 20px;
}

/* CSS cho chức năng Xem thêm/Thu gọn */
.content-movie {
    position: relative;
    margin-bottom: 20px;
}

.movie-text-wrapper {
    overflow: hidden;
    transition: max-height 0.4s ease;
    position: relative;
}

/* Hiệu ứng fade khi thu gọn */
.content-movie:not(.expanded) .movie-text-wrapper::after {
       content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to bottom, #1111119c, #111111);
    pointer-events: none;
}

.read-more-btn {
    display: block;
    margin-top: 10px;
    padding: 8px 20px;
    background-color: #e50914;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 2s ease;
    font-family: inherit;
    margin: 0 auto;
    background-image: linear-gradient(135deg, #EEB500 0%, #FF5A19 100%);
}

.read-more-btn:hover {
        background-image: linear-gradient(135deg, #EEB500 0%, #FF5A19 100%);
    transform: translateY(-1px);
}

.read-more-btn:active {
    transform: translateY(0) scale(0.98);
}

.read-more-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(229, 9, 20, 0.3);
}

.episode-list-wrapper {
        display: inline-block;
    width: 100%;
    height: auto;
}
.episode-links {
   display: grid;
    max-height: 300px;
    overflow-x: auto;
    gap: 0.5rem;
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    box-sizing: border-box;
    text-align: center;
    width: unset;
    height: unset;
    padding-right: 10px;
 
}
.episode-links li {
        display: inline-block;
    float: left;
    background: #000;
    border-radius: 5px;
    font-size: 14px;
}
.episode-links li a {
       padding: 8px 0px;
    border-radius: 4px;
    width: 100%;
    font-weight: 400;
}
.infor-movie .episode-links {
        max-height: 100px;
}




.episode-links::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.episode-links::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

.episode-links::-webkit-scrollbar-thumb
{
    background-color: #F90; 
    background-image: -webkit-linear-gradient(45deg,
                                              rgba(255, 255, 255, .2) 25%,
                                              transparent 25%,
                                              transparent 50%,
                                              rgba(255, 255, 255, .2) 50%,
                                              rgba(255, 255, 255, .2) 75%,
                                              transparent 75%,
                                              transparent)
}




/* CSS cho tập phim đang active */
.episode-link.active-episode {
    background-color: #2a6496; 
    color: #ffffff !important;
    font-weight: bold;
    border-color: #2a6496;
}


.video-player-embed {
    position: relative; 
    width: 100%; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    margin-bottom: 20px; 
    border-radius: 8px;
        box-shadow: 0px 0px 40px 7px #ffffff1a;
}


#my-video-player,
#my-video-player .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important; 
    height: 100% !important;
}


.video-player-embed video {
    width: 100%;
    height: 100%;
}

.title-rate {
        display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.title-rate .title-lip {
    width: unset;
    text-align: left;
    justify-content: center;
    display: flex;
}
.title-rate .rate {
    display: flex;
    justify-content: center;
       margin-left: auto;
}
.series-tags {
        display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
}
.series-tags a {
   display: inline-block;
    background: #000;
    padding: 5px 8px;
    margin-right: 3px;
    border-radius: 5px;
    color: #e1e1e1;
    font-size: 14px;
    font-style: italic;
}

.next-episode {
         display: flex;
    text-align: unset;
    margin: unset;
    float: right;
    margin-left: auto;
}

.next-episode a,
.next-episode span {
        display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 4px;
    text-decoration: none;
    color: inherit;
    background-color: #000;
    text-transform: capitalize;
    font-size: 14px;
}

.next-episode a svg:first-child, /* Nếu SVG nằm trước text */
.next-episode span svg:first-child {
    margin-right: 5px; 
}
.next-episode a svg:last-child, /* Nếu SVG nằm sau text */
.next-episode span svg:last-child {
    margin-left: 5px;
}

/* Đảm bảo SVG được căn chỉnh tốt và không bị chiếm quá nhiều chỗ */
.next-episode svg {
    width: 12px; 
    height: 12px;
    /* Rất quan trọng: Loại bỏ khoảng trắng thừa bên dưới SVG (hoặc hình ảnh/icon) */
    vertical-align: middle; 
    /* Tô màu */
    fill: currentColor;
}

/* Định kiểu cho nút bị vô hiệu hóa */
.next-episode span.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.prev-episode {
    margin-right: 5px;
}

.sidebar-post-list {
    display: inline-block;
    width: 100%;
}
.sidebar-post-list ul {
     display: inline-block;
    width: 100%;
}
.sidebar-post-list ul {
     display: inline-block;
    width: 100%;
}
.sidebar-post-list .thum-left {
          display: inline-block;
    width: 46.5%;
    margin-right: 10px;
    float: left;
    position: relative;
    overflow: hidden;
}
.sidebar-post-list .title-right-content {
      display: inline-block;
    width: calc(53.5% - 10px);
    float: left;
}
.sidebar-post-list h4 {
        font-size: 14px;
    line-height: 24px;
}
.sidebar-post-list .kksr-icon {
       width: 12px !important;
    height: 12px !important;
}

.sidebar-post-list .rate {
        display: inline-block;
    margin-top: 5px;
    width: 100%;
}
.sidebar-post-list .sl {
        font-size: 12px;
    padding: 2px;
    font-weight: 500;
}
.sidebar-post-list .phimhot {
        font-size: 12px;
    line-height: 14px;
    right: -35px;
}
.sidebar-post-list li svg {
    width: 15px !important;
}
.sidebar-post-list .play-botton {
    width: 30px;
    height: 30px;
}
.sidebar-post-list li {
        display: inline-block;
    width: 100%;
    border-bottom: 1px solid #3c3c3c;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.sidebar-post-list li:last-child {
    border: unset;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.single-post .row-10 {
       flex-basis: calc(83.3333333333% - 25px);
    max-width: calc(83.3333333333% - 25px);
    padding-right: 25px;
}

.episode .infor-movie {
width: 100%;
    padding: 0px;
    max-width: 100%;
    margin: 20px 0px;
    max-width: 100%;
    flex-basis: 100%;
}

.server-next-episode {
        display: flex;
    justify-content: center;
    flex-wrap: wrap;
        margin-bottom: 20px;
}



/* CSS cho nút Server Selection (Tùy chỉnh để khớp với theme của bạn) */
.server-movie {
   
    display: flex;
    gap: 10px;
}
.server-movie button {
    padding: 8px 15px;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    color: #333;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    transition: all 0.2s ease;
    border: 0px;
        text-transform: uppercase;
}
.server-movie button:hover {
    opacity: 0.8;
}
.server-movie button.active {
    background-color: #e74c3c; /* Màu nổi bật cho server đang chọn */
    color: white;
   
        background-image: linear-gradient(135deg, #EEB500 0%, #FF5A19 100%);
    
}

/* Thêm CSS để tô màu tập đang xem */
.episode-links a.active-episode {
       background-image: linear-gradient(135deg, #EEB500 0%, #FF5A19 100%);
    color: white !important;
    font-weight: bold;
  
}
.episode-links a.active-episode:hover {
    background-color: #c0392b;
}

/* Cập nhật thêm cho phần nội dung */
.content-movie .movie-text-wrapper {
    /* Đảm bảo style transition vẫn hoạt động */
}
.content-movie .read-more-btn {
    display: block;
    margin-top: 10px;
   
   
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
}

.notification-movie {
    display: inline-block;
    background: #000;
    padding: 20px;
    border-radius: 8px;
}

.related-posts-section {
    display: block;
    width: 100%;
        margin-bottom: 30px;
}

.header-left {
    padding-left: 10%;
}
.header-right {
    padding-right: 10%;
}
.header-right {
     justify-content: right;
}
.header-left {
    justify-content: left;
}
.header-right,.header-left{
     flex-wrap: wrap;
    /* Sử dụng Flexbox để căn giữa form tìm kiếm */
    display: flex;
   
    align-items: center; /* Căn giữa theo chiều dọc */
    height: 100%;
}
.header-right form {
    display: inline-block;
    border: 1px solid #2f2f2f;
    padding: 5px 10px;
    border-radius: 100px;
   background: #1f1f1f;
}
.header-right input {
    background: none;
    color: #fff;
    border: 0px;
    opacity: 1;
    margin: 0px;
    display: inline-block;
    font-size: 14px;
    padding: 5px 0px;
    padding-left: 8px;
}
.header-right .search-button {
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
}
#comments {
   margin: 0 !important;
    max-width: 100% !important;
    width: 100%;
    background: none !important;
}
#wpdcom .wpd-thread-list {
    padding: 10px 0px !important;
}
.cmt-post {
    display: inline-block;
    width: 100%;
}
.main-blogs h1 {
        font-size: 22px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.post-meta {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.posted-by, .posted-on {
    display: inline-block;
    font-size: 14px;
    font-style: italic;
}
.related-posts-list {
        display: inline-block;
    width: 100%;
}
.related-posts-list li,.all-blogs-items li {
         display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc0d;
}
.thum-blogs {
        display: inline-block;
    width: 28%;
    float: left;
    padding-right: 20px;
}
.title-blogs-right {
      display: inline-block;
    width: calc(70% - 20px);
    float: left;
  
}
.title-blogs-right h3 {
    display: inline-block;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 30px;
}
.meta-date {
        display: inline-block;
    width: 100%;
    font-size: 14px;
    font-style: italic;
    margin: 5px 0px;
}
.excerpt {
        display: inline-block;
    width: 100%;
}
.all-blogs-items,.all-blogs-items li {
      display: inline-block;
    width: 100%;
}
.main-category .row-10 {
    padding-right: 20px;
        flex-basis: calc(83.3333333333% - 20px);
    max-width: calc(83.3333333333% - 20px);
}
 .main-category .row-6{
    display: flex;
    justify-content: center;
 }
   .main-category .row-6 .rate {
        display: inline-flex;
    right: 0;
    text-align: right;
    float: right;
    margin-left: auto;
   }


   #site-navigation a:hover {
    animation: glow 1s ease-in-out infinite alternate;
    background:#111111;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #00ffa1, 0 0 40px #00ffa1, 0 0 50px #00ffa1, 0 0 60px #00ffa1, 0 0 70px #00ffa1;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #00ffa1, 0 0 40px #00ffa1, 0 0 50px #00ffa1, 0 0 60px #00ffa1, 0 0 70px #00ffa1, 0 0 80px #00ffa1;
  }
}

.site-header .row-6{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.breadcrumbs-full {
        display: inline-block;
    width: 100%;
    padding: 10px 0px;
    background: #181818;
    color: #c5c5c5;
    font-size: 14px;
}
.single-post .bt-now {
    max-width: 180px;
}
.mobile {
    display: none;
}

.logo-video {
        position: absolute;
    top: 35px;
    left: 10px;
    right: 0;
    transform: translateY(-50%);
    justify-content: space-between;
    /* padding: 0 20%; */
    pointer-events: none;
    z-index: 10;
    width: 180px;
}

/* CSS cho nút tua */
.video-player-embed:hover .seek-controls {
 display: flex;
}
.seek-btn svg {
    height: 30px;
}
.video-player-embed {
    position: relative;
    /* Đảm bảo div chứa video và seek controls có chiều rộng */
    width: 100%; 
}
.seek-controls {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
   
    justify-content: space-between;
       padding: 0 20%;
    pointer-events: none; /* Cho phép click xuyên qua nếu cần */
    z-index: 10;
}
.seek-btn {
    /* Nút Tua */
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
    pointer-events: auto; /* Cho phép tương tác với nút */
    transition: background-color 0.2s;
    opacity: 0.8;
}
.seek-btn:hover {
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
}

/* Ẩn nút tua nếu player đang ở chế độ full-screen để không bị đè lên controls gốc */
.video-js.vjs-fullscreen .seek-controls {
    display: none;
}



.video-container {
    /* Quan trọng: Điểm tham chiếu cho vị trí tuyệt đối của logo */
  
    width: 100%;
    /* Điều chỉnh tỉ lệ khung hình nếu cần */
}

/* Ẩn logo khi player chưa được khởi tạo (tùy chọn) */
.logo-video {
    display: none;
}

/* Đặt vị trí logo trên player */
.video-js .logo-video {
    /* Đảm bảo logo luôn hiển thị trên video player */
    position: absolute; 
    top: 30px;
    left: 8px;
    z-index: 100;
    width: 150px;
    height: auto;
    opacity: 1;
    pointer-events: none;
    display: block;
}

.logo-video img {
    width: 100%;
    height: auto;
}


#footer .logo-footer {
    display: block;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    text-align: center;
}
#footer .row-6 {
    padding-right: 30px;
}
#footer .row-3 {
    padding-left: 30px;
}







@media only screen and (min-width: 320px) and (max-width: 768px) {
body {
    width: 98%;
    display: block;
    margin: 0 auto;
}
.mobile {
    display: block;
}
.site-header .row-6 {
    display: none;
}
.site-header .row {
            flex-basis: 100% !important;
        max-width: 100% !important;
        gap: 15px;
                justify-content: center;
}

.site-header .row-3 {
              flex-basis: unset !important;
        max-width: unset !important;
}
#logo img {
           max-width: 160px;
    width: 160px;
}
.header-right form {
    padding: 5px 0px;
}
.header-right {
    padding-right: 0px;
}
.header-right input {
    width: 100px;
}
#mobile-menu {
    display: inline-block;
    width: 40px;
        line-height: 12px;
}
.header-left {
    padding-left: 0px;
}

    #container {
        width: 100%;
    }
    #main {
        width: 100%;
    }
    .row-1,.row-2,.row-3,.row-4,.row-5,.row-6.row-7,.row-8,.row-9,.row-10,.row-11,.row-12 {
       flex-basis: 100% !important;
        max-width: 100% !important;
    }
    .content-slider-home {
        width: 90%;
    }
    .all-post {
           row-gap: 20px;
           column-gap: 20px;
    }
    .all-post li {
       width: calc(50% - 10px);
    }
    .content-slider-home h2 {
        font-size: 20px;
    line-height: 28px;
    }
    .ten-khac-post {
        font-size: 14px;
    }
    .post-categories-list,.post-categories-list a {
        font-size: 16px;
    }
    .content-slider-movie {
        margin-bottom: 0px;
    }
    .bt-now {
            font-size: 14px;
    padding: 10px;
       text-align: center;
    margin: 15 auto;
    }
    .tab button {
                  font-size: 14px;
        padding: 8px 10px;
        line-height: unset;
        margin-bottom: 10px;
    }
.single-post .row-10 {
    padding-right: 0px;
}

.title-lip h2, .title-lip h1, .title-lip h3, .title-lip h4 {
    font-size: 18px;
    line-height: 28px;
}
.single-post .bt-now {
        width: 40%;
    max-width: unset;
}

.infor-movie {
    padding-left: 0px;
}
table, table tr, table td {
    font-size: 14px;
}
table h2 {
     font-size: 14px;
}
.infor-movie .cate-movie {
        font-size: 14px;
    margin-bottom: 5px;
}
.episode-links li a {
    padding: 5px 8px;
}
.sidebar-post-list .thum-left {
    width: 26%;
}
.title-rate .rate {
        margin-right: auto;
    text-align: left;
    justify-content: left;
    margin-left: unset;
    margin-bottom: 10px;
}

.title-rate .title-lip {
        margin-bottom: 5px;
    margin-top: 5px;
}
.next-episode {
        margin-left: unset;
    float: unset;
    justify-content: center;
   margin-left: auto;
}
.next-episode a, .next-episode span {
        font-size: 12px;
    padding: 2px 10px;
}
.server-movie button {
    height: 30px;
        margin: unset;
        padding: 0px 10px;
}
.notification-movie p {
    font-size: 14px;
    line-height: 24px;
}
.main-category .row-10 {
    padding-right: 0px;
}

.header-left #mobile-menu {
        display: table-cell;
        vertical-align: middle;
        width: 45px;
        margin: 0px 10px;
        line-height: 10px;
        padding-left: 10px;

}
    #mobile-menu span {
        display: inline-table;
        width: 100%;
        height: 1px;
        background: #fc6420;
        vertical-align: top;
    }

tbody tr td:nth-child(1){
    width: 30% !important;
}

tbody tr td:nth-child(2){
    width: 70% !important;
}




#footer .row-6 {
    padding-right: 0px;
}
#footer .row-3 {
    padding-left: 00px;
}











}
