/*!
Theme Name: doonung2022
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: doonung2022
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

doonung2022 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Add Font */

@font-face {
    font-family: 'kanitsemibold';
    src: url('/font/kanit-semibold-webfont.eot');
    src: url('/font/kanit-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/kanit-semibold-webfont.woff2') format('woff2'),
         url('/font/kanit-semibold-webfont.woff') format('woff'),
         url('/font/kanit-semibold-webfont.ttf') format('truetype'),
         url('/font/kanit-semibold-webfont.svg#kanitsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kanitregular';
    src: url('/font/kanit-regular-webfont.eot');
    src: url('/font/kanit-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/kanit-regular-webfont.woff2') format('woff2'),
         url('/font/kanit-regular-webfont.woff') format('woff'),
         url('/font/kanit-regular-webfont.ttf') format('truetype'),
         url('/font/kanit-regular-webfont.svg#kanitregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kanitlight';
    src: url('/font/kanit-light-webfont.eot');
    src: url('/font/kanit-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/kanit-light-webfont.woff2') format('woff2'),
         url('/font/kanit-light-webfont.woff') format('woff'),
         url('/font/kanit-light-webfont.ttf') format('truetype'),
         url('/font/kanit-light-webfont.svg#kanitlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-family: 'kanitregular';
	font-weight: unset;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
	color: #d4d4d4;
	font-family: 'kanitlight';
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	font-family: 'kanitlight';
	margin: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #0a0a0a;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #d4d4d4;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #ffb10a;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

/* @media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
} */

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


.site-header, #page, .carousel.slide, .site-footer {
    width: 1220px;
}
.home .site-header, .home #page, .home .site-footer, .home .carousel.slide {
	width: 1400px;
}

@media screen and (min-width: 1200px) {
	.site-header, .site-footer, .site-main, #page, .carousel.slide {
		width: 100% !important;
	}
	.report-modal form {
		transform: translate(-50%,-50%) !important;
	}
}

.site-branding {
	width: 100%;
}

.header-info {
    width: 1216px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 25% 60% 15%;
    align-items: center;
    padding: 10px 0 25px 0;
}

.site-branding ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.site-branding h1 {
    text-align: center;
    color: #999999;
    font-size: 18px;
    font-family: 'kanitregular';
}
input#input-ser {
    width: 75%;
    padding: 5px 10px;
    font-size: 14px;
    outline: 0;
    border-radius: 5px;
    background: #212120;
    color: gray;
    border: 1px solid #403736;
}
/*ป้าย R1 /15-12-2024 */
img.image.wp-image-66026.attachment-full.size-full.lazyloaded {
    height: 385px !important;
    width: 130px;
}
/*ป้าย R1 */
img.image.wp-image-65307.attachment-full.size-full.lazyloaded {
    height: 385px !important;
    width: 130px;
}
/*ป้าย A1 */
img.image.wp-image-62366.attachment-full.size-full.lazyloaded {
    height: 148px !important;
}

/* ป้าย A74 */
img.image.wp-image-58018.attachment-full.size-full.ls-is-cached.lazyloaded {
    max-width: 848px;
    width: 100%;
    height: 148px !important;
}

/* ป้าย D1 */
img.image.wp-image-57216.attachment-full.size-full.ls-is-cached.lazyloaded {
    height: 340px !important;
    max-width: 100%;
    width: 204px;
}
/*ป้าย A3+*/
img.image.wp-image-56835.attachment-full.size-full.lazyloaded {
    max-width: 100%;
    width: 848px;
    height: 148px !important;
}
/* ป้ายโฆษณา A9-A10 */
img.image.wp-image-53288.attachment-full.size-full.ls-is-cached.lazyloaded {
    width: 848px;
}
/* ป้ายโฆษณา B1 */
img.image.wp-image-53382.attachment-full.size-full.lazyloaded {
    height: 300px !important;
    
}
/* ป้ายโฆษณา B6-B7 */
img.image.wp-image-53289.attachment-full.size-full.lazyloaded {
    height: 604px !important;
    width: 180px;
}

/* ป้ายโฆษณา C1-C2 */
img.image.wp-image-53309.attachment-full.size-full.ls-is-cached.lazyloaded {
    width: 782px;
    height: 268px !important;
}
/*panama D5*/
img.image.wp-image-53429.attachment-full.size-full.ls-is-cached.lazyloaded {
    width: 100%;
    height: 340px !important;
}
/*A5-A6*/
img.image.wp-image-53433.attachment-full.size-full.ls-is-cached.lazyloaded {
    width: 100%;
    height: 300px !important;
}
/* ป้ายโฆษณา BL1 (ปรับความสูงของป้าย) */
img.image.wp-image-53382.attachment-full.size-full {
    height: 300px !important;
    width: auto;
}
/* ป้ายโฆษณา D6 (ปรับความสูงของป้าย) */
img.image.wp-image-56229.attachment-full.size-full.ls-is-cached.lazyloaded {
    height: 340px !important;
    width: auto;
}
/* D2+D3 */
img.image.wp-image-56305.attachment-full.size-full.lazyloaded {
    width: 204px;
    height: 686px !important;
}

/* Menu */
.main-navigation {
	display: block;
	width: 100%;
	border-top: 1px solid #424040;
}
.main-navigation ul {
	display: block;
	list-style: none;
    margin: 0;
    padding-left: 0;
    text-align: center;
}

.menu-menu-1-container {
    width: 100%;
    text-align: center;
}

.main-navigation li {
	position: relative;
    display: inline-flex;
    padding: 0 2%;
}

.main-navigation a {
	display: block;
    text-decoration: none;
    padding: 20px 0;
	font-family: 'kanitregular';
	color: #999999;
	position: relative;
}

.main-navigation a:before {
    content: "";
    position: absolute;
    height: 5px;
    left: 20%;
    right: 20%;
    bottom: 12px;
    border-radius: 15px;
    background-color: #ffb10a;
	visibility: hidden;
}

.main-navigation a:hover, .main-navigation .current-menu-item a {
	color: #fff;
}

.main-navigation a:hover:before, .main-navigation .current-menu-item a:before {
    visibility: visible;
}

/* Slider */
#box-owl {
    min-height: 500px;
	overflow: hidden;
}

/* [class*="paged-"] #box-owl {
	display:none
} */

.carousel-item {
    transition: 1s !important;
}

.slider {
    background-size: cover !important;
    background-position: center !important;
    position: relative;
	display: grid;
	height: 500px;
}

.slider .row {
    display: flex;
    align-items: center;
    margin-left: 8%;
}

.slider-detail {
    width: 40%;
}

.slider-detail h3 {
    font-size: 38px;
    font-family: 'kanitregular';
    margin-bottom: 10px;
	color: #fff;
}

.sep {
    margin: 0 10px;
}

