html {
	font-size: 14px;
}

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

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

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

body {
	font-family: 'SukhumvitSet-Bold';
	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: #a51614;
	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///////////////*/
.headerbar {
	padding: 5px 0;
	background: #000;
	color: #FFF;
}

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

.headerbar ul li {
	width: auto;
	margin: auto;
}

.headbar-main {
	padding: .5rem 0;
	transition: all 0.6s;
	background-color: #FFF;
	box-shadow: 3px -1px 10px rgb(0 0 0 / 15%);
}

.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;
	margin: 0;
	padding: 0;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 1rem;
}

.navbar-brand h1 {
	margin: 0;
	font-size: 1rem;
}

.navbar-brand p {
	margin: 0;
}

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

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

.menuheadbar li.dropdown .dropdown-menu,
.navbar-nav li.dropdown .dropdown-menu {
	padding: 0;
	border: none;
	border-radius: 0;
	z-index: 1021;
	margin: 0;
	background-color: transparent;
}

.menuheadbar .dropdown-menu a img,
.navbar-nav li.dropdown .dropdown-menu a img {
	width: 45px;
	margin-right: 5px;
}

.menuheadbar ul li.dropdown .dropdown-menu a,
.navbar-nav li.dropdown .dropdown-menu a {
	padding: 5px 15px;
	background: #f5f5f5;
	color: #000;
	display: block;
	margin-bottom: .5rem;
}

.menuheadbar ul li.dropdown .dropdown-menu a:hover,
.navbar-nav li.dropdown .dropdown-menu a:hover {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.navbar-nav li {
	padding: 0 5px;
	position: relative;
	transition: all 0.5s;
	margin-bottom: .5rem;
}

.navbar-nav li a {
	padding: 5px;
	display: block;
	text-align: left;
	text-decoration: none;
	transition: all 0.5s;

}

.menuheadbar li {
	font-family: 'SukhumvitSet-Medium';
}

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

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

.social-header ul {
	list-style: none;
	padding: 0 10px;
}

.social-header ul li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 10px;
	line-height: 1.75;
}

.social-header img {
	width: 35px;
	filter: invert(18%) sepia(35%) saturate(4626%) hue-rotate(347deg) brightness(103%) contrast(101%);
	transition: all 0.6s;
}

.social-header p {
	margin: 0;
}

.social-header img:hover {
	transform: scale(1.03);
}

.social-header a:hover {
	color: #000;
	opacity: .6;
}


.headerbar .row {
	justify-content: flex-end;
}

.languagebox {
	background: #FFF;
	border-radius: 30px;
	color: #3f3e3d;
	padding: 4px;
}

.languagebox span {
	padding: 0 5px;
}

.languagebox ul {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.languagebox ul li.active,
.languagebox ul li:hover {
	color: #000;
}

.languagebox ul li:first-child {
	border-right: 1px solid #000;
}

.languagebox ul li {
	width: 50%;
	margin: auto !important;
	text-align: center;
	line-height: 1;
}


.iconcategory-menuhome {
	display: none;
}

.iconcategory-menuhome img {
	width: 60px;
	margin: auto;
	transition: all 0.6s;
}

.iconcategory-menuhome p {
	margin: 0;
}

.iconcategory-menuhome ul {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.iconcategory-menuhome ul li {
	width: auto;
	margin: auto;
}

.iconcategory-menuhome a:hover img {
	transform: scale(.95);
}

.iconcategory-menuhome ul li a {
	display: block;
	text-align: center;
	text-transform: uppercase;
}

.slidecategory {
	padding: 10px 0;
	background: #f5f5f5;
}

.slidecategory.slick-dotted.slick-slider {
	margin: 0;
}

.slidecategory .slick-dots {
	display: none !important;
}

.iconhome {
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
}

.iconhome img {
	width: 45px;
	margin: auto;
	transition: all 0.6s;
}

.iconhome p {
	margin: 0;
}

.iconhome:hover img {
	transform: scale(.96);
}

.content-box.customershome {
	background: #f3f3f3;
}






/*///////////End-Header///////////////*/
#carouselmainSlide .carousel-item {
	position: relative;
	background-size: cover !important;
	height: 515px;
}

#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;
	opacity: 1;
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #c80000;
}

#carouselmainSlide .carousel-indicators button.active {
	background: #c80000;
}




