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

body{
   font-family: 'Kanit-Light';
	cursor: default;
	position: relative;
	line-height:1.5;
	font-size: 1rem;
	color: #282828;
}
ul{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	/*cursor: pointer;*/
	color: inherit;
	
}

#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: #d02d1d;
    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: 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: #d12d1d;
    border-radius: 6px;
	opacity: 1;
	right: 0%;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
	top: 0;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 10px;
	width: 100%;
}
#nav-icon3 span:nth-child(4) {
	top: 20px;
}
#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 80%;
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 80%;
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
/*#nav-icon3.open{
	top: -1.5rem;
    right: .0rem;
}*/
/*///////////Start-Header///////////////*/
.contentfull-otherpage .headbar-main{
	position: sticky;
	background-color:#fae1dc;
}
.headbar-main{
    padding: 0;
	display: block;
	position: sticky;
    transition: all 0.6s;
	background-color:#fae1dc;
}
.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: flex-start;
}
.headbar-main .row{margin: auto;}
.navbar-brand {
	width: 100%;
    text-align: left;
	color: #FFF;
    margin: 0 ;
	padding: 0;
    transition: all 0.5s;
}
.navbar-brand img{
	width: 85px;
	transition: all 0.5s;
	margin: auto;
}

.navbar-collapse .navbar-brand{
	padding: 1rem ;
	margin: auto;
	text-align: center;
	display: block;
	width: 100%;
}
.navbar-nav li{
	padding: 0 30px;
	margin-bottom: 1rem;
	position: relative;
	transition: all 0.5s;
	text-transform: uppercase;
}
.navbar-nav li a{
	padding: 8px 15px;
	display: block;
	color: #e96b53;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s;
	position: relative;
	font-family: 'Kanit-Regular';
}
.navbar-nav li.active a, .navbar-nav a:hover{
	color: #d02d1d;
}
.social-header{
	text-align: center;
	padding: 0 10px;
	color: #053c62;
	margin: 2rem auto;
	width: 100%;
}
.social-header img{
	width: 35px;
	margin: auto;
	transition: all 0.8s;
}
.social-header img:hover{
	transform: scale(.95);
}
.social-header ul{
	list-style: none;
}

.languagemb-box img{
	width: 35px;
	filter: invert(16%) sepia(56%) saturate(3629%) hue-rotate(353deg) brightness(134%) contrast(88%);
}
.languagemb-box{
	position: absolute;
	top: 1.5rem;
	right: 3rem;
}
.language-box img{
	width: 35px;
	filter: invert(16%) sepia(56%) saturate(3629%) hue-rotate(353deg) brightness(134%) contrast(88%);
}
.language-box{
	text-align: right;
}
.language-box a{
	padding: 10px 20px;
	text-align: center;
	display: block;
	position: relative;
	transition: all 0.6s;
	color: #ff5c5c;
}

.languagemb-box .dropdown-menu,
.language-box .dropdown-menu {
	padding: 0;
	border-radius: 8px;
	border: none;
	width: 100%;
	min-width: 5rem;
	background: #FFF;
	overflow: hidden;
	box-shadow: 0 8px 15px rgba(0,0,0,0.15);
}
.languagemb-box .dropdown-menu a,
.language-box .dropdown-menu a{
	padding: 10px;
	text-align: center;
	color: #ff5c5c;
	display: block;
}
.languagemb-box .dropdown-menu a.active,
.languagemb-box .dropdown-menu a:hover,
.language-box .dropdown-menu a.active,
.language-box  .dropdown-menu a:hover{
	color: #FFF;
	background: #ff5c5c;
}



