html{font-size:14px;}
@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-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: 'Halant-Medium';
	src: url('fonts/Halant-Medium.eot');
	src: url('fonts/Halant-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Halant-Medium.woff') format('woff'),
		url('fonts/Halant-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Halant-Regular';
	src: url('fonts/Halant-Regular.eot');
	src: url('fonts/Halant-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Halant-Regular.woff') format('woff'),
		url('fonts/Halant-Regular.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;
	overflow-x: hidden;
	color: #000;
}
/*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: 0;
    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: 100%;
    border-radius: 5px;
	background: #FFF;
	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: 75%;
}
#nav-icon3 span:nth-child(4) {
	top: 20px;
	width: 50%;
}
#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%;
}

/*///////////Start-Header///////////////*/

.headbar-main{
    padding: .5rem 0;
    transition: all 0.6s;
	position: sticky;
	background-color:#950d0d;
}
.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: center;
    margin: 0;
	padding: 0;
}
.navbar-brand h1{margin: 0;font-size: 1rem;}
.navbar-brand p{margin: 0;}
.navbar-brand img{
	width: 45px;
	transition: all 0.5s;
	margin: 0;
}
.navbar-collapse .navbar-brand img{width: 100px;}

.navbar-collapse .navbar-brand{
	padding: 2rem 0;
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 100%;
}

.navbar-collapse .navbar-nav{padding: 0 20px;}
.navbar-nav li{
	padding: 0;
	position: relative;
	transition: all 0.6s;
	margin-bottom: .5rem;
}
.navbar-nav li a{
	padding: 5px;
	display: block;
	color: #FFF ;
	text-decoration: none;
	transition: all 0.6s;
	border-bottom: 1px solid transparent;
}
.navbar-nav li.active a,
.navbar-nav li a:hover{
	color: #cd0000;
	border-color: #cd0000;
}
.social-header{
	color: #FFF;
	padding: 0 20px;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.headercontact{
	padding: 6px 10px;
	text-align: center;
	color: #FFF;
	border-radius: 30px;
	background: #cd0000;
	transition: all 0.6s;
	border: 1px solid #cd0000;
	box-shadow: rgba(0, 0, 0, 0.3) 1.95px 1.95px 2.6px;
}
.headercontact:hover{
	background: #000;
	border-color:#FFF;
}
.headercontact img{
	width: 25px;
	margin-right: 8px;
	filter: brightness(0) invert(1);
}
.headercontact a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
}
.headercontact:hover .hvr-buzz-out{
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/*///////////End-Header///////////////*/
#carouselMainslide{position: relative;}
#carouselMainslide .carousel-item{
	position: relative;
	overflow: hidden;
}
#carouselMainslide .carousel-item iframe,
#carouselMainslide .carousel-item video,
#carouselMainslide .carousel-item source,
#carouselMainslide .carousel-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#carouselMainslide .carousel-indicators {
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
    bottom: .75rem;
	z-index: 1019;
}
#carouselMainslide .carousel-indicators button{
	width: 9px;
	height: 9px;
	margin: 0 3px;
	background-color: #000;
	border-radius: 50%;
	border: 1px solid #000;
}

