@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wdth,wght@75,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;600&family=Roboto:wdth,wght@75,900&display=swap');

body {
	font-family: 'Noto Sans Thai', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #555;
	line-height: 1.6;
	letter-spacing: 0.25px;
	background-image: url('../images/bg-white.png');
}

/* Typography */
strong {
	color: #010101;
	font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
	color: #010101;
	font-weight: 600;
}
h1 {
	font-size: 2.4rem;
}
h2 {
	font-size: 2.2rem;
}
h3 {
	font-size: 2rem;
}
h4 {
	font-size: 1.6rem;
}
h5 {
	font-size: 1.4rem;
}
h6 {
	font-size: 1.2rem;
}
.text-green {
	color: #0f4924;
}
.text-yellow {
	color: #fcb816;
}

/* Link */
a {
	color: #0f4924;
	text-decoration: none;
}
a:hover {
	color: #555;
}

/* Footer */
footer {
	background-color: #010101;
	color: #fff;
	padding: 1.5rem 0;
	font-size: 0.8rem;
	line-height: 1.4;
	text-align: center;
}
footer a {
	color: #fcb816;
	font-weight: 600;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Heading */
.heading {
	color: #010101;
	font-weight: 600;
	font-size: 2rem;
	letter-spacing: 1px;
	margin-bottom: 2rem;
	position: relative;
}
.heading span {
	color: #0f4924;
}
.heading::after {
	position: absolute;
	left: 0;
	bottom: -0.5rem;
	content: '';
	background-color: #fcb816;
	width: 50px;
	height: 3px;
}
.heading.center {
	text-align: center;
	margin-bottom: 3rem;
}
.heading.center::after {
	left: 50%;
	margin-left: -25px;
}

/* Form */
input:focus, 
textarea:focus,
select:focus {
	border-color: rgba(252, 184, 22, 0.4) !important;
	box-shadow: 0 1px 1px rgba(252, 184, 22, 0.1) inset, 0 0 4px rgba(252, 184, 22, 0.2) !important;
	outline: 0 none !important;
} 
.form-group {
	margin-bottom: 1rem;
}
.form-control {
	border-radius: 0.37rem;
	padding: 0.5rem 0.75rem;
}
.form-control::placeholder {	
	color: #555;
	opacity: 0.5;
}
.g-recaptcha > div {
    border-radius: 0.37rem;
    margin: 1rem 0 1.5rem 0;
}

/* Custom Select */
.custom-select {
	position: relative;
	margin-bottom: 1.5rem;
}
.custom-select::after {
	position: absolute;
	right: 0.75rem;
	top: 0.75rem;
	content: '\f078';
	font-family: 'Font Awesome 6 Free';
	font-style: normal;
	font-weight: 900;
	font-size: 1rem;
	color: #555;
}
.custom-select select {
	appearance: none;
	cursor: pointer;
	width: 100%;
	color: #555;;
	line-height: 1.4;
	border-radius: 0.37rem;
	border: 1px solid #e6e9ee;	
	background-color: #fff;
	padding: 0.75rem;
}

/* Button */
.btn:focus, 
.btn:active:focus, 
.btn.active:focus,
button {
	outline: none !important;
	box-shadow: none !important;
}
.btn {
	text-transform: uppercase;
	border-radius: 0.37rem;
	padding: 0.5rem 1rem;
	-webkit-transition: transform 0.36s;
  	transition: transform 0.36s;
}
.btn-sm {
	font-size: 0.8rem;
	padding: 0.3rem 0.75rem 0.2rem 0.75rem;
}
.btn-primary {
	background-color: #0f4924;
	border-color: #0f4924;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #555 !important;
	border-color: #555 !important;
}
.btn-secondary {
	background-color: #555;
	border-color: #555;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
	background-color: #0f4924 !important;
	border-color: #0f4924 !important;
}
.btn-download {	
	background: #0f4924 url('../images/bg-jumbotron-inside.jpg') no-repeat center;
	background-size: cover;
	border-radius: 0.37rem;
	border: 1px solid #0f4924;
	padding: 1rem 0.5rem;
	display: block;
	max-width: 350px;
	margin: auto;
	color: #fff;
	font-size: 1.8rem;
	line-height: 0.9;
	text-shadow: 0 0 10px #010101;
	text-align: center;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
	font-variation-settings:
	  "wdth" 75;
}
.btn-download span {
	display: block;
	color: #fcb816;
	font-size: 2rem;
	letter-spacing: 2px;
}
.btn-download:hover {	
	color: #fff;
	background-size: 250%;
}

/* Youtube */
.youtube-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 20px;
}
.youtube-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Carousel */
.owl-carousel .owl-item img {
	width: auto;
	margin: auto;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 50%;
	margin-top: -4rem;
	font-size: 3.8rem;
	color: #555;
}
.owl-carousel .owl-nav button.owl-next:hover, 
.owl-carousel .owl-nav button.owl-prev:hover {
	color: #0f4924;
}
.owl-carousel .owl-nav button.owl-next {
	right: -1.5rem;
}
.owl-carousel .owl-nav button.owl-prev {
	left: -1.75rem;
}
.owl-carousel .owl-dots {
	margin-top: 1rem;
	text-align: center;
}
.owl-carousel .owl-dot {
	border: 1px solid #555 !important;
	width: 1rem;
	height: 1rem;
	margin: 0 0.5rem;
	border-radius: 100%;
}
.owl-carousel .owl-dot.active {
	background-color: #0f4924 !important;
	border-color: #0f4924 !important;
}