#carouselmainSlide .carousel-item .row {
	width: 100%;
	height: 100%;
	padding-bottom: 5%;
	padding-top: 10%;
	align-content: space-between;
}

#carouselmainSlide .carousel-item.banner1 {
	background: url("../images/bgbanner1.png") center center no-repeat;
}

#carouselmainSlide .carousel-item.banner2 {
	background: url("../images/bgbanner2.png") center center no-repeat;
}

#carouselmainSlide .carousel-item.banner3 {
	background: url("../images/bgbanner3.png") center center no-repeat;
}

.bannercaptions {
	color: #000;
	padding: 0 5%;
	text-align: center;

	transition: all 1s;
	-webkit-animation: slidetop 0.4s linear both;
	animation: slidetop .4s linear both;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.bannercaptions h1 {
	font-size: 19px;
	margin: 0;
	transition: all 1s;
	font-family: 'SukhumvitSet-Bold';
}

.bannercaptions h2 {
	font-size: 18px;
	margin: 0;
	font-family: 'SukhumvitSet-SemiBold';
}

.bannercaptions p {
	font-size: 15px;
	margin: 0;
	font-family: 'SukhumvitSet-Medium';
}

.bannercaptions .textred {
	color: #c80000;
}

.imgbanner {
	text-align: center;
	overflow: hidden;
	-webkit-animation: slideup 0.5s linear both;
	animation: slideup .5s linear both;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	transition: all 1s;
}

.imgbanner img {
	width: 100%;
}


#carouselmainSlide .carousel-item.banner4 {
	height: auto;
}

#carouselmainSlide .carousel-item.banner4 .row {
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
	height: auto;
}

#carouselmainSlide .carousel-item.banner4 .imgbanner {
	-webkit-animation: none;
	animation: slidetop none;
	-webkit-animation-delay: none;
	animation-delay: none;
}

/*centertop*/
#carouselmainSlide .carousel-item.centertop .row {
	align-items: flex-start;
}

.bannercaptions.centertop {
	text-align: center;
}

/*topright*/
#carouselmainSlide .carousel-item.topright .row {
	align-items: flex-end;
	justify-content: flex-start;
}

.bannercaptions.topright {
	text-align: right;
}

/*center*/
#carouselmainSlide .carousel-item.textcenter .row {
	align-items: center;
	justify-content: center;
}

.bannercaptions.textcenter {
	text-align: center;
}

/*centerleft*/
#carouselmainSlide .carousel-item.centerleft .row {
	align-items: flex-start;
	justify-content: flex-start;
}

.bannercaptions.centerleft {
	text-align: left;
}

/*centerright*/
#carouselmainSlide .carousel-item.centerright .row {
	align-items: center;
	justify-content: center;
}

.bannercaptions.centerbottom {
	text-align: right;
}

/*centerbottom*/
#carouselmainSlide .carousel-item.centerbottom .row {
	align-items: flex-end;
	justify-content: center;
}

.bannercaptions.centerbottom {
	text-align: center;
}

/*leftbottom*/
#carouselmainSlide .carousel-item.leftbottom .row {
	align-items: flex-start;
	justify-content: flex-start;
}

.bannercaptions.leftbottom {
	text-align: left;
}

/*rightbottom*/
#carouselmainSlide .carousel-item.rightbottom .row {
	align-items: flex-end;
	justify-content: flex-end;
}

.bannercaptions.rightbottom {
	text-align: right;
}

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

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

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

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