.detail-1 {
    display: flex;
	margin-bottom: 15px;
}

.detail-1 span, .detail-1 a {
	font-size: 18px;
	color: #fff;
}

.detail-1 a:hover {
	color: #00eb79;
}

.cates {
    width: 70%;
	margin-bottom: 15px;
}

span.slide-hd {
    display: inline-block;
    font-size: 14px;
    font-family: 'kanitregular';
    background: linear-gradient(to right, #a82060, #8d34b7);
    line-height: 1;
    padding: 7px 15px;
    border-radius: 15px;
    margin-right: 20px;
}

span.slide-zoom {
    display: inline-block;
    font-size: 14px;
    font-family: 'kanitregular';
    background: linear-gradient(to right, #0dae5b, #68e042);
    line-height: 1;
    padding: 7px 15px;
    border-radius: 15px;
    margin-right: 20px;
}

span.slide-4k {
    display: inline-block;
    font-size: 14px;
    font-family: 'kanitregular';
    background: linear-gradient(to right, #2e36ce, #36a1f3);
    line-height: 1;
    padding: 7px 15px;
    border-radius: 15px;
    margin-right: 20px;
}

span.slide-sound {
    font-family: 'kanitregular';
    display: inline-flex;
    align-items: center;
}

span.slide-sound i {
	margin-right: 5px;
}

.btn-slide {
    margin-top: 40px;
}

.btn-slide i {
    font-size: 18px;
	margin-right: 15px;
}

.btn-slide a {
    background: linear-gradient(to right, #ffb10a, #ffc917);
    padding: 5px 35px;
    font-size: 24px;
	font-family: 'kanitregular';
    color: #201f1f;
    border-radius: 27px;
    display: inline-flex;
    align-items: center;
}

.btn-slide a img {
	margin-right: 10px;
}

.owl-nav {
    display: block !important;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	z-index: 1;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    transition: all .25s ease-out;
    margin-top: -20px;
}

.owl-nav button span {
	font-size: 50px;
	font-weight: 800;
    height: 100%;
    display: block;
    width: 80px;
    color: #999;
	align-items: center;
    justify-content: center;
}

.owl-nav button span:hover {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffc917;
    background: #201f1f;
}

.owl-prev {
    left: 10px;
}

  .owl-next {
    right: 10px;
}

/*-------------Main index---------------*/

#site-title, .site-title, #site-title a, .site-title a, .entry-title, .entry-title a, h1, h2, h3, h4, h5, h6, .widget-title {
	font-weight: 400;
}

section.width-main {
	width: 1216px;
    margin: 0 auto;
}

.width-auto {
    width: 1216px;
	margin: 0 auto;
}

.grid-main {
    display: grid;
    grid-template-columns: 204px 782px 204px;
    grid-gap: 13px;
    margin-top: 20px;
}

.title-box-movie {
    overflow: hidden;
}

.img-h1 {
    width: 5%;
    float: left;
    text-align: center;
    padding: 9px 0 4px;
    background: linear-gradient(to top,#6858ef,#5a62e9,#4370d5);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.h1-text h1, .h1-text h2, .h1-text h4 {
    display: block;
    border-radius: 10px;
    background: #181818;
    padding: 7px 0;
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 20px;
	color: #fff;
	font-family: 'kanitregular';
}

/******** Main Query Movie *************/
.main-movie {
    overflow: hidden;
    border-radius: 5px;
	margin-bottom: 30px;
}
.grid-movie {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(4, 189px);
    grid-template-columns: repeat(4, 189px);
    grid-gap: 8px;
	margin-bottom: 15px;
}

.movie_box {
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}

.movie_box a {
    background: #3b3d45;
	text-decoration: none;
}

span.movie-lang {
    font-family: 'kanitregular';
    font-size: 14px;
    line-height: 1;
    color: #999999;
    background: #000000;
    /* width: 77%; */
    margin: 0 auto;
    padding: 5px 15px;
    border-radius: 15px;
    text-align: center;
    display: table;
}

.movie_box p {
    font-size: 14px;
    font-family: 'kanitregular';
    text-align: center;
    color: #fff;
    margin: 10px 5px;
	height: 40px;
}

span.coming {
	position: absolute;
    top: 40%;
    width: 100%;
    background: rgb(255,201,23,80%);
    text-align: center;
    text-shadow: 1px 2px 5px #2c2a29;
    color: #e9e9e8;
    font-size: 14px;
    display: table-cell;
    z-index: 1;
    align-items: center;
}

.movie_box:hover span.movie-lang {
    color: #ffc917;
	background: #292627;
}

.movie_box:hover p.idx-tt-cm {
    color: #ffc917;
}

.movie_box a img {
    vertical-align: middle;
	width: 100%;
}

.movie_box img {
    border-radius: 10px;
}

.figure-box span.box-movie-star {
    background: url(/wp-content/uploads/2022/02/star.png) no-repeat left;
    background-position: 8px;
    background-position-y: 5px;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #f2b000;
    font-size: 14px;
    line-height: 1;
    border-radius: 10px;
    font-family: 'kanitregular';
    background-color: rgb(0,0,0,80%);
    padding: 5px 10px 5px 25px;
}

.figure-box span.box-movie-hd {
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 10px;
    background: rgb(0,0,0,80%);
    padding: 5px 10px;
    font-size: 14px;
    font-family: 'kanitregular';
	line-height: 1;
    color: #f0f;
}
.figure-box span.box-movie-zoom {
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 10px;
    background: rgb(0,0,0,80%);
    padding: 5px 10px;
    font-size: 14px;
    font-family: 'kanitregular';
	line-height: 1;
	color: #fac346;
}
.figure-box span.box-movie-4k {
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 10px;
    background: rgb(0,0,0,80%);
    padding: 5px 10px;
    font-size: 14px;
    font-family: 'kanitregular';
	line-height: 1;
	color: #00ffff;
}

.playing-movie {
	margin: 25px 0;
	position: relative;
}

.show-movie {
    background: #181818;
    margin: 10px 0;
    position: relative;
	display: grid;
    align-items: center;
    overflow: hidden;
	height: 600px;
}

span.coming-playing {
    position: absolute;
    width: 100%;
    text-align: center;
    text-shadow: 1px 2px 5px #2c2a29;
    color: #e9e9e8;
    font-size: 62px;
    z-index: 1;
    align-items: center;
}

.pagination-x {
    overflow: hidden;
    text-align: center;
	margin: 60px 0;
}

span.page-numbers.current {
    background: #ffb10a;
    display: inline-flex;
    padding: 6px 16px;
	margin: 0 5px;
    color: #1c1b1b;
    font-family: 'kanitregular';
    border-radius: 20px;
}

a.page-numbers, span.page-numbers.dots {
    background: #212120;
    display: inline-flex;
    padding: 6px 16px;
	margin: 0 5px;
    border-radius: 20px;
	font-family: 'kanitregular';
    color: #fff;
}

a.page-numbers:hover {
	color: #ffb10a;
}

.h1-text h3 {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-family: 'kanitregular';
    border-bottom: 2px solid #303030;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.index-news h3 img {
    margin-right: 15px;
}

.grid-news {
    display: grid;
    grid-template-columns: repeat(4, 292px);
    grid-gap: 16px;
    margin-bottom: 100px;
}

.news-box {
    position: relative;
}

.grid-news .img img {
    width: 100%;
}

.grid-news .img {
    height: 165px;
    overflow: hidden;
}

.news-date span {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 14px;
    line-height: 1;
    font-family: 'kanitregular';
    color: #1c1b1b;
    background: #ffc917;
    border-radius: 10px;
    padding: 5px 10px;
}

.news-box h4 {
    margin: 10px 0;
    font-family: 'kanitregular';
}



/*-------------End Main index---------------*/

/* single movie */
.blog2-titlemov h4 {
    font-size: 18px;
    color: #ffffff;
}

.informs-movie {
    max-width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    row-gap: 25px;
}

.h2-text h2 {
    font-size: 16px;
    font-family: 'kanitregular';
    text-align: center;
    margin: -15px 0 -10px 0;
}

.box-triler iframe {
    width: 100%;
    height: 440px;
}

.info-blog .detail-movie {
    background: #212120;
    color: #eee;
    padding: 15px 20px;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    border-radius: 17px;
}

.info-blog .detail-movie span {
    font-size: 14px;
    font-family: 'kanitregular';
}

span.movies-lang i, .movie-time i {
    margin-right: 5px;
}

.info-blog .detail-movie span.star {
    background: #0d0d0c;
    padding: 1px 10px 0px 0px;
    border-radius: 5px;
    color: #f5c518;
    font-size: 16px;
}

span.movie-hd {
    background: #0d0d0c;
    color: #f0f;
    padding: 5px 13px;
    border-radius: 17px;
}

span.movie-zoom {
    background: #0d0d0c;
	color: #fac346;
	padding: 5px 13px;
    border-radius: 17px;
}
span.movie-4k {
	color: #00ffff;
    background: #0d0d0c;
    padding: 5px 13px;
    border-radius: 17px;
}

.info-blog .detail-movie img {
    margin-bottom: -5px;
    margin-right: 5px;
}

.blog1 a {
    color: #eeeeee;
}

.movie-description .thumb-img img {
  	border-radius: 10px;
}

.movie-description {
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: 270px 501px;
    grid-gap: 10px;
}

.movie-excerpt {
    padding: 10px 15px;
}

.movie-excerpt.temp-ep {
    padding: 20px 15px;
    border-radius: 5px;
    background: #212120;
}

.movie-excerpt h4 {
    color: #fff;
    font-size: 20px;
    font-family: 'kanitregular';
    margin: 0;
    margin-bottom: 10px;
}

.movie-excerpt p {
    color: #d4d4d4;
    font-size: 14px;
    margin: 15px 0;
}

.movie-excerpt a {
    color: #f7b40d;
}
.movie-excerpt a:hover {
    text-decoration: underline;
}

.movie-tags a {
    display: inline-flex;
    margin: 0px 5px 5px 0;
    padding: 3px 20px;
    background: #212120;
    border-radius: 20px;
    font-size: 14px;
	font-family: 'kanitregular';
    color: #999999;
	text-decoration: none !important;
}

.movie-tags a:hover {   
	color: #212121;
	background: #ffc917;
}

.sequel-movies {
    margin-bottom: 30px;
}

.sequel-movies ul {
    padding-inline-start: 0;
    list-style: none;
    margin: 0 0 10px;
	overflow: hidden;
}

.sequel-movies ul li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sequel-movies ul li:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.sequel-movies ul li:hover {
    background: #212120;
}

.title-sequel {
    font-family: 'kanitregular';
    font-size: 24px;
    display: flex;
    align-items: center;
    padding: 0;
}

.title-sequel img {
    margin-right: 15px;
}

.sequel-movies li.seq-movies, .sequel-movies li.bold {
    display: grid;
    grid-template-columns: 75% 10% 15%;
	background: #181818;
}

.sequel-movies li.seq-movies:hover span.sequel-res-hd,
.sequel-movies li.seq-movies:hover span.sequel-res-zoom, 
.sequel-movies li.seq-movies:hover span.sequel-res-4k,
.sequel-movies li.seq-movies:hover span.play-seq img {
    display: unset;
}

.sequel-movies li.seq-movies:hover a {
	color: #fff;
}

li.seq-series {
    width: 33%;
    float: left;
}

li.seq-series a {
    display: inline-block;
    font-size: 14px;
    background: #1b1b21;
    padding: 8px 0px;
    margin: 5px 5px;
    border-radius: 5px;
    min-width: 250px;
    text-align: center;
}

.sequel-star {
	color: #f5c518;
}

.sequel-movies h4 {
    font-size: 22px;
}

.sequel-movies a, .sequel-movies span {
    font-size: 14px;
    font-family: 'kanitregular';
    padding: 15px 20px;
    color: #999;
    line-height: 1.9;
}

span.seq-years, span.seq-years a {
    padding: 15px 0;
}

.div-seq-star {
    padding: 15px 0;
	text-align: center;
}

span.sequel-star img {
    margin-bottom: -1px;
}

span.sequel-star {
    padding: 5px 15px;
    background: #000;
    color: #f2b000;
    border-radius: 10px;
}

span.play-seq {
    padding: 0px;
	
}

span.play-seq img {
    margin-bottom: -2px;
    margin-right: 5px;
	display: none;
}

span.sequel-res-hd {
	color: #f0f;
	background: #000000;
    border-radius: 10px;
    padding: 5px 15px;
    margin-left: 15px;
    font-size: 12px;
    display: none;
}

span.sequel-res-zoom {
	color: #fac346;
	background: #000000;
    border-radius: 10px;
    padding: 5px 15px;
    margin-left: 15px;
    font-size: 12px;
    display: none;
}

span.sequel-res-4k {
	color: #00ffff;
	background: #000000;
    border-radius: 10px;
    padding: 5px 15px;
    margin-left: 15px;
    font-size: 12px;
    display: none;
}

iframe.res-iframe {
    width: 100%;
    height: 600px;
}
iframe.channel-iframe {
    width: 100%;
    height: 470px;
}




/* News */
.content-category-review {
    margin: 10px 0 15px 0;
}
.content-category-review p {
    font-size: 14px;
    margin: 0;
}
.content-news {
    margin: 15px 0 0 0;
}
.content-news .box-rw {
    display: grid;
    grid-template-columns: 325px 441px;
    grid-gap: 15px;
    margin-bottom: 15px;
}
.content-news .img {
    width: 100%;
    height: 190px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.content-news .img img {
    width: 100%;
    border-radius: 10px;
}
.content-news .tw-title {
    margin: 5px 0 10px 0;
}
.content-news .tw-title a {
    font-size: 18px;
    font-family: 'kanitregular';
}
a.link-review {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #ffb10a;
    color: #201f1f;
    font-size: 14px;
    font-family: kanitregular;
    display: flex;
    padding: 0px 10px;
    border-radius: 10px;
}
.arw-title-news {
    margin-left: 5px;
    margin-bottom: -1px;
}

.rw-date span {
    display: inline-flex;
    color: #999999;
    font-size: 14px;
    line-height: 1;
    background: #000;
    padding: 5px 10px;
    border-radius: 15px;
}
.ct-news {
    color: #d4d4d4;
}
.ct-news h2, .ct-news h3 {
    font-size: 24px;
    font-family: kanitregular;
    color: #ffc917;
    margin: 20px 0 -5px 0;
}
.ct-news p {
    margin: 15px 0;
    font-size: 14px;
}
.ct-news iframe {
    width: 100%;
    height: 440px;
}

.rw-cates {
    margin-top: 10px;
}

.rw-cates a {
    display: inline-flex;
    color: #1c1b1b;
    background: #ffc917;
    font-size: 14px;
    line-height: 1;
    font-family: 'kanitregular';
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    border-radius: 15px;
}

.ct-news {
    margin-top: 25px;
}

.content-reviews .rw-cates {
    padding: 20px 0 30px 0;
    margin: 0;
}

.other-news {
    display: grid;
    grid-template-columns: repeat(3, 252px);
    grid-column-gap: 13px;
	margin-bottom: 80px;
}

.other-news .img img {
    width: 100%;
}

.other-news .img {
    height: 145px;
    overflow: hidden;
}
/* D5 */
img.image.wp-image-66748.attachment-full.size-full.lazyloaded {
    width: 204px !important;
    height: 340px !important;
}
/* แบนเนอร์ BL4+ BR4+ */
img.image.wp-image-56677.attachment-full.size-full.lazyloaded {
    width: 340px;
}
img.image.wp-image-61493.attachment-full.size-full.lazyloaded {
    width: 340px;
}
/*เลื่อน BR1 BL1 ลงมาอีกสัก 30px - 11 เม.ย. 2025*/
/*.banner_left {
    padding-top: 30px;
}
.banner_right {
    padding-top: 30px;
}*/

/* แบนเนอร์ */
/*ปรับป้าย F1 24-พ.ย.2025*/
img.image.wp-image-74797.attachment-full.size-full.lazyloaded {
    width: 960px !important;
    height: 150px !important;
}
img.image.wp-image-74797.attachment-full.size-full.lazyloaded {
    width: 960px;
    height: 150px;
}
img.image.wp-image-74797 {
    width: 960px;
    height: 150px;
}

.banner-top {
    display: grid; /*ปิดป้าย บนทั้งหมด*/
    grid-template-columns: 180px 848px 180px;
    grid-column-gap: 4px;
    ms-grid-columns: 180px 848px 180px;
    width: 1216px;
    margin: 15px auto 20px;
/* 	display: none; */ /*ปิดป้าย บนทั้งหมด*/ 
}
/*===== ปิดป้าย ทั้งหมด ชัวคราว=====*/
/* .banner-left {
    display: none;
}
.banner-right {
    display: none;
}
.bottom-center {
    display: none;
}
.banner-player {
    display: none;
}
.banner-float-top {
    display: none;
} */
/*==============================*/
.banner-top li a {
    display: flex;
}

.banner-top h2 {
    display: none;
}

.widget {
    margin: 0 !important;
}

span.hidden {
    display: none;
}

.banner_cen img {
    display: flex !important;
}

.banner_left li , .banner_right li , .banner_cen li{
	list-style: none;
}

.banner-right li , .banner-left li , .bottom-center li {
	list-style: none;
	display: flex;
    margin-bottom: 6px !important;
}
.bottom-center a , .banner-float-top a , .banner-left a , .banner-right a {
    display: flex;
}
.banner_cen li {
    margin-bottom: 4px !important;
}
.banner_cen li a {
    display: flex;
    margin-bottom: 4px;
}
.banner_left li, .banner_right li {
    display: flex;
    margin-bottom: 4px !important;
}
.banner-float {
    position: fixed;
    z-index: 1;
}
.banner_left_top {
    position: fixed;
    top: 13%;
    left: 15px;
    list-style: none;
}
.banner_left_bottom {
    position: fixed;
    top: 56%;
    left: 15px;
    list-style: none;
}
.banner_right_top {
    position: fixed;
    top: 13%;
    right: 15px;
    list-style: none;
}
.banner_right_bottom {
    position: fixed;
    top: 56%;
    right: 15px;
    list-style: none;
}
.banner-float-top li {
    position: relative;
}
.banner-float-top {
    position: fixed;
	
	/* 2 ชั้น */
/* bottom: 160px; */
	/* 3 ชั้น */ 
/*  	bottom: 315px;   */
	/* 4 ชั้น */ 
/* 	bottom: 475px;  */
   bottom: 5px; 
	
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    list-style: none;
    width: 960px;
    height: 150px;
    text-align: center;
}
.banner-float-top-khm {
	position: fixed;
	
	/* 2 ชั้น */
/* 	bottom: 160px; */
	/* 3 ชั้น */ 
/* 	bottom: 315px;  */
	/* 4 ชั้น */ 
/* 	bottom: 475px;  */
    bottom: 5px;
	
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    list-style: none;
    width: 960px;
    height: 150px;
    text-align: center;
}
.banner-float-bottom {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    list-style: none;
    width: 960px;
    height: 150px;
    text-align: center;
}
.close-banner {
    color: #fff;
    background: #f7b40dc4;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 35px;
	width: 35px;
    height: 35px; 
 	line-height: 35px;
    text-align: center;
}
.banner_right_top .close-banner, .banner_right_bottom .close-banner {
	left: 0;
}

.banner-player {
    position: absolute;
/*     top: 10%;
	left: 1.25%;
    display: flex; */
	top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
	
}
.banner-player li:nth-child(2) {
    display: none;
}

.banner-player li {
	list-style: none;
	margin: 0 4px !important;
}

 .banner-player .close-banner {
	color: #fff;
    background: #f7b40d;
    font-weight: bold;
    position: absolute;
    left: 360px;
    cursor: pointer;
    width: 140px;
    height: 35px;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
	letter-spacing: 1px;
	top: 95%;
}

.banner-player .btn-register {
	color: #00fff6;
    background: #000;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    padding: 3px 15px 15px;
    height: 35px;
    font-size: 18px;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.archive-description {
    display: none;
}

/* 	1 banner L1+L2  */
/* .banner_left_bottom li img, .banner_left_bottom .close-banner {
    display: none;
}
.banner_left_top img {
    min-height: 780px;
} */

/*********** Sidebar *******************/
.sidebar-kind, .sidebar-filter, .sidebar-year, .sidebar-cate, sidebar-social {
    margin-bottom: 15px;
	overflow: hidden;
}

.sidebar-social img {
    width: 28px;
    height: 28px;
}


/* .sidebar-kind, .sidebar-cate {
    margin-top: 55px;
} */

.sidebar-search {
    margin-bottom: 25px;
}
/* 
.sidebar-social ul {
    list-style: none;
    margin: 0;
    padding: 0 15px;
} */

/* .sidebar-social li {
    border-bottom: 1px solid #424040;
    padding: 10px 0;
	font-size: 14px !important;
    color: #424040;
	list-style: none;
	margin: 0;
} */

/* .sidebar-social li:last-child {
	border-bottom: 0;
} */

 .sidebar-social a {
	display: flex !important;
	margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.box-widget-title h3 {
    background: #181818;
    padding: 12.5px 0;
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-family: kanitregular;
    line-height: 1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #424040;
}
/* h2.widget-title {
    background: #4a0b80;
	font-size: 16px !important;
	font-family: 'kanitregular';
	color:#fff !important;
	text-align:center;
	padding: 10px 0;
	margin:0 0 10px !important;
	line-height: 24px;
	border-radius: 5px;
}
h2.widgettitle {
    margin: 0;
    color: #fff;
    font-size: 16px;
    background: #4a0b80;
    text-align: center;
    padding: 1.5px 0;
    margin-bottom: 15px;
} */

.widget_wpcategorieswidget>ul {
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    background: #181818;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.widget_wpcategorieswidget ul li a, .widget_wpcategorieswidget-2 ul li a {
    padding: 15px 0 15px 20px;
	font-family: 'kanitregular';
}

.widget_wpcategorieswidget ul li span {
	font-family: 'kanitregular';
}

.widget_wpcategorieswidget li:hover{
    background: #212120;
}

.widget_wpcategorieswidget li a:hover, .sidebar-social a:hover {
	color: #fff !important;
}

.widget_wpcategorieswidget ul li span.post-count {
    height: auto !important;
    background: none !important;
    box-shadow: none !important;
    font-size: 14px !important;
    color: #d4d4d4 !important;
    font-family: 'kanitregular';
    border-radius: 10px !important;
    padding: 0px 0;
	text-align: right !important;
/*     opacity: 0; */
	text-align: right;
}

.widget_wpcategorieswidget ul li:hover span.post-count {
    opacity: 1;
}

.widget_wpcategorieswidget ul li, li#tag_cloud-3, .widget_wpcategorieswidget-2 ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0 !important;
    line-height: 1 !important;
	padding-right: 15px;
	font-size: 14px !important;
}
.widget_wpcategorieswidget ul li a {
    display: inline-block;
    color: #999999 !important;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    font-size: 14px !important;
	float: left !important;
	font-weight: 200;
}

.header-search input#s-movie {
    width: 100%;
    padding: 7px 20px;
    font-size: 14px;
    outline: 0;
    border-radius: 17px;
    background: #212120;
    color: gray;
    border: 1px solid #403736;
}

.header-search button#searchsubmit {
    background: #206c93;
    color: #fff;
	padding: 9px 15px;
    font-size: 13px;
    margin-left: -5px;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 0;
}
.hd-contact a {
    background: #f5c518;
    padding: 10px 25px;
    font-size: 18px;
    line-height: 1;
    font-family: kanitregular;
    color: #201f1f;
    border-radius: 27px;
    display: inline-flex;
    align-items: center;
}

.not-found-back-home a, .not-found-contact a {
    background: #f5c518;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 1;
    font-family: kanitregular;
    color: #201f1f;
    border-radius: 27px;
    display: inline-flex;
    align-items: center;
	gap: 12px;
}

.not-found-contact a{
	background: #212120;
	color: #999;
}

.hd-contact a:hover {
	background: #ffc917;
}
.not-found .page-content h2.page-title {
    color: #ffc917;
    gap: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 0 32px 0;
}
.not-found .customize-page-none {
    background: url(/wp-content/uploads/2024/05/22hd-404-bg.jpg);
    height: 400px;
	padding-top: 32px;
	margin-bottom: 64px;
}
.customize-page-none .not-found-btn {
    display: flex;
    justify-content: center;
	margin: 48px 0 0 0;
}
.customize-page-none .page-content {
	margin: 0;
}
.not-found-btn ul {
    margin: 0 12px;
    padding: 0;
}
.search-input {
    position: relative;
	text-align: center;
}
div#searchParentBox {
    position: absolute;
    width: 687px;
    top: 40px;
    left: 33px;
    z-index: 20;
    background: #1f1f1f;
    border-radius: 15px;
    padding: 10px 15px;
}
div#searchParentBox::-webkit-scrollbar {
	width:7px;
	border-radius:15px;
}
div#searchParentBox::-webkit-scrollbar-track {
	background-color: #ccc;
}
div#searchParentBox::-webkit-scrollbar-thumb {
	background-color: #ff2c1f;
	border-radius:15px;
}
/* div#searchChildBox {
    display: flex;
    flex-flow: row wrap;
    grid-gap: 20px;
	justify-content: center;
	height: 450px;
} */
/* .movie-parent-item {
    width: calc(50% - 25px);
} */
.movie-items {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
	margin-bottom: 15px;
}
.movie-item-img img {
    border-radius: 10px;
	width:50px;
}
.movie-item-title a span {
    color: #fff;
    font-size: 14px;
}
.movie-item-year {
    text-align: left;
}
.movie-item-year a, .movie-item-year span {
    color: #808187;
    font-size: 12px;
}
.movie-item-upcoming span {
    font-size: 14px;
    font-weight: 300;
}
.another_result {
    width: 100%;
}
.another_result button {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    width: 100%;
}
div#searchParentBox {
    color: #fff;
}
.d-hide {
    display: none;
}