/* 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: #d02d1d;
  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;
}
.navbar-nav li .hvr-underline-from-left:hover:before, .navbar-nav li .hvr-underline-from-left:focus:before, .navbar-nav li.active .hvr-underline-from-left:before {
  right: 0;
}
/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide .carousel-item{position: relative;}
#carouselmainSlide .carousel-item img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
#carouselmainSlide .carousel-control-next, 
#carouselmainSlide .carousel-control-prev{z-index: 5;}

#carouselmainSlide .carousel-indicators {
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
    bottom: .75rem;
	z-index: 4;
}
#carouselmainSlide .carousel-indicators button{
	width: 35px;
	height: 4px;
	margin: 0 3px;
	opacity: .6;
	border: none;
	background: #FFF;
}
#carouselmainSlide .carousel-indicators button.active{
	opacity: 1;
}

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

/*///////////Start-Content///////////////*/
.content-box{
	padding: 10% 0;
	background-size: cover !important;
}
.img-box{
	text-align: center;
	overflow: hidden;
	margin-bottom: 1rem;
}
.img-box img{
	width: 100%;
	transition: all 0.6s;
}
.title-box{
	text-align: center;
	margin-bottom: 2rem;
}
.title-box h1{
	font-size: 33px;
	margin: 0;
	font-family: 'Kanit-Medium';
	color: #d12d1d;
	text-transform: uppercase;
}
.title-box a{
	color: #969696;
}
.title-box a:hover{
	text-decoration: underline;
	color: #d12d1d;
}
.title-box p{margin: 0;}
.content-box.about-con{background: url("../images/ab-con.png") top left no-repeat;}
.content-box.numbersruncontent{
	background: url("../images/bg-fruit.png") center center no-repeat;
	background-attachment:fixed !important;
}
.text-abouthome{margin: 0 auto;text-transform: uppercase;}
.text-abouthome h1{
	font-size: 1.5rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
	text-transform: uppercase;
}
.text-abouthome p{margin: 0;}
.content-box.newsevent-con,
.content-box.buyby-con,
.content-box.products-con,
.content-box.recomproducts-inproductpage{
	background: #fae1dc;
}
.category-box{ 
	margin: 0 auto 2rem;
	padding-bottom: 2rem ;
	border-bottom: 1px solid #e96b53;
}
.category-box ul li{
	width: 50%;
	margin: 0 0 .75rem;
	padding: 0 10px;
}
.productspage .category-box ul li a{background: #fff0ed;}
.category-box ul li a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 8px 15px;
	background: #FFF;
	text-align: left;
	justify-content: flex-start;
}
.category-box ul li a.active,
.category-box ul li a:hover{
	background: #d12d1d;
	color: #FFF;
}
.category-box ul li a img{
	width: 35px;
	margin-right: 10px;
	transition: all 0.6s;
}
.category-box ul li a:hover img{
	margin-right: 15px; 
	transform: scale(1.05);
}