@-webkit-keyframes slidetop {
	0% {
		transform: translateY(-70px);
		opacity: 0;
	}

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

@-webkit-keyframes slideup {
	0% {
		transform: translateY(70px);
		opacity: 0;
	}

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


/*///////////Start-Content///////////////*/
.filterwhite {
	filter: brightness(0) invert(1) !important;
}

.textwhite {
	color: #FFF;
}

.textred {
	color: #a51614;
}

.textgray {
	color: #5f5f5f;
}

.content-box {
	padding: 10% 0;
	position: relative;
	background-size: cover !important;
}

.title-box {
	text-align: center;
	margin-bottom: 2.5rem;
}

.title-box h1 {
	font-size: 32px;
	margin-bottom: 0;
	line-height: normal;
}

.title-box h2 {
	font-size: 20px;
	margin: 0;
	text-transform: uppercase;
	font-family: 'SukhumvitSet-SemiBold';
}

.title-box h3 {
	font-size: 22px;
	margin: 0;
	text-transform: uppercase;
}

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

.title-box.subtitle ul {
	justify-content: flex-start;
}

.title-box p {
	margin: 0;
}

.title-box ul li {
	font-size: .8rem;
	margin-right: 5px;
	opacity: .5;
}

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

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

.textpolicy {
	margin-bottom: 2rem;
	font-family: 'SukhumvitSet-Medium';
}

.textpolicy h1 {
	font-size: 1.2rem;
	margin-bottom: .5rem;
	font-family: 'SukhumvitSet-Bold';
}

.textpolicy h2 {
	font-size: 1rem;
	margin-bottom: .5rem;
	font-family: 'SukhumvitSet-SemiBold';
}

.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;
}

.img-box {
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
}

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

.content-box.abouthome {
	color: #FFF;
	background: url("../images/bg-abouthome.png") center center no-repeat;
	background-attachment: fixed !important;
}

.imgabouthome {
	text-align: center;
	overflow: hidden;
	margin-bottom: 2rem;
	background: url("../images/bgimg-abouthome.png") center center no-repeat;
	background-size: 100% !important;
}

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

.imgabouthome:hover img {
	transform: scale(1.03);
}

.textabouthome h1 {
	font-size: 20px;
	margin: 0;
	font-family: 'SukhumvitSet-Bold';
}

.textabouthome h2 {
	font-size: 21px;
	margin-bottom: 1rem;
	font-family: 'SukhumvitSet-Bold';
}

.textabouthome {
	font-family: 'SukhumvitSet-SemiBold';
}

.readmore-bt {
	text-align: center;
	color: #FFF;
	padding: 7px;
	margin: 1rem auto;
	border: 1px solid #c80000;
	overflow: hidden;
	width: 180px;
}

.readmore-bt.readback {
	border-color: #000;
	border-radius: 30px;
	margin: 1rem 0;
}

.readmore-bt.readback.hvr-shutter-out-vertical {
	background: #000;
}

.readmore-bt.readback.hvr-shutter-out-vertical:before {
	background: #c80000;
}

.readmore-bt:hover {
	border-color: #000;
}

.readmore-bt.readback:hover {
	border-color: #c80000;
}

.readmore-bt.readright {
	border-color: #000;
	border-radius: 30px;
	margin: 1rem auto;
}

.readmore-bt.readright.hvr-shutter-out-vertical {
	background: #000;
}

.readmore-bt.readright.hvr-shutter-out-vertical:before {
	background: #c80000;
}

.readmore-bt.readright:hover {
	border-color: #c80000;
}

/* 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: #c80000;
	-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: #FFF;
}

.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);
}


.icon-box {
	text-align: center;
	padding: 1rem .5rem;
	margin-bottom: 1rem;
	border: 1px solid #787878;
	transition: all 0.6s;
	color: #000;
}

.icon-box:hover {
	background: #faf0e9;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.icon-box p {
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: ;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.5;
	height: calc(1rem * 1.5 * 3);
}

.icon {
	width: 90px;
	height: 90px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 1rem;
	text-align: center;

	display: flex;
	align-items: center;
	justify-content: center;

	padding: 1rem;
	background: #faf0e9;
	transition: all 0.6s;
}

.icon-box:hover .icon {
	transform: scale(.96);
}

.icon img {
	width: auto;
	max-width: 100%;
	transition: all 0.6s;
	filter: invert(18%) sepia(35%) saturate(4626%) hue-rotate(347deg) brightness(103%) contrast(101%);
}

.slidecategoryhome {
	padding: 0;
	background: none;
}

.slidecategoryhome .slick-dots li {
	width: auto;
	height: auto;
	margin: auto;
	padding: 0;
	border-radius: 0;
}

.slidecategoryhome .slick-dots li button {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	border-radius: 50%;
	background: #5c5e63;
	opacity: .4;
}

.slidecategoryhome .slick-dots li.slick-active button {
	opacity: .7;
}

.slidecategoryhome .slick-dots li button:before {
	display: none;
}

.slidecategoryhome .slick-slide {
	margin: 5px;
}

.iconhome.categoryhome img {
	width: auto;
	max-width: 100%;
	transition: none;
}

.iconhome.categoryhome p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.3;
	height: calc(1rem * 1.3 * 2);
}

.iconhome.categoryhome {
	border: 1px solid #626262;
	background: #FFF;
	margin-bottom: 1rem;
	padding: .5rem 1rem;
	transition: all 0.6s;
}

.iconhome.categoryhome img {
	filter: invert(0%) sepia(92%) saturate(0%) hue-rotate(85deg) brightness(99%) contrast(100%);
}

.iconhome.categoryhome:hover {
	filter: none;
	border-color: #c80000;
	color: #c80000;
	transform: scale(1.03);
}

.iconhome.categoryhome:hover img {
	filter: none;
	transform: scale(1);
}

.readmore-bt.readall {
	width: 150px;
	border-radius: 30px;
}

.slidebrands .slick-slide {
	margin: 5px;
}

.logocustomers {
	text-align: center;
	background: #FFF;
	padding: .75rem;
	overflow: hidden;
	border: 1px solid #d4d4d4;
	border-radius: 10px;
	aspect-ratio: 4/2;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .5rem;
}

.logocustomers img {
	width: 100%;
	transition: all 0.6s;
	object-fit: scale-down;
	aspect-ratio: 4/2;
}

.logocustomers:hover img {
	filter: grayscale(100%);
	transform: scale(.96);
}

.slidebrands .slick-dots li {
	width: auto;
	height: auto;
	margin: auto;
	padding: 0;
	border-radius: 0;
}

.slidebrands .slick-dots li button {
	width: 25px;
	height: 3px;
	margin: 0 5px;
	padding: 0;
	border-radius: 0;
	opacity: .4;
	background: #5c5e63;
}

.slidebrands .slick-dots li.slick-active button {
	opacity: .8;
}

.slidebrands .slick-dots li button:before {
	display: none;
}

.productsandservice {
	display: none;
}

.social-box {
	text-align: center;
	margin-bottom: 2rem;
}

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

.social-box a:hover {
	color: #000;
}

.social-box h1 {
	font-size: 1rem;
	margin: 1rem auto;
}

.social-box ul {
	list-style: none;
}

.readmore-bt.readall {
	margin: 2rem auto 0;
}

.readmore-bt.readall a[aria-expanded="false"] .showall {
	display: block;
}

.readmore-bt.readall a[aria-expanded="true"] .showall {
	display: none;
}

.readmore-bt.readall a[aria-expanded="true"] .closeshow {
	display: block;
}

.readmore-bt.readall a[aria-expanded="false"] .closeshow {
	display: none;
}

.fullset-customers {
	padding: 1rem;
	border-radius: 30px;
	background: #FFEAE3;
}

#collapsebrands .card-body {
	padding: 0;
	background: none;
	border-radius: 0;
	border: none;
}

/*///////////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;
	font-family: 'SukhumvitSet-Medium';
}

