html{font-size:14px;}
@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: '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{
	line-height: 1.4;
    font-family: 'Kanit-Light';
	font-size: 1rem;
	position: relative;
}
ul{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

#nav-icon3{
	z-index: 88;
	width: 35px;
	height: 40px;
	position: relative;
    top: .5rem;
    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: 3px;
	width: 100%;
    background: #114679;
    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%;
}

/*///////////Start-Header///////////////*/
.headbar-main{
    width: 100%;
    padding: .5rem 0;
    transition: all 0.5s;
	background: #FFF;
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
.hamburgers-box{
    width: 100%;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
    transition: all 0.5s;
}
.headbar-main .row{margin: auto;}
.navbar-brand {
	width: 100%;
    padding: 0;
    text-align: left;
	color: #FFF;
    margin:0;
    transition: all 0.5s;
}
.navbar-brand img{
	width: 130px;
	max-width: 100%;
	transition: all 0.5s;
	margin: auto;
}
.navbar-brand.d-lg-none{
	padding: 1rem 0;
	margin: auto;
	text-align: center;
	display: block;
	width: 100%;
}
.navbar-brand.d-lg-none img{
	width: 80%;
	margin: auto;
}

.navbar-nav li{
	padding: 0;
	position: relative;
	transition: all 0.5s;
}
.navbar-nav li a{
	padding: 15px 15px;
	display: block;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s;
	color: #009966;
}
.navbar-nav li.active a, .navbar-nav a:hover{
    font-family: 'Kanit-Regular';
}
.line-contact.linemobile{
	border-radius: 0;
	width: 100%;
}
.line-contact.linemobile a{justify-content: flex-end;}
.line-contact{
	text-align: center;
	color: #FFF;
	padding: 6px 15px;
	border-radius: 27px;
	background: #009966;
	float: right;
	margin: 0;
}
.line-contact a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.line-contact img{
	width: 25px;
	margin: 0 10px 0 0;
	transition: all 0.8s;
	filter: brightness(0) invert(1);
}

/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide{position: relative;}
#carouselmainSlide .carousel-indicators {
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
    bottom: .75rem;
}
#carouselmainSlide .carousel-indicators button{
	width: 12px;
	height: 12px;
	margin: 0 3px;
	opacity: 1;
	border-radius: 50%;
	border: none;
	background: rgb(255 255 255 / 50%);
}
#carouselmainSlide .carousel-indicators button.active{
	background: rgb(255 255 255 / 100%);
}

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