.text-abouthome ul{list-style: none;}
.text-abouthome ul li {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.text-abouthome ul img{
	width: 40px;
	margin-right: 10px;
	filter: invert(49%) sepia(100%) saturate(858%) hue-rotate(327deg) brightness(96%) contrast(90%);
}
.text-abouthome ul li{
	margin-bottom: 1rem;
}
.textperson {
	color: #d12d1d;
	display: flex;
	align-items: center;
	font-family: 'Kanit-Regular';
	font-size: 1.3rem;
	justify-content: space-between;
}
.textperson img{
	width: 130px;
	margin-left: 10px;
}
.img-abouthome{
	text-align: center;
	overflow: hidden;
	margin-top: 3rem;
}
.img-abouthome img{
	width: 100%;
	transition: all 0.6s;
}
.img-certi ul{
	list-style: none;
	display: flex;
	align-items: center;
}
.img-certi ul li{
	width: auto;
	margin: 0 8px;
}
.img-certi ul img{
	width: auto;
	max-width: 100%;
}

.content-box.certi-con{background: #fbfbfb;}

.numberrun-box{
	padding: 1.5rem 2rem;
	margin-bottom: 2rem;
	text-transform: uppercase;
	background: rgba(255,255,255,0.85);
}
.numberrun-box h1{
	font-size: 2.5rem;
	margin-bottom: 1rem;
	color: #d12d1d;
	font-family: 'Kanit-Medium';
}
.numberrun-box h2{
	font-size: 1.2rem;
	color: #d12d1d;
	margin-bottom: 0;
	font-family: 'Kanit-Medium';
}

.title-certi{
	text-align: center;
	margin-bottom: 2rem;
}
.title-certi h1{
	font-size: 33px;
	margin: 0;
	line-height: 1;
	font-weight: normal;
	font-family: 'Kanit-Medium';
}
.redcolor{ color: #d12d1d;}
.yellowcolor{ color: #ffc420;}


.text-buyby h1{
	font-size: 1.3rem;
	font-weight: normal;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	font-family: 'Kanit-Medium';
}
.text-buyby p{margin-bottom: 1.5rem;}
.text-buyby h1 span{color: #d12d1d;}


.products-box{
	padding: .7rem;
	background: #FFF;
	text-align: center;
	margin-bottom: 2rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.products-box h1{
	font-size: 1rem;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.3* 2);
	margin: 0;
	font-family: 'Kanit-Medium';
}
.products-box .img-box{
	aspect-ratio:2/2;
	transition: all 0.4s;
}
.products-box .img-box img{height: 100%;object-fit: cover;}
.products-box:hover .img-box {
	border-radius: 50%;
}
.products-box:hover .img-box img{transform: scale(1.05);}

.products-recoms{text-align: center;}
.products-recoms h1{
	font-size: 1rem;
	margin: .5rem auto;
	font-family: 'Kanit-Medium';
	
	
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.3* 2.3);
}
.slideinproducts.slick-dotted.slick-slider{margin: 0;}
.slideinproducts .slick-dots{display: none !important;}
.slideinproducts .slick-list{overflow: visible ;}
.slideinproducts .slick-track{
	display: flex;
	align-items: flex-end;
}
.slideinproducts .slick-slide .img-box{
	margin: 0 5px;
	transform: scale(.9);
	transition: all 0.6s;
}
.slideinproducts .slick-slide{opacity: .5;}
.slideinproducts .slick-slide.slick-active{opacity: 1;}
.slideinproducts .slick-slide.slick-current.slick-active .img-box{
	transform: scale(1);
	transition: all 0.6s;
	margin-bottom: 1rem;
}
.content-box.recomproducts-inproductpage,
.content-box.recomproducts-con{overflow-x: hidden;}



.text-news p{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.3* 2);
}
.text-news h1{
	font-size: 1rem;
	margin-bottom: .5rem;
	text-transform: uppercase;
	font-family: 'Kanit-Regular';
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.3* 2);
}



.content-box.newsevent-page{background-color: #FFF;}
.imgnews-box{
	text-align: center;
	overflow: hidden;
	margin-bottom: 2rem;
}
.imgnews-box img{
	object-fit: contain;
	width: 100%;
}
.textnews-box{margin: 2rem auto;}
.textnews-box h1{
	font-size: 1.2rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}
.textnews-box p{margin-bottom: 1rem;}
.buttonclick-btn a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.buttonclick-btn img{
	width: 33px;
	margin-right: 8px;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}
.buttonclick-btn {
	padding: 6px 15px;
	text-align: center;
	color: #FFF;
	transition: all 0.6s;
	border: 1px solid #d02d1d;
	background: #d02d1d;
	margin: 2rem auto;
	width: 175px;
}
.buttonclick-btn:hover{
	background: #FFF;
	color: #d02d1d;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.buttonclick-btn:hover img{
	filter: invert(35%) sepia(59%) saturate(1723%) hue-rotate(336deg) brightness(77%) contrast(116%);
	transform: translateX(-10px);
}


.content-box.contact-page{
	background: url("../images/bg-fruit.png") center center no-repeat;
	background-attachment: fixed !important;
}
.addshadow-box{box-shadow: rgb(0 0 0 / 21%) 0px 8px 14px;}
.address-box{
	background: #FFF;
	padding: 2rem;
}
.address-box h1{
	font-size: 1.2rem;
	margin-bottom: .5rem;
	text-transform: uppercase;
	font-family: 'Kanit-Medium';
}
.address-box a:hover{color: #d02d1d;text-decoration: underline;}
.address-box img{
	width: 35px;
	margin: 0 2px;
	transition: all 0.6s;
}
.address-box img:hover{transform: scale(1.03);}
.address-box p{margin: 0;}
.address-box ul{list-style: none;margin-bottom: 1rem;}
.address-box ul li{margin-bottom: 1rem;}

.contactform{
	padding: 2rem 1rem;
	color: #FFF;
	background-color: rgb(244, 168, 153);
}
.contactform h1{
	font-size: 1.6rem;`
	margin-bottom: 2rem;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Kanit-Medium';
}

.mapbox{
	width: 100%;
	aspect-ratio:3/2;
	overflow: hidden;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
}


.detail-form{margin-bottom: 1rem;}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #FFF;
	font-size: 1.4rem;
	vertical-align: middle;
}
.detail-form span, 
.detail-form p.red-text, 
.control-label span{
	color: #F00;
	display: initial;
}
.detail-form p{margin-bottom: 5px;}
.detail-form .custom-file-input,
.detail-form .custom-file{height: auto;}
.form-text, .custom-file-label{
    padding: 8px 15px;
	border: none;
	border-bottom: 1px solid #FFF;
    width: 100%;
	color: #FFFFFF;
	border-radius: 0;
	height: auto;
	margin: 0;
	line-height: normal;
    background-color: transparent;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #d02d1d;
	color: #d02d1d;
}
.form-text::placeholder{color: rgba(255,255,255,0.6);}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	width: 70%;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #d02d1d;
    color: #FFF;
    background: #d02d1d;
    margin:.5rem auto;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 0;
}
.sendus-btn:hover{
    background: #FFF;
	color: #d02d1d;
}




.textdetails-products{text-align: left;}
.textdetails-products h1{
	font-size: 1.2rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}
.textdetails-products p{margin: 0;}
.textdetails-products ul{list-style: none;}
.textdetails-products ul li{margin-bottom: .5rem;}



.bannerin{
	text-align: center;
	overflow: hidden;
}
.bannerin img{
	width: 100%;
	transition: all 15s;
}
.bannerin:hover img{transform: scale(1.03);}

.relatedbox{
	background: url( "../images/ab-con.png") top left no-repeat;
}
.addsbanner{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e5e5e5;
	margin: 0;
	aspect-ratio:4/1;
	max-height: 420px;
	overflow: hidden;
}
.addsbanner img{width: 100%;}
.addsbanner h1{
	font-size: 5rem;
	margin: 0;
	color: gray;
}

.imgproducts{
	text-align: center;
	overflow: hidden;
	aspect-ratio:1/1;
}
.imgproducts img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.imgproducts:hover img{transform: scale(1.05);}
.slideshow-products {margin-bottom: 3rem;}
.slideshow-products .slider-for{margin-bottom: 1rem;} 
.slideshow-products .slider-nav .slick-slide{
	margin: 0 5px;
	opacity: .4;
	transition: all 0.6s;
}
.slideshow-products .slider-nav .slick-list{padding: 0 1rem;}
.slideshow-products .slider-nav .slick-slide.slick-current.slick-active{
	opacity: 1;
	transition: all 0.6s;
}
.slideshow-products .slick-prev:before, .slideshow-products .slick-next:before{display: none;}
.slideshow-products .slick-prev, .slideshow-products .slick-next{
	width: 33px;
	height: 33px;
	background-size: 100% !important;
	filter: invert(16%) sepia(56%) saturate(3629%) hue-rotate(353deg) brightness(134%) contrast(88%);
	opacity: .75;
	z-index: 1;
}
.slideshow-products .slick-prev:hover, .slideshow-products .slick-next:hover{opacity: 1;}
.slideshow-products .slick-prev{
	left: 0;
	background: url("../ourproducts/images/arrow-prev.png") center center no-repeat;
}
.slideshow-products .slick-next{
	right: 0;
	background: url("../ourproducts/images/arrow-next.png") center center no-repeat;
}

.download-tool{
	margin: 3rem auto;
	border-top: 1px solid #d02d1d;
	margin-top: 2rem;
	padding-top: 2rem;
}
.buttonclick-btn img{width: 35px;margin-right: 15px;border-radius: 5px;}
.buttonclick-btn.pdfload{
	width: 100%;
	margin: 0 auto 1rem;
}
.buttonclick-btn.contactclick{
	width: 100%;
	margin: 0 auto 1rem;
	border-color: #ffb90f;
    background: #ffb90f;
}
.buttonclick-btn.contactclick:hover{
	background: #FFF;
	color: #ffb90f;
}
.buttonclick-btn.contactclick:hover img{filter: invert(84%) sepia(33%) saturate(4066%) hue-rotate(349deg) brightness(101%) contrast(101%);}


.content-box.policy-page{
	background: url("../images/ab-con.png") top left no-repeat;
}
.video-presents{
	width: 100%;
	overflow: hidden;
	margin: 2rem auto;
	aspect-ratio:4/3;
}
.video-presents iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.text-policy{margin-bottom: 2rem;}
.text-policy h1{
	font-size: 1.3rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
	text-transform: uppercase;
}
.text-policy p{
	text-indent: 3%;
	margin-bottom: 1rem;
}
.text-policy a:hover{color: #ffb90f;}
.text-policy h2{
	font-size: 1rem;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Kanit-Medium';
}
.text-policy h3{
	font-size: 1rem;
	margin: 0;
	font-family: 'Kanit-Regualr';
}
.text-policy ul{
	list-style: none;
	padding-left: 3%;
	margin: 1rem auto;
}
.text-policy ul li{margin-bottom: 1rem;}


.content-box.aboutuspage{
	background: url("../images/ab-con.png") top left no-repeat;
}
.content-box.expert-con{background-color: #fffaef;}
.expertlist ul{
	list-style: none;
	padding-left: 3%;
}
.expertlist ul li{
	margin-bottom: 1rem;
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
}
.expertlist .fa-circle{
	margin-right: 10px;
	font-size: 10px;
	vertical-align: middle;
}
.title-expert{
	text-align: left;
	margin-bottom: 2rem;
}
.title-expert h1{
	font-size: 26px;
	color: #d12d1d;
	text-transform: uppercase;
	font-family: 'Kanit-Medium';
}
.content-tagline{
	padding: 5% 0;
	background: #FFF;
	text-align: center;
}
.content-tagline h1{
	font-size: 18px;
	margin: 0;
	color: #d12d1d;
	text-transform: uppercase;
	font-family: 'Kanit-Medium';
}
.content-tagline h1 span{
	color: #000;
}

.content-box.scopecon{
	padding: 10% 0;
	background: url("../aboutus/images/bglast-aboutus.png") top center no-repeat #FFF;
	background-size: 100% !important;
}
.title-box.title-scope h1{font-size: 20px;}
.scope-item{
	padding: 2rem 1rem;
	background: #fff7e1;
	text-align: center;
	aspect-ratio: 2/2;
	min-height: 350px;
}
.scope-item h1{
	font-size: 24px;
	margin-bottom: 2rem;
	color: #d12d1d;
	font-family: 'Kanit-Medium';
}
.scope-item p{margin: 0;}
.slidescope .slick-slide{
	margin: 0 5px;
}
.slidescope .slick-dots{display: none !important;}
.slidescope{margin-bottom: 2rem;}

.textcope h1{
	font-size: 24px;
	margin-bottom: 0;
	color: #d12d1d;
	text-transform: uppercase;
	font-family: 'Kanit-Medium';
}
.textcope p{margin-bottom: 1rem;}
.textcope ul{
	list-style: none;
	padding-left: 3%;
}
.textcope ul li{
	margin-bottom: 1rem;
	display: flex;
	align-items: baseline;
}
.textcope .fa-circle{
	margin-right: 10px;
	font-size: 10px;
	vertical-align: middle;
}

.images-news{
	text-align: center;
	overflow: hidden;
	margin-bottom: 2rem;
	aspect-ratio: 3/3;
}
.images-news img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*///////////Start-Policy///////////////*/
.policy-box{
    position: fixed;
    bottom: 0%;
    right: 0%;
    width: 100%;
    text-align: left;
    padding: 1rem ;
    color: #000 ;
    z-index: 1234;
    display: block;
    font-size: 1rem;	
	background:#FFF;
	box-shadow: 0 0 15px rgba(0,0,0,0.10);
}
.policy-box ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.policy-box ul li{padding: 0 10px;}
.policy-box p{
	font-size: 1.1rem !important; 
	margin-bottom: 0;
	color: #d02d1d;
	font-family: 'Kanit-Regular';
}
.policy-box a{text-decoration: underline;}
.policy-box a:hover{text-decoration: none;}
.policy-box .btn-policy{
    width: 150px;
    padding: 8px;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    color: #FFF ;
    margin: .5rem auto;
	display: flex;
    align-items: center;
	border: 1px solid #d02d1d;
    justify-content: center;
	border-radius: 5px;
	background:#d02d1d;
	text-transform: uppercase;
}
.btn-policy:hover{
	transform: scale(.96);
	background:#FFF;
	color: #d02d1d;
}


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

/*///////////Start-Footer///////////////*/
.footer{
	color: #e96b52;
	padding: 10% 0 5%;
	background: #fae1dc;
}
.footer ul{list-style: none;}
.footer h1{
	font-size: 1rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
	text-transform: uppercase;
}
.footer p{margin-bottom: 0rem;}
.footer a:hover{text-decoration: underline;color: #000;}
.address-footer{margin-bottom: 2rem;}
.footer ul{margin-bottom: 1rem;}
.footer ul li{padding-bottom: 8px;}
.copyright-box{
	text-align: center;
	padding-top:1rem;
	margin:1rem auto 0;
	border-top:1px solid #d12d1d;
}
.social-footer{
	text-align: center;
	margin: 2rem auto;
}
.social-footer img{
	width: 35px;
	margin: auto;
	transition: all 0.6s;
}
.social-footer img:hover{transform: scale(1.02);}
.text-right{text-align: right;}
.text-left{text-align: left;}

.address-footer img{
	width:23px;
	margin-right: 5px;
	filter: brightness(0) invert(1);
}
.contact-footer span{font-size: .8rem;}
.logo-footer{
	text-align: center;
	margin-bottom: 1rem;
}
.logo-footer img{
	width: 85px;
}

/*///////////End-Footer///////////////*/
@media (max-width: 920px) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 80%;
		background-color:#fae1dc;
        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;
	}

	
}