.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: 'SukhumvitSet-Bold';
}

.policy-box a:hover {
	opacity: .7;
}

.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 #000;
	background: #000;
}

.btn-policy:hover {
	background: #a51614;
	border-color: #a51614;
}


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

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

.footer {
	color: #FFF;
	padding: 10% 0 5%;
	background: #000;
}

.footer ul {
	list-style: none;
}

.footer h1 {
	font-size: 18px;
	margin-bottom: 1.5rem;
}

.footer a {
	display: inline-block;
}

.footer p {
	margin-bottom: 0rem;
}

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

.copyright-box {
	text-align: center;
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid #FFF;
	font-family: 'SukhumvitSet-Medium';
}

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

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

.social-footer img:hover {
	transform: scale(1.03);
	filter: invert(18%) sepia(35%) saturate(4626%) hue-rotate(347deg) brightness(103%) contrast(101%);
}

.textfooter {
	margin-bottom: 2rem;
}

.textfooter ul img {
	width: 23px;
	margin-right: 10px;
	filter: brightness(0) invert(1);
}

.textfooter img.logofooter {
	width: 150px;
	margin-bottom: 1rem;
}

.menu-footer ul li {
	margin-bottom: 1rem;
}

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

	.navbar-collapse {
		position: fixed;
		width: 90%;
		background: #FFF;
		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;
	}

}

.pdfload a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px 0 10px;
}

.pdfload img {
	width: 28px;
	margin: 0 10px 0 0;
}