input#input-ser::placeholder {
    padding: 5px;
}

section#tag_cloud-3 .widgettitle {
    display: none;
}

.tagcloud {
	display: grid;
    grid-template-columns: repeat(4,23%);
    grid-column-gap: 3%;
	
    background: #181818;
    overflow: hidden;
    padding: 10px 15px;
   	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.sidebar-year .tagcloud a {
    font-size: 12px !important;
    display: block;
    float: left;
    margin: 3px 0;
    color: #999;
    border: 1px solid #212120;
    border-radius: 5px;
    padding: 0px 0px;
    font-family: kanitregular !important;
    text-align: center;
}

/* .sidebar-year .tagcloud a {
    font-size: 14px !important;
    margin: 0 5%;
    display: block;
    width: 40%;
    float: left;
    margin-bottom: 7px;
    letter-spacing: .7px;
    color: #999;
    font-family: 'kanitregular' !important;
    background-color: #212120;
    padding: 5px 0;
    border-radius: 17px;
    text-align: center;
} */

.sidebar-year .tagcloud a:hover {
    color: #1c1b1b;
    background: linear-gradient(to right,#ffb10a,#ffc917);
}

/* กรองหนัง */
.select-filter p {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 5px;
	font-size: 14px;
}

.sidebar-filter select {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 14px;
    font-family: 'kanitregular';
    padding: 15px 0 15px 20px;
    width: 100%;
    margin-bottom: 15px;
    background-color: #212120;
    border: 0;
    color: #fff;
    outline: 0;
    background-image: linear-gradient(45deg, transparent 50%, #ffb10a 50%), linear-gradient(135deg, #ffb10a 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 8px), calc(100% - 14px) calc(1em + 8px), calc(100% - 2.5em) 0.5em;
    background-size: 8px 9px, 6px 9px, 1px 0em;
    background-repeat: no-repeat;
}

/* apply CSS to the select tag of .dropdown-container div*/
  
.sidebar-filter select {
	/* for Firefox */
	-moz-appearance: none;
	/* for Safari, Chrome, Opera */
	-webkit-appearance: none;
}

	/* for IE10 */
.sidebar-filter select::-ms-expand {
	display: none;
}

.content-imdb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    background: #262626;
    padding: 15px;
    border-radius: 17px;
}

input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 0;
    width: 100%;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    background: #f5c518;
    border: 0;
    border-radius: 5px;
}

/*Chrome thumb*/

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 5px;
  /*16x16px adjusted to be same as 14x14px on moz*/
  height: 16px;
  width: 16px;
  border-radius: 5px;
  background: #e7e7e7;
  border: 1px solid #c5c5c5;
}

