/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 16 2025 | 07:33:00 */
@media only screen and (min-width: 1025px) and (max-width: 3000px) {
}
body {
	background-color: #080808;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #ffffff;
}
.s-container {
	margin-right: initial !important;
	margin-left: initial !important;
	padding-right: initial !important;
	padding-left: initial !important;
	max-width: inherit !important;
}
.s-container {
	margin-right: initial !important;
	margin-left: initial !important;
	padding-right: initial !important;
	padding-left: initial !important;
	max-width: inherit !important;
}
.dv-width-all-post-css,
.dv-width-page-post-css,
.s-sec.single-related.alignfull>.s-container {
	margin-right: auto !important;
	margin-left: auto !important;
	padding-right: 15px !important;
	padding-left: 15px !important;
	max-width: 1230px !important;
}
.content-area-blog {
	padding: 70px 0;
}
.site-action {
	display: block;
	padding-left: 0px;
	padding-right: 0;
}
#mega-menu-wrap-primary #mega-menu-primary {
	display: flex;
	justify-content: space-between;
}
#mega-menu-wrap-primary #mega-menu-primary >li.mega-menu-item>a.mega-menu-link {
	font-family: 'Kanit', sans-serif !important;
	font-weight: 600 !important;
	text-align: center;
}
.entry-content .stk-block, .stk-block, .stk-block-column__content>* {
	margin-bottom: 0px !important;
}
.page-title {
	padding: 50px 0;
	color: #0894ff;
	text-align: left;
	font-weight: 600;
}
.site-footer {
	margin-top: 0px;
}
.dv-but-head {
	margin-top: -80px;
}
/*-------------------Css Blog---------------*/
.s-content h2 a,
.s-content:hover h2 a {
	color: #0088f3;
}
.s-paging {
	margin-bottom: 0px;
}
.s-paging .current {
	background-color: #0088f3;
	border-radius: 5px;
	border: 1px solid #0088f3;
	color: white;
}
.s-paging span, .s-paging a {
	background: white;
	margin: 0 3px;
	border-radius: 5px;
}
.dv-width-page-post-css {
	padding: 0px 0 50px 0;
}
figure,
.page-content,
.single-content {
	margin: 0px;
}
.s-sec.single-related.alignfull {
	margin-bottom: -50px;
}
/*----------In Blog------------------*/
.entry-info-headline .title {
	font-size: 40px;
	text-shadow: 0 0 10px black;
}
.entry-info-headline .posted-on {
	font-size: 17px;
}
.s-title-headline .entry-pic {
	padding-top: 200px;
	filter: blur(5px);
}
.entry-info-headline {
	max-width: 1230px;
	padding: 0 15px;
}
/*-------------------Css Font---------------*/
body,h1,h2,h3,h4,h5,p,ol, ul,
.h1,.h2,.h3,.h4,.h5, a,
.entry-content, .entry-summary {
	margin: 0px;
	font-family: 'Kanit', sans-serif !important;
}
h1,h2,h3,h4,h5 {
	font-weight: 500;
}
h1, .h1 {
	font-size: 33px;
	line-height: 45px;
}
h2, .h2 {
	font-size: 28px;
	line-height: 36px;
}
h3,.h3 {
	font-size: 21px;
	line-height: 26px;
}
body, p, ol, ul {
	font-size: 18px;
	line-height: 28px;
}
h5,.h5 {
	font-size: 14px;
	line-height: 20px;
}
a.stk-link.stk-button {
	font-size: 17px;
	line-height: 24px;
}
ol, ul {
	padding-left: 25px;
	margin: 0px !important;
}
b, strong {
	font-weight: 700 !important;
}
.txt-ft p {
	font-size: 17px;
	line-height: 24px;
}
.text-indent {
	text-indent: 30px;
}
.txt-gar,
.txt-gar b,
.txt-gar strong{
	background: linear-gradient(180deg, #bb871a 30%, #fef1a2, #bb871a 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.dv-border-bg {
	border: 3px solid transparent;
	background: linear-gradient(to right, black, black), linear-gradient(180deg, #c4952c , #f7e593, #c4952c);
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
}
table {
	margin-bottom: 0px;
}
p.stk-block-text__text img {
	margin-bottom: 5px;
}
.pum-container.pum-responsive img {
	margin-bottom: -6px;
}
.stk-block .stk-button {
	font-weight: 600 !important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
	padding-right: 0px !important;
}
ol.css-list-page {
	margin-top: -10px !important;
}
ol.css-list-page li {
	margin-top: 10px;
}
.css-modal-page button {
	width: 100%;
	padding: 7px !important;
	font-weight: 600;
}
@media only screen and (max-width: 1023px){
	h1 {
		font-size: 30px;
		line-height: 35px;
	}
	h2 {
		font-size: 23px;
		line-height: 28px;
	}
	h3 {
		font-size: 20px;
		line-height: 24px;
	}
	body, p, ol, ul {
		font-size: 17px;
		line-height: 21px;
	}
}
.c-desc {
	font-weight: 500;
	font-family: 'Kanit', sans-serif !important;
}
.dv-ov-h {
	overflow: hidden;
}
.img-zoom {
	transition: transform .5s;
}
.img-zoom:hover {
	transform: scale(1.05);
	cursor: pointer;
}
/*-------------------------------------------------------*/
a#s-chat,
ul#s-chat-panel {
	right: 10px;
	margin-bottom: 70px !important;
}
.dv-stk-menu {
	position: fixed;
	z-index: 99999999;
	width: 100%;
	bottom: 0;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
	display: none;
}
/*-------------------------------------------------------*/
.dv-re-css {
    background: #fae300;
    color: #000;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.s-paging.alignwide.justify-center {
    margin-bottom: 100px;
}
h2.text-center {
    margin-bottom: 50px;
}
a {
    color: #ffbc00;
}
.entry-info-overlap {
    background-color: #2c2c2c;
}
.s-content h2 a, .s-content:hover h2 a {
    color: #FFEA01;
}