html{font-size:16px;}
@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-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-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-SemiBold';
   src: url('fonts/Kanit-SemiBold.eot');
   src: url('fonts/Kanit-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('fonts/Kanit-SemiBold.woff') format('woff'),
      url('fonts/Kanit-SemiBold.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
body{
   font-family: 'Kanit-Light';
	cursor: default;
	position: relative;
	line-height:1.5;
	font-size: 1rem;
	color: #FFF;
}
ul{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	/*cursor: pointer;*/
	color: inherit;
	
}
.red{ color: #f00;}
#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: 3px;
	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{background: #9bd815;}
#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///////////////*/
.headbar-main{
    padding:.5rem 0;
    transition: all 0.6s;
	background: #000;
}
.slim.headbar-main{box-shadow: 0 2px 5px rgba(0,0,0,0.3);}
.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: 80px;
	transition: all 0.5s;
	margin: auto;
}

.navbar-collapse .navbar-brand{
	padding: .5rem 0 ;
	margin: auto;
	text-align: center;
	display: block;
	width: 100%;
	background: #000;
}
.navbar-collapse .navbar-brand img{width: 150px;max-width: 100%;}

.navbar-nav li{
	padding: 0 15px;
	position: relative;
	transition: all 0.5s;
	text-transform: uppercase;
}
.navbar-nav li a{
	padding: 8px 15px;
	display: block;
	text-align: left;
	color: #FFF;
	text-decoration: none;
	transition: all 0.5s;
	position: relative;
   font-family: 'Kanit-Medium';
}
.navbar-nav li.active a, .navbar-nav a:hover{
	color: #9bd815;
}
.navbar-nav li.active .dropdown-menu a{color: #FFF;}
.navbar-nav li .dropdown-menu{
	padding: 0;
	border: none;
	border-radius: 0;
	background: #141414;
}
.navbar-nav li .dropdown-menu a{
	padding: 5px;
	font-family: 'Kanit-Light';
	font-size: .95rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.navbar-nav li .dropdown-menu  img{width: 50px;transition: all 0.6s;}
.navbar-nav li.active .dropdown-menu a.active,
.navbar-nav li .dropdown-menu a.active,
.navbar-nav li .dropdown-menu a:hover{
	background: #000;color: #9bd815;
}
.navbar-nav li .dropdown-menu a:hover img{
	transform: scale(1.03);
}
/* Underline From Left */
.hvr-underline-from-left {
  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;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #9bd815;
  height: 3px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .navbar-nav li.active .hvr-underline-from-left:before {
  right: 0;
}


.social-header{
	text-align: center;
	padding: 0 30px;
	margin: 2rem auto 0;
	width: 100%;
	color: #FFF;
}
.social-header img{
	width: 40px;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}
.social-header img:hover{
	transform: scale(.95);
	filter: none;
}
.social-header a {display: inline-block;}
.social-header a:hover{color: #152454;}
.social-header ul img{width: 28px;margin-right: 5px;}
.social-header ul{
	list-style: none;
	text-align: left;
}
.social-header ul li{margin-bottom: 10px;}

.toolheader{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 5px;
}
.search-box{
	border-radius:5px;
	position: relative;
	padding: 0 15px;
	margin-right: 5px;
	border: 1px solid #FFF;
}
.searchbutton img{
	width:22px;
	filter: brightness(0) invert(1);
}
.searchbutton{
	box-shadow: none;
	border: none;
	background-color: transparent;
	padding: 0;
}
.categoryclick .fa-angle-down{vertical-align: middle;}
.categoryclick{
	box-shadow: none;
	border: none;
	color: #FFF;
	background-color: transparent;
	padding: 0;
	margin-right: 10px;
}
.search-box .dropdown-menu{
	padding: 0;
	border-radius: 5px;
	border: none;
	background: #212121;
	min-width: 18rem;
	overflow-x: hidden;
	max-height: 385px;
	scrollbar-width: thin;
    scrollbar-color: rgba(233, 225, 216, 0.8) rgba(233, 225, 216, 0.1);
}
.search-box .dropdown-menu a{
	color: #FFF;
	padding: 10px;
	text-align: left;
}
.search-box .dropdown-menu a:hover{
	background: #000;
	color: #FFF;
}
.search-box .form-control{
	border: none;
	background: none;
	padding: 8px 15px;
	color: #FFF;
	border-left: 1px solid #FFF;
}
.search-box .form-control::placeholder{color: #949494;}
.form-control:focus{
	outline: none;
	box-shadow: none;
}
.cart-member {position: relative;}
.cart-member span{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	color: #FFF;
	background: #9bd815;
	border-radius: 50%;
	right: -15px;
	top: -15px;
	z-index: 1;
	transform: scale(.7);
}
.cart-member img{
	width: 30px;
	filter: brightness(0) invert(1);
}


#notiModal.modal .close {
    font-size: 1rem;
    color: #000;
    opacity: 1;
    position: absolute;
    top:5px;
    right:5px;
    z-index: 5;
    padding: 0;
    margin: 0;
	line-height: normal;
}

#notiModal.modal{z-index: 16000161 !important;}
.modal-backdrop.show {
    opacity: .8;
}
#notiModal.modal .close:hover{color: #ffdd00;}

#notiModal.modal .fa-circle-exclamation{font-size: 3rem;color: #f00;}
#notiModal.modal .close .fa-circle-xmark{
	vertical-align: middle;
	font-size: 33px;
}

#notiModal .modal-body{padding: 0;}
#notiModal .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
	margin: auto;
    padding:  0.35rem;
}
#notiModal .modal-content{
	border-radius: 20px;
    padding: 2rem 1rem;
	background: url( "../images/bg-popup.png") top center no-repeat;
	background-size: cover !important;
	box-shadow: none;
	border: none;
	margin: auto;
	color: #FFF;
}
#notiModal a{
	cursor: pointer;
}
.detail-notieat{text-align: center;}

.detail-notieat h1{
	font-size: 1.5rem;
	margin: 1rem auto;
    font-family: 'Kanit-Medium';
}
.detail-notieat span{
	font-size: 1.8rem;
	color: #f00;
    font-family: 'Kanit-Medium';
}
.detail-notieat p{margin: 0;}
.detail-notieat ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.detail-notieat ul li {margin: auto;}
.detail-notieat ul li .bt-btn {
    display: block;
    padding: 6px;
    text-align: center;
    color: #FFF;
    width: 140px;
    transition: all 0.5s;
    border-radius: 25px;
    border: 1px solid transparent;
}
.detail-notieat ul li a:hover{
	transform: scale(.95);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.detail-notieat ul li  .close-btn{
	background: #e10000;
	border-color: #e10000;
}
.detail-notieat ul li  .confirm-btn {
    background: #b5b5b5;
    border-color: #b5b5b5;
}
.detail-notieat ul li  .close-btn:hover{
    background: #141414;
    border-color: #141414;
}
.detail-notieat ul li  .confirm-btn:hover{
	color: #FFF;
	background: #9bd815;
}
.detail-notieat img.imgnoti {
    width: 9em;
	margin-bottom: 1rem;
}
.detail-notieat img.ic--popup {
    width: auto;
    margin-bottom: 0rem;
    max-width: 100%;
}

.form-confirm{
	text-align: center;
	width: 100%;
}
.form-confirm p {
	margin: .5rem auto;
    font-family: 'Kanit-Medium';
	font-size: 1.5rem;
}
.form-confirm .form-check-input { margin-top: 0.6rem;}
.form-confirm .form-control {
    width: 16em;
    margin: 0.75rem auto;
    border-radius: 25px;
    background: #FFF;
    border: 1px solid #cbcbcb;
}
.form-confirm .detail-form #captcha-refresh{color: #000;}
.detail-form.confirm-detail{
	display: flex;
	align-items: center;
	justify-content: center;
}
.detail-form.confirm-detail .form-control{
	width: auto;
    margin: 0.3rem;
	color: #FFF;
	background-color: transparent;
}
.detail-form.confirm-detail .form-control::placeholder{color: #C2C2C2;}
.detail-form.confirm-detail .img-code{margin: 0 .3rem;}

/* The container */
.con-remember {
	display: block;
	position: relative;
	margin-bottom: 0;
	padding-left: 0px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: .95rem;
}

/* Hide the browser's default checkbox */
.con-remember input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.con-remember  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #141414;
	border: 1px solid #9bd815;
	border-radius: 5px;
}

/* When the checkbox is checked, add a blue background */
.con-remember input:checked ~ .checkmark {
    background-color: #9bd815;
    border-color: #9bd815;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.con-remember input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.con-remember .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide{position: relative;}
#carouselmainSlide .carousel-item{
	position: relative;
	overflow: hidden;
}
#carouselmainSlide .carousel-item img{
	width: 100%;
	object-fit: cover;
}

#carouselmainSlide .carousel-indicators {
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
    bottom: .75rem;
	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;
}
/*///////////End-mainSlide///////////////*/

/*///////////Start-Content///////////////*/
.content-box{
	padding: 10% 0;
	background: #000;
}
.img-box{
	text-align: center;
	overflow: hidden;
	margin-bottom: 1rem;
	position: relative;
}
.img-box img{
	width: 100%;
	transition: all 0.6s;
}
.product-box .img-box{
	height: 230px;
}
.slick-list .img-box {
	width: 100%;
	height: 230px;
}
.title-box{
	color: #FFF;
	text-align: center;
	margin-bottom: 2.5rem;
}
.title-box h1{
	font-size: 26px;
	margin: 0;
	text-transform: uppercase;
   font-family: 'Kanit-Medium';
}
.title-box h2{
	font-size: 24px;
	margin: .5rem 0;
	text-transform: uppercase;
	font-family: 'Kanit-Regular';
}
.title-box p{margin: 0;}
.title-box ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.title-box ul li{
	margin: 0 5px 0 0;
	font-size: .8rem;
	opacity: .5;
}
.title-box ul li a{
	padding: 0 5px;
}
.title-box ul li.active,
.title-box ul li:hover{opacity: 1;}
.text-policy{margin-bottom: 2rem;}
.text-policy p{
	text-indent: 3%;
	margin-bottom: 1rem;
}
.text-policy ul{
	list-style: none;
	padding-left: 3%;
	margin: 1rem auto;
}
.text-policy ul li{margin-bottom: 6px;}
.text-policy h1{
	font-size: 1.4rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}
.text-policy .fa-circle{
	font-size: 10px;
	margin-right: 10px;
	vertical-align: middle;
}
.text-policy .fa-circle-chevron-right{
	font-size: 1rem;
	margin-right: 10px;
}
.text-policy a:hover{color: #ff8c00;}
.text-policy h2{
	font-size: 1.2rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Regular';
}

.icon-box{
	color: #FFF;
	text-align: center;
	padding: 1rem;
	margin-bottom: 1rem;
	background: #212121;
	transition: all 0.6s;
}
.icon-box img{
	width: auto;
	max-width: 60%;
	filter: brightness(0) invert(1);
	transition: all 0.6s;
}
.icon-box:hover{background: #000;}
.icon-box:hover img{transform: scale(.95);}
.icon-box p{
	margin: 10px 0;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.2* 3);
}
.content-box.abouthome{
	background: url("../images/bg-content1.png") center center no-repeat;
	background-attachment: fixed !important;
	background-size: cover !important;
}
.textabout-enterhome{
	text-align: center;
	margin-bottom: 1rem;
	color: #FFF;
}
.textabout-enterhome h1{
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom: .5rem;
	font-family: 'Kanit-SemiBold';
}
.textabout-enterhome p{margin: 0 ;}

.category-box{
	padding: .5rem 1rem 1.5rem ;
	text-align: center;
	color: #000000 ;
	margin-bottom: 1rem;
	background: #ffffff;
	transition: all 0.6s;
	position: relative;
	border: 2px solid transparent;
	 
}
.category-box  .box-img{
	height: 192px;
}
.category-box img{
	width: auto;
	 max-width: 100%; 
	 
	transition: all 0.6s;
}
.category-box p{
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	bottom: .5rem;
}
.category-box:hover img{transform: scale(.9);}
.category-box:hover{
	border-color: #555555;
	background: #141414;
	color: #FFF;
}
.bglightblack{background: #1a1a1a;}

.readmore-btn{
	padding: 8px;
	text-align: center;
	margin: 1rem auto;
	width: 165px;
	border: 1px solid #fff;
	color: #000;
	transition: all 0.6s;
	overflow: hidden;
}
.readmore-btn a{display: block;}
/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  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;
  background: #FFF;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.product-box{
	padding: 1rem;
	transition: all 0.6s;
	text-align: center;
	color: #FFF;
	border: 1px solid #b6b6b6;
}
.product-box:hover{background: #000;border-color: #000;}
.product-box:hover img{transform: scale(1.05);}
.text-pro h1{
	font-size: 1rem;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.2* 3);
	margin-bottom: 2rem;
}
.text-pro p{margin: 0;}
.text-pro p.proprice{text-decoration: line-through;}
.text-pro p.textred{color: #F00;}

.slidernewproducts{margin: 0 auto 2rem;}
.slidernewproducts .slick-prev:before, .slidernewproducts .slick-next:before{display: none;}
.slidernewproducts .slick-prev, .slidernewproducts .slick-next{
	width: 35px;
	height: 35px;
	z-index: 1;
	background-size: 100% !important;
}
.slidernewproducts .slick-prev{
	left: 0;
	background: url("../images/left-arrow.png") center center no-repeat;
}
.slidernewproducts .slick-next{
	right: 0;
	background: url("../images/right-arrow.png") center center no-repeat;
}
.slidernewproducts .slick-slide.slick-current.slick-active .product-box{background: #000;}


.promotion-box{
	padding: 1rem;
	transition: all 0.6s;
	text-align: center;
	color: #FFF;
	border: 1px solid #b6b6b6;
}
.promotion-box:hover{background: #141414;border-color: #141414;}
.promotion-box:hover img{transform: scale(1.05);}
.sliderpromotions{margin: 0 auto 2rem;}
.sliderpromotions .slick-prev:before, .sliderpromotions .slick-next:before{display: none;}
.sliderpromotions .slick-prev, .sliderpromotions .slick-next{
	width: 35px;
	height: 35px;
	z-index: 1;
	background-size: 100% !important;
}
.sliderpromotions .slick-prev{
	left: 0;
	background: url("../images/left-arrow.png") center center no-repeat;
}
.sliderpromotions .slick-next{
	right: 0;
	background: url("../images/right-arrow.png") center center no-repeat;
}
.sliderpromotions .slick-slide.slick-current.slick-active .promotion-box{background: #141414;}

.bestsaller-box{
	padding: 1rem;
	transition: all 0.6s;
	text-align: center;
	color: #FFF;
	border: 1px solid #b6b6b6;
}
.bestsaller-box:hover{background: #000;border-color: #000;}
.bestsaller-box:hover img{transform: scale(1.05);}
.sliderbestsaller{margin: 0 auto 2rem;}
.sliderbestsaller .slick-prev:before, .sliderbestsaller .slick-next:before{display: none;}
.sliderbestsaller .slick-prev, .sliderbestsaller .slick-next{
	width: 35px;
	height: 35px;
	z-index: 1;
	background-size: 100% !important;
}
.sliderbestsaller .slick-prev{
	left: 0;
	background: url("../images/left-arrow.png") center center no-repeat;
}
.sliderbestsaller .slick-next{
	right: 0;
	background: url("../images/right-arrow.png") center center no-repeat;
}
.sliderbestsaller .slick-slide.slick-current.slick-active .bestsaller-box{background: #000;}
.slidernewproducts .slick-slide,
.sliderpromotions .slick-slide,
.sliderbestsaller .slick-slide{margin: 5px;}



.content-otherpage{
	color: #FFF;
	background: #0b0b0b;
	padding: 10% 0;
}

.address-box{margin-bottom: 2rem;}
.address-box h1{
	font-size: 26px;
	margin-bottom: 0;
	font-family: 'Kanit-Medium';
}
.address-box p{margin: 0;}
.social-box h1,
.contact-box h1{
	font-size: 26px;
	margin-bottom: .75rem;
	font-family: 'Kanit-Medium';
}
.contact-box a:hover{color: #FF0000;}
.social-box img{
	width: 35px;
	filter: brightness(0) invert(1);
}
.contact-box ul{list-style: none;margin-bottom: 1rem;}
.mapbox{
	width: 100%;
	overflow: hidden;
	height: 235px;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.detail-form span{color: #f00;}
.detail-form{margin-bottom: 1rem;}
.detail-form p{margin-bottom: .5rem;}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #9bd815;
	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: #FFFFFF;
	border: 1px solid #c5c5c5;
    width: 100%;
	color: #000;
	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 #9bd815;
    color: #FFF;
    background: #9bd815;
    margin:.5rem auto;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 0;
}
.sendus-btn:hover{
    background: #FFF;
	color: #9bd815;
	transform: scale(.98);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.contactform h1{
	font-size: 28px;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}

.icon-step{
	text-align: center;
	position: relative;
	margin-bottom: 3rem;
	padding: 2rem .5rem;
	border: 1px solid rgb(255 255 255 / 17%);
	min-height: 285px;
	transition: all 0.6s;
}
.icon-step:hover{border: 1px solid rgb(255 255 255 / 100%);}
.icon-step h1{
	font-size: 18px;
	margin: 0;
	font-family: 'Kanit-Regular';
}
.icon-step img{
	filter: invert(98%) sepia(57%) saturate(3780%) hue-rotate(19deg) brightness(89%) contrast(88%);
	width: 60px;
	margin-bottom: 1rem;
	transition: all 0.6s;
}
.icon-step:hover img{transform: scale(.9);}
.icon-step span{
	font-size: 40px;
	position: absolute;
	right: 8%;
	bottom: 3%;
	z-index: 1;
	color: #FFF;
	opacity: .3;
	font-family: 'Kanit-Medium';
}
.textred-center {
	text-align: center;
	margin: 1rem auto;
}
.textred-center h1{
	color: #9bd815;
	font-size: 20px;
}

.banktransfer{margin-bottom: 1rem;}
.banktransfer label{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.banktransfer img{
	width: 95px;
	margin-right: 10px;
}
.taxtbkank h1{
	font-size: 1rem;
	margin: 0;
    font-family: 'Kanit-Regular';
}
.taxtbkank p{margin: 0;}

.textbank img{max-width: 100%;}
.textbank h1{
	font-size: 1.2rem;
	margin-bottom: .75rem;
    font-family: 'Kanit-Regular';
}

.articles-box{
	padding: .5rem;
	margin-bottom: 2rem;
	transition: all 0.6s;
	border: 1px solid rgb(255 255 255 / 17%);
}
.articles-box:hover{border-color: #fff;}
.img-box span{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	font-size: .8rem;
	padding: 5px 15px;
}
.tagnew{
	color: #FFF;
	background: #9bd815;
}
.tagrecom{
	color: #FFF;
	background: #F00;
}
.tagbest{
	color: #FFF;
	background: #eeaf1d;
}
.tagsoldout{
	color: #FFF;
	background: #363636;
}
.articles-box:hover img{transform: scale(1.05);}
.text-article{padding: .5rem;}
.text-article h1{
	font-size: 1.2rem;
	margin: 0;
	font-family: 'Kanit-Medium';
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    height: calc(1.2rem* 1.4* 2);
}
.text-article .text-title-article{
	font-size: 1rem;
	margin: 0;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    height: calc(1rem* 1.4* 2);
}
.text-article p{
	margin: 0;
	font-size: .9rem;
	color:  rgb(255 255 255 / 50%);
}

.pageclick .page-link{
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	color: #FFF;
	border: 1px solid #FFF !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: #9bd815;
}
.pageclick ul{justify-content: center;}


.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: #9bd815;
}
.pdf-load:hover a{color: #FFF;}

.title-box.subtitle ul{justify-content: flex-start;}
.subtitlepage{margin-bottom: 2rem;}
.subtitlepage ul{
	list-style: none;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	opacity: .7;
	font-size: .9rem;
}
.subtitlepage h1{
	font-size: 20px;
	margin: 0;
	font-family: 'Kanit-Medium';
}
.subtitlepage a{
	font-size: .8rem;
	opacity: .7;
	font-family: 'Kanit-Light';
}
.subtitlepage a:hover{
	text-decoration: underline;
	opacity: 1;
}
.img-detailnews{
	text-align: center;
	overflow: hidden;
	margin-bottom: 2rem;
}
.img-detailnews img{
	width: auto;
	max-width: 100%;
}
.text-detailnews h1{
	font-size: 1.2rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}
.text-detailnews p{
	margin-bottom: 1rem;
	text-indent: 3%;
}
.content-related{
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid #FFF;
}



.category-products.mobileshow{
	padding: 0;
	border: none;
	margin-bottom: 2rem;
}
.category-products.mobileshow .modal-dialog{
	margin: 1rem .5rem;
}
.category-products.mobileshow .modal-header{
	padding: .5rem;
	border: none;
}
.category-products.mobileshow .fa-layer-group{
	margin-right: 10px;
	font-size: 1.7rem;
}
.category-products.mobileshow h1{
	margin: 0;
	padding: .5rem;
	border: 1px solid #fff;
	border-radius: 5px;
}
.category-products.mobileshow .collapseproductone{background: #F5F5F5;}
.category-products.mobileshow .modal-content{color: #000;}
.filter-products{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 2rem;
	flex-wrap: nowrap;
}
.filter-products a {
    display: inline-block;
    padding: 8px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #FFF;
    color: #FFF;
    transition: all 0.6s;
    margin:0 10px 0 0;
}
.filter-products a:last-child{margin-right: 0;}
.filter-products a:hover,
.filter-products a.active{
	color: #9bd815;
	border-color: #9bd815;
}
.category-products{
	padding:1rem .75rem;
	border: 1px solid #FFF;
	border-radius: 5px;
}
.category-products h1{
	font-size: 22px;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}
.contentfull-products{margin-bottom: 2rem;}
.content-related .product-box,
.contentfull-products .product-box{margin-bottom: 2rem;}
.category-products ul{
	list-style: none;
}
.category-products ul li{
	width: 100%;
	margin: 0;
}
.category-products ul li a{
	padding: 8px 10px;
	text-align: left;
	transition: all 0.6s;
	display: block;
	border-radius: 5px;
}
.category-products ul li a.active,
.category-products ul li a:hover{
	color: #9bd815;
	background: #000;
}
.category-products .collapseproductone{
	padding: 0;
	background: #000;
	border: none;
	border-radius: 0;
}
.category-products .collapseproductone .card-body{
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
}
.textdetail-products{margin: 2rem auto;}
.textdetail-products h1{
	font-size: 1.4rem;
	margin-bottom: 0;
	font-family: 'Kanit-Medium';
}
.textdetail-products p.tagsales {
    margin-bottom: .5rem;
    padding: 5px;
    background: #72a00d;
    font-size: .8rem;
    width: 160px;
    text-align: center;
}
.textdetail-products h2{
	font-size: 1.1rem;
	margin-bottom: 1rem;
	color: #9bd815;
	letter-spacing: 1px;
	font-family: 'Kanit-Regular';
}
.lineproducts{
	width: 100%;
	height: 1px;
	background: #FFF;
	margin: 0 auto .5rem;
}
.textprice{margin-bottom: 1rem;}
.textprice h2{
	font-size: 1.2rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
	color: #fff;
}
.textprice p{margin: 0;}
.textprice p.textred{
	color: #f00;
	font-size: 1.4rem;
	font-family: 'Kanit-Regular';
}
.textprice p.proprice{text-decoration: line-through;}
.textprice .form-text{
	padding: 8px 15px;
	border: 1px solid #FFF;
	color: #FFF;
	border-radius: 5px;
	background-color: transparent;
}
.textprice .form-select{
	padding: 8px 15px;
	border: 1px solid #FFF;
	color: #FFF;
	border-radius: 5px;
	background-color: transparent;
}
.textprice .form-select  option {
	color: #000;
}
.add-address option {
    color: #000;
}
.number-input {
    display: flex;
    overflow: hidden;
    color: #FFF;
    border-radius: 5px;
    margin: 1rem auto;
    justify-content: center;
	align-items: center;
	border: 1px solid #FFF;
	padding: .3rem ;
}
.number-input .minus-bt {
    color: #FFF;
	background-color: transparent;
}
.number-input .plus-bt {
    color: #FFF;
	background-color: transparent;
}

.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
    position: relative;
}
.number-input input[type=number] {
    max-width: 80px;
    padding: 5px;
    border-width: 0 2px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: #FFF;
	margin: 0 5px;
	border-radius: 8px;
	border: none;
	background-color: transparent;
}
.quantity[type="number"]::-webkit-inner-spin-button,
.quantity[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity[type="number"]:focus{
    outline: none;
    border: none;
    box-shadow: none;
}

.addtocart-btn{
	border: none;
	box-shadow: none;
	background: #ff8c00;
	color: #FFF;
	text-align: center;
	width: 60%;
	border-radius: 30px;
	padding: 8px;
	margin:0 auto 1rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.addtocart-btn:hover{
	background: #ea870e;
}
.addtocart-btn img{
	width: 33px;
	margin: 0 3px;
	filter: brightness(0) invert(1);
}
.buy-btn{
	border: none;
	box-shadow: none;
	background: #9bd815;
	color: #FFF;
	text-align: center;
	display: block;
	width: 60%;
	height: 51px;
	border-radius: 30px;
	padding: 8px;
	margin:0 auto 1rem;
	transition: all 0.6s;
}
.buy-btn:hover{
	background: #6c980d;
}

.tagstock{
	font-size: .9rem;
	color: #f00;
	margin: 1rem 0 0;
	text-align: center;
}
.buydone {
    font-size: .9rem;
    margin:0 auto 1rem;
	text-align: center;
    font-family: 'Kanit-Regular';
}

.detailproducts{
	margin: 1rem auto;
	padding: 1rem;
	background: #232323;
}
.detailproducts h1{
	font-size: 1.2rem;
	margin-bottom: .5rem;
    font-family: 'Kanit-Regular';
}
.detailproducts p{margin: 0;}

.moredetail-products{
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid #FFF;
}
.moredetail-products h1{
	font-size: 1.4rem;
	margin-bottom: .75rem;
	font-family: 'Kanit-Medium';
	
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.moredetail-products h1[aria-expanded="true"] .fa-chevron-down{transform: rotate(180deg);}
.moredetail-products h1[aria-expanded="false"] .fa-chevron-down{transform: rotate(0deg);}
.moredetail-products ul{list-style: none;}
#collapsemoredetail .card-body{
	padding: 1rem;
	background: #000;
}

.video-present{
	overflow: hidden;
	margin: 1rem auto;
	border-radius: 10px;
	width: 100%;
	aspect-ratio:3/2;
}
.video-present iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bankservice{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.bankservice img{
	width: 100px;
	margin-right: 10px;
}
.bankservice h1{
	font-size: 1.2rem;
	margin-bottom: .5rem;
    font-family: 'Kanit-Regular';
}
.bankservice p{margin: 0;}

#accordionproducts .accordion-button::after{filter: brightness(0) invert(1);}
#accordionproducts.accordion{
	padding: 0;
	border: none;
	background: none;
	margin-top: 2rem;
}
#accordionproducts .accordion-item {
    padding: .5rem .75rem;
    border: 1px solid rgb(255 255 255 / 17%);
    background: #1d1d1d;
    margin-bottom: 1rem;
    border-radius: 10px;
}
#accordionproducts .accordion-header {margin-bottom: 0;}
#accordionproducts .accordion-header .accordion-button{
	border: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	background: none;
	color: #FFF;
	font-size: 1.2rem;
	align-items: flex-start;
}
#accordionproducts .accordion-body{
	padding: 1rem;
	background: none;
}
#accordionproducts .accordion-collapse{
	background: #FFF;
	color: #000;
	margin-top: 2rem;
	border-radius: 10px;
}
#accordionproducts .accordion-body h1{
	font-size: 1.2rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}
#accordionproducts .accordion-body ul{
	list-style: none;
	margin: 1rem auto;
	padding-left: 1rem;
}
#accordionproducts .accordion-body h2{
	font-size: 1rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}


.slideshowproducts .img-products{
	aspect-ratio:3/2;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.slideshowproducts .img-products img{
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}
.slideshowproducts {margin: 1rem auto 2rem;}
.slideshowproducts .slider-for{margin-bottom: 1rem;}
.slideshowproducts .slider-nav .slick-list{padding: 0 1rem;}
.slideshowproducts .slider-nav .slick-slide{
	margin: 0 5px;
	opacity: .5;
}
.slideshowproducts .slick-prev:before, 
.slideshowproducts .slick-next:before{display: none;}
.slideshowproducts .slick-prev,
.slideshowproducts .slick-next{
	width: 30px;
	height: 30px;
	background-size: 100% !important;
	z-index: 1;
	filter: brightness(0) invert(1);
}
.slideshowproducts .slick-prev{
	left: 0;
	background: url("../images/arrow-prev-line.png") center center no-repeat;
}
.slideshowproducts .slick-next{
	right: 0;
	background: url("../images/arrow-next-line.png") center center no-repeat;
}
.slideshowproducts .slider-nav .slick-slide.slick-current.slick-active{opacity: 1;}

.product-box.soldoutproducts{filter: grayscale(100%);}


.shopping-cart{
	padding: .5rem;
	border-radius: 10px;
	border: 1px solid #FFF;
}
.detailspreice img{
	width: auto;
	max-width: 100%;
}
.pricetitle{
	display: flex;
	align-items: center;
	justify-content: center;
}
.carttitle {
	text-align: center;
	margin-bottom: .5rem;
}
.add-address{
	padding: 1rem ;
	border: 1px solid #FFF;
	margin-bottom: 2rem;
	border-radius: 10px;
}
.carttitle h1{
	font-size: 1.6rem;
	margin-bottom: 0;
	font-family: 'Kanit-Medium';
}
.carttitle h1 span{
	font-size: 1rem;
	margin-left: 10px;
}
.pricetitle h2 span{
	font-size: 1.6rem;
	color: #9bd815;
	margin: 0 5px;
}
.pricetitle h2{
	font-size: 1.3rem;
	font-family: 'Kanit-Medium';
	margin: 0;
}
.pricetitle a{
	padding: 5px;
	border-radius: 5px;
	display: inline-block;
	background: #9bd815;
	margin: 0 8px;
}
.pricetitle a:hover{
	background: #81b50f;
}
.texttitle{margin-bottom: .5rem;}
.pricetitle h1,
.texttitle h1,
.detailspreice h1{
	font-size: 1.2rem;
	margin: 0;
	font-family: 'Kanit-Medium';
}
.detailspreice h2{
	font-size: 1rem;
	margin: 0;
	color: #81b50f;
}
.detailspreice p{margin: 0;}
.detailspreice p.proprice{text-decoration: line-through;}
.detailspreice p.textred{color: #f00;font-size: 1.2rem;}
.deletepro img{
	width: 25px;
	filter: invert(6%) sepia(98%) saturate(7484%) hue-rotate(356deg) brightness(134%) contrast(121%);
}
.detailspreice{margin-bottom: .5rem;}
.buttonset-tool{margin: 2rem auto 0;}
.buttonset-tool .addtocart-btn,
.buttonset-tool .buy-btn{
	width: 100%;
	height: auto;
}


.add-address .form-text{
	border-radius: 5px;
	background: none;
	color: #FFF;
}
.add-address h1{
	font-size: 1.6rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}
/* The container */
.radiochoose {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 10px auto;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radiochoose input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border-radius: 50%;
    border: 1px solid #81b50f;
}

/* When the radio button is checked, add a blue background */
.radiochoose input:checked ~ .checkmark {
  background-color: #FFF;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiochoose input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radiochoose .checkmark:after {
 	top: 50%;
	left: 50%;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #81b50f;
    transform: translate(-50%,-50%);
}

.add-address .taxtbkank h1{font-size: 1.2rem;}
.banktransfer.deliverychange .taxtbkank input{margin-right: 5px;}
.banktransfer.deliverychange .taxtbkank h1{font-size: 16px;}
.banktransfer.deliverychange img{width: 65px;}
.banktransfer.deliverychange .taxtbkank{
	display: flex;
	align-items: baseline;
	justify-content: center;
	margin: .5rem auto;
}
.banktransfer.deliverychange label{
	display: block;
	text-align: center;
}
/*===========paysuccess============*/

.carttext-success{
	text-align: center;
	margin: 2rem auto;
}
.carttext-success img{width: 35%;}
.carttext-success ul{
	justify-content: space-between;
	align-items: center;
	display: flex;
	color: #81b50f;
	margin-top: 3rem;
	list-style: none;
}
.carttext-success h1{
	font-size: 2rem;
	color: #81b50f;
	margin: 2rem auto 1rem; 
    font-family: 'Kanit-Medium'; 
}
.carttext-success h2{
	font-size: 1.7rem;
	color: #FFF;
	margin-bottom: 0;
    font-family: 'Kanit-Medium'; 
}
.carttext-success span{
	font-size: 1.3rem;
	color: #81b50f;
    font-family: 'Kanit-Medium'; 
}
.carttext-success p{margin: 0;}
/*///////////Start-Policy///////////////*/
.policy-box{
    position: fixed;
    bottom: 0%;
    right: 0%;
    width: 100%;
    text-align: left;
    padding: 1rem ;
    color: #FFF ;
    z-index: 1234;
    display: block;
    font-size: 1rem;	
	background:#000;
	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;
}
.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: #000 ;
    margin: .5rem auto;
	display: flex;
    align-items: center;
    justify-content: center;
	text-transform: uppercase;
	border: 1px solid #FFF;
	background: #FFF;
}
.btn-policy:hover{
	color: #000;
	background: #FFF;
}


/*///////////End-Policy///////////////*/
table.itemstopaid tbody tr td:nth-child(2) {
  text-align: right;
}
/***************************/
 .textboxcart-products,.textboxcart-products h1,.textboxcart-products h2,.textboxcart-products h4{
 	font-size: 1rem;
 }
  .textboxcart-products ul , .box-address ul{
  	list-style: none;
 }
 .box-address p{
 	margin-bottom: 0;
 	margin-top: 15px;
 	border-bottom: solid 1px #2f2f2f;
 }
 .add-address{
 	margin-top: 15px;
 }
 .box-address h1{
 	font-size: 1.2rem;
 }
/***************************/ 
.box-loading #overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#000;/*rgba(0,0,0,0.9);*/
  transition: 1s 0.4s;
}
 
.box-loading #progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:30%;
  left:0;
  right:0;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}
/*////////////// //////////////////////////////pagelist//////// /////////////////////////////////////////////////*/
.text-notfound{
	margin:30px auto;
	font-size: 1.4rem;
    text-align: center;
}
.pagelist{
	text-align: center;
	padding:5px;
	border-radius:0px;
	/* margin:0 5px 20px 5px;*/
	margin: 20px auto;
	justify-content: center;
	display: flex;
}
.pagelist li{
	display:inline-block;
	font-size:18px;
	cursor:pointer;
	padding: 0.1rem 0rem;
	margin: 0.2rem;
	border:1px solid #ffffff;
	border-radius: 5px;

	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	color: #20479f;
	border: 1px solid #ffffff !important;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	transition: all 0.6s;


}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
	 color:#ffffff;
	 transition: all 0.4s;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
 color:#ffffff;
}
.pagelist li a{
	color: #ffffff;
	display:block;
	padding:0px 12px;
	font-weight:bold;
}
.pagelist li a i.fa{
 font-size:18px;
 vertical-align: middle;
}

.pagelist>li:first-child>a, .pagelist>li:first-child>span , .pagelist>li:last-child>a, .pagelist>li:last-child>span {
 border-radius:0px;
}
.pagelist li.active{
    background: #9bd815;
	transition: all 0.4s;
}
.pagelist li a:hover{
    color: #ffffff ;
	transition: all 0.4s;
}
.pagelist li.active a {
    color: #ffffff;
}
.pagelist li:hover{
	color: #FFF;
	background: #9bd815;
	/*transform: scale(.9);*/
}
 
/********************/
.videopresent{
	width: 100%;
	height: 315px;
	overflow: hidden;
}
.videopresent iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.file-download img{height: 50px;}
/*///////////Start-Footer///////////////*/
.footer{
	color: #FFF;
	padding: 10% 0 5%;
	background: url("../images/bg-footer.png") left center no-repeat;
	background-size: cover !important;
}
.footer ul{list-style: none;}
.footer h1{
	font-size: 1.2rem;
	margin-bottom: .75rem;
	text-transform: uppercase;
	font-family: 'Kanit-Regular';
}
.footer hr{
	width: 3em;
	margin: .5rem 0 .75rem;
	opacity: 1;
	border-color: #000;
}
.footer a{display: inline-block;}
.footer p{margin-bottom: 0rem;}
.footer a:hover{color: #9bd815;text-decoration: underline;}
.footer ul li{padding-bottom: 5px;}
.contact-footer{margin: 1rem auto;}
.address-footer img{
	width: 150px;
}
.social-footer{margin-bottom: 2rem;}
.social-footer  img{
	width: 35px;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}
.social-footer img:hover{transform: scale(.95);}
.copyright-box{
	text-align: center;
	margin-top: 2rem;
	color: #FFF;
}
.text-right{text-align: right;}
.text-left{text-align: left;}
.facebook-homebox{
	text-align: center;
	margin: 1rem 0;
	aspect-ratio: 4/2;
	background: #141414;
}
.facebook-homebox iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.address-footer{padding-right: 5%;}
/*///////////End-Footer///////////////*/
@media (max-width: 920px) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 80%;
		background: #000;
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        left: -100%;
		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) {
}