.pdfload {
	border-radius: 6px;
	text-align: center;
	margin: 1rem 0;
	width: 185px;
	color: #000;
	padding: 6px 0;
	font-size: .9rem;
	transition: all 0.6s;
	background: #f5f5f5;
	font-family: 'SukhumvitSet-SemiBold';
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.pdfload:hover {
	transform: scale(.97);
}

.pageclick {
	margin: 2rem auto 1rem;
}

.pageclick .page-link {
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	color: #5d5d5d;
	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;
	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: #a51614;
}

.pageclick ul {
	justify-content: center;
}

.bannerpage {
	padding: 10% 0;
	background-size: cover !important;
}

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

.bannerpage.contactpage {
	background: url("../contactus/images/bannercontact.png") bottom right no-repeat;
}

.bannerpage.newspage {
	background: url("../newsandactivity/images/bannernews.png") bottom left no-repeat;
}

.bannerpage.aboutpage {
	background: url("../aboutus/images/bannerabout.png") bottom right no-repeat;
}

.bannerpage.productspage {
	background: url("../productsandservices/images/bannerproducts.png") center right no-repeat;
}

.content-box.contactpage {
	padding: 5% 0 0;
}

.textcontactbox {
	font-family: 'SukhumvitSet-Medium';
	margin-bottom: 1rem;
}

.socialcontact-box h1,
.textcontactbox h1 {
	font-size: 20px;
	margin-bottom: .75rem;
	font-family: 'SukhumvitSet-Bold';
}

.textcontactbox img {
	width: 25px;
	margin-right: 10px;
}

.textcontactbox p {
	margin: .0;
}

.textcontactbox table {
	width: 100%;
}

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

.textcontactbox a {
	display: inline-block;
	margin: 0 5px;
}

.textcontactbox a:hover {
	color: #a51614;
}

.socialcontact-box {
	text-align: left;
	margin: 1rem auto 2rem;
}

.socialcontact-box img {
	width: 35px;
	transition: all 0.6s;
}

.socialcontact-box img:hover {
	filter: invert(20%) sepia(55%) saturate(3495%) hue-rotate(347deg) brightness(80%) contrast(102%);
}

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

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

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

.detail-form #captcha-refresh {
	cursor: pointer;
	color: #a51614;
	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 #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: #a51614;
}

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

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

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

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

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

.formcontact {
	padding: 2rem 1rem;
	border-radius: 20px;
	background: #FFF;
	margin: 2rem auto;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.formcontact h1 {
	font-size: 1.4rem;
	margin-bottom: 1.5rem;
	text-align: center;
	font-family: 'SukhumvitSet-SemiBold';
}

.mapbox {
	text-align: center;
	overflow: hidden;
	height: 285px;
}

.mapbox iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.newsbox {
	margin-bottom: 1rem;
	padding: .75rem;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	font-family: 'SukhumvitSet-Medium';
}

.newsbox .img-box {
	aspect-ratio: 3/2;
	margin: 1rem auto;
}

.newsbox:hover img {
	transform: scale(1.05);
}

.newsbox:hover {
	background: #f5f5f5;
}

.textnews h1 {
	font-size: 1.1rem;
	margin-bottom: 0rem;
	font-family: 'SukhumvitSet-Bold';
}

.newsbox h1 {
	font-size: 1.1rem;
	margin-bottom: 1rem;
	font-family: 'SukhumvitSet-Bold';

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.3;
	height: calc(1rem * 1.3 * 2);
}

.textnews h3,
.newsbox h3 {
	font-size: .95rem;
	margin: 0;
	font-family: 'SukhumvitSet-SemiBold';
}

.textnews a,
.newsbox a {
	color: #a51614;
	font-size: .75rem;
}

.textnews a:hover,
.newsbox a:hover {
	color: #000;
	text-decoration: underline;
}

.textnews p,
.newsbox p {
	font-size: .85rem;
	margin: 0 0 .5rem;
}

.newsboxtitle{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.3;
	height: calc(1rem * 1.1 * 3);
}

.img-dbox {
	text-align: center;
	overflow: hidden;
	margin-bottom: 2rem;
}

.img-dbox img {
	width: auto;
	max-width: 100%;
	object-fit: scale-down;
}



.slideshow {
	margin: 2rem auto;
}

.slideshow .slick-slide {
	margin: 8px;
	aspect-ratio: 3/2;
}

.slideshow .slick-slide .img-box img {
	height: 100%;
	object-fit: cover;
}

.slideshow .slick-slide .img-box {
	aspect-ratio: 3/2;
}

.slideshow .slider-nav .slick-slide {
	opacity: .6;
}

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

.slideshow .slider-nav {
	padding: 0 1rem;
}

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

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

.slideshow .slick-prev,
.slideshow .slick-next {
	width: 30px;
	height: 30px;
	background-size: 100% !important;
	z-index: 1;
	filter: invert(18%) sepia(35%) saturate(4626%) hue-rotate(347deg) brightness(103%) contrast(101%);
}

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

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

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

.slideshow .slider-nav .slick-slide.slick-current.slick-active .img-box {
	opacity: 1;
}

.content-box.aboutpage {
	padding-bottom: 0;
}

.products-box {
	margin-bottom: 1rem;
	padding: .5rem;
	text-align: center;
	background: #FFF;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.products-box:hover img {
	transform: scale(1.03);
}

.products-box a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	border: 1px solid #a51614;
	background: #a51614;
	color: #FFF;
	width: 145px;
	margin: 1rem auto;
	padding: 5px;
}

