html {
	font-size: 16px;
}

@font-face {
	font-family: 'Kanit-Regular';
	src: url('fonts/Kanit-Regular.eot');
	src: url('fonts/Kanit-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Kanit-Regular.woff') format('woff'),
		url('fonts/Kanit-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Kanit-Light';
	src: url('fonts/Kanit-Light.eot');
	src: url('fonts/Kanit-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Kanit-Light.woff') format('woff'),
		url('fonts/Kanit-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Kanit-Medium';
	src: url('fonts/Kanit-Medium.eot');
	src: url('fonts/Kanit-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Kanit-Medium.woff') format('woff'),
		url('fonts/Kanit-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Kanit-Bold';
	src: url('fonts/Kanit-Bold.eot');
	src: url('fonts/Kanit-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Kanit-Bold.woff') format('woff'),
		url('fonts/Kanit-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	cursor: default;
	position: relative;
	line-height: 1.5;
	font-size: 1rem;
	font-family: 'Kanit-Light';
}

ul {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	/*cursor: pointer;*/
	color: inherit;

}

#nav-icon3 {
	z-index: 56;
	width: 35px;
	height: 25px;
	position: relative;
	top: 0rem;
	right: 0;
	left: auto;
	margin: 0px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	box-shadow: none;
	background: none;
	border: none;
}

#nav-icon3 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 60%;
	background: #FFF;
	border-radius: 6px;
	opacity: 1;
	right: 0%;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
	top: 0;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
	top: 10px;
	width: 100%;
}

#nav-icon3 span:nth-child(4) {
	top: 20px;
}

#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 80%;
}

#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 80%;
}

#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

/*#nav-icon3.open{
	top: -1.5rem;
    right: .0rem;
}*/
/*///////////Start-Header///////////////*/
.fullotherpage .headbar-main {
	position: sticky;
	background: -webkit-linear-gradient(rgba(24, 24, 24, 1) 0%, rgba(24, 24, 24, 1) 100%);
	background: -o-linear-gradient(rgba(24, 24, 24, 1) 0%, rgba(24, 24, 24, 1) 100%);
	background: linear-gradient(rgba(24, 24, 24, 1) 0%, rgba(24, 24, 24, 1) 100%);
}

.headbar-main {
	padding: .5rem 0;
	display: block;
	transition: all 0.6s;
	background-color: transparent;
}

.slim.headbar-main {
	background: -webkit-linear-gradient(rgba(24, 24, 24, 1) 0%, rgba(24, 24, 24, 1) 100%);
	background: -o-linear-gradient(rgba(24, 24, 24, 1) 0%, rgba(24, 24, 24, 1) 100%);
	background: linear-gradient(rgba(24, 24, 24, 1) 0%, rgba(24, 24, 24, 1) 100%);
}

