html{font-size:18px;}
@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-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-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-SemiBold';
   src: url('fonts/Kanit-SemiBold.eot');
   src: url('fonts/Kanit-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('fonts/Kanit-SemiBold.woff') format('woff'),
      url('fonts/Kanit-SemiBold.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: #151111;
	overflow-x: hidden;
}
ul{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	/*cursor: pointer;*/
	color: inherit;
}

button:focus {
    outline: none;
}

#back-to-top p{margin: 0;}
#back-to-top {
    width: 45px;
    height: 45px;
    position: fixed;
    z-index: 1021;
    bottom: 15%;
    right: 7%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px 0;
    background:#FFF;
    font-size: .9rem;
    opacity: 1;
	color: #000;
	border-radius: 50%;
	border: 1px solid #000;
	transition: all 0.6s;
}
#back-to-top:hover{
    opacity: 1;
	transform: scale(.9);
	background: #000;
	color: #FFF;
}
#back-to-top a {
    line-height: 1;
    display: block;
    width: 100%;
    height: 100%;
    font-size: .7rem;
}

/*///////////Start-Header///////////////*/
.headbar-main{
    padding: .75rem 0;
	display: block;
    transition: all 0.6s;
	background-color:#ff8400;
}
.slim.headbar-main{box-shadow: 0 2px 7px rgba(0,0,0,0.2);}
.hamburgers-box{
    width: 100%;
	height: 100%;
	padding: 0;
	margin-bottom: 1rem;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.headbar-main .row{margin: auto;}
.navbar-brand {
	width: auto;
	text-align: left;
	color: #FFF;
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-family: 'Kanit-Light';
}
.navbar-brand:hover{color: #FFF;}
.navbar-brand img{
	width: 100px;
	transition: all 0.5s;
	margin: auto;
}

.navbar-collapse .navbar-brand{
	padding: 1rem ;
	margin: auto;
	text-align: center;
	display: block;
	width: 100%;
	background: #FFF;
}
.contact-btn{
	width: 70%;
	text-align: center;
	padding: 4px 10px;
	border-radius: 30px;
	background: #FFF;
	margin: 0 auto 10px;
	border: 1px solid #FFF;
	font-family: 'Kanit-Medium';
}
.contact-btn img{
	width: 35px;
	margin-right: 10px;
}
.contact-btn a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-btn.bgorange{
	background: #ff8400;
	border-color: #ff8400;
	color: #FFF;
	width: 100%;
}
.contact-btn.bgorange img{width: 45px;}
.contact-btn:hover{
	background: #ff8400;
	color: #FFF;
}
.contact-btn.bgorange:hover{
	background: #FFF;
	color: #ff8400;
}
/*///////////End-Header///////////////*/
/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide{position: relative;}
#carouselmainSlide .carousel-item{
	position: relative;
}
#carouselmainSlide .carousel-item img{
	width: 100%;
	object-fit: cover;
}
#carouselmainSlide .carousel-control-next, 
#carouselmainSlide .carousel-control-prev{
	z-index: 1019;
	opacity: 1;
}
#carouselmainSlide .carousel-control-next img, 
#carouselmainSlide .carousel-control-prev img{
	width: 25px;
	opacity: .6;
	filter: brightness(0) invert(1);
}
#carouselmainSlide .carousel-control-next img:hover, 
#carouselmainSlide .carousel-control-prev img:hover{
	opacity: 1;
}

#carouselmainSlide .carousel-indicators {
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
    bottom: .75rem;
	z-index: 1019;
}
#carouselmainSlide .carousel-indicators button{
	width: 13px;
	height: 13px;
	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{
	padding: 10% 0;
	background: linear-gradient(180deg,rgba(255, 132, 0, 1) 0%, rgba(255, 132, 0, 1) 25%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 80%);
}
.img-box{
	text-align: center;
	overflow: hidden;
	margin-bottom: 1rem;
	aspect-ratio:2/2;
	border: 5px solid #FFF;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.img-box:hover img{transform: scale(1.05);}
.title-box{
	text-align: center;
	margin-bottom: 2.5rem;
}
.title-box h1{
	font-size: 26px;
	margin: 0;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'Kanit-SemiBold';
	text-shadow:  1px 2px 4px rgb(0 0 0 / 45%);
}
.title-box h2{
	font-size: 24px;
	margin:0;
	text-transform: uppercase;
	font-family: 'Kanit-Medium';
}
.title-box h3{
	font-size: 29px;
	margin:0;
	text-transform: uppercase;
	font-family: 'Kanit-Medium';
}
.title-box p{margin: 0;}
.title-box ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.title-box ul li{
	margin: 0 5px;
	opacity: .5;
	color: #000;
	font-size: .85rem;
}
.title-box ul li a{padding: 0 5px;}
.title-box ul li.active,
.title-box ul li:hover{opacity: 1;}

.subtitle{margin-bottom: 2rem;}
.subtitle h2{
	font-size: 24px;
	margin: 0;
	font-family: 'Kanit-Medium';
}

.text-box1{margin-top: 2rem;}
.text-box1 img{
	width: 25px;
	margin-right: 10px;
}
.text-box1 p{margin: 0;}
.text-box1 span.textred{
	color: #FF0000;
}
.text-box1 ul{list-style: none;}
.text-box1 li{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
	font-style: italic;
	text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px, 2px 5px 3px rgba(0, 0, 0, 0.15) ;
}




.content-tagline{
	padding: 10% 0;
	background: #b0b0b0;
}

.text-policy{margin-bottom: 1rem;}
.text-policy h1{
	font-size: 1.1rem;
	margin-bottom: .75rem;
	font-family: 'Kanit-Medium';
}
.text-policy h2{
	font-size: 1rem;
	margin-bottom: .75rem;
	font-family: 'Kanit-Medium';
}
.text-policy h3{
	font-size: 1rem;
	margin-bottom: 0;
	font-family: 'Kanit-Regular';
}
.text-policy a:hover{color: #ee2628;}
.text-policy ul{
	list-style: none;
	padding-left: 3%;
	margin: 1rem auto;
}
.text-policy ul li{margin-bottom: 5px;}
.text-policy .fa-circle-chevron-right{
	font-size: .9rem;
	margin-right: 10px;
	vertical-align: middle;
}
.text-policy p{
	margin-bottom: 1rem;
	text-indent: 1%;
}

/*///////////Start-Policy///////////////*/
.policy-box{
    position: fixed;
    bottom: 0%;
    right: 0%;
    width: 100%;
    text-align: left;
    padding: 1rem ;
    color: #FFF ;
    z-index: 1234;
    display: block;
    font-size: 1rem;	
	background:#242264;
	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-Regular';
}
.policy-box a:hover{text-decoration: underline;}
.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;
    justify-content: center;
	text-transform: uppercase;
	border: none;
	background: #0080ff;
}
.btn-policy:hover{
	transform: scale(.96);
	background: #FFF;
	color: #0080ff;
}


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

/*///////////Start-Footer///////////////*/
.footer{
	color: #000;
	padding: 10% 0 5%;
	background: url("../images/bg-footer.png") center center no-repeat;
	background-size: cover !important;
}
.text-footer{
	font-family: 'Kanit-SemiBold';
	margin-bottom: 2rem;
	text-align: center;
}
.text-footer h1{
	margin-bottom: .5rem;
	color: #ff8400;
	font-size: 40px;
	text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}

.coptright-box{
	padding: 15px 0;
	text-align: center;
	background: #ff8400;
	color: #FFF;
}
.coptright-box a:hover{color: #000;}

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

	
}




@media (min-width:400px) {
}