.box-imdb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px;
}

.box-imdb span#valueIMDB {
    font-size: 16px;
    color: #fff;
    background: #0d0d0c;
    padding: 0px 10px;
    border-radius: 3px;
    min-width: 42px;
    text-align: center;
}

.select-filter select::-webkit-scrollbar {
    width: 7px;
}

.select-filter select::-webkit-scrollbar-thumb {
    background: #555555;
}

.select-filter select::-webkit-scrollbar-track {
    background: #131a20;
}

.zone-button {
    text-align: center;
    margin: 25px 0 30px;
}

input#submit-search {
    font-size: 16px;
    font-family: 'kanitregular';
    padding: 10px 35px;
    background: linear-gradient(to right,#ffb10a,#ffc917);
    border-radius: 17px;
    color: #212121;
    outline: 0;
    border: 0;
    cursor: pointer;
}

.result-filter {
    color: #fff;
    margin: -5px 0 25px 0;
    display: flex;
    align-items: center;
}

span.intro-resfilter {
    font-family: 'kanitregular';
    color: #797880;
	margin-right: 10px;
}

.result-star span {
    color: #f2b000;
}

.result-star img {
    margin-bottom: -1px;
}

.result-text {
    padding: 10px 15px;
    margin-right: 5px;
    line-height: 1;
    background: #212121;
    border-radius: 20px;
    outline: 0;
    font-size: 14px;
    font-family: 'kanitregular';
}