.textpolicy{
	margin-bottom: 2rem;
	font-family: 'Halant-Regular';
}
.textpolicy h1{
	font-size: 1.2rem;
	margin-bottom: .5rem;
	font-family: 'Halant-Medium';
}
.textpolicy h2{
	font-size: 1rem;
	margin-bottom: .5rem;
	font-family: 'Halant-Medium';
}
.textpolicy .fa-angle-right{
	font-size: .9rem;
	margin-right: 10px;
}
.textpolicy .fa-circle{
	font-size: 14px;
	margin-right: 10px;
}
.textpolicy p{
	margin-bottom: 0;
}
.textpolicy a:hover{color: #a51614;}
.textpolicy ul{
	list-style: none;
	margin: .5rem auto;
	padding-left: 15px;
}
.textpolicy ul li{margin-bottom: .75rem;}
/*///////////Start-Content///////////////*/ 
.content-box{
	padding: 10% 0;
	background-size: cover !important;
}
.content-box.contentbox1{
	background: url("../images/bg-content1.webp") top center no-repeat #FFF;
	background-size: 100% !important;
}
.content-box.contentbox2{
	color: #FFF; 
	background: url("../images/bg-foods.webp") top center repeat-y;
	background-size: 100% !important;
}
.content-box.contentbox3{
	background: url("../images/bg-icon.webp") top center no-repeat #e7e7e5;
	background-size: 100% !important;
}
.textred{color: #CD0000;}
.textgold{color: #FFD700;}
.textyellow{color: #FFFF00;}
.textgreen{color: #32CD32;}
.title-box{
	text-align: center;
	margin-bottom: 2.3rem;
}
.title-box img{
	width: 200px;
}
.title-box p{margin: 0;}
.title-box h1{
	font-size: calc(1.75rem + 1.5vw);
	margin: 0;
	text-transform: uppercase;
    font-family: 'Halant-Medium';
}
.title-box h2{
	font-size: calc(1rem + .5vw); 
	margin: 0;
}
.title-box.subtitle{text-align: left;}
.title-box ul{
	list-style: none;
	align-items: center;
	justify-content: flex-start;
	display: flex;
	margin-bottom: 1rem;
	flex-wrap: wrap;
}
.title-box ul li {margin-right: 10px; }
.title-box ul li .fa-house{margin-right: 8px;}
.title-box ul li {opacity: .6;}
.title-box ul li.active {opacity: 1;}
.title-box ul li a{padding-right: 10px;}
.img-box{
	text-align: center;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.img-box img{
	width: 100%;
	transition: all 0.6s;
}


.titleabout{margin-bottom: 1.5rem;}
.titleabout h1 {
    font-family: 'Halant-Medium';
    font-size: 46px;
    margin: 0;
    line-height: 1;
}
.titleabout h2{
	font-family: 'Halant-Medium';
	margin: 0;
}
.titleabout h3{
	font-family: 'Halant-Regular';
	margin-bottom: .5rem;
}
.titleabout p{
	margin: 0;
	font-family: 'Halant-Regular';
}
.textabout h2{
	font-size: 1.2rem;
	margin-bottom: 0rem;
	font-family: 'Kanit-Medium';
}
.textabout h1{
	font-size: 1.4rem;
	margin-bottom: 0rem;
	font-family: 'Kanit-Medium';
}
.textabout span{
	font-family: 'Kanit-Medium';
	font-size: 1.25rem;
}
.textabout p{margin-bottom: 1rem;}
#carouselAbouthome {
	border-radius: 15px;
	border: 4px solid #FFF;
	overflow: hidden;
	margin-bottom: 2rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
#carouselAbouthome .carousel-item img{width: 100%;}
#carouselAbouthome .carousel-item{
	width: 100%;
	aspect-ratio:3/2;
}
#carouselAbouthome .carousel-indicators {
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
    bottom: .75rem;
	z-index: 1019;
}
#carouselAbouthome .carousel-indicators button{
	width: 9px;
	height: 9px;
	margin: 0 3px;
	background-color: #FFF;
	border-radius: 50%;
	border: none;
}

.iconslide{
	background: #fef8f8;
	padding: 7% 0;
	margin: 2rem auto;
}
.subtitlecenter{
	text-align: center;
}
.subtitlecenter h1{
	margin: 0;
    font-family: 'Halant-Medium';
}
.subtitlecenter h2{
	margin: 0;
    font-family: 'Halant-Regular';
}
.iconabout{
	text-align: center;
	margin: 0 1rem;
}
.iconabout p{
	margin: 5px 0;
	line-height: 1;
}
.iconabout img{
	width: 60px;
	transition: all 0.6s;
	filter: invert(9%) sepia(98%) saturate(7263%) hue-rotate(25deg) brightness(103%) contrast(104%);
}
.iconabout:hover img{transform: scale(.96);filter: none;}

.customer-slider:hover .customer-track {
  animation-play-state: paused;
}
.customer-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
	margin: 2rem auto;
}
.customer-track {
    display: flex;
    align-items: flex-start;
    width: max-content;
    animation: customerSlide 15s linear infinite;
}
@keyframes customerSlide {
    from {  transform: translateX(0);}
	to {  transform: translateX(-50%);}
}


.slideoutlet{margin-bottom: 3rem;}
.outletbox{
	overflow: hidden;
	text-align: center;
	position: relative;
	background: #000;
}
.outletbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.outletbox:hover img{transform: scale(1.03);opacity: .4;}
.outlettext {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	text-align: center;
	
	color: #FFF;
	transition: all 0.6s;
	background:linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.outlettext img{
	width: 175px;
	height: auto;
	opacity: 1!important;
	object-fit: scale-down;
	transform: scale(1)!important;
}
.outlettext h1{
	font-size: calc(1.5rem + 1.2vw);
	margin: 1rem 0;
	width: 100%;
    font-family: 'Kanit-Regular';
}

.slidepopularmenu .splide__arrow.splide__arrow--prev{
	left: -2.5rem;
	background: url("../images/arrow-prev-line.png") center center no-repeat;
}
.slidepopularmenu .splide__arrow.splide__arrow--next{
	right: -2.5rem;
	background: url("../images/arrow-next-line.png") center center no-repeat;
}
.slidepopularmenu .splide__arrow{
	background:none;
	opacity: 1;
	filter: brightness(0) invert(1);
	background-size: 100% !important;
}
.slidepopularmenu .splide__arrow svg{display: none;}


.slidepopularmenu .splide__slide{
	padding: 7rem .5rem 0;
}

.ppmenu{
	padding: 3rem 1rem 1rem;
	position: relative;
	border-radius: 30px;
	transition: all 0.6s;
	background-color: rgb(255, 255, 255);
	box-shadow: 2.5px 4.33px 9.9px 0.1px rgba(0, 0, 0, 0.2);
	color: #000;
}
.slidepopularmenu .splide__slide.is-active .ppmenu,
.ppmenu:hover{
	background: #cd0000;
	color: #FFF;
}
.ppmenu img{
	width: 150px;
	transition: all 0.6s;
	position: relative;
	z-index: 2;
	margin-top: -12rem;
	aspect-ratio:3/2;
	object-fit: scale-down;
}
.slidepopularmenu .splide__slide.is-active .ppmenu img,
.ppmenu:hover img{transform: scale(.96);}
.textppmenu{margin-top: 2rem;}
.textppmenu img{
	width: 25px !important;
	transition: all 0.6s;
	margin: 0 !important;
	filter: brightness(0) invert(1);
	aspect-ratio: auto;
}
.textppmenu h1{
	font-size: 1.2rem;
	margin-bottom: .5rem;
    font-family: 'Kanit-Medium';
}
.textppmenu p{
	margin: 0;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem * 1.3 * 3);
}
.textppmenu a {
    margin: 2rem 0 0;
    border-radius: 30px;
    width: 160px;
    font-size: 1.2rem;
	transition: all 0.6s;
	
    font-family: 'Kanit-Medium';
    padding: 6px 10px 6px 15px;
	
    color: #FFF;
    background: #000;
	border: 2px solid #000;
	
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.textppmenu a:hover{background: #cd0000;border-color: #FFF;}
.textppmenu a:hover img{
	transform:scale(1) rotate(360deg) !important;
}

/* 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: #cd0000;
  -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);
}

.readmore-btn{
	text-align: center;
	padding: 7px 15px;
	color: #FFF;
	border-radius: 30px;
	margin: 3rem auto 0;
	border: 1px solid #cd0000;
	width: 165px;
	overflow: hidden;
    font-family: 'Kanit-Regular';
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.readmore-btn a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.readmore-btn:hover{
	border-color:#000;
}
.readmore-btn img{
	width: 25px;
	margin: 0;
	filter: brightness(0) invert(1);
}


.icon-serivces{
	padding: 2rem 1rem;
	text-align: center;
	border-radius: 20px;
	margin-bottom: 1rem;
	
	transition: all 0.6s;
	background-color: rgb(255, 255, 255);
	box-shadow: 2px 3.464px 7.92px 0.08px rgba(0, 0, 0, 0.18);
}
.icon-serivces:hover {
	color: #FFF;
	background:  linear-gradient(120deg,rgba(205, 0, 0, 1) 0%, rgba(181, 0, 0, 1) 100%);
}
.iconcircle{
	width: 80px;
	height: 80px;
	margin: auto;
	border-radius: 50%;
	
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
	
	padding: 1rem;
	background-color: rgb(205, 0, 0);
	box-shadow: 1px 1.732px 5px 0px rgba(0, 0, 0, 0.3);
	
	transition: all 0.6s;
}
.icon-serivces:hover .iconcircle{
	background: #a80000;
	transform: rotateY(180deg);
}

.iconcircle img{
	width: auto;
	max-width: 100%;
	filter: brightness(0) invert(1);
}
.icon-serivces hr{
	width: 3em;
	margin:1rem auto 0;
	
	opacity: 1;
	border-width: 5px;
	
	border-color: #cd0000;
	transition: all 0.6s;
}
.icon-serivces:hover hr{
	border-color: #FFF;
	width: 4em;
}
.icon-serivces h1{
	font-size: 1rem;
	margin: 5px auto;
	display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem * 1.3 * 2);
}

/*///////////Start-Policy///////////////*/
.policy-box{
    position: fixed;
    bottom: 0;
    left: 0;
	width: 100%;
    text-align: left;
    padding: 1rem 0;
    color: #000 ;
    z-index: 1544;
	background: #FFF;
	box-shadow: -1px -1px 9px rgba(0,0,0,0.15);
}
.policy-box ul{list-style: none;}
.policy-box ul .fa-xmark{
	position: absolute;
	font-size: 1.2rem;
	right: 1rem;
	top: 1rem;
	z-index: 1;
	cursor: pointer;
}
.policy-box ul .fa-xmark:hover{opacity: .6;}
.policy-box ul li{padding: 0 5px;}
.policy-box p{
	font-size: 1.1rem !important;
	margin-bottom: 0;
    font-family: 'Kanit-Regular';
}
.policy-box a:hover{color: #cd0000;}
.policy-box .btn-policy{
    width:165px;
    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 #cd0000;
	background: #cd0000;
	border-radius: 30px;
}
.btn-policy:hover{
	background: #000;
}


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

/*///////////Start-Footer///////////////*/
.footer{
	color: #FFF;
	padding: 10% 0 5%;
	background: url("../images/bg-footer.webp") top center repeat-y #460303;
	background-size: 100% !important;
} 
.logo-footer{
	text-align: left;
	margin: 1rem 0;
}
.logo-footer img{
	width: auto;
	max-width: 100%;
}
.copyright-box{
	text-align: center;
	padding-top: 1rem;
	border-top: 1px solid #FFF;
	margin-top: 2rem;
}
.social-footer{
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.social-footer img{
	width: 35px;
	transition: all 0.6s;
}
.social-footer a{display: inline-block;margin-right: 5px;}
.social-footer h2{
	font-size: 1rem;
	margin-bottom: 0rem;
	margin-right: 10px;
    font-family: 'Kanit-Regular';
}
.social-footer img:hover{transform: rotateY(180deg);}
.social-footer img.facebookcolor:hover{filter: invert(36%) sepia(75%) saturate(2965%) hue-rotate(202deg) brightness(97%) contrast(96%);}
.social-footer img.linecolor:hover{filter: invert(68%) sepia(3%) saturate(4549%) hue-rotate(78deg) brightness(94%) contrast(90%);}
.social-footer img.igcolor:hover{filter: invert(31%) sepia(67%) saturate(3568%) hue-rotate(315deg) brightness(99%) contrast(93%);}
.social-footer img.youtubecolor:hover{filter: invert(16%) sepia(99%) saturate(4935%) hue-rotate(356deg) brightness(97%) contrast(116%);}

.textfooter {margin-bottom: 2rem;}
.textfooter img{
	width: 35px;
	margin-right: 5px;
}
.textfooter h1{
	font-size: 1.3rem;
	margin-bottom: .5rem;
    font-family: 'Kanit-Regular';
}
.textfooter p{margin: 0;}
.textfooter a{display: inline-block;}
.textfooter a:hover{opacity: .7;}
.textfooter ul{
	list-style: none;
	margin: .75rem auto;
}
.textfooter ul img{
	width: 20px;
	margin-right: 5px;
	filter: brightness(0) invert(1);
}
.textfooter ul li{margin-bottom: .5rem;}
.textfooter table{width: 100%;}
.textfooter table td{
	vertical-align: top;
	padding:0 8px;
}
/*///////////End-Footer///////////////*/
@media (max-width: 920px) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 90%;
		background: rgb(47 5 3 / 90%);
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        right: -100%;
        margin: 0 !important;
        z-index: 55;
		opacity: 0;
		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{
		right: 0;
		opacity: 1;
		transition: all .5s;
	}
	.navbar-collapse.show {
		right: 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: 390px){

}
.bannerpage{
	color: #FFF;
	padding: 10% 0;
	background-size: cover !important;
}
.bannerpage.aboutpage{background: url("../aboutus/images/bannerabout.webp") left top no-repeat;}
.bannerpage.outletpage{background: url("../outlet/images/subbanner.jpg") center center no-repeat;}
.bannerpage.servicespage{background: url("../ourservices/images/subbanner.webp") center center no-repeat;}
.bannerpage.contactpage{background: url("../contactus/images/subbanner.webp") center center no-repeat;}
.bannerpage.policypage{background: url("../privacypolicy/images/subbanner.webp") center center no-repeat;}
.bannerpage .title-box{
	margin: 0;
	text-align: left;
}
.content-otherpage{
	padding: 10% 0;
	background-size: 100% !important;
}
.content-otherpage.aboutpage{background: url( "../aboutus/images/bg-content.png") top center no-repeat;}



.outletpage .outletbox{border-radius: 15px;margin-bottom: 2rem;}

.tabscategory ul{
	list-style: none;
	margin-bottom: 3rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.tabscategory ul li{
	width: auto;
	margin:0 10px 10px 0;
	border-right: 1px solid #000;
}
.tabscategory ul li:last-child{border-right: none;}
.tabscategory ul li a{padding-right: 10px;}
.tabscategory ul li a.active,
.tabscategory ul li a:hover{
	color:  #CD0000;
}

.titleoutlet{
	text-align: center;
	margin-bottom: 2rem;
	font-family: 'Halant-Regular';
}
.titleoutlet.subtitle{
	text-align: left;
	margin-bottom: 1rem;
}
.titleoutlet h1{
	font-size: calc(1.6rem + 1.2vw);
	margin-bottom: .75rem;
	font-family: 'Halant-Medium';
}
.titleoutlet h2{
	font-size: calc(1rem + 1.2vw);
	margin-bottom: 0;
	font-family: 'Halant-Medium';
}
.titleoutlet h3{
	font-size: calc(1rem + .6vw);
	margin-bottom: 0;
	font-family: 'Halant-Medium';
}
.titleoutlet hr{
	opacity: 1;
    border: 0;
	margin: .5rem auto;
    height: 1px;
    background-image: linear-gradient(to right, rgba(234, 177, 24, 0), rgba(234, 177, 24, 0.75), rgba(234, 177, 24, 0));
}
.titleoutlet p{margin: 0;}

.pageclick{margin: 2rem auto 1rem;}
.pageclick .page-link{
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	color: #CD0000;
	border: none !important;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	transition: all 0.6s;
	font-size: .9rem;
	background-color:#FFF;
	font-family: 'Kanit-Medium';
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.pageclick .page-link.active,
.pageclick .page-link:hover{
	color: #FFF;
	background: #CD0000;
}
.pageclick ul{justify-content: center;}



.ppmenu.ppmenu2 {margin-bottom: 4rem;}
.textppmenu h1{
	font-size: 1.15rem;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    height: calc(1rem * 1.3 * 3);
}
.ppmenu.ppmenu2 .textppmenu a{width: 100%;padding: 6px 8px;}
.ppmenu.ppmenu2 img {
    width: 100%;
    margin-top: -7rem;
}


.detailfoods h1{
	font-size: 1.4rem;
	margin-bottom: 0rem;
	font-family: 'Kanit-Medium';
}
.detailfoods h2{
	font-size: 1.5rem;
	margin: 0;
	font-family: 'Kanit-Medium';
	padding: 6px 15px;
    border-radius: 30px;
    background: #000;
    color: #FFF;
	text-align: center;
}


/* รูปใหญ่ */
#main-carousel {
    width: 100%;
	margin-top: 2rem;
}
#main-carousel .splide__slide {
	aspect-ratio: 3 / 2;
	border-radius: 14px;
	overflow: hidden;
}

#main-carousel .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

#main-carousel[aria-label="servicesdetails"] .splide__slide img {
    object-fit: cover;
}


/* Thumbnail */
#thumbnail-carousel {
    margin-top: 15px;
	margin-bottom: 2rem;
}

#thumbnail-carousel .splide__slide {
    width: 100px;
    height: 70px;
    opacity: 0.5;
    cursor: pointer;
	border-radius: 8px;
	overflow: hidden;
	border: none;
}

#thumbnail-carousel .splide__slide.is-active {
    opacity: 1;
}

#thumbnail-carousel .splide__list{justify-content: center;}
#thumbnail-carousel .splide__arrow--prev{left: 0;}
#thumbnail-carousel .splide__arrow--next{right: 0;}
#thumbnail-carousel .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.readmore-btn.readmoreleft{
	margin: 1rem 0 0;
	width: 135px;
}
.readmore-btn.readmoreleft img{margin-right: 10px;}
.readmore-btn.readmoreleft a{justify-content: flex-start;}

.service-box{
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1rem;
	background: #FFF;
	text-align: center;
	aspect-ratio:3/3;
}
.service-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.service-box .iconcircle{margin: auto;}

.textservices{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	color: #FFF;
	width: 100%;
	height: 100%;
	transition: all 0.6s;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%);
	background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%);
}
.textservices p{
	width: 100%; 
	margin:.5rem auto;
}
.service-box:hover .textservices{
	background: -webkit-linear-gradient(bottom, rgba(205, 0, 0, 0.9) 0%, rgba(205, 0, 0, 0) 57%);
	background: -o-linear-gradient(bottom, rgba(205, 0, 0, 0.9) 0%, rgba(205, 0, 0, 0) 57%);
	background: linear-gradient(to top, rgba(205, 0, 0, 0.9) 0%, rgba(205, 0, 0, 0) 57%);
}
.service-box:hover img{transform: scale(1.03);}
.service-box:hover .iconcircle{transform: rotateY(180deg);}


