html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  vertical-align: baseline;
}
a {
  outline: 0 none;
  cursor: pointer;
  text-decoration: none;
}
a:link {
  -webkit-tap-highlight-color: transparent;
}
a,
a:hover,
a:active {
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  text-rendering: optimizeLegibility;
  zoom: 1;
  display: block;
  margin: 0;
}
p {
  font-weight: normal;
  text-rendering: optimizeLegibility;
  zoom: 1;
  display: block;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
nav ul {
  list-style: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  overflow: hidden;
}
textarea {
  overflow: auto;
  resize: none;
}
input,
textarea {
  border-radius: 0px;
  box-shadow: none;
  -webkit-appearance: none;
  border: 0;
  /* safari hidden autofill icon */
}
input::-webkit-contacts-auto-fill-button,
textarea::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button,
textarea::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input::-ms-reveal,
textarea::-ms-reveal {
  display: none;
}
input::-ms-clear,
textarea::-ms-clear {
  display: none;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
  margin: 3px 3px 0 0;
}
input[type=text] {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}
button {
  width: auto;
  overflow: visible;
}
.ie6 input {
  vertical-align: text-bottom;
}
/** helper styles
 ***************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
  font-size: 0px;
}
.clearfix {
  display: block;
  clear: both;
}
/*  new standard values */
.default_css ul li {
  list-style-type: disc;
}
.default_css ul ul li {
  list-style-type: circle;
  margin: 0px 0 0 16px;
}
.default_css ol li {
  list-style-type: decimal;
}
.default_css ol li,
.default_css ul li {
  margin: 0px 0 0 20px;
  overflow: visible;
}
.default_css p {
  margin: 15px 0;
}
.default_css a {
  color: #666;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}
.default_css a:hover {
  text-decoration: underline;
}
.default_css h1,
.default_css h2,
.default_css h3,
.default_css h4,
.default_css h5,
.default_css h6 {
  margin: 20px 0 0;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
@font-face {
  font-family: 'kanitbold';
  src: url('../fonts/kanit-medium-webfont.woff2') format('woff2'), url('../fonts/kanit-medium-webfont.woff') format('woff'), url('../fonts/kanit-medium-webfont.ttf') format('truetype'), url('../fonts/kanit-medium-webfont.svg#kanitbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'kanitlight';
  src: url('../fonts/kanit-light-webfont.woff2') format('woff2'), url('../fonts/kanit-light-webfont.woff') format('woff'), url('../fonts/kanit-light-webfont.ttf') format('truetype'), url('../fonts/kanit-light-webfont.svg#kanitlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'kanitregular';
  src: url('../fonts/kanit-regular-webfont.woff2') format('woff2'), url('../fonts/kanit-regular-webfont.woff') format('woff'), url('../fonts/kanit-regular-webfont.ttf') format('truetype'), url('../fonts/kanit-regular-webfont.svg#kanitregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: 'kanitlight' !important;
}
.f_li {
  font-family: 'kanitlight' !important;
}
.f_reg {
  font-family: 'kanitregular' !important;
}
.f_bold {
  font-family: 'kanitbold' !important;
}
#content {
  width: 100%;
	overflow: hidden;
}
.uk-link,
a {
  text-decoration: none;
  color: inherit;
}
a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
  color: inherit;
}
.main-color {
  color: #003563 !important;
}
.p-color {
  color: #666 !important;
}
.hl-color {
  color: #c5996c !important;
}
.section-contact {
  background-image: url('../images/bg-contact.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 450px;
  position: relative;
  z-index: 1;
}
.btn-site{
	display: inline-block;
	  width: auto;
	  height: 50px;
	  line-height: 46px;
	  text-decoration: none;
	  text-align: center;
	  border-radius: 10px;
	  border: 2px solid seagreen;
	  color: rgba(255,255,255,0.6);
	  position: relative;
	  overflow: hidden;
	  background: transparent;
	  text-transform: capitalize;
	  transition: all .35s;
	padding-left: 15px;
	padding-right: 15px;
}

.btn-site:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: seagreen;
  z-index: -1;
  transition: all .35s;
}
.btn-site:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: seagreen;
  z-index: -1;
  transition: all .35s;
}

.btn-site:before{
  opacity: .5;
}

.btn-site::after {
	transition-delay: .2s;
}

.btn-site:hover{
  color: #fff;
}
.btn-site:hover:before{
	top: 0;
}

.btn-site:hover:after{
  top: 0;
}
.section-contact::after {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  z-index: -1;
}
.box-contact-us {
  display: inline-block;
}
.prod-img{
	max-width: 80px;
	width: 100%;
	max-height: 80px;
	object-fit: contain;
}
.-contact-us {
  padding: 30px;
  background-color: rgba(197, 153, 108, 0.4);
  display: inline-block;
}
.img-qr {
  margin-left: 0;
}
.top10 {
  margin-top: 10px;
}
.txt-head {
  font-size: 3.125rem;
  line-height: 1.2;
  color: #FFFFFF;
}
.txt-head-hl {
  font-size: 2rem;
  line-height: 1.2;
  color: #FFFFFF;
	margin-bottom: 20px;
}
.title-h3 {
  font-size: 1.75rem;
  line-height: 1.3;
}
.title-h5 {
  font-size: 3.125rem;
  line-height: 1.2;
}
.title-small {
  font-size: 0.9rem;
  line-height: 1.3;
}
.sub_desc_p {
  font-size: 1.125rem;
  line-height: 1.3;
}
.p-detail {
  font-size: 1.175rem;
  line-height: 1.5;
  color: #FFFFFF;
}
.p-detail.top20px {
  margin-top: 20px;
}
.p-detail2 {
  font-size: 1.275rem;
  line-height: 1.5;
  color: #FFFFFF;
}
.heading-hoome {
  font-size: 3.125rem;
  line-height: 1.2;
}
.bg-data {
  background-color: #f0ebe5;
}
.bottom-dot {
  width: 100%;
  position: absolute;
  bottom: 50px;
}
.uk-button-default {
  padding: 2px 20px;
  min-width: 120px;
  border: 1px solid #FFF;
  color: #FFF;
}
.uk-button-default.gold {
  border: 1px solid #c5996c;
  color: #c5996c;
}
.white {
  color: #FFFFFF !important;
}
.black {
  color: #000;
}
.uk-card img {
  width: 100%;
}
img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.wrap-banner {
  min-height: 100vh;
}
.wrap-banner .banner-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.wrap-banner .slideshow {
  height: 100vh;
}
.wrap-banner .slideshow .uk-slideshow-items {
  min-height: 100% !important;
}
.wrap-banner .items-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.wrap-banner svg {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.wrap-banner .uk-container-large {
  width: 100%;
  position: relative;
  z-index: 3;
}
.wrap-banner .box-banner {
  max-width: 750px;
  margin: 0 auto;
}
.wrap-banner .box-desc-banner {
  max-width: 100%;
  text-align: center;
}
.wrap-banner .logo-banner {
  display: inline-block;
}
.wrap-banner .banner-title {
  font-size: 3.125rem;
  line-height: 1.2;
  color: #000;
  margin-top: 30px;
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.4), 0px -5px 35px rgba(255, 255, 255, 0.5);
}
.wrap-banner .title-banner {
  font-size: 3.125rem;
  line-height: 1.3;
  color: #fff;
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.5);
}
.wrap-banner .txt-ss-banner {
  font-size: 2rem;
  line-height: 1.2;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0px 15px 5px rgba(0, 0, 0, 0.1), 10px 20px 5px rgba(0, 0, 0, 0.05);
}
.wrap-banner .scroll-section {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9;
}
.wrap-banner .txt-scroll {
  font-size: 0.8rem;
  line-height: 1.2;
  color: #FFFFFF;
  white-space: nowrap;
  margin-top: 10px;
  text-align: center;
  display: inline-block;
}
.top20 {
  margin-top: 20px !important;
}
.hl-bt-contact {
  padding: 120px 0;
  position: relative;
  z-index: 1;
  background-position: left bottom;
}
.hl-bt-contact::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.hl-bt-contact .hl-text {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.menu-xs {
  padding: 0;
}
.menu-xs svg {
  width: 35px;
}
.uk-offcanvas-bar svg {
  width: 25px;
}
.goToTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  color: #fff;
  background-color: rgba(197, 153, 108, 0.9);
  line-height: 55px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
  transform: translateY(100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.goToTop .arrow {
  transition: all 0.4s ease-in-out;
  color: #fff;
}
.goToTop:hover {
  color: inherit;
}
.goToTop:hover .arrow {
  transform: translateY(-5px);
  color: #fff;
}
.goToTop.show {
  opacity: 1;
  transform: translateY(0%);
}
.img-profile{
	object-fit: cover;
	-o-object-fit: cover;
	height: 100%;
	width: 100%;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
  .small-banner {
    height: 350px;
  }
  .small-banner.about {
    height: 350px;
  }
  .small-banner.product {
    height: 450px;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
.uk-navbar-container{
	background-color: rgba(0,0,0,.2);
}




.panel.align-top {
  align-items: flex-start;
}

.panel h1 {
  font-size: 1.8em;
  color: white;
  font-weight: 300;
  margin: 0 auto;
}
.panel.description {
  padding-bottom: 60px;
}
.panel p, .panel li {
  color: black;
  font-weight: 400;
  text-align: left;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 0.3em 0 1em 0;
}
.panel p strong, .panel li strong {
  color: white;
  font-weight: 400;
}
.panel p code, .panel li code {
  background-color: rgba(255,255,255,0.15);
  padding: 2px 4px;
  border-radius: 5px;
}
.panel li {
  margin: 0;
}

 html, body {
  margin: 0;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;	 
} 
.panelOne {
	width: 100%;
	  height: 100%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  font-weight: 600;
	  font-size: 1.5em;
	  text-align: center;
	  color: white;
	  position: relative;
	  box-sizing: border-box;
	  padding: 10px;
		height: 100vh;
	overflow: hidden;
	height: calc(var(--vh, 1vh) * 100);
}
.panel {
	width: 100%;
	  height: 100%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  font-weight: 600;
	  font-size: 1.5em;
	  text-align: center;
	  color: white;
	  position: relative;
	  box-sizing: border-box;
	  padding: 10px;
		height: 100vh;
	@media (max-width: 767px) {
		height: auto;
		min-height: 100vh;
	}
}

/* HEADINGS */
.header-section {
  padding: 0 15px;
  text-align: center;
  margin: 40vh auto 50vh;
}

.prettyprint .linenums {
  padding: 0;
  list-style: none;
}
.prettyprint ol li {
  background-color: black;
}

.panel.red .prettyprint .linenums > li:nth-child(n + 7):nth-child(-n + 9),
.panel.gray .prettyprint .linenums > li:nth-child(10),
.panel.purple .prettyprint .linenums > li:nth-child(4),
.panel.green .prettyprint .linenums > li:nth-child(n + 6):nth-child(-n + 10) {
  background-color: #222;
}

.box {
/*   max-width: 520px; */
	width: 100%;
  height: auto;
  text-align: center;
  line-height: 80px;
  border-radius: 8px;
  color: #222;
/*   font-weight: 700; */
/*   margin-left: 20px; */
  will-change: transform;
	font-size: 1.25rem
}
.box.active {
  background-color: orange;
  border: 2px solid white;
}
.description,
.final {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
	position: relative;
}
.txt-in-first{
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}
.description2{
	width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-height: 100vh;
	position: relative;
}
.description2::after{
	content: '';
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right: 0;
	background-color: rgba(0,0,0,0.85);
	z-index: 2;
}
.description2 video{
	position: absolute;
	top:0;
	left:0;
  width: 100%;
  height: 100%;
  object-fit: cover;
	-o-object-fit: cover;
  z-index: 1;
}
.container {
  width: 500%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
	@media (max-width: 767px) {
		width: 100%;
		flex-wrap: wrap;
	}
}

.panel {
  font-weight: 300;
}

code {
  padding: 0.1rem;
  background: #fff;
  color: #222;
  font-size: 1.5rem;
}


.hidden {
  opacity:0;
}
.console-container {
  font-size:4em;
  text-align:center;
  max-width:840px;
  display:block;
  color:white;
	position:relative;
	z-index: 4;
	width: 100%;
	margin: 0 auto;
	padding:0 20px;
	user-select: none;
}
.console-underscore {
   display:inline-block;
  position:relative;
  top:-0.14em;
  left:10px;
	z-index: 4;
}


.div2 {
  display:inline-block;
  overflow:hidden;
  white-space:nowrap;
 font-size: 2rem;
}
.div2 .test{
	font-size: 1.8rem;
}

.div2:first-of-type {    /* For increasing performance 
                       ID/Class should've been used. 
                       For a small demo 
                       it's okaish for now */
  animation: showup 7s infinite;
}

.div2:last-of-type {
  width:0px;
  animation: reveal 7s infinite;
}

.div2:last-of-type span {
  margin-left:-355px;
  animation: slidein 7s infinite;
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:355px;}
    80% {opacity:1;}
    100% {opacity:0;width:355px;}
}

.boxsc{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
	z-index: 9;
	bottom : 9%;
}

.boxsc span{
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.boxsc span:nth-child(2)
{
  animation-delay: -0.2s;
}

.boxsc span:nth-child(3)
{
  animation-delay: -0.4s;
}
.panelzoom{
	position: relative;
	&:after{
		content: '';
		background-color: rgba(0, 0, 0, 0.4);
		-webkit-backdrop-filter: blur(4px);
		backdrop-filter: blur(4px);
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 2;
	}
	@media (max-width: 767px) {
		display: none;
	}
}
.txt-head-scale{
	color: #FFF;
	padding: 10px;
	position: relative;
	z-index: 4;
	user-select: none;
	&:after{
		content: '';
		background-color: rgba(248, 200, 220, 0.4);
		-webkit-backdrop-filter: blur(4px);
		backdrop-filter: blur(4px);
		padding: 20px;
		border-radius: 50%;
		position: absolute;
		width: 20px;
		height: 20px;
		left: 50%;
		top: 50%; 
		transform: translate(-50%,-50%);
		z-index: -1;
	}
}
.inner-bg-last{
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	padding: 20px;
}

@keyframes animate{
  
  0%{
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50%{
    opacity: 1;
  }
  100%{
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}

.bg001{
	    background: rgb(195,34,109);
background: radial-gradient(circle, rgba(195,34,109,1) 0%, rgba(44,42,45,1) 100%); 
}
.bg002{
	    background: rgb(17,96,120);
background: radial-gradient(circle, rgba(17,96,120,1) 0%, rgba(44,42,45,1) 100%); 
}
.bg003{
	    background: rgb(120,45,17);
background: radial-gradient(circle, rgba(120,45,17,1) 0%, rgba(44,42,45,1) 100%); 
}
.bg004{
	  background: rgb(18,120,5);
background: radial-gradient(circle, rgba(18,120,5,1) 0%, rgba(44,42,45,1) 100%); 
}
@media screen and (max-width: 767px) {
    _::-webkit-full-page-media, _:future, :root .safari_only {
        padding-bottom: 65px; //resize 
    }
	.uk-heading-small{
		font-size: 2.1rem;
	}
}