.sidebar-filter h4 {
    text-align: center;
    font-family: 'kanitregular';
}

.sidebar-filter .textwidget {
    padding: 10px 20px !important;
    background: #181818;
    border-radius: 10px;
/*     margin-top: 55px; */
}

.content-filter p {
    font-size: 28px;
    text-align: center;
    margin: 25px 0 80px;
}

p.p-contact {
    margin: 15px 0;
    font-size: 14px;
}

/* Footer */

/*---------Footer CSS-----------*/

.a-footer {
    background: url(/wp-content/uploads/2025/09/icon-a.png) no-repeat;
}
.q-footer {
    background: url(/wp-content/uploads/2025/09/icon-q.png) no-repeat;
    background-position: left;
}

.content-footer {
    background: url(/wp-content/uploads/2025/08/bg-footer-1920x1080-030303.webp);
    min-height: 342px;
    padding: 40px 10px;
}

.content-footer .width-auto {
    display: grid;
    /*grid-template-columns: 40% 55%;*/
    grid-column-gap: 5%;
}

.content-footer .content a {
    display: inline-block;
    text-align: center;
}

.content-footer p {
    font-size: 14px;
    color: #989799;
	margin-bottom: 15px;
	margin-left: 20px;
}
.content strong {
    color: #c3c4c7;
    font-weight: bold;
}
.footer-site-logo {
    margin: 0 0 30px 0;
}
.t-footer {
    font-size: 18px;
    font-family: kanitregular;
    color: #fff;
    margin: 10px 0 15px 20px;
}


