html{font-size:16px;}
@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;
}
@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-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;
}
body{
    font-family: 'Kanit-Light';
	cursor: default;
	position: relative;
	line-height:1.75;
	font-size: 1rem;
	color: #231f20;	
}
a{
	color:inherit;
	text-decoration: none;
}

#back-to-top {
    width: 60px;
    height: 30px;
    position: fixed;
    z-index: 9999;
    bottom: 0%;
    right: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px 0;
    background:#74180f;
    font-size: 1rem;
    opacity: 1;
	border-radius: 80px 80px 0 0;
    transform: translate(50%,0%);
}
#back-to-top:hover{
    opacity: 1;
    background:#000;
}
#back-to-top a {
    color: #FFF;
	display: block;
	width: 100%;
}
button:focus {
    outline: none;
}



#nav-icon3{
	z-index: 88;
	width: 40px;
	height: 40px;
	position: relative;
    top: 0rem;
    right: 0rem;
	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: 100%;
    background: #ec1f26;
    border-radius: 6px;
	opacity: 1;
	left: 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: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 12px;
	width: 75%;
	right: 0;
    left: auto;
}
#nav-icon3 span:nth-child(4) {
	top: 24px;
	width: 40%;
	right: 0;
    left: auto;
}
#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);
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#nav-icon3 p {
    position: absolute;
    right: 0rem;
    bottom: -1rem;
    margin: 0;
    color: #ec1f26;
    font-family: 'Kanit-Light';
}

/*contact page--//////////////////////////////////////////////////////////////////////////*/
.contact-bar{
	padding: 10px;
	background: #bebebe;
	display: none;
}
.contact-header ul{
	list-style: none;
	display: flex;
	margin: 0;
	padding-left: 0;
	align-items: center;
	justify-content: flex-end;
}
.contact-header a{color: #ec1f26;}
.contact-header img{
	width: 20px;
	margin-right: 5px;
}
/*head--//////////////////////////////////////////////////////////////////////////*/
.headbar-main{
    width: 100%;
    padding:.5rem 0;
    transition: all 0.5s;	
	background-color: #FFF;
}
.slim.headbar-main{box-shadow: 0 2px 7px rgba(0,0,0,0.2);}
.hamburgers-box{
    width: 100%;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
    transition: all 0.5s;
}
.navbar-brand {
	width: 100%;
    padding: 0;
    text-align: left;
    margin:0;
	display: block;
    transition: all 0.5s;
}
.navbar-brand img{
	width: 70px;
	transition: all 0.5s;
}
.navbar-brand.d-lg-none img{width: 200px;}
.navbar-brand.d-lg-none{text-align: center;}

.navbar-nav li{
	padding: 0 15px;
	text-align: left;
	font-size: 1.2rem;
	transition: all 0.5s;
}
.navbar-nav li a{
	padding:10px 15px;
	text-decoration: none;
	display: block;
	transition: all 0.5s;
}
.navbar-nav li.active a, .navbar-nav li a:hover{
	color: #cd5c5c;
}

.social-header{
	text-align: center;
	margin: 1rem auto;
}
.social-header p{
	text-align: left;
	padding: 0 15px;
	margin: 0;
}
.social-header p img{
	width: 28px;
	margin-right: 10px;
	filter: invert(63%) sepia(77%) saturate(4303%) hue-rotate(328deg) brightness(93%) contrast(70%);
}
.social-header img{
	width: 45px;
	margin: 0;
	transition: all 0.5s;
}

.social-header img:hover{transform: scale(1.05);}
/*slide-banner--//////////////////////////////////////////////////////////////////////////*/
#slide-zone .banner-slide{
    width: 100%;
    position: relative;
}
.owl-dots {
    display: flex !important;
    position: absolute;
    bottom: 50%;
    right: 0;
    width: auto;
    text-align: center;
    transform: rotate(90deg) translate(0,-50%);
    height: auto;
    align-items: center;
    justify-content: center;
}
.owl-carousel button.owl-dot {
    width: 11px;
    height: 11px;
    margin: 0 3px;
    border-radius: 50%;
    background-color: rgb(35 31 32 / 70%);
	border: none;
}
.owl-carousel button.owl-dot.active{
    background-color: rgb(35 31 32 / 100%);
}