/* Jumbotron */
.jumbotron {
	background-color: #0f4924;
	overflow: hidden;
	width: 100%;
}
.jumbotron .carousel-inner {
	width: 140%;
	margin-left: -20%;
}
.jumbotron-inside {
	background: #0f4924 url('../images/bg-jumbotron-inside.jpg') no-repeat center;
	background-size: cover;
	padding: 3.5rem 0;
	text-align: center;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
	font-variation-settings:
	  "wdth" 75;
}
.jumbotron-inside h1 {
	margin-bottom: 0;
	color: #fff;
	font-size: 2.4rem;
	text-shadow: 0 0 10px #010101;
}
.jumbotron-inside h1 span {
	color: #fcb816;
}

/* Alert */
.alert {
	border-radius: 0.37rem;
	margin-bottom: 2rem;
}
.alert button {
	display: none;
}
.alert-success {
    color: #fff;
    background-color: #0f4924;
    border-color: #0f4924;
}
.alert-success strong {
	color: #fff;
}
.alert-danger {
    color: #f00;
    background-color: #fae3e5;
    border-color: #f00;
}
.alert-danger strong {
	color: #f00;
}

/* Utilities */
.space {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.space-top {
    padding-top: 3rem;
}
.space-bottom {
    padding-bottom: 3rem;
}
.space-mini {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.space-mini-top {
	padding-top: 2rem;
}
.space-mini-bottom {
	padding-bottom: 2rem;
}

/* Box */
.box {
	background-color: #fff;
	border-radius: 0.37rem;
	border: 1px solid #e6e9ee;
}

/* Background */
.bg {
	background-image: url('../images/bg-gray.png');
}

/* Animate */
.animate-scale {
	transition: all 0.36s;
	-webkit-transition: all 0.36s;
	scale: 1;
}
.animate-scale:hover {
	scale: 1.1;
}

/* Detail */
.detail h1,
.detail h2,
.detail h3,
.detail h4,
.detail h5,
.detail h6 {
	color: #0f4924;
	line-height: 1;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}
.detail h1 {
	font-size: 2rem;
}
.detail h2 {
	font-size: 1.8rem;
}
.detail h3 {
	font-size: 1.6rem;
}
.detail h4 {
	font-size: 1.5rem;
}
.detail p,
.detail ul,
.detail ol {
	line-height: 1.6;
	margin-bottom: 1.5rem;
}
.detail img{
	max-width: 100%;
}
.detail table {
	width: 100%;
	margin-bottom: 1.5rem;
	background-color: #fff;
}
.detail table  th,
.detail table  td {
	padding: 0.75rem 0.5rem;
	line-height: 1.3;
	font-size: 0.9rem;
}
.detail table  th {
	background-color: #555 !important;
	font-weight: 400;
	color: #fff;
}
.detail table  td {
	background: transparent !important;
	color: #555;
}
.detail table.table-bordered th,
.detail table.table-bordered td {
	border: 1px solid #999 !important;
}
.detail table.table-bordered td b,
.detail table.table-bordered td strong {
	color: #010101;
}
.detail p:last-child,
.detail ul:last-child,
.detail ol:last-child,
.detail table:last-child {
	margin-bottom: 0;
}

/* Navbar */
.navbar {
	border-bottom: 3px solid #fcb816;
}
.navbar-brand {
	padding: 0;
}
.navbar-brand img {
	max-width: 160px;
	-webkit-transition: all 0.36s;
  	transition: all 0.36s;
}
.navbar-toggler {
	border: none;
	padding: 0.25rem;
}
.navbar-nav {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.nav-item .nav-link {
	color: #555;
	font-size: 1.1rem;
	font-weight: 600;;
	line-height: 1.2;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 0.25rem 0;
	padding: 0.5rem !important;
	border-bottom: 1px solid #e6e9ee;
}
.nav-item .nav-link:hover,
.nav-item.active .nav-link {
	color: #0f4924;
	position: relative;
	border-bottom-color: #fcb816;
} 
.nav-item:last-child .nav-link {
	margin-right: 0;
}

/* Breadcrumb */
.breadcrumb {
	background-color: #fff;
	border: 1px solid #e6e9ee;
	border-bottom: 3px solid #fcb816;
	border-radius: 0.37rem 0.37rem 0 0;	
	padding: 0.7rem 0.75rem 0.5rem 0.75rem;
	margin-bottom: 1.5rem;
}
.breadcrumb ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li::after {
	content: '\f105';
	font-family: 'Font Awesome 6 Free';
	font-style: normal;
	font-weight: 900;
	font-size: 0.8rem;
	text-decoration: none !important;
	margin: 0.5rem;
}
.breadcrumb li:last-child::after {
	content: '';
	margin: 0;
}
.breadcrumb a {
	display: inline-block;
	color: #555;
}
.breadcrumb a:hover {
	color: #0f4924;
	text-decoration: underline;
}
.breadcrumb strong {
	color: #0f4924;
}
.breadcrumb p {
	margin-bottom: 0;
	font-size: 0.9rem;
}


/* Quick Contact */
.quick-contact {
	background: #0f4924 url('../images/bg-quick-contact.jpg') no-repeat center;
	background-size: cover;
	border-top: 5px solid #fcb816;
	color: #fff;
}
.quick-contact h6 {
	color: #fcb816;
	margin-bottom: 0.5rem;
}
.quick-contact strong {
	color: #fff;
	font-size: 1.1rem;
	display: block;
}
.quick-contact ul.hot-line {
	margin: 0;
	padding: 0;
	list-style: none;
}
.quick-contact ul.hot-line li {
	display: inline-block;
	margin-bottom: 0.15rem;
}
.quick-contact ul.hot-line a {
	color: #fff;
}
.quick-contact ul.hot-line a:hover {
	color: #fcb816;
}
.quick-contact a {
	display: inline-block;
}
.quick-contact a:hover {
	text-decoration: underline;
}
.quick-contact .social a {
	font-size: 1.1rem;
}
.quick-contact .social .fa-brands {
	font-size: 1.3rem;
}
.quick-contact .social .fa-circle {
	color: #fff;
}
.quick-contact .social .fa-line {
	color: #06c655;
}
.quick-contact .social .fa-facebook {
	color: #1877f2;
}
.quick-contact .social .fa-tiktok {
	color: #010101;
}
.quick-contact .social .fa-youtube {
	color: #fe0000;
}
.quick-contact .social-line:hover .fa-line,
.quick-contact .social-facebook:hover .fa-facebook,
.quick-contact .social-tiktok:hover .fa-tiktok,
.quick-contact .social-youtube:hover .fa-youtube {
	color: #fff;
}
.quick-contact .social-line:hover .fa-circle {
	color: #06c655;
}
.quick-contact .social-facebook:hover .fa-circle {
	color: #1877f2;
}
.quick-contact .social-tiktok:hover .fa-circle {
	color: #010101;
}
.quick-contact .social-youtube:hover .fa-circle {
	color: #fe0000;
}


/* Pagination */
.pagination {
	justify-content: center;
	margin: 2rem 0 0 0;
}
.pagination .page-link {
	border-radius: 100% !important;
	background-color: #e6e9ee;
	color: #010101;
	padding: 0.5rem 1rem;
	margin: 0 0.5rem;
	border: none;
}
.pagination .page-link:hover,
.pagination .active .page-link {
	font-weight: 600;
	background-color: #fcb816;
}
.pagination .page-link i {
	font-size: 0.9rem;
}
.pagination .page-link:focus, 
.pagination .page-link:active:focus, 
.pagination .active .page-link:focus,
button {
	outline: none !important;
	box-shadow: none !important;
}

/* Home */
.home .about .blockquote {
	color: #010101;
	font-size: 1.6rem;
	line-height: 1.2;
	margin-top: 2rem;
}
.home .about .blockquote strong {
	color: #0f4924;
}
.home .category-banner {
	background-color: #0f4924;
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 0.37rem;
}
.home .category-banner h4 {
	z-index: 10;
	position: absolute;
	color: #fff;
	font-size: 1.2rem;
	padding: 1rem 0 0 1rem;
	text-shadow: 1px 1px 1px #010101;
}
.home .quote {
	background: #010101 url('../images/bg-quote.jpg') no-repeat left;
	padding: 3.5rem 0;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.8rem;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
	font-variation-settings:
	  "wdth" 75;
}
.home .quote .text-white,
.home .quote .text-yellow {
	text-shadow: 1px 1px 1px #010101;
	margin-bottom: 0.25rem;
}

/* Product */
.category {
	padding: 2rem 1.25rem;
	border-radius: 0.37rem;
}
.category h5 a {
	color: #0f4924;
	font-size: 1.2rem;
	margin-bottom: 0.75rem;
}
.category h5 a:hover {
	color: #fcb816;
}
.category ul {
	list-style: none;
	margin: 0 0 1.75rem 0;
	padding: 0;
}
.category ul:last-child {
	margin-bottom: 0;
}
.category li a {
	color: #555;
	display: block;
	margin-top: 0.5rem;
}
.category li a:hover,
.category li a.select {
	color: #010101;
	font-weight: 600;
}
.category li a::before {
	content: '\f0da';
	font-family: 'Font Awesome 6 Free';
	font-style: normal;
	font-weight: 900;
	font-size: 0.8rem;
	color: #fcb816;
	margin-right: 0.5rem;
}
.products .item {
	display: block;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e6e9ee;
	border-radius: 0.37rem;
	padding: 1.5rem 1.5rem 6rem 1.5rem;
	height: 100%;
	position: relative;
	/* margin-bottom: 1.5rem; */
}
.products .item:hover {
	border-color: #fcb816;
}
.products .item .label {
	display: block;
	transition: background-size 0.36s;
	-webkit-transition: background-size 0.36s;
	background: #0f4924 url('../images/bg-product-label.jpg') center;
	background-size: 100% 100%;
	border-radius: 0 0 0.37rem 0.37rem;
	border-top: 4px solid #fcb816;
	line-height: 1.3;
	color: #fff;
	padding: 1.25rem 0.5rem;
	/* margin: 0.5rem -1.5rem -1.5rem -1.5rem; */
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.products .item:hover .label {
	background-size: 120% 120%;
}
.products .item .label strong {
	display: block;
	color: #fcb816;
	font-size: 1.2rem;
}
.product .expand {
	padding: 1rem;
	margin-bottom: 2rem;
}
.product .thumbs {
	margin-top: -1rem;
	margin-bottom: 2rem;
}
.product .thumbs .box {
	cursor: pointer;
	padding: 0.5rem;
}
.product .thumbs .box:hover {
	border-color: #fcb816;
}
.product .detail h2:first-child {
	color: #010101;
	font-size: 2.6rem;
}
.product .detail h2:first-child span {
	color: #fcb816;
}

/* News */
.news .item {
	line-height: 1.4;
}
.news .item a {
	display: block;
}
.news .item img {
	width: 100%;
	border-radius: 0.37rem;	
}
.news .item strong {
	display: block;
	color: #0f4924;
	font-size: 1.1rem;
	margin: 1rem 0 0.25rem 0;
}
.news .item a:hover strong {
	color: #fcb816;
	text-decoration: underline;
}
.news .detail h2:first-child {
	color: #0f4924;
	font-size: 2rem;
	margin-bottom: 1.5rem;
}

/* Contact */
.contact .box {
	border-radius: 0.37rem 0.37rem 0 0;	
	border-bottom: 4px solid #fcb816;	
	padding: 2rem 1rem;
	height: 100%;
}
.contact .box h4 {
	color: #0f4924;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.6rem;
	margin-bottom: 0.75rem;
}
.contact .box strong {
	display: block;	
	font-size: 1.2rem;
	margin-bottom: 0.25rem;
}
.contact .box p {	
	margin-bottom: 0.5rem;
}
.contact .box ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 20%;
}
.contact .box li {
	margin-bottom: 0.5rem;
}
.contact .box li:last-child {
	margin-bottom: 0;
}
.contact .box a {
	color: #555;
}
.contact .box a:hover {
	color: #0f4924;
	text-decoration: underline;
}
.contact .box i {
	color: #010101;
	margin-right: 0.5rem;
}
.gmap {
	min-height: 340px;
}

/* Extra small devices (none) */
@media (min-width: 480px) {
}

/* Small devices (sm) */
@media (min-width: 576px) {
}

/* Medium devices (md) */
@media (min-width: 768px) {
	.heading {
		font-size: 2.5rem;
		margin-bottom: 2.5rem;
	}
	.heading.center {
		margin-bottom: 3.5rem;
	}
	.space {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.space-top {
		padding-top: 4rem;
	}
	.space-bottom {
		padding-bottom: 4rem;
	}
	.home .about .blockquote {
		font-size: 2rem;
	}
	.home .quote {
		padding: 4rem 0;
		font-size: 3rem;
	}
}

/* Large devices (lg) */
@media (min-width: 992px) {
	.navbar {
		box-shadow: none;
		background: url('../images/bg-navbar.jpg') top center;
		background-size: 100%;
		border-bottom: 5px solid #fcb816;
		padding: 1rem 0;
	}
	.nav-item .nav-link {
		margin: 0 1rem;
		padding: 0.2rem 0.1rem !important;
		border-bottom: 2px solid transparent;
	}
	.jumbotron .carousel-inner {
		width: 120%;
		margin-left: -10%;
	}	
	.home .quote .text-white {
		text-shadow: 8px 0 8px rgba(255, 255, 255, 0.3);
		margin-left: -2rem;
		margin-bottom: 0;
	}
	.home .quote .text-yellow {
		text-shadow: 8px 0 8px rgba(252, 184, 22, 0.3);
		margin-left: 2rem;
		margin-bottom: 0;
	}
	.contact .box ul {
		margin: 0 0 0 10%;
	}
}

/* Extra large devices (xl) */
@media (min-width: 1200px) {
	.heading {
		font-size: 3rem;
	}
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 2.6rem;
	}
	h3 {
		font-size: 2.2rem;
	}
	h4 {
		font-size: 1.8rem;
	}
	h5 {
		font-size: 1.4rem;
	}
	h6 {
		font-size: 1.2rem;
	}
	footer {
		padding: 2rem 0;
		line-height: 1;
	}
	.jumbotron-inside {
		padding: 5.5rem 0;
	}
	.jumbotron-inside h1 {
		font-size: 4rem;
	}
	.space {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	.space-top {
		padding-top: 6rem;
	}
	.space-bottom {
		padding-bottom: 6rem;
	}
	.space-mini {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.space-mini-top {
		padding-top: 3rem;
	}
	.space-mini-bottom {
		padding-bottom: 3rem;
	}
	.navbar-brand img {
		max-width: 240px;
	}
	.navbar-nav {
		margin-bottom: 0;
	}
	.nav-item .nav-link {
		margin: 0 1.5rem;
	}
	.quick-contact h6 {
		margin-bottom: 0.75rem;
	}
	.home .about .blockquote {
		font-size: 2.2rem;
	}
	.home .category-banner h4 {
		font-size: 1.8rem;
		padding: 3rem 0 0 2rem;
	}
	.home .quote {
		background-position: center;
		font-size: 4rem;
		padding: 5.5rem 0;
	}
	.news .item {
		line-height: 1.6;
	}
	.contact .box ul {
		margin: 0 0 0 15%;
	}
}

/* Extra extra large devices (xxl) */
@media (min-width: 1400px) {
	.jumbotron .carousel-inner {
		width: 100%;
		margin-left: 0;
	}	
	.category {
		padding: 2rem;
	}
	.contact .box ul {
		margin: 0 0 0 20%;
	}
}

/* Full HD devices  */
@media (min-width: 1900px) {
}

/* 2K devices */
@media (min-width: 2500px) {
}