p.title-t {
    font-size: 24px;
    color: #fff;
    border-bottom: 2px solid #303030;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.footer-tag {
    margin-top: -25px;
}

.f-tag a {
    font-size: 14px;
    font-family: 'kanitregular';
    color: #999;
    background: #212120;
    border-radius: 5px;
    padding: 5px 15px;
    margin: 0 4px 7px 0;
    display: inline-flex;
}

.f-tag a:hover {
	background: linear-gradient(to right,#ffb10a,#ffc917);
	color: #212121;
}

footer#colophon nav#site-navigation {
    border-top: 0;
}

.site-info {
    display: block;
    overflow: hidden;
    text-align: center;
}

.site-info p {
    border-top: 1px solid #2a2936;
    font-size: 14px;
    color: #474747;
	padding: 10px 0;
	margin: 0;
}
.site-info a {
	font-size: 14px;
    color: #474747;
	padding: 10px 0;
	text-decoration: none;
	margin: 0;
}

.header-search {
    margin: 10px 0 20px;
    padding: 0 100px;
	text-align: center;
}

section.no-results.not-found .page-title {
    font-family: 'kanitregular';
    font-size: 28px;
}

section.error-404.not-found p {
	text-align: center;
}

h2.page-title {
    font-size: 28px;
    text-align: center;
    font-family: 'kanitregular';
}

.text-center {
	text-align: center;
}

iframe.form-contact {
    width: 100%;
    height: 520px;
    margin-bottom: 50px;
}

.nofav p {
    color: #fff;
    font-size: 36px;
    margin-top: 40px;
    font-family: 'kanitregular';
}


.other-movie {
    margin-top: 20px;
}

.content-cate p {
    font-size: 14px;
    margin: 0 0 20px 0;
}

img.image.wp-image-6387, img.image.wp-image-6388 {
    width: 782px;
    height: 132px !important;
}

.ads-review {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 2px solid #303030;
}

.ads-review li {
    list-style: none;
}

