html{font-size:16px;}
@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;
	
}

#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: #053c62;
    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///////////////*/
.headbar-main{
    padding: 0;
	display: block;
    transition: all 0.6s;
	background-color:#FFF;
}
.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: 90px;
	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 15px;
	margin-bottom: 1rem;
	position: relative;
	transition: all 0.5s;
	text-transform: uppercase;
}
.navbar-nav li a{
	padding: 8px 15px;
	display: block;
	color: #282828;
	text-align: left;
	text-decoration: none;
	transition: all 0.5s;
	position: relative;
}
.navbar-nav li.active a, .navbar-nav a:hover{
	color: #6495ed;
}
.navbar-nav li .dropdown-menu{
	padding: 0;
	border: none;
	background: #f5f5f5;
	border-radius: 0;
	margin: 0 -15px;
}
.navbar-nav li .dropdown-menu a{
	display: block;
	text-align: left;
	padding: 15px 30px;
}
.navbar-nav li .dropdown-menu a.active,
.navbar-nav li .dropdown-menu a:hover{
	color: #FFF;
	background: #f68b30;
}

/* 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: #3974d6;
  height: 4px;
	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;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .navbar-nav li.active .hvr-underline-from-left:before {
  right: 0;
}





.social-header{
	text-align: center;
	padding: 0 10px;
	margin: 2rem auto;
	width: 100%;
}
.social-header p img{
	width: 25px;
	margin-right: 5px;
	filter: invert(18%) sepia(35%) saturate(2457%) hue-rotate(177deg) brightness(95%) contrast(97%);
}
.social-header img{
	width: 45px;
	margin: auto;
	transition: all 0.8s;
}
.social-header img:hover{
	transform: scale(.95);
}
.social-header ul{
	list-style: none;
	text-align: center;
	color: #000;
}
.contactbar{
	padding: 10px 0;
	color: #FFF;
	display: none;
	background-image: -moz-linear-gradient( 0deg, rgb(100,149,237) 33%, rgb(50,75,170) 62%, rgb(0,0,102) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(100,149,237) 33%, rgb(50,75,170) 62%, rgb(0,0,102) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(100,149,237) 33%, rgb(50,75,170) 62%, rgb(0,0,102) 100%);
}
.contactbar a:hover{color: #f68b30;}
.lineclick img,
.hotline img{
	width: 25px;
	margin-right: 10px;
	filter: brightness(0) invert(1);
}
.lineclick span,
.hotline span{font-family: 'Kanit-Medium';}
/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide .carousel-item{position: relative;}
#carouselmainSlide .carousel-item img{
	width: 100%;
}
#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: 12px;
	height: 12px;
	margin: 0 3px;
	opacity: .6;
	border: none;
	background: #FFF;
	border-radius: 50%;
}
#carouselmainSlide .carousel-indicators button.active{
	opacity: 1;
}

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

/*///////////Start-Content///////////////*/
.content-box{
	color: #000066;
	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: 2.5rem;
}
.title-box h1{
	font-size: 26px;
	margin: 0;
	font-family: 'Kanit-Medium';
	text-transform: uppercase;
}
.title-box h2{
	font-size: 22px;
	margin: 0;
	font-family: 'Kanit-Medium';
	text-transform: uppercase;
}
.title-box ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.title-box ul li{
	width: auto;
	margin: 0 5px 0 0;
}
.title-box ul li a{
	padding-left: 5px;
}
.title-box ul li a:hover{color: #ff8c00;}
.title-box p{margin: 0;}

.imgabout-home{
	text-align: center;
	overflow: hidden;
}
.imgabout-home img{
	width: 100%;
	transition: all 0.6s;
}
.logocer{
	text-align: center;
	overflow: hidden;
	padding: .5rem;
	background: #FFF;
	border-radius: 10px;
	height: 100%;
	
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.logocer img{
	width: 100%;
	object-fit: scale-down;
}
.icon-img{
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .5rem;
	text-align: center;
}
.icon-img img{
	width: auto;
	max-width: 100%;
	transition: all 0.6s;
}
.contactclick img{
	width: 25px;
}
.textabout-home h2{
	font-size: 20px;
	margin: 0;
	color: #6495ed;
	font-family: 'Kanit-Regular';
}
.textabout-home h1{
	font-size: 23px;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}
.textabout-home span{color: #ff8c00;}
.textabout-home p{margin-bottom: 1rem;}

.content-box.abouthome{
	background: url("../images/content-1.jpg") top center no-repeat;
	background-size: cover !important;
}


.tagline-abouthome{
	padding: 1rem 0;
	font-size: 20px;
	position: relative;
	text-align: center;
	font-family: 'Kanit-Medium';
}
.tagline-abouthome h1{
	font-size: 40px;
	margin: 0;
}
.tagline-abouthome span{color: #ff8c00;}
.tagline-abouthome h2{
	font-size: 30px;
	margin: 0;
}
.tagline-abouthome img{
	width: 45px;
	opacity: .28;
	position: absolute;
	top: .75rem;
	z-index: 1;
}
.tagline-abouthome img:first-child{
	left: 0;
}
.tagline-abouthome img:last-child{
	right: 0;
}

.content-box.serviceshome {
    background: url("../images/content-2.jpg") top right no-repeat;
    background-size: cover !important;
    padding-top: 20%;
    margin-top: -4rem;
	padding-bottom: 5%;
}
.content-box.serviceshome .title-box{color: #FFF;}
.icon-box{
	height: 100%;
	text-align: center;
	padding: 1rem .5rem;
	overflow: hidden;
	border-width: 3px;
	border-color: rgb(100, 149, 237);
	border-style: solid;
	border-radius: 20px;
	background-color: #FFF;
	transition: all 0.5s;
	box-shadow: 2.5px 4.33px 0px 0px rgba(50, 78, 188, 0.5);
}
.icon-box:hover{
  background-image: -moz-linear-gradient( 120deg, rgb(100,149,237) 0%, rgb(125,181,246) 24%, rgb(150,212,255) 59%);
  background-image: -webkit-linear-gradient( 120deg, rgb(100,149,237) 0%, rgb(125,181,246) 24%, rgb(150,212,255) 59%);
  background-image: -ms-linear-gradient( 120deg, rgb(100,149,237) 0%, rgb(125,181,246) 24%, rgb(150,212,255) 59%);
  box-shadow: 2.5px 4.33px 0px 0px rgba(50, 78, 188, 0.41);
}
.icon-box h1{
	font-size: 1.3rem;
	margin: 0;
	color: #ff8c00;
	font-family: 'Kanit-Medium';
}
.icon-box p{margin: 0;}
.icon-box:hover,
.icon-box:hover h1{color: #FFF;}
.icon-img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	padding: 1rem;
	transition: all 0.5s;
	margin-bottom: 1rem;
	box-shadow: 2px 3px 0 #354fae;
	background: linear-gradient(120deg,#6495ed,#8eebff);
}
.icon-img::after{
	content:'' ;
	width: 82px;
	height: 82px;
	border-radius: 50%;
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	transition: all 0.5s;
	transform: translate(-50%,-50%);
	background-color: rgb(240, 251, 255);
}
.icon-img img{
	width: auto;
	max-width: 100%;
	transition: all 0.5s;
	position: relative;
	z-index: 2;
	filter: invert(58%) sepia(58%) saturate(2000%) hue-rotate(194deg) brightness(95%) contrast(95%);
}
.icon-box:hover .icon-img{transform: scale(.95);}
.icon-box:hover .icon-img::after{background: #6495ed;}
.icon-box:hover img{filter: brightness(0) invert(1);}


.products-box {
	border-radius: 10px;
	border: 1px solid #eeeeee;
	margin-bottom: 1rem;
	padding: .5rem;
	background: #FFF;
	transition: all 0.6s;
}
.products-box:hover{
	background: #6495ed;
	border-color: #6495ed;
	color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.products-box .img-box{
	border-radius: 10px;
	border: 1px solid #ccdeff;
}
.products-box:hover img{transform: scale(1.05);}
.text-product{
	text-align: center;
	padding: .5rem;
}
.text-product h1{
	font-size: 1rem;
	margin: 0;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.3* 2);
}
.readmore-btn{
	padding: 5px;
	text-align: center;
	width: 130px;
	color: #FFF;
	background: #3974d6;
	margin: 1rem auto;
	border-radius: 30px;
	transition: all 0.6s;
}
.readmore-btn:hover{background: #ff8c00;}
.contactclick{
	padding: 8px 10px;
	text-align: center;
	color: #FFF;
	border-radius: 30px;
	margin-bottom: 2rem;
	transition: all 0.6s;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.53);
}
.contactclick:hover{transform: translateY(-5px);}
.contactclick img{
	width: 28px;
	margin-right: 10px;
	filter: brightness(0) invert(1);
}
.contactclick a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.contactclick.telbox{
  background-image: -moz-linear-gradient( 91deg, rgb(108,186,255) 0%, rgb(104,168,246) 37%, rgb(100,149,237) 100%);
  background-image: -webkit-linear-gradient( 91deg, rgb(108,186,255) 0%, rgb(104,168,246) 37%, rgb(100,149,237) 100%);
  background-image: -ms-linear-gradient( 91deg, rgb(108,186,255) 0%, rgb(104,168,246) 37%, rgb(100,149,237) 100%);
}
.contactclick.linebox {
  background-image: -moz-linear-gradient( 100deg, rgb(0,155,0) 0%, rgb(0,185,0) 49%, rgb(13,198,13) 68%, rgb(25,210,25) 100%);
  background-image: -webkit-linear-gradient( 100deg, rgb(0,155,0) 0%, rgb(0,185,0) 49%, rgb(13,198,13) 68%, rgb(25,210,25) 100%);
  background-image: -ms-linear-gradient( 100deg, rgb(0,155,0) 0%, rgb(0,185,0) 49%, rgb(13,198,13) 68%, rgb(25,210,25) 100%);
}

.content-box.productshome{
	background: url("../images/content-3.png") center bottom no-repeat;
	background-size: cover !important;
}

.textpolicy{margin-bottom: 1rem;}
.textpolicy p{
	/*text-indent: 3%;*/
	margin-bottom: 1rem;
}
.textpolicy ul{
	list-style: none;
	margin: 1rem auto 1rem 1rem;
}
.textpolicy h1{
	font-size: 1.2rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}
.textpolicy h2{
	font-size: 1rem;
	margin: 0;
	font-family: 'Kanit-Regular';
}
.textpolicy .fa-circle{font-size: 12px;margin-right: 5px;}
.textpolicy .fa-angle-right{
	font-size: 15px;
	margin-right: 5px;
}
.textpolicy a:hover{color: #f68b30;}

.content-otherpage{
	background: url("../images/bg-allcontentpage.png") center bottom no-repeat;
	background-size: cover !important;
	padding: 10% 0;
	color: #000066;
}
.bannerpage{
	padding: 10% 0;
	position: relative;
	background: url( "../images/bg-banner-otherpage.png") center center no-repeat;
	background-size: cover !important;
}
.bannerpage .title-box{
	margin: 0;
	color: #FFF;
	/*position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	text-align: center;
	transform: translate(0,-50%);
	width: 100%;*/
}
.bannerpage .title-box ul{font-size: .9rem;}

.textdetail-prodoucts h1{
	font-size: 1.4rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}
.textdetail-prodoucts ul{
	/*list-style: none;*/
	margin-left: 3%;
}
.textdetail-prodoucts li{margin-bottom: 5px;}
.readmore-btn.pdfdownload{
	width: 220px;
	margin: 1rem 0;
}
.video-prodouct {
	width: 100%;
	overflow: hidden;
	border-radius: 15px;
	aspect-ratio:3/2;
	margin: 2rem auto;
}
.video-prodouct iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.slideprodoucts .slider-for .slick-slide{
	aspect-ratio:3/2;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.slideprodoucts .slider-for .slick-slide div,
.slideprodoucts .slider-for .slick-slide .img-box{
	margin: 0;
	height: 100%;
}
.slideprodoucts .slider-for .slick-slide .img-box img{height: 100%;object-fit: cover;}
.slideprodoucts .slick-prev:before, .slideprodoucts .slick-next:before{display: none;}
.slideprodoucts .slick-prev, .slideprodoucts .slick-next{
	width: 25px;
	height: 25px;
	background-size: 100% !important;
	border-radius: 50%;
	z-index: 1;
	filter: invert(69%) sepia(49%) saturate(3269%) hue-rotate(339deg) brightness(100%) contrast(93%);
}
.slideprodoucts .slick-prev{left: -.5rem;background: url( "../images/arrow-prev.png") center center no-repeat;}
.slideprodoucts .slick-next{right: -.5rem;background: url("../images/arrow-next.png") center center no-repeat;}
.slideprodoucts .slick-prev:hover,
.slideprodoucts .slick-next:hover{filter:none;}

.slideprodoucts .img-box{border-radius: 10px;border: 1px solid #eee;}
.slideprodoucts .slider-nav .slick-slide{
	margin: 0 5px;
	aspect-ratio:3/2;
	
}
.slideprodoucts .slider-nav{padding: 1rem;}
.slideprodoucts .slider-nav .slick-slide{opacity: .4;}
.slideprodoucts .slider-nav .slick-slide div,
.slideprodoucts .slider-nav .slick-slide .img-box{
	margin: 0;
	height: 100%;
}
.slideprodoucts .slider-nav .slick-slide .img-box img{height: 100%;object-fit: cover;}
.slideprodoucts .slider-nav .slick-slide:hover,
.slideprodoucts .slider-nav .slick-slide.slick-current.slick-active{opacity: 1;}


.textabout-page table{width: 100%;}
.textabout-page table td{vertical-align: top;padding: 10px 15px;}
.textabout-page table tr:last-child td{vertical-align: middle;}
.textabout-page h1{
	font-size: 1.1rem;
	margin: 0;
	font-family: 'Kanit-Medium';
}
.textabout-page span{
	font-size: 1.4rem;
	color: #f68b30;
	font-family: 'Kanit-Medium';
}
.img-box.aboutpage{margin-bottom: 2rem;}

.news-box{
	margin-bottom: 1rem;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #cecece;
}
.news-box .img-box{
	aspect-ratio:3/2;
	margin: 0;
}
.news-box .img-box img{
	height: 100%;
	object-fit: cover;
}
.news-box:hover img{transform: scale(1.05);}
.text-news{padding: 1rem;}
.text-news 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);
}
.text-news p.tagnews{
	color: #f68b30;
    height: auto;
    -webkit-line-clamp: 1;
    line-height: normal;
}
.textdetail-news{margin-bottom: 1rem;}

.contactform{
	padding: 2rem 1rem;
	color: #FFF;
	background-color: #000066;
	border-radius: 10px;
}
.contactform h1{
	font-size: 24px;
	margin-bottom: 2rem;
	text-transform: uppercase;
	font-family: 'Kanit-Medium';
}


.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: #ff8c00;
	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: 1px solid #FFF;
    width: 100%;
	color: #000;
	border-radius: 5px;
	height: auto;
	margin: 0;
	line-height: normal;
    background-color:#FFF;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #f68b30;
	color: #000;
}
.form-text::placeholder{color: #6C6C6C;}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	width: 190px;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #6495ed;
    color: #FFF;
    background: #6495ed;
    margin:1rem 0;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 5px;
}
.sendus-btn:hover{
    background: #ff8c00;
	border-color: #ff8c00;
}

.address-box{margin-bottom: 2rem;}
.address-box h1{
	font-size: 1.3rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}
.address-box table{
	width: 100%;
	margin-bottom: .5rem;
}
.address-box img{
	width: 35px;
	transition: all 0.6s;
	border-radius: 50%;
	border: 1px solid #FFF;
	box-shadow: 2px 3px 0 #354fae;
}
.address-box a:hover{color: #ff8c00;}
.address-box img:hover{transform: scale(1.05);}
.address-box table tr td{
	vertical-align: top;
	padding:  5px 5px 5px 0;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
}
.mapbox{
	width: 100%;
	height: 280px;
}
/*///////////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: #6495ed;
	font-family: 'Kanit-Regular';
}
.policy-box a{text-decoration: underline;}
.policy-box a:hover{text-decoration: none; color: #f68b30;}
.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 #6495ed;
    justify-content: center;
	border-radius: 30px;
	background:#6495ed;
	text-transform: uppercase;
}
.btn-policy:hover{
	transform: scale(.96);
	background:#f68b30;
	color: #FFF;
	border-color:#f68b30;
}


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

/*///////////Start-Footer///////////////*/
.footer{
	color: #FFF;
	padding: 10% 0 5%;
	background-image: -moz-linear-gradient( -90deg, rgb(100,149,237) 66%, rgb(50,75,170) 90%, rgb(0,0,102) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(100,149,237) 66%, rgb(50,75,170) 90%, rgb(0,0,102) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(100,149,237) 66%, rgb(50,75,170) 90%, rgb(0,0,102) 100%);
}

.footer ul{list-style: none;}
.footer h1{
	font-size: 1.15rem;
	margin-bottom: 0rem;
	font-family: 'Kanit-Medium';
	text-transform: uppercase;
}
.footer p{margin-bottom: 1rem;}
.footer a:hover{color: #f68b30;}
.address-footer{margin-bottom: 2rem;}

.footer ul li{padding-bottom: 8px;}
.contact-footer ul li.contel{padding-left: 4rem;}
.copyright-box{
	text-align: center;
	padding-top:1rem;
	margin:1rem auto 0;
	border-top:1px solid #FFF;
}
.social-footer{
	text-align: center;
	margin: 0 auto 2rem;
}
.social-footer img{
	width: 33px;
	margin: auto;
	transition: all 0.6s;
	border-radius: 50%;
	border: 1px solid #FFF;
	box-shadow: 2px 3px 0 #354fae;
}
.social-footer img:hover{transform: scale(1.02);}
.text-right{text-align: right;}
.text-left{text-align: left;}

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

	
}

/*///////////////////////////////////////////////////////////////////////////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: #3974d6;
	   transition: all 0.4s;
	   border: 2px solid #3974d6;
   }
   .pagelist li a:hover{
	   color: #3974d6 ;
	   transition: all 0.4s;
   }
   .pagelist li:hover{
	   border:2px solid #3974d6;
   }
   /*.pagelist li svg { vertical-align: middle; }*/
   .pagelist li svg {    height: 0.8rem; }
   .pagelist li.active a {
	   color: #ffffff;
   }

   .h1text {
	   font-size: 1.0rem;
}








