:root{
  --pmc-bg:#191b24;
  --pmc-deep:#0f111a;
  --pmc-header:#14151c;
  --pmc-panel:#171922;
  --pmc-panel-2:#272a39;
  --pmc-card:#282b3a;
  --pmc-gold:#f4ce70;
  --pmc-gold-2:#fedd8a;
  --pmc-green:#E9D295;
  --pmc-text:#fff;
  --pmc-muted:#aaa;
  --pmc-line:rgba(255,255,255,.12);
  --pmc-width:calc(100% - 32px);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.pmc-theme{
  margin:0!important;
  background:var(--pmc-bg)!important;
  color:#fff!important;
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif!important;
  font-size:15px;
  line-height:1.5;
  overflow-x:hidden;
}
body.pmc-theme a{color:inherit;text-decoration:none}
body.pmc-theme img{max-width:100%}
body.pmc-theme button,body.pmc-theme input{font:inherit}
body.pmc-theme .box-width{width:var(--pmc-width)!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important}
.pmc-main{min-height:72vh}

/* Header — same proportions as the React PhimMoiChill source */
.pmc-header{
  position:sticky;
  z-index:9999;
  top:0;
  width:100%;
  background:var(--pmc-header);
  transition:background .25s ease,box-shadow .25s ease;
}
body.home .pmc-header{position:fixed;background:transparent}
body.home .pmc-header.is-scrolled{background:rgba(20,21,28,.97);box-shadow:0 4px 20px rgba(0,0,0,.18)}
body.admin-bar .pmc-header{top:32px}
.pmc-header-inner{
  width:100%;
  min-height:69px;
  padding:12px 24px;
  display:grid;
  grid-template-columns:auto 350px 1fr auto;
  align-items:center;
  gap:50px;
}
.pmc-brand-row{display:flex;align-items:center;gap:18px;min-width:180px}
.pmc-logo{display:flex;align-items:center;color:#fff!important;font-size:25px;font-weight:900;line-height:1}
.pmc-logo img,.pmc-logo .custom-logo{display:block!important;width:auto!important;height:auto!important;max-height:42px!important;max-width:190px!important;object-fit:contain}
.pmc-logo .custom-logo-link{display:block}
.pmc-menu-toggle{display:none;width:32px;height:32px;padding:4px;border:0;background:transparent;cursor:pointer}
.pmc-menu-toggle span{display:block;width:21px;height:2px;margin:5px auto;border-radius:2px;background:#fff}
.pmc-search-wrap{position:relative;width:350px}
.pmc-search{height:45px;display:flex;align-items:center;overflow:hidden;border-radius:6px;background:rgba(45,49,57,.7)}
.pmc-search-icon{width:42px;display:flex;align-items:center;justify-content:center;flex:0 0 42px}
.pmc-search-icon svg,.pmc-mobile-search-toggle svg{width:19px;height:19px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round}
.pmc-search input{width:100%;height:100%;padding:0 12px 0 0!important;border:0!important;outline:0!important;background:transparent!important;color:#fff!important;box-shadow:none!important}
.pmc-search input::placeholder{color:#d0d1d5}
.pmc-search button{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);opacity:0}
#result{position:absolute!important;z-index:99999!important;top:50px!important;left:0!important;width:350px!important;max-height:440px!important;overflow:auto!important;margin:0!important;padding:8px!important;border:0!important;border-radius:10px!important;background:rgba(45,49,57,.97)!important;box-shadow:0 18px 45px rgba(0,0,0,.35)!important;list-style:none!important}
#result:empty{display:none!important}
#result>a{display:block;border-radius:7px;overflow:hidden}
#result .rowsearch{display:flex;align-items:center;min-height:70px;padding:5px}
#result .rowsearch:hover{background:rgba(62,67,75,.65)}
#result .lefts{width:54px!important;flex:0 0 54px!important;padding:0!important}
#result .lefts img{display:block;width:48px!important;height:60px!important;object-fit:cover;border-radius:2px}
#result .rights{min-width:0!important;width:auto!important;padding:5px 8px!important}
#result .rights p{margin:0 0 5px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#ddd!important;font-size:13px}
#result .rights p:first-child{color:#fff!important;font-size:16px;font-weight:500}
.pmc-nav{justify-self:end}
.pmc-nav ul{display:flex;align-items:center;gap:30px;margin:0;padding:0;list-style:none}
.pmc-nav li{position:relative}
.pmc-nav>ul>li>a{display:flex;align-items:center;min-height:45px;color:#fff!important;font-size:15px;font-weight:400;white-space:nowrap}
.pmc-nav>ul>li>a:hover{color:var(--pmc-gold)!important}
.pmc-has-submenu>a:after{content:'⌄';margin-left:6px;font-size:13px}
.pmc-submenu{display:none;position:absolute;top:42px;right:0;width:210px;max-height:310px;overflow:auto;padding:8px;border-radius:7px;background:#191b24;box-shadow:0 16px 40px rgba(0,0,0,.35)}
.pmc-has-submenu:hover .pmc-submenu{display:block}
.pmc-submenu a{display:block;padding:9px 10px;border-radius:4px;color:#fff!important;font-size:14px}
.pmc-submenu a:hover{background:rgba(71,77,102,.5);color:#f5db94!important}
.pmc-mobile-search-toggle{display:none;width:34px;height:34px;padding:7px;border:0;background:transparent}

/* Drawer */
.pmc-mobile-drawer{position:fixed;z-index:10020;inset:0;visibility:hidden;opacity:0;transition:.2s}
.pmc-mobile-drawer.is-open{visibility:visible;opacity:1}
.pmc-drawer-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(0,0,0,.68)}
.pmc-drawer-panel{position:absolute;top:0;bottom:0;left:0;width:min(330px,86vw);padding:18px;background:#14151c;transform:translateX(-102%);transition:.25s ease}
.pmc-mobile-drawer.is-open .pmc-drawer-panel{transform:translateX(0)}
.pmc-drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px;font-size:19px}
.pmc-drawer-close{border:0;background:transparent;color:#e75353;font-size:32px;line-height:1}
.pmc-drawer-nav a{display:block;padding:12px 7px;border-bottom:1px solid rgba(255,255,255,.08);color:#fff!important}
.pmc-drawer-nav .pmc-child-link{padding-left:24px;color:#aaa!important}

/* Home hero */
.pmc-hero{position:relative;width:100%;height:750px;margin:0;background:#0d0f15;overflow:hidden}
.pmc-hero-swiper,.pmc-hero-swiper .swiper-wrapper,.pmc-hero-slide{height:100%}
.pmc-hero-slide{position:relative}
.pmc-hero-backdrop{position:absolute;inset:0;background-size:cover;background-position:center top;transform:scale(1.01)}
.pmc-pixel-overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background-image:linear-gradient(rgba(0,0,0,.025) 50%,transparent 50%);background-size:100% 3px;opacity:.55}
.pmc-hero-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(8,9,13,.68) 0%,rgba(10,11,16,.25) 48%,rgba(10,11,16,.08) 100%),linear-gradient(0deg,var(--pmc-bg) 0%,rgba(25,27,36,.05) 38%,rgba(0,0,0,.08) 100%)}
.pmc-hero-content{position:relative;z-index:2;height:100%;display:flex;align-items:flex-end;padding:0 4vw 155px}
.pmc-hero-copy{width:min(650px,70vw);animation:pmcSlideIn .6s ease both}
@keyframes pmcSlideIn{from{opacity:0;transform:translateX(-25px)}to{opacity:1;transform:none}}
.pmc-hero-poster{display:block;width:150px;height:210px;object-fit:cover}
.pmc-hero-badges{display:flex;align-items:center;gap:16px;margin-top:16px}
.pmc-quality-badge{display:inline-flex;align-items:center;min-height:24px;padding:2px 7px;border-radius:6px;background:#fff;color:#111;font-size:14px;font-weight:500}
.pmc-year-badge,.pmc-info-badges>a{display:inline-flex;align-items:center;min-height:24px;padding:2px 7px;border:1px solid rgba(255,255,255,.85);border-radius:6px;color:#fff;font-size:14px}
.pmc-hero h2{width:min(620px,80vw);margin:14px 0 0;color:#fff;font-size:27px;line-height:1.25;font-weight:700}
.pmc-hero h2 a{color:#fff!important}
.pmc-hero-actions{display:flex;align-items:center;gap:25px;margin-top:17px}
.pmc-round-play{width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--pmc-gold-2);box-shadow:0 5px 24px rgba(255,218,125,.14);transition:.2s}
.pmc-round-play:hover{box-shadow:0 5px 20px 10px rgba(255,218,125,.14);transform:scale(1.04)}
.pmc-round-play svg{width:22px;height:22px;fill:#15161b}
.pmc-hero-tools{height:48px;display:flex;align-items:center;gap:20px;padding:0 17px;border:1px solid rgba(255,255,255,.65);border-radius:12px}
.pmc-hero-tools a{display:flex;align-items:center}
.pmc-hero-tools svg{width:24px;height:24px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.pmc-hero-tools .pmc-tool-heart svg{fill:none}
.pmc-hero-tools a:hover svg{stroke:var(--pmc-gold-2)}
.pmc-hero-tools>span{width:1px;height:25px;background:#fff}
.pmc-hero-pagination{bottom:24px!important}
.pmc-hero-pagination .swiper-pagination-bullet{width:20px;height:4px;border-radius:4px;background:#fff;opacity:.35}
.pmc-hero-pagination .swiper-pagination-bullet-active{opacity:1;background:var(--pmc-gold)}

/* Home sections */
.pmc-home-section{position:relative;z-index:4;width:calc(100% - 32px);margin:0 auto;padding:25px 0 10px}
.pmc-hot-section{margin-top:-125px}
.pmc-section-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}
.pmc-section-head h1,.pmc-section-head h2{margin:0;color:#fff;font-size:25px;line-height:1.25;font-weight:600}
.pmc-section-head>a{color:#fff!important;font-size:14px}
.pmc-section-head>a:hover{color:var(--pmc-gold)!important}
.pmc-poster-swiper{overflow:hidden;padding-bottom:5px}
.pmc-poster-swiper .swiper-slide{height:auto}
.pmc-movie-card{display:block;min-width:0}
.pmc-card-media{position:relative;display:block;width:100%;aspect-ratio:209/300;overflow:hidden;background:#242630}
.pmc-card-media img{display:block;width:100%!important;height:100%!important;object-fit:cover;transition:transform .3s ease,filter .3s ease}
.pmc-card-hover{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.42);opacity:0;transition:.25s}
.pmc-card-hover svg{width:36px;height:36px;fill:#fff}
.pmc-card-media:hover img{transform:scale(1.035);filter:brightness(.72)}
.pmc-card-media:hover .pmc-card-hover{opacity:1}
.pmc-card-title{display:-webkit-box;width:100%;margin-top:7px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#fff!important;font-size:14px;line-height:1.35;text-align:center}
.pmc-card-title:hover{color:var(--pmc-gold)!important}
.pmc-slider-arrow{width:42px!important;height:58px!important;margin-top:-38px!important;border:0!important;border-radius:5px!important;background:rgba(15,17,26,.82)!important;color:#fff!important}
.pmc-slider-arrow:after{font-size:20px!important;font-weight:800}
.pmc-slider-arrow.swiper-button-disabled{opacity:0!important}

.pmc-country-section{width:calc(100% - 32px);margin:26px auto 5px;padding:18px 20px;border-radius:12px;background:#272a39;display:grid;grid-template-columns:minmax(220px,30%) minmax(0,1fr);align-items:center;gap:42px}
.pmc-country-title h2{margin:0 0 4px;color:#fff;font-size:28px;line-height:1.2;font-weight:700}
.pmc-country-title a{font-size:14px;color:#fff!important}
.pmc-country-title a:hover{color:var(--pmc-gold)!important}
.pmc-landscape-swiper{width:100%;overflow:hidden}
.pmc-landscape-card{min-width:0}
.pmc-landscape-media{position:relative;display:block;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:12px;background:#1a1c25}
.pmc-landscape-media img{display:block;width:100%;height:100%;object-fit:cover;transition:.25s}
.pmc-landscape-media:hover img{transform:scale(1.035)}
.pmc-landscape-badges{position:absolute;left:12px;bottom:0;display:flex;align-items:center}
.pmc-landscape-badges b,.pmc-landscape-badges em{min-width:70px;height:20px;display:flex;align-items:center;justify-content:center;padding:0 7px;color:#fff;font-size:12px;font-style:normal;font-weight:400}
.pmc-landscape-badges b{border-radius:6px 0 0 0;background:#5e6070}
.pmc-landscape-badges em{border-radius:0 6px 0 0;background:#E9D295}
.pmc-landscape-title{display:block;margin-top:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff!important;font-size:14px}
.pmc-landscape-title:hover{color:var(--pmc-gold)!important}
.pmc-movie-grid{display:grid!important;grid-template-columns:repeat(8,minmax(0,1fr));gap:27px 20px}

/* Archive/search */
.pmc-archive{padding-top:105px!important;padding-bottom:30px}
.pmc-archive .pmc-section-head{margin-bottom:24px}
.pmc-post-list{display:grid;gap:15px}
.pmc-post-card{display:grid;grid-template-columns:180px 1fr;gap:20px;padding:14px;border-radius:10px;background:#232630}
.pmc-post-thumb img{width:180px;height:110px;object-fit:cover;border-radius:7px}
.pmc-post-card h2{margin:0 0 8px}
.pmc-empty-state{padding:30px;border-radius:10px;background:#232630;color:#bbb}
.pages{margin:30px 0!important}
.page-info{display:flex;justify-content:center;gap:7px}
.page-link{min-width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:#282b3a;color:#fff!important}
.page-link.ho{background:var(--pmc-gold);color:#111!important}

/* Detail page copied from Info.jsx proportions */
.pmc-info-page{position:relative;min-height:900px;padding-top:0}
.pmc-info-backdrop{position:absolute;z-index:0;top:0;left:0;width:100%;height:550px;overflow:hidden}
.pmc-info-backdrop>img{display:block;width:100%;height:100%;object-fit:cover}
.pmc-info-backdrop:after{content:'';position:absolute;inset:0;background:rgba(0,0,0,.26)}
.pmc-info-layout{position:relative;z-index:2;width:calc(100% - 32px);margin:0 auto;padding-top:360px;display:grid;grid-template-columns:minmax(285px,30%) minmax(0,70%);align-items:stretch}
.pmc-info-sidebar{padding:20px;border-radius:20px 45px 0 0;background:linear-gradient(0deg,rgba(23,25,34,.98),rgba(24,27,37,.93))}
.pmc-info-poster{display:block;width:160px;height:240px;object-fit:cover;border-radius:8px}
.pmc-info-name{margin-top:13px}
.pmc-info-name h1{margin:0;color:#fff;font-size:25px;font-weight:600}
.pmc-info-name p{margin:2px 0 0;color:var(--pmc-gold);font-size:14px}
.pmc-info-badges{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:13px}
.pmc-info-badges>a{font-size:13px}
.pmc-info-summary{margin-top:13px;color:#aaa;font-size:14px;font-weight:300}
.pmc-info-summary strong,.pmc-info-facts strong{color:#fff;font-weight:500}
.pmc-info-summary>div{margin-top:3px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:8;overflow:hidden}
.pmc-info-summary p{margin:0}
.pmc-info-facts{display:grid;gap:7px;margin-top:14px;color:#aaa;font-size:14px}
.pmc-info-facts p{margin:0}
.pmc-notice{margin-top:12px;padding:10px;border-radius:8px;background:linear-gradient(90deg,#4958cf,#9b53c5);font-size:13px}
.pmc-info-main{padding:27px 22px;border-radius:45px 25px 0 0;background:linear-gradient(0deg,rgba(23,25,34,.98),rgba(24,27,37,.93))}
.pmc-info-actions{display:flex;align-items:center;gap:50px}
.pmc-watch-now{min-width:155px;min-height:57px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 28px;border-radius:25px;background:linear-gradient(0deg,#e2c988,#ecd59a);color:#171820!important;font-size:18px;font-weight:700}
.pmc-watch-now svg{width:20px;height:20px;fill:#171820}
.pmc-action-list{display:flex;align-items:center;gap:28px}
.pmc-action-list button,.pmc-action-list a{min-width:55px;display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px;border:0;border-radius:6px;background:transparent;color:#fff!important;cursor:pointer}
.pmc-action-list button:hover,.pmc-action-list a:hover{background:rgba(31,32,40,.7)}
.pmc-action-list svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.pmc-action-list span{font-size:12px}
.pmc-tabs{margin-top:30px}
.pmc-tab-nav{display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.1)}
.pmc-tab-nav button{position:relative;padding:12px 20px;border:0;background:transparent;color:#bbb;font-size:13px;cursor:pointer}
.pmc-tab-nav button.is-active{color:#fff}
.pmc-tab-nav button.is-active:after{content:'';position:absolute;right:11px;bottom:-1px;left:11px;height:3px;background:#d97d54}
.pmc-tab-panel{display:none;padding-top:25px}
.pmc-tab-panel.is-active{display:block}
.pmc-tab-panel>h2{margin:0 0 22px;font-size:25px}
.pmc-gradient-notice{margin-bottom:16px;padding:13px 15px;border-radius:9px;background:linear-gradient(90deg,#4958cf,#9b53c5);color:#fff}
.pmc-server-block{margin-bottom:20px}
.pmc-server-name{display:inline-flex;align-items:center;min-height:27px;margin-bottom:10px;padding:3px 9px;border:1px solid rgba(255,255,255,.75);border-radius:5px;color:#fff;font-size:14px}
.pmc-episode-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px}
.pmc-episode-button{min-height:50px;display:flex;align-items:center;justify-content:center;gap:8px;padding:7px;border-radius:6px;background:#282b3a;color:#fff!important;font-size:14px;text-align:center}
.pmc-episode-button:hover{color:var(--pmc-gold)!important;background:#313544}
.pmc-episode-button.is-current{background:rgba(90,172,90,.68)}
.pmc-episode-button span{font-size:11px}
.pmc-comments-wrap{margin-top:34px}
.pmc-comments-wrap h2{display:flex;align-items:center;gap:10px;margin:0 0 17px;font-size:20px;font-weight:500}
.pmc-comments-wrap h2 svg{width:21px;height:21px;fill:none;stroke:#fff;stroke-width:1.8}
.pmc-comment-box{min-height:100px;padding:7px;border-radius:12px;background:#fff;overflow:hidden}
.pmc-actor-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.pmc-actor-card{min-height:170px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border-radius:7px;background:#20232d;color:#fff!important;text-align:center}
.pmc-actor-avatar{width:94px;height:94px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#444a5e,#1d1f28);font-size:36px;font-weight:700}
.pmc-suggestion-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:26px}
.pmc-info-mobile-title{display:none}

/* Watch page */
.pmc-watch-page{width:calc(100% - 32px);margin:0 auto;padding-top:25px}
.pmc-watch-breadcrumb{display:flex;align-items:center;gap:10px;margin:0 0 15px;color:#fff}
.pmc-watch-breadcrumb a{width:31px;height:31px;display:flex;align-items:center;justify-content:center;border:1px solid #fff;border-radius:50%;font-size:20px}
.pmc-player-shell{position:relative;width:100%;aspect-ratio:16/9;max-height:calc(100vh - 120px);overflow:hidden;border-radius:8px 8px 0 0;background:#000}
.pmc-player-wrapper,#player-wrapper{width:100%!important;height:100%!important;background:#000}
.pmc-player-wrapper iframe,.pmc-native-player{display:block;width:100%!important;height:100%!important;border:0;object-fit:contain;background:#000}
.pmc-player-loading,.pmc-player-error{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#bbb;text-align:center}
.pmc-player-error strong{color:#fff;font-size:20px}
.pmc-player-error a{margin-top:6px;padding:8px 13px;border-radius:6px;background:var(--pmc-gold);color:#111!important}
.pmc-source-bar{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:14px 16px;border-radius:0 0 9px 9px;background:#20232d}
.pmc-source-bar strong{margin-right:4px;color:#ddd}
.pmc-source-button{padding:9px 14px;border:0;border-radius:6px;background:#343845;color:#fff;cursor:pointer}
.pmc-source-button:hover,.pmc-source-button.active-server{background:var(--pmc-gold)!important;color:#15161b!important}
.pmc-source-error{color:#e89a9a}
.pmc-watch-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:0;margin-top:20px;border-radius:10px;background:#20232d;overflow:hidden}
.pmc-watch-main{padding:18px}
.pmc-watch-side{padding:18px;border-left:1px solid rgba(255,255,255,.12)}
.pmc-watch-movie-summary{display:grid;grid-template-columns:100px minmax(190px,.8fr) minmax(260px,1.2fr);gap:20px;align-items:center;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.18)}
.pmc-watch-movie-summary>img{width:100px;height:145px;object-fit:cover;border-radius:8px}
.pmc-watch-heading h1{margin:0;color:#fff;font-size:20px;font-weight:600}
.pmc-watch-heading>p{margin:2px 0;color:var(--pmc-gold);font-size:14px}
.pmc-watch-badges{display:flex;gap:8px;margin-top:12px}
.pmc-watch-badges span{padding:2px 6px;border:1px solid #fff;border-radius:5px;font-size:12px}
.pmc-watch-badges span:first-child{border-color:#fff;background:#fff;color:#111}
.pmc-watch-genres{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}
.pmc-watch-genres a{padding:5px 8px;border-radius:4px;background:#272931;color:#fff!important;font-size:12px}
.pmc-watch-excerpt{color:#aaa;font-size:14px}
.pmc-watch-excerpt>div{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}
.pmc-watch-excerpt p{margin:0}
.pmc-watch-excerpt>a{display:inline-block;margin-top:10px;color:var(--pmc-gold)!important}
.pmc-watch-episodes{padding-top:18px}
.pmc-watch-side-actions{display:flex;align-items:center;justify-content:space-between}
.pmc-watch-side-actions a,.pmc-watch-side-actions button{display:flex;flex-direction:column;align-items:center;gap:5px;padding:8px;border:0;border-radius:6px;background:transparent;color:#fff!important;cursor:pointer}
.pmc-watch-side-actions a:hover,.pmc-watch-side-actions button:hover{background:rgba(31,32,40,.7)}
.pmc-watch-side-actions svg{width:19px;height:19px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.pmc-watch-side-actions span{font-size:12px}
.pmc-side-divider{height:1px;margin:16px 0;background:rgba(255,255,255,.12)}
.pmc-watch-side h2{margin:0 0 16px;font-size:20px;font-weight:500}
.pmc-watch-actors{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.pmc-watch-actors a{min-width:0;display:flex;flex-direction:column;align-items:center;gap:6px;color:#fff!important;text-align:center}
.pmc-watch-actors a>span{width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#4c5266,#1e2028);font-size:28px;font-weight:700}
.pmc-watch-actors em{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:13px;font-style:normal}
.pmc-watch-actors a:hover em{color:var(--pmc-gold)}
.pmc-watch-suggestions{padding-top:38px}

/* Footer */
.pmc-footer-shell{margin-top:50px;padding:38px 40px;background:#0f111a;color:rgba(255,255,255,.75)}
.pmc-footer-default,.pmc-footer-widget{width:100%}
.pmc-footer-top{display:flex;align-items:center;gap:28px;flex-wrap:wrap}
.pmc-footer-logo{display:flex;align-items:center;color:#fff!important;font-size:25px;font-weight:800}
.pmc-footer-logo img{max-height:46px;max-width:220px;width:auto}
.pmc-footer-divider{width:1px;height:30px;background:#fff}
.pmc-socials{display:flex;align-items:center;gap:9px}
.pmc-socials a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#282b3a;color:#fff!important;font-weight:700}
.pmc-footer-links{display:flex;flex-wrap:wrap;gap:20px;margin-top:15px}
.pmc-footer-links a{color:#fff!important;font-size:14px}
.pmc-footer-default p{margin:8px 0 0;font-size:14px}
.pmc-footer-widget .footer{padding:0!important;background:transparent!important;color:rgba(255,255,255,.75)!important}
.pmc-footer-widget .footer-title{color:#fff!important}
.pmc-footer-widget .footer-content a{background:#282b3a!important;color:#fff!important}
.pmc-footer-widget .footer-n{color:var(--pmc-gold)!important}

/* Neutralize MTYY visual remnants */
body.pmc-theme .public-bg{display:none!important}
body.pmc-theme .wr-list{visibility:visible!important}
body.pmc-theme .wow{visibility:visible!important}
body.pmc-theme .title,body.pmc-theme .title-h{color:#fff}
body.pmc-theme .top10,body.pmc-theme .top20{margin-top:0}
.pmc-top-ad{width:calc(100% - 32px);margin:80px auto 10px}

/* Responsive */
@media(max-width:1380px){
  .pmc-header-inner{gap:28px;grid-template-columns:auto 330px 1fr auto}
  .pmc-search-wrap,#result{width:330px!important}
  .pmc-nav ul{gap:20px}
  .pmc-movie-grid{grid-template-columns:repeat(7,minmax(0,1fr))}
  .pmc-episode-grid{grid-template-columns:repeat(7,minmax(0,1fr))}
}
@media(max-width:1180px){
  .pmc-header-inner{grid-template-columns:auto minmax(240px,1fr) auto;gap:20px}
  .pmc-menu-toggle{display:block}
  .pmc-nav{display:none}
  .pmc-search-wrap{width:100%}
  #result{width:100%!important}
  .pmc-mobile-search-toggle{display:none}
  .pmc-movie-grid{grid-template-columns:repeat(6,minmax(0,1fr))}
  .pmc-episode-grid{grid-template-columns:repeat(6,minmax(0,1fr))}
  .pmc-info-layout{grid-template-columns:32% 68%}
  .pmc-action-list{gap:12px}
  .pmc-watch-movie-summary{grid-template-columns:90px minmax(180px,.8fr) minmax(220px,1.1fr)}
}
@media(max-width:960px){
  body.admin-bar .pmc-header{top:32px}
  .pmc-header-inner{grid-template-columns:auto 1fr auto;padding:10px 16px}
  .pmc-search-wrap{grid-column:1/-1;display:none;width:100%}
  .pmc-header.search-open .pmc-search-wrap{display:block}
  .pmc-mobile-search-toggle{display:block}
  .pmc-hero{height:620px}
  .pmc-hero-content{padding:0 24px 95px}
  .pmc-hot-section{margin-top:-65px}
  .pmc-hero-poster{display:none}
  .pmc-country-section{grid-template-columns:1fr;gap:18px}
  .pmc-country-title{display:flex;align-items:end;justify-content:space-between}
  .pmc-country-title h2{font-size:25px}
  .pmc-movie-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:22px 14px}
  .pmc-info-layout{padding-top:330px;grid-template-columns:1fr}
  .pmc-info-sidebar{display:none}
  .pmc-info-main{border-radius:22px;background:#14151c}
  .pmc-info-mobile-title{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;padding-top:390px;text-align:center}
  .pmc-info-mobile-title img{width:160px;height:235px;object-fit:cover;border-radius:10px;margin-top:-120px}
  .pmc-info-mobile-title h1{margin:18px 12px 0;font-size:26px}
  .pmc-info-layout{padding-top:20px}
  .pmc-watch-layout{grid-template-columns:1fr}
  .pmc-watch-side{border-top:1px solid rgba(255,255,255,.12);border-left:0}
  .pmc-actor-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .pmc-suggestion-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:720px){
  body.admin-bar .pmc-header{top:46px}
  :root{--pmc-width:calc(100% - 22px)}
  .pmc-logo img,.pmc-logo .custom-logo{max-width:150px!important}
  .pmc-hero{height:540px}
  .pmc-hero-backdrop{background-position:center top}
  .pmc-hero-shade{background:linear-gradient(0deg,var(--pmc-bg) 0%,rgba(15,17,26,.55) 62%,rgba(0,0,0,.15) 100%)}
  .pmc-hero-content{padding:0 16px 60px}
  .pmc-hero-copy{width:100%}
  .pmc-hero h2{font-size:25px}
  .pmc-hero-actions{display:none}
  .pmc-hot-section{margin-top:0;padding-top:22px}
  .pmc-home-section,.pmc-country-section,.pmc-watch-page{width:calc(100% - 22px)}
  .pmc-section-head h1,.pmc-section-head h2{font-size:22px}
  .pmc-country-section{padding:15px}
  .pmc-country-title h2{font-size:22px}
  .pmc-movie-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 12px}
  .pmc-archive{padding-top:130px!important}
  .pmc-info-backdrop{height:430px}
  .pmc-info-mobile-title{padding-top:330px}
  .pmc-info-mobile-title img{width:145px;height:215px}
  .pmc-info-actions{display:block}
  .pmc-watch-now{width:100%}
  .pmc-action-list{justify-content:center;margin-top:14px}
  .pmc-tab-nav button{padding:11px 13px}
  .pmc-episode-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .pmc-actor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pmc-suggestion-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 12px}
  .pmc-watch-page{padding-top:105px}
  .pmc-watch-breadcrumb{display:none}
  .pmc-player-shell{border-radius:7px 7px 0 0;max-height:none}
  .pmc-watch-movie-summary{grid-template-columns:85px 1fr}
  .pmc-watch-excerpt{grid-column:1/-1}
  .pmc-watch-side{display:none}
  .pmc-footer-shell{padding:30px 22px}
  .pmc-footer-divider{display:none}
}
@media(max-width:480px){
  .pmc-header-inner{padding:8px 11px;gap:10px}
  .pmc-brand-row{min-width:0}
  .pmc-menu-toggle{flex:0 0 30px}
  .pmc-logo{font-size:21px}
  .pmc-logo img,.pmc-logo .custom-logo{max-width:128px!important;max-height:38px!important}
  .pmc-hero{height:500px}
  .pmc-hero h2{width:100%;font-size:22px}
  .pmc-hero-badges{margin-top:10px}
  .pmc-movie-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pmc-country-title{display:block}
  .pmc-country-title a{display:inline-block;margin-top:5px}
  .pmc-info-main{padding:22px 13px}
  .pmc-action-list{gap:5px}
  .pmc-action-list button,.pmc-action-list a{min-width:48px;padding:6px}
  .pmc-tab-nav{overflow-x:auto}
  .pmc-tab-nav button{white-space:nowrap}
  .pmc-episode-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .pmc-suggestion-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pmc-watch-main{padding:13px}
  .pmc-watch-movie-summary{display:block}
  .pmc-watch-movie-summary>img{width:95px;height:140px;float:left;margin:0 14px 10px 0}
  .pmc-watch-heading{min-height:145px}
  .pmc-watch-excerpt{clear:both;padding-top:8px}
  .pmc-source-bar strong{width:100%}
  .pmc-post-card{display:block}
  .pmc-post-thumb img{width:100%;height:180px}
}

/* Rating blocks retained from MTYY */
.pmc-rating-box{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin-top:15px;padding:10px 12px;border-radius:7px;background:rgba(255,255,255,.07);color:#bbb;font-size:13px}
.pmc-rating-box #movies-rating-msg,.pmc-watch-rating #movies-rating-msg{width:100%;color:var(--pmc-gold)}
.pmc-watch-rating{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;color:#bbb;font-size:12px}

/* v3 layout bridge: PhimMoiChill skin, MTYY engine */
.pmc-header-inner{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:40px!important}
.pmc-brand-search{display:flex;align-items:center;gap:50px;min-width:0}
.pmc-nav{margin-left:auto;justify-self:auto}
.pmc-card-badges{position:absolute;left:8px;bottom:0;display:flex;align-items:center;z-index:3}
.pmc-card-badges b,.pmc-card-badges em{display:flex;align-items:center;justify-content:center;min-width:54px;height:20px;padding:0 6px;color:#fff;font-size:11px;font-style:normal;font-weight:500}
.pmc-card-badges b{background:#5e6070;border-radius:5px 0 0 0}
.pmc-card-badges em{background:#E9D295;border-radius:0 5px 0 0}
.pmc-card-subtitle{display:block;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#858995;font-size:12px;text-align:center}
.pmc-archive-page{padding-top:105px!important;padding-bottom:45px!important}
.pmc-not-found{min-height:70vh;padding-top:160px!important;text-align:center}
.pmc-404{font-size:100px;font-weight:900;color:var(--pmc-gold)}
.pmc-footer{margin-top:55px;padding:36px 32px;background:#0f111a;color:#a8aab2}
.pmc-footer-inner{width:100%;margin:0 auto}
.pmc-footer-brand img{max-height:46px;max-width:220px;width:auto}
.pmc-footer-links{display:flex;flex-wrap:wrap;gap:22px;margin:18px 0 12px}
.pmc-footer-links a{color:#fff!important;font-size:14px}
.pmc-footer p{margin:6px 0;font-size:13px}
.pmc-footer .footer{background:transparent!important;padding:0!important}
.pmc-footer .footer-content a{background:#282b3a!important;color:#fff!important}

/* Keep the original MTYY episode/player runtime untouched; only reskin its markup. */
body.single-ophim .pmc-main>.box-width{padding-top:94px!important;padding-bottom:20px!important}
body.single-ophim .player-style-2{margin:0!important}
body.single-ophim .player-top{position:relative;width:100%;height:auto!important;aspect-ratio:16/9;max-height:calc(100vh - 120px);overflow:hidden;border-radius:9px 9px 0 0!important;background:#000!important;padding:0!important}
body.single-ophim .MacPlayer,body.single-ophim #player-wrapper,body.single-ophim #jwplayer,body.single-ophim #fake_jwplayer{width:100%!important;height:100%!important;background:#000!important}
body.single-ophim #player-wrapper iframe{display:block;width:100%!important;height:100%!important;border:0}
body.single-ophim .player-info{padding:0 0 28px!important;color:#fff!important}
body.single-ophim .player-info>.fun{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;margin:0!important;padding:13px 16px!important;border-radius:0!important;background:#20232d!important}
body.single-ophim .player-info>.fun .play-tips-bnt{display:inline-flex!important;align-items:center!important;gap:7px!important;margin:0!important;padding:9px 14px!important;border-radius:6px!important;background:#f4ce70!important;color:#171820!important;font-weight:600!important}
body.single-ophim .tips-box{margin:0!important;padding:12px 16px!important;border-radius:0 0 9px 9px!important;background:#20232d!important}
body.single-ophim .tips-box .video-info-aux{display:flex;align-items:center;flex-wrap:wrap;gap:9px}
body.single-ophim .streaming-server{display:inline-flex!important;margin:0!important;padding:9px 14px!important;border:0!important;border-radius:6px!important;background:#343845!important;color:#fff!important;cursor:pointer}
body.single-ophim .streaming-server:hover,body.single-ophim .streaming-server.active-server{background:#f4ce70!important;color:#171820!important}
body.single-ophim .player-info-text{margin-top:18px!important;padding:22px!important;border-radius:12px!important;background:#20232d!important;color:#aaa!important}
body.single-ophim .player-info-text .title-h{font-size:21px!important;color:#fff!important}
body.single-ophim .player-info-text .this-desc-labels,body.single-ophim .player-info-text .this-desc-info,body.single-ophim .player-info-text .this-desc-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px!important;color:#aaa!important}
body.single-ophim .player-info-text .this-tag{padding:3px 7px;border-radius:5px;background:#fff!important;color:#111!important}
body.single-ophim .player-info-text .this-desc{margin-top:13px!important;color:#aaa!important}
body.single-ophim .actor-new{margin-top:20px!important}
body.single-ophim .actor-new .public-list-box{width:115px!important;margin-right:14px!important}
body.single-ophim .actor-new .public-list-div{width:82px!important;height:82px!important;margin:auto;border-radius:50%!important;background:linear-gradient(135deg,#4c5266,#1e2028)!important}
body.single-ophim .actor-new .public-list-exp{width:100%;height:100%;border-radius:50%!important}
body.single-ophim .actor-new .time-title{display:block!important;margin-top:7px!important;color:#fff!important;text-align:center!important;font-size:12px!important}
body.single-ophim .player-info>.title{margin:25px 0 10px!important}
body.single-ophim .player-info>.title .title-h{font-size:22px!important;color:#fff!important}
body.single-ophim .anthology-tab{margin:10px 0!important;overflow:visible!important}
body.single-ophim .anthology-tab .swiper-wrapper{display:flex!important;flex-wrap:wrap!important;gap:8px!important;transform:none!important}
body.single-ophim .vod-playerUrl{width:auto!important;margin:0!important;padding:8px 13px!important;border-radius:6px!important;background:#30333f!important;color:#fff!important;cursor:pointer}
body.single-ophim .vod-playerUrl.swiper-slide-active{background:#f4ce70!important;color:#171820!important}
body.single-ophim .player-list-box{margin-top:10px!important;padding:15px!important;border-radius:10px!important;background:#20232d!important}
body.single-ophim .anthology-list-play{display:grid!important;grid-template-columns:repeat(10,minmax(0,1fr))!important;gap:9px!important}
body.single-ophim .anthology-list-play li{width:auto!important;margin:0!important;padding:0!important;border:0!important;border-radius:6px!important;background:#282b3a!important}
body.single-ophim .anthology-list-play li a{display:flex!important;align-items:center!important;justify-content:center!important;min-height:45px!important;padding:6px!important;color:#fff!important;text-align:center!important}
body.single-ophim .anthology-list-play li:hover,body.single-ophim .anthology-list-play li.on:has(.play-on){background:#f4ce70!important}
body.single-ophim .anthology-list-play li:hover a,body.single-ophim .anthology-list-play .play-on+*{color:#171820!important}
body.single-ophim .ds-comments{margin-top:28px!important}
body.single-ophim .ds-comments .title-h{font-size:22px!important}
body.single-ophim .ds-comments>div:last-child{overflow:hidden;border-radius:10px!important}
body.single-ophim .player-info+.box-width,body.single-ophim .pmc-main>.box-width+.box-width{margin-top:25px!important}

/* MTYY default related cards, when rendered by the original episode template. */
body.pmc-theme .wr-list.box-width{width:calc(100% - 32px)!important;margin:25px auto!important}
body.pmc-theme .wr-list .title-h{font-size:23px!important;font-weight:600!important}
body.pmc-theme .wr-list .public-list-box{min-width:0}
body.pmc-theme .wr-list .public-list-div{overflow:hidden;border-radius:0;background:#242630}
body.pmc-theme .wr-list .public-list-exp{display:block;position:relative;width:100%;height:100%}
body.pmc-theme .wr-list .public-list-exp img{display:block;width:100%!important;height:100%!important;object-fit:cover}
body.pmc-theme .wr-list .public-list-prb{display:block!important;position:absolute;left:8px;bottom:0;padding:3px 7px;border-radius:5px 5px 0 0;background:#E9D295;color:#fff;font-size:11px}
body.pmc-theme .wr-list .public-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.35);opacity:0;transition:.2s}
body.pmc-theme .wr-list .public-list-exp:hover .public-play{opacity:1}
body.pmc-theme .wr-list .public-list-button .time-title{display:block!important;margin-top:7px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff!important;text-align:center!important;font-size:14px!important}

@media(max-width:1180px){
  .pmc-header-inner{gap:18px!important}.pmc-brand-search{gap:22px;flex:1}.pmc-menu-toggle{display:block}.pmc-nav{display:none}.pmc-search-wrap{flex:1;width:auto;max-width:420px}
  body.single-ophim .anthology-list-play{grid-template-columns:repeat(8,minmax(0,1fr))!important}
}
@media(max-width:960px){
  .pmc-header-inner{flex-wrap:wrap!important}.pmc-brand-search{width:calc(100% - 42px)}.pmc-search-wrap{display:none;order:3;width:100%;max-width:none}.pmc-header.search-open .pmc-search-wrap{display:block}.pmc-mobile-search-toggle{display:block}
  body.single-ophim .anthology-list-play{grid-template-columns:repeat(6,minmax(0,1fr))!important}
}
@media(max-width:720px){
  body.single-ophim .pmc-main>.box-width{padding-top:92px!important}
  body.single-ophim .player-top{border-radius:6px 6px 0 0!important;max-height:none}
  body.single-ophim .player-info-text{padding:15px!important}
  body.single-ophim .anthology-list-play{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .pmc-archive-page{padding-top:105px!important}
}
@media(max-width:480px){
  .pmc-brand-search{gap:10px}.pmc-logo img,.pmc-logo .custom-logo{max-width:125px!important}
  body.single-ophim .anthology-list-play{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.single-ophim .player-info>.fun,body.single-ophim .tips-box{padding-left:10px!important;padding-right:10px!important}
}

/* ========================================================================== 
   v3.1 — unified PhimMoi Chill metadata + text-only actors
   This layer changes presentation only; MTYY/OPhim runtime remains untouched.
   ========================================================================== */

/* One gold palette for quality, language, episode and year metadata. */
.pmc-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  max-width:100%;
  min-height:22px;
  padding:2px 8px;
  border:1px solid var(--pmc-gold);
  border-radius:5px;
  background:var(--pmc-gold);
  color:#171820!important;
  box-shadow:0 2px 8px rgba(0,0,0,.18);
  font-size:11px;
  font-style:normal;
  font-weight:700;
  line-height:1.15;
  white-space:nowrap;
}
.pmc-badge a{color:#171820!important}

.pmc-card-badges,
.pmc-landscape-badges{
  display:flex!important;
  align-items:flex-end!important;
  flex-wrap:wrap!important;
  gap:3px!important;
  max-width:calc(100% - 16px)!important;
}
.pmc-card-badges .pmc-badge,
.pmc-landscape-badges .pmc-badge{
  min-width:0!important;
  height:20px!important;
  min-height:20px!important;
  padding:0 6px!important;
  border-radius:5px 5px 0 0!important;
  font-size:10.5px!important;
}
.pmc-landscape-badges .pmc-badge{font-size:11px!important}

.pmc-hero-badges{flex-wrap:wrap;gap:8px!important}
.pmc-hero-badges .pmc-badge,
.pmc-year-badge{
  min-height:25px!important;
  padding:3px 9px!important;
  border:1px solid var(--pmc-gold)!important;
  border-radius:6px!important;
  background:var(--pmc-gold)!important;
  color:#171820!important;
  font-size:13px!important;
  font-weight:700!important;
}
.pmc-year-badge a{color:#171820!important}

.pmc-info-badges .pmc-badge{
  min-height:25px;
  padding:3px 8px;
  font-size:12px;
}

/* Watch-page metadata: keep the two-part Year badge but use the same gold palette. */
body.single-ophim .pmc-meta-badges{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:8px!important;
}
body.single-ophim .pmc-meta-badges .this-tag{
  width:auto!important;
  min-width:0!important;
  min-height:27px!important;
  margin:0!important;
  padding:4px 9px!important;
  border:1px solid var(--pmc-gold)!important;
  border-radius:6px!important;
  background:var(--pmc-gold)!important;
  color:#171820!important;
  font-size:12px!important;
  font-weight:700!important;
  line-height:17px!important;
}
body.single-ophim .pmc-meta-badges .pmc-year-meta{
  display:inline-flex!important;
  align-items:center!important;
  overflow:hidden!important;
  padding:0 9px 0 0!important;
  background:#20232d!important;
  color:var(--pmc-gold)!important;
}
body.single-ophim .pmc-meta-badges .pmc-year-meta .focus-item-label-rank{
  position:static!important;
  display:inline-flex!important;
  align-items:center!important;
  align-self:stretch!important;
  margin:0 9px 0 0!important;
  padding:4px 9px!important;
  border:0!important;
  border-radius:0!important;
  background:var(--pmc-gold)!important;
  color:#171820!important;
  font-size:12px!important;
  font-style:normal!important;
  font-weight:700!important;
}
body.single-ophim .pmc-meta-badges .pmc-year-meta a{color:var(--pmc-gold)!important}

/* Related MTYY cards also receive all three badges, including episode count. */
body.pmc-theme .wr-list .pmc-related-badges{
  position:absolute;
  z-index:3;
  left:8px;
  right:8px;
  bottom:0;
  display:flex;
  align-items:flex-end;
  flex-wrap:wrap;
  gap:3px;
}
body.pmc-theme .wr-list .pmc-related-badges .pmc-badge{
  min-height:20px;
  height:20px;
  padding:0 6px;
  border-radius:5px 5px 0 0;
  font-size:10px;
}

/* Actor sections: names only, no images, circles or letter avatars. */
.pmc-actor-list,
.pmc-actor-name-list{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:9px!important;
}
.pmc-actor-name,
.pmc-actor-name-list a{
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  min-height:34px!important;
  margin:0!important;
  padding:7px 12px!important;
  border:1px solid rgba(244,206,112,.48)!important;
  border-radius:7px!important;
  background:#20232d!important;
  color:#fff!important;
  font-size:13px!important;
  font-style:normal!important;
  line-height:1.25!important;
  text-align:left!important;
  white-space:normal!important;
}
.pmc-actor-name:hover,
.pmc-actor-name-list a:hover{
  border-color:var(--pmc-gold)!important;
  background:var(--pmc-gold)!important;
  color:#171820!important;
}
.pmc-actor-avatar{display:none!important}

body.single-ophim .pmc-episode-actors{
  display:flex!important;
  align-items:flex-start!important;
  gap:12px!important;
  margin-top:18px!important;
  padding-top:15px!important;
  border-top:1px solid rgba(255,255,255,.1)!important;
}
body.single-ophim .pmc-episode-actors>strong{
  flex:0 0 auto;
  padding-top:7px;
  color:#fff!important;
  font-size:13px!important;
  font-weight:600!important;
}
/* Safety override for any old cached actor markup. */
body.single-ophim .actor-new .public-list-div,
body.single-ophim .actor-new img,
body.single-ophim .actor-new .public-list-exp{display:none!important}
body.single-ophim .actor-new .public-list-box{
  width:auto!important;
  margin:0 8px 8px 0!important;
}
body.single-ophim .actor-new .time-title{
  display:inline-flex!important;
  width:auto!important;
  min-height:34px!important;
  margin:0!important;
  padding:7px 12px!important;
  border:1px solid rgba(244,206,112,.48)!important;
  border-radius:7px!important;
  background:#20232d!important;
  color:#fff!important;
}

@media(max-width:720px){
  .pmc-card-badges .pmc-badge{padding:0 5px!important;font-size:9.5px!important}
  body.single-ophim .pmc-episode-actors{display:block!important}
  body.single-ophim .pmc-episode-actors>strong{display:block;margin-bottom:9px;padding-top:0}
}


/* v3.3: comments removed and recommendation thumbnails made independent of MTYY lazy loader. */
body.single-ophim .comments-area,
body.single-ophim #comments,
body.single-ophim .comment-respond,
body.single-ophim .fb-comments,
body.single-ophim .ds-comments,
body.single-ophim .pmc-comments-wrap{display:none!important}
body.pmc-theme .wr-list .public-list-exp>img.gen-movie-img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  object-fit:cover!important;
  opacity:1!important;
  visibility:visible!important;
  background:#242630!important;
}

/* v3.4: watch-page recommendations use native PhimMoi Chill cards.
   This bypasses the old MTYY zero-height/lazy-image layout that produced blank posters. */
body.single-ophim .pmc-watch-related{
  position:relative!important;
  z-index:4!important;
  width:calc(100% - 32px)!important;
  margin:70px auto 0!important;
  padding:0 0 42px!important;
}
body.single-ophim .pmc-watch-related .pmc-section-head{margin-bottom:16px!important}
body.single-ophim .pmc-watch-related .pmc-section-head h2{
  margin:0!important;
  color:#fff!important;
  font-size:23px!important;
  line-height:1.3!important;
  font-weight:600!important;
}
body.single-ophim .pmc-watch-related-swiper{
  position:relative!important;
  display:block!important;
  width:100%!important;
  min-height:250px!important;
  overflow:hidden!important;
}
body.single-ophim .pmc-watch-related-swiper .swiper-wrapper{align-items:stretch!important}
body.single-ophim .pmc-watch-related-swiper .swiper-slide{height:auto!important}
body.single-ophim .pmc-watch-related .pmc-related-card{height:100%!important}
body.single-ophim .pmc-watch-related .pmc-related-media{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  padding:0!important;
  aspect-ratio:209/300!important;
  overflow:hidden!important;
  background-color:#242630!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
}
body.single-ophim .pmc-watch-related .pmc-related-image{
  position:absolute!important;
  z-index:1!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  margin:0!important;
  padding:0!important;
  object-fit:cover!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  filter:none;
}
body.single-ophim .pmc-watch-related .pmc-card-hover{z-index:2!important}
body.single-ophim .pmc-watch-related .pmc-card-badges{z-index:3!important}
body.single-ophim .pmc-watch-related .pmc-card-title{
  display:-webkit-box!important;
  margin-top:8px!important;
  overflow:hidden!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  white-space:normal!important;
  color:#fff!important;
  text-align:center!important;
}
@media(max-width:720px){
  body.single-ophim .pmc-watch-related{width:calc(100% - 20px)!important;margin-top:42px!important;padding-bottom:28px!important}
  body.single-ophim .pmc-watch-related-swiper{min-height:220px!important}
  body.single-ophim .pmc-watch-related .pmc-section-head h2{font-size:20px!important}
}

/* FIX 2026-06-19: Widget Hoạt hình / Anime dạng showcase giống mẫu: tiêu đề trên + hero lớn + strip poster dưới */
.pmc-anime-showcase{width:calc(100% - 62px);max-width:1350px;margin:24px auto 34px;position:relative;z-index:4}
.pmc-anime-head{display:flex;align-items:center;gap:12px;margin:0 0 18px}
.pmc-anime-head h2{margin:0!important;color:#f3f4f8!important;font-size:22px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:-.2px!important}
.pmc-anime-head a{display:inline-grid!important;place-items:center!important;width:23px!important;height:23px!important;border:1px solid rgba(255,255,255,.45)!important;border-radius:50%!important;color:#fff!important;font-size:22px!important;line-height:18px!important;text-decoration:none!important;opacity:.9!important}
.pmc-anime-head a:hover{background:#fff!important;color:#171a24!important;opacity:1!important}
.pmc-anime-hero{position:relative;min-height:376px;border-radius:10px;overflow:hidden;background-color:#252938;background-size:cover;background-position:center center;box-shadow:0 12px 28px rgba(0,0,0,.18)}
.pmc-anime-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#303546 0%,rgba(48,53,70,.94) 14%,rgba(48,53,70,.70) 32%,rgba(28,31,42,.18) 58%,rgba(0,0,0,.08) 100%),linear-gradient(0deg,rgba(23,26,36,.82) 0%,rgba(23,26,36,.22) 30%,rgba(23,26,36,.06) 100%)}
.pmc-anime-info{position:relative;z-index:2;width:39%;min-width:360px;padding:40px 36px 112px;color:#fff}
.pmc-anime-info h3{margin:0 0 5px!important;font-size:20px!important;line-height:1.25!important;font-weight:800!important;color:#fff!important}
.pmc-anime-info h3 a{color:#fff!important;text-decoration:none!important}
.pmc-anime-original{margin:0 0 14px!important;font-size:12px!important;color:#ffd66f!important;line-height:1.3!important}
.pmc-anime-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:0 0 12px}
.pmc-anime-meta span{height:19px;display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.85);border-radius:3px;padding:0 6px;color:#fff;font-size:10px;font-weight:800;line-height:19px;background:rgba(15,17,24,.18)}
.pmc-anime-meta span:first-child{border-color:#ffd66f;background:#ffd66f;color:#171717}
.pmc-anime-tags{display:flex;gap:6px;flex-wrap:wrap;margin:0 0 20px}
.pmc-anime-tags span{display:inline-flex;align-items:center;height:20px;padding:0 7px;border-radius:3px;background:rgba(255,255,255,.12);color:#fff;font-size:10px;font-weight:700}
.pmc-anime-desc{max-width:460px;margin:0!important;color:#fff!important;font-size:12px!important;line-height:1.55!important;font-weight:600!important;text-shadow:0 1px 1px rgba(0,0,0,.12)}
.pmc-anime-actions{position:absolute;left:36px;bottom:64px;display:flex;align-items:center;gap:18px}
.pmc-anime-play{display:grid!important;place-items:center!important;width:52px!important;height:52px!important;border-radius:50%!important;background:#ffdc75!important;color:#12141b!important;text-decoration:none!important;box-shadow:0 6px 18px rgba(0,0,0,.25)!important}
.pmc-anime-play svg{width:25px;height:25px;fill:currentColor;margin-left:3px}
.pmc-anime-tool{display:grid!important;place-items:center!important;width:42px!important;height:42px!important;border-radius:50%!important;border:1px solid rgba(255,255,255,.16)!important;background:rgba(26,29,40,.38)!important;color:#fff!important;text-decoration:none!important}
.pmc-anime-tool svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.pmc-anime-strip{position:absolute;z-index:3;left:226px;right:170px;bottom:18px;display:flex;align-items:flex-end;gap:12px;overflow-x:auto;overflow-y:hidden;padding:4px 4px 2px;scrollbar-width:none}
.pmc-anime-strip::-webkit-scrollbar{display:none}
.pmc-anime-mini{position:relative;flex:0 0 48px;width:48px;height:68px;border-radius:6px;overflow:hidden;background:#151823;box-shadow:0 3px 10px rgba(0,0,0,.35);transition:transform .2s ease, box-shadow .2s ease;text-decoration:none!important}
.pmc-anime-mini:hover{transform:translateY(-5px);box-shadow:0 8px 18px rgba(0,0,0,.45)}
.pmc-anime-mini img{width:100%;height:100%;object-fit:cover;display:block}
.pmc-anime-mini:first-child{outline:2px solid #ffdc75;outline-offset:2px}
.pmc-anime-mini span{position:absolute;top:0;left:0;height:15px;min-width:20px;padding:0 3px;border-radius:0 0 4px 0;background:#fff;color:#111;font-size:8px;font-weight:900;line-height:15px;text-align:center}
@media (min-width:1440px){.pmc-anime-showcase{max-width:1350px}.pmc-anime-strip{left:226px;right:190px}.pmc-anime-mini{flex-basis:48px;width:48px;height:68px}}
@media (max-width:1024px){.pmc-anime-showcase{width:calc(100% - 32px)}.pmc-anime-info{width:52%;min-width:310px;padding:32px 28px 112px}.pmc-anime-actions{left:28px}.pmc-anime-strip{left:190px;right:22px}.pmc-anime-overlay{background:linear-gradient(90deg,#303546 0%,rgba(48,53,70,.88) 40%,rgba(30,33,44,.28) 100%),linear-gradient(0deg,rgba(23,26,36,.88) 0%,rgba(23,26,36,.22) 35%,rgba(23,26,36,.05) 100%)}}
@media (max-width:720px){.pmc-anime-showcase{width:calc(100% - 22px);margin:22px auto}.pmc-anime-head h2{font-size:20px!important}.pmc-anime-hero{min-height:430px;background-position:center top}.pmc-anime-overlay{background:linear-gradient(0deg,#303546 0%,rgba(48,53,70,.92) 42%,rgba(28,31,42,.25) 100%)}.pmc-anime-info{width:100%;min-width:0;padding:210px 18px 118px}.pmc-anime-info h3{font-size:19px!important}.pmc-anime-desc{display:none}.pmc-anime-actions{left:18px;bottom:70px}.pmc-anime-strip{left:18px;right:18px;bottom:14px;gap:10px}.pmc-anime-mini{flex-basis:45px;width:45px;height:64px}}


/* PhimHayOK Theme v2.0 - anime showcase size/click fix */
.pmc-anime-showcase{max-width:1420px!important;margin:28px auto 38px!important}
.pmc-anime-hero{min-height:430px!important;border-radius:10px!important;background-size:cover!important;background-position:center center!important}
.pmc-anime-info{padding:42px 36px 142px!important;width:42%!important;min-width:380px!important}
.pmc-anime-desc{max-width:520px!important;font-size:13px!important;line-height:1.6!important}
.pmc-anime-actions{bottom:88px!important}
.pmc-anime-strip{left:226px!important;right:120px!important;bottom:20px!important;gap:14px!important;z-index:6!important;padding:8px 6px 6px!important}
.pmc-anime-mini{appearance:none!important;-webkit-appearance:none!important;border:0!important;cursor:pointer!important;position:relative!important;flex:0 0 64px!important;width:64px!important;height:90px!important;border-radius:7px!important;padding:0!important;overflow:hidden!important;background:#151823!important;box-shadow:0 4px 12px rgba(0,0,0,.38)!important;transition:transform .2s ease, box-shadow .2s ease, outline-color .2s ease!important;text-decoration:none!important}
.pmc-anime-mini:hover{transform:translateY(-5px)!important;box-shadow:0 9px 20px rgba(0,0,0,.5)!important}
.pmc-anime-mini.is-active{outline:2px solid #ffdc75!important;outline-offset:2px!important}
.pmc-anime-mini:first-child{outline:0!important}
.pmc-anime-mini:first-child.is-active{outline:2px solid #ffdc75!important;outline-offset:2px!important}
.pmc-anime-mini img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;pointer-events:none!important}
.pmc-anime-mini span{position:absolute!important;top:0!important;left:0!important;height:17px!important;min-width:24px!important;padding:0 4px!important;border-radius:0 0 4px 0!important;background:#fff!important;color:#111!important;font-size:9px!important;font-weight:900!important;line-height:17px!important;text-align:center!important;pointer-events:none!important}
@media (min-width:1440px){.pmc-anime-mini{flex-basis:68px!important;width:68px!important;height:96px!important}.pmc-anime-strip{right:150px!important}}
@media (max-width:1024px){.pmc-anime-info{width:54%!important;min-width:310px!important;padding:34px 28px 132px!important}.pmc-anime-actions{left:28px!important;bottom:78px!important}.pmc-anime-strip{left:190px!important;right:22px!important}.pmc-anime-mini{flex-basis:58px!important;width:58px!important;height:82px!important}}
@media (max-width:720px){.pmc-anime-hero{min-height:470px!important}.pmc-anime-info{width:100%!important;min-width:0!important;padding:220px 18px 132px!important}.pmc-anime-actions{left:18px!important;bottom:78px!important}.pmc-anime-strip{left:18px!important;right:18px!important;bottom:16px!important;gap:10px!important}.pmc-anime-mini{flex-basis:54px!important;width:54px!important;height:76px!important}}

/* PhimHayOK Theme v2.0 - FIX: Anime widget width equals country sections */
.pmc-anime-showcase{
  width:calc(100% - 32px)!important;
  max-width:none!important;
  margin:26px auto 34px!important;
}
.pmc-anime-hero{
  min-height:430px!important;
  width:100%!important;
}
.pmc-anime-head{
  margin-left:0!important;
  margin-right:0!important;
}
.pmc-anime-strip{
  left:226px!important;
  right:170px!important;
}
@media (max-width:1024px){
  .pmc-anime-showcase{width:calc(100% - 32px)!important;}
  .pmc-anime-strip{left:190px!important;right:22px!important;}
}
@media (max-width:720px){
  .pmc-anime-showcase{width:calc(100% - 22px)!important;}
  .pmc-anime-strip{left:18px!important;right:18px!important;}
}

/* PhimHayOK Theme v2.0 - FIX: Hoạt Hình full width bằng khu vực Quốc gia */
.pmc-anime-showcase{
  width:calc(100vw - 32px)!important;
  max-width:none!important;
  margin-left:calc(50% - 50vw + 16px)!important;
  margin-right:calc(50% - 50vw + 16px)!important;
  margin-top:26px!important;
  margin-bottom:34px!important;
  box-sizing:border-box!important;
}
.pmc-anime-hero{
  width:100%!important;
  min-height:430px!important;
  box-sizing:border-box!important;
}
.pmc-anime-head{
  width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
}
@media (max-width:720px){
  .pmc-anime-showcase{
    width:calc(100vw - 22px)!important;
    margin-left:calc(50% - 50vw + 11px)!important;
    margin-right:calc(50% - 50vw + 11px)!important;
  }
}


/* PhimHayOK Theme v2.0 - FINAL FIX 2026-06-19: Hoạt Hình full size ngang bằng mục Quốc gia */
body.pmc-theme .box-width,
body.pmc-theme .pmc-main,
body.pmc-theme #widget-area{
  overflow:visible!important;
}
body.pmc-theme .pmc-anime-showcase{
  display:block!important;
  position:relative!important;
  z-index:5!important;
  width:calc(100vw - 32px)!important;
  max-width:none!important;
  min-width:0!important;
  margin-top:26px!important;
  margin-bottom:42px!important;
  margin-left:calc(50% - 50vw + 16px)!important;
  margin-right:calc(50% - 50vw + 16px)!important;
  padding:0!important;
  box-sizing:border-box!important;
}
body.pmc-theme .pmc-anime-head{
  width:100%!important;
  margin:0 0 18px!important;
  padding:0!important;
}
body.pmc-theme .pmc-anime-hero{
  width:100%!important;
  max-width:none!important;
  min-height:500px!important;
  height:500px!important;
  border-radius:12px!important;
  background-size:cover!important;
  background-position:center center!important;
  box-sizing:border-box!important;
}
body.pmc-theme .pmc-anime-info{
  width:38%!important;
  min-width:430px!important;
  padding:48px 44px 160px!important;
}
body.pmc-theme .pmc-anime-info h3{
  font-size:24px!important;
}
body.pmc-theme .pmc-anime-desc{
  max-width:560px!important;
  font-size:14px!important;
  line-height:1.65!important;
}
body.pmc-theme .pmc-anime-actions{
  left:44px!important;
  bottom:102px!important;
}
body.pmc-theme .pmc-anime-strip{
  left:270px!important;
  right:170px!important;
  bottom:28px!important;
  gap:15px!important;
  padding:10px 8px!important;
}
body.pmc-theme .pmc-anime-mini{
  flex:0 0 76px!important;
  width:76px!important;
  height:108px!important;
  border-radius:8px!important;
}
@media (max-width:1024px){
  body.pmc-theme .pmc-anime-showcase{width:calc(100vw - 32px)!important;margin-left:calc(50% - 50vw + 16px)!important;margin-right:calc(50% - 50vw + 16px)!important;}
  body.pmc-theme .pmc-anime-hero{height:470px!important;min-height:470px!important;}
  body.pmc-theme .pmc-anime-info{width:55%!important;min-width:310px!important;padding:38px 30px 145px!important;}
  body.pmc-theme .pmc-anime-actions{left:30px!important;bottom:92px!important;}
  body.pmc-theme .pmc-anime-strip{left:210px!important;right:24px!important;}
  body.pmc-theme .pmc-anime-mini{flex-basis:66px!important;width:66px!important;height:94px!important;}
}
@media (max-width:720px){
  body.pmc-theme .pmc-anime-showcase{width:calc(100vw - 22px)!important;margin-left:calc(50% - 50vw + 11px)!important;margin-right:calc(50% - 50vw + 11px)!important;}
  body.pmc-theme .pmc-anime-hero{height:520px!important;min-height:520px!important;background-position:center top!important;}
  body.pmc-theme .pmc-anime-info{width:100%!important;min-width:0!important;padding:235px 18px 145px!important;}
  body.pmc-theme .pmc-anime-desc{display:none!important;}
  body.pmc-theme .pmc-anime-actions{left:18px!important;bottom:90px!important;}
  body.pmc-theme .pmc-anime-strip{left:18px!important;right:18px!important;bottom:18px!important;gap:10px!important;}
  body.pmc-theme .pmc-anime-mini{flex-basis:58px!important;width:58px!important;height:82px!important;}
}

/* PhimHayOK Theme v2.0 - centered footer */
.pmhayok-footer{position:relative;margin-top:60px;padding:58px 20px;background:#0b0f1b!important;color:#a8aab7!important;text-align:center;overflow:hidden;border-top:1px solid rgba(255,255,255,.04)}


.pmhayok-footer-inner{position:relative;z-index:1;max-width:980px!important;width:100%;margin:0 auto!important;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.pmhayok-footer-badge{display:inline-flex;align-items:center;justify-content:center;margin:0 auto 18px;padding:9px 16px;border-radius:999px;background:#8b1717;color:#fff;font-weight:800;font-size:13px;}
.pmhayok-footer-logo{margin:0 auto 22px;display:flex;justify-content:center;align-items:center}
.pmhayok-footer-logo a{display:inline-flex;justify-content:center;align-items:center;color:#fff!important;font-size:30px;font-weight:900;text-decoration:none!important}
.pmhayok-footer-logo img{max-height:56px!important;max-width:260px!important;width:auto!important;margin:0 auto;display:block}



.pmhayok-footer-links{display:flex!important;justify-content:center!important;align-items:center;gap:26px;flex-wrap:wrap;margin:0 auto 18px!important;text-align:center}
.pmhayok-footer-links a{color:#fff!important;font-size:14px;font-weight:700;text-decoration:none!important;white-space:nowrap}
.pmhayok-footer-links a:hover{color:#ffd766!important}
.pmhayok-footer-desc{max-width:880px;margin:0 auto!important;color:#a8aab7!important;font-size:14px;line-height:1.8;text-align:center}
.pmhayok-footer-copy{margin:18px auto 0!important;color:#8b90a0!important;font-size:13px;text-align:center}
@media(max-width:768px){.pmhayok-footer{padding:45px 16px}.pmhayok-footer-links{gap:14px}.pmhayok-footer-desc{font-size:13px}}

/* FIX 2026-06-19: Mobile hero/poster responsive full frame */
@media (max-width: 768px){
  body.home .pmc-hero,
  .pmc-hero{
    width:100vw!important;
    max-width:100vw!important;
    min-width:100vw!important;
    height:clamp(560px, 100svh, 720px)!important;
    min-height:560px!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw)!important;
    border-radius:0!important;
    overflow:hidden!important;
    background:#0f111a!important;
  }
  .pmc-hero-swiper,
  .pmc-hero-swiper .swiper-wrapper,
  .pmc-hero-swiper .swiper-slide,
  .pmc-hero-slide{
    width:100vw!important;
    max-width:100vw!important;
    height:100%!important;
    overflow:hidden!important;
  }
  .pmc-hero-backdrop{
    inset:0!important;
    width:100%!important;
    height:100%!important;
    background-size:cover!important;
    background-repeat:no-repeat!important;
    background-position:center center!important;
    transform:none!important;
  }
  .pmc-hero-shade{
    background:
      linear-gradient(180deg, rgba(8,9,13,.18) 0%, rgba(10,11,16,.42) 45%, rgba(15,17,26,.96) 100%),
      linear-gradient(90deg, rgba(10,11,16,.20) 0%, rgba(10,11,16,.03) 48%, rgba(10,11,16,.20) 100%)!important;
  }
  .pmc-hero-content{
    width:100%!important;
    height:100%!important;
    align-items:flex-end!important;
    padding:0 18px 62px!important;
  }
  .pmc-hero-copy{
    width:100%!important;
    max-width:100%!important;
  }
  .pmc-hero-badges{
    flex-wrap:wrap!important;
    gap:8px!important;
    margin-top:0!important;
  }
  .pmc-hero h2{
    width:100%!important;
    max-width:100%!important;
    margin-top:10px!important;
    font-size:24px!important;
    line-height:1.25!important;
    text-shadow:0 2px 10px rgba(0,0,0,.45)!important;
  }
  .pmc-hero-pagination{
    bottom:26px!important;
    left:0!important;
    right:0!important;
    width:100%!important;
  }
  .pmc-hero-pagination .swiper-pagination-bullet{
    width:5px!important;
    height:5px!important;
    margin:0 3px!important;
    border-radius:50%!important;
  }
  .pmc-hero-pagination .swiper-pagination-bullet-active{
    width:16px!important;
    border-radius:8px!important;
  }
}
@media (max-width: 480px){
  body.home .pmc-hero,
  .pmc-hero{
    height:100svh!important;
    min-height:560px!important;
    max-height:720px!important;
  }
  .pmc-hero-content{padding:0 13px 58px!important}
  .pmc-hero h2{font-size:20px!important}
  .pmc-quality-badge,.pmc-year-badge,.pmc-info-badges>a{
    min-height:22px!important;
    padding:2px 7px!important;
    font-size:12px!important;
    border-radius:6px!important;
  }
}
@media (orientation: landscape) and (max-width: 920px){
  body.home .pmc-hero,
  .pmc-hero{
    height:100svh!important;
    min-height:420px!important;
  }
  .pmc-hero-content{padding-bottom:42px!important}
}

/* FIX v3.0: Mobile hero/poster must show the full image on every screen size */
@media (max-width: 768px){
  html, body{overflow-x:hidden!important;}
  body.home .pmc-header{left:0!important;right:0!important;width:100%!important;}
  body.home .pmc-hero,
  .pmc-hero{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:clamp(430px, 118vw, 660px)!important;
    min-height:430px!important;
    max-height:660px!important;
    margin:0!important;
    padding:0!important;
    border-radius:0!important;
    overflow:hidden!important;
    background:#151920!important;
  }
  .pmc-hero-swiper,
  .pmc-hero-swiper .swiper-wrapper,
  .pmc-hero-swiper .swiper-slide,
  .pmc-hero-slide{
    width:100%!important;
    max-width:100%!important;
    min-width:100%!important;
    height:100%!important;
    min-height:100%!important;
    margin:0!important;
    overflow:hidden!important;
  }
  .pmc-hero-backdrop{
    inset:0!important;
    width:100%!important;
    height:100%!important;
    background-size:contain!important;
    background-repeat:no-repeat!important;
    background-position:center center!important;
    transform:none!important;
    background-color:#151920!important;
  }
  .pmc-hero-shade{
    background:
      linear-gradient(180deg, rgba(10,11,16,.08) 0%, rgba(10,11,16,.20) 42%, rgba(10,11,16,.93) 100%),
      linear-gradient(90deg, rgba(10,11,16,.28) 0%, rgba(10,11,16,0) 50%, rgba(10,11,16,.28) 100%)!important;
  }
  .pmc-hero-content{
    width:100%!important;
    height:100%!important;
    padding:0 20px 48px!important;
    align-items:flex-end!important;
    justify-content:flex-start!important;
  }
  .pmc-hero-copy{width:100%!important;max-width:100%!important;}
  .pmc-hero-badges{margin-top:0!important;gap:8px!important;flex-wrap:wrap!important;}
  .pmc-hero h2{width:100%!important;max-width:100%!important;margin-top:10px!important;font-size:22px!important;line-height:1.25!important;text-shadow:0 2px 12px rgba(0,0,0,.65)!important;}
  .pmc-hero-actions,.pmc-hero-tools{display:none!important;}
  .pmc-hero-pagination{bottom:18px!important;left:0!important;right:0!important;width:100%!important;text-align:center!important;}
  .pmc-hero-pagination .swiper-pagination-bullet{width:5px!important;height:5px!important;margin:0 3px!important;border-radius:50%!important;}
  .pmc-hero-pagination .swiper-pagination-bullet-active{width:16px!important;border-radius:8px!important;}
}
@media (max-width: 480px){
  body.home .pmc-hero,
  .pmc-hero{
    height:clamp(390px, 120vw, 600px)!important;
    min-height:390px!important;
    max-height:600px!important;
  }
  .pmc-hero-content{padding:0 13px 46px!important;}
  .pmc-hero h2{font-size:20px!important;}
}
@media (max-width: 380px){
  body.home .pmc-hero,
  .pmc-hero{
    height:clamp(360px, 122vw, 560px)!important;
    min-height:360px!important;
  }
}
@media (orientation: landscape) and (max-width: 920px){
  body.home .pmc-hero,
  .pmc-hero{
    height:100svh!important;
    min-height:360px!important;
    max-height:none!important;
  }
  .pmc-hero-backdrop{background-size:contain!important;background-position:center center!important;}
  .pmc-hero-content{padding-bottom:34px!important;}
}

/* FIX v3.1: Mobile hero fills the frame while preserving most of original image */
@media (max-width: 768px){
  body.home .pmc-hero,
  .pmc-hero{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:clamp(430px, 125vw, 680px)!important;
    min-height:430px!important;
    max-height:680px!important;
    margin:0!important;
    border-radius:0!important;
    overflow:hidden!important;
    background:#10141b!important;
  }
  .pmc-hero-swiper,
  .pmc-hero-swiper .swiper-wrapper,
  .pmc-hero-swiper .swiper-slide,
  .pmc-hero-slide{
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    overflow:hidden!important;
  }
  .pmc-hero-backdrop{
    inset:0!important;
    width:100%!important;
    height:100%!important;
    background-size:auto 100%!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
    transform:none!important;
    background-color:#10141b!important;
  }
  .pmc-hero-shade{
    background:
      linear-gradient(180deg, rgba(10,11,16,.06) 0%, rgba(10,11,16,.18) 48%, rgba(10,11,16,.96) 100%),
      linear-gradient(90deg, rgba(10,11,16,.34) 0%, rgba(10,11,16,.04) 48%, rgba(10,11,16,.34) 100%)!important;
  }
  .pmc-hero-content{
    width:100%!important;
    height:100%!important;
    padding:0 18px 52px!important;
    align-items:flex-end!important;
    justify-content:flex-start!important;
  }
  .pmc-hero-copy{width:100%!important;max-width:100%!important;}
  .pmc-hero h2{width:100%!important;max-width:100%!important;font-size:22px!important;line-height:1.25!important;text-shadow:0 2px 12px rgba(0,0,0,.75)!important;}
  .pmc-hero-actions,.pmc-hero-tools{display:none!important;}
  .pmc-hero-pagination{bottom:18px!important;left:0!important;right:0!important;width:100%!important;text-align:center!important;}
}
@media (max-width: 480px){
  body.home .pmc-hero,
  .pmc-hero{
    height:clamp(390px, 126vw, 620px)!important;
    min-height:390px!important;
    max-height:620px!important;
  }
  .pmc-hero-backdrop{
    background-size:auto 100%!important;
    background-position:center center!important;
  }
  .pmc-hero-content{padding:0 13px 46px!important;}
  .pmc-hero h2{font-size:20px!important;}
}
@media (max-width: 380px){
  body.home .pmc-hero,
  .pmc-hero{
    height:clamp(360px, 128vw, 580px)!important;
    min-height:360px!important;
  }
}
@media (orientation: landscape) and (max-width: 920px){
  body.home .pmc-hero,
  .pmc-hero{
    height:100svh!important;
    min-height:360px!important;
    max-height:none!important;
  }
  .pmc-hero-backdrop{background-size:cover!important;background-position:center center!important;}
  .pmc-hero-content{padding-bottom:34px!important;}
}

/* =========================================================
   PhimHayOK v3.2 - HERO PC + MOBILE rebuild from sample
   Desktop: full-screen cinematic backdrop like RoPhim
   Mobile: 360x-ish full-width hero with text over image + round thumbs
   This block intentionally overrides all previous hero experiments.
   ========================================================= */
html,body{max-width:100%;overflow-x:hidden!important;}
body.pmc-theme .pmc-main{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;}
body.pmc-theme .pmc-header{position:absolute!important;top:0!important;left:0!important;right:0!important;z-index:1000!important;background:linear-gradient(180deg,rgba(8,10,16,.72),rgba(8,10,16,0))!important;border:0!important;box-shadow:none!important;}
body.pmc-theme .pmc-header.is-scrolled{position:fixed!important;background:rgba(11,13,21,.92)!important;backdrop-filter:blur(16px)!important;}
body.pmc-theme .pmc-header-inner{height:92px!important;padding:0 32px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:34px!important;max-width:none!important;width:100%!important;margin:0!important;}
body.pmc-theme .pmc-brand-search{display:flex!important;align-items:center!important;gap:36px!important;flex:0 0 auto!important;}
body.pmc-theme .pmc-logo img{max-height:54px!important;max-width:210px!important;width:auto!important;object-fit:contain!important;}
body.pmc-theme .pmc-search-wrap{display:block!important;width:340px!important;max-width:340px!important;}
body.pmc-theme .pmc-search{height:54px!important;background:rgba(25,28,39,.70)!important;border-radius:8px!important;border:1px solid rgba(255,255,255,.06)!important;}
body.pmc-theme .pmc-search input{height:54px!important;font-size:15px!important;}
body.pmc-theme .pmc-nav{display:block!important;flex:1 1 auto!important;}
body.pmc-theme .pmc-nav>ul{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:36px!important;margin:0!important;padding:0!important;}
body.pmc-theme .pmc-nav a{font-size:15px!important;font-weight:600!important;color:#fff!important;white-space:nowrap!important;}
body.pmc-theme .pmc-menu-toggle,body.pmc-theme .pmc-mobile-search-toggle{display:none!important;}

body.pmc-theme .pmc-hero{position:relative!important;display:block!important;width:100vw!important;max-width:100vw!important;height:100vh!important;min-height:760px!important;max-height:980px!important;margin:0!important;padding:0!important;border-radius:0!important;overflow:hidden!important;background:#11141c!important;}
body.pmc-theme .pmc-hero-swiper,body.pmc-theme .pmc-hero-swiper .swiper-wrapper,body.pmc-theme .pmc-hero-swiper .swiper-slide,body.pmc-theme .pmc-hero-slide{width:100%!important;height:100%!important;min-height:100%!important;margin:0!important;overflow:hidden!important;}
body.pmc-theme .pmc-hero-backdrop{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;transform:none!important;filter:none!important;}
body.pmc-theme .pmc-pixel-overlay{position:absolute!important;inset:0!important;z-index:1!important;opacity:.24!important;pointer-events:none!important;background-image:radial-gradient(rgba(255,255,255,.22) .55px,transparent .65px)!important;background-size:3px 3px!important;}
body.pmc-theme .pmc-hero-shade{position:absolute!important;inset:0!important;z-index:2!important;background:linear-gradient(90deg,rgba(12,14,22,.86) 0%,rgba(12,14,22,.58) 28%,rgba(12,14,22,.12) 62%,rgba(12,14,22,.38) 100%),linear-gradient(0deg,#151821 0%,rgba(21,24,33,.78) 10%,rgba(21,24,33,.18) 38%,rgba(21,24,33,.18) 100%)!important;}
body.pmc-theme .pmc-hero-content{position:relative!important;z-index:3!important;width:100%!important;height:100%!important;display:flex!important;align-items:flex-end!important;justify-content:flex-start!important;padding:0 0 185px 62px!important;}
body.pmc-theme .pmc-hero-copy{width:min(680px,46vw)!important;max-width:680px!important;display:block!important;}
body.pmc-theme .pmc-hero-poster{display:none!important;}
body.pmc-theme .pmc-hero-badges{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:10px!important;margin:18px 0 0!important;}
body.pmc-theme .pmc-hero h2{width:100%!important;max-width:620px!important;margin:0 0 10px!important;color:#fff!important;font-size:42px!important;line-height:1.08!important;font-weight:800!important;letter-spacing:-.7px!important;text-shadow:0 3px 18px rgba(0,0,0,.45)!important;}
body.pmc-theme .pmc-hero h2 a{color:#fff!important;}
body.pmc-theme .pmc-hero-actions{display:flex!important;align-items:center!important;gap:28px!important;margin-top:34px!important;}
body.pmc-theme .pmc-round-play{width:72px!important;height:72px!important;border-radius:50%!important;background:#ffd76b!important;box-shadow:0 18px 36px rgba(0,0,0,.30)!important;}
body.pmc-theme .pmc-round-play svg{width:34px!important;height:34px!important;fill:#11141c!important;}
body.pmc-theme .pmc-hero-tools{height:54px!important;border-radius:999px!important;background:rgba(22,25,35,.28)!important;border:1px solid rgba(255,255,255,.24)!important;backdrop-filter:blur(6px)!important;}
body.pmc-theme .pmc-hero-pagination{display:none!important;}
body.pmc-theme .pmc-hero-thumbs{position:absolute!important;z-index:6!important;right:56px!important;bottom:146px!important;display:flex!important;align-items:center!important;gap:14px!important;max-width:42vw!important;overflow:visible!important;}
body.pmc-theme .pmc-hero-thumb{display:block!important;width:76px!important;height:56px!important;padding:0!important;margin:0!important;border-radius:9px!important;border:2px solid rgba(255,255,255,.46)!important;background:rgba(255,255,255,.10)!important;overflow:hidden!important;cursor:pointer!important;box-shadow:0 10px 22px rgba(0,0,0,.32)!important;opacity:.78!important;transition:.2s ease!important;}
body.pmc-theme .pmc-hero-thumb img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;}
body.pmc-theme .pmc-hero-thumb.is-active,body.pmc-theme .pmc-hero-thumb:hover{opacity:1!important;transform:translateY(-2px)!important;border-color:#fff!important;box-shadow:0 0 0 2px rgba(255,215,107,.45),0 14px 28px rgba(0,0,0,.38)!important;}

@media (max-width: 1024px){
  body.pmc-theme .pmc-header-inner{height:80px!important;padding:0 22px!important;gap:22px!important;}
  body.pmc-theme .pmc-search-wrap{width:260px!important;}
  body.pmc-theme .pmc-nav>ul{gap:20px!important;}
  body.pmc-theme .pmc-hero{min-height:680px!important;height:82vh!important;}
  body.pmc-theme .pmc-hero-content{padding-left:36px!important;padding-bottom:150px!important;}
  body.pmc-theme .pmc-hero h2{font-size:34px!important;}
  body.pmc-theme .pmc-hero-thumbs{right:28px!important;bottom:108px!important;max-width:48vw!important;}
}

@media (max-width: 768px){
  html,body{width:100%!important;min-width:0!important;margin:0!important;padding:0!important;background:#171f23!important;overflow-x:hidden!important;}
  body.pmc-theme{width:100%!important;min-width:0!important;background:#171f23!important;}
  body.pmc-theme .pmc-main{width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:0!important;}
  body.pmc-theme .pmc-header{position:absolute!important;top:0!important;left:0!important;right:0!important;width:100%!important;height:60px!important;background:#11141c!important;z-index:50!important;}
  body.pmc-theme .pmc-header.is-scrolled{position:fixed!important;background:#11141c!important;}
  body.pmc-theme .pmc-header-inner{height:60px!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0 18px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;}
  body.pmc-theme .pmc-brand-search{flex:1 1 auto!important;display:flex!important;align-items:center!important;gap:12px!important;min-width:0!important;}
  body.pmc-theme .pmc-menu-toggle{display:flex!important;width:26px!important;height:26px!important;flex:0 0 26px!important;align-items:center!important;justify-content:center!important;padding:0!important;background:transparent!important;border:0!important;}
  body.pmc-theme .pmc-menu-toggle span{display:block!important;width:18px!important;height:2px!important;background:#fff!important;border-radius:2px!important;margin:3px 0!important;}
  body.pmc-theme .pmc-logo{display:flex!important;align-items:center!important;min-width:0!important;}
  body.pmc-theme .pmc-logo img{max-height:36px!important;max-width:120px!important;width:auto!important;object-fit:contain!important;}
  body.pmc-theme .pmc-nav,body.pmc-theme .pmc-search-wrap{display:none!important;}
  body.pmc-theme .pmc-mobile-search-toggle{display:flex!important;width:28px!important;height:28px!important;align-items:center!important;justify-content:center!important;padding:0!important;background:transparent!important;border:0!important;flex:0 0 28px!important;}
  body.pmc-theme .pmc-mobile-search-toggle svg{width:20px!important;height:20px!important;stroke:#fff!important;}

  body.pmc-theme .pmc-hero{width:100%!important;max-width:100%!important;min-width:0!important;height:400px!important;min-height:400px!important;max-height:400px!important;margin:0!important;padding:0!important;border-radius:0!important;background:#11141c!important;overflow:hidden!important;}
  body.pmc-theme .pmc-hero-swiper,body.pmc-theme .pmc-hero-swiper .swiper-wrapper,body.pmc-theme .pmc-hero-swiper .swiper-slide,body.pmc-theme .pmc-hero-slide{width:100%!important;min-width:100%!important;height:100%!important;min-height:100%!important;margin:0!important;overflow:hidden!important;}
  body.pmc-theme .pmc-hero-backdrop{inset:60px 0 0 0!important;width:100%!important;height:260px!important;background-size:cover!important;background-position:center top!important;background-repeat:no-repeat!important;transform:none!important;background-color:#11141c!important;}
  body.pmc-theme .pmc-pixel-overlay{display:none!important;}
  body.pmc-theme .pmc-hero-shade{inset:60px 0 0 0!important;z-index:2!important;background:linear-gradient(180deg,rgba(17,20,28,.03) 0%,rgba(17,20,28,.18) 40%,rgba(17,20,28,.84) 72%,#11141c 100%)!important;}
  body.pmc-theme .pmc-hero-content{z-index:3!important;width:100%!important;height:100%!important;display:flex!important;align-items:flex-end!important;justify-content:flex-start!important;padding:0 18px 86px!important;}
  body.pmc-theme .pmc-hero-copy{width:100%!important;max-width:100%!important;min-width:0!important;}
  body.pmc-theme .pmc-hero-poster{display:none!important;}
  body.pmc-theme .pmc-hero h2{width:100%!important;max-width:100%!important;margin:0 0 7px!important;font-size:21px!important;line-height:1.15!important;font-weight:800!important;letter-spacing:-.35px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-shadow:0 2px 12px rgba(0,0,0,.70)!important;}
  body.pmc-theme .pmc-hero-badges{display:flex!important;align-items:center!important;gap:6px!important;flex-wrap:wrap!important;margin:8px 0 0!important;}
  body.pmc-theme .pmc-quality-badge,body.pmc-theme .pmc-year-badge,body.pmc-theme .pmc-info-badges>a,body.pmc-theme .pmc-hero-badges span,body.pmc-theme .pmc-hero-badges a{min-height:20px!important;height:20px!important;padding:2px 7px!important;font-size:11px!important;line-height:16px!important;border-radius:5px!important;}
  body.pmc-theme .pmc-hero-actions,body.pmc-theme .pmc-hero-tools,body.pmc-theme .pmc-round-play{display:none!important;}
  body.pmc-theme .pmc-hero-pagination{display:none!important;}
  body.pmc-theme .pmc-hero-thumbs{position:absolute!important;left:0!important;right:0!important;bottom:28px!important;z-index:7!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:9px!important;width:100%!important;max-width:100%!important;padding:0 18px!important;overflow:hidden!important;}
  body.pmc-theme .pmc-hero-thumb{display:block!important;flex:0 0 30px!important;width:30px!important;height:30px!important;border-radius:50%!important;padding:0!important;border:2px solid rgba(255,255,255,.55)!important;overflow:hidden!important;background:#222!important;opacity:.88!important;box-shadow:0 2px 9px rgba(0,0,0,.32)!important;}
  body.pmc-theme .pmc-hero-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;border-radius:50%!important;}
  body.pmc-theme .pmc-hero-thumb.is-active{width:36px!important;height:36px!important;flex-basis:36px!important;border-color:#fff!important;box-shadow:0 0 0 2px rgba(255,215,107,.55),0 3px 12px rgba(0,0,0,.38)!important;}
}

@media (max-width: 380px){
  body.pmc-theme .pmc-header{height:58px!important;}
  body.pmc-theme .pmc-header-inner{height:58px!important;padding:0 14px!important;}
  body.pmc-theme .pmc-logo img{max-width:112px!important;max-height:34px!important;}
  body.pmc-theme .pmc-hero{height:380px!important;min-height:380px!important;max-height:380px!important;}
  body.pmc-theme .pmc-hero-backdrop{inset-top:58px!important;height:250px!important;}
  body.pmc-theme .pmc-hero-shade{inset-top:58px!important;}
  body.pmc-theme .pmc-hero-content{padding:0 16px 82px!important;}
  body.pmc-theme .pmc-hero h2{font-size:19px!important;}
  body.pmc-theme .pmc-hero-thumb{width:28px!important;height:28px!important;flex-basis:28px!important;}
  body.pmc-theme .pmc-hero-thumb.is-active{width:34px!important;height:34px!important;flex-basis:34px!important;}
}


/* =========================================================
   PhimHayOK Theme v3.3 - FINAL RoPhim-like responsive hero
   Fix poster/banner mobile: full frame, no bottom empty gap, minimal crop.
   This is the last override and wins over every old v3.0/v3.1/v3.2 block.
   ========================================================= */
body.pmc-theme .pmc-hero-original{
  margin:0 0 14px!important;
  color:#ffd76b!important;
  font-size:16px!important;
  line-height:1.35!important;
  font-weight:500!important;
  text-shadow:0 2px 14px rgba(0,0,0,.55)!important;
}
body.pmc-theme .pmc-hero-backdrop{
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  transform:none!important;
}
@media (min-width:769px){
  body.pmc-theme .pmc-hero{
    width:100vw!important;
    max-width:100vw!important;
    height:100vh!important;
    min-height:760px!important;
    max-height:980px!important;
    margin:0!important;
    border-radius:0!important;
    overflow:hidden!important;
  }
  body.pmc-theme .pmc-hero-backdrop{
    inset:0!important;
    width:100%!important;
    height:100%!important;
    background-size:cover!important;
    background-position:center center!important;
  }
  body.pmc-theme .pmc-hero-content{
    padding:0 0 185px 62px!important;
  }
}
@media (max-width:768px){
  html,body{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    overflow-x:hidden!important;
    background:#171f23!important;
  }
  body.pmc-theme,
  body.pmc-theme .pmc-main{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow-x:hidden!important;
    background:#171f23!important;
  }
  body.pmc-theme .pmc-header{
    position:absolute!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    height:58px!important;
    z-index:80!important;
    background:#11141c!important;
    border:0!important;
    box-shadow:none!important;
  }
  body.pmc-theme .pmc-header.is-scrolled{
    position:fixed!important;
    background:#11141c!important;
  }
  body.pmc-theme .pmc-header-inner{
    height:58px!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0 18px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
  }
  body.pmc-theme .pmc-brand-search{
    display:flex!important;
    align-items:center!important;
    gap:13px!important;
    flex:1 1 auto!important;
    min-width:0!important;
  }
  body.pmc-theme .pmc-menu-toggle{
    display:flex!important;
    width:25px!important;
    height:25px!important;
    flex:0 0 25px!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
  }
  body.pmc-theme .pmc-menu-toggle span{
    display:block!important;
    width:17px!important;
    height:2px!important;
    background:#fff!important;
    border-radius:2px!important;
    margin:3px 0!important;
  }
  body.pmc-theme .pmc-logo{
    display:flex!important;
    align-items:center!important;
    min-width:0!important;
  }
  body.pmc-theme .pmc-logo img{
    max-width:128px!important;
    max-height:36px!important;
    width:auto!important;
    height:auto!important;
    object-fit:contain!important;
  }
  body.pmc-theme .pmc-nav,
  body.pmc-theme .pmc-search-wrap{
    display:none!important;
  }
  body.pmc-theme .pmc-mobile-search-toggle{
    display:flex!important;
    width:28px!important;
    height:28px!important;
    flex:0 0 28px!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
  }
  body.pmc-theme .pmc-mobile-search-toggle svg{
    width:20px!important;
    height:20px!important;
    stroke:#fff!important;
  }
  body.pmc-theme .pmc-hero{
    position:relative!important;
    width:100vw!important;
    max-width:100vw!important;
    min-width:100vw!important;
    height:410px!important;
    min-height:410px!important;
    max-height:410px!important;
    margin:0!important;
    padding:0!important;
    border-radius:0!important;
    overflow:hidden!important;
    background:#11141c!important;
  }
  body.pmc-theme .pmc-hero-swiper,
  body.pmc-theme .pmc-hero-swiper .swiper-wrapper,
  body.pmc-theme .pmc-hero-swiper .swiper-slide,
  body.pmc-theme .pmc-hero-slide{
    width:100%!important;
    min-width:100%!important;
    height:100%!important;
    min-height:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }
  body.pmc-theme .pmc-hero-backdrop{
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:58px!important;
    bottom:0!important;
    inset:auto 0 0 0!important;
    width:100%!important;
    height:auto!important;
    min-height:calc(100% - 58px)!important;
    background-size:cover!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
    transform:none!important;
    background-color:#11141c!important;
    filter:none!important;
  }
  body.pmc-theme .pmc-pixel-overlay{
    display:none!important;
  }
  body.pmc-theme .pmc-hero-shade{
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:58px!important;
    bottom:0!important;
    inset:auto 0 0 0!important;
    z-index:2!important;
    background:
      linear-gradient(180deg,rgba(17,20,28,.00) 0%,rgba(17,20,28,.04) 34%,rgba(17,20,28,.52) 62%,#11141c 100%),
      linear-gradient(90deg,rgba(17,20,28,.25) 0%,rgba(17,20,28,.04) 55%,rgba(17,20,28,.25) 100%)!important;
  }
  body.pmc-theme .pmc-hero-content{
    position:relative!important;
    z-index:4!important;
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    display:flex!important;
    align-items:flex-end!important;
    justify-content:flex-start!important;
    padding:0 20px 88px!important;
    box-sizing:border-box!important;
  }
  body.pmc-theme .pmc-hero-copy{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
  }
  body.pmc-theme .pmc-hero-poster,
  body.pmc-theme .pmc-hero-actions,
  body.pmc-theme .pmc-hero-tools,
  body.pmc-theme .pmc-round-play,
  body.pmc-theme .pmc-hero-pagination{
    display:none!important;
  }
  body.pmc-theme .pmc-hero h2{
    order:1!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 0 4px!important;
    color:#fff!important;
    font-size:22px!important;
    line-height:1.12!important;
    font-weight:800!important;
    letter-spacing:-.35px!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    text-shadow:0 3px 14px rgba(0,0,0,.75)!important;
  }
  body.pmc-theme .pmc-hero-original{
    order:2!important;
    display:block!important;
    margin:0 0 10px!important;
    font-size:13px!important;
    line-height:1.2!important;
    color:#ffd76b!important;
    font-weight:500!important;
    text-shadow:0 2px 12px rgba(0,0,0,.65)!important;
  }
  body.pmc-theme .pmc-hero-badges{
    order:3!important;
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:6px!important;
    margin:0!important;
  }
  body.pmc-theme .pmc-quality-badge,
  body.pmc-theme .pmc-year-badge,
  body.pmc-theme .pmc-info-badges>a,
  body.pmc-theme .pmc-hero-badges span,
  body.pmc-theme .pmc-hero-badges a{
    min-height:20px!important;
    height:20px!important;
    padding:2px 7px!important;
    font-size:11px!important;
    line-height:16px!important;
    border-radius:5px!important;
    white-space:nowrap!important;
  }
  body.pmc-theme .pmc-hero-thumbs{
    position:absolute!important;
    left:0!important;
    right:0!important;
    bottom:31px!important;
    z-index:7!important;
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    gap:9px!important;
    width:100%!important;
    max-width:100%!important;
    padding:0 16px!important;
    margin:0!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }
  body.pmc-theme .pmc-hero-thumb{
    display:block!important;
    flex:0 0 32px!important;
    width:32px!important;
    height:32px!important;
    border-radius:50%!important;
    padding:0!important;
    margin:0!important;
    border:2px solid rgba(255,255,255,.62)!important;
    background:#222!important;
    overflow:hidden!important;
    opacity:.9!important;
    box-shadow:0 3px 10px rgba(0,0,0,.36)!important;
  }
  body.pmc-theme .pmc-hero-thumb img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
    border-radius:50%!important;
  }
  body.pmc-theme .pmc-hero-thumb.is-active,
  body.pmc-theme .pmc-hero-thumb:hover{
    width:38px!important;
    height:38px!important;
    flex-basis:38px!important;
    opacity:1!important;
    border-color:#fff!important;
    box-shadow:0 0 0 2px rgba(255,215,107,.55),0 4px 13px rgba(0,0,0,.42)!important;
  }
  body.pmc-theme .pmc-home-section:first-of-type,
  body.pmc-theme .pmc-hot-section:first-of-type{
    margin-top:0!important;
  }
}
@media (max-width:380px){
  body.pmc-theme .pmc-header,
  body.pmc-theme .pmc-header-inner{height:56px!important;}
  body.pmc-theme .pmc-header-inner{padding:0 15px!important;}
  body.pmc-theme .pmc-logo img{max-width:118px!important;max-height:34px!important;}
  body.pmc-theme .pmc-hero{height:390px!important;min-height:390px!important;max-height:390px!important;}
  body.pmc-theme .pmc-hero-backdrop{top:56px!important;min-height:calc(100% - 56px)!important;}
  body.pmc-theme .pmc-hero-shade{top:56px!important;}
  body.pmc-theme .pmc-hero-content{padding:0 17px 84px!important;}
  body.pmc-theme .pmc-hero h2{font-size:20px!important;line-height:1.14!important;}
  body.pmc-theme .pmc-hero-original{font-size:12px!important;margin-bottom:8px!important;}
  body.pmc-theme .pmc-hero-thumbs{bottom:28px!important;gap:8px!important;}
  body.pmc-theme .pmc-hero-thumb{width:30px!important;height:30px!important;flex-basis:30px!important;}
  body.pmc-theme .pmc-hero-thumb.is-active{width:36px!important;height:36px!important;flex-basis:36px!important;}
}

/* =========================================================
   PhimHayOK Theme v3.4 - HARD FIX HERO PC + MOBILE
   - Hero background now uses horizontal thumb image in PHP.
   - Mobile layout rebuilt to match RoPhim sample: full-width image,
     text over image, badges, round thumbs inside hero.
   - This block is intentionally last and overrides v3.0/v3.1/v3.2/v3.3.
   ========================================================= */
html, body{
  width:100%!important;
  max-width:100%!important;
  overflow-x:hidden!important;
}
body.pmc-theme .pmc-main{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}

@media (min-width:769px){
  body.pmc-theme .pmc-header{
    position:absolute!important;
    top:0!important;
    left:0!important;
    right:0!important;
    z-index:1000!important;
    background:linear-gradient(180deg,rgba(8,10,16,.72),rgba(8,10,16,0))!important;
    border:0!important;
    box-shadow:none!important;
  }
  body.pmc-theme .pmc-hero{
    position:relative!important;
    width:100vw!important;
    max-width:100vw!important;
    height:100vh!important;
    min-height:760px!important;
    max-height:980px!important;
    margin:0!important;
    padding:0!important;
    border-radius:0!important;
    overflow:hidden!important;
    background:#11141c!important;
  }
  body.pmc-theme .pmc-hero-swiper,
  body.pmc-theme .pmc-hero-swiper .swiper-wrapper,
  body.pmc-theme .pmc-hero-swiper .swiper-slide,
  body.pmc-theme .pmc-hero-slide{
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    overflow:hidden!important;
  }
  body.pmc-theme .pmc-hero-backdrop{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    background-size:cover!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
    transform:none!important;
    filter:none!important;
  }
  body.pmc-theme .pmc-hero-shade{
    position:absolute!important;
    inset:0!important;
    z-index:2!important;
    background:
      linear-gradient(90deg,rgba(12,14,22,.88) 0%,rgba(12,14,22,.56) 28%,rgba(12,14,22,.10) 62%,rgba(12,14,22,.30) 100%),
      linear-gradient(0deg,#151821 0%,rgba(21,24,33,.80) 10%,rgba(21,24,33,.18) 38%,rgba(21,24,33,.10) 100%)!important;
  }
  body.pmc-theme .pmc-hero-content{
    position:relative!important;
    z-index:3!important;
    height:100%!important;
    display:flex!important;
    align-items:flex-end!important;
    justify-content:flex-start!important;
    padding:0 0 185px 62px!important;
  }
  body.pmc-theme .pmc-hero-copy{
    width:min(680px,46vw)!important;
    max-width:680px!important;
  }
  body.pmc-theme .pmc-hero h2{
    font-size:42px!important;
    line-height:1.08!important;
    margin:0 0 10px!important;
    color:#fff!important;
    text-shadow:0 3px 18px rgba(0,0,0,.45)!important;
  }
  body.pmc-theme .pmc-hero-thumbs{
    position:absolute!important;
    z-index:6!important;
    right:56px!important;
    bottom:146px!important;
    display:flex!important;
    align-items:center!important;
    gap:14px!important;
    max-width:42vw!important;
    overflow:visible!important;
  }
}

@media (max-width:768px){
  html, body{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    background:#171f23!important;
    overflow-x:hidden!important;
  }
  body.pmc-theme{
    width:100%!important;
    min-width:0!important;
    background:#171f23!important;
  }
  body.pmc-theme .pmc-main{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    background:#171f23!important;
    overflow:hidden!important;
  }

  body.pmc-theme .pmc-header{
    position:absolute!important;
    top:0!important;
    left:0!important;
    right:0!important;
    z-index:100!important;
    width:100%!important;
    height:58px!important;
    background:#11141c!important;
    border:0!important;
    box-shadow:none!important;
  }
  body.pmc-theme .pmc-header.is-scrolled{
    position:fixed!important;
    background:#11141c!important;
  }
  body.pmc-theme .pmc-header-inner{
    width:100%!important;
    max-width:100%!important;
    height:58px!important;
    margin:0!important;
    padding:0 18px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    box-sizing:border-box!important;
  }
  body.pmc-theme .pmc-brand-search{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    flex:1 1 auto!important;
    min-width:0!important;
  }
  body.pmc-theme .pmc-menu-toggle{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    width:26px!important;
    height:26px!important;
    flex:0 0 26px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    font-size:0!important;
    line-height:0!important;
  }
  body.pmc-theme .pmc-menu-toggle span{
    display:block!important;
    width:18px!important;
    height:2px!important;
    margin:0!important;
    padding:0!important;
    background:#fff!important;
    border-radius:10px!important;
    flex:0 0 2px!important;
  }
  body.pmc-theme .pmc-logo{
    display:flex!important;
    align-items:center!important;
    min-width:0!important;
  }
  body.pmc-theme .pmc-logo img{
    display:block!important;
    max-width:128px!important;
    max-height:36px!important;
    width:auto!important;
    height:auto!important;
    object-fit:contain!important;
  }
  body.pmc-theme .pmc-nav,
  body.pmc-theme .pmc-search-wrap{
    display:none!important;
  }
  body.pmc-theme .pmc-mobile-search-toggle{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:28px!important;
    height:28px!important;
    flex:0 0 28px!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    background:transparent!important;
  }
  body.pmc-theme .pmc-mobile-search-toggle svg{
    display:block!important;
    width:20px!important;
    height:20px!important;
    stroke:#fff!important;
  }

  body.pmc-theme .pmc-hero{
    position:relative!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:clamp(390px,111vw,430px)!important;
    min-height:390px!important;
    max-height:430px!important;
    margin:0!important;
    padding:0!important;
    border-radius:0!important;
    background:#11141c!important;
    overflow:hidden!important;
  }
  body.pmc-theme .pmc-hero-swiper,
  body.pmc-theme .pmc-hero-swiper .swiper-wrapper,
  body.pmc-theme .pmc-hero-swiper .swiper-slide,
  body.pmc-theme .pmc-hero-slide{
    width:100%!important;
    min-width:100%!important;
    height:100%!important;
    min-height:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }
  body.pmc-theme .pmc-hero-backdrop{
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:58px!important;
    bottom:0!important;
    width:100%!important;
    height:auto!important;
    min-height:calc(100% - 58px)!important;
    background-size:cover!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
    background-color:#11141c!important;
    transform:none!important;
    filter:none!important;
  }
  body.pmc-theme .pmc-pixel-overlay{
    display:none!important;
  }
  body.pmc-theme .pmc-hero-shade{
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:58px!important;
    bottom:0!important;
    z-index:2!important;
    background:
      linear-gradient(180deg,rgba(17,20,28,0) 0%,rgba(17,20,28,.06) 36%,rgba(17,20,28,.56) 68%,#11141c 100%),
      linear-gradient(90deg,rgba(17,20,28,.22) 0%,rgba(17,20,28,.03) 56%,rgba(17,20,28,.20) 100%)!important;
  }
  body.pmc-theme .pmc-hero-content{
    position:relative!important;
    z-index:4!important;
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    display:flex!important;
    align-items:flex-end!important;
    justify-content:flex-start!important;
    padding:0 18px 82px!important;
    box-sizing:border-box!important;
  }
  body.pmc-theme .pmc-hero-copy{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
  }
  body.pmc-theme .pmc-hero-poster,
  body.pmc-theme .pmc-hero-actions,
  body.pmc-theme .pmc-hero-tools,
  body.pmc-theme .pmc-round-play,
  body.pmc-theme .pmc-hero-pagination{
    display:none!important;
  }
  body.pmc-theme .pmc-hero h2{
    order:1!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 0 4px!important;
    padding:0!important;
    color:#fff!important;
    font-size:22px!important;
    line-height:1.12!important;
    font-weight:800!important;
    letter-spacing:-.35px!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    text-shadow:0 3px 14px rgba(0,0,0,.78)!important;
  }
  body.pmc-theme .pmc-hero h2 a{
    color:#fff!important;
  }
  body.pmc-theme .pmc-hero-original{
    order:2!important;
    display:block!important;
    margin:0 0 10px!important;
    padding:0!important;
    color:#ffd76b!important;
    font-size:13px!important;
    line-height:1.2!important;
    font-weight:500!important;
    text-shadow:0 2px 12px rgba(0,0,0,.65)!important;
  }
  body.pmc-theme .pmc-hero-badges{
    order:3!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    flex-wrap:wrap!important;
    gap:6px!important;
    margin:0!important;
    padding:0!important;
  }
  body.pmc-theme .pmc-quality-badge,
  body.pmc-theme .pmc-year-badge,
  body.pmc-theme .pmc-info-badges>a,
  body.pmc-theme .pmc-hero-badges span,
  body.pmc-theme .pmc-hero-badges a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:20px!important;
    height:20px!important;
    padding:2px 7px!important;
    font-size:11px!important;
    line-height:16px!important;
    border-radius:5px!important;
    white-space:nowrap!important;
  }
  body.pmc-theme .pmc-hero-thumbs{
    position:absolute!important;
    left:0!important;
    right:0!important;
    bottom:29px!important;
    z-index:7!important;
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    gap:9px!important;
    width:100%!important;
    max-width:100%!important;
    padding:0 16px!important;
    margin:0!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }
  body.pmc-theme .pmc-hero-thumb{
    display:block!important;
    flex:0 0 32px!important;
    width:32px!important;
    height:32px!important;
    border-radius:50%!important;
    padding:0!important;
    margin:0!important;
    border:2px solid rgba(255,255,255,.62)!important;
    background:#222!important;
    overflow:hidden!important;
    opacity:.9!important;
    box-shadow:0 3px 10px rgba(0,0,0,.36)!important;
  }
  body.pmc-theme .pmc-hero-thumb img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    border-radius:50%!important;
    object-fit:cover!important;
    object-position:center center!important;
  }
  body.pmc-theme .pmc-hero-thumb.is-active,
  body.pmc-theme .pmc-hero-thumb:hover{
    width:38px!important;
    height:38px!important;
    flex-basis:38px!important;
    opacity:1!important;
    border-color:#fff!important;
    box-shadow:0 0 0 2px rgba(255,215,107,.55),0 4px 13px rgba(0,0,0,.42)!important;
  }
  body.pmc-theme .pmc-home-section:first-of-type,
  body.pmc-theme .pmc-hot-section:first-of-type{
    margin-top:0!important;
  }
}

@media (max-width:380px){
  body.pmc-theme .pmc-header,
  body.pmc-theme .pmc-header-inner{
    height:56px!important;
  }
  body.pmc-theme .pmc-header-inner{
    padding:0 15px!important;
  }
  body.pmc-theme .pmc-logo img{
    max-width:118px!important;
    max-height:34px!important;
  }
  body.pmc-theme .pmc-hero{
    height:390px!important;
    min-height:390px!important;
    max-height:390px!important;
  }
  body.pmc-theme .pmc-hero-backdrop,
  body.pmc-theme .pmc-hero-shade{
    top:56px!important;
  }
  body.pmc-theme .pmc-hero-backdrop{
    min-height:calc(100% - 56px)!important;
  }
  body.pmc-theme .pmc-hero-content{
    padding:0 17px 82px!important;
  }
  body.pmc-theme .pmc-hero h2{
    font-size:20px!important;
    line-height:1.14!important;
  }
  body.pmc-theme .pmc-hero-original{
    font-size:12px!important;
    margin-bottom:8px!important;
  }
  body.pmc-theme .pmc-hero-thumbs{
    bottom:28px!important;
    gap:8px!important;
  }
  body.pmc-theme .pmc-hero-thumb{
    width:30px!important;
    height:30px!important;
    flex-basis:30px!important;
  }
  body.pmc-theme .pmc-hero-thumb.is-active{
    width:36px!important;
    height:36px!important;
    flex-basis:36px!important;
  }
}


/* =========================================================
   PhimHayOK Theme v3.5 - FINAL HERO FIX PC + MOBILE
   Use OPhim poster_url/backdrop as hero image in PHP.
   Desktop and mobile both fill the hero frame like the provided RoPhim samples.
   This block is intentionally last and overrides all previous hero experiments.
   ========================================================= */
html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important;background:#151b20!important;}
body.pmc-theme{background:#151b20!important;}
body.pmc-theme .pmc-main{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#151b20!important;}
body.pmc-theme .pmc-hero-backdrop{background-image:var(--pmc-hero-img)!important;background-repeat:no-repeat!important;background-color:#11141c!important;transform:none!important;filter:none!important;}
body.pmc-theme .pmc-hero-backdrop:before,
body.pmc-theme .pmc-hero-backdrop:after{content:"";position:absolute;inset:0;pointer-events:none;}
body.pmc-theme .pmc-hero-backdrop:before{background-image:var(--pmc-hero-img)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;filter:blur(18px);transform:scale(1.06);opacity:.34;}
body.pmc-theme .pmc-hero-backdrop:after{background-image:var(--pmc-hero-img)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;}
body.pmc-theme .pmc-pixel-overlay{display:none!important;}

@media (min-width:769px){
  body.pmc-theme .pmc-header{position:absolute!important;top:0!important;left:0!important;right:0!important;z-index:1000!important;background:linear-gradient(180deg,rgba(8,10,16,.74),rgba(8,10,16,.06) 70%,rgba(8,10,16,0))!important;border:0!important;box-shadow:none!important;}
  body.pmc-theme .pmc-header.is-scrolled{position:fixed!important;background:rgba(10,12,20,.92)!important;backdrop-filter:blur(16px)!important;}
  body.pmc-theme .pmc-header-inner{height:92px!important;padding:0 32px!important;max-width:none!important;width:100%!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:34px!important;}
  body.pmc-theme .pmc-logo img{max-height:54px!important;max-width:210px!important;width:auto!important;height:auto!important;object-fit:contain!important;}
  body.pmc-theme .pmc-hero{position:relative!important;width:100vw!important;max-width:100vw!important;height:100vh!important;min-height:760px!important;max-height:980px!important;margin:0!important;padding:0!important;border-radius:0!important;overflow:hidden!important;background:#11141c!important;}
  body.pmc-theme .pmc-hero-swiper,
  body.pmc-theme .pmc-hero-swiper .swiper-wrapper,
  body.pmc-theme .pmc-hero-swiper .swiper-slide,
  body.pmc-theme .pmc-hero-slide{width:100%!important;height:100%!important;min-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;}
  body.pmc-theme .pmc-hero-backdrop{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;background-size:cover!important;background-position:center center!important;}
  body.pmc-theme .pmc-hero-shade{position:absolute!important;inset:0!important;z-index:2!important;background:linear-gradient(90deg,rgba(11,13,20,.86) 0%,rgba(11,13,20,.58) 28%,rgba(11,13,20,.12) 58%,rgba(11,13,20,.22) 100%),linear-gradient(0deg,#151b20 0%,rgba(21,27,32,.72) 10%,rgba(21,27,32,.12) 42%,rgba(21,27,32,.06) 100%)!important;}
  body.pmc-theme .pmc-hero-content{position:relative!important;z-index:4!important;height:100%!important;display:flex!important;align-items:flex-end!important;justify-content:flex-start!important;padding:0 0 185px 62px!important;box-sizing:border-box!important;}
  body.pmc-theme .pmc-hero-copy{width:min(690px,46vw)!important;max-width:690px!important;display:block!important;}
  body.pmc-theme .pmc-hero-poster{display:none!important;}
  body.pmc-theme .pmc-hero h2{width:100%!important;max-width:650px!important;margin:0 0 10px!important;color:#fff!important;font-size:42px!important;line-height:1.08!important;font-weight:800!important;letter-spacing:-.7px!important;text-shadow:0 3px 18px rgba(0,0,0,.50)!important;}
  body.pmc-theme .pmc-hero-original{margin:0 0 14px!important;color:#ffd76b!important;font-size:16px!important;line-height:1.35!important;font-weight:500!important;text-shadow:0 2px 14px rgba(0,0,0,.55)!important;}
  body.pmc-theme .pmc-hero-badges{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:10px!important;margin:18px 0 0!important;}
  body.pmc-theme .pmc-hero-actions{display:flex!important;align-items:center!important;gap:28px!important;margin-top:34px!important;}
  body.pmc-theme .pmc-round-play{width:68px!important;height:68px!important;border-radius:50%!important;background:#ffd76b!important;}
  body.pmc-theme .pmc-hero-tools{height:54px!important;border-radius:999px!important;background:rgba(22,25,35,.28)!important;border:1px solid rgba(255,255,255,.24)!important;backdrop-filter:blur(6px)!important;}
  body.pmc-theme .pmc-hero-pagination{display:none!important;}
  body.pmc-theme .pmc-hero-thumbs{position:absolute!important;z-index:7!important;right:56px!important;bottom:146px!important;display:flex!important;align-items:center!important;gap:14px!important;max-width:44vw!important;overflow:visible!important;padding:0!important;}
  body.pmc-theme .pmc-hero-thumb{display:block!important;width:76px!important;height:56px!important;flex:0 0 76px!important;padding:0!important;margin:0!important;border-radius:9px!important;border:2px solid rgba(255,255,255,.46)!important;background:rgba(255,255,255,.10)!important;overflow:hidden!important;cursor:pointer!important;box-shadow:0 10px 22px rgba(0,0,0,.32)!important;opacity:.80!important;transition:.2s ease!important;}
  body.pmc-theme .pmc-hero-thumb img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;border-radius:0!important;}
  body.pmc-theme .pmc-hero-thumb.is-active,body.pmc-theme .pmc-hero-thumb:hover{opacity:1!important;transform:translateY(-2px)!important;border-color:#fff!important;box-shadow:0 0 0 2px rgba(255,215,107,.45),0 14px 28px rgba(0,0,0,.38)!important;}
}

@media (max-width:768px){
  html,body{width:100%!important;min-width:0!important;margin:0!important;padding:0!important;background:#151b20!important;overflow-x:hidden!important;}
  body.pmc-theme,body.pmc-theme .pmc-main{width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;background:#151b20!important;overflow:hidden!important;}
  body.pmc-theme .pmc-header{position:absolute!important;top:0!important;left:0!important;right:0!important;z-index:1000!important;width:100%!important;height:58px!important;background:#11141c!important;border:0!important;box-shadow:none!important;}
  body.pmc-theme .pmc-header.is-scrolled{position:fixed!important;background:#11141c!important;}
  body.pmc-theme .pmc-header-inner{width:100%!important;max-width:100%!important;height:58px!important;margin:0!important;padding:0 18px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;box-sizing:border-box!important;}
  body.pmc-theme .pmc-brand-search{display:flex!important;align-items:center!important;gap:12px!important;flex:1 1 auto!important;min-width:0!important;}
  body.pmc-theme .pmc-menu-toggle{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;width:26px!important;height:26px!important;flex:0 0 26px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;font-size:0!important;line-height:0!important;}
  body.pmc-theme .pmc-menu-toggle span{display:block!important;width:18px!important;height:2px!important;margin:0!important;padding:0!important;background:#fff!important;border-radius:10px!important;flex:0 0 2px!important;}
  body.pmc-theme .pmc-logo{display:flex!important;align-items:center!important;min-width:0!important;}
  body.pmc-theme .pmc-logo img{display:block!important;max-width:128px!important;max-height:36px!important;width:auto!important;height:auto!important;object-fit:contain!important;}
  body.pmc-theme .pmc-nav,body.pmc-theme .pmc-search-wrap{display:none!important;}
  body.pmc-theme .pmc-mobile-search-toggle{display:flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important;flex:0 0 28px!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;}
  body.pmc-theme .pmc-mobile-search-toggle svg{display:block!important;width:20px!important;height:20px!important;stroke:#fff!important;}

  body.pmc-theme .pmc-hero{position:relative!important;display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;height:400px!important;min-height:400px!important;max-height:400px!important;margin:0!important;padding:0!important;border-radius:0!important;background:#11141c!important;overflow:hidden!important;}
  body.pmc-theme .pmc-hero-swiper,
  body.pmc-theme .pmc-hero-swiper .swiper-wrapper,
  body.pmc-theme .pmc-hero-swiper .swiper-slide,
  body.pmc-theme .pmc-hero-slide{width:100%!important;min-width:100%!important;height:100%!important;min-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;box-sizing:border-box!important;}
  body.pmc-theme .pmc-hero-backdrop{position:absolute!important;left:0!important;right:0!important;top:58px!important;bottom:0!important;width:100%!important;height:auto!important;min-height:calc(100% - 58px)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#11141c!important;transform:none!important;filter:none!important;}
  body.pmc-theme .pmc-hero-backdrop:before{display:none!important;}
  body.pmc-theme .pmc-hero-backdrop:after{background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;}
  body.pmc-theme .pmc-hero-shade{position:absolute!important;left:0!important;right:0!important;top:58px!important;bottom:0!important;z-index:2!important;background:linear-gradient(180deg,rgba(17,20,28,0) 0%,rgba(17,20,28,.04) 28%,rgba(17,20,28,.48) 62%,#11141c 96%,#11141c 100%),linear-gradient(90deg,rgba(17,20,28,.18) 0%,rgba(17,20,28,.02) 56%,rgba(17,20,28,.18) 100%)!important;}
  body.pmc-theme .pmc-hero-content{position:relative!important;z-index:4!important;width:100%!important;height:100%!important;min-height:100%!important;display:flex!important;align-items:flex-end!important;justify-content:flex-start!important;padding:0 18px 82px!important;box-sizing:border-box!important;}
  body.pmc-theme .pmc-hero-copy{width:100%!important;max-width:100%!important;min-width:0!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;}
  body.pmc-theme .pmc-hero-poster,body.pmc-theme .pmc-hero-actions,body.pmc-theme .pmc-hero-tools,body.pmc-theme .pmc-round-play,body.pmc-theme .pmc-hero-pagination{display:none!important;}
  body.pmc-theme .pmc-hero h2{order:1!important;width:100%!important;max-width:100%!important;margin:0 0 4px!important;padding:0!important;color:#fff!important;font-size:22px!important;line-height:1.12!important;font-weight:800!important;letter-spacing:-.35px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-shadow:0 3px 14px rgba(0,0,0,.78)!important;}
  body.pmc-theme .pmc-hero h2 a{color:#fff!important;}
  body.pmc-theme .pmc-hero-original{order:2!important;display:block!important;margin:0 0 10px!important;padding:0!important;color:#ffd76b!important;font-size:13px!important;line-height:1.2!important;font-weight:500!important;text-shadow:0 2px 12px rgba(0,0,0,.65)!important;}
  body.pmc-theme .pmc-hero-badges{order:3!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:wrap!important;gap:6px!important;margin:0!important;padding:0!important;}
  body.pmc-theme .pmc-quality-badge,body.pmc-theme .pmc-year-badge,body.pmc-theme .pmc-info-badges>a,body.pmc-theme .pmc-hero-badges span,body.pmc-theme .pmc-hero-badges a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:20px!important;height:20px!important;padding:2px 7px!important;font-size:11px!important;line-height:16px!important;border-radius:5px!important;white-space:nowrap!important;}
  body.pmc-theme .pmc-hero-thumbs{position:absolute!important;left:0!important;right:0!important;bottom:29px!important;z-index:7!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:9px!important;width:100%!important;max-width:100%!important;padding:0 16px!important;margin:0!important;overflow:hidden!important;box-sizing:border-box!important;}
  body.pmc-theme .pmc-hero-thumb{display:block!important;flex:0 0 32px!important;width:32px!important;height:32px!important;border-radius:50%!important;padding:0!important;margin:0!important;border:2px solid rgba(255,255,255,.62)!important;background:#222!important;overflow:hidden!important;opacity:.9!important;box-shadow:0 3px 10px rgba(0,0,0,.36)!important;}
  body.pmc-theme .pmc-hero-thumb img{display:block!important;width:100%!important;height:100%!important;border-radius:50%!important;object-fit:cover!important;object-position:center center!important;}
  body.pmc-theme .pmc-hero-thumb.is-active,body.pmc-theme .pmc-hero-thumb:hover{width:38px!important;height:38px!important;flex-basis:38px!important;opacity:1!important;border-color:#fff!important;box-shadow:0 0 0 2px rgba(255,215,107,.55),0 4px 13px rgba(0,0,0,.42)!important;}
  body.pmc-theme .pmc-home-section:first-of-type,body.pmc-theme .pmc-hot-section:first-of-type{margin-top:0!important;}
}
@media (max-width:380px){
  body.pmc-theme .pmc-header,body.pmc-theme .pmc-header-inner{height:56px!important;}
  body.pmc-theme .pmc-header-inner{padding:0 15px!important;}
  body.pmc-theme .pmc-logo img{max-width:118px!important;max-height:34px!important;}
  body.pmc-theme .pmc-hero{height:390px!important;min-height:390px!important;max-height:390px!important;}
  body.pmc-theme .pmc-hero-backdrop,body.pmc-theme .pmc-hero-shade{top:56px!important;}
  body.pmc-theme .pmc-hero-backdrop{min-height:calc(100% - 56px)!important;}
  body.pmc-theme .pmc-hero-content{padding:0 17px 82px!important;}
  body.pmc-theme .pmc-hero h2{font-size:20px!important;line-height:1.14!important;}
  body.pmc-theme .pmc-hero-original{font-size:12px!important;margin-bottom:8px!important;}
  body.pmc-theme .pmc-hero-thumbs{bottom:28px!important;gap:8px!important;}
  body.pmc-theme .pmc-hero-thumb{width:30px!important;height:30px!important;flex-basis:30px!important;}
  body.pmc-theme .pmc-hero-thumb.is-active{width:36px!important;height:36px!important;flex-basis:36px!important;}
}

/* =========================================================
   PhimHayOK v3.6 - HERO IMAGE TRUE FULL-FRAME FIX
   PC and Mobile use separate rules. The visible hero image is
   shown with background-size: contain to keep the full original
   frame. A blurred cover layer fills the empty space behind it.
   ========================================================= */
html,body{overflow-x:hidden!important;background:#151b20!important;}
body.pmc-theme .pmc-main{overflow:hidden!important;background:#151b20!important;}

/* reset old experimental hero pseudo layers */
body.pmc-theme .pmc-hero-backdrop{
  background-image:var(--pmc-hero-img)!important;
  background-repeat:no-repeat!important;
  background-color:#11141c!important;
  transform:none!important;
  filter:none!important;
  overflow:hidden!important;
}
body.pmc-theme .pmc-hero-backdrop:before,
body.pmc-theme .pmc-hero-backdrop:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  background-image:var(--pmc-hero-img)!important;
  background-repeat:no-repeat!important;
}
body.pmc-theme .pmc-hero-backdrop:before{
  background-size:cover!important;
  background-position:center center!important;
  filter:blur(24px)!important;
  transform:scale(1.10)!important;
  opacity:.72!important;
}
body.pmc-theme .pmc-hero-backdrop:after{
  background-size:contain!important;
  background-position:center center!important;
  filter:none!important;
  transform:none!important;
  opacity:1!important;
}
body.pmc-theme .pmc-pixel-overlay{display:none!important;}

@media (min-width:769px){
  body.pmc-theme .pmc-hero{
    width:100vw!important;
    max-width:100vw!important;
    height:100svh!important;
    min-height:720px!important;
    max-height:980px!important;
    margin:0!important;
    border-radius:0!important;
    background:#11141c!important;
  }
  body.pmc-theme .pmc-hero-backdrop{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    background-size:cover!important;
    background-position:center center!important;
  }
  body.pmc-theme .pmc-hero-backdrop:after{
    background-size:contain!important;
    background-position:center center!important;
  }
  body.pmc-theme .pmc-hero-shade{
    position:absolute!important;
    inset:0!important;
    z-index:2!important;
    background:
      linear-gradient(90deg,rgba(10,12,18,.80) 0%,rgba(10,12,18,.50) 24%,rgba(10,12,18,.14) 58%,rgba(10,12,18,.26) 100%),
      linear-gradient(0deg,#151b20 0%,rgba(21,27,32,.76) 8%,rgba(21,27,32,.22) 34%,rgba(21,27,32,.08) 100%)!important;
  }
  body.pmc-theme .pmc-hero-content{
    position:relative!important;
    z-index:4!important;
    height:100%!important;
    display:flex!important;
    align-items:flex-end!important;
    padding:0 5.2vw 140px!important;
    box-sizing:border-box!important;
  }
  body.pmc-theme .pmc-hero-copy{
    width:min(650px,42vw)!important;
    max-width:650px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:0!important;
  }
  body.pmc-theme .pmc-hero-badges{
    order:1!important;
    margin:0 0 12px!important;
    gap:8px!important;
  }
  body.pmc-theme .pmc-hero h2{
    order:2!important;
    margin:0 0 14px!important;
    width:100%!important;
    max-width:650px!important;
    font-size:42px!important;
    line-height:1.10!important;
    letter-spacing:-1px!important;
    font-weight:900!important;
    text-shadow:0 4px 18px rgba(0,0,0,.68)!important;
  }
  body.pmc-theme .pmc-hero-original{
    order:3!important;
    margin:0 0 22px!important;
    color:#ffd76b!important;
    font-size:18px!important;
    line-height:1.35!important;
    font-weight:500!important;
  }
  body.pmc-theme .pmc-hero-actions{
    order:4!important;
    display:flex!important;
    margin-top:6px!important;
    gap:22px!important;
  }
  body.pmc-theme .pmc-hero-thumbs{
    position:absolute!important;
    z-index:6!important;
    right:5.2vw!important;
    bottom:130px!important;
    left:auto!important;
    width:auto!important;
    max-width:48vw!important;
    display:flex!important;
    justify-content:flex-end!important;
    align-items:center!important;
    gap:12px!important;
    padding:0!important;
    margin:0!important;
    overflow:visible!important;
  }
  body.pmc-theme .pmc-hero-thumb{
    width:78px!important;
    height:56px!important;
    flex:0 0 78px!important;
    border-radius:10px!important;
    border:2px solid rgba(255,255,255,.48)!important;
  }
  body.pmc-theme .pmc-hero-thumb img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
  }
}

@media (max-width:768px){
  html,body{width:100%!important;max-width:100%!important;background:#151b20!important;}
  body.pmc-theme .pmc-header{
    position:absolute!important;
    top:0!important;
    left:0!important;
    right:0!important;
    z-index:1000!important;
    height:58px!important;
    background:#10131b!important;
    border:0!important;
  }
  body.pmc-theme .pmc-header-inner{
    height:58px!important;
    width:100%!important;
    max-width:100%!important;
    padding:0 18px!important;
    box-sizing:border-box!important;
  }
  body.pmc-theme .pmc-hero{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:405px!important;
    min-height:405px!important;
    max-height:405px!important;
    margin:0!important;
    padding:0!important;
    border-radius:0!important;
    background:#10131b!important;
    overflow:hidden!important;
  }
  body.pmc-theme .pmc-hero-swiper,
  body.pmc-theme .pmc-hero-swiper .swiper-wrapper,
  body.pmc-theme .pmc-hero-swiper .swiper-slide,
  body.pmc-theme .pmc-hero-slide{
    height:100%!important;
    min-height:100%!important;
    width:100%!important;
    min-width:100%!important;
    overflow:hidden!important;
  }
  body.pmc-theme .pmc-hero-backdrop{
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:58px!important;
    bottom:0!important;
    width:100%!important;
    height:auto!important;
    min-height:calc(100% - 58px)!important;
    background-size:cover!important;
    background-position:center center!important;
    background-color:#10131b!important;
  }
  body.pmc-theme .pmc-hero-backdrop:before{
    display:block!important;
    background-size:cover!important;
    background-position:center center!important;
    filter:blur(18px)!important;
    transform:scale(1.12)!important;
    opacity:.70!important;
  }
  body.pmc-theme .pmc-hero-backdrop:after{
    display:block!important;
    background-size:contain!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
  }
  body.pmc-theme .pmc-hero-shade{
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:58px!important;
    bottom:0!important;
    z-index:3!important;
    background:
      linear-gradient(180deg,rgba(16,19,27,.02) 0%,rgba(16,19,27,.06) 36%,rgba(16,19,27,.58) 70%,#10131b 100%),
      linear-gradient(90deg,rgba(16,19,27,.14) 0%,rgba(16,19,27,0) 50%,rgba(16,19,27,.14) 100%)!important;
  }
  body.pmc-theme .pmc-hero-content{
    position:relative!important;
    z-index:5!important;
    width:100%!important;
    height:100%!important;
    display:flex!important;
    align-items:flex-end!important;
    justify-content:flex-start!important;
    padding:0 18px 82px!important;
    box-sizing:border-box!important;
  }
  body.pmc-theme .pmc-hero-copy{
    width:100%!important;
    max-width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
  }
  body.pmc-theme .pmc-hero-poster,
  body.pmc-theme .pmc-hero-actions,
  body.pmc-theme .pmc-hero-tools,
  body.pmc-theme .pmc-round-play,
  body.pmc-theme .pmc-hero-pagination{display:none!important;}
  body.pmc-theme .pmc-hero h2{
    order:1!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 0 8px!important;
    font-size:21px!important;
    line-height:1.14!important;
    font-weight:900!important;
    letter-spacing:-.35px!important;
    color:#fff!important;
    text-shadow:0 4px 16px rgba(0,0,0,.82)!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  body.pmc-theme .pmc-hero-original{
    order:2!important;
    margin:0 0 12px!important;
    font-size:13px!important;
    line-height:1.25!important;
    color:#ffd76b!important;
    font-weight:600!important;
    text-shadow:0 2px 10px rgba(0,0,0,.75)!important;
  }
  body.pmc-theme .pmc-hero-badges{
    order:3!important;
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:7px!important;
    margin:0!important;
    padding:0!important;
  }
  body.pmc-theme .pmc-quality-badge,
  body.pmc-theme .pmc-year-badge,
  body.pmc-theme .pmc-info-badges>a,
  body.pmc-theme .pmc-hero-badges span,
  body.pmc-theme .pmc-hero-badges a{
    height:22px!important;
    min-height:22px!important;
    padding:2px 8px!important;
    border-radius:5px!important;
    font-size:11px!important;
    line-height:18px!important;
    white-space:nowrap!important;
  }
  body.pmc-theme .pmc-hero-thumbs{
    position:absolute!important;
    left:0!important;
    right:0!important;
    bottom:28px!important;
    z-index:7!important;
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    gap:9px!important;
    width:100%!important;
    max-width:100%!important;
    padding:0 14px!important;
    margin:0!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }
  body.pmc-theme .pmc-hero-thumb{
    display:block!important;
    width:34px!important;
    height:34px!important;
    flex:0 0 34px!important;
    border-radius:50%!important;
    padding:0!important;
    border:2px solid rgba(255,255,255,.62)!important;
    background:#222!important;
    overflow:hidden!important;
    opacity:.92!important;
  }
  body.pmc-theme .pmc-hero-thumb img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    border-radius:50%!important;
  }
  body.pmc-theme .pmc-hero-thumb.is-active,
  body.pmc-theme .pmc-hero-thumb:hover{
    width:39px!important;
    height:39px!important;
    flex-basis:39px!important;
    border-color:#fff!important;
    opacity:1!important;
  }
  body.pmc-theme .pmc-hot-section,
  body.pmc-theme .pmc-home-section:first-of-type{
    margin-top:0!important;
    padding-top:24px!important;
  }
  body.pmc-theme .pmc-section-head{
    margin-bottom:18px!important;
  }
  body.pmc-theme .pmc-section-head h1,
  body.pmc-theme .pmc-section-head h2{
    font-size:21px!important;
    line-height:1.22!important;
  }
}

@media (max-width:380px){
  body.pmc-theme .pmc-hero{height:392px!important;min-height:392px!important;max-height:392px!important;}
  body.pmc-theme .pmc-hero-content{padding:0 16px 80px!important;}
  body.pmc-theme .pmc-hero h2{font-size:20px!important;margin-bottom:7px!important;}
  body.pmc-theme .pmc-hero-original{font-size:12px!important;margin-bottom:10px!important;}
  body.pmc-theme .pmc-hero-thumb{width:31px!important;height:31px!important;flex-basis:31px!important;}
  body.pmc-theme .pmc-hero-thumb.is-active{width:36px!important;height:36px!important;flex-basis:36px!important;}
}


/* =========================================================
   PhimHayOK v3.7 - FINAL HERO SPACING FIX
   - PC and mobile hero are separated.
   - PC title/badges/original/actions have clear spacing.
   - Mobile keeps RoPhim-like compact layout.
   ========================================================= */

@media (min-width:769px){
  body.pmc-theme .pmc-hero{
    height:100svh!important;
    min-height:720px!important;
    max-height:920px!important;
  }

  body.pmc-theme .pmc-hero-content{
    align-items:flex-end!important;
    padding:0 5.2vw 132px!important;
  }

  body.pmc-theme .pmc-hero-copy{
    width:min(720px,44vw)!important;
    max-width:720px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
  }

  body.pmc-theme .pmc-hero-badges{
    order:1!important;
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:10px!important;
    margin:0 0 26px!important;
    padding:0!important;
  }

  body.pmc-theme .pmc-quality-badge,
  body.pmc-theme .pmc-year-badge,
  body.pmc-theme .pmc-hero-badges span,
  body.pmc-theme .pmc-hero-badges a{
    min-height:26px!important;
    height:26px!important;
    padding:3px 10px!important;
    border-radius:7px!important;
    font-size:13px!important;
    line-height:20px!important;
    white-space:nowrap!important;
  }

  body.pmc-theme .pmc-hero h2{
    order:2!important;
    display:block!important;
    width:100%!important;
    max-width:720px!important;
    margin:0 0 20px!important;
    padding:0!important;
    font-size:40px!important;
    line-height:1.14!important;
    letter-spacing:-.8px!important;
    font-weight:900!important;
    color:#fff!important;
    text-shadow:0 5px 20px rgba(0,0,0,.75)!important;
  }

  body.pmc-theme .pmc-hero-original{
    order:3!important;
    display:block!important;
    margin:0 0 32px!important;
    padding:0!important;
    font-size:17px!important;
    line-height:1.35!important;
    font-weight:600!important;
    color:#ffd76b!important;
    text-shadow:0 3px 12px rgba(0,0,0,.75)!important;
  }

  body.pmc-theme .pmc-hero-actions{
    order:4!important;
    margin-top:0!important;
    gap:24px!important;
  }

  body.pmc-theme .pmc-hero-thumbs{
    right:5.2vw!important;
    bottom:122px!important;
  }
}

/* Tablet spacing */
@media (min-width:769px) and (max-width:1180px){
  body.pmc-theme .pmc-hero-copy{
    width:min(620px,52vw)!important;
  }
  body.pmc-theme .pmc-hero h2{
    font-size:34px!important;
    max-width:620px!important;
  }
  body.pmc-theme .pmc-hero-badges{
    margin-bottom:22px!important;
  }
  body.pmc-theme .pmc-hero-original{
    margin-bottom:26px!important;
  }
}

/* Mobile layout kept separate from PC */
@media (max-width:768px){
  body.pmc-theme .pmc-hero-content{
    padding:0 18px 82px!important;
  }

  body.pmc-theme .pmc-hero h2{
    order:1!important;
    margin:0 0 8px!important;
    font-size:21px!important;
    line-height:1.15!important;
    letter-spacing:-.25px!important;
  }

  body.pmc-theme .pmc-hero-original{
    order:2!important;
    margin:0 0 13px!important;
    font-size:13px!important;
    line-height:1.25!important;
  }

  body.pmc-theme .pmc-hero-badges{
    order:3!important;
    margin:0!important;
    gap:7px!important;
  }

  body.pmc-theme .pmc-hot-section,
  body.pmc-theme .pmc-home-section:first-of-type{
    margin-top:0!important;
    padding-top:26px!important;
  }

  body.pmc-theme .pmc-section-head{
    margin-bottom:18px!important;
  }
}


/* =========================================================
   PhimHayOK Theme v4.1
   FINAL PC HERO TEXT SPACING FIX
   Fix lỗi tags dính vào tiêu đề trên PC.
   ========================================================= */

/* Reset hero text flow for PC only */
@media screen and (min-width:769px){

  .pmc-hero .pmc-hero-content,
  body .pmc-hero .pmc-hero-content,
  body.pmc-theme .pmc-hero .pmc-hero-content{
    display:flex!important;
    align-items:flex-end!important;
    justify-content:flex-start!important;
    padding-left:5.2vw!important;
    padding-right:5.2vw!important;
    padding-bottom:135px!important;
    box-sizing:border-box!important;
  }

  .pmc-hero .pmc-hero-copy,
  body .pmc-hero .pmc-hero-copy,
  body.pmc-theme .pmc-hero .pmc-hero-copy{
    width:min(740px,45vw)!important;
    max-width:740px!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-auto-flow:row!important;
    align-items:start!important;
    justify-items:start!important;
    row-gap:0!important;
  }

  /* Badges row: separate clearly from title */
  .pmc-hero .pmc-hero-badges,
  body .pmc-hero .pmc-hero-badges,
  body.pmc-theme .pmc-hero .pmc-hero-badges{
    order:1!important;
    grid-row:1!important;
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    gap:10px!important;
    margin:0 0 34px 0!important;
    padding:0!important;
    line-height:1!important;
    transform:none!important;
  }

  .pmc-hero .pmc-quality-badge,
  .pmc-hero .pmc-year-badge,
  .pmc-hero .pmc-hero-badges a,
  .pmc-hero .pmc-hero-badges span,
  body .pmc-hero .pmc-quality-badge,
  body .pmc-hero .pmc-year-badge,
  body .pmc-hero .pmc-hero-badges a,
  body .pmc-hero .pmc-hero-badges span,
  body.pmc-theme .pmc-hero .pmc-quality-badge,
  body.pmc-theme .pmc-hero .pmc-year-badge,
  body.pmc-theme .pmc-hero .pmc-hero-badges a,
  body.pmc-theme .pmc-hero .pmc-hero-badges span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    height:27px!important;
    min-height:27px!important;
    padding:3px 10px!important;
    border-radius:7px!important;
    font-size:13px!important;
    line-height:20px!important;
    white-space:nowrap!important;
    box-sizing:border-box!important;
  }

  /* Title: no negative margin / no overlap */
  .pmc-hero h2,
  body .pmc-hero h2,
  body.pmc-theme .pmc-hero h2{
    order:2!important;
    grid-row:2!important;
    display:block!important;
    position:relative!important;
    top:auto!important;
    bottom:auto!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
    max-width:740px!important;
    margin:0 0 18px 0!important;
    padding:0!important;
    clear:both!important;
    font-size:40px!important;
    line-height:1.18!important;
    letter-spacing:-.7px!important;
    font-weight:900!important;
    color:#fff!important;
    text-shadow:0 5px 20px rgba(0,0,0,.76)!important;
    transform:none!important;
  }

  .pmc-hero h2 a,
  body .pmc-hero h2 a,
  body.pmc-theme .pmc-hero h2 a{
    display:inline!important;
    line-height:inherit!important;
    color:#fff!important;
  }

  .pmc-hero .pmc-hero-original,
  body .pmc-hero .pmc-hero-original,
  body.pmc-theme .pmc-hero .pmc-hero-original{
    order:3!important;
    grid-row:3!important;
    display:block!important;
    margin:0 0 34px 0!important;
    padding:0!important;
    font-size:17px!important;
    line-height:1.4!important;
    font-weight:600!important;
    color:#ffd76b!important;
    text-shadow:0 3px 13px rgba(0,0,0,.74)!important;
  }

  .pmc-hero .pmc-hero-actions,
  body .pmc-hero .pmc-hero-actions,
  body.pmc-theme .pmc-hero .pmc-hero-actions{
    order:4!important;
    grid-row:4!important;
    display:flex!important;
    align-items:center!important;
    gap:24px!important;
    margin:0!important;
    padding:0!important;
  }

  .pmc-hero .pmc-hero-thumbs,
  body .pmc-hero .pmc-hero-thumbs,
  body.pmc-theme .pmc-hero .pmc-hero-thumbs{
    right:5.2vw!important;
    bottom:122px!important;
  }
}

/* Smaller PC / tablet landscape */
@media screen and (min-width:769px) and (max-width:1180px){
  .pmc-hero .pmc-hero-copy,
  body .pmc-hero .pmc-hero-copy,
  body.pmc-theme .pmc-hero .pmc-hero-copy{
    width:min(650px,54vw)!important;
    max-width:650px!important;
  }

  .pmc-hero h2,
  body .pmc-hero h2,
  body.pmc-theme .pmc-hero h2{
    max-width:650px!important;
    font-size:34px!important;
    line-height:1.18!important;
  }

  .pmc-hero .pmc-hero-badges,
  body .pmc-hero .pmc-hero-badges,
  body.pmc-theme .pmc-hero .pmc-hero-badges{
    margin-bottom:30px!important;
  }
}

/* Mobile: keep separate, do not inherit PC spacing */
@media screen and (max-width:768px){
  .pmc-hero .pmc-hero-copy,
  body .pmc-hero .pmc-hero-copy,
  body.pmc-theme .pmc-hero .pmc-hero-copy{
    display:flex!important;
    flex-direction:column!important;
  }

  .pmc-hero h2,
  body .pmc-hero h2,
  body.pmc-theme .pmc-hero h2{
    order:1!important;
    margin:0 0 8px 0!important;
    font-size:21px!important;
    line-height:1.15!important;
  }

  .pmc-hero .pmc-hero-original,
  body .pmc-hero .pmc-hero-original,
  body.pmc-theme .pmc-hero .pmc-hero-original{
    order:2!important;
    margin:0 0 13px 0!important;
    font-size:13px!important;
    line-height:1.25!important;
  }

  .pmc-hero .pmc-hero-badges,
  body .pmc-hero .pmc-hero-badges,
  body.pmc-theme .pmc-hero .pmc-hero-badges{
    order:3!important;
    margin:0!important;
    gap:7px!important;
  }
}


/* =========================================================
   PhimHayOK Theme v4.2 - HARD FIX HERO TITLE SPACING
   Sửa từ template + CSS: tags không thể dính vào tiêu đề nữa.
   ========================================================= */

@media screen and (min-width:769px){
  body.pmc-theme .pmc-hero .pmc-hero-copy,
  body .pmc-hero .pmc-hero-copy,
  .pmc-hero .pmc-hero-copy{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    gap:0!important;
    width:min(760px,46vw)!important;
    max-width:760px!important;
  }

  body.pmc-theme .pmc-hero .pmc-hero-badges,
  body .pmc-hero .pmc-hero-badges,
  .pmc-hero .pmc-hero-badges{
    order:10!important;
    position:relative!important;
    z-index:9!important;
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:10px!important;
    margin:0!important;
    padding:0!important;
    line-height:1!important;
  }

  body.pmc-theme .pmc-hero .pmc-hero-spacer,
  body .pmc-hero .pmc-hero-spacer,
  .pmc-hero .pmc-hero-spacer{
    order:20!important;
    display:block!important;
    width:100%!important;
    height:38px!important;
    min-height:38px!important;
    max-height:38px!important;
    flex:0 0 38px!important;
    clear:both!important;
  }

  body.pmc-theme .pmc-hero h2,
  body.pmc-theme .pmc-hero .pmc-hero-title,
  body .pmc-hero h2,
  body .pmc-hero .pmc-hero-title,
  .pmc-hero h2,
  .pmc-hero .pmc-hero-title{
    order:30!important;
    position:relative!important;
    z-index:8!important;
    display:block!important;
    width:100%!important;
    max-width:760px!important;
    margin:0 0 20px 0!important;
    padding:0!important;
    top:auto!important;
    bottom:auto!important;
    left:auto!important;
    right:auto!important;
    clear:both!important;
    float:none!important;
    font-size:40px!important;
    line-height:1.18!important;
    letter-spacing:-.7px!important;
    font-weight:900!important;
    color:#fff!important;
    transform:none!important;
    text-shadow:0 5px 20px rgba(0,0,0,.75)!important;
  }

  body.pmc-theme .pmc-hero h2 a,
  body.pmc-theme .pmc-hero .pmc-hero-title a,
  body .pmc-hero h2 a,
  body .pmc-hero .pmc-hero-title a,
  .pmc-hero h2 a,
  .pmc-hero .pmc-hero-title a{
    display:inline!important;
    color:#fff!important;
    line-height:inherit!important;
  }

  body.pmc-theme .pmc-hero .pmc-hero-original,
  body .pmc-hero .pmc-hero-original,
  .pmc-hero .pmc-hero-original{
    order:40!important;
    display:block!important;
    margin:0 0 34px 0!important;
    padding:0!important;
    font-size:17px!important;
    line-height:1.38!important;
    font-weight:600!important;
    color:#ffd76b!important;
    transform:none!important;
  }

  body.pmc-theme .pmc-hero .pmc-hero-actions,
  body .pmc-hero .pmc-hero-actions,
  .pmc-hero .pmc-hero-actions{
    order:50!important;
    display:flex!important;
    align-items:center!important;
    gap:24px!important;
    margin:0!important;
    padding:0!important;
  }

  body.pmc-theme .pmc-hero-content,
  body .pmc-hero-content,
  .pmc-hero-content{
    padding-bottom:135px!important;
  }
}

@media screen and (min-width:769px) and (max-width:1180px){
  body.pmc-theme .pmc-hero .pmc-hero-spacer,
  body .pmc-hero .pmc-hero-spacer,
  .pmc-hero .pmc-hero-spacer{
    height:34px!important;
    min-height:34px!important;
    flex-basis:34px!important;
  }
  body.pmc-theme .pmc-hero h2,
  body.pmc-theme .pmc-hero .pmc-hero-title,
  body .pmc-hero h2,
  body .pmc-hero .pmc-hero-title,
  .pmc-hero h2,
  .pmc-hero .pmc-hero-title{
    font-size:34px!important;
    line-height:1.18!important;
  }
}

/* Mobile không dùng spacer PC */
@media screen and (max-width:768px){
  body.pmc-theme .pmc-hero .pmc-hero-spacer,
  body .pmc-hero .pmc-hero-spacer,
  .pmc-hero .pmc-hero-spacer{
    display:none!important;
    height:0!important;
    min-height:0!important;
    flex-basis:0!important;
  }
}


/* =========================================================
   PhimHayOK Theme v4.3
   CHỈ FIX KHOẢNG CÁCH NÚT Vietsub/Full/Năm VÀ TIÊU ĐỀ
   Không sửa ảnh hero.
   ========================================================= */

@media screen and (min-width:769px){
  body.pmc-theme .pmc-hero .pmc-hero-copy,
  body .pmc-hero .pmc-hero-copy,
  .pmc-hero .pmc-hero-copy{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
  }

  body.pmc-theme .pmc-hero .pmc-hero-meta-row,
  body.pmc-theme .pmc-hero .pmc-hero-badges,
  body .pmc-hero .pmc-hero-meta-row,
  body .pmc-hero .pmc-hero-badges,
  .pmc-hero .pmc-hero-meta-row,
  .pmc-hero .pmc-hero-badges{
    order:1!important;
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:10px!important;
    margin:0!important;
    padding:0!important;
    line-height:1!important;
    transform:none!important;
  }

  body.pmc-theme .pmc-hero .pmc-hero-title-gap,
  body .pmc-hero .pmc-hero-title-gap,
  .pmc-hero .pmc-hero-title-gap{
    order:2!important;
    display:block!important;
    width:100%!important;
    height:34px!important;
    min-height:34px!important;
    max-height:34px!important;
    flex:0 0 34px!important;
    clear:both!important;
    pointer-events:none!important;
  }

  body.pmc-theme .pmc-hero h2.pmc-hero-title,
  body.pmc-theme .pmc-hero h2,
  body .pmc-hero h2.pmc-hero-title,
  body .pmc-hero h2,
  .pmc-hero h2.pmc-hero-title,
  .pmc-hero h2{
    order:3!important;
    position:relative!important;
    display:block!important;
    width:100%!important;
    margin-top:0!important;
    margin-bottom:18px!important;
    padding:0!important;
    clear:both!important;
    transform:none!important;
  }

  body.pmc-theme .pmc-hero .pmc-hero-original,
  body .pmc-hero .pmc-hero-original,
  .pmc-hero .pmc-hero-original{
    order:4!important;
    margin-top:0!important;
  }

  body.pmc-theme .pmc-hero .pmc-hero-actions,
  body .pmc-hero .pmc-hero-actions,
  .pmc-hero .pmc-hero-actions{
    order:5!important;
  }
}

@media screen and (max-width:768px){
  body.pmc-theme .pmc-hero .pmc-hero-title-gap,
  body .pmc-hero .pmc-hero-title-gap,
  .pmc-hero .pmc-hero-title-gap{
    display:block!important;
    height:10px!important;
    min-height:10px!important;
    flex:0 0 10px!important;
  }
}


/* =========================================================
   PhimHayOK Theme v5.2 - PC IMAGE FIX
   - PC dùng poster_url / ảnh bản PC chuẩn.
   - Mobile giữ thumb_url / layout mobile như bản user gửi.
   ========================================================= */

@media screen and (min-width:769px){
  body.pmc-theme .pmc-hero .pmc-hero-backdrop,
  body .pmc-hero .pmc-hero-backdrop,
  .pmc-hero .pmc-hero-backdrop{
    --pmc-hero-img:var(--pmc-hero-img-pc)!important;
    background-image:var(--pmc-hero-img-pc)!important;
    background-size:cover!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
  }

  body.pmc-theme .pmc-hero .pmc-hero-backdrop:before,
  body.pmc-theme .pmc-hero .pmc-hero-backdrop:after,
  body .pmc-hero .pmc-hero-backdrop:before,
  body .pmc-hero .pmc-hero-backdrop:after,
  .pmc-hero .pmc-hero-backdrop:before,
  .pmc-hero .pmc-hero-backdrop:after{
    background-image:var(--pmc-hero-img-pc)!important;
  }
}

@media screen and (max-width:768px){
  body.pmc-theme .pmc-hero .pmc-hero-backdrop,
  body .pmc-hero .pmc-hero-backdrop,
  .pmc-hero .pmc-hero-backdrop{
    --pmc-hero-img:var(--pmc-hero-img-mobile)!important;
    background-image:var(--pmc-hero-img-mobile)!important;
    background-size:cover!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
  }

  body.pmc-theme .pmc-hero .pmc-hero-backdrop:before,
  body.pmc-theme .pmc-hero .pmc-hero-backdrop:after,
  body .pmc-hero .pmc-hero-backdrop:before,
  body .pmc-hero .pmc-hero-backdrop:after,
  .pmc-hero .pmc-hero-backdrop:before,
  .pmc-hero .pmc-hero-backdrop:after{
    background-image:var(--pmc-hero-img-mobile)!important;
  }
}


/* =========================================================
   PhimHayOK v6.1
   Quốc gia: hover vào tiêu đề hiện "Xem thêm" + mũi tên
   ========================================================= */

body.pmc-theme .pmc-country-title,
body .pmc-country-title,
.pmc-country-title{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-width:0!important;
}

body.pmc-theme .pmc-country-title h2,
body .pmc-country-title h2,
.pmc-country-title h2{
  margin:0!important;
  cursor:pointer!important;
  transition:color .22s ease!important;
}

body.pmc-theme .pmc-country-more,
body .pmc-country-more,
.pmc-country-more{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  height:30px!important;
  min-width:30px!important;
  max-width:30px!important;
  padding:0!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.08)!important;
  border:1px solid rgba(255,255,255,.20)!important;
  color:#fff!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  opacity:.92!important;
  transform:translateX(-2px)!important;
  transition:max-width .25s ease,padding .25s ease,background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease!important;
}

body.pmc-theme .pmc-country-more span,
body .pmc-country-more span,
.pmc-country-more span{
  display:inline-block!important;
  max-width:0!important;
  overflow:hidden!important;
  opacity:0!important;
  color:inherit!important;
  font-size:13px!important;
  line-height:30px!important;
  font-weight:800!important;
  transition:max-width .25s ease,opacity .2s ease!important;
}

body.pmc-theme .pmc-country-more i,
body .pmc-country-more i,
.pmc-country-more i{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  border-radius:50%!important;
  font-style:normal!important;
  font-size:22px!important;
  line-height:1!important;
  font-weight:900!important;
  color:inherit!important;
  transform:translateY(-1px)!important;
}

/* Hover/focus: hiện chữ Xem thêm và mũi tên */
body.pmc-theme .pmc-country-title:hover h2,
body.pmc-theme .pmc-country-title:focus-within h2,
body .pmc-country-title:hover h2,
body .pmc-country-title:focus-within h2,
.pmc-country-title:hover h2,
.pmc-country-title:focus-within h2{
  color:#ffd76b!important;
}

body.pmc-theme .pmc-country-title:hover .pmc-country-more,
body.pmc-theme .pmc-country-title:focus-within .pmc-country-more,
body .pmc-country-title:hover .pmc-country-more,
body .pmc-country-title:focus-within .pmc-country-more,
.pmc-country-title:hover .pmc-country-more,
.pmc-country-title:focus-within .pmc-country-more{
  max-width:118px!important;
  padding:0 8px 0 12px!important;
  background:#ffd76b!important;
  border-color:#ffd76b!important;
  color:#151820!important;
  transform:translateX(0)!important;
}

body.pmc-theme .pmc-country-title:hover .pmc-country-more span,
body.pmc-theme .pmc-country-title:focus-within .pmc-country-more span,
body .pmc-country-title:hover .pmc-country-more span,
body .pmc-country-title:focus-within .pmc-country-more span,
.pmc-country-title:hover .pmc-country-more span,
.pmc-country-title:focus-within .pmc-country-more span{
  max-width:70px!important;
  opacity:1!important;
}

/* Mobile không có hover: luôn hiện gọn chữ + mũi tên cho dễ bấm */
@media screen and (max-width:768px){
  body.pmc-theme .pmc-country-title,
  body .pmc-country-title,
  .pmc-country-title{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    gap:10px!important;
  }

  body.pmc-theme .pmc-country-title h2,
  body .pmc-country-title h2,
  .pmc-country-title h2{
    font-size:20px!important;
    line-height:1.2!important;
  }

  body.pmc-theme .pmc-country-more,
  body .pmc-country-more,
  .pmc-country-more{
    max-width:105px!important;
    min-width:auto!important;
    height:28px!important;
    padding:0 7px 0 10px!important;
    opacity:1!important;
    transform:none!important;
    background:rgba(255,255,255,.08)!important;
    border-color:rgba(255,255,255,.22)!important;
  }

  body.pmc-theme .pmc-country-more span,
  body .pmc-country-more span,
  .pmc-country-more span{
    max-width:62px!important;
    opacity:1!important;
    font-size:12px!important;
    line-height:28px!important;
  }

  body.pmc-theme .pmc-country-more i,
  body .pmc-country-more i,
  .pmc-country-more i{
    width:22px!important;
    height:22px!important;
    min-width:22px!important;
    font-size:20px!important;
  }
}


/* =========================================================
   PhimHayOK v6.2
   Mobile: hiển thị nhiều phim hơn trong các slider
   ========================================================= */

@media screen and (max-width:768px){
  body.pmc-theme .pmc-poster-swiper,
  body.pmc-theme .pmc-landscape-swiper,
  body .pmc-poster-swiper,
  body .pmc-landscape-swiper,
  .pmc-poster-swiper,
  .pmc-landscape-swiper{
    overflow:hidden!important;
  }

  body.pmc-theme .pmc-home-section,
  body .pmc-home-section,
  .pmc-home-section{
    padding-left:14px!important;
    padding-right:14px!important;
  }

  body.pmc-theme .pmc-country-section,
  body .pmc-country-section,
  .pmc-country-section{
    width:calc(100vw - 24px)!important;
    max-width:calc(100vw - 24px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding:14px 12px 16px!important;
    gap:12px!important;
  }

  body.pmc-theme .pmc-landscape-title,
  body .pmc-landscape-title,
  .pmc-landscape-title{
    margin-top:6px!important;
    font-size:12px!important;
    line-height:1.25!important;
  }

  body.pmc-theme .pmc-landscape-media,
  body .pmc-landscape-media,
  .pmc-landscape-media{
    border-radius:8px!important;
  }

  body.pmc-theme .pmc-landscape-badges,
  body .pmc-landscape-badges,
  .pmc-landscape-badges{
    left:5px!important;
  }

  body.pmc-theme .pmc-landscape-badges b,
  body.pmc-theme .pmc-landscape-badges em,
  body .pmc-landscape-badges b,
  body .pmc-landscape-badges em,
  .pmc-landscape-badges b,
  .pmc-landscape-badges em{
    min-width:auto!important;
    height:17px!important;
    padding:0 5px!important;
    font-size:9px!important;
    line-height:17px!important;
    font-weight:800!important;
  }

  body.pmc-theme .pmc-card-title,
  body .pmc-card-title,
  .pmc-card-title{
    margin-top:6px!important;
    font-size:12px!important;
    line-height:1.25!important;
    -webkit-line-clamp:2!important;
  }

  body.pmc-theme .pmc-card-badges span,
  body.pmc-theme .pmc-card-badges b,
  body.pmc-theme .pmc-card-badges em,
  body .pmc-card-badges span,
  body .pmc-card-badges b,
  body .pmc-card-badges em,
  .pmc-card-badges span,
  .pmc-card-badges b,
  .pmc-card-badges em{
    font-size:9px!important;
    height:17px!important;
    line-height:17px!important;
    padding:0 5px!important;
  }
}

@media screen and (max-width:380px){
  body.pmc-theme .pmc-country-section,
  body .pmc-country-section,
  .pmc-country-section{
    width:calc(100vw - 18px)!important;
    max-width:calc(100vw - 18px)!important;
    padding-left:9px!important;
    padding-right:9px!important;
  }
}


/* =========================================================
   PhimHayOK v6.3
   Quốc gia mobile: hiển thị nhiều phim hơn + nút Xem thêm PC/Mobile
   ========================================================= */

/* Nút Xem thêm hiện luôn, không phụ thuộc hover */
body.pmc-theme .pmc-country-title,
body .pmc-country-title,
.pmc-country-title{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  width:100%!important;
}

body.pmc-theme .pmc-country-title h2,
body .pmc-country-title h2,
.pmc-country-title h2{
  margin:0!important;
  min-width:0!important;
}

body.pmc-theme .pmc-country-more,
body .pmc-country-more,
.pmc-country-more{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  height:30px!important;
  max-width:none!important;
  min-width:auto!important;
  padding:0 9px 0 12px!important;
  border-radius:999px!important;
  background:rgba(255,215,107,.14)!important;
  border:1px solid rgba(255,215,107,.55)!important;
  color:#ffd76b!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  opacity:1!important;
  transform:none!important;
  overflow:visible!important;
}

body.pmc-theme .pmc-country-more span,
body .pmc-country-more span,
.pmc-country-more span{
  display:inline-block!important;
  max-width:none!important;
  opacity:1!important;
  font-size:13px!important;
  line-height:30px!important;
  font-weight:900!important;
}

body.pmc-theme .pmc-country-more i,
body .pmc-country-more i,
.pmc-country-more i{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:20px!important;
  min-width:20px!important;
  height:20px!important;
  border-radius:50%!important;
  font-style:normal!important;
  font-size:20px!important;
  line-height:1!important;
  font-weight:900!important;
  color:inherit!important;
}

body.pmc-theme .pmc-country-more:hover,
body .pmc-country-more:hover,
.pmc-country-more:hover{
  background:#ffd76b!important;
  border-color:#ffd76b!important;
  color:#151820!important;
}





/* =========================================================
   PhimHayOK v6.6 - Bộ lọc ở các trang con giống mẫu
   ========================================================= */

body.pmc-theme .pmc-page-filter-wrap,
body .pmc-page-filter-wrap,
.pmc-page-filter-wrap{
  padding-top:104px!important;
  padding-bottom:34px!important;
}

body.pmc-theme .pmc-page-head,
body .pmc-page-head,
.pmc-page-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  margin:0 0 16px!important;
  padding:0!important;
}

body.pmc-theme .pmc-page-head h1,
body .pmc-page-head h1,
.pmc-page-head h1{
  position:relative!important;
  margin:0!important;
  padding:0 0 0 15px!important;
  color:#fff!important;
  font-size:32px!important;
  line-height:1.2!important;
  font-weight:900!important;
}

body.pmc-theme .pmc-page-head h1:before,
body .pmc-page-head h1:before,
.pmc-page-head h1:before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:4px!important;
  bottom:4px!important;
  width:4px!important;
  border-radius:3px!important;
  background:#E9D295!important;
}

body.pmc-theme .pmc-page-filter-toggle,
body .pmc-page-filter-toggle,
.pmc-page-filter-toggle{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  height:36px!important;
  padding:0 14px!important;
  border:0!important;
  border-radius:10px!important;
  background:transparent!important;
  color:#fff!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:900!important;
  cursor:pointer!important;
}

body.pmc-theme .pmc-page-filter-toggle svg,
body .pmc-page-filter-toggle svg,
.pmc-page-filter-toggle svg{
  width:19px!important;
  height:19px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.4!important;
  stroke-linejoin:round!important;
  stroke-linecap:round!important;
}

body.pmc-theme .pmc-page-filter-toggle:hover,
body.pmc-theme .pmc-page-filter-toggle[aria-expanded="true"],
body .pmc-page-filter-toggle:hover,
body .pmc-page-filter-toggle[aria-expanded="true"],
.pmc-page-filter-toggle:hover,
.pmc-page-filter-toggle[aria-expanded="true"]{
  color:#E9D295!important;
}

body.pmc-theme .pmc-page-filter,
body .pmc-page-filter,
.pmc-page-filter{
  display:none!important;
  margin:0 0 28px!important;
  padding:26px 38px!important;
  border-radius:10px!important;
  background:#000!important;
  border:1px solid rgba(255,255,255,.12)!important;
  color:#fff!important;
}

body.pmc-theme .pmc-page-filter.is-open,
body .pmc-page-filter.is-open,
.pmc-page-filter.is-open{
  display:block!important;
}

body.pmc-theme .pmc-page-filter-row,
body .pmc-page-filter-row,
.pmc-page-filter-row{
  display:grid!important;
  grid-template-columns:90px minmax(0,1fr)!important;
  gap:0 10px!important;
  padding:16px 0!important;
  border-bottom:1px solid rgba(255,255,255,.10)!important;
}

body.pmc-theme .pmc-page-filter-row:last-of-type,
body .pmc-page-filter-row:last-of-type,
.pmc-page-filter-row:last-of-type{
  border-bottom:0!important;
}

body.pmc-theme .pmc-page-filter-label,
body .pmc-page-filter-label,
.pmc-page-filter-label{
  padding-top:7px!important;
  color:#fff!important;
  font-size:15px!important;
  line-height:1.2!important;
  font-weight:900!important;
  text-align:right!important;
}

body.pmc-theme .pmc-page-filter-options,
body .pmc-page-filter-options,
.pmc-page-filter-options{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:10px 18px!important;
}

body.pmc-theme .pmc-page-filter-chip,
body .pmc-page-filter-chip,
.pmc-page-filter-chip{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:34px!important;
  margin:0!important;
  cursor:pointer!important;
}

body.pmc-theme .pmc-page-filter-chip input,
body .pmc-page-filter-chip input,
.pmc-page-filter-chip input{
  position:absolute!important;
  opacity:0!important;
  pointer-events:none!important;
}

body.pmc-theme .pmc-page-filter-chip span,
body .pmc-page-filter-chip span,
.pmc-page-filter-chip span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:34px!important;
  padding:0 12px!important;
  border-radius:7px!important;
  color:#fff!important;
  background:transparent!important;
  border:1px solid transparent!important;
  font-size:14px!important;
  line-height:1.1!important;
  font-weight:800!important;
  white-space:nowrap!important;
  transition:.16s ease!important;
}

body.pmc-theme .pmc-page-filter-chip:hover span,
body .pmc-page-filter-chip:hover span,
.pmc-page-filter-chip:hover span{
  color:#E9D295!important;
}

body.pmc-theme .pmc-page-filter-chip.is-active span,
body.pmc-theme .pmc-page-filter-chip input:checked + span,
body .pmc-page-filter-chip.is-active span,
body .pmc-page-filter-chip input:checked + span,
.pmc-page-filter-chip.is-active span,
.pmc-page-filter-chip input:checked + span{
  color:#E9D295!important;
  border-color:rgba(255,255,255,.22)!important;
  background:rgba(255,255,255,.03)!important;
}

body.pmc-theme .pmc-page-filter-actions,
body .pmc-page-filter-actions,
.pmc-page-filter-actions{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  margin:20px 0 0 118px!important;
}

body.pmc-theme .pmc-page-filter-submit,
body .pmc-page-filter-submit,
.pmc-page-filter-submit{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  height:44px!important;
  padding:0 19px!important;
  border:0!important;
  border-radius:999px!important;
  background:#E9D295!important;
  color:#111!important;
  font-size:14px!important;
  font-weight:900!important;
  cursor:pointer!important;
}

body.pmc-theme .pmc-page-filter-submit span,
body .pmc-page-filter-submit span,
.pmc-page-filter-submit span{
  font-size:22px!important;
  line-height:1!important;
  transform:translateY(-1px)!important;
}

body.pmc-theme .pmc-page-filter-close,
body .pmc-page-filter-close,
.pmc-page-filter-close{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:44px!important;
  padding:0 24px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.34)!important;
  background:#000!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:900!important;
  cursor:pointer!important;
}

@media screen and (max-width:768px){
  body.pmc-theme .pmc-page-filter-wrap,
  body .pmc-page-filter-wrap,
  .pmc-page-filter-wrap{
    padding-top:88px!important;
  }

  body.pmc-theme .pmc-page-head h1,
  body .pmc-page-head h1,
  .pmc-page-head h1{
    font-size:24px!important;
  }

  body.pmc-theme .pmc-page-filter-toggle,
  body .pmc-page-filter-toggle,
  .pmc-page-filter-toggle{
    padding:0 8px!important;
    font-size:13px!important;
  }

  body.pmc-theme .pmc-page-filter,
  body .pmc-page-filter,
  .pmc-page-filter{
    padding:13px 14px!important;
    border-radius:10px!important;
  }

  body.pmc-theme .pmc-page-filter-row,
  body .pmc-page-filter-row,
  .pmc-page-filter-row{
    grid-template-columns:1fr!important;
    gap:9px!important;
    padding:13px 0!important;
  }

  body.pmc-theme .pmc-page-filter-label,
  body .pmc-page-filter-label,
  .pmc-page-filter-label{
    padding-top:0!important;
    text-align:left!important;
    font-size:14px!important;
  }

  body.pmc-theme .pmc-page-filter-options,
  body .pmc-page-filter-options,
  .pmc-page-filter-options{
    gap:8px!important;
    max-height:122px!important;
    overflow:auto!important;
    padding-bottom:2px!important;
  }

  body.pmc-theme .pmc-page-filter-chip span,
  body .pmc-page-filter-chip span,
  .pmc-page-filter-chip span{
    min-height:31px!important;
    padding:0 10px!important;
    font-size:12px!important;
  }

  body.pmc-theme .pmc-page-filter-actions,
  body .pmc-page-filter-actions,
  .pmc-page-filter-actions{
    margin:14px 0 0!important;
    justify-content:flex-start!important;
  }
}


/* =========================================================
   PhimHayOK v6.8.5
   FINAL MOBILE SEARCH FIX
   PC giữ nguyên. Mobile bấm kính lúp mở thanh search + X đỏ.
   ========================================================= */

.pmc-mobile-search-close{
  display:none;
}

@media screen and (max-width:960px){
  html body #pmc-header{
    overflow:visible!important;
  }

  html body #pmc-header .pmc-header-inner{
    position:relative!important;
    overflow:visible!important;
  }

  html body #pmc-header .pmc-mobile-search-toggle{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    position:relative!important;
    z-index:100050!important;
    pointer-events:auto!important;
    cursor:pointer!important;
  }

  html body #pmc-header.search-open .pmc-mobile-search-toggle svg{
    stroke:#ffd76b!important;
  }

  /* Đóng: chỉ hiện icon kính lúp, không hiện thanh search */
  html body #pmc-header:not(.search-open) .pmc-search-wrap{
    display:none!important;
  }

  /* Mở: thanh search cố định ngay dưới header, không rơi xuống hero */
  html body #pmc-header.search-open .pmc-search-wrap{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    position:fixed!important;
    left:0!important;
    right:0!important;
    top:58px!important;
    width:auto!important;
    max-width:none!important;
    min-width:0!important;
    height:56px!important;
    margin:0!important;
    padding:8px 10px!important;
    z-index:100040!important;
    background:#141922!important;
    border-top:1px solid rgba(255,255,255,.06)!important;
    box-shadow:0 12px 26px rgba(0,0,0,.35)!important;
    overflow:visible!important;
    transform:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }

  html body.admin-bar #pmc-header.search-open .pmc-search-wrap{
    top:90px!important;
  }

  html body #pmc-header.search-open .pmc-search{
    display:flex!important;
    align-items:center!important;
    flex:1 1 auto!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    height:40px!important;
    margin:0!important;
    border-radius:6px!important;
    border:1px solid rgba(255,255,255,.12)!important;
    background:#242733!important;
    overflow:hidden!important;
    box-shadow:none!important;
  }

  html body #pmc-header.search-open .pmc-search-icon{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 38px!important;
    width:38px!important;
    height:40px!important;
  }

  html body #pmc-header.search-open .pmc-search-icon svg{
    width:18px!important;
    height:18px!important;
    stroke:#fff!important;
  }

  html body #pmc-header.search-open #dsSoInput{
    display:block!important;
    flex:1 1 auto!important;
    width:100%!important;
    min-width:0!important;
    height:40px!important;
    margin:0!important;
    padding:0 10px 0 0!important;
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
    background:transparent!important;
    color:#fff!important;
    font-size:14px!important;
    line-height:40px!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    -webkit-user-select:text!important;
    user-select:text!important;
  }

  html body #pmc-header.search-open #dsSoInput::placeholder{
    color:#cfd2dc!important;
    opacity:1!important;
  }

  /* Ẩn nút Tìm cũ, người dùng bấm Enter để tìm */
  html body #pmc-header.search-open #dsSo{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    opacity:0!important;
    pointer-events:none!important;
  }

  html body #pmc-header.search-open .pmc-mobile-search-close{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 34px!important;
    width:34px!important;
    height:40px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    color:#ff6b5f!important;
    font-size:30px!important;
    line-height:1!important;
    font-weight:400!important;
    cursor:pointer!important;
    z-index:100060!important;
  }

  html body #pmc-header.search-open #result{
    position:fixed!important;
    top:114px!important;
    left:10px!important;
    right:10px!important;
    width:auto!important;
    max-height:62vh!important;
    z-index:100070!important;
  }

  html body.admin-bar #pmc-header.search-open #result{
    top:146px!important;
  }
}


/* PhimHayOK v6.8.6.1 - Fix kính lúp dính vào ô search mobile */
@media(max-width:960px){
  #pmc-header.pmc-mobile-search-active .pmc-mobile-search-toggle,
  #pmc-header.search-open .pmc-mobile-search-toggle{
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    z-index:-1!important;
  }

  #pmc-header.pmc-mobile-search-active .pmc-mobile-search-close,
  #pmc-header.search-open .pmc-mobile-search-close{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 34px!important;
    width:34px!important;
    height:42px!important;
    border:0!important;
    background:transparent!important;
    color:#ff6b5f!important;
    font-size:30px!important;
    line-height:1!important;
    cursor:pointer!important;
  }
}


/* =========================================================
   PhimHayOK FINAL v7.0
   Tổng hợp: mobile search + mobile taskbar, PC giữ nguyên.
   ========================================================= */

.pmc-mobile-top-tabs,
.pmc-mobile-bottom-tabbar{
  display:none;
}

@media screen and (max-width:768px){
  body.pmc-theme,
  body{
    padding-bottom:74px!important;
  }

  #pmc-header .pmc-mobile-top-tabs{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    width:100%!important;
    padding:9px 10px 10px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scrollbar-width:none!important;
    background:linear-gradient(180deg,#111722 0%,#17111b 100%)!important;
    border-top:1px solid rgba(255,255,255,.06)!important;
    border-bottom:1px solid rgba(255,255,255,.07)!important;
    position:relative!important;
    z-index:100!important;
  }

  #pmc-header .pmc-mobile-top-tabs::-webkit-scrollbar{
    display:none!important;
  }

  #pmc-header .pmc-mobile-top-tabs a,
  #pmc-header .pmc-mobile-top-tabs button{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 auto!important;
    height:34px!important;
    padding:0 14px!important;
    border-radius:999px!important;
    border:1px solid rgba(255,255,255,.22)!important;
    background:rgba(255,255,255,.05)!important;
    color:#fff!important;
    font-size:12px!important;
    line-height:1!important;
    font-weight:800!important;
    text-decoration:none!important;
    white-space:nowrap!important;
    cursor:pointer!important;
  }

  #pmc-header .pmc-mobile-top-tabs a.is-active,
  #pmc-header .pmc-mobile-top-tabs button.is-active{
    background:rgba(255,215,107,.16)!important;
    border-color:rgba(255,215,107,.55)!important;
    color:#ffd76b!important;
  }

  .pmc-mobile-bottom-tabbar{
    position:fixed!important;
    left:10px!important;
    right:10px!important;
    bottom:10px!important;
    z-index:999999!important;
    display:grid!important;
    grid-template-columns:repeat(5,1fr)!important;
    gap:2px!important;
    min-height:58px!important;
    padding:6px 7px!important;
    border-radius:16px!important;
    background:rgba(22,27,34,.94)!important;
    border:1px solid rgba(255,255,255,.10)!important;
    box-shadow:0 14px 34px rgba(0,0,0,.52)!important;
    backdrop-filter:blur(14px)!important;
    -webkit-backdrop-filter:blur(14px)!important;
  }

  .pmc-mobile-bottom-tabbar a,
  .pmc-mobile-bottom-tabbar button{
    appearance:none!important;
    -webkit-appearance:none!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    min-width:0!important;
    height:46px!important;
    padding:0!important;
    border:0!important;
    border-radius:12px!important;
    background:transparent!important;
    color:#aeb4c0!important;
    text-decoration:none!important;
    font-size:10px!important;
    line-height:1!important;
    font-weight:750!important;
    cursor:pointer!important;
  }

  .pmc-mobile-bottom-tabbar a svg,
  .pmc-mobile-bottom-tabbar button svg{
    width:18px!important;
    height:18px!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:2.2!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
  }

  .pmc-mobile-bottom-tabbar a.is-active,
  .pmc-mobile-bottom-tabbar button.is-active,
  .pmc-mobile-bottom-tabbar a:hover,
  .pmc-mobile-bottom-tabbar button:hover{
    color:#ffd76b!important;
    background:rgba(255,215,107,.10)!important;
  }

  .pmc-mobile-bottom-tabbar span{
    display:block!important;
    max-width:100%!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }

  .pmc-footer{
    padding-bottom:92px!important;
  }
}

/* Mobile search final safety: ẩn kính lúp header khi search đang mở, hiện X đỏ */
@media(max-width:960px){
  #pmc-header.pmc-mobile-search-active .pmc-mobile-search-toggle,
  #pmc-header.search-open .pmc-mobile-search-toggle{
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    z-index:-1!important;
  }

  #pmc-header.pmc-mobile-search-active .pmc-mobile-search-close,
  #pmc-header.search-open .pmc-mobile-search-close{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 34px!important;
    width:34px!important;
    height:42px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    color:#ff6b5f!important;
    font-size:30px!important;
    line-height:1!important;
    font-weight:400!important;
    cursor:pointer!important;
    z-index:1000000!important;
  }
}


/* =========================================================
   PhimHayOK FINAL v7.0.1
   Bỏ thanh tác vụ mobile: top chip + bottom tabbar.
   Giữ các fix khác như search mobile và bộ lọc.
   ========================================================= */
@media screen and (max-width:768px){
  .pmc-mobile-top-tabs,
  .pmc-mobile-bottom-tabbar{
    display:none!important;
  }

  body.pmc-theme,
  body{
    padding-bottom:0!important;
  }

  .pmc-footer{
    padding-bottom:36px!important;
  }
}

/* =========================================================
   PhimHayOK v3.5.6 - COUNTRY/TRENDING SWIPE LIKE PC
   - Dùng Swiper thật, không native scroll nên không bị dính vuốt.
   - Bỏ ép width cứng của slide để Swiper tự tính kích thước.
   - Ảnh to hơn trên mobile, vẫn giữ layout PC.
   ========================================================= */
@media screen and (max-width:768px){
  body.pmc-theme .pmc-country-section,
  body .pmc-country-section,
  .pmc-country-section{
    display:block!important;
    width:calc(100vw - 18px)!important;
    max-width:calc(100vw - 18px)!important;
    margin:20px auto 18px!important;
    padding:12px 9px 14px!important;
    border-radius:10px!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }

  body.pmc-theme .pmc-country-title,
  body .pmc-country-title,
  .pmc-country-title{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:8px!important;
    width:100%!important;
    margin:0 0 10px!important;
  }

  body.pmc-theme .pmc-country-title h2,
  body .pmc-country-title h2,
  .pmc-country-title h2{
    font-size:18px!important;
    line-height:1.2!important;
    font-weight:900!important;
    margin:0!important;
  }

  body.pmc-theme .pmc-country-section .pmc-landscape-swiper,
  body .pmc-country-section .pmc-landscape-swiper,
  .pmc-country-section .pmc-landscape-swiper{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
    padding:0 0 2px!important;
    touch-action:pan-y pinch-zoom!important;
    -webkit-overflow-scrolling:auto!important;
  }

  body.pmc-theme .pmc-country-section .swiper-wrapper,
  body .pmc-country-section .swiper-wrapper,
  .pmc-country-section .swiper-wrapper{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:stretch!important;
    height:auto!important;
    box-sizing:border-box!important;
  }

  body.pmc-theme .pmc-country-section .swiper-slide,
  body .pmc-country-section .swiper-slide,
  .pmc-country-section .swiper-slide{
    display:block!important;
    height:auto!important;
    margin:0!important;
    box-sizing:border-box!important;
  }

  body.pmc-theme .pmc-country-section .pmc-landscape-card,
  body .pmc-country-section .pmc-landscape-card,
  .pmc-country-section .pmc-landscape-card{
    display:block!important;
    width:100%!important;
    height:auto!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }

  body.pmc-theme .pmc-country-section .pmc-landscape-media,
  body .pmc-country-section .pmc-landscape-media,
  .pmc-country-section .pmc-landscape-media{
    display:block!important;
    position:relative!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:16/9!important;
    overflow:hidden!important;
    border-radius:8px!important;
    background:#151820!important;
    box-sizing:border-box!important;
  }

  body.pmc-theme .pmc-country-section .pmc-landscape-media img,
  body .pmc-country-section .pmc-landscape-media img,
  .pmc-country-section .pmc-landscape-media img{
    display:block!important;
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
    margin:0!important;
    padding:0!important;
    transform:none!important;
  }

  body.pmc-theme .pmc-country-section .pmc-landscape-title,
  body .pmc-country-section .pmc-landscape-title,
  .pmc-country-section .pmc-landscape-title{
    display:-webkit-box!important;
    width:100%!important;
    max-width:none!important;
    min-height:31px!important;
    margin:6px 0 0!important;
    color:#fff!important;
    font-size:11.5px!important;
    line-height:1.28!important;
    font-weight:800!important;
    white-space:normal!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
  }

  body.pmc-theme .pmc-country-section .pmc-landscape-badges,
  body .pmc-country-section .pmc-landscape-badges,
  .pmc-country-section .pmc-landscape-badges{
    left:5px!important;
    bottom:0!important;
    display:flex!important;
    z-index:2!important;
  }

  body.pmc-theme .pmc-country-section .pmc-landscape-badges b,
  body.pmc-theme .pmc-country-section .pmc-landscape-badges em,
  body .pmc-country-section .pmc-landscape-badges b,
  body .pmc-country-section .pmc-landscape-badges em,
  .pmc-country-section .pmc-landscape-badges b,
  .pmc-country-section .pmc-landscape-badges em{
    min-width:auto!important;
    height:18px!important;
    padding:0 5px!important;
    font-size:9px!important;
    line-height:18px!important;
    font-weight:900!important;
  }

  body.pmc-theme .pmc-country-section .pmc-slider-arrow,
  body .pmc-country-section .pmc-slider-arrow,
  .pmc-country-section .pmc-slider-arrow{
    display:none!important;
  }
}





/* =========================================================
   PhimHayOK v3.5.8 - FIX QUỐC GIA SWIPE DÍNH
   - Chỉ sửa mục Quốc gia/Top Trending dùng .pmc-country-section.
   - Bỏ margin tay gây lệch Swiper; khoảng cách card để JS Swiper xử lý.
   - Vuốt ngang snap từng card mượt như PC, ảnh vẫn tách nhau.
   ========================================================= */
@media screen and (max-width:768px){
  body.pmc-theme .pmc-country-section .pmc-landscape-swiper,
  body .pmc-country-section .pmc-landscape-swiper,
  .pmc-country-section .pmc-landscape-swiper{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
    padding:0 2px 2px 0!important;
    touch-action:pan-y!important;
    -webkit-overflow-scrolling:auto!important;
  }

  body.pmc-theme .pmc-country-section .swiper-wrapper,
  body .pmc-country-section .swiper-wrapper,
  .pmc-country-section .swiper-wrapper{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:0!important;
    align-items:stretch!important;
    width:auto!important;
    height:auto!important;
    box-sizing:border-box!important;
    will-change:transform!important;
  }

  body.pmc-theme .pmc-country-section .swiper-slide,
  body .pmc-country-section .swiper-slide,
  .pmc-country-section .swiper-slide{
    display:block!important;
    flex-shrink:0!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    box-sizing:border-box!important;
  }

  body.pmc-theme .pmc-country-section .pmc-landscape-card,
  body .pmc-country-section .pmc-landscape-card,
  .pmc-country-section .pmc-landscape-card{
    display:block!important;
    width:100%!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }

  body.pmc-theme .pmc-country-section .pmc-landscape-media,
  body .pmc-country-section .pmc-landscape-media,
  .pmc-country-section .pmc-landscape-media{
    display:block!important;
    width:100%!important;
    aspect-ratio:16/9!important;
    border-radius:9px!important;
    overflow:hidden!important;
    background:#151820!important;
    box-shadow:0 4px 12px rgba(0,0,0,.18)!important;
  }

  body.pmc-theme .pmc-country-section .pmc-landscape-media img,
  body .pmc-country-section .pmc-landscape-media img,
  .pmc-country-section .pmc-landscape-media img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
  }

  body.pmc-theme .pmc-country-section .pmc-slider-arrow,
  body .pmc-country-section .pmc-slider-arrow,
  .pmc-country-section .pmc-slider-arrow{
    display:none!important;
  }
}


/* =========================================================
   PhimHayOK v3.5.9 - FIX QUỐC GIA SPACING + EDGE HINT + FILTER
   - Chỉ sửa section Quốc gia/Top Trending dùng .pmc-country-section.
   - Có khoảng cách rõ giữa ảnh nhưng không dùng native scroll gây kẹt.
   - Thêm dấu hiệu ở mép trái/phải để biết còn phim; tới cuối thì ẩn mép phải.
   - Fix bộ lọc mở/đóng và chip hoạt động ổn định.
   ========================================================= */
@media screen and (max-width:768px){
  body.pmc-theme .pmc-country-section,
  body .pmc-country-section,
  .pmc-country-section{
    overflow:hidden!important;
  }

  body.pmc-theme .pmc-country-section .pmc-landscape-swiper,
  body .pmc-country-section .pmc-landscape-swiper,
  .pmc-country-section .pmc-landscape-swiper{
    position:relative!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
    padding:0 0 4px!important;
    touch-action:pan-y!important;
  }

  body.pmc-theme .pmc-country-section .swiper-wrapper,
  body .pmc-country-section .swiper-wrapper,
  .pmc-country-section .swiper-wrapper{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:stretch!important;
    gap:0!important;
    height:auto!important;
    box-sizing:border-box!important;
    will-change:transform!important;
  }

  body.pmc-theme .pmc-country-section .swiper-slide,
  body .pmc-country-section .swiper-slide,
  .pmc-country-section .swiper-slide{
    display:block!important;
    flex-shrink:0!important;
    height:auto!important;
    margin-top:0!important;
    margin-bottom:0!important;
    margin-left:0!important;
    margin-right:14px!important;
    padding:0!important;
    box-sizing:border-box!important;
  }

  body.pmc-theme .pmc-country-section .swiper-slide:last-child,
  body .pmc-country-section .swiper-slide:last-child,
  .pmc-country-section .swiper-slide:last-child{
    margin-right:0!important;
  }

  body.pmc-theme .pmc-country-section .pmc-landscape-card,
  body .pmc-country-section .pmc-landscape-card,
  .pmc-country-section .pmc-landscape-card{
    display:block!important;
    width:100%!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }

  body.pmc-theme .pmc-country-section .pmc-landscape-media,
  body .pmc-country-section .pmc-landscape-media,
  .pmc-country-section .pmc-landscape-media{
    display:block!important;
    position:relative!important;
    width:100%!important;
    aspect-ratio:16/9!important;
    border-radius:9px!important;
    overflow:hidden!important;
    background:#151820!important;
    box-shadow:0 4px 12px rgba(0,0,0,.18)!important;
  }

  body.pmc-theme .pmc-country-section .pmc-landscape-media img,
  body .pmc-country-section .pmc-landscape-media img,
  .pmc-country-section .pmc-landscape-media img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
  }

  body.pmc-theme .pmc-country-section.pmc-country-has-next .pmc-landscape-swiper:after,
  body .pmc-country-section.pmc-country-has-next .pmc-landscape-swiper:after,
  .pmc-country-section.pmc-country-has-next .pmc-landscape-swiper:after{
    content:"›"!important;
    position:absolute!important;
    top:0!important;
    right:0!important;
    width:42px!important;
    height:calc(100% - 20px)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    padding-right:5px!important;
    color:#ffd76b!important;
    font-size:32px!important;
    font-weight:900!important;
    line-height:1!important;
    text-shadow:0 2px 8px rgba(0,0,0,.65)!important;
    background:linear-gradient(90deg,rgba(21,24,32,0),rgba(21,24,32,.78))!important;
    pointer-events:none!important;
    z-index:20!important;
  }

  body.pmc-theme .pmc-country-section.pmc-country-has-prev .pmc-landscape-swiper:before,
  body .pmc-country-section.pmc-country-has-prev .pmc-landscape-swiper:before,
  .pmc-country-section.pmc-country-has-prev .pmc-landscape-swiper:before{
    content:"‹"!important;
    position:absolute!important;
    top:0!important;
    left:0!important;
    width:34px!important;
    height:calc(100% - 20px)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    padding-left:5px!important;
    color:#ffd76b!important;
    font-size:30px!important;
    font-weight:900!important;
    line-height:1!important;
    text-shadow:0 2px 8px rgba(0,0,0,.65)!important;
    background:linear-gradient(270deg,rgba(21,24,32,0),rgba(21,24,32,.70))!important;
    pointer-events:none!important;
    z-index:20!important;
  }
}
@media screen and (min-width:390px) and (max-width:768px){
  body.pmc-theme .pmc-country-section .swiper-slide,
  body .pmc-country-section .swiper-slide,
  .pmc-country-section .swiper-slide{
    margin-right:16px!important;
  }
  body.pmc-theme .pmc-country-section .swiper-slide:last-child,
  body .pmc-country-section .swiper-slide:last-child,
  .pmc-country-section .swiper-slide:last-child{
    margin-right:0!important;
  }
}
@media screen and (max-width:340px){
  body.pmc-theme .pmc-country-section .swiper-slide,
  body .pmc-country-section .swiper-slide,
  .pmc-country-section .swiper-slide{
    margin-right:12px!important;
  }
  body.pmc-theme .pmc-country-section .swiper-slide:last-child,
  body .pmc-country-section .swiper-slide:last-child,
  .pmc-country-section .swiper-slide:last-child{
    margin-right:0!important;
  }
}

body.pmc-theme .pmc-filter-sample-toggle,
body.pmc-theme .pmc-filter-sample-submit,
body.pmc-theme .pmc-filter-sample-close,
body.pmc-theme .pmc-filter-sample-chip,
body .pmc-filter-sample-toggle,
body .pmc-filter-sample-submit,
body .pmc-filter-sample-close,
body .pmc-filter-sample-chip,
.pmc-filter-sample-toggle,
.pmc-filter-sample-submit,
.pmc-filter-sample-close,
.pmc-filter-sample-chip{
  position:relative!important;
  z-index:10!important;
  pointer-events:auto!important;
}
body.pmc-theme .pmc-filter-sample-panel.is-open,
body .pmc-filter-sample-panel.is-open,
.pmc-filter-sample-panel.is-open{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
}


/* =========================================================
   PhimHayOK v7.2.1 - PC COUNTRY EDGE BUTTON
   - Thêm nút mũi tên mép trái/phải cho PC giống mobile.
   - Nút tự ẩn khi tới đầu/cuối slider, không loop quá cuối.
   - Chỉ áp dụng cho section Quốc gia / Top Trending.
   ========================================================= */
@media screen and (min-width:769px){
  body.pmc-theme .pmc-country-section,
  body .pmc-country-section,
  .pmc-country-section{
    position:relative!important;
    overflow:hidden!important;
  }

  body.pmc-theme .pmc-country-section .pmc-landscape-swiper,
  body .pmc-country-section .pmc-landscape-swiper,
  .pmc-country-section .pmc-landscape-swiper{
    position:relative!important;
    overflow:hidden!important;
  }

  body.pmc-theme .pmc-country-section.pmc-country-has-next .pmc-landscape-swiper:after,
  body .pmc-country-section.pmc-country-has-next .pmc-landscape-swiper:after,
  .pmc-country-section.pmc-country-has-next .pmc-landscape-swiper:after{
    content:""!important;
    position:absolute!important;
    top:0!important;
    right:0!important;
    width:92px!important;
    height:100%!important;
    background:linear-gradient(90deg,rgba(39,42,57,0),rgba(39,42,57,.88))!important;
    pointer-events:none!important;
    z-index:18!important;
  }

  body.pmc-theme .pmc-country-section.pmc-country-has-prev .pmc-landscape-swiper:before,
  body .pmc-country-section.pmc-country-has-prev .pmc-landscape-swiper:before,
  .pmc-country-section.pmc-country-has-prev .pmc-landscape-swiper:before{
    content:""!important;
    position:absolute!important;
    top:0!important;
    left:0!important;
    width:72px!important;
    height:100%!important;
    background:linear-gradient(270deg,rgba(39,42,57,0),rgba(39,42,57,.82))!important;
    pointer-events:none!important;
    z-index:18!important;
  }

  body.pmc-theme .pmc-country-section .pmc-slider-arrow,
  body .pmc-country-section .pmc-slider-arrow,
  .pmc-country-section .pmc-slider-arrow{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:38px!important;
    min-width:38px!important;
    height:38px!important;
    min-height:38px!important;
    margin-top:-19px!important;
    border:1px solid rgba(255,215,107,.62)!important;
    border-radius:999px!important;
    background:#ffd76b!important;
    color:#131720!important;
    box-shadow:0 8px 22px rgba(0,0,0,.30)!important;
    opacity:.96!important;
    z-index:30!important;
    pointer-events:auto!important;
    cursor:pointer!important;
    transition:transform .18s ease, opacity .18s ease, background .18s ease!important;
  }

  body.pmc-theme .pmc-country-section .pmc-slider-arrow:after,
  body .pmc-country-section .pmc-slider-arrow:after,
  .pmc-country-section .pmc-slider-arrow:after{
    font-size:16px!important;
    font-weight:900!important;
    color:#131720!important;
    line-height:1!important;
  }

  body.pmc-theme .pmc-country-section .swiper-button-next,
  body .pmc-country-section .swiper-button-next,
  .pmc-country-section .swiper-button-next{
    right:14px!important;
  }

  body.pmc-theme .pmc-country-section .swiper-button-prev,
  body .pmc-country-section .swiper-button-prev,
  .pmc-country-section .swiper-button-prev{
    left:14px!important;
  }

  body.pmc-theme .pmc-country-section .pmc-slider-arrow:hover,
  body .pmc-country-section .pmc-slider-arrow:hover,
  .pmc-country-section .pmc-slider-arrow:hover{
    background:#ffe184!important;
    transform:scale(1.06)!important;
    opacity:1!important;
  }

  body.pmc-theme .pmc-country-section .pmc-slider-arrow.swiper-button-disabled,
  body .pmc-country-section .pmc-slider-arrow.swiper-button-disabled,
  .pmc-country-section .pmc-slider-arrow.swiper-button-disabled{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:scale(.88)!important;
  }
}


/* =========================================================
   PhimHayOK v7.2.2 - PC COUNTRY EDGE ARROW ICON FIX
   - Sửa nút PC thành mũi tên thật, không còn chấm tròn trống.
   - Chỉ áp dụng section Quốc gia / Top Trending trên PC.
   ========================================================= */
@media screen and (min-width:769px){
  body.pmc-theme .pmc-country-section .pmc-slider-arrow,
  body .pmc-country-section .pmc-slider-arrow,
  .pmc-country-section .pmc-slider-arrow{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:36px!important;
    min-width:36px!important;
    height:36px!important;
    min-height:36px!important;
    border-radius:999px!important;
    background:#ffd76b!important;
    border:1px solid rgba(255,215,107,.72)!important;
    color:#141820!important;
    font-size:0!important;
    line-height:1!important;
    text-indent:0!important;
    overflow:hidden!important;
    box-shadow:0 8px 22px rgba(0,0,0,.32)!important;
    z-index:40!important;
  }
  body.pmc-theme .pmc-country-section .pmc-slider-arrow:after,
  body .pmc-country-section .pmc-slider-arrow:after,
  .pmc-country-section .pmc-slider-arrow:after{
    display:block!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:27px!important;
    font-weight:900!important;
    line-height:32px!important;
    color:#141820!important;
    text-indent:0!important;
    opacity:1!important;
    transform:none!important;
  }
  body.pmc-theme .pmc-country-section .swiper-button-next:after,
  body .pmc-country-section .swiper-button-next:after,
  .pmc-country-section .swiper-button-next:after{
    content:"›"!important;
    margin-left:2px!important;
  }
  body.pmc-theme .pmc-country-section .swiper-button-prev:after,
  body .pmc-country-section .swiper-button-prev:after,
  .pmc-country-section .swiper-button-prev:after{
    content:"‹"!important;
    margin-right:2px!important;
  }
  body.pmc-theme .pmc-country-section .swiper-button-next,
  body .pmc-country-section .swiper-button-next,
  .pmc-country-section .swiper-button-next{
    right:14px!important;
  }
  body.pmc-theme .pmc-country-section .swiper-button-prev,
  body .pmc-country-section .swiper-button-prev,
  .pmc-country-section .swiper-button-prev{
    left:14px!important;
  }
}


/* =========================================================
   PhimHayOK v7.2.3 - PC COUNTRY ARROW ONLY
   - PC chỉ hiện mũi tên ở mép như mobile.
   - Bỏ nền tròn/vòng vàng, giữ vùng bấm và tự ẩn đầu/cuối.
   ========================================================= */
@media screen and (min-width:769px){
  body.pmc-theme .pmc-country-section .pmc-slider-arrow,
  body .pmc-country-section .pmc-slider-arrow,
  .pmc-country-section .pmc-slider-arrow{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:34px!important;
    min-width:34px!important;
    height:64px!important;
    min-height:64px!important;
    margin-top:-32px!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#ffd76b!important;
    font-size:0!important;
    line-height:1!important;
    overflow:visible!important;
    z-index:45!important;
    opacity:1!important;
    pointer-events:auto!important;
    cursor:pointer!important;
  }

  body.pmc-theme .pmc-country-section .pmc-slider-arrow:before,
  body .pmc-country-section .pmc-slider-arrow:before,
  .pmc-country-section .pmc-slider-arrow:before{
    content:none!important;
    display:none!important;
  }

  body.pmc-theme .pmc-country-section .pmc-slider-arrow:after,
  body .pmc-country-section .pmc-slider-arrow:after,
  .pmc-country-section .pmc-slider-arrow:after{
    display:block!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:34px!important;
    font-weight:900!important;
    line-height:1!important;
    color:#ffd76b!important;
    text-shadow:0 2px 8px rgba(0,0,0,.75)!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    opacity:1!important;
    transform:none!important;
  }

  body.pmc-theme .pmc-country-section .swiper-button-next:after,
  body .pmc-country-section .swiper-button-next:after,
  .pmc-country-section .swiper-button-next:after{
    content:"›"!important;
    margin:0!important;
  }

  body.pmc-theme .pmc-country-section .swiper-button-prev:after,
  body .pmc-country-section .swiper-button-prev:after,
  .pmc-country-section .swiper-button-prev:after{
    content:"‹"!important;
    margin:0!important;
  }

  body.pmc-theme .pmc-country-section .swiper-button-next,
  body .pmc-country-section .swiper-button-next,
  .pmc-country-section .swiper-button-next{
    right:8px!important;
  }

  body.pmc-theme .pmc-country-section .swiper-button-prev,
  body .pmc-country-section .swiper-button-prev,
  .pmc-country-section .swiper-button-prev{
    left:8px!important;
  }

  body.pmc-theme .pmc-country-section .pmc-slider-arrow:hover,
  body .pmc-country-section .pmc-slider-arrow:hover,
  .pmc-country-section .pmc-slider-arrow:hover{
    background:transparent!important;
    box-shadow:none!important;
    transform:none!important;
    opacity:1!important;
  }

  body.pmc-theme .pmc-country-section .pmc-slider-arrow.swiper-button-disabled,
  body .pmc-country-section .pmc-slider-arrow.swiper-button-disabled,
  .pmc-country-section .pmc-slider-arrow.swiper-button-disabled{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
}


/* =========================================================
   PhimHayOK v7.2.4 - PC POSTER SECTION ARROW ONLY
   - Thêm mũi tên trượt cho section poster như "Phim Này Được Xem Nhiều Nhất".
   - Chỉ hiện mũi tên, không nền tròn/vòng vàng.
   - Mobile giữ nguyên.
   ========================================================= */
@media screen and (min-width:769px){
  body.pmc-theme .pmc-home-section .pmc-poster-swiper,
  body .pmc-home-section .pmc-poster-swiper,
  .pmc-home-section .pmc-poster-swiper{
    position:relative!important;
  }

  body.pmc-theme .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow,
  body .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow,
  .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    position:absolute!important;
    top:42%!important;
    width:42px!important;
    min-width:42px!important;
    max-width:42px!important;
    height:72px!important;
    min-height:72px!important;
    max-height:72px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#ffd76b!important;
    font-size:0!important;
    line-height:1!important;
    overflow:visible!important;
    z-index:55!important;
    opacity:1!important;
    pointer-events:auto!important;
    cursor:pointer!important;
  }

  body.pmc-theme .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow:before,
  body .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow:before,
  .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow:before{
    content:none!important;
    display:none!important;
  }

  body.pmc-theme .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow:after,
  body .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow:after,
  .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow:after{
    display:block!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:46px!important;
    font-weight:900!important;
    line-height:1!important;
    color:#ffd76b!important;
    text-shadow:0 2px 9px rgba(0,0,0,.8)!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    opacity:1!important;
    transform:none!important;
  }

  body.pmc-theme .pmc-home-section .pmc-poster-swiper .swiper-button-next:after,
  body .pmc-home-section .pmc-poster-swiper .swiper-button-next:after,
  .pmc-home-section .pmc-poster-swiper .swiper-button-next:after{
    content:"›"!important;
    margin:0!important;
  }

  body.pmc-theme .pmc-home-section .pmc-poster-swiper .swiper-button-prev:after,
  body .pmc-home-section .pmc-poster-swiper .swiper-button-prev:after,
  .pmc-home-section .pmc-poster-swiper .swiper-button-prev:after{
    content:"‹"!important;
    margin:0!important;
  }

  body.pmc-theme .pmc-home-section .pmc-poster-swiper .swiper-button-next,
  body .pmc-home-section .pmc-poster-swiper .swiper-button-next,
  .pmc-home-section .pmc-poster-swiper .swiper-button-next{
    right:6px!important;
  }

  body.pmc-theme .pmc-home-section .pmc-poster-swiper .swiper-button-prev,
  body .pmc-home-section .pmc-poster-swiper .swiper-button-prev,
  .pmc-home-section .pmc-poster-swiper .swiper-button-prev{
    left:6px!important;
  }

  body.pmc-theme .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow:hover,
  body .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow:hover,
  .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow:hover{
    background:transparent!important;
    box-shadow:none!important;
    transform:none!important;
    opacity:1!important;
  }

  body.pmc-theme .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow.swiper-button-disabled,
  body .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow.swiper-button-disabled,
  .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow.swiper-button-disabled{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
}


/* =========================================================
   PhimHayOK v7.2.5 - MOBILE POSTER SWIPE ARROW LIKE COUNTRY
   - Thêm mũi tên mép cho section poster trên mobile.
   - Vuốt ngang bằng Swiper như mục Quốc gia, không loop quá cuối.
   - Chỉ sửa poster slider/mobile, giữ các phần khác.
   ========================================================= */
@media screen and (max-width:768px){
  body.pmc-theme .pmc-home-section .pmc-poster-swiper,
  body .pmc-home-section .pmc-poster-swiper,
  .pmc-home-section .pmc-poster-swiper{
    position:relative!important;
    overflow:hidden!important;
    padding-left:0!important;
    padding-right:0!important;
    touch-action:pan-y!important;
  }

  body.pmc-theme .pmc-home-section .pmc-poster-swiper .swiper-wrapper,
  body .pmc-home-section .pmc-poster-swiper .swiper-wrapper,
  .pmc-home-section .pmc-poster-swiper .swiper-wrapper{
    align-items:stretch!important;
  }

  body.pmc-theme .pmc-home-section .pmc-poster-swiper .swiper-slide,
  body .pmc-home-section .pmc-poster-swiper .swiper-slide,
  .pmc-home-section .pmc-poster-swiper .swiper-slide{
    height:auto!important;
    flex-shrink:0!important;
  }

  body.pmc-theme .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow,
  body .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow,
  .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    position:absolute!important;
    top:38%!important;
    width:32px!important;
    min-width:32px!important;
    max-width:32px!important;
    height:58px!important;
    min-height:58px!important;
    max-height:58px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#ffd76b!important;
    font-size:0!important;
    line-height:1!important;
    overflow:visible!important;
    z-index:60!important;
    opacity:1!important;
    pointer-events:auto!important;
    cursor:pointer!important;
    -webkit-tap-highlight-color:rgba(255,215,107,.18)!important;
  }

  body.pmc-theme .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow:before,
  body .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow:before,
  .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow:before{
    content:none!important;
    display:none!important;
  }

  body.pmc-theme .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow:after,
  body .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow:after,
  .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow:after{
    display:block!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:38px!important;
    font-weight:900!important;
    line-height:1!important;
    color:#ffd76b!important;
    text-shadow:0 2px 9px rgba(0,0,0,.85)!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    opacity:1!important;
    transform:none!important;
  }

  body.pmc-theme .pmc-home-section .pmc-poster-swiper .swiper-button-next:after,
  body .pmc-home-section .pmc-poster-swiper .swiper-button-next:after,
  .pmc-home-section .pmc-poster-swiper .swiper-button-next:after{
    content:"›"!important;
  }

  body.pmc-theme .pmc-home-section .pmc-poster-swiper .swiper-button-prev:after,
  body .pmc-home-section .pmc-poster-swiper .swiper-button-prev:after,
  .pmc-home-section .pmc-poster-swiper .swiper-button-prev:after{
    content:"‹"!important;
  }

  body.pmc-theme .pmc-home-section .pmc-poster-swiper .swiper-button-next,
  body .pmc-home-section .pmc-poster-swiper .swiper-button-next,
  .pmc-home-section .pmc-poster-swiper .swiper-button-next{
    right:-4px!important;
  }

  body.pmc-theme .pmc-home-section .pmc-poster-swiper .swiper-button-prev,
  body .pmc-home-section .pmc-poster-swiper .swiper-button-prev,
  .pmc-home-section .pmc-poster-swiper .swiper-button-prev{
    left:-4px!important;
  }

  body.pmc-theme .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow:hover,
  body.pmc-theme .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow:active,
  body .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow:hover,
  body .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow:active,
  .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow:hover,
  .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow:active{
    background:transparent!important;
    box-shadow:none!important;
    transform:none!important;
    opacity:1!important;
  }

  body.pmc-theme .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow.swiper-button-disabled,
  body .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow.swiper-button-disabled,
  .pmc-home-section .pmc-poster-swiper .pmc-slider-arrow.swiper-button-disabled{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
}


/* =========================================================
   PhimHayOK v7.2.6 - WATCH PAGE ICON FONT FALLBACK FIX
   Sửa icon trang xem phim bị hiện ô vuông khi thiếu iconfont.
   Không cần font ngoài, dùng CSS/SVG-like text fallback an toàn.
   ========================================================= */
.player-info .pmc-watch-icon{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:16px!important;
  min-width:16px!important;
  height:16px!important;
  margin-right:6px!important;
  font-family:Arial,"Helvetica Neue",sans-serif!important;
  font-style:normal!important;
  font-weight:900!important;
  line-height:1!important;
  color:currentColor!important;
  vertical-align:-2px!important;
  text-rendering:auto!important;
}
.player-info .pmc-watch-icon-server::before{content:"▣"!important;font-size:12px!important;line-height:1!important;}
.player-info .pmc-watch-icon-arrow{width:12px!important;min-width:12px!important;margin-right:0!important;margin-left:4px!important;}
.player-info .pmc-watch-icon-arrow::before{content:"›"!important;font-size:18px!important;line-height:1!important;}
.player-info .pmc-watch-icon-score{color:#E9D295!important;}
.player-info .pmc-watch-icon-score::before{content:"★"!important;font-size:12px!important;line-height:1!important;}
.player-info .pmc-watch-icon-more{width:14px!important;min-width:14px!important;color:#fff!important;}
.player-info .pmc-watch-icon-more::before{content:"⌄"!important;font-size:16px!important;line-height:1!important;}
.player-info .pmc-watch-icon-episode-server{color:#11141c!important;margin-right:5px!important;}
.player-info .pmc-watch-icon-episode-server::before{content:"▶"!important;font-size:10px!important;line-height:1!important;}
.player-info .play-tips-bnt .pmc-watch-icon-server{color:#11141c!important;}
.player-info .this-desc-score{display:inline-flex!important;align-items:center!important;}
.player-info .text-open .tim-bnt{display:inline-flex!important;align-items:center!important;justify-content:center!important;}
.player-info .vod-playerUrl{display:inline-flex!important;align-items:center!important;}
.player-info .fa:not([class*="ds-"]){font-family:Arial,"Helvetica Neue",sans-serif!important;}


/* PhimHayOK v7.2.12 - Footer strict clean */
.pmhayok-footer:before,
.pmhayok-footer:after,
.pmhayok-footer-inner:before,
.pmhayok-footer-inner:after,
.pmhayok-footer-badge:before,
.pmhayok-footer-badge:after,
.pmhayok-footer-logo:before,
.pmhayok-footer-logo:after,
.pmhayok-footer-links:before,
.pmhayok-footer-links:after,
.pmhayok-footer-desc:before,
.pmhayok-footer-desc:after,
.pmhayok-footer-copy:before,
.pmhayok-footer-copy:after{
    content:none!important;
    display:none!important;
}
.pmhayok-footer-badge,
.pmhayok-footer-logo,
.pmhayok-footer-logo a,
.pmhayok-footer-logo img,
.pmhayok-footer-links,
.pmhayok-footer-links a,
.pmhayok-footer-desc,
.pmhayok-footer-copy{
    box-shadow:none!important;
    text-shadow:none!important;
    filter:none!important;
    -webkit-filter:none!important;
}
.pmhayok-footer-social{
    display:none!important;
}


/* PhimHayOK v7.2.14 - green to yellow theme */
:root{--pmc-green:#E9D295!important;--pmc-gold:#E9D295!important;--pmc-gold-2:#ffe184!important;}
::selection{background:#E9D295!important;color:#111!important;}
::-moz-selection{background:#E9D295!important;color:#111!important;}
.pmc-landscape-badges em,
.pmc-card-badges em,
body.pmc-theme .wr-list .public-list-prb,
body .wr-list .public-list-prb{background:#E9D295!important;color:#111!important;}
.player-info .pmc-watch-icon-score{color:#E9D295!important;}
a:hover,.pmc-nav>ul>li>a:hover,.pmc-submenu a:hover,.pmc-drawer-nav a:hover,.pmc-footer-links a:hover,.pmhayok-footer-links a:hover{color:#E9D295!important;}
.pmc-source-button:hover,.pmc-source-button.active-server,body.single-ophim .streaming-server:hover,body.single-ophim .streaming-server.active-server,body.single-ophim .vod-playerUrl.swiper-slide-active{background:#E9D295!important;color:#111!important;}

/* Phim chưa có link player: vẫn cho vào trang chi tiết/trang xem và hiển thị trạng thái cập nhật. */
.pmc-player-updating{width:100%;height:100%;min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;padding:32px;border-radius:10px;background:#0d0f15;color:#fff;box-sizing:border-box}
.pmc-player-updating-icon{width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);color:#ecd59a;font-size:24px;line-height:1}
.pmc-player-updating strong{font-size:22px;font-weight:700;color:#fff}
.pmc-player-updating span{max-width:520px;color:#b9beca;font-size:15px;line-height:1.6}
.pmc-watch-now.is-updating{background:linear-gradient(0deg,#353847,#444858);color:#fff!important}
.pmc-watch-now.is-updating svg{fill:#fff}

/* =========================================================
   PhimHayOK v7.2.16 - Trang chủ kiểu điện ảnh/RoPhim
   Chỉ thêm giao diện front-page, không đổi player/crawler.
   ========================================================= */
body.pmc-theme.home,
body.pmc-theme.page-template-home-rophim{
  background:#070912!important;
}
.pmh-home-v16{
  --pmh-bg:#070912;
  --pmh-panel:#101522;
  --pmh-panel-2:#171d2c;
  --pmh-line:rgba(255,255,255,.11);
  --pmh-text:#fff;
  --pmh-muted:#aeb6c8;
  --pmh-gold:#f5d36e;
  --pmh-green:#75f0a7;
  background:radial-gradient(circle at 78% 8%,rgba(117,240,167,.12),transparent 26%),radial-gradient(circle at 12% 18%,rgba(245,211,110,.11),transparent 28%),var(--pmh-bg);
  color:var(--pmh-text);
  overflow:hidden;
}
.pmh-home-v16 a{color:inherit;text-decoration:none}
.pmh-hero{position:relative;min-height:720px;padding:130px 6vw 76px;background:#080b14;overflow:hidden}
.pmh-hero:before{content:"";position:absolute;inset:0;background-image:var(--pmh-hero-bg);background-size:cover;background-position:center right;transform:scale(1.03);filter:saturate(1.02);opacity:.82}
.pmh-hero-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#070912 0%,rgba(7,9,18,.95) 29%,rgba(7,9,18,.56) 64%,rgba(7,9,18,.9) 100%),linear-gradient(0deg,#070912 0%,rgba(7,9,18,.2) 52%,rgba(7,9,18,.05) 100%)}
.pmh-hero:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 50%,transparent 50%);background-size:100% 3px;opacity:.4}
.pmh-hero-inner{position:relative;z-index:3;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,430px);align-items:end;gap:42px;max-width:1500px;margin:0 auto}
.pmh-hero-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;padding:8px 12px;border:1px solid rgba(245,211,110,.35);border-radius:999px;background:rgba(245,211,110,.08);color:var(--pmh-gold);font-weight:900;letter-spacing:.02em}
.pmh-hero-copy h1{max-width:780px;margin:0;color:#fff;font-size:clamp(42px,5vw,76px);line-height:1.02;font-weight:950;letter-spacing:-.045em}
.pmh-hero-copy h1 span{color:var(--pmh-gold)}
.pmh-hero-copy p{max-width:650px;margin:22px 0 0;color:#c4cce0;font-size:17px;line-height:1.75}
.pmh-hero-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));max-width:720px;gap:12px;margin:30px 0 0}
.pmh-hero-stats span{display:block;min-height:76px;padding:13px 14px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(16,21,34,.68);backdrop-filter:blur(10px)}
.pmh-hero-stats b{display:block;color:var(--pmh-gold);font-size:20px;line-height:1;font-weight:950}
.pmh-hero-stats em{display:block;margin-top:9px;color:#aeb6c8;font-size:13px;font-style:normal;line-height:1.25}
.pmh-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:15px;margin-top:31px}
.pmh-btn-primary,.pmh-btn-ghost{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 25px;border-radius:999px;font-weight:950;transition:.2s ease}
.pmh-btn-primary{background:linear-gradient(180deg,#ffe58f,#ecc05b);color:#111!important;box-shadow:0 14px 34px rgba(245,211,110,.24)}
.pmh-btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 44px rgba(245,211,110,.32)}
.pmh-btn-ghost{border:1px solid rgba(117,240,167,.7);background:rgba(117,240,167,.05);color:#fff!important;box-shadow:0 0 25px rgba(117,240,167,.12)}
.pmh-btn-ghost:hover{border-color:#75f0a7;color:#75f0a7!important}
.pmh-hero-movie{display:grid;grid-template-columns:128px minmax(0,1fr);gap:18px;align-items:center;padding:16px;border:1px solid rgba(255,255,255,.13);border-radius:24px;background:linear-gradient(180deg,rgba(23,29,44,.84),rgba(11,15,25,.9));box-shadow:0 30px 80px rgba(0,0,0,.35);backdrop-filter:blur(14px)}
.pmh-hero-movie img{display:block;width:128px;height:184px;object-fit:cover;border-radius:16px;background:#1a2030}
.pmh-hero-movie small{display:block;color:var(--pmh-gold);font-weight:900;text-transform:uppercase;font-size:11px;letter-spacing:.08em}
.pmh-hero-movie h2{margin:7px 0 4px;color:#fff;font-size:21px;line-height:1.25;font-weight:950;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.pmh-hero-movie p{margin:0;color:#aeb6c8;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pmh-hero-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}
.pmh-hero-tags span{display:inline-flex;align-items:center;min-height:25px;padding:3px 8px;border-radius:8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);color:#e7ebf5;font-size:12px;font-weight:800}
.pmh-hero-play{display:inline-flex;margin-top:15px;color:#111;background:var(--pmh-gold);border-radius:999px;padding:9px 13px;font-size:13px;font-weight:950}
.pmh-home-section,.pmh-mood-section{width:min(1500px,calc(100% - 48px));margin:0 auto;padding:34px 0}
.pmh-home-section:first-of-type{margin-top:-34px;position:relative;z-index:5}
.pmh-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:20px}
.pmh-section-head span{display:block;margin-bottom:5px;color:var(--pmh-gold);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}
.pmh-section-head h2{margin:0;color:#fff;font-size:clamp(24px,2.1vw,36px);line-height:1.15;font-weight:950;letter-spacing:-.025em}
.pmh-section-head>a{flex:0 0 auto;color:#d9deeb!important;font-size:14px;font-weight:800}
.pmh-section-head>a:hover{color:var(--pmh-gold)!important}
.pmh-poster-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}
.pmh-wide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.pmh-home-card{min-width:0}
.pmh-card-media{position:relative;display:block;overflow:hidden;border-radius:18px;background:#161c2b;box-shadow:0 16px 35px rgba(0,0,0,.22)}
.pmh-home-card:not(.is-wide) .pmh-card-media{aspect-ratio:2/3}
.pmh-home-card.is-wide{display:grid;grid-template-columns:190px minmax(0,1fr);gap:14px;align-items:stretch;padding:10px;border:1px solid rgba(255,255,255,.09);border-radius:20px;background:linear-gradient(180deg,rgba(23,29,44,.82),rgba(13,17,28,.92))}
.pmh-home-card.is-wide .pmh-card-media{aspect-ratio:16/10;border-radius:15px;box-shadow:none}
.pmh-card-media img{display:block;width:100%!important;height:100%!important;object-fit:cover;transition:transform .28s ease,filter .28s ease}
.pmh-card-media:hover img{transform:scale(1.045);filter:brightness(.74)}
.pmh-card-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#111;font-size:22px;font-weight:900;opacity:0;transition:.2s ease}
.pmh-card-play:before{content:"";position:absolute;width:58px;height:58px;border-radius:50%;background:var(--pmh-gold);box-shadow:0 10px 28px rgba(0,0,0,.28)}
.pmh-card-play{z-index:2}.pmh-card-play{line-height:1}.pmh-card-play::after{content:"▶";position:relative;margin-left:3px}
.pmh-card-play{font-size:0}
.pmh-card-media:hover .pmh-card-play{opacity:1}
.pmh-card-badge{position:absolute;left:10px;top:10px;z-index:3;max-width:calc(100% - 20px);padding:5px 8px;border-radius:9px;background:rgba(6,8,14,.72);border:1px solid rgba(255,255,255,.14);color:#fff;font-size:12px;font-weight:900;backdrop-filter:blur(8px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pmh-card-info{padding-top:11px;min-width:0}
.pmh-home-card.is-wide .pmh-card-info{display:flex;flex-direction:column;padding:4px 3px 2px 0}
.pmh-card-info h3{margin:0;color:#fff;font-size:15px;line-height:1.35;font-weight:850;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.pmh-home-card.is-wide .pmh-card-info h3{font-size:17px}
.pmh-card-info h3 a:hover{color:var(--pmh-gold)!important}
.pmh-card-info p{margin:5px 0 0;color:#8f98ad;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pmh-card-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}
.pmh-card-meta span{display:inline-flex;align-items:center;min-height:22px;padding:2px 7px;border-radius:7px;background:rgba(255,255,255,.07);color:#cfd5e3;font-size:11px;font-weight:800}
.pmh-small-watch{display:inline-flex;align-self:flex-start;margin-top:auto;padding:8px 12px;border-radius:999px;background:rgba(245,211,110,.12);border:1px solid rgba(245,211,110,.28);color:var(--pmh-gold)!important;font-size:12px;font-weight:950}
.pmh-mood-section{padding-top:24px}
.pmh-mood-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:13px}
.pmh-mood-grid a{position:relative;min-height:126px;padding:18px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:radial-gradient(circle at 80% 0%,rgba(245,211,110,.18),transparent 46%),linear-gradient(180deg,rgba(23,29,44,.95),rgba(13,17,28,.98));overflow:hidden;transition:.2s ease}
.pmh-mood-grid a:after{content:"";position:absolute;right:-28px;bottom:-34px;width:95px;height:95px;border-radius:50%;background:rgba(117,240,167,.08)}
.pmh-mood-grid a:hover{transform:translateY(-3px);border-color:rgba(245,211,110,.35);box-shadow:0 18px 40px rgba(0,0,0,.26)}
.pmh-mood-grid b{position:relative;z-index:1;display:block;color:#fff;font-size:17px;line-height:1.25;font-weight:950}
.pmh-mood-grid em{position:relative;z-index:1;display:block;margin-top:9px;color:#aeb6c8;font-size:13px;font-style:normal;line-height:1.35}
@media(max-width:1280px){
  .pmh-poster-row{grid-template-columns:repeat(5,minmax(0,1fr))}
  .pmh-wide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pmh-mood-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:960px){
  .pmh-hero{min-height:auto;padding:102px 18px 42px}
  .pmh-hero-inner{grid-template-columns:1fr;gap:24px}
  .pmh-hero-copy h1{font-size:42px}
  .pmh-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pmh-home-section,.pmh-mood-section{width:calc(100% - 28px);padding:26px 0}
  .pmh-poster-row{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;margin-right:-14px;padding-right:14px}
  .pmh-poster-row .pmh-home-card{flex:0 0 154px;scroll-snap-align:start}
  .pmh-wide-grid{grid-template-columns:1fr}
  .pmh-home-card.is-wide{grid-template-columns:150px minmax(0,1fr)}
}
@media(max-width:640px){
  .pmh-hero-copy h1{font-size:35px;letter-spacing:-.03em}
  .pmh-hero-copy p{font-size:15px;line-height:1.65}
  .pmh-hero-stats span{min-height:66px;padding:11px}
  .pmh-hero-actions{gap:10px}.pmh-btn-primary,.pmh-btn-ghost{min-height:46px;padding:0 17px;font-size:14px}
  .pmh-hero-movie{grid-template-columns:92px minmax(0,1fr);gap:13px;border-radius:18px;padding:12px}
  .pmh-hero-movie img{width:92px;height:135px;border-radius:12px}
  .pmh-hero-movie h2{font-size:17px}
  .pmh-hero-tags span:nth-child(n+3){display:none}
  .pmh-section-head{align-items:flex-start}.pmh-section-head h2{font-size:24px}
  .pmh-mood-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .pmh-mood-grid a{min-height:112px;padding:14px;border-radius:16px}
  .pmh-mood-grid b{font-size:15px}.pmh-mood-grid em{font-size:12px}
  .pmh-home-card.is-wide{grid-template-columns:118px minmax(0,1fr);border-radius:16px}
  .pmh-home-card.is-wide .pmh-card-info h3{font-size:15px}
  .pmh-small-watch{display:none}
}


/* =========================================================
 * PhimHayOK v7.2.22 - Root Landing RoPhim CSS
 * CSS này phải nằm trong assets/css/phimmoichill.css vì header.php load file này.
 * ========================================================= */
body.home .pmh18-rophim,
body.front-page .pmh18-rophim{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
body.home .pmh18-rophim img,
body.front-page .pmh18-rophim img{max-width:100%;height:auto}
body.home .pmh18-card-poster img,
body.front-page .pmh18-card-poster img{width:100%!important;height:100%!important;object-fit:cover!important}
body.home .pmh18-topbar,
body.front-page .pmh18-topbar{box-sizing:border-box!important}
.pmh18-rophim,.pmh18-seo-landing{--bg:#070817;--panel:#0b0d21;--panel2:#10142d;--line:rgba(255,255,255,.12);--text:#fff;--muted:#aeb5c8;--gold:#ffd43d;--pink:#ff43e6;--purple:#7a38ff;--cyan:#36ffd6;font-family:Inter,Arial,"Helvetica Neue",sans-serif;color:var(--text);background:radial-gradient(circle at 0 45%,rgba(116,18,100,.35),transparent 35%),linear-gradient(180deg,#070817 0,#050612 100%);min-height:100vh;line-height:1.45}.pmh18-rophim *,.pmh18-seo-landing *{box-sizing:border-box}.pmh18-rophim a,.pmh18-seo-landing a{text-decoration:none;color:inherit}.pmh18-topbar{position:absolute;top:0;left:0;right:0;z-index:30;display:flex;align-items:center;gap:30px;width:min(1380px,calc(100% - 56px));margin:0 auto;padding:20px 0}.pmh18-logo{display:grid;grid-template-columns:46px auto;grid-template-rows:auto auto;align-items:center;min-width:190px}.pmh18-logo-icon{grid-row:1/3;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle,#fff 0 24%,#25f0bf 25% 45%,#071020 46%);box-shadow:0 0 0 3px rgba(52,255,206,.18),0 0 28px rgba(52,255,206,.25)}.pmh18-logo-icon span{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#fff;color:#0b0d21;font-size:11px}.pmh18-logo strong{font-size:24px;font-weight:900;line-height:1;letter-spacing:.2px}.pmh18-logo em{font-style:normal;color:#999fb4;font-size:13px;margin-top:2px}.pmh18-nav{display:flex;align-items:center;gap:32px;margin-left:10px;white-space:nowrap}.pmh18-nav a{position:relative;color:#f1f2fa;font-size:14px;font-weight:900}.pmh18-nav a:hover,.pmh18-nav a.is-active{color:var(--gold)!important}.pmh18-nav a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-18px;height:2px;background:linear-gradient(90deg,var(--gold),transparent);border-radius:99px}.pmh18-search{margin-left:auto;display:flex;align-items:center;width:360px;height:44px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(3,5,19,.48);backdrop-filter:blur(10px);overflow:hidden}.pmh18-search input{flex:1;width:100%;height:100%;border:0;background:transparent;color:#fff;padding:0 16px;font-weight:700;outline:0}.pmh18-search input::placeholder{color:#d9dcec}.pmh18-search button{width:54px;height:100%;border:0;background:transparent;color:#fff;font-size:24px;cursor:pointer}.pmh18-watch-now{height:48px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 25px;border-radius:999px;background:linear-gradient(180deg,#ffe66a,#ffc400);color:#111!important;font-size:14px;font-weight:1000;box-shadow:0 12px 35px rgba(255,205,30,.28)}.pmh18-watch-now span,.pmh18-btn-main span{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#fff;color:#111;font-size:10px}.pmh18-hero{position:relative;min-height:660px;padding:155px max(28px,calc((100% - 1380px)/2)) 80px;overflow:hidden;background:#070817}.pmh18-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#070817 0%,rgba(7,8,23,.94) 31%,rgba(7,8,23,.56) 58%,#070817 100%),linear-gradient(0deg,#070817 0%,rgba(7,8,23,0) 38%),var(--pmh18-hero-bg) center right/cover no-repeat;opacity:.34;filter:saturate(1.1) contrast(1.05)}.pmh18-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 48%,rgba(255,49,232,.33),transparent 18%),radial-gradient(circle at 78% 34%,rgba(79,82,255,.35),transparent 24%);pointer-events:none}.pmh18-hero-copy{position:relative;z-index:2;width:min(610px,48vw);padding-top:8px}.pmh18-kicker{display:block;color:var(--gold);font-size:36px;font-weight:1000;line-height:1;margin-bottom:16px}.pmh18-hero h1{margin:0 0 22px;font-size:49px;line-height:1.13;font-weight:1000;letter-spacing:-1.3px;color:#fff;text-shadow:0 4px 30px rgba(0,0,0,.3)}.pmh18-hero p{max-width:590px;color:#e8ebf6;font-size:15px;font-weight:700;line-height:1.75;margin:0 0 30px}.pmh18-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:28px 0 34px;max-width:650px}.pmh18-stats span{position:relative;display:block;padding-right:22px;margin-right:22px;color:#fff}.pmh18-stats span:not(:last-child):after{content:"";position:absolute;right:0;top:7px;width:1px;height:44px;background:rgba(255,255,255,.16)}.pmh18-stats b{display:block;color:var(--gold);font-size:18px;font-weight:1000}.pmh18-stats em{display:block;color:#e1e4f0;font-size:12px;font-style:normal;font-weight:700;margin-top:4px}.pmh18-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.pmh18-btn-main,.pmh18-btn-ghost{height:58px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:0 32px;border-radius:999px;font-weight:1000}.pmh18-btn-main{background:#030411;color:#fff!important;box-shadow:0 0 34px rgba(255,42,230,.28),inset 0 0 0 1px rgba(255,255,255,.08)}.pmh18-btn-ghost{border:1px solid rgba(255,255,255,.75);background:rgba(8,10,28,.42);color:#fff!important;box-shadow:0 0 28px rgba(175,54,255,.2)}.pmh18-btn-ghost span{font-size:30px;color:#e4ff43;text-shadow:0 0 16px rgba(228,255,67,.9)}.pmh18-hero-art{position:absolute;right:max(24px,calc((100% - 1380px)/2));top:72px;width:min(720px,48vw);height:540px;z-index:1;pointer-events:none}.pmh18-play-orb{position:absolute;left:225px;top:190px;width:190px;height:190px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle,#fff 0 17%,#ff46ec 18% 33%,rgba(255,46,231,.45) 34% 54%,rgba(98,44,255,.2) 55% 100%);box-shadow:0 0 45px rgba(255,56,230,.9),0 0 95px rgba(94,66,255,.7),inset 0 0 45px rgba(255,255,255,.25)}.pmh18-play-orb span{color:#fff;font-size:78px;margin-left:12px;filter:drop-shadow(0 0 18px rgba(255,255,255,.9))}.pmh18-float-card{position:absolute;width:154px;height:218px;border-radius:18px;background:linear-gradient(135deg,rgba(46,72,255,.75),rgba(252,50,219,.75)),var(--pmh18-hero-bg) center/cover;box-shadow:0 20px 70px rgba(0,0,0,.5),inset 0 0 0 2px rgba(255,255,255,.18);transform:rotate(10deg)}.pmh18-float-card:after{content:"";position:absolute;inset:0;border-radius:18px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.45))}.pmh18-float-card.c1{left:74px;top:75px;transform:rotate(-13deg)}.pmh18-float-card.c2{right:95px;top:100px;transform:rotate(12deg)}.pmh18-float-card.c3{right:20px;bottom:85px;width:118px;height:168px;transform:rotate(9deg)}.pmh18-film-line{position:absolute;left:92px;right:30px;bottom:70px;height:110px;border:18px solid rgba(126,44,255,.35);border-left-color:rgba(255,61,230,.4);border-right-color:rgba(255,61,230,.4);border-radius:50%;transform:rotate(12deg);filter:drop-shadow(0 0 30px rgba(255,45,232,.35))}.pmh18-section{width:min(1380px,calc(100% - 56px));margin:0 auto;padding:38px 0}.pmh18-latest{position:relative;margin-top:-42px;z-index:4}.pmh18-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.pmh18-head span{display:block;color:var(--gold);font-weight:1000;font-size:13px;text-transform:uppercase}.pmh18-head h2{position:relative;margin:4px 0 0;padding-left:15px;color:#fff;font-size:25px;line-height:1.1;font-weight:1000}.pmh18-head h2:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;border-radius:3px;background:var(--gold)}.pmh18-head a{color:#dddff0!important;font-weight:1000}.pmh18-card-row{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:17px}.pmh18-card{min-width:0}.pmh18-card-poster{position:relative;display:block;aspect-ratio:2/3;border-radius:7px;overflow:hidden;background:#12172c;box-shadow:0 16px 35px rgba(0,0,0,.25)}.pmh18-card-poster img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .25s ease,filter .25s ease}.pmh18-card:hover img{transform:scale(1.055);filter:brightness(.82)}.pmh18-card-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.86);width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,212,61,.94);color:#111;opacity:0;transition:.22s;font-size:15px;box-shadow:0 0 28px rgba(255,212,61,.45)}.pmh18-card:hover .pmh18-card-play{opacity:1;transform:translate(-50%,-50%) scale(1)}.pmh18-card-no{position:absolute;right:8px;bottom:-2px;font-size:24px;font-weight:1000;color:rgba(255,255,255,.55);text-shadow:0 4px 12px rgba(0,0,0,.7)}.pmh18-card h3{margin:12px 0 4px;font-size:14px;line-height:1.25;font-weight:1000;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pmh18-card h3 a:hover{color:var(--gold)!important}.pmh18-card p{margin:0;color:#aab1c7;font-size:12px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pmh18-empty{padding:26px;border:1px solid var(--line);border-radius:16px;color:var(--muted);background:rgba(255,255,255,.04)}.pmh18-mood-grid,.pmh18-quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.pmh18-mood-grid a,.pmh18-quick-grid a{position:relative;min-height:116px;display:grid;grid-template-columns:72px auto;align-items:center;column-gap:15px;padding:22px;border:1px solid rgba(126,139,199,.28);border-radius:9px;background:#07091c;color:#fff!important;transition:border-color .2s,transform .2s,background .2s}.pmh18-mood-grid a:hover,.pmh18-quick-grid a:hover{transform:translateY(-2px);border-color:rgba(255,212,61,.55);background:#0b0e25}.pmh18-mood-grid i,.pmh18-quick-grid i{grid-row:1/3;width:56px;height:56px;border-radius:15px;display:flex;align-items:center;justify-content:center;background:#111530;color:#fff;font-style:normal;font-size:30px;font-weight:1000}.pmh18-mood-grid strong,.pmh18-quick-grid strong{font-size:16px;font-weight:1000}.pmh18-mood-grid small,.pmh18-quick-grid small{color:#c5cadd;font-size:13px;font-weight:800}.pmh18-mood-grid .pmh18-wide,.pmh18-quick-grid .pmh18-wide{grid-column:span 2}.pmh18-mood-grid b,.pmh18-quick-grid b{position:absolute;right:22px;top:50%;transform:translateY(-50%);font-size:44px;color:#9aa2bd}.pmh18-quick-grid{grid-template-columns:repeat(6,1fr)}.pmh18-quick-grid a{grid-template-columns:56px auto;min-height:101px;padding:18px}.pmh18-quick-grid i{width:50px;height:50px;font-size:25px}.pmh18-quick-grid strong{font-size:15px}.pmh18-quick-grid em{position:absolute;right:14px;top:14px;background:#ff8ef1;color:#fff;border-radius:8px;padding:3px 7px;font-style:normal;font-size:11px;font-weight:1000}.pmh18-quick-grid .pmh18-wide{grid-column:span 4}.pmh18-info-panel{display:grid;grid-template-columns:250px 1fr 445px;gap:30px;align-items:center;width:min(1380px,calc(100% - 56px));margin:45px auto 0;border:1px solid rgba(126,139,199,.28);border-radius:10px;background:#101430;overflow:hidden}.pmh18-info-img{min-height:170px;height:100%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 50%,rgba(255,55,235,.8),rgba(58,36,148,.8) 48%,#060817 80%)}.pmh18-info-img span{display:flex;align-items:center;justify-content:center;width:86px;height:86px;border-radius:50%;background:#ffd43d;color:#111;font-size:38px;box-shadow:0 0 50px rgba(255,212,61,.5)}.pmh18-info-copy h2{margin:0 0 15px;color:var(--gold);font-size:19px;font-weight:1000}.pmh18-info-copy p{margin:0 0 11px;color:#fff;font-size:14px;font-weight:700;line-height:1.7}.pmh18-info-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding-right:18px}.pmh18-info-stats span{display:flex;min-height:116px;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px solid rgba(255,255,255,.12);border-radius:9px;background:rgba(255,255,255,.03)}.pmh18-info-stats b{font-size:24px;color:#fff;font-weight:1000}.pmh18-info-stats em{margin-top:4px;color:#fff;font-style:normal;font-size:12px;font-weight:700}.pmh18-device{width:min(750px,calc(100% - 56px));margin:25px auto 36px;text-align:center}.pmh18-device h2{margin:0 0 14px;color:var(--gold);font-size:21px;font-weight:1000}.pmh18-device div{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(126,139,199,.34);border-radius:8px;background:#101430;overflow:hidden}.pmh18-device span{display:block;text-align:left;padding:16px 18px;color:var(--gold);font-weight:1000}.pmh18-device span:not(:last-child){border-right:1px solid rgba(255,255,255,.12)}.pmh18-device b{display:inline-block;color:#ff80e8;margin-left:8px}.pmh18-device em{display:block;color:#fff;font-size:12px;font-style:normal;margin-left:30px;margin-top:2px}.pmh18-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:30px max(28px,calc((100% - 1380px)/2));border-top:1px solid rgba(255,255,255,.09);color:#cbd0df}.pmh18-footer nav{display:flex;align-items:center;gap:26px}.pmh18-footer a:hover{color:var(--gold)!important}.pmh18-footer i{font-style:normal;color:#555c72}.pmh18-footer p{margin:0}.pmh18-footer strong{color:var(--gold)}
.pmh18-seo-landing{background:radial-gradient(circle at 12% 0,rgba(255,212,61,.13),transparent 28%),radial-gradient(circle at 85% 8%,rgba(117,48,255,.28),transparent 30%),#070817}.pmh18-seo-top{display:flex;align-items:center;justify-content:space-between;gap:22px;width:min(1120px,calc(100% - 42px));margin:0 auto;padding:22px 0}.pmh18-seo-brand{display:flex;align-items:center;gap:12px;color:#fff!important}.pmh18-seo-brand span{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#ffd43d;color:#111;font-size:13px}.pmh18-seo-brand strong{font-size:24px;font-weight:1000}.pmh18-seo-top nav{display:flex;gap:22px}.pmh18-seo-top nav a{color:#dfe3f3!important;font-weight:900}.pmh18-seo-top nav a:hover{color:#ffd43d!important}.pmh18-seo-cta{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 20px;border-radius:999px;background:#ffd43d;color:#111!important;font-weight:1000}.pmh18-seo-hero{width:min(1120px,calc(100% - 42px));margin:34px auto 0;padding:72px 62px;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:linear-gradient(120deg,rgba(12,15,39,.92),rgba(13,15,43,.58)),radial-gradient(circle at 80% 50%,rgba(255,45,232,.36),transparent 28%);box-shadow:0 28px 90px rgba(0,0,0,.35)}.pmh18-seo-hero span{color:#ffd43d;font-weight:1000;text-transform:uppercase;letter-spacing:.6px}.pmh18-seo-hero h1{max-width:820px;margin:14px 0 18px;font-size:46px;line-height:1.12;font-weight:1000;color:#fff;letter-spacing:-1px}.pmh18-seo-hero p{max-width:760px;margin:0;color:#dce1f2;font-size:17px;line-height:1.8;font-weight:700}.pmh18-seo-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.pmh18-seo-actions a{display:inline-flex;align-items:center;justify-content:center;height:50px;padding:0 24px;border-radius:999px;font-weight:1000}.pmh18-seo-actions a:first-child{background:#ffd43d;color:#111!important}.pmh18-seo-actions a:last-child{border:1px solid rgba(255,255,255,.25);color:#fff!important}.pmh18-seo-article{width:min(960px,calc(100% - 42px));margin:46px auto;padding:46px 54px;border-radius:24px;background:#fff;color:#171923;box-shadow:0 24px 80px rgba(0,0,0,.22)}.pmh18-seo-article h2{margin:34px 0 14px;color:#0b1020;font-size:29px;line-height:1.25;font-weight:1000}.pmh18-seo-article h2:first-child{margin-top:0}.pmh18-seo-article p{margin:0 0 17px;color:#333a4d;font-size:17px;line-height:1.86}.pmh18-seo-article a{color:#a06b00!important;font-weight:900;text-decoration:underline}.pmh18-seo-final-cta{width:min(960px,calc(100% - 42px));margin:0 auto 60px;padding:40px;border-radius:24px;text-align:center;background:linear-gradient(135deg,#11152e,#17123d);border:1px solid rgba(255,255,255,.12)}.pmh18-seo-final-cta h2{margin:0 0 10px;color:#ffd43d;font-size:32px}.pmh18-seo-final-cta p{margin:0 0 24px;color:#dce1f2}.pmh18-seo-final-cta a{display:inline-flex;align-items:center;justify-content:center;height:52px;padding:0 28px;border-radius:999px;background:#ffd43d;color:#111!important;font-weight:1000}
@media(max-width:1180px){.pmh18-topbar{gap:18px;width:calc(100% - 34px)}.pmh18-nav{display:none}.pmh18-search{width:310px}.pmh18-hero-copy{width:min(620px,62vw)}.pmh18-hero-art{opacity:.62}.pmh18-card-row{grid-template-columns:repeat(5,1fr)}.pmh18-card-row .pmh18-card:nth-child(n+6){display:none}.pmh18-quick-grid{grid-template-columns:repeat(3,1fr)}.pmh18-quick-grid .pmh18-wide{grid-column:span 2}.pmh18-info-panel{grid-template-columns:200px 1fr}.pmh18-info-stats{grid-column:1/-1;padding:0 18px 18px}.pmh18-footer{flex-direction:column;text-align:center}.pmh18-footer nav{flex-wrap:wrap;justify-content:center}}@media(max-width:760px){.pmh18-topbar{position:relative;width:calc(100% - 28px);padding:14px 0;flex-wrap:wrap}.pmh18-logo{min-width:160px}.pmh18-logo strong{font-size:22px}.pmh18-search{order:4;width:100%}.pmh18-watch-now{margin-left:auto;height:42px;padding:0 14px;font-size:12px}.pmh18-hero{min-height:auto;padding:48px 18px 54px}.pmh18-hero-copy{width:100%}.pmh18-kicker{font-size:28px}.pmh18-hero h1{font-size:34px}.pmh18-hero p{font-size:14px}.pmh18-stats{grid-template-columns:repeat(2,1fr);gap:14px}.pmh18-stats span{margin:0;padding:0}.pmh18-stats span:after{display:none}.pmh18-actions{align-items:stretch}.pmh18-btn-main,.pmh18-btn-ghost{width:100%;height:52px}.pmh18-hero-art{display:none}.pmh18-section{width:calc(100% - 28px);padding:28px 0}.pmh18-latest{margin-top:0}.pmh18-head{align-items:flex-start}.pmh18-head h2{font-size:22px}.pmh18-card-row{display:flex;overflow-x:auto;gap:14px;padding-bottom:10px;scroll-snap-type:x mandatory}.pmh18-card{flex:0 0 150px;scroll-snap-align:start}.pmh18-card-row .pmh18-card:nth-child(n+6){display:block}.pmh18-mood-grid,.pmh18-quick-grid{grid-template-columns:1fr}.pmh18-mood-grid a,.pmh18-quick-grid a,.pmh18-mood-grid .pmh18-wide,.pmh18-quick-grid .pmh18-wide{grid-column:auto}.pmh18-info-panel{width:calc(100% - 28px);grid-template-columns:1fr;gap:0}.pmh18-info-copy{padding:24px}.pmh18-info-stats{grid-template-columns:repeat(2,1fr)}.pmh18-device{width:calc(100% - 28px)}.pmh18-device div{grid-template-columns:1fr}.pmh18-device span:not(:last-child){border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.pmh18-footer{padding:28px 18px}.pmh18-footer nav{gap:12px;font-size:13px}.pmh18-seo-top{width:calc(100% - 28px);flex-wrap:wrap}.pmh18-seo-top nav{order:3;width:100%;overflow-x:auto;white-space:nowrap;padding-bottom:6px}.pmh18-seo-hero{width:calc(100% - 28px);padding:38px 24px;border-radius:18px}.pmh18-seo-hero h1{font-size:32px}.pmh18-seo-hero p{font-size:15px}.pmh18-seo-actions a{width:100%}.pmh18-seo-article{width:calc(100% - 28px);padding:28px 22px;border-radius:18px}.pmh18-seo-article h2{font-size:24px}.pmh18-seo-article p{font-size:16px}.pmh18-seo-final-cta{width:calc(100% - 28px);padding:30px 20px}.pmh18-seo-final-cta h2{font-size:26px}}


/* v7.2.23 landing polish: font đồng bộ, logo theme, spacing, svg icons, widgets */
.pmh18-rophim,.pmh18-seo-landing{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif!important}
.pmh18-logo{display:flex!important;align-items:center!important;min-width:190px!important;line-height:1!important}
.pmh18-logo img,.pmh18-logo .custom-logo{display:block!important;max-height:46px!important;max-width:230px!important;width:auto!important;height:auto!important}
.pmh18-logo strong{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif!important;font-weight:900!important;font-size:26px!important;color:#fff!important}
.pmh18-latest{margin-top:0!important;padding-top:72px!important}
.pmh18-head{margin-bottom:26px!important}
.pmh18-head span{letter-spacing:.2px!important}
.pmh23-svg{display:inline-flex;align-items:center;justify-content:center;line-height:0;color:currentColor}
.pmh23-svg svg{display:block;width:1em;height:1em;overflow:visible}
.pmh18-search button .pmh23-svg{font-size:20px;color:#fff}
.pmh18-watch-now span .pmh23-svg,.pmh18-btn-main span .pmh23-svg{font-size:12px;color:#111}
.pmh18-btn-ghost span{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:30px!important;height:30px!important;font-size:30px!important;color:#e4ff43!important;text-shadow:0 0 16px rgba(228,255,67,.9)}
.pmh18-btn-ghost span .pmh23-svg{font-size:30px;filter:drop-shadow(0 0 10px rgba(228,255,67,.85))}
.pmh18-play-orb span .pmh23-svg{font-size:82px;color:#fff;filter:drop-shadow(0 0 18px rgba(255,255,255,.9))}
.pmh18-info-img span .pmh23-svg{font-size:40px;color:#111}
.pmh18-mood-grid i,.pmh18-quick-grid i{font-size:30px!important;color:#fff!important;line-height:1!important}
.pmh18-mood-grid i .pmh23-svg,.pmh18-quick-grid i .pmh23-svg{font-size:30px!important}
.pmh18-quick-grid i .pmh23-svg{font-size:26px!important}
.pmh18-device span .pmh23-svg{font-size:26px;vertical-align:middle;margin-right:8px;color:var(--gold)}
.pmh18-info-copy .widget,.pmh18-info-copy .wp-block-group,.pmh18-info-copy .wp-block-heading,.pmh18-info-copy p{max-width:540px}
.pmh18-info-copy h2,.pmh18-info-copy .wp-block-heading{margin:0 0 15px!important;color:var(--gold)!important;font-size:22px!important;font-weight:900!important;line-height:1.35!important}
.pmh18-info-copy p{margin:0 0 11px!important;color:#fff!important;font-size:14px!important;font-weight:500!important;line-height:1.75!important}
@media(max-width:1180px){.pmh18-latest{padding-top:52px!important}.pmh18-logo img,.pmh18-logo .custom-logo{max-width:190px!important}}
@media(max-width:760px){.pmh18-latest{padding-top:34px!important}.pmh18-logo{min-width:0!important}.pmh18-logo img,.pmh18-logo .custom-logo{max-height:40px!important;max-width:170px!important}}


/* v7.2.24: root landing only - bỏ các vị trí mũi tên đỏ, widget chỉ tác động trang / */
body.home .pmh18-rophim .pmh18-watch-now,
body.front-page .pmh18-rophim .pmh18-watch-now,
body.home .pmh18-rophim .pmh18-btn-ghost,
body.front-page .pmh18-rophim .pmh18-btn-ghost{display:none!important}
body.home .pmh18-rophim .pmh18-topbar,
body.front-page .pmh18-rophim .pmh18-topbar{gap:34px!important}
body.home .pmh18-rophim .pmh18-nav,
body.front-page .pmh18-rophim .pmh18-nav{gap:36px!important;margin-left:22px!important}
body.home .pmh18-rophim .pmh18-search,
body.front-page .pmh18-rophim .pmh18-search{margin-left:auto!important;width:390px!important}
body.home .pmh18-rophim .pmh18-actions,
body.front-page .pmh18-rophim .pmh18-actions{gap:0!important}
body.home .pmh18-rophim .pmh18-btn-main,
body.front-page .pmh18-rophim .pmh18-btn-main{min-width:205px!important}
body.home .pmh18-rophim .pmh18-latest,
body.front-page .pmh18-rophim .pmh18-latest{padding-top:88px!important}
body.home .pmh18-rophim,
body.front-page .pmh18-rophim{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif!important}
body.home .pmh18-rophim .pmh18-mood-grid a,
body.home .pmh18-rophim .pmh18-quick-grid a,
body.front-page .pmh18-rophim .pmh18-mood-grid a,
body.front-page .pmh18-rophim .pmh18-quick-grid a{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif!important}
@media(max-width:1180px){
  body.home .pmh18-rophim .pmh18-search,
  body.front-page .pmh18-rophim .pmh18-search{width:320px!important}
}
@media(max-width:760px){
  body.home .pmh18-rophim .pmh18-search,
  body.front-page .pmh18-rophim .pmh18-search{width:100%!important}
  body.home .pmh18-rophim .pmh18-latest,
  body.front-page .pmh18-rophim .pmh18-latest{padding-top:40px!important}
}


/* v7.2.25: widget riêng cho các phần khoanh đỏ trên trang chủ / */
body.home .pmh18-rophim .pmh18-hero-copy > .widget,
body.front-page .pmh18-rophim .pmh18-hero-copy > .widget{display:contents!important}
body.home .pmh18-rophim .pmh18-device > .widget,
body.front-page .pmh18-rophim .pmh18-device > .widget{display:contents!important}
body.home .pmh18-rophim .pmh18-info-panel > .widget,
body.front-page .pmh18-rophim .pmh18-info-panel > .widget{display:contents!important}
body.home .pmh18-rophim .pmh18-device h2,
body.front-page .pmh18-rophim .pmh18-device h2{margin-top:0!important}
body.home .pmh18-rophim .pmh18-mood-grid .widget,
body.home .pmh18-rophim .pmh18-quick-grid .widget,
body.front-page .pmh18-rophim .pmh18-mood-grid .widget,
body.front-page .pmh18-rophim .pmh18-quick-grid .widget{display:contents!important}
body.home .pmh18-rophim .pmh18-section > .widget,
body.front-page .pmh18-rophim .pmh18-section > .widget{display:contents!important}


/* =========================================================
   PhimHayOK v7.2.35 - Landing hero clean background
   Bỏ hiệu ứng ô vuông, vòng tròn, nút play phát sáng và vòng film ở hero.
   Chỉ giữ ảnh nền phía dưới. Không ảnh hưởng trang phim chính.
   ========================================================= */
.pmh18-rophim .pmh18-hero-art,
.pmh18-rophim .pmh18-play-orb,
.pmh18-rophim .pmh18-float-card,
.pmh18-rophim .pmh18-film-line{
  display:none!important;
}
.pmh18-rophim .pmh18-hero:after{
  display:none!important;
}
.pmh18-rophim .pmh18-hero:before{
  opacity:.42!important;
  filter:saturate(1.08) contrast(1.03)!important;
}


/* =========================================================
   PhimHayOK v7.2.36 - Fix landing info/device icons
   - Khung SEO dùng favicon website thay nút play.
   - Box Web/Mobile/TV/Tablet canh giữa toàn bộ icon + chữ.
   - Web dùng icon quả địa cầu, Tablet dùng icon iPad/tablet.
   ========================================================= */
.pmh18-rophim .pmh18-info-img span{
  overflow:hidden!important;
}
.pmh18-rophim .pmh18-info-img span .pmh36-favicon-img{
  display:block!important;
  width:58px!important;
  height:58px!important;
  object-fit:contain!important;
  border-radius:12px!important;
}
.pmh18-rophim .pmh18-device div{
  align-items:stretch!important;
}
.pmh18-rophim .pmh18-device span{
  display:flex!important;
  min-height:126px!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  text-align:center!important;
  padding:18px 14px!important;
}
.pmh18-rophim .pmh18-device span .pmh23-svg{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  font-size:28px!important;
  color:var(--gold)!important;
}
.pmh18-rophim .pmh18-device b{
  display:block!important;
  margin:0!important;
  color:#ff80e8!important;
  line-height:1.1!important;
}
.pmh18-rophim .pmh18-device em{
  display:block!important;
  margin:0!important;
  color:#fff!important;
  line-height:1.25!important;
}


/* =========================================================
 * PhimHayOK v7.2.37 - Landing enter countdown button
 * ========================================================= */
body.home .pmh18-rophim .pmh18-btn-main.pmh18-counting,
body.front-page .pmh18-rophim .pmh18-btn-main.pmh18-counting{
    pointer-events:none!important;
    cursor:wait!important;
    opacity:.92!important;
    min-width:235px!important;
}
body.home .pmh18-rophim .pmh18-btn-main.pmh18-counting span,
body.front-page .pmh18-rophim .pmh18-btn-main.pmh18-counting span{
    animation:pmh18_enter_pulse .8s ease-in-out infinite alternate;
}
@keyframes pmh18_enter_pulse{
    from{transform:scale(1)}
    to{transform:scale(1.12)}
}


/* =========================================================
 * PhimHayOK v7.2.38 - Bỏ vòng vàng sau favicon ở khung SEO
 * ========================================================= */
body.home .pmh18-rophim .pmh18-info-media,
body.front-page .pmh18-rophim .pmh18-info-media{
    background:radial-gradient(circle at center, rgba(155,65,255,.36), rgba(8,9,28,.08) 58%, transparent 76%)!important;
}
body.home .pmh18-rophim .pmh18-info-media:before,
body.home .pmh18-rophim .pmh18-info-media:after,
body.front-page .pmh18-rophim .pmh18-info-media:before,
body.front-page .pmh18-rophim .pmh18-info-media:after{
    display:none!important;
    content:none!important;
}
body.home .pmh18-rophim .pmh18-info-media img,
body.front-page .pmh18-rophim .pmh18-info-media img{
    width:92px!important;
    height:92px!important;
    object-fit:contain!important;
    border-radius:22px!important;
    background:transparent!important;
    box-shadow:0 0 34px rgba(158,68,255,.45)!important;
    padding:0!important;
}
body.home .pmh18-rophim .pmh18-info-media .pmh23-svg,
body.front-page .pmh18-rophim .pmh18-info-media .pmh23-svg{
    background:transparent!important;
    box-shadow:none!important;
}


/* PhimHayOK v7.2.45 - Semantic HTML5 compatibility */
.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important}
figure.pmc-info-backdrop,
figure.pmc-info-poster-wrap,
figure.player-top,
figure.column.lefts,
figure.pmhayok-footer-logo{margin:0}
.pmc-action-list{list-style:none;margin:0;padding:0}
body.single-ophim button.streaming-server,body.single-ophim button.play-tips-bnt{font:inherit}
.pmc-info-mobile-title .pmc-info-mobile-heading{margin:18px 12px 0;font-size:26px;font-weight:700;color:#fff}
.pmc-info-facts>div{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:5px}
.pmc-info-facts dt{color:#fff;font-weight:500}
.pmc-info-facts dd{margin:0}
.pmc-server-name{margin-top:0}
.pmc-search-results:empty{display:none!important}
.pmc-skip-link:focus{position:fixed!important;z-index:1000001;top:8px;left:8px;width:auto!important;height:auto!important;margin:0!important;padding:10px 14px!important;overflow:visible!important;clip:auto!important;clip-path:none!important;white-space:normal!important;background:#fff;color:#111;border-radius:6px}
.pmc-content-page{padding-top:110px;padding-bottom:40px}
.pmc-content-header h1{margin:0 0 24px;color:#fff}
.pmc-entry-content{color:#fff;line-height:1.75}
fieldset.pmc-filter-sample-row{padding-inline:38px}
@media(max-width:768px){
  .pmc-info-mobile-title .pmc-info-mobile-heading{font-size:26px}
  fieldset.pmc-filter-sample-row{padding-inline:14px}
}


/* v7.2.46: skip below-the-fold rendering until needed. */
@supports (content-visibility:auto){
  .pmc-home-section,.pmc-watch-related,.pmh18-section,.pmh18-info-panel,.pmh18-device{content-visibility:auto;contain-intrinsic-size:1px 720px}
}