.owl-carousel .owl-item img {
    width: unset !important;
}

ul.header-logo img {
    height: auto;
}

/* New Index */
.container-index {
	width: 1440px;
    margin: 0 auto;
}
.grid-movie-ct {
    display: grid;
    grid-template-columns: repeat(8,171.25px);
    grid-gap: 10px;
    margin-bottom: 15px;
}
.grid-sb-index {
	display: grid;
    grid-template-columns: 202px 1006px 202px;
    grid-gap: 15px;
    margin-top: 32px;
}
.grid-movie-index {
    display: grid;
    grid-template-columns: repeat(5,193.2px);
    grid-gap: 10px;
    margin-bottom: 15px;
}
.grid-movie-index .movie_box img {
    height: unset;
}
.grid-news-index {
    display: grid;
    grid-template-columns: repeat(5,280px);
    grid-gap: 10px;
    margin-bottom: 100px;
}
.grid-news-index .img img {
    width: 100%;
    height: 175px;
}

/* .nds-title {
    border-radius: 10px;
    background: #181818;
    padding: 12px 0;
    margin: 0 0 10px 0;
    text-align: center;
}
.nds-title h2, .nds-title h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-family: 'kanitregular';
    line-height: 1;
} */

.nds-title {
	margin: 15px 0 20px 0;
	border-bottom: 2px solid #303030;
    padding-bottom: 15px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.nds-title h2, .nds-title h3 {
   	margin: 0;
    color: #fff;
    font-size: 24px;
    font-family: 'kanitregular';
    line-height: 1;
}
.in-title a {
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.in-title span {
    margin-right: 15px;
    color: #ffc917;
    font-family: 'kanitregular';
}
img.image.wp-image-21718 {
    width: 782px;
    height: 132px !important;
}

/* Report Movie */
.report-modal form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(2);
    padding: 0;
    background: #fff;
    width: 428px;
    border-radius: 10px;
}
.report-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000a6;
    top: 0;
    left: 0;
	z-index: 20;
}
.report-form-head h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 18px;
    background: #333132;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 25px;
    color: #fff;
}
.report-form-head img {
    margin-bottom: 5px;
}
.report-btn {
    all: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto 10px;
    font-family: kanit;
    font-weight: 500;
    color: #fff;
    background: #202020;
    border-radius: 20px;
    cursor: pointer;
    min-width: unset;
    border: 0;
    padding: 10px 30px;
}
.report-btn img {
    height: 18px;
}
.report-info,
.complete-noctice{
    padding: 20px 20px 25px;
	background-color: #f3f3f3;
}
.report-info-grid {
    display: grid;
    grid-template-columns: 93px auto;
    grid-gap: 20px;
}
.report-problem span, .title-rp, .report-episode span {
    display: block;
    color: #000;
    font-family: kanitregular;
    font-size: 16px;
    margin: 0 0 5px 0;
}
input#report_episode {
    width: 100%;
    border-radius: 5px;
    padding: 10px 15px;
    background: #fff;
    color: #000;
    font-family: kanitregular;
    margin-bottom: 15px;
}
.report-post-thumbnail img {
    border-radius: 10px;
}
input[name=report_post_title] {
    width: 100%;
    padding: 10px 25px;
    background-color: #fff;
    font-family: kanitregular;
    color: #000;
    border: 0;
    margin-bottom: 15px;
    background-image: url(/wp-content/uploads/2022/12/play-yellow-icon.webp);
    background-repeat: no-repeat;
    background-position: 7px center;
    border-radius: 5px;
    border: 1px solid #6b696954;
}
select[name=report-article] {
    width: 100%;
    border-radius: 5px;
    padding: 10px 15px;
    background: #fff;
    color: #000;
    font-family: kanitregular;
    margin-bottom: 15px;
}
.report-player {
    margin-bottom: 20px;
}
span.checkbox-player {
    background-color: #fff;
    color: #000;
    line-height: 1;
    margin-bottom: 10px;
    padding: 10px 15px;
    border-radius: 5px;
    display: block;
    border: 1px solid #6b696954;
}
span.checkbox-player input[type=checkbox] {
    margin-right: 5px;
    transform: scale(1.5);
}
.submit-section {
    display: flex;
    grid-gap: 10px;
}
.submit-section button#cancel-report {
    background: #dedede;
    color: #393939;
}
.submit-section button#submit-report {
    background: #127cf4;
	color: #fff;
}
.submit-section {
    text-align: center;
}
.submit-section button,
.close-success-box button {
    padding: 10px 25px;
    cursor: pointer;
    min-width: 120px;
    border-radius: 5px;
    border: 0;
    color: #393939;
    font-family: 'kanitregular';
}
.success-box {
	display:flex;
	justify-content:center;
	align-items:center;
	padding:10px 15px;
	background:#eee;
	gap:10px;
	margin-bottom:15px;
	border-radius:25px;
	font-size: 20px;
}
.close-success-box {
    text-align: center;
}
button#ok-close {
    background: #8dc63f;
}
.box-post-float span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
}

.idx-st-content h2 {
    font-family: 'kanitregular';
    color: #ffb10a;
    text-align: center;
}
/* .idx-st-content p {
    font-size: 14px;
    margin: 15px 0;
    text-align: center;
} */
.idx-st-content {
    font-size: 14px;
    padding: 20px 40px;
    margin: 45px 0 50px 0;
/*     background: #181818; */
    border-radius: 10px;
}
.idx-st-content h1 {
	font-size: 24px;
    font-family: 'kanitregular';
    line-height: 1;
	text-align: center;
}
.idx-rec.dynamic-block {
    background-color: #191919 !important;
    background-image: radial-gradient(at 80% 100%, #171717 0px, transparent 50%), radial-gradient(at 1% 1%, #f5c518a1 0px, transparent 50%) !important;
    min-height: 450px !important;
    padding: 20px 40px;
    margin: 45px 0 50px;
    border-radius: 10px;
}
.idx-rec.dynamic-block .nds-title {
    border-image: linear-gradient(to right, #fff 0%, #303030 100%);
    border-image-slice: 1;
}
.idx-rec.dynamic-block .grid-movie-ct {
    grid-template-columns: repeat(8, 161.25px);
}
input#input-ser {
    padding: 7px 20px;
    border-radius: 17px;
    background-color: #212120 !important;
    color: gray;
    border: 1px;
    margin: 0;
    background: url(/wp-content/uploads/2024/05/icon-search.png) no-repeat left;
    background-position: 16px;
    background-position-y: 11px;
    text-indent: 16px;
    width: 75%;
    font-size: 14px;
    outline: 0;
} 

.page-content input#input-ser {
	width: 100%;
    padding: 7px 20px;
    outline: 0;
    border-radius: 17px;
    background-color: #212120 !important;
    color: gray;
    border: 1px;
    margin: 30px 0;
    background: url(/wp-content/uploads/2024/05/icon-search.png) no-repeat left;
    background-position: 16px;
    background-position-y: 11px;
    text-indent: 16px;
}

