@font-face {
	font-family: 'Kanit';
	src: url('fonts/Kanit-Bold.eot');
	src: url('fonts/Kanit-Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/Kanit-Bold.woff2') format('woff2'),
	url('fonts/Kanit-Bold.woff') format('woff'),
	url('fonts/Kanit-Bold.ttf') format('truetype'),
	url('fonts/Kanit-Bold.svg#Kanit-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Kanit';
	src: url('fonts/Kanit-Regular.eot');
	src: url('fonts/Kanit-Regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/Kanit-Regular.woff2') format('woff2'),
	url('fonts/Kanit-Regular.woff') format('woff'),
	url('fonts/Kanit-Regular.ttf') format('truetype'),
	url('fonts/Kanit-Regular.svg#Kanit-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Kanit';
	src: url('fonts/Kanit-Light.eot');
	src: url('fonts/Kanit-Light.eot?#iefix') format('embedded-opentype'),
	url('fonts/Kanit-Light.woff2') format('woff2'),
	url('fonts/Kanit-Light.woff') format('woff'),
	url('fonts/Kanit-Light.ttf') format('truetype'),
	url('fonts/Kanit-Light.svg#Kanit-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
*,*:focus {
	outline: none !important;
}
body {
	font-family: 'Kanit';
	font-size: 16px;
	line-height: 1.5em;
	background: #000 url(images/background.jpg) center bottom no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #C1C1C1;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Kanit';
	line-height: 1.3em;
	margin: 0 0 20px;
	color: #fff;
}
h1 { font-size: 40px; }
h2 { font-size: 40px; }
h3 {
	font-size: 24px;
	color: #FF0056;
}
h4 { font-size: 18px; }
strong {
	color: #fff;
}
a,a:visited {
	color: #FF0056;
	transition: all .5s ease;
}
a:hover, a:active {
	color: #fff;
	transition: all .5s ease;
	text-decoration: none;
}
p:last-child {
	margin: 0;
}
.button-hover a:hover {
	box-shadow: 0 0 5px 2px #FF0056;
}
.site-header {
	background: url(images/bg-header.png) left top no-repeat;
	background-size: cover;
	border-bottom: 3px solid #FF0056;
	padding-top: 5px;
	position: fixed;
	width: 100%;
	z-index: 10;
}
.site-header .wrapper {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.main-navigation {
	display: flex;
	width: auto;
}
.main-navigation ul {
	align-items: center;
}
.main-navigation ul li {
	margin-left: 30px;
}
.main-navigation ul li a {
	font-size: 16px;
	color: #fff;
	padding: 3px 0;
	position: relative;
}
.main-navigation ul li a:after {
	content: '';
	background: #FF0056;
	height: 2px;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: width .5s ease;
}
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li a:hover {
	color: #FF0056;
}
.main-navigation ul li.current-menu-item > a:after,
.main-navigation ul li a:hover:after {
	width: 100%;
	transition: width .5s ease;
}
.main-navigation ul li:last-child > a {
	background: url(images/button.png) center center no-repeat;
	background-size: cover;
	padding: 10px 20px;
	border-radius: 5px;
}
.main-navigation ul li:last-child > a:hover {
	color: #fff;
	box-shadow: 0 0 5px 2px #FF0056;
}
.main-navigation ul li:last-child > a:after {
	display: none;
}
.site-header .site-title {
	max-width: 160px;
	transition: all .5s ease;
}
.site-header.is-sticky .site-title {
	max-width: 80px;
	transition: all .5s ease;
}
.number .elementor-heading-title {
    background: url(images/number.png) center center no-repeat;
    width: 70px;
    height: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff;
    font-size: 30px;
    position: relative;
    bottom: -60px;
    z-index: 2;
}
/* Content */
.page, .post {
	margin: 0;
}
.site-main {
	padding-top: 150px !important;
}
.entry-content, .entry-summary, .page-content {
	margin: 0;
}
.entry-header {
	display: none;
}
.frame {
	border-image: url(images/frame.png) 2 round;
	border-style: solid;
	border-width: 3px;
	padding: 20px;
}
.section {
	padding: 50px 0;
}
.intro {
	box-shadow: 0 0 15px 2px #FF0056;
}
.heading {
	margin: 0 0 10px !important;
	color: #FF0056;
	font-style: italic;
}
.heading h1,
.heading h2 {
	font-style: italic;
	position: relative;
	color: #FF0056;
	line-height: 1em;
}
.heading h1:before,
.heading h2:before {
	content: '';
	background: url(images/heading.png) center center no-repeat;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}
.heading h1:after,
.heading h2:after {
	content: '';
	background: url(images/heading.png) center center no-repeat;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}
.subheading .elementor-heading-title {
	color: #fff;
	font-style: italic;
}
.button a {
	background: url(images/button.png) center center no-repeat;
	background-size: cover;
	padding: 10px 20px;
	border-radius: 5px;
	color: #fff;
}
.button a:hover {
	box-shadow: 0 0 5px 2px #FF0056;
}
.slideshow {
	box-shadow: 0 0 10px 0px #FF0056;
}
.slideshow .swiper-container {
	padding-bottom: 0 !important;
}
.slideshow .elementor-swiper-button-prev {
	width: 50px;
	height: 50px;
	background: url(images/arrow-left.png) center center no-repeat;
	left: -70px;
}
.slideshow .elementor-swiper-button-next {
	width: 50px;
	height: 50px;
	background: url(images/arrow-right.png) center center no-repeat;
	right: -70px;
}
.slideshow .elementor-swiper-button i,
.slideshow .elementor-swiper-button span {
	display: none;
}
.slideshow .swiper-pagination {
	bottom: -30px !important;
}
.slideshow .swiper-pagination-bullet {
	border: 1px solid #FF0056;
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 100%;
	margin: 0 5px;
	background: none;
}
.slideshow .swiper-pagination-bullet-active {
	background: #FF0056;
}
/* Single */
.content-grid {
	padding: 50px 0;
}
.content-grid article {
	margin-bottom: 30px;
	font-size: 13px;
	line-height: 1.5em;
	color: #C1C1C1;
}
.content-grid .entry-image {
	width: 100%;
	height: 0;
	padding-top: 100%;
	position: relative;
	margin-bottom: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.content-grid a:hover .entry-image {
	box-shadow: 0 0 10px 0px #FF0056;
}
.content-grid .entry-header {
	display: block;
	margin-bottom: 15px;
}
.content-grid .entry-header a {
	font-size: 18px;
	color: #FF0056;
}
.single .site-main {
	padding: 50px 0;
}
.single .entry-header {
	display: block;
}
.single .entry-header h1 {
	margin: 0;
	text-shadow: -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000, 3px 3px 0 #000;
	color: #FF0056;
}
.single .entry-header .post-meta {
	font-size: 12px;
	margin-bottom: 30px;
}
.single .content-grid h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
	.single .site-main .col-lg-8 article {
		padding-right: 50px;
	}
}
/* Download */
.download {
	background: #000;
	border-image: url(images/frame.png) 2 round;
	border-style: solid;
	border-width: 3px;
	padding: 20px;
	display: block;
	box-shadow: 0 0 10px 0px #FF0056;
}
.download-links ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.download-links ul li {
	width: 57%;
	float: left;
	padding-bottom: 10px;    
}
.download-links ul li:first-child {
	width: 43%;
	padding-right: 10px;
}
/* Promotion */
.promotion .item {
	margin-bottom: 30px;
}
.promotion .item .image {
	display: block;
	width: 100%;
	padding-top: 100%;
	height: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
}
.promotion .item:hover .image {
	box-shadow: 0 0 10px 0px #FF0056;
}
.promotion .item .content {
	padding: 20px;
	font-size: 13px;
	line-height: 1.5em;
}
.promotion .item .content .title {
	font-size: 18px;
	color: #FF0056;
	display: block;
	margin-bottom: 10px;
}
.promotion .item .details ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	text-align: left;
}
.promotion .item .details ul li {
	padding: 3px 0;
	color: #fff;
}
.promotion .item .details ul li i {
	font-size: 1.5em;
	color: #FF0056;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.home-promotion {
	padding: 50px 0 0;
}
.home-promotion .item {
	padding: 25px;
	margin-top: 30px;
	transition: margin .5s ease;
	margin-bottom: 0;
}
.home-promotion .item .image {
	box-shadow: none;
}
.home-promotion .owl-item {
	transform: scale(1);
	transition: all .5s ease;
	opacity: .5;
}
.home-promotion .owl-item .content {
	display: none;
}
.home-promotion .owl-item.active.center {
	transform: scale(1);
	transition: all .5s ease;
	opacity: 1;
}
.home-promotion .owl-item.active.center .item {
	padding: 20px 0 0;
	margin-top: 0;
	transition: margin .5s ease;
}
.home-promotion .owl-item.active.center .item .image {
	box-shadow: 0 0 10px 1px #FF0056;
}
.home-promotion .owl-item.active.center .content {
	display: block;
}
.home-promotion button.owl-prev {
	position: absolute;
	left: -30px;
	top: 0;
	height: 100%;
	width: 33%;
	text-align: left;
}
.home-promotion button.owl-next {
	position: absolute;
	right: -30px;
	top: 0;
	height: 100%;
	width: 33%;
	text-align: right;
}
/* Footer */
.site-footer {
	font-size: 14px;
	background: url(images/bg-footer.png) center center no-repeat;
	background-size: cover;
	border-top: 3px solid #FF0056;
}
.footer-columns {
	padding: 30px 0;
}
.menu-social-media-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
}
.menu-social-media-container ul li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.menu-social-media-container ul li a {
	width: 44px;
	height: 44px;
	font-size: 0;
	display: block;
}
.menu-social-media-container ul li.facebook a { background: url(images/social.png) left center no-repeat; }
.menu-social-media-container ul li.youtube a { background: url(images/social.png) center center no-repeat; }
.menu-social-media-container ul li.line a { background: url(images/social.png) right center no-repeat; }
.footer-menu {
	padding: 15px 0;
	border-top: 3px solid #FF0056;
}
.footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.footer-menu ul li {
	display: inline-block;
	margin: 0 10px;
}
.footer-menu ul li a {
	position: relative;
	color: #fff;
	padding: 0;
}
.footer-menu ul li a:after {
	content: '';
	background: #FF0056;
	height: 1px;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: width .5s ease;
}
.footer-menu ul li.current-menu-item > a,
.footer-menu ul li a:hover {
	color: #FF0056;
}
.footer-menu ul li.current-menu-item > a:after,
.footer-menu ul li a:hover:after {
	width: 100%;
	transition: width .5s ease;
}
.copyright {
	padding: 15px 0;
	text-align: center;
	border-top: 3px solid #FF0056;
}
.copyright .widget {
	margin: 0;
}
.float-contact {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10;
}
.float-contact a {
	display: block;
	max-width: 180px;
}
.menu-toggle {
	display: none;
}
.mobile-menu {
	display: none;
}
@media screen and (max-width: 1024px) {
	.section {
		padding: 30px 0;
	}
	.site-header .container {
		max-width: 100%;
	}
	.elementor-section .elementor-container {
		max-width: 90vw !important;
	}
	.main-navigation ul li a {
		font-size: 14px;
	}
	.home-promotion {
		padding-top: 0;
	}
	.home-promotion .owl-item .item {
		margin-bottom: 0 !important;
	}
	.site-footer {
		text-align: center;
	}
	.menu-social-media-container ul {
		text-align: center;
	}
	.float-contact a {
		max-width: 120px;
	}
}
@media screen and (max-width: 768px) {
	html,body {
		max-width: 100%;
		overflow-x: hidden;
	}
	h3 {
		font-size: 16px;
	}	
	.menu-toggle {
		display: flex;
		width: 40px;
		height: 40px;
		justify-content: center;
		align-items: center;
		flex-flow: column nowrap;
		cursor: pointer;
		padding: 5px;
	}
	.menu-toggle span {
		height: 2px;
		background: #fff;
		width: 100%;
		position: relative;
	}
	.menu-toggle span:before {
		content: '';
		height: 2px;
		background: #fff;
		width: 100%;
		position: absolute;
		top: -8px;
	}
	.menu-toggle span:after {
		content: '';
		height: 2px;
		background: #fff;
		width: 100%;
		position: absolute;
		bottom: -8px;
	}
	.main-navigation {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-end;
		opacity: 0;
		pointer-events: none;
		transition: all .2s ease;
	}
	.main-navigation.active {
		opacity: 1;
		pointer-events: auto;
		transition: all .2s ease;	
	}
	.main-navigation ul {
		background: #000;
		width: 60%;
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: center;
		padding: 30px;
		position: relative;
		transform: translateX(1000px);
		transition: all .5s ease;
	}
	.main-navigation.active ul {
		transform: translateX(0px);
		transition: all .5s ease;	
	}
	.main-navigation ul:before {
		content: "\f00d";
		font-family: 'Line Awesome Free';
		font-weight: 900;
		width: 40px;
		height: 40px;
		position: absolute;
		right: 100%;
		display: flex;
		background: #111;
		justify-content: center;
		align-items: center;
		top: 0;
		font-size: 20px;
		z-index: 10;
	}
	.main-navigation ul li {
		margin: 0;
		border-top: 1px solid #111;
		width: 100%;
		border-bottom: 1px solid #444;
	}
	.main-navigation ul li:first-child {
		border-top: 0;
	}
	.main-navigation ul li:last-child {
		border-bottom: 0;
	}
	.main-navigation ul li a {
		padding: 8px 10px;
		display: block;
		font-size: 16px;
	}
	.main-navigation ul li a:after {
		display: none;
	}
	.main-navigation ul li.current-menu-item > a, .main-navigation ul li a:hover {
		color: #fff;
		padding: 8px 10px;
	}
	.main-navigation ul li:last-child > a {
		background: none;
		padding: 8px 10px;
	}
	.float-contact a {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.container {
		max-width: 90vw;
	}
	body {
		font-size: 14px;
		line-height: 1.5em;
		background-attachment: scroll;
	}
	h1,h2 {
		font-size: 20px;
	}
	.site-header .site-title,
	.site-header.is-sticky .site-title {
		max-width: 60px;
		transition: all .5s ease;
	}
	.heading h1:before, .heading h2:before,
	.heading h1:after, .heading h2:after {
		margin: 0 5px;
		width: 15px;
		height: 15px;
		background-size: cover;
	}
	.main-navigation ul {
		width: 80%;
	}
	.site-footer {
		padding-bottom: 80px;
	}
	.footer-menu {
		display: none;
	}
	.mobile-menu {
		position: fixed;
		bottom: 0;
		z-index: 20;
		width: 100%;
		display: flex;
		flex-flow: row nowrap;
		left: 0;
	}
	.mobile-menu a {
		width: 25%;
		flex-shrink: 0;
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
		padding: 10px;
		background: #111;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
		border-right: 1px solid rgba(255, 255, 255, 0.15);
	}
	.mobile-menu a i {
		font-size: 25px;
	}
	.mobile-menu a span.text {
		color: #fff;
		font-size: 10px;
	}
	.home-slideshow {
		padding: 0 10px !important;
	}
	.home-slideshow button.owl-prev {
		left: -25px;
	}
	.home-slideshow button.owl-next {
		right: -25px;
	}
	.home-promotion button.owl-prev {
		left: -10px;
	}
	.home-promotion button.owl-next {
		right: -10px;
	}
	.owl-nav button.owl-prev img,.owl-nav button.owl-next img {
		max-width: 20px;
	}
}