/*content--//////////////////////////////////////////////////////////////////////////*/

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  background: #FFF;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #cd5c5c;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -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-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: #cd5c5c;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.content-aboutus{padding: 10% 0;}
.img-about img{
	width: 100%;
	position: relative;
}
.img-about.about-img2{margin-top: -1rem;z-index: 0;}
.img-about{text-align: center;overflow: hidden;}


.about-box {
    width: 95%;
    padding: 1rem;
    background: #f4f4f4;
    margin: -2rem auto 0;
    position: relative;
    z-index: 1;
}
.about-box h1{
    font-family: 'Kanit-Medium';
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
	color: #cd5c5c;
}
.about-box p{margin: 0;}
.about-box.aboutleft{margin: 0 auto;}
.readmore-btn{
	text-align: center;
	width: 200px;
	color: #FFF;
	border-radius: 30px;
	padding: 5px;
	display: block;
	margin: 1rem 0;
	overflow: hidden;
	border: 1px solid #cd5c5c;
}
.readmore-btn img{
	width: 25px;
	margin-left: 5px;
	transition: all 0.5s;
	filter: brightness(0) invert(1);
}
.readmore-btn:hover img{filter: invert(63%) sepia(77%) saturate(4303%) hue-rotate(328deg) brightness(93%) contrast(70%);}

.hvr-shutter-in-vertical:hover img, .hvr-shutter-in-vertical:focus img, .hvr-shutter-in-vertical:active img{filter: invert(63%) sepia(77%) saturate(4303%) hue-rotate(328deg) brightness(93%) contrast(70%);}
.service-textbox{margin-top: 2rem;}

