@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html { -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
:root {
--white: #fff;
--black: #000;
--default: #fff;
--primary: rgb(227 219 219);
} html,
body {
width: 100%;
height: 100%;
padding: 0px;
margin: 0px
}
body {
font-family: 'Kanit', sans-serif;
font-size: 100%;
font-weight: 400;
color: var(--default);
text-decoration: none;
}
.header--logo,
.ft-logo {
max-width: 200px;
}
img {
border: 0px;
}
.img-responsive {
display: block;
height: auto;
max-width: 100%;
}
.img-fluid,
img {
max-width: 100%;
height: auto;
}
strong {
font-weight: 500;
}
figure {
margin: 0 0 1rem;
}
a,
a:hover {
text-decoration: none;
outline: 0;
transition: all 0.3s ease;
}
a:focus {
text-decoration: none;
outline: 0;
}
.btn.focus,
.btn:focus {
outline: 0;
box-shadow: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
.form-control:focus {
outline: none !important;
box-shadow: none;
}
input,
select,
textarea {
background-clip: padding-box;
}
h1,
h2,
h3,
h4 {
font-family: 'Kanit', sans-serif;
font-weight: 400;
}
h2 {
font-size: 1.5em;
line-height: 1.5;
}
h3 {
font-size: 1.17em;
line-height: 1.5;
}
p {
font-size: 1em;
line-height: 1.5;
font-weight: 300;
margin-bottom: 1.5em;
}  .pagesite {
width: 1220px;
}
@media screen and (min-width: 1200px) {
.pagesite {
width: 100%;
}
}
.div-container {
justify-items: center;
max-width: 1440px;
width: 100%;
margin: 0 auto;
}
.h1-text {
text-align: center;
border-radius: .45rem;
}
.h1-text :is(h2, h3, h4, h5, h6) {
padding: 7px 20px 10px;
margin-bottom: 10px;
}
.div-header {
width: 100%;
}
.header--container {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 0;
width: 1220px;
margin: 0 auto;
}
.div--logo {
width: 178px;
}
.header--title {
font-size: 17px;
font-weight: 400;
text-align: center;
}
.header--search {
width: 468px;
}
.header--search .formsearch {
position: relative;
}
.header--search .inputsearch {
width: 100%;
padding: 9px 10px;
border-radius: 8px;
border: 1px solid #999;
background-color: #1d252b;
font-family: 'Kanit', sans-serif;
font-size: 1rem;
line-height: 1;
font-weight: 300;
color: #fff;
}
.header--search .btnsearch {
position: absolute;
top: 5px;
right: 8px;
background: none;
border: 0;
}
.main-navigation {
margin: 10px 0 35px;
border-bottom: 1px solid #38434a;
text-align: center;
}
.nav-menu li {
display: inline-flex;
padding: 0 1.3%;
}
.nav-menu li a {
display: block;
font-size: 1rem;
font-weight: 400;
color: #999;
padding: 20px 0 15px;
border-bottom: 3px solid transparent;
}
.nav-menu li a:hover {
border-bottom: 3px solid var(--primary);
color: #fff;
} footer.site-footer {
padding: 25px 0 0 0;
}
.ft-colophon-container {
width: 1220px;
max-width: 100%;
margin: 0 auto;
display: flex;
padding-bottom: 20px;
}
.ft-logo {
margin-bottom: 20px;
}
.ft-colophon-1 {
width: 100%;
}
.ft-colophon-1 p {
font-size: 14px;
}
.ft-colophon-2 {
width: 65%;
}
.ft--sitemap h3 {
text-align: center;
margin-bottom: 20px;
}
.ft--sitemap ul {
padding-top: 15px;
padding-bottom: 25px;
padding-left: 15px;
display: grid;
grid-template-columns: repeat(4, calc(100%* 1 / 4 - 13px));
column-gap: 15px;
}
.ft--sitemap ul li {
padding: 5px;
}
.ft--sitemap ul li a {
font-size: 14px;
line-height: 1.5;
color: #fff;
}
.ft--sitemap ul li a:hover {
color: var(--primary);
}
.ft-menu {
border-top: 1px solid #38434a;
text-align: center;
}
.ft-copyright {
background-color: #0f1317;
text-align: center;
}
.ft-copyright p {
font-size: 14px;
color: #c5d3de;
padding: 10px 0;
}   .reccommend-movies {
margin-bottom: 50px;
}
.grid-reccommend {
width: 1220px;
margin: unset;
display: -ms-grid;
display: grid;
-ms-grid-columns: repeat(7, calc(100%* 1 / 7 - 10px));
grid-template-columns: repeat(7, calc(100%* 1 / 7 - 10px));
grid-gap: 11px;
}
@media screen and (min-width: 1200px) {
.grid-reccommend {
max-width: 100%;
margin: 1rem auto 10px;
}
.grid-movie {
width: 188px !important;
grid-template-columns: repeat(4, 100%) !important;
}
.grid-reccommend {
width: 1437px;
margin: unset;
display: -ms-grid;
display: grid
;
-ms-grid-columns: repeat(7, calc(100%* 1 / 7 - 10px));
grid-template-columns: repeat(7, calc(100%* 1 / 7 - 10px));
grid-gap: 11px;
margin: 1rem auto 10px;
}
}
.movie_box_reccom,
.movie_box {
position: relative;
overflow: hidden;
}
.movie_box_reccom a,
.movie_box a {
background: #3b3d45;
}
.movie_box_reccom span,
.movie_box span {
font-size: 12px;
color: #c5d3de;
text-align: center;
padding: 2px 7px;
padding-left: 20px;
}
.movie_box_reccom span.info1,
.movie_box span.info1 {
background-image: url(//newmovie888.com/wp-content/themes/newmovie888/assets/images/star.png);
background-repeat: no-repeat;
background-position: 4px center;
background-color: #000;
border-bottom-right-radius: 5px;
border-top-left-radius: .25rem;
}
.movie_box_reccom span.info2,
.movie_box span.info2 {
padding-left: 7px;
border-bottom-left-radius: 5px;
border-top-right-radius: .25rem;
}
.info2 {
background-color: var(--primary);
}
.movie_box_reccom p {
font-size: 14px;
color: #fff;
padding: 5px;
height: 52px;
overflow: hidden;
text-align: center;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
display: -webkit-box;
}
.movie_box_reccom a img {
max-width: 100%;
height: auto;
vertical-align: middle;
}
span.resolution-box {
display: block;
width: 60%;
padding: 3px 0;
margin: 0 auto;
border-radius: 4px;
background: #000;
}
.box-post-thumbnail {
position: relative;
}
.box-post-thumbnail img.reccom-image {
border-radius: 0.25rem;
}
.box-post-float {
position: absolute;
width: 100%;
height: 100%;
top: 0;
opacity: 0;
background-color: rgba(0, 0, 0, 0.3);
transition: opacity .4s;
}
.box-post-float img {
position: absolute;
top: 50%;
left: 50%;
opacity: 0;
transform: translate(-50%, -50%);
transition: opacity .5s;
}
.figure-box-reccom {
position: absolute;
top: 0;
left: 0;
width: 100%;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
align-items: center;
}
.movie_box_reccom:hover .box-post-float,
.movie_box_reccom:hover .box-post-float img {
opacity: 1;
}
.movie_box_reccom:hover p {
color: var(--primary);
}
.movie_box_reccom:hover span.resolution-box {
background-color: var(--primary);
color: #000;
}
.intro-movies {
background-color: rgb(29, 37, 43, 0.38);
text-align: center;
padding: 15px;
border-radius: .5rem;
}
.intro-movies .intro h2 {
margin: 0.83em 0;
}
.grid-main {
display: grid;
-ms-grid-columns: 224px 730px 224px;
grid-template-columns: 224px 730px 224px;
grid-gap: 13px;
margin-top: 32px;
padding-left: 10px;
}
@media screen and (min-width: 1200px) {
.grid-main {
display: grid;
grid-template-columns: calc(202px - 5px) 783px calc(202px - 5px);
grid-gap: 16px;
margin-top: 30px;
}
}
.aside--categories {
position: relative;
border-radius: 15px;
}
.categories--list h3 {
padding: 15px;
}
.categories--list ul {
padding-top: 15px;
padding-bottom: 25px;
padding-left: 15px;
}
.categories--list ul li {
padding: 5px;
font-size: 16px;
line-height: 1.5;
}
.grid-movie {
display: grid;
width: 175px;
grid-template-columns: repeat(4, 100%);
grid-gap: 10px;
margin-bottom: 15px;
}
.movie-review {
width: 1220px;
margin: 25px auto;
}
.review-movie-grid {
display: grid;
grid-template-columns: repeat(4, calc(100%* 1 / 4 - 13px));
grid-gap: 15px;
}
.review-post-thumbnail {
border-bottom: 2px solid var(--primary);
margin-bottom: 5px;
}
.review-post-thumbnail img {
max-width: 100%;
height: auto;
}
.review-post-name a {
display: block;
height: 50px;
overflow: hidden;
font-size: 1rem;
line-height: 1.5;
}
.review-post-name a:hover {
color: var(--primary);
}  .ads-container {
width: 1220px;
margin: 0 auto;
}
.main-ads {
display: grid;
grid-template-columns: 180px 848px 180px;
grid-gap: 8px;
justify-content: space-between;
margin-bottom: 25px;
}
section.widget {
margin-bottom: 0px !important;
}
.widget_media_image .widgettitle {
display: none;
}
.widget_media_image img {
max-width: 100%;
height: auto;
}
.top-left .widget_media_image img,
.top-right .widget_media_image img {
height: 278px !important;
}
.ads-layout[class*=fixed-] {
position: fixed;
}
.ads-layout li {
list-style: none;
margin-bottom: 0;
}
.ads-layout.fixed-left {
top: 3%;
left: 0;
}
.ads-layout.fixed-center {
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.ads-layout.fixed-right {
top: 3%;
right: 0;
}
.close-ad {
position: absolute;
top: 0;
right: 0;
display: block;
padding: 5px 10px;
color: #fff;
background-color: var(--primary);
cursor: pointer;
}
.main-single-page {
display: grid;
grid-template-columns: 205px 782px 205px;
grid-gap: 8px;
}
.informs-movie {
display: -ms-grid;
display: grid;
-ms-grid-columns: 210px 556px;
grid-template-columns: 210px 556px;
grid-gap: 15px;
margin-top: 5px;
margin-bottom: 5px;
}
.movies-details {
background-color: #0f1317;
color: #fff;
font-size: 14px;
padding: 10px 15px;
display: flex;
display: -ms-flexbox;
justify-content: space-between;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
border-radius: 15px;
}
span.year,
span.sound,
span.times,
span.reso {
margin-top: 8px;
}
span.year a {
color: #f6f0f0;
}
span.star {
background-color: #111;
padding: 5px;
border-radius: 8px;
}
span.star img {
vertical-align: text-bottom;
padding-right: 10px;
}
.movie-excerpt {
background: rgb(29, 37, 43, 0.38);
padding: 15px;
font-size: 15px;
margin-top: 15px;
margin-bottom: 15px;
border-radius: 0.45rem;
}
.excerpt-series span {
justify-content: flex-start;
align-items: center;
margin-bottom: 25px;
color: #fff;
padding-top: 20px;
border-top: 1px solid #303030;
}
.show-movie {
position: relative;
}
.report-movie {
text-align: center;
}
.report-btn,
.request-btn {
all: unset;
color: #fff;
font-weight: 300;
cursor: pointer;
padding: 3px 15px;
display: inline-flex;
justify-content: center;
align-items: center;
gap: 10px;
border: 1px solid var(--primary);
margin: 0 auto 10px;
border-radius: 10px;
}
.banner-player {
position: absolute;
top: 10.5%;
left: 19%;
}
iframe.res-iframe {
height: 670px;
width: 100%;
margin: 20px 0;
}
embed,
iframe,
object {
max-width: 100%;
} .mx-player-wrapper {
position: relative;
width: 100%;
margin: 20px 0;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
}
.mx-player-wrapper::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #ffeaa7);
background-size: 200% 100%;
animation: mx-gradient-animation 3s ease infinite;
}
@keyframes mx-gradient-animation {
0%, 100% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
}
.mx-player-iframe,
.responsive-iframe {
width: 100%;
height: 415px;
border: none;
display: block;
background: #000;
min-height: 300px; }
.mx-player-movie {
border: 2px solid #ff6b6b;
}
.mx-player-tv {
border: 2px solid #4ecdc4;
} .mx-player-fallback,
.no-player-message {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
padding: 40px 20px;
text-align: center;
border-radius: 10px;
margin: 20px 0;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.fallback-content,
.no-player-content {
color: white;
max-width: 400px;
margin: 0 auto;
}
.fallback-content h4,
.no-player-content h4 {
font-size: 1.5em;
margin-bottom: 15px;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.fallback-content p,
.no-player-content p {
font-size: 1.1em;
opacity: 0.9;
line-height: 1.6;
} .mx-player-wrapper.loading {
background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
background-size: 200% 100%;
animation: mx-loading-shimmer 1.5s infinite;
}
@keyframes mx-loading-shimmer {
0% { background-position: -200% 0; }
100% { background-position: 200% 0; }
} @media (max-width: 1024px) {
.mx-player-iframe,
.responsive-iframe {
height: 480px; }
}
@media (max-width: 768px) {
.mx-player-iframe,
.responsive-iframe {
height: 450px; }
.mx-player-fallback,
.no-player-message {
padding: 30px 15px;
}
.fallback-content h4,
.no-player-content h4 {
font-size: 1.3em;
}
}
@media (max-width: 480px) {
.mx-player-iframe,
.responsive-iframe {
height: 380px; }
.mx-player-fallback,
.no-player-message {
padding: 25px 10px;
}
} .div_category {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}
.other-movie {
margin-bottom: 20px;
}
.grid-movie-4 {
display: grid;
grid-template-columns: repeat(4, calc(100%*1/4 - 13px));
grid-gap: 15px;
}
.review-thumbnail {
padding-top: 15px;
}
.review-thumbnail img {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.section-content-review {
padding: 25px;
background-color: #fff;
color: #2a2929 !important;
}
.section-content-review .h1-text h1 {
margin-top: 0;
color: #fff !important;
}
.section-content-review :is(h1, p) {
color: #2a2929 !important;
}
.wp-block-embed {
text-align: center;
}
.h1-text h1 {
font-size: 18px;
text-align: center;
color: #fff !important;
font-weight: 400;
padding: 7px 20px 10px;
padding-left: 0;
margin-bottom: 10px;
}
.category-description {
margin: 20px 0;
}
.category-description p {
font-size: .9rem;
}
.pageNumber {
width: 100%;
margin-top: 50px;
margin-bottom: 50px;
text-align: center;
}
.pageNumber .nav-links a.page-numbers,
.pageNumber .nav-links span {
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--white);
font-size: 14px;
width: 35px;
height: 35px;
margin: 0 5px;
background-color: #212120;
text-align: center;
border-radius: 8px;
border: 1px solid #212120;
border-radius: 25%;
}
.pageNumber .nav-links a.page-numbers:hover,
.pageNumber .nav-links a.page-numbers.current,
.pageNumber .nav-links span.current {
color: var(--black);
background-color: var(--primary);
border-color: var(--primary);
}
.contact--report {
padding: 20px;
}
.contact--report .form-group {
margin-bottom: 15px;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-family: 'Kanit', sans-serif;
font-size: 14px;
line-height: 1.4;
color: #555;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
textarea.form-control {
height: auto;
}
.submitButton {
text-align: center;
}
.submitButton .btn--submit {
background-color: var(--primary);
border-radius: 10px;
color: var(--white);
}
.review--container {
padding: 30px 0;
}
.review--movie {
display: flex;
margin-bottom: 20px;
}
.review--movie-img {
width: 360px;
aspect-ratio: 16/9;
position: relative;
}
.review--movie-img img {
object-fit: cover;
object-position: top;
width: 100%;
height: 100%;
border-radius: 10px;
}
.review--movie-img .info-review {
background-color: #e1a600;
border-radius: 20px;
padding: 5px 10px;
font-size: 14px;
line-height: 1;
color: #000;
position: absolute;
top: 5px;
left: 5px;
}
.review--movie-text {
width: calc(100% - 360px);
padding-left: 20px;
}
.review--movie-text .title {
font-size: 24px;
line-height: 1.3;
margin-bottom: 10px;
color: #fff;
}
.review--movie-text .title a {
color: #fff;
text-decoration: none;
}
.review--movie-text .title a:hover {
color: var(--primary);
}
.review--movie-text .txt {
font-size: 16px;
line-height: 1.4;
color: #999;
margin-bottom: 10px;
}
.review--movie-text .date {
font-size: 16px;
line-height: 1.4;
color: #999;
}
.mov_source{
font-size: 14px;
background: #1d222d;
color: #909090;
text-decoration: none;
margin-left: 5px;
padding: 3px 8px;
border: 1px solid #58606a;
border-radius: 7px;
}
.mov_source:hover{
background-color: var(--primary);
color: #000;
}