.products-box a:hover {
	background: #000;
	border-color: #000;
}

.products-box .fa-circle-chevron-right {
	margin-left: 10px;
}

.products-box p {
	margin: 0;
	color: #a51614;
	font-family: 'SukhumvitSet-Medium';

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.3;
	height: calc(1rem * 1.3 * 2);
}

.products-box h1 {
	font-size: 1.1rem;
	margin: 0;
}

.products-box .img-box {
	margin-bottom: 1rem;
	aspect-ratio: 3/2;
	background: #f5f5f5;
}


.textdetails h1 {
	font-size: 1.1rem;
	margin: 0;
}

.textdetails h2 {
	font-size: 1rem;
	margin: 0;
	color: #a51614;
	font-family: 'SukhumvitSet-SemiBold';
}

.textdetails p {
	margin: 0;
	font-family: 'SukhumvitSet-Medium';
}

.videopresents {
	width: 100%;
	margin: 1rem auto;
	border-radius: 10px;
	overflow: hidden;
	aspect-ratio: 3/2;
}

.videopresents iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tabsdetails {
	margin-top: 2rem;
}

.tabsdetails ul.nav-pills li {
	width: 200px;
	margin: 0 10px;
	font-family: 'SukhumvitSet-SemiBold';
}

.tabsdetails ul.nav-pills li a {
	display: block;
	padding: 6px;
	text-align: center;
	border-radius: 5px;
	color: #000;
	border: 1px solid #c1c1c1;
	background: #c1c1c1;
}

.tabsdetails ul.nav-pills li a.active,
.tabsdetails ul.nav-pills li a:hover {
	background: #a51614;
	color: #FFF;
	border-color: #a51614;
}

.tabsdetails ul.nav-pills {
	justify-content: center;
	margin-bottom: 2rem;
}

.content-box.relatedcontent {
	background: #f3f3f3;
}


.social-header ul li:nth-of-type(1) a:nth-of-type(3) {
	padding-left: 31%;
}

.social-header ul li:nth-of-type(2) a:nth-of-type(2),
.social-header ul li:nth-of-type(2) a:nth-of-type(3),
.social-header ul li:nth-of-type(2) a:nth-of-type(4) {
	padding-left: 12%;
}

.textfooter ul li {
	margin-bottom: 10px;
}

.textfooter ul li:nth-of-type(1) a:nth-of-type(3) {
	padding-left: 32%;
}

.textfooter ul li:nth-of-type(2) a:nth-of-type(2),
.textfooter ul li:nth-of-type(2) a:nth-of-type(3),
.textfooter ul li:nth-of-type(2) a:nth-of-type(4) {
	padding-left: 12%;
}

@media (max-width: 330px) {
	.social-header ul li:nth-of-type(1) a:nth-of-type(3) {
		padding-left: 0%;
	}

}

@media (max-width: 390px) {
	.social-header ul li:nth-of-type(1) a:nth-of-type(3) {
		padding-left: 35%;
	}
}

@media (min-width: 390px) {

	.bannercaptions h1 {
		font-size: 22px;
		margin: 0;
		transition: all 1s;
		font-family: 'SukhumvitSet-Bold';
	}

	.bannercaptions h2 {
		font-size: 20px;
		margin: 0;
		font-family: 'SukhumvitSet-SemiBold';
	}

	.bannercaptions p {
		font-size: 18px;
		margin: 0;
		font-family: 'SukhumvitSet-Medium';
	}
}