/*///////////Start-Content///////////////*/
.content-aboutus{
	padding: 10% 0;
	background: url("../images/bg-about.png") top center no-repeat;
	background-size: cover !important;
}
.readmore-btn{
	width: 200px;
	padding: 3px 15px;
	text-align: center;
	color: #FFF;
	border-radius: 27px;
	margin: 1rem 0;
	background: #425c90;
	border: 1px solid #425c90;
	overflow: hidden;
}
.readmore-btn a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.readmore-btn img{
	width: 33px;
	margin: 0;
	filter: brightness(0) invert(1);
	transition: all 0.5s;
}
.readmore-btn:hover {border-color: #009966;}
.readmore-btn:hover img{
	transform: translateX(-5px);
}

/* Sweep To Right */
.hvr-sweep-to-right {
  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;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #009966;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: #FFF;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.img-ab{
	text-align: center;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 3rem;
}
.img-ab img{width: 100%;}
.text-about{
	color: #5c5c5c;
	margin: 2rem auto;
}
.text-about span{font-family: 'Kanit-Regular';}
.text-about h1{
	font-size: 1.5rem;
	margin-bottom: 1rem;
    font-family: 'Kanit-Medium';
	color: #009966;
}
.text-about p{margin: 0;}


.content-services{
	padding: 10% 0;
	background: url("../images/bg-green.png") top center no-repeat #FFF;
	background-size: 100% !important;
}
.title-box{
	text-align: center;
	margin-bottom: 2rem;
}
.title-box h1{
	font-size: 1.5rem;
	margin: 0;
    font-family: 'Kanit-Medium';
	color: #FFF;
}
.service-box{
	padding:3rem 1rem 1rem;
	border-radius: 10px;
	color: #FFF;
	background: #425c90;
	margin-bottom: 3rem;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.service-box span{
	width: 65px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	background: #009966;
	padding: .5rem;
	
	position: absolute;
	top: -2rem;
	left: 1rem;
	transition: all 0.5s;
}
.service-box:hover span{transform: translateY(-7px);}
.service-box h1{
	font-size: 1.3rem;
	margin-bottom: .5rem;
    font-family: 'Kanit-Regular';
}
.service-box p{
	margin: 0;
}
.service-box img{
	width: 30px;
	filter: brightness(0) invert(1);
	transition: all 0.5s;
}

.content-category{
	padding: 2% 0 10%;
	background: #fff;
}
.content-category .title-box h1, 
.productspage .title-box h1,
.policypage .title-box h1{color: #425c90;}

.category-box{margin-bottom: 2rem;}
.category-box .readmore-btn{
	width: 100%;
	background: #009966;
	border-color: #009966;
}
.category-box .hvr-sweep-to-right:before{background: #425c90;}
.img-box{
	text-align: center;
	overflow: hidden;
}
.img-box img{
	width: 100%;
	transition: all 0.5s;
}
.category-box .img-box{
	aspect-ratio:4/3;
	border-radius: 10px;
	margin-bottom: .5rem;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.category-box:hover img{transform: scale(1.05);}
.text-cate{
	margin: 1rem auto;
	border-left: 3px solid #009966;
	padding-left: 1rem;
}
.text-cate h1{
	font-size: 1.2rem;
	margin-bottom: .5rem;
    font-family: 'Kanit-Regular';
	color: #009966;
	
	
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.2;
	height: calc(1rem * 1.6* 2);
}
.text-cate p{
	margin: 0;
	color: #404040;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.2;
	height: calc(1rem * 1.25* 2);
}


.content-otherpage{
	padding: 10% 0;
	background-size: cover !important;
}
.content-otherpage.contactpage{background: url("../contactus/images/bg-contact.png") center top no-repeat;}
.content-otherpage.aboutuspage{background: url("../aboutus/images/bg-about.png") top center no-repeat;}
.content-otherpage.productspage{background: url("../ourproducts/images/bg-products.png") top center no-repeat;}
.content-otherpage.workpage{background: url("../ourwork/images/bg-work.png") center center no-repeat;}
.banner-otherpage{
	padding: 10% 0;
	background-size: cover !important;
	background-attachment: fixed !important;
	background: url("../images/bgotherpage.png") center center no-repeat;
	color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.banner-otherpage .title-box{margin: 0;}

.text-aboutpage{
	text-align: center;
	margin-bottom: 4rem;
	color: #5c5c5c;
}
.text-aboutpage h1{
	color: #009966;
	font-size: 1.5rem;
	margin-bottom: 0rem;
    font-family: 'Kanit-Medium';
}
.text-aboutpage span{font-family: 'Kanit-Regular';}
.text-aboutpage h2{
	color: #000;
	font-size: 1.2rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Regular';
}
.text-aboutpage p{margin: 0;}
.aboutuspage .img-ab{
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
	margin: 0;
}

.text-products h1{
	color: #009966;
	font-size: 1.3rem;
	margin-bottom: 0;
    font-family: 'Kanit-Medium';
}
.text-products p{margin: 0;}
.text-products ul{
	list-style: none;
	display: flex;
	align-items: center;
	margin-top: 3rem;
}
.text-products ul img{
	width: 30px;
	margin-right: 7px;
	filter: invert(34%) sepia(94%) saturate(1268%) hue-rotate(136deg) brightness(90%) contrast(101%);
}
.text-products ul li a{
	padding: 5px 15px;
	text-align: center;
	border: 1px solid #009966;
	background: #FFF;
	color: #009966;
	border-radius: 8px;
	display: flex;
	align-items: center;
	margin: 0 8px 0 0;
	transition: all 0.5s;
}
.text-products ul li.contactclick img{filter: brightness(0) invert(1);}
.text-products ul li.contactclick a{
	background: #009966;
	color: #FFF;
}
.text-products ul li a:hover{
	background: #009966;
	color: #FFF;
}
.text-products ul li a:hover img{filter: brightness(0) invert(1);}
.text-products ul li.contactclick a:hover{
	background: #FFF;
	color: #009966;
}
.text-products ul li.contactclick a:hover img{filter: invert(34%) sepia(94%) saturate(1268%) hue-rotate(136deg) brightness(90%) contrast(101%);}

.slideproducts{margin-bottom: 2rem;}
.slideproducts .slick-prev, .slideproducts .slick-next{
	top: 0;
    height: 100%;
    transform: translate(0, 0);
}
.slideproducts .slider-nav .gallery-box{
	margin-right: 5px;
	margin-bottom: 0;
}
.slideproducts .slick-prev{left: -45px;}
.slideproducts .slick-prev:before, .slideproducts .slick-next:before {
    font-size: 35px;
    opacity: 1;
    color: #312d2c;
}
.slideproducts .slider-for .item{padding: 1rem;}
.slideproducts .slider-nav .item{padding: .3rem;}
.slideproducts .slider-nav .products-pic{margin-right: 8px;}
.products-pic{
	text-align: center;
	box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}
.products-pic img{
	width: 100%;
	aspect-ratio:3/2;
}
.subtitle-box{text-align: left;}
.subtitle-box h1{
	color: #009966;
	font-size: 1.4rem;
	margin-bottom: 0;
    font-family: 'Kanit-Regular';
}
.relatedbox{
	margin-top: 4rem;
	padding-top: 2rem;
	border-top: 1px solid #ddd;
}
.relatedbox .related-read{
	float: right;
	margin: 0;
	width: 160px;
}

.works-box{
	margin-bottom: 2rem;
	color: #5c5c5c;
}
.works-box .img-box{
	aspect-ratio:4/3;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.works-box .img-box img{
	aspect-ratio:4/3;
	object-fit: cover;
}
.works-box:hover img{transform: scale(1.05);}
.text-work{
	border-left: 3px solid #009966;
	padding-left: .5rem;
	margin: 1rem 0;
}
.text-work h1{
	color: #009966;
	font-size: 1.1rem;
	margin-bottom: 0;
    font-family: 'Kanit-Regular';
	
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.2;
	height: calc(1rem * 1.25* 1);
}
.text-work p{
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.2;
	height: calc(1rem * 1.25* 1);
}
.text-work ul{
	list-style: none;
	font-size: .9rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: .5rem 0;
}
.text-work ul li{margin-right: 5px;}

.textwork-detail{
	margin: 2rem auto;
}
.title-work {
	margin-bottom: 2rem;
	color: #5c5c5c;
}
.title-work h1{
	color: #009966;
	font-size: 1.4rem;
	margin-bottom: 0;
    font-family: 'Kanit-Regular';
}
.title-work p{margin: 0;}
.title-work ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: .5rem 0;
}
.title-work ul li{margin-right: 5px;}

.img-work {
	overflow: hidden;
	text-align: center;
	margin: auto;
	aspect-ratio:3/2;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.img-work img{
	width: 100%;
	aspect-ratio:3/2;
}
.textwork-detail{
	margin: 2rem auto;
}
.textwork-detail h1{
	font-size: 1.3rem;
	margin-bottom: 0;
    font-family: 'Kanit-Regular';
}
.textwork-detail p{margin-bottom: 1rem;}

.slide-gallery{margin-bottom: 2rem;}
.slide-gallery .slick-prev, .slide-gallery .slick-next{
	top: 0;
    height: 100%;
    transform: translate(0, 0);
}
.slide-gallery .slider-nav .gallery-box{
	margin-right: 5px;
	margin-bottom: 0;
}
.slide-gallery .slick-prev{left: -45px;}
.slide-gallery .slick-prev:before, .slide-gallery .slick-next:before {
    font-size: 35px;
    opacity: 1;
    color: #312d2c;
}

.gallery-box{
	margin-bottom: 2rem;
}
.gallery-box .img-box{
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio:3/2;
	transition: all 0.5s;
	
	background: -webkit-linear-gradient(60deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
	background: -o-linear-gradient(60deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
	background: linear-gradient(150deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
}
.gallery-box .img-box img{
	object-fit: cover;
	aspect-ratio:3/2;
}
.gallery-box:hover .img-box{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.gallery-box:hover img{transform: scale(1.05);}
.img-box h1{
	font-size: 1.6rem;
	font-family: 'Kanit-Regular';
	margin-bottom: 0;
	color: #a9a9a9;
	transition: all 0.5s;
}
.img-box p{margin: 0;color: #a9a9a9;}
.gallery-box:hover .img-box h1{transform: scale(1.05);}

/* Cate */
.cate-btn{
	display: block;
	text-align: center;
	width: 200px;
	height: 45px;
	padding:8px 8px;
	border-radius: 10px;
	color: #FFF;
	margin: 0.5rem;
	overflow: hidden;
	/* border: 1px solid #198754; */
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
	margin-bottom: 50px;
	margin-top: 0px;
	margin-right: 10px;
}
.cate-btn {
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	/* background: #198754; */
	background: #374151;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
  }
  .cate-btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* background: #374151; */
	background: #198754;
	-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;
  }
  .cate-btn:hover, .cate:focus, .cate-btn:active {
	color: #FFF;
  }
  .cate-btn:hover:before, .cate-btn:focus:before, .cate-btn:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
  }



.address-box h1, .contact-box h1{
	font-size: 1.4rem;
	margin-bottom: .75rem;
    font-family: 'Kanit-Regular';
}
.address-box{margin-bottom: 2rem;}
.address-box p{margin: 0;}

.contact-box{margin-bottom: 2rem;}
.contact-box .ic-size{
	font-size: 1.2rem;
	margin-right: 10px;
	color: #009966;
}
.contact-box ul{list-style: none;}
.contact-box ul li{padding-bottom: 7px;}

.mappic{margin: 2rem auto;}
.mappic h1{
	font-size: 1.4rem;
	margin-bottom: 1rem;
    font-family: 'Kanit-Regular';
}
.mappic a{
	display: block;
	border-radius: 15px;
	overflow: hidden;
	aspect-ratio:3/2;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.mappic img{
	width: 100%;
	
}

.mapbox{
	width: 100%;
	height: 280px;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
}

.detail-form{margin-bottom: 1rem;}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #009966;
	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;
    background: #FFF;
	border: 1px solid #ececec;
    width: 100%;
	color: #000;
	border-radius: 5px;
	height: auto;
	margin: 0;
	line-height: normal;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #009966;
}
.form-text::placeholder{color: #7d7d7d;}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	min-width: 250px;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #009966;
    color: #FFF;
    background: #009966;
    margin:.5rem auto;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 27px;
}
.sendus-btn:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #FFF;
	color: #009966;
	transform: scale(.98);
}
.messagebox{
	margin: 2rem auto;
	padding: 1rem;
	background: #f5f5f5;
	border-radius: 15px;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.messagebox .title-box{margin-bottom: 2rem;}
.messagebox .title-box h1{color: #000;}

.text-policy{margin-bottom: 2rem;}
.text-policy a:hover{
	color: #009966;
	text-decoration: underline;
}
.text-policy p{
	margin-bottom: .5rem;
	text-indent: 3%;
}
.text-policy h1{
	font-size: 1.2rem;
	margin-bottom:1rem;
	font-weight: 700;
    font-family: 'Kanit-Regular';
}
.text-policy h2{
	font-size: 1.1rem;
	margin-bottom: .5rem;
	font-weight: 700;
    font-family: 'Kanit-Regular';
}
.text-policy ul{
	list-style: none;
	padding-left: 3%;
}
.text-policy .ic-size{font-size: 10px;margin-right: 10px;}
.text-policy ul li{padding-bottom: 5px;}









/*///////////End-Content///////////////*/

/*///////////Start-Policy///////////////*/
.policy-box{
    position: fixed;
    bottom: 0%;
    right: 0%;
    width: 100%;
    text-align: left;
    padding: 1rem ;
    color: #FFF ;
    z-index: 2345;
    display: block;
    font-size: 1rem;	
	background:#009966;
	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;
    font-family: 'Kanit-Medium';
}
.policy-box a{
    color: #FFFFFF ;
	text-decoration: underline;
    font-family: 'Kanit-Regular';
}
.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 #425c90;
    justify-content: center;
	border-radius: 27px;
	background:#425c90;
}
.btn-policy:hover{
	transform: scale(.96);
	background:#FFF;
    color: #114679 ;
}


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

/*///////////Start-Footer///////////////*/
.footer{
	color: #FFF;
	padding: 10% 0 5%;
	background:#425c90;
}
.footer ul{list-style: none;}
.footer h1{
	font-size: 1.1rem;
	margin-bottom: .5rem;
    font-family: 'Kanit-Regular';
}
.footer p{margin-bottom: .5rem;}
.footer a:hover{text-decoration: underline;color: #000;}

.footer ul li{padding-bottom: 8px;}
.contact-footer{margin: 2rem auto;}
.copyright-box{
	text-align: center;
	margin-top: 5%;
	padding: 5% 10% 0;
	border-top: 1px solid #FFF;
}

.social-footer{text-align: center;}
.social-footer img{
	width: 35px;
	margin: auto;
	transition: all 0.8s;
	filter: brightness(0) invert(1);
}
.social-footer img:hover{transform: scale(1.05);}
.logo-footer{text-align: center;margin-bottom: 2rem;}
.logo-footer img{width: 165px;}
.menu-footer ul li.active a, .menu-footer ul li a:hover{font-weight: 700;}
/*///////////End-Footer///////////////*/
/*Start cartpage-----------------------------*/

/*///////////////////////////////////////////////////////////////////////////pagelist///////////////////////////////////////////////////////////////////////////*/
.pagelist{
	text-align: center;
	padding:1rem 0;
	border-radius:0px;
   /* margin:0 5px 20px 5px;*/
	margin: auto;
   }
   .pagelist li{
	   display:inline-block;
	   font-size:1rem;
	   cursor:pointer;
	   /*padding: 0.3rem 0rem;*/
	   margin: 0.2rem;
	   border:2px solid #777;
	   border-radius: 5px;
   }
   .pagelist li.disabled a,
   .pagelist li.disabled a:hover{
		color:#0e0e0e;
		transition: all 0.4s;
   }
   .pagelist li.disabled a,
   .pagelist li.disabled a:hover{
	   color:#d4d4d4;
   }
   .pagelist li a{
	   color:#777;
	   display:block;
	   padding:0 0.5rem;
	   font-weight:bold;
   }
   .pagelist li a i.fa{
	font-size:1rem;
	vertical-align: middle;
   }
   
   .pagelist>li:first-child>a, .pagelist>li:first-child>span , .pagelist>li:last-child>a, .pagelist>li:last-child>span {
	border-radius:0px;
   }
   .pagelist li.active{
	   background: #425c90;
	   transition: all 0.4s;
	   border: 2px solid #425c90;
   }
   .pagelist li a:hover{
	   color: #425c90 ;
	   transition: all 0.4s;
   }
   .pagelist li:hover{
	   border:2px solid #425c90;
   }
   /*.pagelist li svg { vertical-align: middle; }*/
   .pagelist li svg {    height: 0.8rem; }
   .pagelist li.active a {
	   color: #ffffff;
   }

   .h1text {
	   font-size: 1.0rem;
}

.hispage{margin-bottom: 2rem;}
.hispage ul{
	list-style: none;
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 0.9rem;
	justify-content: flex-start;
}
.hispage ul li{
	margin: 0 5px;
	text-align: center;
	display: flex;
	align-items: center;
	color: #363636;
}
.hispage ul li.active, .hispage ul li:hover{color: #009966;}
.hispage ul li a{
	display: block;
	padding: 0 10px;
}

.content-investorpage{
	padding: 10% 0;
	background: #FFF;
}
.content-investorpage .title-box{text-align: left;}
.investor-list ul{list-style: none;}
.investor-list ul li{
	display: flex;
	padding: 13px 15px;
	border-radius: 10px;
	align-items: center;
	background: #FFF;
	margin-bottom: 5px;
}
.investor-list span.red-text{color: #ff3131;}
.investor-list p{margin: 0;}
.investor-list.noti-maket ul li{align-items: center;}
.investor-list .fa-file, .investor-list .fa-pencil{
	font-size: 28px;
	margin-right: 15px;
}
.investor-list ul li:nth-child(2n+1){background: #edecec;}
.investor-list ul li:hover{
	background: #7bba43;
	color: #FFF;
}
.investor-list {
	height: 325px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 1rem 0 0;
}
.investor-list::-webkit-scrollbar-track{
	border-radius: 10px;
	background-color: #F5F5F5;
	height: 90%;
}

.investor-list::-webkit-scrollbar{
	width: 13px;
	border-radius: 10px;
	background-color: #F5F5F5;
}

.investor-list::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #00b176;
	box-shadow: inset 0 0 5px rgba(0,0,0,.15);
}

.tabs-news .nav-pills{
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 2rem;
	flex-wrap: wrap;
}
.tabs-news .nav-pills li{
	width: auto;
	margin: 8px;
}
.tabs-news .nav-pills li a{
	display: block;
	text-align: center;
	padding: 10px;
}
.tabs-news .nav-pills li a.active, 
.tabs-news .nav-pills li a:hover{
	color: #009e69;
}
/* Underline From Left */
.hvr-underline-from-left {
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	overflow: hidden;
}
.hvr-underline-from-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #009e69;
	height: 5px;
	border-radius: 5px;
	-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;
}
.tabs-news .nav-pills li a.hvr-underline-from-left:hover:before, .tabs-news .nav-pills li a.hvr-underline-from-left:focus:before, .tabs-news .nav-pills li a.active.hvr-underline-from-left:before {
	right: 0;
}

@media (max-width: 920px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 80%;
		background: url("../images/bg-footer.png") left bottom no-repeat;
		background-size: cover!important;
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        left: -100%;
        margin: 0 !important;
        z-index: 55;
		transition: all 0.6s;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse.in{
		left: 0;
		transition: all 0.6s;
	}
	.investor-list{
		width: 80%;
	}
	.navbar-collapse.show{
		display:block;
		left: 0;
		transition: all 0.6s;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		/*margin-left: 250px;*/
		transition: all 0.6s;
	}
	.navbar-expand-lg, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.6s !important;
	}
	.navbar-expand-lg.-collapse {
		/*margin-left: 250px;*/
		width:100%;
		transition: all 0.6s;
	}
}