.content-products{padding: 10% 0;}
.title-box{
	text-align: center;
	margin-bottom: 2rem;
}
.title-box p{color: #cd5c5c;}
.title-box h1{
    font-family: 'Kanit-Medium';
	font-size: 2rem;
	margin-bottom: 0rem;
}
.title-detail{
	text-align: center;
	margin-bottom: 2rem;
}
.category-tabds .nav-pills{
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
	justify-content: center;
}
.category-tabds  li{
	width: auto;
	margin: auto;
}
.category-tabds li button{
	width: 100%;
	padding: 0;
	display: block;
	margin: auto;
	box-shadow: none;
	border: none;
	background: none;
}
.product-logo{
	padding: 1rem;
	text-align: center;
	margin-bottom: 1rem;
}
.product-logo img{
	width: 60px;
	filter: grayscale(1);
	transition: all 0.5s;
}
.product-logo:hover img{
	filter: none;
	transform: scale(1.05);
}
.category-tabds button.active .product-logo img{filter: none;}

.product-logo-detail{
	/* padding: 1rem; */
	text-align: left;
	margin-bottom: 1rem;
}
.product-logo-detail img{
	width: 70px;
	/* filter: grayscale(1); */
	transition: all 0.5s;
}
.product-logo-detail:hover img{
	filter: none !important;
	transform: scale(1.05);
}
.category-tabds button.active .product-logo-detail img{filter: none;}



.product-box img{width: 100%;transition: all 0.5s;}
.product-box{
	text-align: center;
	position: relative;
	margin-bottom: 1rem;
	overflow: hidden;
	transition: all 0.5s;
	opacity: 0.7;
	border: 2px solid transparent;
}
.text-product{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px;
	transition: all 0.5s;
	background: rgb(255 255 255 / 80%);
	
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.text-product p{margin: 0;}
.text-product img{
	width: 25px !important;
	transition: all 0.5s;
}
.product-box:hover{opacity: 1;}
.product-box:hover .text-product{background: rgb(205 92 92 / 80%);}
.product-box:hover{border-color: #cd5c5c;}
.product-box:hover .text-product{color: #FFF;}
.product-box:hover .text-product img{filter: brightness(0) invert(1);}
.product-box:hover img{transform: scale(1.05);}

.slide-products .owl-carousel .owl-dots{display: none !important;}
.slide-products .owl-carousel .owl-nav{
	display: flex;
    justify-content: space-between;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    color:darkgrey;
    font-size: 25px;
}

.news-box{
	margin-bottom: 1rem;
	transition: all 0.5s;
	background-color: rgb(255, 250, 250);
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
	border: 1px solid transparent;
}
.news-box:hover{border-color: #cd5c5c;}

.img-box{
	text-align: center;
	overflow: hidden;
}
.img-box img{
	width: 100%;
	transition: all 0.5s;
}
.text-news{
	padding: 1rem;
	background: #FFF;
}
.text-news p{
	margin: 0;
	color: #cd5c5c;
}
.text-news h1{
	font-size: 1rem;
	margin-bottom: 0;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    height: calc(1rem * 1.2 * 2);
    font-family: 'Kanit-Regular';
}
.readmore-news{
	color: #cd5c5c;
	margin-top: 1rem;
}
.readmore-news img{
	width: 25px;
	margin-left: 10px;
	transition: all 0.5s;
	filter: invert(63%) sepia(77%) saturate(4303%) hue-rotate(328deg) brightness(93%) contrast(70%);
}
.readmore-news:hover img{transform: translateX(10px);}

.news-box ul{
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0;
	padding: .5rem;
}
.news-box li:first-child{
	width: 30%;
	margin-right: 10px;
}
.news-box li:last-child{width: 70%;}
.news-box li .text-news{padding: 0 1rem;}
.news-box li img{    
	aspect-ratio: 3/3;
    object-fit: cover;
}
.news-box:hover img{transform: scale(1.05);}


.address-box p{
	color: #ff6c6c;
	font-size: 1.2rem;
	margin-bottom: .5rem;
    font-family: 'Kanit-Medium'; 
}
.address-box h1{
	font-size: 24px;
	margin-bottom: 0rem;
    font-family: 'Kanit-Medium'; 
}
.contact-box h1, .follow-box h1{
	font-size: 24px;
	color: #ff6c6c;
	margin-bottom: .75rem;
    font-family: 'Kanit-Medium'; 
}
.contact-box ul, .follow-box ul{
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.contact-box ul li, .follow-box ul li{padding-bottom: 10px;}
.contact-box ul li:first-child a{color: #ff6c6c;}
.contact-box ul li a:hover, .follow-box ul li a:hover{color: #ff6c6c;text-decoration: underline;}

.message-contact {margin-top: 2rem;}
.message-contact h1{
    font-size: 26px;
    font-family: 'Kanit-Medium'; 
    margin-bottom: .5rem;
    text-align: left;
}
.mapbox{
    width: 100%;
    height: 315px;
    overflow: hidden;
}
.mapbox iframe{
    width: 100%;
    height: 100%;
}
.detail-form{
    margin-bottom: 1rem;
}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #181818;
	font-size: 26px;
	vertical-align: middle;
}
.detail-form span{color: #ff6c6c;}
.detail-form p{
	margin-bottom: .5rem;
    font-family: 'Kanit-Regular'; 
}
.form-text{
    padding: 8px 15px;
    background: #FFF;
    border:none;
    width: 100%;
    color: #181818;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.form-text:focus{
	outline: none;
	box-shadow: none;border-color: #000;
}
.form-text::placeholder{color: #323232;}
.sendus-btn{
	width: 200px;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #000;
    color: #FFF;
    background: #000;
    margin:.5rem auto;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 0;
}
.sendus-btn:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #FFF;
    color: #000;
	border-color: #FFF;
	transform: scale(.98);
}


.content-otherpage{
	padding: 10% 0;
	background: #fffafa;
	overflow-x: hidden;
}
.address-box, .contact-box, .follow-box{margin: 2rem 0 2rem 1rem;}
.bg-address--white{
	background: #FFF;
	position: relative;
}
.bg-address--white::before{
	content: '';
	width: 25%;
	height: 100%;
	background: #FFF;
	position: absolute;
	left: -25%;
	top: 0;
	z-index: 1;
}
.img-about.contactimg{z-index: 2;position: relative;}


.title-sub{
	text-align: center;
	color: #ff6c6c;
	margin-bottom: 1rem;
}
.title-sub p{color: #000;margin: 0;}
.title-sub h1{
	font-size: 1.1rem;
	margin-bottom: 0;
    font-family: 'Kanit-Medium';
}
.text-policy{margin-bottom: 2rem;}
.text-policy h1{
	font-size: 1.2rem;
    font-family: 'Kanit-Medium';
	margin-bottom: .5rem;
}
.text-policy p.text-right{text-align: right;}
.text-policy p{
	text-indent: 3%;
	margin-bottom: 1rem;
}
.text-policy a:hover{color: #ff6c6c;}
.text-policy ul{
	list-style: none;
	margin: 0;
	padding-left: 1rem;
}
.text-policy ul li{padding-bottom: 5px;}
.text-policy h1 span{
	font-size: 1rem;
	font-family: 'Kanit-Light';
}
.text-policy span{
	font-size: 1.1rem;
    font-family: 'Kanit-Medium';
}


.banner-about{
	position: relative;
	margin-bottom: 2rem;
	background: #f0f0f0;
}
.banner-about img{
	width: 100%;
}
.textbanner-about {padding: 2rem 0 0 1rem;}
.textbanner-about h1{
	font-size: 1.2rem;
	margin: 0;
    font-family: 'Kanit-Medium';
}
.textbanner-about p{margin: 0;}

.about-icon{
	padding: 1rem 1rem 3rem;
	position: relative;
	margin-top: 4rem;
	background: #FFF;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.icon-imgabout{
	width: 90px;
    height: 90px;
    margin: -4rem auto 1rem;
	text-align: center;
	border-radius: 50%;
	background: #FFF;
	
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	
	position: relative;
	z-index: 1;
	transition: all 0.5s;
}
.icon-imgabout img{max-width: 100%;}

.about-icon:hover .icon-imgabout{transform: scale(.95);}
.about-icon:hover img{filter: invert(42%) sepia(7%) saturate(7414%) hue-rotate(323deg) brightness(99%) contrast(69%);}
.about-icon p{margin: 0;}

.about-textbox{margin-top: 3rem;}
.about-textbox span{font-family: 'Kanit-Medium';}
.about-textbox h1{
	color: #cd5c5c;
	font-size: 1.4rem;
	margin-bottom: 1rem;
    font-family: 'Kanit-Medium';
}
.about-textbox p{margin-bottom: 1rem;}

.relate-text{
	color: #cd5c5c;
	font-size: 1.4rem;
	margin-bottom: 1rem;
    font-family: 'Kanit-Medium';
}
.relate-fullbox .product-box{opacity: 1;}

.detail-products h1{
	font-size: 1.2rem;
	margin-bottom: 1rem;
    font-family: 'Kanit-Medium';
}
.detail-products p{margin-bottom: 0;}


.slide-productsshow{margin-bottom: 2rem;}
.slide-productsshow .owl-carousel{display: block;}
.slide-productsshow .owl-carousel.owl-drag .owl-item{padding: .5rem;}

.slide-productsshow .owl-carousel .item{
	background:#FFF;
	text-align:center;
}
#big{
	height:auto;
	overflow:hidden;
} 
#big .item{	
	height:315px;
}
#big .item iframe{
	width: 100%;
	height: 100%;
	aspect-ratio:3/2;
}
#big .item img{
	width: 100%;
	height: 100%;
	object-fit:contain;	
	aspect-ratio:3/2;
}
#thumbs .item{
	height:85px;
	overflow:hidden;
	box-shadow: 0 0 8px rgba(0,0,0,0.10);
}
#thumbs .item img{
	height:100%;
	object-fit: contain;
}
.slide-productsshow .owl-carousel .owl-nav{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0,-50%);
}
.slide-productsshow .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    color: #cd5c5c;
}
.slide-productsshow .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    color:#cd5c5c;
}

/*.slide-productsshow .owl-carousel#thumbs .owl-nav{display: block !important;}*/
.slide-productsshow .owl-carousel .owl-nav button.owl-prev, .slide-productsshow .owl-carousel .owl-nav button.owl-next{ font-size:15px;}
.slide-productsshow .owl-carousel .owl-nav button:focus{box-shadow: none;border: none;outline: none;}

.backpage{
	width: 200px;
	color: #cd5c5c;
	margin: 2rem 0;
}
.backpage img{
	width: 30px;
	margin-right: 10px;
	transition: all 0.5s;
	filter: invert(63%) sepia(43%) saturate(970%) hue-rotate(314deg) brightness(81%) contrast(97%);
}
.backpage:hover{color: #000;}
.backpage:hover img{filter: none;transform: translateX(-10px)}


.content-otherpage.newspage .container{overflow-x: hidden;}
.slide-news{
	padding: 1rem;
	margin-bottom: 3rem;
}
.slide-news .owl-nav{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.slide-news .owl-nav button span{display: none;opacity: 0;}
.slide-news .owl-nav button.owl-next{
	background: url("../news/images/arrow-right.png") center center no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
	margin-right: -1.5rem;
} 
.slide-news .owl-nav button.owl-prev{
	background: url("../news/images/arrow-left.png") center center no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
	margin-left: -1.5rem;
} 

/*footer--//////////////////////////////////////////////////////////////////////////*/
.policy-box{
    position: fixed;
    bottom: 2%;
    right: 5%;
    width: 300px;
    text-align: left;
    padding: 1rem ;
    color: #000;
    z-index: 5;
    display: block;
    font-size: 18px;	
	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{
    margin-bottom: 0;
    font-size: 20px !important; 
    font-family: 'Kanit-Medium';
}
.policy-box a{color: #000;text-decoration: underline;}
.policy-box a:hover{text-decoration: none;}
.policy-box .btn-policy{
    width: 150px;
    padding: 5px;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    color: #FFF ;
    border-radius: 15px;
    margin: .5rem auto;
    border: 1px solid #cd5c5c;
	background-color: #cd5c5c;
	display: flex;
    align-items: center;
    justify-content: center;
}
.btn-policy:hover{
	transform: scale(.98);
	background: #FFF;
	color: #cd5c5c;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}

.footer {
	padding:10% 0 5%;
	background: url("../images/bg-footer.png") top center no-repeat;
	background-size: cover !important;
}
.footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer a{
	text-decoration: none;
	color: #000;
}
.footer ul li{padding-bottom: 5px;}
.footer span{font-family: 'Kanit-Regular';}
.footer p{margin-bottom: 1rem;}
.footer h1{
    font-size:1.1rem;
    margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Kanit-Regular';
}
.address-footer{margin-bottom: 1rem;}
.contact-footer{margin: 1rem 0;}
.footer a:hover{color: #ec1f26;}
.contact-footer ul li:first-child a{color: #ff6c6c;}
.copyright-box {
	color: #231f20;
    text-align: center;
    padding:15px 20px;
	margin-top: 15px;
	border-top: 1px solid #000;
}
.copyright-box a{
	text-decoration: none;
}
.social-footer{
	text-align: center;
	margin: 1rem auto;
}
.social-footer img{
	width: 45px;
	margin: 0;
	transition: all 0.5s;
	filter: grayscale(1);
}
.social-footer img:hover{
	transform: scale(1.05);
	filter: none;
}
.logo-footer{text-align: center;margin: 1rem auto;}
.logo-footer img{width: 200px;}
.menu-footer ul li.active a, .menu-footer ul li a:hover{color: #ec1f26;}

.main-cate {
	list-style:none ;
	text-align:center !important;
}
.main-cate li{
    display: inline-block;
    cursor: pointer;
    font-weight: 300;
	/* color:#464646; */
	color: #cd5c5c;
    text-transform: uppercase;
	padding: 0px 15px;
    /*outline: 1px solid #464646;*/
    margin: 0 1%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-cate li.active,
.main-cate li:hover{
    color: #FFF;
    background:gray;
   /*outline: 1px solid #f5873b;*/
}

/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/
@media (max-width: 920px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 80%;
		padding: 10% 0;
		background: #FFF; 
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        left: -100%;
        margin: 0 !important;
        z-index: 55;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse.in{
		left: 0 !important;
	}
	.navbar-collapse.show{
		display:block;
		left: 0 !important;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		/*margin-left: 250px;*/
	}
	.navbar-expand-lg, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.5s !important;
	}
	.navbar-expand-lg.-collapse {
		/*margin-left: 250px;*/
		width:100%;
	}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 568px) {}