.hamburgers-box {
	width: 100%;
	height: 100%;
	padding: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.headbar-main .row {
	margin: auto;
}

.navbar-brand {
	width: auto;
	text-align: left;
	color: #FFF;
	margin: 0;
	padding: 0;
}

.navbar-brand img {
	width: 100px;
	transition: all 0.5s;
	margin: auto;
}

.navbar-collapse .navbar-brand {
	padding: 1rem;
	text-align: center;
	width: 100%;
	display: block;
}

.navbar-collapse .navbar-brand img {
	width: auto;
	max-width: 50%;
}

.navbar-nav li {
	padding: 0 30px;
	margin-bottom: 20px;
	position: relative;
	transition: all 0.5s;
	text-transform: uppercase;
}

.navbar-nav li a {
	padding: 8px 15px;
	display: block;
	text-align: left;
	text-decoration: none;
	transition: all 0.5s;
	position: relative;
	color: #FFF;
	font-family: 'Kanit-Medium';
}

.navbar-nav li.active a,
.navbar-nav a:hover {
	color: #e30613;
}

.navbar-nav .dropdown-menu {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
}

.navbar-nav .dropdown-menu li {
	margin-bottom: 0;
	padding: 0 40px;
}

.navbar-nav .dropdown-menu li a {
	padding: 5px 0;
	font-size: 0.9rem;
	color: #ccc;
	text-decoration: none;
	display: block;
	/* Ensure full width clickable/highlight */
}

.navbar-nav .dropdown-menu li a:hover,
.navbar-nav .dropdown-menu li a.active {
	color: #e30613;
}


.social-header {
	text-align: center;
	margin: 2rem auto;
	padding: 0 15px
}

.social-header img {
	width: 40px;
	filter: brightness(0) invert(1);
}

.social-header img:hover {
	filter: invert(13%) sepia(92%) saturate(7248%) hue-rotate(353deg) brightness(89%) contrast(101%);
	transform: scale(1.05);
}

.social-header table {
	width: 100%;
}

.social-header table td {
	padding: 5px 10px;
	vertical-align: top;
	color: #ffffff;
}

.social-header a {
	display: inline-block;
}

.social-header a:hover {
	color: #fc0;
}

.language-box {
	display: none;
}

.language-mobile-show {
	position: absolute;
	right: 3rem;
	top: 2rem;
	padding: 0 1rem;
}

.language-mobile-show .dropdown-menu {
	padding: 0;
	border-radius: 5px;
	border: none;
	background: #181818;
	color: #FFF;
	overflow: hidden;
	width: 100%;
	min-width: inherit;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

.language-mobile-show .dropdown-menu a {
	display: block;
	text-align: center;
	padding: 10px;
}

.language-mobile-show .dropdown-menu a.active,
.language-mobile-show .dropdown-menu a:hover {
	color: #FFF;
	background: #e30613;
}

.language-box img,
.language-mobile-show img {
	width: 30px;
	filter: brightness(0) invert(1);
}

.toolheader {
	display: none;
}

/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide .carousel-item video,
#carouselmainSlide .carousel-item source {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#carouselmainSlide .carousel-item {
	transition: 1s;
	position: relative;
	height: 100vh;
	background: #000;
}

#carouselmainSlide .carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#carouselmainSlide .carousel-indicators {
	align-items: center;
	justify-content: center;
	z-index: 4;
}

#carouselmainSlide .carousel-indicators button {
	width: 12px;
	height: 12px;
	margin: 0 3px;
	opacity: .6;
	border: none;
	background: #FFF;
	border-radius: 50%;
}

#carouselmainSlide .carousel-indicators button.active {
	opacity: 1;
}

.bannercaption {
	position: absolute;
	left: 10%;
	right: 10%;
	top: 50%;
	z-index: 1;
	color: #FFF;
	text-align: left;
	transform: translate(0%, -50%);
}