.gallerybox{
	text-align: center;
	overflow: hidden;
	border-radius: 15px;
	aspect-ratio:3/2;
	margin-bottom: 1rem;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.gallerybox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.gallerybox:hover img{transform: scale(1.03);}
.detail-form span{color: #f00;}
.detail-form{margin-bottom: 1rem;}
.detail-form p{margin-bottom: .5rem;}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #cd0000;
	font-size: 26px;
	padding: 5px;
	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 #e2e2e2;
    width: 100%;
	color: #000;
	border-radius: 5px;
	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: 100%;
    padding: 8px 20px;
    display: block;
    box-shadow: none;
    border: 1px solid #cd0000;
    color: #FFF;
    background: #cd0000;
    margin:.5rem auto;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 8px;
}
.sendus-btn:hover{
	background: #000;
	transform: scale(.98);
	border-color: #000;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.contactform {
	border-radius: 15px;
	border: 1px solid #ffabab;
	overflow: hidden;
	padding: 0 1rem 2rem;
	background: #FFF;
}
.contactform .titleoutlet h2{margin: 0;}
.contactform .titleoutlet{
	padding: 1rem;
    color: #FFF;
    margin:0 -1rem 1rem;
	background: linear-gradient(0deg,rgba(205, 0, 0, 1) 0%, rgba(117, 11, 11, 1) 100%);
}
.mapcontact h1{
	font-size: 1rem;
	text-align: center;
	background: #000;
	color: #FFF;
	padding:10px 7px;
	margin: 0;
	font-family: 'Kanit-Medium';
}
.mapcontact {
	overflow: hidden;
	border-radius: 15px;
	aspect-ratio:4/2;
	margin-bottom: 1rem;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.mapbox{
	overflow: hidden;
	aspect-ratio:3/2;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
}

.titlecontact{
	background: #a71413;
	color: #FFF;
	padding: 6px 15px;
	margin: -.5rem 0 1rem -1.5rem;
	max-width: 190px;
	text-align: center;
	border-radius: 7px;
}
.addressbox{
	border: 1px solid #ffabab;
	border-radius: 15px;
	margin-bottom: 2rem;
	position: relative;
	padding:  1rem;
	background: #FFF;
}
.addressbox img.filtersocial{
	filter: none;
	max-width: 80%;
	border-radius: 50%;
	box-shadow: rgb(0 0 0 / 8%) 0px 0px 0px 3px;
}
.addressbox img{
	width: auto;
	max-width: 70%;
	filter: invert(9%) sepia(100%) saturate(6601%) hue-rotate(24deg) brightness(94%) contrast(129%);
}
.addressbox hr{
	opacity: 1;
    border: 0;
    height: 2px;
	margin: 1rem 0 1rem;
	background: #cd0000;
	width: 3em;
}
.addressbox h1{
	font-size: 1.2rem;
	margin-bottom: 0;
	font-family: 'Kanit-Medium';
}
.addressbox .fa-up-right-from-square{
	margin-left: 10px;
	font-size: .85rem;
}
.addressbox a:hover{color: #cd0000;}
.addressbox .row{align-items: center;}
.addressbox .col-2,
.addressbox .col-10{margin-bottom: 1rem;}
.addressbox p{
	margin: 0;
	line-height: 1.2;
}

.logobrand{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 1;
}
.logobrand img{
	width: 90px;
	filter: none;
	transition: all 0.6s;
	max-width: inherit !important;
}
.logobrand img:hover{transform: scale(.96);}
.addressbox.addressbox2{margin-bottom: 0;}
.addressbox.addressbox2 .logobrand{top: 2rem;}
.addressbox.addressbox2 .logobrand img{width: 70px;}