/* TV */
.box-detail-channel {
    display: flex;
    gap: 20px;
    margin: 30px 0 40px 0;
}
.box-detail-channel .img img {
    border-radius: 10px;
}
.box-detail-channel .img {
    display: contents;
}
.box-detail-channel .det p {
    font-size: 14px;
}
.relate-channel {
    margin-top: 40px;
}
.grid-channel {
    display: grid;
    grid-template-columns: repeat(4,188px);
    grid-gap: 10px;
}
.box-channel .img {
    display: flex;
}
.box-channel img {
    border-radius: 10px;
}
.box-channel p {
    font-size: 14px;
    font-family: kanitregular;
    color: #fff;
    text-align: center;
    margin: 10px 0;
}
.box-channel:hover p {
    color: #ffc917;
}
.content-cate {
    margin: 0 0 20px 0;
}
.grid-livetv {
    display: grid;
    grid-template-columns: repeat(4,188px);
    grid-gap: 10px;
}
.box-channel .img {
    position: relative;
}
.box-hover {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: #0a0a0a80;
    border: 5px solid #ffc917;
    border-radius: 10px;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.box-hover img {
	transform: scale(.5);
    transition: all .35s ease-in-out;
}
.box-channel:hover .box-hover {
    opacity: 1;
}
.box-channel:hover .box-hover img {
    transform: scale(1);
}
.box-detail-liveball {
    margin: 30px 0;
}
.box-liveball-img {
    margin: 30px 0;
}
.livetv-link {
	text-align: center;
}
.livetv-link span {
    display: inline-flex;
    font-size: 18px;
    font-family: kanitregular;
    background: linear-gradient(to right,#ffb10a,#ffc917);
    color: #000;
    padding: 10px 20px;
    border-radius: 15px;
    cursor: pointer;
}
.main-liveball {
    margin: 50px 0;
}
.playing-live {
    margin: 80px 0;
}
.main-liveball iframe {
    height: 810px;
}
.grid-page-live {
    display: grid;
    grid-template-columns: repeat(7,165px);
    grid-gap: 10px;
}
li.seq-movies.seq-linkball {
    display: block;
    cursor: pointer;
}
li.seq-movies.seq-linkball span {
	color: #fff;
}
li.seq-movies.seq-linkball .box {
    display: grid;
    grid-template-columns: 5% 95%;
    align-items: center;
}
li.seq-movies.seq-linkball .box img {
    margin-left: 20px;
}
.grid-liveball-category {
	display: grid;
    grid-template-columns: repeat(3,254px);
    grid-gap: 10px;
	margin-bottom: 100px;
}
.in-title img {
    width: 14px;
    height: 24px;
}
.box-channel .box-hover img {
    width: 54px;
    height: 54px;
}

/* Spoil */
.content-spoil, .content-reviews {
    border-radius: 10px;
    overflow: hidden;
    background: #181818;
    padding: 20px;
}
.spoil-title h1 {
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 26px;
    font-family: kanitregular;
}
.spoil-date span {
    display: block;
    font-size: 14px;
    color: #999;
    border-bottom: 2px solid #303030;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.spoil-img-poster img {
    border-radius: 10px;
}
.ct-spoil h2, .ct-spoil h3 {
    font-size: 26px;
    font-family: kanitregular;
    margin: 0 0 20px 0;
}
.ct-spoil p {
    margin: 15px 0;
    font-size: 14px;
}
.spoil-cates {
    border-top: 2px solid #303030;
    padding: 20px 0 0 0;
}
.spoil-cates a {
    display: inline-flex;
    color: #1c1b1b;
    background: #ffc917;
    font-size: 14px;
    line-height: 1;
    font-family: kanitregular;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    border-radius: 15px;
}
.other-spoil {
    border-radius: 10px;
    overflow: hidden;
    background: #181818;
    padding: 20px;
    margin: 20px 0;
}
.other-spoil h3 {
	display: flex;
    align-items: center;
    font-size: 24px;
    font-family: kanitregular;
    margin: 0 0 20px 0;
}
.grid-spoil-lists {
	display: grid;
	grid-template-columns: repeat(3,240.5px);
	grid-gap: 10px;
}
.grid-spoil-lists .img img {
    border-radius: 10px;
}
.grid-spoil-lists h4 {
    text-align: center;
    margin: 0 10px;
}
.player-spoil {
    margin: 40px 0;
}
.spoil-related {
	border-radius: 10px;
    overflow: hidden;
    background: #181818;
    padding: 20px;
    margin: 20px 0;
}
.spoil-related h3 {
	display: flex;
    align-items: center;
    font-size: 24px;
    font-family: kanitregular;
    margin: 0 0 20px 0;
}
.grid-review-related a {
    border: 1px solid #303030;
    border-radius: 20px;
    padding: 15px;
    display: grid;
    grid-template-columns: 100px 597px;
    grid-gap: 15px;
	margin: 10px 0;
}
.grid-review-related a:hover {
	background: #303030;
}
.item-review-related .img img {
    border-radius: 10px;
}
.detail-review-related .item-title {
    font-size: 18px;
	color: #fff;
    margin: 0 0 10px 0;
}
.box-info-review-related {
    display: flex;
    align-items: center;
    color: #f5c518;
    font-size: 14px;
	font-weight: 300;
}
.detail-review-related .item-excerpt {
    color: #a3a3a3;
    font-size: 14px;
    font-weight: 300;
    margin: 10px 0 0 0;
}

/* Category Spoil */
.item-category-review {
    display: grid;
    grid-template-columns: 35% 60%;
    grid-column-gap: 2%;
    margin-bottom: 20px;
}
.category-review-img img {
    border-radius: 15px;
}
.category-review-info p {
    font-size: 18px;
    margin: 0 0 15px 0;
}
.category-review-info a {
    color: #fff;
    font-size: 20px;
    font-family: 'kanitregular';
}
.category-review-info a:hover {
	color: #ffc917;
}
span.review-excerpt {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #999;
    margin: 0 0 5px 0;
}
span.review-date {
    font-size: 12px;
    font-weight: 300;
    color: #999;
}
.idx-spoil .img img {
	height: unset !important;
	border-radius: 10px;
}
.idx-dn {
	margin: 0 0 30px 0;
}
.wp-block-image {
    margin: 15px 0;
}

@media only screen and (max-width: 768px) { 
	#box-owl {
		display: none;
		margin-top: 30px;
	}
	header#masthead {
		margin: 0 0 40px 0;
	}
}

@media only screen and (max-width: 430px) {
	.banner_left_top, .banner_right_top {
		top: 18.2%;
	}
}