.bannercaption h1 {
	font-size: 40px;
	margin-bottom: .75rem;
	text-transform: uppercase;
	font-family: 'Kanit-Bold';
	-webkit-animation: slideleft 0.5s linear both;
	animation: slideleft .5s linear both;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.bannercaption p {
	margin: 0;
	-webkit-animation: slideleft 1s linear both;
	animation: slideleft 1s linear both;
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
}

@-webkit-keyframes slideleft {
	0% {
		transform: translateX(-15px);
		opacity: 0;
	}

	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes showTop {
	0% {
		transform: translateX(-15px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

/*///////////End-mainSlide///////////////*/

/*///////////Start-Content///////////////*/
.content-box {
	padding: 10% 0;
}

.text-policy {
	margin-bottom: 1rem;
}

.text-policy h1 {
	font-size: 1.1rem;
	margin-bottom: .75rem;
	font-family: 'Kanit-Medium';
}

.text-policy h2 {
	font-size: 1rem;
	margin-bottom: .75rem;
}

.text-policy h3 {
	font-size: 1rem;
	margin-bottom: 0;
}

.text-policy a:hover {
	color: #021b42;
}

.text-policy ul {
	list-style: none;
	padding-left: 3%;
	margin: 1rem auto;
}

.text-policy ul li {
	margin-bottom: 8px;
}

.text-policy .fa-circle {
	font-size: 9px;
	margin-right: 10px;
	vertical-align: middle;
}

.text-policy p {
	margin-bottom: 1rem;
	text-indent: 1%;
}

.content-otherpage {
	padding: 10% 0;
	background: #fceee9;
}

.readmore-btn {
	padding: 8px;
	text-align: center;
	color: #FFF;
	background: #f7941d;
	border-radius: 30px;
	border: 1px solid #f7941d;
	overflow: hidden;
	margin: 1rem 0;
	width: 185px;
}

/* Bounce To Right */
.hvr-bounce-to-right {
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #FFF;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
	color: #f7941d;
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.text-box1 h1 {
	font-size: 22px;
	margin: 0;
	font-family: 'Kanit-Medium';
}

.text-box1 {
	margin-bottom: 1rem;
}

.work-box {
	width: 100%;
	overflow: hidden;
	margin-bottom: 1rem;
	aspect-ratio: 4/3;
	transition: all 0.6s;
}

.work-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}

.work-box:hover {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.work-box:hover img {
	transform: scale(1.05);
}

.img-center {
	text-align: center;
	overflow: hidden;
	margin: auto;
}

.img-center img {
	width: auto;
	max-width: 100%;
}

.textbox-center {
	text-align: center;
	margin-bottom: 1rem;
}

.textbox-center h1 {
	font-size: 24px;
	margin-bottom: 0;
	font-family: 'Kanit-Medium';
}

.content-box.abouthome {
	background: #edecec;
}

.title-box {
	margin-bottom: 2rem;
}

.title-box h1 {
	font-size: 26px;
	margin-bottom: 0;
	font-family: 'Kanit-Medium';
}

.title-box ul {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.title-box ul li {
	width: auto;
	margin: 0 8px 0 0;
	opacity: .7;
}

.title-box ul li.active,
.title-box ul li:hover {
	opacity: 1;
}

.title-box ul li a {
	padding: 0 5px 0 0;
}

.text-abouthome h1 {
	font-size: 24px;
	margin-bottom: 0;
	font-family: 'Kanit-Medium';
}

.text-abouthome p {
	margin: 0;
}

.text-abouthome hr {
	opacity: 1;
	margin: 1rem 0;
	width: 21em;
	border-top: 3px solid #f00;
}

.service-circle {
	position: relative;
	background: url("../images/circleimg.png") right -30% center no-repeat;
	background-size: cover !important;
	padding: 5% 0;
	margin-bottom: 3rem;
}

.circle-box {
	z-index: 1;
	color: #b00000;
	position: relative;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.img-circle {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 30px;
	border: 2px solid #b00000;
}

.img-circle img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}

.circle-box p {
	margin: 0;
}

.circle-box:hover img {
	transform: scale(1.05);
}

.circle-box.circle1 {
	margin-left: 1rem;
}

.circle-box.circle2 {
	margin-left: 4rem;
}

.circle-box.circle3 {
	margin-left: 7rem;
}

.circle-box.circle4 {
	margin-left: 7rem;
}

.circle-box.circle5 {
	margin-left: 4rem;
}

.circle-box.circle6 {
	margin-left: 1rem;
}

.bannerpage {
	padding: 10% 0;
	background: url("../images/bannerpage.png") center center no-repeat;
	background-size: cover !important;
	background-attachment: fixed !important;
}

.bannerpage .title-box {
	margin: 0;
	color: #FFF;
}

.address-box h1,
.social-box h1,
.contact-box h1 {
	font-size: 1.4rem;
	font-family: 'Kanit-Medium';
}

.contact-box {
	margin: 2rem auto;
}

.contact-box table,
.address-box table {
	width: 100%;
}

.contact-box table td,
.address-box table td {
	padding: 5px;
	vertical-align: top;
}

.address-box table td:first-child,
.contact-box table td:first-child {
	width: 20%;
}

.social-box img {
	width: 35px;
}

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

.mappic {
	text-align: left;
	overflow: hidden;
}

.mappic img {
	width: auto;
	max-width: 100%;
}

.mapbox {
	overflow: hidden;
	height: 235px;
}

.mapbox iframe {
	width: 100%;
	height: 100%;
}

.detail-form span {
	color: #f00;
}

.detail-form {
	margin-bottom: 1rem;
}

.detail-form p {
	margin-bottom: .5rem;
}

.detail-form #captcha-refresh {
	cursor: pointer;
	color: #F00000;
	font-size: 26px;
	vertical-align: middle;
}

.detail-form span,
.detail-form p.red-text {
	color: #F00;
	display: initial;
}

.detail-form h1 {
	font-size: 1rem;
	margin-bottom: 1rem;
}

.detail-form .custom-file-input,
.detail-form .custom-file {
	height: auto;
}

.form-text,
.custom-file-label {
	padding: 8px 15px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #FFF;
	width: 100%;
	color: #FFF;
	border-radius: 0;
	height: auto;
	margin: 0;
	line-height: normal;
}

.form-text:focus {
	outline: none;
	box-shadow: none;
	border-color: #FF0000;
}

.form-text::placeholder {
	color: #898989;
}

.detail-form ul {
	list-style: none;
}

.detail-form ul li {
	padding-bottom: 5px;
}

.sendus-btn {
	width: 200px;
	padding: 10px 20px;
	display: block;
	box-shadow: none;
	border: 1px solid #f00;
	color: #FFF;
	background: #f00;
	margin: .5rem auto;
	cursor: pointer;
	transition: all 0.5s;
	border-radius: 5px;
}

.sendus-btn:hover {
	background: #FFF;
	color: #FF0000;
	transform: scale(.98);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.contactform {
	padding: 1rem;
	margin: 1rem auto;
	background: #000;
	color: #FFF;
	border-radius: 5px;
}

.contactform h1 {
	font-size: 28px;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}


.content-box.aboutpage {
	background: url("../images/bg-about.jpg") center bottom -4rem no-repeat;
	background-size: 100% !important;
}

.textabout-timlinepage {
	margin-bottom: 2rem;
}

.textabout-timlinepage h1 {
	font-size: 38px;
	margin: 0;
	line-height: 1;
	color: #FF0000;
	font-family: 'Kanit-Medium';
}

.textabout-timlinepage h3 {
	font-size: 28px;
	margin: 0;
	line-height: 1;
	color: #000;
	font-family: 'Kanit-Medium';
}

.textabout-timlinepage h2 {
	font-size: 22px;
	margin: 0;
	line-height: normal;
	font-family: 'Kanit-Medium';
}

.textabout-timlinepage span {
	font-size: 20px;
	color: #FF0000;
	font-family: 'Kanit-Medium';
}

.textabout-timlinepage p {
	margin: 0;
}

.img-box {
	margin: 0 auto 2rem;
	overflow: hidden;
}

.img-box img {
	width: auto;
	max-width: 100%;
	transition: all 0.6s;
}

.textaboutpage {
	text-align: center;
	margin: 3rem auto 0;
}

.textaboutpage p {
	margin: 0;
}

.textaboutpage h1 {
	font-size: 24px;
	margin-bottom: 0;
	font-family: 'Kanit-Medium';
}

.textaboutpage h2 {
	font-size: 20px;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}

.process-box .img-box {
	aspect-ratio: 3/2;
}

.process-box .img-box img {
	height: 100%;
	object-fit: cover;
	max-width: 100%;
	width: 100%;
}

.process-box {
	margin-bottom: 2rem;
}

.textprocess {
	padding: 5px;
}

.textprocess h1 {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}

.textprocess ul {
	list-style: none;
}

.textprocess ul li .fa-angles-right {
	font-size: 1.1rem;
	margin-right: 5px;
	margin-top: 5px;
	line-height: 1;
}

.textprocess ul li {
	display: flex;
	align-items: flex-start;
	margin-bottom: .5rem;
}

.products-box {
	padding: 1rem .5rem;
	background: #FFF;
	margin-bottom: 2rem;
	border-radius: 10px;
	transition: all 0.6s;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.img-pro {
	text-align: center;
	overflow: hidden;
	aspect-ratio: 3/2;
	position: relative;
	background: #FFF;
	margin-bottom: .5rem;
}

.viewproduct {
	position: absolute;
	left: 50%;
	padding: 5px 15px;
	border-radius: 30px;
	background-color: transparent;
	border: 1px solid #f00;
	transition: all 0.6s;
	top: 100%;
	width: 80%;
	background: #f00;
	color: #FFF;
	z-index: 1;
	transform: translate(-50%, 0%);
}

.viewproduct:hover {
	background: #FFF;
	color: #f00;
}

.products-box:hover .viewproduct {
	top: 50%;
	transform: translate(-50%, -50%);
}

.img-pro img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	transition: all 0.6s;
}

.products-box:hover img {
	transform: scale(1.05);
	opacity: .65;
}

.textproducts h1 {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	transition: all 0.6s;
	font-family: 'Kanit-Medium';
}

.products-box:hover .textproducts h1 {
	color: #f00;
}

.textproducts ul {
	list-style: none;
}

.pdf-load a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.pdf-load img {
	width: 28px;
	margin: 0 10px 0 0;
}

.pdf-load {
	border-radius: 10px;
	text-align: left;
	margin: 1rem 0;
	width: 180px;
	padding: 8px;
	background-color: transparent;
	font-size: .8rem;
	transition: all 0.6s;
	border: 1px solid #d7d7d7;

}

.pdf-load:hover {
	color: #FFF;
	background: #F00;
}

.pdf-load:hover a {
	color: #FFF;
}

.pageclick .page-link {
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	color: #FF0000;
	border: 1px solid #FF0000 !important;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	transition: all 0.6s;
	font-size: .9rem;
	background-color: transparent;
}

.pageclick .page-link.active,
.pageclick .page-link:hover {
	color: #FFF;
	background: #FF0000;
}

.pageclick ul {
	justify-content: center;
}

.tabspro-details ul.nav-pills {
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.tabspro-details ul.nav-pills li {
	width: auto;
	margin: 0 10px 0 0;
}

.tabspro-details ul.nav-pills li a {
	display: block;
	text-align: center;
	padding: 8px 15px;
	border-radius: 8px;
	background: #cbcbcb;
	border: 1px solid #cbcbcb;
	color: #000;
}

.tabspro-details ul.nav-pills li a.active,
.tabspro-details ul.nav-pills li a:hover {
	color: #FFF;
	background: #0380ff;
	border-color: #0380ff;
}

.gallery-box {
	text-align: center;
	overflow: hidden;
}

.textdetail-dealers ul {
	padding-left: 1.5rem;
	margin-bottom: 1rem;
	list-style: disc;
}

.gallery-box img {
	width: 100%;
	transition: all 0.6s;
	object-fit: scale-down;
}

.slideproducts {
	margin-bottom: 2rem;
}

.slideproducts .slider-for .gallery-box {
	aspect-ratio: 3/2;
}

.slideproducts .slider-for {
	margin-bottom: 1rem;
}

.slideproducts .slider-nav .gallery-box {
	aspect-ratio: 1/1;
}

.slideproducts .slider-nav .slick-list {
	padding: 0 1rem;
}

.slideproducts .slider-nav .slick-slide {
	margin: 0 5px;
	opacity: .7;
}

.slideproducts .slick-prev:before,
.slideproducts .slick-next:before {
	display: none;
}

.slideproducts .slick-prev,
.slideproducts .slick-next {
	width: 30px;
	height: 30px;
	background-size: 100% !important;
	z-index: 1;
	filter: invert(91%) sepia(6%) saturate(0%) hue-rotate(182deg) brightness(87%) contrast(93%);
}

.slideproducts .slick-prev:hover,
.slideproducts .slick-next:hover {
	filter: none;
}

.slideproducts .slick-prev {
	left: 0;
	background: url("../images/left.png") center center no-repeat;
}

.slideproducts .slick-next {
	right: 0;
	background: url("../images/right.png") center center no-repeat;
}

.slideproducts .slider-nav .slick-slide.slick-current.slick-active .gallery-box {
	border-color: #10218b;
}

.slideproducts .slider-nav .slick-slide.slick-current.slick-active {
	opacity: 1;
}

.textdetail-products h1 {
	font-size: 1.4rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}

.textdetail-products ul {
	list-style: none;
}

.content-box.reltedcontent {
	background: #f5f5f5;
}

.addmore-text {
	padding: 1rem;
	margin: 1rem 0;
	border: 1px solid #f00;
}

.addmore-text h1 {
	font-size: 1.3rem;
	margin: 0;
	font-family: 'Kanit-Medium';
}

.addmore-text a:hover {
	text-decoration: underline;
}

.addmore-text a {
	font-family: 'Kanit-Regular';
	color: #f00;
}

.addmore-text p {
	margin: 0;
}

/*///////////Start-Policy///////////////*/
.policy-box {
	position: fixed;
	bottom: 0%;
	right: 0%;
	width: 100%;
	text-align: left;
	padding: 1rem;
	color: #000;
	z-index: 1234;
	display: block;
	font-size: 1rem;
	background: #FFF;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}

.policy-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.policy-box ul li {
	padding: 0 10px;
}

.policy-box p {
	font-size: 1.1rem !important;
	margin-bottom: 0;
	font-family: 'Kanit-Medium';
}

.policy-box a {
	text-decoration: underline;
}

.policy-box a:hover {
	text-decoration: none;
}

.policy-box .btn-policy {
	width: 150px;
	padding: 8px;
	transition: all 0.5s;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	margin: .5rem auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	border: 1px solid #b00000;
	background: #b00000;
}

.btn-policy:hover {
	color: #b00000;
	background: #FFF;
}


/*///////////End-Policy///////////////*/

/*///////////Start-Footer///////////////*/
.footer {
	color: #FFF;
	padding: 10% 0 5%;
	background: #b00000;
}

.footer a:hover {
	color: #000;
}

.footer a {
	display: inline-block;
}

.footer ul {
	list-style: none;
}

.copyright-box {
	text-align: center;
	color: #FFF;
	padding: 15px 35px 0;
	margin-top: 1rem;
}

.contact-footer {
	margin-bottom: 1rem;
}

.contact-footer p {
	margin: 0;
}

.footer h1 {
	font-size: 22px;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}

.formcontact {
	color: #FFF;
}

.formcontact h1 {
	font-size: 20px;
	margin-bottom: .75rem;
}

.maphome {
	width: 100%;
	overflow: hidden;
	aspect-ratio: 3/2;
	margin-bottom: 1.5rem;
}

.maphome iframe {
	width: 100%;
	height: 100%;
}

.social-footer {
	text-align: center;
	margin: 1rem auto;
}

.social-footer img {
	width: 35px;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}

.social-footer img:hover {
	filter: none;
	transform: scale(1.03);
}

.footer table {
	width: 100%;
}

.footer table td:first-child {
	width: 20%;
}

.footer table td {
	vertical-align: top;
	padding: 5px;
}

.lineqrcode {
	text-align: center;
}

.lineqrcode img {
	width: 50%;
}

/*///////////End-Footer///////////////*/

@media (max-width: 920px) {
	body {
		max-width: 100% !important;
	}

	.navbar-collapse {
		position: fixed;
		width: 80%;
		background: rgba(0, 0, 0, 0.8);
		height: 100% !important;
		max-height: none !important;
		top: 0%;
		display: block;
		left: -5%;
		opacity: 0;
		margin: 0 !important;
		z-index: 55;
		transition: all .5s;
		overflow-y: scroll;
		box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}

	.navbar-collapse::-webkit-scrollbar {
		width: 0;
	}

	.navbar-collapse.in {
		left: 0;
		opacity: 1;
		transition: all .5s;
	}

	.navbar-collapse.show {
		left: 0;
		opacity: 1;
		transition: all .5s;
	}

	.all-container {
		width: 100%;
	}

	.all-container.-collapse {
		transition: all .5s;
	}

	.navbar-expand-lg,
	.navbar-collapse,
	.navbar-collapse.collapsing,
	.all-container.all-container.all-container {
		transition: all .5s !important;
	}

	.navbar-expand-lg.-collapse {
		width: 100%;
		transition: all .5s;
	}


}

@media (min-width:400px) {}