@charset "utf-8";

.zscale {
    animation:scale 0.5s linear infinite;
    -moz-animation:scale 0.5s linear infinite; /* Firefox */
    -webkit-animation:scale 0.5s linear infinite; /* Safari and Chrome */
}
.zscale:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
/*-------------
   Gradient
-------------*/
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
.blinkblink {
  animation: blinkblink 0.33s linear infinite;
}
@keyframes blinkblink {
  50% {
    opacity: 0;
  }
}
/*--- LAYOUT ---*/
/* G e n e r a l . . . */
* { margin: 0; padding: 0; outline: none; }
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::-webkit-scrollbar { width: 10px; height: 10px; }
	::-webkit-scrollbar-track:enabled { background-color: #0d0d0d; }
	::-webkit-scrollbar-thumb:vertical { background-color: #fff; }
	::-webkit-scrollbar-thumb:horizontal { background-color: #fff; }
}
*/
/*--- HTML ---*/
/* html {
  background-color: rgba(0,0,0,1.00);
} */
/*--- BODY ---*/
/* body {
  display: block;
  position: relative;
  margin:0; padding:0;
  height: 100%;
  background-color: rgba(0,0,0,1.00);
  font-family: "sukhumvitset-text", Tahoma, Arial, Geneva, sans-serif;
  font-size:16px;
  line-height:28px;
  font-weight:normal;
  text-align: left;
  color: #555;
} */
body.open-fixed {
	overflow:hidden;
	overflow-x: hidden;
}
/*--- Title ---*/
h1#Title a {
	position:absolute;
	margin: 0; padding:0;
	width: 42px;
	height: 42px;
	background:none;
	text-indent: -9999px;
	left: 0px; top:0px;
	z-index: 8;
}
h2#Text {
	position:absolute;
	margin: 0; padding:0;
	width: 42px;
	height: 42px;
	background:none;
	text-indent: -9999px;
	left: 0px; top:0px;
	z-index: 7;
}
#Logo {
	position:absolute;
	margin:0; padding:0;
  margin-top: -36px;
	width: 72px;
	height:72px;
	left:10px; top:50%;
	cursor: pointer;
}
#Logo img.ico {
	float:left;
	display:block;
	position: relative;
	margin:0; padding:0;
  width: 72px;
	height:72px;
}
#aLogo,
#bLogo {
	position:absolute;
	margin:0; padding:0;
	margin-top: -36px;
	width: 72px;
	height:72px;
	left:20px; top:50%;
	z-index:9;
	cursor: pointer;
}
#bLogo {
	position:absolute;
	margin:0; padding:0;
	margin-top: -36px;
	width: 72px;
	height:72px;
	left:92px; top:50%;
	z-index:9;
	cursor: pointer;
}
#aLogo img.ico,
#bLogo img.ico {
	float:left;
	display:block;
	position: relative;
	margin:0; padding:0;
  width: 72px;
	height:72px;
}
#SiteName {
	position:absolute;
	margin:0; padding:0;
	margin-top: -25px;
	height:50px;
	left:100px; top:50%;
}
#AdminName {
	position:absolute;
	margin:0; padding:0;
	margin-top: -24px;
	height:48px;
	left:100px; top:50%;
}
#adminLogo {
	position:absolute;
	margin:0; padding:0;
	margin-top: -36px;
	width: 72px;
	height:72px;
	left:10px; top:50%;
	z-index:9;
	cursor: pointer;
}
#adminLogo img.ico {
	float:left;
	display:block;
	position: relative;
	margin:0; padding:5px;
	width: 62px;
	height:62px;
}
/*--- SETTING ---*/
.meOption{
  background-color:rgba(0,155,0,1.00);
  margin-top:-5px;
  padding:5px;
  color:rgba(255,255,255,1.00);
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}
.addOption{
  background-color:rgba(0,0,0,1.00);
  margin-top:-5px;
  padding:5px;
  color:rgba(255,255,255,1.00);
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}
/*--- DIV ---*/
.block {display:block;}
.inline {display:inline;}
.inline-block {display:inline-block;}
.fix-cc {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#desz,.desz {display:block;}
#tabz,.tabz {display:none;}
#mobz,.mobz {display:none;}
.accordion-content {display:none;}
.accordion-content.is-open {display:inline;}
/*--- Flex ---*/
.flex {
  display: flex;
}
/*--- Flex Content ---*/
.flex-sm {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: center;
}
.flex-cc {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.flex-cl {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}
.flex-cr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.flex-tc {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
}
.flex-bc {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: center;
}
.flex-tl {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.flex-tr {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-end;
}
.flex-bl {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: flex-end;
}
.flex-br {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: flex-start;
}
.flex-flow {
  flex-flow: row wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.align-items-stretch {
  /*align-items: stretch | flex-start | flex-end | center | baseline | first baseline | last baseline | start | end | self-start | self-end + ... safe | unsafe;*/
  align-items: stretch;
}
.align-items-flex-start {
  /*align-items: stretch | flex-start | flex-end | center | baseline | first baseline | last baseline | start | end | self-start | self-end + ... safe | unsafe;*/
  align-items: flex-start;
}
.align-items-center {
  /*align-items: stretch | flex-start | flex-end | center | baseline | first baseline | last baseline | start | end | self-start | self-end + ... safe | unsafe;*/
  align-items: center;
}
.align-items-flex-end {
  /*align-items: stretch | flex-start | flex-end | center | baseline | first baseline | last baseline | start | end | self-start | self-end + ... safe | unsafe;*/
  align-items: flex-end;
}
.justify-content-flex-start {
  /*justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly | start | end | left | right ... + safe | unsafe;*/
  justify-content: flex-start;
}
.justify-content-center {
  /*justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly | start | end | left | right ... + safe | unsafe;*/
  justify-content: center;
}
.justify-content-flex-end {
  /*justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly | start | end | left | right ... + safe | unsafe;*/
  justify-content: flex-end;
}
/*--- WINDOWS SIZE ---*/
#ABCDEFG {
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
}
.size-mobile {width:410px;}
.size-ww {width:1280px;}
.size-wl {width:1024px;}
.size-wm {width:640px;}
.size-ws {width:410px;}
.size-wx {width:320px;}

/*--- Margin ---*/
.ma0px-auto {margin:0 auto;}
.ma5px-auto {margin:5px auto;}
.ma10px-auto {margin:10px auto;}
.ma15px-auto {margin:15px auto;}
.ma20px-auto {margin:20px auto;}
.ma25px-auto {margin:25px auto;}
.ma30px-auto {margin:30px auto;}

.ma0px {margin:0;}
.ma1px {margin:1px;}
.ma2px {margin:2px;}
.ma3px {margin:3px;}
.ma4px {margin:4px;}
.ma5px {margin:5px;}
.ma10px {margin:10px;}
.ma15px {margin:15px;}
.ma20px {margin:20px;}
.ma30px {margin:30px;}

.ma0px-left {margin-left:0;}
.ma1px-left {margin-left:1px;}
.ma2px-left {margin-left:2px;}
.ma3px-left {margin-left:3px;}
.ma4px-left {margin-left:4px;}
.ma5px-left {margin-left:5px;}
.ma10px-left {margin-left:10px;}

.ma0px-right {margin-right:0;}
.ma1px-right {margin-right:1px;}
.ma2px-right {margin-right:2px;}
.ma3px-right {margin-right:3px;}
.ma4px-right {margin-right:4px;}
.ma5px-right {margin-right:5px;}
.ma10px-right {margin-right:10px;}

.ma0px-top {margin-top:0px;}
.ma1px-top {margin-top:1px;}
.ma2px-top {margin-top:2px;}
.ma3px-top {margin-top:3px;}
.ma4px-top {margin-top:4px;}
.ma5px-top {margin-top:5px;}
.ma10px-top {margin-top:10px;}
.ma15px-top {margin-top:15px;}
.ma20px-top {margin-top:20px;}
.ma30px-top {margin-top:30px;}

.ma0px-bottom {margin-bottom:0px;}
.ma1px-bottom {margin-bottom:1px;}
.ma2px-bottom {margin-bottom:2px;}
.ma3px-bottom {margin-bottom:3px;}
.ma4px-bottom {margin-bottom:4px;}
.ma5px-bottom {margin-bottom:5px;}
.ma10px-bottom {margin-bottom:10px;}
.ma15px-bottom {margin-bottom:15px;}
.ma20px-bottom {margin-bottom:20px;}
.ma30px-bottom {margin-bottom:30px;}
.ma50px-bottom {margin-bottom:50px;}

.ma0px-tb {margin:0px 0;}
.ma1px-tb {margin:1px 0;}
.ma2px-tb {margin:2px 0;}
.ma3px-tb {margin:3px 0;}
.ma4px-tb {margin:4px 0;}
.ma5px-tb {margin:5px 0;}
.ma10px-tb {margin:10px 0;}
.ma15px-tb {margin:15px 0;}
.ma20px-tb {margin:20px 0;}
.ma30px-tb {margin:30px 0;}

.ma0px-lr {margin:0 0px;}
.ma1px-lr {margin:0 1px;}
.ma2px-lr {margin:0 2px;}
.ma3px-lr {margin:0 3px;}
.ma4px-lr {margin:0 4px;}
.ma5px-lr {margin:0 5px;}
.ma10px-lr {margin:0 10px;}
.ma15px-lr {margin:0 15px;}
.ma20px-lr {margin:0 20px;}
.ma30px-lr {margin:0 30px;}
.ma40px-lr {margin:0 40px;}
.ma50px-lr {margin:0 50px;}
.ma100px-lr {margin:0 100px;}
.ma150px-lr {margin:0 150px;}
.ma200px-lr {margin:0 200px;}
.ma300px-lr {margin:0 300px;}

/*--- Padding ---*/
.pa0px {padding:0;}
.pa1px {padding:1px;}
.pa2px {padding:2px;}
.pa3px {padding:3px;}
.pa4px {padding:4px;}
.pa5px {padding:5px;}
.pa6px {padding:6px;}
.pa7px {padding:7px;}
.pa8px {padding:8px;}
.pa9px {padding:9px;}
.pa10px {padding:10px;}
.pa11px {padding:11px;}
.pa12px {padding:12px;}
.pa13px {padding:13px;}
.pa14px {padding:14px;}
.pa15px {padding:15px;}
.pa16px {padding:16px;}
.pa17px {padding:17px;}
.pa18px {padding:18px;}
.pa19px {padding:19px;}
.pa20px {padding:20px;}
.pa21px {padding:21px;}
.pa22px {padding:22px;}
.pa23px {padding:23px;}
.pa24px {padding:24px;}
.pa25px {padding:25px;}
.pa26px {padding:26px;}
.pa27px {padding:27px;}
.pa28px {padding:28px;}
.pa29px {padding:29px;}
.pa30px {padding:30px;}
.pa40px {padding:40px;}
.pa50px {padding:50px;}
.pa60px {padding:60px;}
.pa70px {padding:70px;}
.pa80px {padding:80px;}
.pa90px {padding:90px;}
.pa100px {padding:100px;}

.pa2px5px {padding:2px 5px;}
.pa2px8px {padding:2px 8px;}
.pa2px10px {padding:2px 10px;}

.pa5px10px {padding:5px 10px;}
.pa5px15px {padding:5px 15px;}
.pa5px20px {padding:5px 20px;}

.pa10px15px {padding:10px 15px;}
.pa10px20px {padding:10px 20px;}

.pa15px20px {padding:15px 20px;}
.pa20px25px {padding:20px 25px;}

.pa1px-tb {padding:1px 0;}
.pa2px-tb {padding:2px 0;}
.pa3px-tb {padding:3px 0;}
.pa4px-tb {padding:4px 0;}
.pa5px-tb {padding:5px 0;}
.pa6px-tb {padding:6px 0;}
.pa7px-tb {padding:7px 0;}
.pa8px-tb {padding:8px 0;}
.pa9px-tb {padding:9px 0;}
.pa10px-tb {padding:10px 0;}
.pa11px-tb {padding:11px 0;}
.pa12px-tb {padding:12px 0;}
.pa13px-tb {padding:13px 0;}
.pa14px-tb {padding:14px 0;}
.pa15px-tb {padding:15px 0;}
.pa16px-tb {padding:16px 0;}
.pa17px-tb {padding:17px 0;}
.pa18px-tb {padding:18px 0;}
.pa19px-tb {padding:19px 0;}
.pa20px-tb {padding:20px 0;}
.pa25px-tb {padding:25px 0;}
.pa30px-tb {padding:30px 0;}
.pa50px-tb {padding:50px 0;}
.pa60px-tb {padding:60px 0;}
.pa70px-tb {padding:70px 0;}
.pa80px-tb {padding:80px 0;}
.pa90px-tb {padding:90px 0;}
.pa100px-tb {padding:100px 0;}
.pa150px-tb {padding:150px 0;}
.pa200px-tb {padding:200px 0;}

.pa1px-lr {padding:0 1px;}
.pa2px-lr {padding:0 2px;}
.pa3px-lr {padding:0 3px;}
.pa4px-lr {padding:0 4px;}
.pa5px-lr {padding:0 5px;}
.pa6px-lr {padding:0 6px;}
.pa7px-lr {padding:0 7px;}
.pa8px-lr {padding:0 8px;}
.pa9px-lr {padding:0 9px;}
.pa10px-lr {padding:0 10px;}
.pa15px-lr {padding:0 15px;}
.pa20px-lr {padding:0 20px;}
.pa25px-lr {padding:0 25px;}
.pa30px-lr {padding:0 30px;}
.pa50px-lr {padding:0 50px;}
.pa60px-lr {padding:0 60px;}
.pa70px-lr {padding:0 70px;}
.pa80px-lr {padding:0 80px;}
.pa90px-lr {padding:0 90px;}
.pa100px-lr {padding:0 100px;}
.pa150px-lr {padding:0 150px;}
.pa200px-lr {padding:0 200px;}

.pa0px-top {padding-top:0;}
.pa0px-left {padding-left:0;}
.pa0px-right {padding-right:0;}
.pa0px-bottom {padding-bottom:0;}
.pa5px-top {padding-top:5px;}
.pa5px-left {padding-left:5px;}
.pa5px-right {padding-right:5px;}
.pa5px-bottom {padding-bottom:5px;}
.pa10px-top {padding-top:10px;}
.pa10px-left {padding-left:10px;}
.pa10px-right {padding-right:10px;}
.pa10px-bottom {padding-bottom:10px;}
.pa15px-top {padding-top:15px;}
.pa15px-left {padding-left:15px;}
.pa15px-right {padding-right:15px;}
.pa15px-bottom {padding-bottom:15px;}
.pa20px-top {padding-top:20px;}
.pa20px-left {padding-left:20px;}
.pa20px-right {padding-right:20px;}
.pa20px-bottom {padding-bottom:20px;}
.pa25px-top {padding-top:25px;}
.pa25px-left {padding-left:25px;}
.pa25px-right {padding-right:25px;}
.pa25px-bottom {padding-bottom:25px;}
.pa30px-top {padding-top:30px;}
.pa30px-left {padding-left:30px;}
.pa30px-right {padding-right:30px;}
.pa30px-bottom {padding-bottom:30px;}
.pa35px-top {padding-top:35px;}
.pa35px-left {padding-left:35px;}
.pa35px-right {padding-right:35px;}
.pa35px-bottom {padding-bottom:35px;}
.pa40px-top {padding-top:40px;}
.pa40px-left {padding-left:40px;}
.pa40px-right {padding-right:40px;}
.pa40px-bottom {padding-bottom:40px;}
.pa50px-top {padding-top:50px;}
.pa50px-left {padding-left:50px;}
.pa50px-right {padding-right:50px;}
.pa50px-bottom {padding-bottom:50px;}

/*--- FIX ---*/
.margintop {margin-top:-24px;}
.margintop-5 {margin-top:-5px;}
.margintop-10 {margin-top:-10px;}

/*--- FLEX S ---*/
.fx01s {width:10%}
.fx02s {width:20%}
.fx03s {width:30%}
.fx04s {width:40%}
.fx05s {width:50%}
.fx06s {width:60%}
.fx07s {width:70%}
.fx08s {width:80%}
.fx09s {width:90%}
.fx10s {width:100%}
/*--- FLEX M ---*/
.fx00m {width:0.00%;}
.fx01m {width:8.33%;}
.fx02m {width:16.66%}
.fx03m {width:25.00%}
.fx04m {width:33.33%}
.fx05m {width:41.66%}
.fx06m {width:50.00%}
.fx07m {width:58.33%}
.fx08m {width:66.66%}
.fx09m {width:75.00%}
.fx10m {width:83.33%}
.fx11m {width:91.66%}
.fx12m {width:100.00%}
/*--- COLUMN M ---*/
.co00m {float:left;display:none;position:relative;width:0.00%;}
.co01m {float:left;display:block;position:relative;width:8.33%;}
.co02m {float:left;display:block;position:relative;width:16.66%}
.co03m {float:left;display:block;position:relative;width:25.00%}
.co04m {float:left;display:block;position:relative;width:33.33%}
.co05m {float:left;display:block;position:relative;width:41.66%}
.co06m {float:left;display:block;position:relative;width:50.00%}
.co07m {float:left;display:block;position:relative;width:58.33%}
.co08m {float:left;display:block;position:relative;width:66.66%}
.co09m {float:left;display:block;position:relative;width:75.00%}
.co10m {float:left;display:block;position:relative;width:83.33%}
.co11m {float:left;display:block;position:relative;width:91.66%}
.co12m {float:left;display:block;position:relative;width:100%}
/*---- COLUMN S ----*/
.co01s {float:left;display:block;position:relative;width:10%}
.co02s {float:left;display:block;position:relative;width:20%}
.co03s {float:left;display:block;position:relative;width:30%}
.co04s {float:left;display:block;position:relative;width:40%}
.co05s {float:left;display:block;position:relative;width:50%}
.co06s {float:left;display:block;position:relative;width:60%}
.co07s {float:left;display:block;position:relative;width:70%}
.co08s {float:left;display:block;position:relative;width:80%}
.co09s {float:left;display:block;position:relative;width:90%}
.co10s {float:left;display:block;position:relative;width:100%}

/*---- POSITION ----*/
.relative {position:relative;}

/*---- FLOAT ----*/
.fl-left {float:left;}
.fl-right {float:right;}

/*---- LEFT-RIGHT ----*/
.left-0px {left:0px;}
.left-5px {left:5px;}
.left-10px {left:10px;}
.left-15px {left:15px;}
.left-20px {left:20px;}
.left-72px {left:72px;}

.right-0px {right:0px;}
.right-5px {right:5px;}
.right-10px {right:10px;}
.right-15px {right:15px;}
.right-20px {right:20px;}
.right-72px {right:72px;}

/*---- CLEAR BOTH ----*/
#clearboth {clear:both;display:block;margin:0;padding:0;position:relative;}

#clearboth.underline {border-bottom:1px solid rgba(176,126,16,1.00);}
#clearboth.underline:before {
  position: absolute;
  display: block;
	left:10px;
	top:-1px;
	width: 10%;
	height: 3px;
	background-color:rgba(0,0,0,1.00);
	content: "";
}
#clearboth.underlines {border-bottom:1px solid rgba(176,126,16,1.00);}
#clearboth.underlines:before {
  position: absolute;
  display: block;
	left:10px;
	top:-1px;
	width: 10%;
	height: 3px;
	background-color:rgba(255,255,255,1.00);
	content: "";
}
#clearboth.underlinex {margin-bottom:10px;}
#clearboth.underlinex:before {
  position: absolute;
  display: block;
	left:0px;
	bottom:4px;
	width: 100%;
	height: 4px;
  background:linear-gradient(90deg, rgba(253,235,154,1.00) 10%, rgba(176,126,16,1.00) 100%, rgba(252,199,19,1.00) 100%);
	content: "";
}
/*--- IFRAME ---*/
iframe.google-map,
iframe.youtube {
	display: block;
	position: relative;
	margin: 0; padding:0;
	width: 100%;
	max-width: 100%;
	height: 720px;
	background-color:none;
	text-align:left;
}
iframe.shop-map {
	display: block;
	position: relative;
	margin: 0; padding:0;
	width: 100%;
	max-width: 960px;
	height: 480px;
	background-color:none;
	text-align:left;
}

/*--- Icons Box---*/
.ibo-512px {width:512px;height:512px;font-size:512px;line-height:512px;}
.ibo-480px {width:480px;height:480px;font-size:480px;line-height:480px;}
.ibo-360px {width:360px;height:360px;font-size:360px;line-height:360px;}
.ibo-320px {width:320px;height:320px;font-size:320px;line-height:320px;}
.ibo-300px {width:300px;height:300px;font-size:300px;line-height:300px;}
.ibo-256px {width:256px;height:256px;font-size:256px;line-height:256px;}
.ibo-240px {width:240px;height:240px;font-size:240px;line-height:240px;}
.ibo-200px {width:200px;height:200px;font-size:200px;line-height:200px;}
.ibo-180px {width:180px;height:180px;font-size:180px;line-height:180px;}
.ibo-150px {width:150px;height:150px;font-size:150px;line-height:150px;}
.ibo-128px {width:128px;height:128px;font-size:128px;line-height:128px;}
.ibo-96px {width:96px;height:96px;font-size:96px;line-height:96px;}
.ibo-84px {width:84px;height:84px;font-size:84px;line-height:84px;}
.ibo-72px {width:72px;height:72px;font-size:72px;line-height:72px;}
.ibo-64px {width:64px;height:64px;font-size:64px;line-height:64px;}
.ibo-48px {width:48px;height:48px;font-size:48px;line-height:48px;}
.ibo-42px {width:42px;height:42px;font-size:42px;line-height:42px;}
.ibo-36px {width:36px;height:36px;font-size:36px;line-height:36px;}
.ibo-32px {width:32px;height:32px;font-size:32px;line-height:32px;}
.ibo-28px {width:28px;height:28px;font-size:28px;line-height:28px;}
.ibo-24px {width:24px;height:24px;font-size:24px;line-height:24px;}
.ibo-20px {width:20px;height:20px;font-size:20px;line-height:20px;}
.ibo-18px {width:18px;height:18px;font-size:18px;line-height:18px;}
.ibo-16px {width:16px;height:16px;font-size:16px;line-height:16px;}
.ibo-14px {width:14px;height:14px;font-size:14px;line-height:14px;}
.ibo-12px {width:12px;height:12px;font-size:12px;line-height:12px;}
/*--- Icons fonts---*/
.ico-512px {font-size:512px;line-height:512px;}
.ico-480px {font-size:480px;line-height:480px;}
.ico-360px {font-size:360px;line-height:360px;}
.ico-320px {font-size:320px;line-height:320px;}
.ico-300px {font-size:300px;line-height:300px;}
.ico-256px {font-size:256px;line-height:256px;}
.ico-240px {font-size:240px;line-height:240px;}
.ico-200px {font-size:200px;line-height:200px;}
.ico-180px {font-size:180px;line-height:180px;}
.ico-150px {font-size:150px;line-height:150px;}
.ico-128px {font-size:128px;line-height:128px;}
.ico-96px {font-size:96px;line-height:96px;}
.ico-84px {font-size:84px;line-height:84px;}
.ico-72px {font-size:72px;line-height:72px;}
.ico-64px {font-size:64px;line-height:64px;}
.ico-48px {font-size:48px;line-height:48px;}
.ico-42px {font-size:42px;line-height:42px;}
.ico-36px {font-size:36px;line-height:36px;}
.ico-32px {font-size:32px;line-height:32px;}
.ico-28px {font-size:28px;line-height:28px;}
.ico-24px {font-size:24px;line-height:24px;}
.ico-20px {font-size:20px;line-height:20px;}
.ico-18px {font-size:18px;line-height:18px;}
.ico-16px {font-size:16px;line-height:16px;}
.ico-14px {font-size:14px;line-height:14px;}
.ico-12px {font-size:12px;line-height:12px;}
/*--- Icons Padding Left---*/
.pa22px-left {padding-left:22px;}
.pa24px-left {padding-left:24px;}
.pa26px-left {padding-left:26px;}
.pa28px-left {padding-left:28px;}
.pa30px-left {padding-left:30px;}
.pa32px-left {padding-left:32px;}
.pa34px-left {padding-left:34px;}
.pa36px-left {padding-left:36px;}
.pa38px-left {padding-left:38px;}
.pa40px-left {padding-left:40px;}
.pa42px-left {padding-left:42px;}
.pa44px-left {padding-left:44px;}
.pa46px-left {padding-left:46px;}
.pa48px-left {padding-left:48px;}
.pa50px-left {padding-left:50px;}
.pa52px-left {padding-left:52px;}
.pa58px-left {padding-left:58px;}
.pa60px-left {padding-left:60px;}
.pa64px-left {padding-left:64px;}
.pa68px-left {padding-left:68px;}
.pa70px-left {padding-left:70px;}
.pa74px-left {padding-left:74px;}
.pa82px-left {padding-left:82px;}
.pa106px-left {padding-left:106px;}
.pa138px-left {padding-left:138px;}
/*--- Icons Padding Right---*/
.pa22px-right {padding-right:22px;}
.pa24px-right {padding-right:24px;}
.pa26px-right {padding-right:26px;}
.pa28px-right {padding-right:28px;}
.pa30px-right {padding-right:30px;}
.pa32px-right {padding-right:32px;}
.pa34px-right {padding-right:34px;}
.pa36px-right {padding-right:36px;}
.pa38px-right {padding-right:38px;}
.pa40px-right {padding-right:40px;}
.pa42px-right {padding-right:42px;}
.pa44px-right {padding-right:44px;}
.pa46px-right {padding-right:46px;}
.pa48px-right {padding-right:48px;}
.pa50px-right {padding-right:50px;}
.pa52px-right {padding-right:52px;}
.pa58px-right {padding-right:58px;}
.pa60px-right {padding-right:60px;}
.pa64px-right {padding-right:64px;}
.pa68px-right {padding-right:68px;}
.pa70px-right {padding-right:70px;}
.pa74px-right {padding-right:74px;}
.pa82px-right {padding-right:82px;}
.pa106px-right {padding-right:106px;}
.pa110px-right {padding-right:110px;}
.pa130px-right {padding-right:130px;}
.pa138px-right {padding-right:138px;}
.pa266px-right {padding-right:266px;}
.pa522px-right {padding-right:522px;}

/*--- Icons Size---*/
.i12co {
  display:block;
	position:absolute;
  margin-top:-6px;
	width:12px;
	height:12px;
  font-size:12px;
  line-height:12px;
  top:50%;
}
.i14co {
  display:block;
	position:absolute;
  margin-top:-7px;
	width:14px;
	height:14px;
  font-size:14px;
  line-height:14px;
  top:50%;
}
.i16co {
  display:block;
	position:absolute;
  margin-top:-8px;
	width:16px;
	height:16px;
  font-size:16px;
  line-height:16px;
  top:50%;
}
.i18co {
  display:block;
	position:absolute;
  margin-top:-9px;
	width:18px;
	height:18px;
  font-size:18px;
  line-height:18px;
  top:50%;
}
.i24co {
  display:block;
	position:absolute;
  margin-top:-12px;
	width:24px;
	height:24px;
  font-size:24px;
  line-height:24px;
  top:50%;
}
.i32co {
  display:block;
	position:absolute;
  margin-top:-16px;
	width:32px;
	height:32px;
  font-size:32px;
  line-height:32px;
  top:50%;
}
.i36co {
  display:block;
	position:absolute;
  margin-top:-18px;
	width:36px;
	height:36px;
  font-size:36px;
  line-height:36px;
  top:50%;
}
.i48co {
  display:block;
	position:absolute;
  margin-top:-24px;
	width:48px;
	height:48px;
  font-size:48px;
  line-height:48px;
  top:50%;
}
.i64co {
  display:block;
	position:absolute;
  margin-top:-32px;
	width:64px;
	height:64px;
  font-size:64px;
  line-height:64px;
  top:50%;
}
.i72co {
  display:block;
	position:absolute;
  margin-top:-36px;
	width:72px;
	height:72px;
  font-size:72px;
  line-height:72px;
  top:50%;
}
.i96co {
  display:block;
	position:absolute;
  margin-top:-48px;
	width:96px;
	height:96px;
  font-size:96px;
  line-height:96px;
  top:50%;
}
.i100co {
  display:block;
	position:absolute;
  margin-top:-50px;
	width:100px;
	height:100px;
  font-size:100px;
  line-height:100px;
  top:50%;
}
.i120co {
  display:block;
	position:absolute;
  margin-top:-60px;
	width:120px;
	height:120px;
  font-size:120px;
  line-height:120px;
  top:50%;
}
.i128co {
  display:block;
	position:absolute;
  margin-top:-64px;
	width:128px;
	height:128px;
  font-size:128px;
  line-height:128px;
  top:50%;
}
.i256co {
  display:block;
	position:absolute;
  margin-top:-128px;
	width:256px;
	height:256px;
  font-size:256px;
  line-height:256px;
  top:50%;
}
.i512co {
  display:block;
	position:absolute;
  margin-top:-256px;
	width:512px;
	height:512px;
  font-size:512px;
  line-height:512px;
  top:50%;
}

/*--- IMAGES ---*/
img {margin:0; padding:0; background-color:none; border:none; }

img.im50pc {display:block; position:relative; margin:0 auto; padding:0; max-width:50%; background-color:none; border:none;}
img.im100pc {display:block; position:relative; margin:0 auto; padding:0; max-width:100%; background-color:none; border:none;}

img.im12px {width:100%; max-width:12px;}
img.im16px {width:100%; max-width:16px;}
img.im18px {width:100%; max-width:18px;}
img.im20px {width:100%; max-width:20px;}
img.im24px {width:100%; max-width:24px;}
img.im32px {width:100%; max-width:32px;}
img.im48px {width:100%; max-width:48px;}
img.im64px {width:100%; max-width:64px;}
img.im72px {width:100%; max-width:72px;}
img.im96px {width:100%; max-width:96px;}
img.im128px {width:100%; max-width:128px;}
img.im160px {width:100%; max-width:160px;}
img.im180px {width:100%; max-width:180px;}
img.im200px {width:100%; max-width:200px;}
img.im240px {width:100%; max-width:240px;}
img.im280px {width:100%; max-width:280px;}
img.im300px {width:100%; max-width:300px;}
img.im360px {width:100%; max-width:360px;}
img.im480px {width:100%; max-width:480px;}

img.fit {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
/* ICON FORM */
.incon {
  position:absolute;
  display:block;
  margin:0; padding:0;
  width: 16px;
  height:16px;
  font-size: 16px;
  line-height: 16px;
  left:10px; top:10px;
}

/* FILTER */
.blur {
  filter: blur(20px);
}
.brightness {
  filter: brightness(100%);
}
.contrast {
  filter: contrast(100%);
}
.drop-shadow {
  filter: drop-shadow(8px 8px 10px rgba(0,0,0,0.5));
}
.grayscale {
  filter: grayscale(100%);
}
.hue-rotate {
  filter: hue-rotate(90deg);
}
.opacity {
  filter: opacity(100%);
}
.saturate {
  filter: saturate(100%);
}
.sepia {
  filter: sepia(100%);
}
.mixer {
  filter: contrast(200%) brightness(150%)
}
.none {
  filter:none;
}
.invert {
  filter: invert(100%);
}
.invert50 {
  filter: invert(50%);
}

/*--- PATTERN ---*/
.pattern {
  background-image:url(images/pattern.png);
  background-repeat: repeat;
  background-attachment:scroll;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}
.pattern-w {
  background-image:url(images/pattern-w.png);
  background-repeat: repeat;
  background-attachment:scroll;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}
/*--- Aspect Ratio ---*/
.R1-1 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
}
.R2-1 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 50.00%; /* 1:2 Aspect Ratio (divide 1 by 2 = 0.50) */
}
.R1-2 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 200.00%; /* 1:2 Aspect Ratio (divide 2 by 1 = 2.00) */
}
.R3-2 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 66.66%; /* 3:2 Aspect Ratio (divide 2 by 3 = 0.6666)  */
}
.R2-3 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 150.00%; /* 3:2 Aspect Ratio (divide 3 by 2 = 1.50)  */
}
.R4-3 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 75.00%; /* 4:3 Aspect Ratio (divide 3 by 4 = 0.75) */
}
.R3-4 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 133.33%; /* 4:3 Aspect Ratio (divide 4 by 3 = 0.75) */
}
.R16-9 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.R9-16 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 177.77%; /* 16:9 Aspect Ratio (divide 16 by 9 = 1.77) */
}
.R10-3 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 30.00%; /* 10:3 Aspect Ratio (divide 3 by 10 = 0.30) */
}
.R10-2 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 20.00%; /* 10:3 Aspect Ratio (divide 3 by 10 = 0.30) */
}
.R10-1 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 10.00%; /* 10:3 Aspect Ratio (divide 3 by 10 = 0.30) */
}
.R8-5 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 62.5%; /* 8:5 Aspect Ratio (divide 5 by 8 = 0.625) */
}
.R14-10 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 140.00%; /* 14:10 Aspect Ratio (divide 14 by 10 = 1.4) */
}
.R15-10 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 150.00%; /* 15:10 Aspect Ratio (divide 15 by 10 = 1.4) */
}
.ads-title {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 15.00%; /* 10:3 Aspect Ratio (divide 3 by 10 = 0.30) */
}
.ads-slide {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 24.00%; /* 10:3 Aspect Ratio (divide 3 by 10 = 0.30) */
}
/* If you want text inside of the container */
.inside {
  position:absolute;
	top:0; left:0; bottom:0; right:0;
}
/*--- Radius ---*/
.rd0px {
  border-radius:0px;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
}
.rd4px {
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}
.rd8px {
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}
.rd12px {
  border-radius:12px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
}
.rd16px {
  border-radius:16px;
  -moz-border-radius:16px;
  -webkit-border-radius:16px;
}
.rd24px {
  border-radius:24px;
  -moz-border-radius:24px;
  -webkit-border-radius:24px;
}
.rd32px {
  border-radius:32px;
  -moz-border-radius:32px;
  -webkit-border-radius:32px;
}
.rd48px {
  border-radius:48px;
  -moz-border-radius:48px;
  -webkit-border-radius:48px;
}
.rd64px {
  border-radius:64px;
  -moz-border-radius:64px;
  -webkit-border-radius:64px;
}
.rdopx {
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
}

/*--- OverLoad ---*/
#OverLoad {
  position:fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:rgba(255,255,255,1.00) url(../images/logo-loading.png) 50% 50% no-repeat;
}
.MainLoad {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/*--- POPUP ---*/
#Cover,
#ios-Cover,
#android-Cover {
  height: 100%;
  width: 0%;
  position:fixed;
  margin: 0; padding: 0;
  z-index: 998;
  right: 0;
  top: 0;
  background-color:rgba(255,255,255,0.00);
}
.Overlay,
.ios-Overlay,
.android-Overlay {
  height: 100%;
  width: 0;
  position:fixed;
  z-index: 999;
  right: 0;
  top: 0;
  overflow-x: hidden;
  transition: 0.2s;
}
.Content {
  position:relative;
  top:0;
  width:300px;
  margin: 110px 0;
  padding: 0;
}
.ios-Content,
.android-Content {
  position:relative;
  display: block;
  top:0;
  width: 100vw;
  margin: 110px 0;
  padding: 0;
}
/* iSwap */
#iSwap {
  position: absolute;
	display: block;
	margin: 0; padding: 0;
	width: 300px;
	height: 100px;
	z-index: 9;
}
#ios-iSwap,
#android-iSwap {
  position: absolute;
	display: block;
	margin: 0; padding: 0;
	width: 100%;
	height: 100px;
	z-index: 9;
}
#iSwap.open-fixed,
#ios-iSwap.open-fixed,
#android-iSwap.open-fixed {
  position: fixed;
}
/* Section */
#iSection {
  position: relative;
	display: block;
	margin: 0; padding: 20px;
}
#iSection.ifirst {
	border: none;
}
/*-----------
   POP UP
-----------*/
#pop-cover {
  height: 100%;
  width: 100%;
  position:fixed;
  margin: 0; padding: 0;
  z-index: 998;
  left: 0;
  top: 0;
  background-color:rgba(0,0,0,0.80);
}
#pop {
	position:absolute;
	display: block;
	margin:0; padding:0;
	margin-left: -50%;
	width: 100%;
	text-align: center;
	background-color:none;
	left:50%; top:0px;
	z-index:999;
}
/*-------------
   UP
-------------*/
#Info-cover,
#upNumber-cover,
#upYikee-cover,
#Rule-cover,
#Rate-cover {
  height: 100%;
  width: 0;
  position:fixed;
  margin: 0; padding: 0;
  z-index: 998;
  left: 0;
  top: 0;
  background-color:rgba(0,0,0,0.90);
}
#Info,
#upNumber,
#upYikee,
#Rule,
#Rate {
	position:absolute;
	display: block;
	margin:0; padding:0;
	margin-left: -50%;
	width: 100%;
	text-align: center;
	background-color:none;
	left:50%; top:-9999px;
	z-index:999;
}
/*-------------
   Alert
-------------*/
#alert-cover {
  height: 100%;
  width: 100%;
  position:fixed;
  margin: 0; padding: 0;
  z-index: 9998;
  left: 0;
  top: 0;
  background-color:rgba(0,0,0,0.80);
}
#alert {
	position:fixed;
	display: block;
	margin:0; padding:0;
	margin-left: -50%;
	width: 100%;
	text-align: center;
	background-color:none;
	left:50%; top:0px;
	z-index:9999;
}
#info-normal,
#info-error,
#info-success {
	position:relative;
	display: block;
	margin:0; padding:2px 5px;
	text-align: center;
	color:rgba(255,255,255,1.00);
  background-color:rgba(176,126,16,1.00);
}
#info-normal {
	text-align: left;
}
#info-error {
	background-color:rgba(255,0,0,1.00);
}
#info-success {
	background-color:rgba(176,126,16,1.00);
}
/*-------------
   Social Position
-------------*/
#iFind {
	position:absolute;
	display: block;
	margin: 0; padding:0;
  margin-top: -18px;
	height:36px;
  font-size: 16px;
  line-height: 36px;
	left: 20px; top: 50%;
	z-index: 2;
}
#iFollow {
  position:absolute;
	display: block;
	margin: 0; padding:0;
  margin-top: -18px;
	height:36px;
	right: 20px; top: 50%;
	z-index: 3;
}
/*-------------
   Social B
-------------*/
.iCon {
	float: left;
	display: block;
	position: relative;
	margin:2px; padding:6px;
	width: 20px;
	height: 20px;
}
.iCon img.ico {
	float: left;
	display: block;
	position: relative;
	margin:0; padding:0;
	width: 20px;
	height: 20px;
}
/*-------------
   Close
-------------*/
#InfoClose,
#MenuClose,
#is-Close,
#ios-Close,
#android-Close,
#AlertClose,
#LangClose,
#LogClose,
#PopClose,
#upYikeeClose,
#RuleClose,
#RateClose {
  position: absolute;
	margin: 0;
	width: 12px;
	height: 12px;
	cursor: pointer;
  font-size: 12px;
	line-height: 12px;
	text-align: center;
	font-weight: normal;
	z-index: 9;
  top: 12px; right: 12px;
}
#MenuClose,
#is-Close,
#ios-Close,
#android-Close {
  top: 20px; right: 20px;
}
.mTotal {
  position: fixed;
  right:10px; bottom:10px;
}

/*--- TABLE ---*/
#Tb1 {
	margin: 20px 0;
	width: 100%;
	background-color:rgba(246,246,246,1.00);
}
#Tb1 thead {background-color:rgba(255,255,255,1.00);}
#Tb1 tr:nth-child(even){background-color:rgba(246,246,246,1.00);}
#Tb1 tr:nth-child(odd){background-color:rgba(255,255,255,1.00);}
#Tb1 tr:hover {background-color:rgba(255,255,255,1.00);}
div.dataTables_length label {
	padding: 10px 0;
	font-weight: normal;
	float: left;
	text-align: left;
	font-size: 14px;
}
div.dataTables_filter label {
	padding: 10px 0;
	font-weight: normal;
	float: right;
	text-align: right;
	font-size: 14px;
}
div.dataTables_info {
	float: left;
	margin: 0;padding-top: 8px;
	font-size: 14px;
}
div.dataTables_paginate {
  float: right;
  margin: 0;padding-top: 8px;
	font-size: 14px;
}
div.dataTables_paginate {
    float: right;
    margin: 0;
		padding-top: 8px;
    font-size: 14px;
}
div.dataTables_paginate a {
	margin-left: 5px;
	padding: 2px 10px;
	border: 1px solid rgba(0,0,0,0.10);
}
/*--- TABS ---*/
.tabs-wrap,
.tabs-wrap ul.tabs,
.tabs-wrap li {
	margin:0;padding:0;
}
.tabs-wrap li.active:after {
	position: absolute;
  margin: 0; padding: 0;
  margin-left: -8px;
	left:50%;
	bottom:-3px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(237,197,49,1.00);
	content: "";
}
.tabs-wrap li #co.theme {
	color: rgba(237,197,49,1.00);
	border: 2px solid rgba(237,197,49,1.00);
}
.tabs-wrap li.active #co.theme {
	color: rgba(0,0,0,1.00);
  border: 2px solid rgba(237,197,49,1.00);
  background:linear-gradient(-45deg, rgba(253,235,154,1.00), rgba(176,126,16,1.00), rgba(253,235,154,1.00), rgba(176,126,16,1.00));
  background-size:100% 100%;
}
.tabs-wrap li #co.red {
	background: rgba(255,0,0,1.00);
}
.tabs-wrap li.active #co.red {
	background: rgba(255,255,255,1.00);
}
.tab_container {
	display:block;
}
.tab_content {
	display:block;
}
/*---- TEXT ----*/
.txt-center {text-align:center;}
.txt-left {text-align:left;}
.txt-right {text-align:right;}
.txt-underline {text-decoration:underline;}

.txt-space {letter-spacing:2px;}
.txt-space-1px {letter-spacing:1px;}
.txt-space-2px {letter-spacing:2px;}
.txt-space-3px {letter-spacing:3px;}
.txt-space-4px {letter-spacing:4px;}
.txt-space-5px {letter-spacing:5px;}
.txt-space-6px {letter-spacing:6px;}
.txt-space-7px {letter-spacing:7px;}
.txt-space-8px {letter-spacing:8px;}
.txt-space-9px {letter-spacing:9px;}
.txt-space-10px {letter-spacing:10px;}

/* strong {font-weight:normal;font-family: "sukhumvitset-bold";}

.txt-bold {font-weight:normal;font-family: "sukhumvitset-bold";}
.txt-medium {font-weight:normal;font-family: "sukhumvitset-medium";}
.txt-normal {font-weight:normal;font-family: "sukhumvitset-text";}
.txt-thin {font-weight:normal;font-family: "sukhumvitset-thin";} */
strong {font-weight:normal;}

.txt-bold {font-weight:normal;}
.txt-medium {font-weight:normal;}
.txt-normal {font-weight:normal;}
.txt-thin {font-weight:normal;}

.txt-uppercase {
  text-transform: uppercase;
}
.txt-lowercase {
  text-transform: lowercase;
}
.txt-capitalize {
  text-transform: capitalize;
}

.txt-indent50px {text-indent:50px;}
.txt-indent100px {text-indent:100px;}
.txt-indent150px {text-indent:150px;}

.txt-bullet,
.txt-check {
  position:relative;
}
.txt-bullet::after {
  position: absolute;
	left:-22px;
	top:6px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid rgba(176,126,16,1.00);
	content: "";
}
.txt-check::before {
  position: absolute;
	left: -22px;
	top: 8px;
	z-index: 2;
	display: block;
	height: 2px;
	width: 18px;
	background:rgba(176,126,16,1.00);
	content: "";
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.txt-check::after {
  position: absolute;
	left: -24px;
	top: 12px;
	z-index: 2;
	display: block;
	height: 2px;
	width: 7px;
	background:rgba(176,126,16,1.00);
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.txt-xx {font-size:9px;}
.txt-xs {font-size:12px;}
.txt-ss {font-size:14px;}
.txt-sm {font-size:16px;}
.txt-mm {font-size:18px;}
.txt-ml {font-size:24px;}
.txt-ll {font-size:36px;}
.txt-title {font-size:48px;line-height:64px;}
.txt-big {font-size:64px;line-height:72px;}
.txt-super {font-size:72px;line-height:84px;}

.retxt-max {font-size:64px;line-height:72px;}
.retxt-fit {font-size:48px;line-height:64px;}
.retxt-super {font-size:36px;line-height:48px;}
.retxt-big {font-size:24px;line-height:36px;}
.retxt-name {font-size:16px;line-height:24px;}
.retxt-size16 {font-size:16px;line-height:24px;}
.retxt-size15 {font-size:15px;line-height:22px;}
.retxt-size14 {font-size:14px;line-height:22px;}
.retxt-title {font-size:14px;line-height:20px;}
.retxt-desc {font-size:12px;line-height:16px;}
.retxt-small {font-size:9px;line-height:9px;}

.txt-counter {font-size:72px;line-height:84px; font-weight: bold;}

.txt-he9px {line-height:9px;}
.txt-he10px {line-height:10px;}
.txt-he11px {line-height:11px;}
.txt-he12px {line-height:12px;}
.txt-he13px {line-height:13px;}
.txt-he14px {line-height:14px;}
.txt-he15px {line-height:15px;}
.txt-he16px {line-height:16px;}
.txt-he17px {line-height:17px;}
.txt-he18px {line-height:18px;}
.txt-he19px {line-height:19px;}
.txt-he20px {line-height:20px;}
.txt-he21px {line-height:21px;}
.txt-he22px {line-height:22px;}
.txt-he23px {line-height:23px;}
.txt-he24px {line-height:24px;}
.txt-he25px {line-height:25px;}
.txt-he26px {line-height:26px;}
.txt-he27px {line-height:27px;}
.txt-he28px {line-height:28px;}
.txt-he29px {line-height:29px;}
.txt-he30px {line-height:30px;}
.txt-he31px {line-height:31px;}
.txt-he32px {line-height:32px;}
.txt-he33px {line-height:33px;}
.txt-he34px {line-height:34px;}
.txt-he35px {line-height:35px;}
.txt-he36px {line-height:36px;}
.txt-he37px {line-height:37px;}
.txt-he38px {line-height:38px;}
.txt-he39px {line-height:39px;}
.txt-he40px {line-height:40px;}
.txt-he42px {line-height:42px;}
.txt-he44px {line-height:44px;}
.txt-he46px {line-height:46px;}
.txt-he48px {line-height:48px;}
.txt-he60px {line-height:60px;}
.txt-he64px {line-height:64px;}
.txt-he72px {line-height:72px;}
.txt-he96px {line-height:96px;}
.txt-he128px {line-height:128px;}

.txt-shadow-dark {text-shadow: 4px 4px 8px rgba(0, 0, 0, 1.00);}
.txt-shadow-light {text-shadow: 4px 4px 2px rgba(255, 255, 255, 1.00);}

/*--- Links ---*/
a, a:hover {text-decoration:none; outline:none;}

/*---- HEIGHT ----*/
.InHe {min-height:42px;max-height:42px;}
.overflow-hide {overflow:hidden;}

/*---- HEIGHT & WIDTH ----*/
.heYT {height: calc(100vh);}
.noResult {height: calc(100vh - 269px);}
.he100vh-index {height:100vh;}
.he100vh-admin {height: calc(100vh - 200px);}

.he100vh {height: calc(100vh - 100px);}
.wi100vw {width:calc(100vw);}
.w100pc {width:100%;}

/*---- HEIGHT ----*/
.he1px {height:1px;}
.he2px {height:2px;}
.he3px {height:3px;}
.he4px {height:4px;}
.he5px {height:5px;}
.he6px {height:6px;}
.he7px {height:7px;}
.he8px {height:8px;}
.he9px {height:9px;}
.he10px {height:10px;}
.he11px {height:11px;}
.he12px {height:12px;}
.he13px {height:13px;}
.he14px {height:14px;}
.he15px {height:15px;}
.he16px {height:16px;}
.he17px {height:17px;}
.he18px {height:18px;}
.he19px {height:19px;}
.he20px {height:20px;}
.he21px {height:21px;}
.he22px {height:22px;}
.he23px {height:23px;}
.he24px {height:24px;}
.he25px {height:25px;}
.he26px {height:26px;}
.he27px {height:27px;}
.he28px {height:28px;}
.he29px {height:29px;}
.he30px {height:30px;}
.he31px {height:31px;}
.he32px {height:32px;}
.he33px {height:33px;}
.he34px {height:34px;}
.he35px {height:35px;}
.he36px {height:36px;}
.he37px {height:37px;}
.he38px {height:38px;}
.he39px {height:39px;}
.he40px {height:40px;}
.he45px {height:45px;}
.he48px {height:48px;}
.he50px {height:50px;}
.he54px {height:54px;}
.he55px {height:55px;}
.he60px {height:60px;}
.he64px {height:64px;}
.he65px {height:65px;}
.he70px {height:70px;}
.he72px {height:72px;}
.he80px {height:80px;}
.he84px {height:84px;}
.he90px {height:90px;}
.he96px {height:96px;}
.he100px {height:100px;}
.he150px {height:150px;}
.he200px {height:200px;}
.he250px {height:250px;}
.he300px {height:300px;}

/*---- DISABLE ----*/
.disable {filter:grayscale(100%);}

/*---- SHADOW ----*/
.shadow {
	-webkit-box-shadow: 0px -20px 30px -30px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px -20px 30px -30px rgba(0,0,0,0.25);
	box-shadow: 0px -20px 30px -30px rgba(0,0,0,0.25);
}
.shadow:hover {
	-webkit-box-shadow: 0px -20px 30px -30px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -20px 30px -30px rgba(0,0,0,0.75);
	box-shadow: 0px -20px 30px -30px rgba(0,0,0,0.75);
}
/*---- ZOOM ----*/
.zoom {
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in;
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -o-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}
.zoom:hover {
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in;
  -webkit-transform: scale(1.00);
  -moz-transform: scale(1.00);
  -o-transform: scale(1.00);
  -ms-transform: scale(1.00);
  transform: scale(1.00);
}
/*---- CURSOR ----*/
.cursor {cursor:pointer;}

/*---- UL LI ----*/
ul, ul li { list-style:none;}

.rotate-90 {
  transform: rotate(-90deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.rotate-45 {
  transform: rotate(-45deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-45deg);
  /* Firefox */
  -moz-transform: rotate(-45deg);
  /* IE */
  -ms-transform: rotate(-45deg);
  /* Opera */
  -o-transform: rotate(-45deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}

.moreplus {
  position: absolute;
  margin: 0; padding:500px;
  margin-left: -532px;
  margin-top: -532px;
  font-size: 28px;
  line-height: 64px;
  width: 64px;
  height: 64px;
  left: 50%; top: 50%;
  z-index: 8;
}
.ico-lx {
  position: absolute;
  left:10px; top:10px;
  z-index: 2;
}
.ico-rx {
  position: absolute;
  right:10px; top:10px;
  z-index: 2;
}
.icon-youtube {
  position: absolute;
  margin: 0; padding:0;
  margin-left: -16px;
  margin-top: -16px;
  font-size: 32px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  left: 50%; top: 50%;
  z-index: 2;
}

/*1 LOADING....*/
.lds-dual-ring { /*<div class="lds-dual-ring"></div>*/
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fcf;
  border-color: #fcf transparent #fcf transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*2 LOADING....*/
.lds-ripple { /*<div class="lds-ripple"><div></div><div></div></div>*/
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fcf;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/*3 LOADING....*/
.lds-grid {/*<div class="lds-grid"><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div></div>*/
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fcf;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
/*3 LOADING....*/
.lds-facebook {/*<div class="lds-facebook"><div></div><div></div><div></div></div>*/
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fcf;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
/*--- FIXED Home Menu Open Search ---*/
#Hofix {
	position:absolute;
	margin:0; padding:10px;
	margin-top:-999px;
	left:10px; top:50%;
	width:24px; height:24px;
}
#Mefix {
	position:absolute;
	margin:0; padding:10px;
	margin-top:-999px;
	right:10px; top:50%;
	width:24px; height:24px;
}
#Lafix {
	position:absolute;
	margin:0; padding:10px;
	margin-top:-22px;
	right:15px; top:50%;
	width:24px; height:24px;
}
#Opfix {
	position:absolute;
	margin:0; padding:10px;
	margin-top:-999px;
	right:10px; top:50%;
	width:24px; height:24px;
}
#Sefix {
	position:absolute;
	margin:0; padding:10px;
	margin-top:-999px;
	right:50px; top:50%;
	width:24px; height:24px;
}
#Hofix img.ico,
#Mefix img.ico,
#Lafix img.ico,
#Opfix img.ico,
#Sefix img.ico {
	float:left;
	display:block;
	margin:0; padding:0;
	width:24px; height:24px;
}
#Hofix img.invert,
#Mefix img.invert,
#Lafix img.invert,
#Opfix img.invert,
#Sefix img.invert {
	filter: invert(100%);
}
#Hofix sup.nr,
#Mefix sup.nr,
#Lafix sup.nr,
#Opfix sup.nr,
#Sefix sup.nr {
	position: absolute;
	margin:0; padding:0;
	margin-top: -6px;
	width:36px;
	height:12px;
	font-size:6px;
	line-height:9px;
	font-weight:normal;
	font-style:normal;
	text-align:center;
	right:18px; top:50%;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}
#Hofix sup.nl,
#Mefix sup.nl,
#Lafix sup.nl,
#Opfix sup.nl,
#Sefix sup.nl {
	position: absolute;
	margin:0; padding:0;
	margin-top: -6px;
	width:36px;
	height:12px;
	font-size:6px;
	line-height:9px;
	font-weight:normal;
	font-style:normal;
	text-align:center;
	left:20px; top:50%;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}
#Hofix sup.count,
#Mefix sup.count,
#Lafix sup.count,
#Opfix sup.count,
#Sefix sup.count {
	position: absolute;
	margin:0; padding:2px;
	min-width:12px;
	height:12px;
	font-size:9px;
	line-height:12px;
	font-weight:normal;
	font-style:normal;
	text-align:center;
	right:-5px; top:0px;
}
/*--- Right SET L ---*/
#iCLc,
.iCLc {
	position:absolute;
	margin:0;
	margin-top: -9px;
	left:10px; top:50%;
	height: 18px;
	line-height: 18px;
	z-index:3;
}
#iCRc,
.iCRc {
	position:absolute;
	margin:0;
	margin-top: -9px;
	right:10px; top:50%;
	height: 18px;
	line-height: 18px;
	z-index:3;
}
#iCLt,
.iCLt {
	position:absolute;
	margin:0;
  left:10px; top:10px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	z-index:3;
}
#iCLb,
.iCLb {
	position:absolute;
	margin:0;
	left:10px; bottom:10px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	z-index:3;
}
#iCRt,
.iCRt {
	position:absolute;
	margin:0;
  right:10px; top:10px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	z-index:3;
}
#iCRb,
.iCRb {
	position:absolute;
	margin:0;
	right:10px; bottom:10px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	z-index:3;
}
/*--- SETTING ---*/
#iCLc.home {
	left:10px;
}
#iCRc.home {
	right:10px;
}
#iCLc.admin {
	left:96px;
}
#iCRc.admin {
	right:96px;
}
/*--- SETTING ---*/
#iCLt.left-10px,
#iCLc.left-10px,
#iCLb.left-10px {
	left:-10px;
}
#iCLt.left-5px,
#iCLc.left-5px,
#iCLb.left-5px {
	left:-5px;
}
#iCLt.left0px,
#iCLc.left0px,
#iCLb.left0px {
	left:0px;
}
#iCLt.left5px,
#iCLc.left5px,
#iCLb.left5px {
	left:5px;
}
#iCLt.left10px,
#iCLc.left10px,
#iCLb.left10px {
	left:10px;
}
#iCLt.left15px,
#iCLc.left15px,
#iCLb.left15px {
	left:15px;
}
#iCLt.left20px,
#iCLc.left20px,
#iCLb.left20px {
	left:20px;
}

#iCRt.right-10px,
#iCRc.right-10px,
#iCRb.right-10px {
	right:-10px;
}
#iCRt.right-5px,
#iCRc.right-5px,
#iCRb.right-5px {
	right:-5px;
}
#iCRt.right0px,
#iCRc.right0px,
#iCRb.right0px {
	right:0px;
}
#iCRt.right5px,
#iCRc.right5px,
#iCRb.right5px {
	right:5px;
}
#iCRt.right10px,
#iCRc.right10px,
#iCRb.right10px {
	right:10px;
}
#iCRt.right15px,
#iCRc.right15px,
#iCRb.right15px {
	right:15px;
}
#iCRt.right20px,
#iCRc.right20px,
#iCRb.right20px {
	right:20px;
}

#iCLt.top-20px,
#iCRt.top-20px {
	top:-20px;
}
#iCLt.top-15px,
#iCRt.top-15px {
	top:-15px;
}
#iCLt.top-10px,
#iCRt.top-10px {
	top:-10px;
}
#iCLt.top-5px,
#iCRt.top-5px {
	top:-5px;
}
#iCLt.top0px,
#iCRt.top0px {
	top:0px;
}
#iCLt.top5px,
#iCRt.top5px {
	top:5px;
}
#iCLt.top10px,
#iCRt.top10px {
	top:10px;
}
#iCLt.top15px,
#iCRt.top15px {
	top:15px;
}
#iCLt.top20px,
#iCRt.top20px {
	top:20px;
}

#iCLb.bottom-20px,
#iCRb.bottom-20px {
	bottom:-20px;
}
#iCLb.bottom-15px,
#iCRb.bottom-15px {
	bottom:-15px;
}
#iCLb.bottom-10px,
#iCRb.bottom-10px {
	bottom:-10px;
}
#iCLb.bottom-5px,
#iCRb.bottom-5px {
	bottom:-5px;
}
#iCLb.bottom0px,
#iCRb.bottom0px {
	bottom:0px;
}
#iCLb.bottom5px,
#iCRb.bottom5px {
	bottom:5px;
}
#iCLb.bottom10px,
#iCRb.bottom10px {
	bottom:10px;
}
#iCLb.bottom15px,
#iCRb.bottom15px {
	bottom:15px;
}
#iCLb.bottom20px,
#iCRb.bottom20px {
	bottom:20px;
}

#Ss.mt-1px,
#Mm.mt-1px,
#Lm.mt-1px {
	margin-top:-1px;
}
#Ss.mt-2px,
#Mm.mt-2px,
#Lm.mt-2px {
	margin-top:-2px;
}
#Ss.mt-3px,
#Mm.mt-3px,
#Lm.mt-3px {
	margin-top:-3px;
}
#Ss.mt-4px,
#Mm.mt-4px,
#Lm.mt-4px {
	margin-top:-4px;
}
#Ss.mt-5px,
#Mm.mt-5px,
#Lm.mt-5px {
	margin-top:-5px;
}
#Ss.mt-6px,
#Mm.mt-6px,
#Lm.mt-6px {
	margin-top:-6px;
}
#Ss.mt-10px,
#Mm.mt-10px,
#Lm.mt-10px {
	margin-top:-10px;
}
#Ss.mt-15px,
#Mm.mt-15px,
#Lm.mt-15px {
	margin-top:-15px;
}
#Ss.mt-20px,
#Mm.mt-20px,
#Lm.mt-20px {
	margin-top:-20px;
}
#Ss.mb-5px,
#Mm.mb-5px,
#Lm.mb-5px {
	margin-bottom:-5px;
}
#Ss.mb-10px,
#Mm.mb-10px,
#Lm.mb-10px {
	margin-bottom:-10px;
}
#Ss.mb-15px,
#Mm.mb-15px,
#Lm.mb-15px {
	margin-bottom:-15px;
}
#Ss.mb-20px,
#Mm.mb-20px,
#Lm.mb-20px {
	margin-bottom:-20px;
}
/*--- ASS Icons ---*/
#Ss,
#Lm,
#Mm {
	float: left;
	display: block;
	position: relative;
	margin: 0 4px;
	min-height: 18px;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}
#Mm {
	font-size: 15px;
	min-height: 24px;
	line-height: 24px;
}
#Lm {
	font-size: 16px;
	min-height: 32px;
	line-height: 32px;
}
#Ss.space,
#Lm.space,
#Mm.space {
	margin-right: 7px;
	padding-left: 3px;
	border-right:1px solid rgba(0,0,0,0.50);
}
#Ss.hide,
#Mm.hide,
#Lm.hide {
	display: none;
}
#Ss.navi,
#Mm.navi,
#Lm.navi {
	padding-right: 8px;
}
.navi-r {
	padding-right: 10px;
}
.navi-r::before,
#Ss.navi::before,
#Mm.navi::before,
#Lm.navi::before {
	position: absolute;
	right: -2px;
	top: 7px;
	z-index: 5;
	display: block;
	height: 4px;
	width: 1px;
	background:rgba(255,255,255,1.00);
	content: "";
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.navi-r::before {
  background:rgba(253,235,154,1.00);
  top: 10px;
}
#Mm.navi::before {
	top: 10px;
}
.navi-r::after,
#Ss.navi::after,
#Mm.navi::after,
#Lm.navi::after {
	position: absolute;
	right: 0px;
	top: 7px;
	display: block;
	height: 4px;
	width: 1px;
	background:rgba(255,255,255,1.00);
	content: "";
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.navi-r::after {
  background:rgba(253,235,154,1.00);
  top: 10px;
}
#Mm.navi::after {
	top: 10px;
}
#Ss em,
#Mm em,
#Lm em {
	float: left;
	display: block;
	position: relative;
	margin: 0; padding: 0;
	width:16px; height:16px;
}
#Mm em {
	width:24px; height:24px;
}
#Lm em {
	width:32px; height:32px;
}
#Ss em.mr,
#Mm em.mr,
#Lm em.mr {
	margin-right:5px;
}

#Ss em sup.count,
#Mm em sup.count,
#Lm em sup.count {
	position: absolute;
	margin:0; padding:2px 2px;
	min-width:12px;
	height:12px;
	font-size:9px;
	line-height:12px;
	font-weight:normal;
	font-style:normal;
	text-align:center;
	right:-5px; top:-5px;
	z-index:2;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
#Ss em img.ico,
#Mm em img.ico,
#Lm em img.ico {
	position: absolute;
	margin:0; padding:0;
	margin-top:-8px;
	width:16px; height:16px;
	left:0; top: 50%;
	z-index: 2px;
}
#Mm em img.ico {
	margin-top:-13px;
	width:24px; height:24px;
}
#Lm em img.ico {
	margin-top:-16px;
	width:32px; height:32px;
}
#Ss em img.invert,
#Mm em img.invert,
#Lm em img.invert {
	filter: invert(100%);
}
/*--- Menu ---*/
#mmenu {
	position:relative;
	display: block;
	margin:0; padding:0;
	background-color:none;
	display:none;
}
/* Search */
#msearch {
	position:relative;
	display: block;
	margin:0; padding:0;
	background-color:none;
	display:none;
}
/*-------------
   Menu UL Li
-------------*/
#ulmenu {
	position:absolute;
	margin:0; padding:0;
	margin-top: -18px;
	left:10px; top:50%;
	background-color:none;
	height: 36px;
	z-index: 8;
}
#ulmenu.home {
	left:10px;
}
#ulmenu.admin {
	left:84px;
}
#urmenu {
	position:absolute;
	margin:0; padding:0;
	margin-top: -18px;
	right:10px; top:50%;
	background-color:none;
	height: 36px;
	z-index: 8;
}
#urmenu.opx {
	right:0px;
}
#ulmenu.hide {
	display: none;
}
/*-------------
   Left Nav
-------------*/
#Lnav, .Lnav, #Lnav .Lnav li { margin:0px; padding:0px; }
#Lnav li {
	float:left;
	display:inline;
	position:relative;
	margin: 0; padding:0;
	line-height: 36px;
	cursor:pointer;
	list-style:none;
}
#Lnav li ul.first {
	border-top: 3px solid rgba(176,126,16,1.00);
	left:0;
	top:100%;
}
#Lnav li {
	margin:0; padding: 0;
	font-size: 16px;
	line-height: 36px;
	color:rgba(176,126,16,1.00);
	text-decoration:none;
}
#Lnav li a {
	padding: 0 15px;
	font-family: "sukhumvitset-medium", Tahoma, Arial, Geneva, sans-serif;
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}
#Lnav .Lnav li {
	display: block;
	margin: 0; padding: 0;
	width:100%;
	height: 36px;
	text-indent:10px;
	line-height:36px;
	background-color:rgba(176,126,16,1.00);
}
#Lnav li a {
	display:block;
	width:inherit;
	height:inherit;
}
#Lnav .Lnav li a {
	padding: 0;
	font-size: 14px;
	line-height: 36px;
	color:rgba(253,235,154,1.00);
  background-color:rgba(252,199,19,1.00);
	text-decoration:none;
}
ul.Lnav {
	display:none;
}
#Lnav li:hover > a, #Lnav li:hover {
	color:rgba(252,199,19,1.00);
}
#Lnav li:hover > a.current, #Lnav a.current {
	color:rgba(176,126,16,1.00);
	/*-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;*/
}
li:hover > .Lnav {
	display:block;
	position:absolute;
	width:300px;
	top:0px;
	left:98%;
	z-index:88;
}
#Lnav .Lnav li a:hover {
	color:rgba(60,60,60,1.00);
	background-color:rgba(176,126,16,1.00);
}
.Lnav li a {
	color:rgba(60,60,60,1.00);
	background-color:rgba(176,126,16,1.00);
}
#Lnav .Lnav li:hover > a, .Lnav li:hover {
  color:rgba(255,255,255,1.00);
	background-color:rgba(176,126,16,1.00);
}
#Lnav li a#drop {
	padding-right:28px;
}
#Lnav li a#drop:before {
	position: absolute;
	right:14px;
	top:17px;
	display: block;
	width: 5px;
	height: 2px;
  background:rgba(255,255,255,1.00);
	content: "";
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#Lnav li a#drop:after {
	position: absolute;
	right:12px;
	top:17px;
	display: block;
	width: 5px;
	height: 2px;
  background:rgba(255,255,255,1.00);
	content: "";
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
#Lnav li a#drop.current {
	padding-right:30px;
}
.Lnav a#subdrop {
	padding-right:28px;
}
.Lnav a#subdrop:before {
	position: absolute;
	right:10px;
	top:16px;
	display: block;
	width: 5px;
	height: 2px;
  background:rgba(255,255,255,1.00);
	content: "";
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.Lnav a#subdrop:after {
	position: absolute;
	right:10px;
	top:18px;
	display: block;
	width: 5px;
	height: 2px;
  background:rgba(255,255,255,1.00);
	content: "";
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	transform: rotate(315deg);
}
.Lnav a#subdrop.current {
	padding-right:30px;
}
.Lnav li a small {
	position: relative;
	margin: 0; padding: 0;
	font-size: 9px;
	line-height: 9px;
}
.Lnav li a small sup {
	position: absolute;
	margin: 0; padding: 0;
	font-size: 9px;
	line-height: 9px;
	color:rgba(0,0,0,1.00);
	left:-5px;top:0;
	z-index: 2;
}
/*AFTER DISPLAY IS THE IE GHOST HOVER FIX*/
.Lnav li:hover {
	position:relative;
	z-index:89;
}
/*--- Ic Share ---*/
#icShare {
	position: fixed;
  display: block;
  width: 36px;
  height: 36px;
  font-size: 36px;
  line-height: 36px;
  cursor: pointer;
	right:20px;
	z-index:99;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.30);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.30);
	box-shadow: 0 0 10px rgba(0,0,0,0.30);
}
#icShare.top {
	top:115px;
}
#icShare.bottom {
	bottom:20px;
}
/*--- Info BOX ---*/
#icBox {
	position:fixed;
	margin:0; padding:0;
	width: 46px;
	min-height: 1px;
	text-align: center;
	right: 26px; bottom:76px;
	z-index:100;
	display:none;
}
/*--- mark ---*/
#mark,
#marked {
	position: absolute;
	display:block;
	margin: 0; padding: 0;
	width:0;
	height:32px;
	border-right:8px solid rgba(255,194,0,1.00);
	border-left:8px solid rgba(255,194,0,1.00);
	border-bottom:6px solid transparent;
	right: 18px; top: -2px;
	z-index: 2;
}
#marked {
	border-right:8px solid rgba(255,194,0,1.00);
	border-left:8px solid rgba(255,194,0,1.00);
	border-bottom:6px solid transparent;
}
#mark:hover,
#mark:hover.active,
#mark.active {
	border-right:8px solid rgba(255,194,0,1.00);
	border-left:8px solid rgba(255,194,0,1.00);
}
#mark span,
#marked span {
	position: absolute;
	display:block;
	margin: 0; padding: 0;
	margin-top: -4.5px;
	width: 48px;
	height: 9px;
	font-size: 9px;
	line-height: 9px;
	color:rgba(0,0,0,1.00);
	text-align: center;
	-webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
	left: -24px; top: 50%;
	z-index: 3;
}
#marked span {
	-webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
/*--- Border ---*/
.border-top {
  border-top:1px solid rgba(0,0,0,0.20);
}
.border-right {
  border-right:1px solid rgba(0,0,0,0.20);
}
.border-bottom {
  border-bottom:1px solid rgba(0,0,0,0.20);
}
.border-left {
  border-left:1px solid rgba(0,0,0,0.20);
}
.border-tb {
  border-top:1px solid rgba(0,0,0,0.20);
  border-bottom:1px solid rgba(0,0,0,0.20);
}
.border-lr {
  border-left:1px solid rgba(0,0,0,0.20);
  border-right:1px solid rgba(0,0,0,0.20);
}
/*--- Ribbon ---*/
.ribbon1 {
  position: absolute;
  top: -6.1px;
  right: 10px;
}
.ribbon1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 53px solid transparent;
  border-right: 53px solid transparent;
  border-top: 10px solid #F8463F;
}
.ribbon1 span {
  position: relative;
  display: block;
  text-align: center;
  background: #F8463F;
  font-size: 14px;
  line-height: 1;
  padding: 12px 8px 10px;
  border-top-right-radius: 8px;
  width: 90px;
}
.ribbon1 span:before, .ribbon1 span:after {
  position: absolute;
  content: "";
}
.ribbon1 span:before {
 height: 6px;
 width: 6px;
 left: -6px;
 top: 0;
 background: #F8463F;
}
.ribbon1 span:after {
 height: 6px;
 width: 8px;
 left: -8px;
 top: 0;
 border-radius: 8px 8px 0 0;
 background: #C02031;
}
.ribbon2 {
 width: 60px;
 height: 120px;
 padding: 10px 0;
 position: absolute;
 top: -6px;
 left: 25px;
 text-align: center;
 border-top-left-radius: 3px;
 background: #F47530;
 -webkit-transform: rotate(270deg);
 -moz-transform: rotate(270deg);
 -ms-transform: rotate(270deg);
 -o-transform: rotate(270deg);
 transform: rotate(270deg);
}
.ribbon2:before {
 height: 0;
 width: 0;
 right: -5.5px;
 top: 0.1px;
 border-bottom: 6px solid #8D5A20;
 border-right: 6px solid transparent;
}
.ribbon2:before, .ribbon2:after {
  content: "";
  position: absolute;
}
.ribbon2:after {
  height: 0;
  width: 0;
  bottom: -29.5px;
  left: 0;
  border-left: 30px solid #F47530;
  border-right: 30px solid #F47530;
  border-bottom: 30px solid transparent;
}
.ribbon3 {
  width: 80%;
  height: 50px;
  line-height: 50px;
  padding-left: 5px;
  position: absolute;
  left: -8.8px;
  bottom: 10px;
	background: rgba(176,126,16,1.00);
	background: linear-gradient(90deg, rgba(176,126,16,1.00) 0%, rgba(176,126,16,1.00) 35%, rgba(176,126,16,1.00) 100%);
}
.ribbon3:before, .ribbon3:after {
  content: "";
  position: absolute;
}
.ribbon3:before {
  height: 0;
  width: 0;
  top: -8.8px;
  left: -0.2px;
  border-bottom: 9px solid rgba(220,88,0,1.00);
  border-left: 9px solid transparent;
}
.ribbon3:after {
  height: 0;
  width: 0;
	top: 0px;
  right: -25px;
	border-top: 25px solid rgba(176,126,16,1.00);
  border-bottom: 25px solid rgba(176,126,16,1.00);
  border-right: 25px solid transparent;
}
.ribbon4 {
  position: absolute;
  top: 15px;
  padding: 8px 10px;
  background: #00B3ED;
  box-shadow: -1px 2px 3px rgba(0,0,0,.3);
}
.ribbon4:before, .ribbon4:after {
  content: "";
  position: absolute;
}
.ribbon4:before {
  width: 7px;
  height: 100%;
  top: 0;
  left: -6.5px;
  padding: 0 0 7px;
  background: inherit;
  border-radius: 5px 0 0 5px;
}
.ribbon4:after {
  width: 5px;
  height: 5px;
  bottom: -5px;
  left: -4.5px;
  background: lightblue;
  border-radius: 5px 0 0 5px;
 }
.ribbon5 {
  display: block;
  width: calc(100% + 20px);
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
  background: #EDBA19;
  position: relative;
  top: 20px;
}
.ribbon5:before, .ribbon5:after {
  content: "";
  position: absolute;
}
.ribbon5:before {
  height: 0;
  width: 0;
  bottom: -10px;
  left: 0;
  border-top: 10px solid #cd8d11;
  border-left: 10px solid transparent;
}
.ribbon5:after {
  height: 0;
  width: 0;
  right: 0;
  bottom: -10px;
  border-top: 10px solid #cd8d11;
  border-right: 10px solid transparent;
}
.ribbon6 {
  width: 200px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 30px;
  right: -50px;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px dashed;
  box-shadow:0 0 0 3px #57DD43,  0px 21px 5px -18px rgba(0,0,0,0.6);
  background: #57DD43;
  text-align: center;
}

/*--- arrow ---*/
.arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(176,126,16,1.00);
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(176,126,16,1.00);
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(176,126,16,1.00);
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right:10px solid rgba(176,126,16,1.00);
}

.box-bullet::before {
  position: absolute;
	left:0px;
	top:-24px;
  width: 24px;
  height: 24px;
	background-color:rgba(176,126,16,1.00);
	border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
	content: "";
	z-index: 2;
}
.box-bullet::after {
	position: absolute;
  margin-top: -2px;
	left:0px;
	top:-12px;
	display: block;
	width: 100%;
	height: 4px;
  background-color:rgba(176,126,16,1.00);
	content: "";
}

/*--- iTop ---*/
.iTop {
  position:fixed;
  margin:0;
	width:24px;
	height:24px;
	text-align:center;
	text-decoration:none;
	bottom:48px;
	right:20px;
  z-index:998;

	display:none;

  -webkit-box-shadow: 0px -20px 30px -30px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -20px 30px -30px rgba(0,0,0,0.75);
	box-shadow: 0px -20px 30px -30px rgba(0,0,0,0.75);

  -webkit-animation: movescale 2s infinite ease-in-out;
  -moz-animation: movescale 2s infinite ease-in-out;
  -o-animation: movescale 2s infinite ease-in-out;
  animation: movescale 2s infinite ease-in-out;

  /*
	-webkit-animation: swing 10s ease-in-out 5s infinite;
  -moz-animation: swing 10s ease-in-out 5s infinite;
  -o-animation: swing 10s ease-in-out 5s infinite;
  animation: swing 10s ease-in-out 5s infinite;

  -webkit-transform-origin: top top;
  -moz-transform-origin: top top;
  -o-transform-origin: top top;
  transform-origin: top top;
  */
}
.iTop img.ico {
  float: left;
  display: block;
  position: relative;
  margin: 0; padding: 0;
  width:24px;
	height:24px;
  background:none;
}
.iTop img.invert {
  filter: invert(100%);
}
.iTop:hover {
  text-decoration:none;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

/*--- FORM ---*/
form {display:block; position:relative; width:100%;}
input[type=checkbox]{
	float:left;
	display: block;
	margin:0; padding:0;
  margin-left:10px;
	margin-right:10px;
	border:2px solid rgba(0,0,0,0.10);
	width:24px;
	height:24px;
}
input[type=radio]{
  float:left;
	display: block;
	margin:0; padding:0;
	margin-right:10px;
	border:2px solid rgba(0,0,0,0.10);
	width:24px;
	height:24px;
}
.labl {
  display:block;
}
.labl > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.labl > input + div{ /* DIV STYLES */
  cursor:pointer;
  background-color:rgba(0,0,0,0.02);
}
.labl > input:checked + div{ /* (RADIO CHECKED) DIV STYLES */
  background-color:rgba(0,0,0,0.50);
}

input.inset,
select.inset,
textarea.inset {box-shadow: inset 0 1px 2px #e1e1e1;}

input:focus,
textarea:focus {background-color:#f1f1f1; color:#111;}

button {
	border:none;
	cursor:pointer;
}

/* The checkbox */
.checkbox {
	float: left;
  display: block;
  position: relative;
  padding-left: 28px;
  height: 18px;
  cursor: pointer;
	text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark,
.checkmarkx {
	position: absolute;
	top: 5px;
	left: 0px;
	height: 18px;
	width: 18px;
	background-color: rgba(255,255,255,1.00);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.checkmarkx {
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.10);
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark,
.checkbox:hover input ~ .checkmarkx {
	background-color: rgba(176,126,16,1.00);
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark,
.checkbox input:checked ~ .checkmarkx {
  background-color: rgba(176,126,16,1.00);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after,
.checkmarkx:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after,
.checkbox input:checked ~ .checkmarkx:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after,
.checkbox .checkmarkx:after {
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:rgba(0,0,0,0.5);
}
::-moz-placeholder { /* Firefox 19+ */
	color:rgba(0,0,0,0.5);
}
:-ms-input-placeholder { /* IE 10+ */
	color:rgba(0,0,0,0.5);
}
:-moz-placeholder { /* Firefox 18- */
	color:rgba(0,0,0,0.5);
}

/*--- FIXED ---*/
.TFix {
  position: fixed;
  display: block;
  margin:0; padding:0;
  width: 100%;
  left:0; top:0;
  z-index: 999;
}
.BFix {
  position: fixed;
  display: block;
  margin:0; padding:0;
  width: 100%;
  left:0; bottom:0;
  z-index: 998;
}
/*--- ABSOLUTE ---*/
.TAbs {
  position: absolute;
  display: block;
  margin:0; padding:0;
  width: 100%;
  left:0; top:0;
  z-index: 2;
}
.BAbs {
  position: absolute;
  display: block;
  margin:0; padding:0;
  width: 100%;
  left:0; bottom:0;
  z-index: 2;
}
/*--- SetPrice ---*/
.SetPrice {
  position: fixed;
  display: block;
  margin:0; padding:0;
  width: 100%;
  left:0; bottom:0px;
  z-index: 998;
}

/*--- SetAmount ---*/
.SetAmount {
  position: fixed;
  display: block;
  margin:0; padding:0;
  width: 100%;
  left:0; bottom:0px;
  z-index: 998;
}

/*--- SetConfirm ---*/
.SetConfirm {
  position: fixed;
  display: block;
  margin:0; padding:0;
  width: 100%;
  left:0; bottom:0px;
  z-index: 998;
}

/*--- SetStep ---*/
.SetStep {
  position: fixed;
  display: block;
  margin:0; padding:0;
  width: 100%;
  left:0; bottom:0px;
  z-index: 998;
}


/*--- UIfoo ---*/
.UIfoo {
  position: fixed;
  display: block;
  margin:0; padding:0;
  width: 100%;
  left:0; bottom:0;
  z-index: 998;
}
.UIloo {
  position: fixed;
  display: block;
  margin:0; padding:0;
  width: 100%;
  left:0; bottom:67px;
  z-index: 998;
}
/*--- I HOME ---*/
.ihome {
	position:relative;
}
.ihome:after {
	position: absolute;
	left: 4px;
	top: 10px;
	z-index: 5;
	display: block;
	height: 10px;
	width: 2px;
	background:rgba(100,100,100,1.00);
	content: "";
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.ihome:before {
	position: absolute;
	left: 0px;
	top: 8px;
	display: block;
	width: 10px;
	height: 2px;
  background:rgba(100,100,100,1.00);
	content: "";
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
/*--- I BOTTOM ---*/
.ibottom {
  padding-bottom: 60px;
}
#arrmenu {
  position: relative;
  display: block;
  margin:0; padding:0;
  width: 100%;
}
/*--------------------
   tablink
--------------------*/
/* Style tab links */
.tablink {
  outline: none;
  cursor: pointer;
}
.tabcontent {
  display: none;
  height: 100%;
}
/*--------------------
   jwAcc
--------------------*/
.jwAcc,
.jwAccs,
.jwAccImg {
	display:block;
	position:relative;
  margin:0; padding:10px 30px 10px 0px;
	text-align:left;
	font-size:14px;
	line-height: 24px;
	font-weight:bold;
	color:#666;
	background-color:none;
	border-bottom:1px solid #ececec;
	transition: 0.4s;
	cursor: pointer;
}
.jwAcc.dark,
.jwAccs.dark,
.jwAccImg.dark {
	color:#eee;
	border-bottom:1px solid #343434;
}
.jwAcc.first,
.jwAccs.first,
.jwAccImg.first {
	border-top:1px solid #ececec;
}
.jwAccs,
.jwAccImg {
    padding:10px 0px 10px 0px;
}
.jwAcc strong,
.jwAccs strong,
.jwAccImg strong {
	display:block;
	position:relative;
	margin:0; padding:0;
	font-family: "sukhumvitset-bold", Tahoma, Arial, Geneva, sans-serif;
	font-size:13px;
	line-height: 14px;
	font-weight:normal;
	color:#555;
}
.jwAcc.dark strong,
.jwAccs.dark strong,
.jwAccImg.dark strong {
	color:#ccc;
}
.jwAcc em,
.jwAccs em,
.jwAccImg em {
	font-style: normal;
	font-family: "sukhumvitset-medium", Tahoma, Arial, Geneva, sans-serif;
	color:#0AB800;
}
.jwAcc.dark em,
.jwAccs.dark em,
.jwAccImg.dark em {
	color:#fff;
}
.jwAcc.space,
.jwAccs.space {
	padding-left: 74px;
}
.jwAcc.icon,
.jwAccs.icon {
	padding-left: 46px;
}
.jwAccImg.space {
	padding-left: 80px;
	min-height: 70px;
}
.jwAcc.space span,
.jwAccs.space span,
.jwAcc.icon span,
.jwAccs.icon span {
	display:block;
	position:absolute;
	margin:0; padding:0;
	height: 36px;
	font-family: "sukhumvitset-thin", Tahoma, Arial, Geneva, sans-serif;
	font-size:36px;
	line-height:36px;
	font-weight:normal;
	color:#cccccc;
	left:0px; top:6px;
	z-index: 8;
}
.jwAcc.icon span .icons,
.jwAccs.icon span .icons {
	float: left;
	display:block;
	position:relative;
	width: 24px; height: 24px;
}
.jwAcc small,
.jwAccs small,
.jwAccImg small {
	display:block;
	position:relative;
	margin:0; padding:0;
	font-family: "sukhumvitset-text", Tahoma, Arial, Geneva, sans-serif;
	font-size:11px;
	line-height: 14px;
	font-weight:normal;
	color:#888888;
}
.jwAcc.dark small,
.jwAccs.dark small,
.jwAccImg.dark small {
	color:#eee;
}
.jwAcc.active,
.jwAcc:hover {
	color:#444;
  background-color:rgba(234,234,234,0.50);
	border-color:rgba(123,123,123,0.50);
}
.jwAcc.dark.active,
.jwAcc.dark:hover,
.jwAccs.dark.active,
.jwAccs.dark:hover {
  background-color:rgba(234,234,234,0.50);
	border-color:rgba(123,123,123,1.00);
}
.jwAcc:after {
	position: absolute;
	right: 14px;
	top: 20px;
	z-index: 5;
	display: block;
	height: 10px;
	width: 2px;
  background:rgba(0,0,0,1.00);
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.jwAcc:before {
	position: absolute;
	right: 10px;
	top: 18px;
	display: block;
	width: 10px;
	height: 2px;
  background:rgba(0,0,0,1.00);
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.jwAcc.active:after,
.jwAcc.active:before {
	position: absolute;
	right: 10px;
	top: 18px;
	background:rgba(255,0,0,1.00);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.jwPanel {
	position: relative;
  margin:0; padding:10px 10px;
	margin-bottom: 5px;
  max-height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in;
  opacity: 0;
  overflow: hidden;
  display: none;
}
.jwPanel.show {
  display: block !important;
  opacity: 1;
  max-height: 9999px;
  background-color:none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in;
}
/*--- bLnv, wLnv ---*/
.bLnv,
.wLnv {
	position:relative;
  display:inline;
	margin:0; padding:0;
  margin-right: 15px;
}
.bRnv,
.wRnv {
	position:relative;
  display:inline;
	margin:0; padding:0;
  margin-left: 15px;
}
.bLnv:after,
.bLnv:after,
.wLnv:after,
.wLnv:after {
	position: absolute;
	margin-top: -4px;
	left: 0px;
	top: 50%;
	display: block;
	width: 7px;
  height: 2px;
  background:rgba(0,0,0,1.00);
	content: "";
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.wLnv:after,
.wLnv:after {
	background:rgba(255,255,255,1.00);
}
.bLnv:before,
.bLnv:before,
.wLnv:before,
.wLnv:before {
	position: absolute;
	margin-top: 0px;
	left: 0px;
	top: 50%;
	display: block;
	width: 7px;
	height: 2px;
	background:rgba(0,0,0,1.00);
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.wLnv:before,
.wLnv:before {
	background:rgba(255,255,255,1.00);
}
.bRnv:after,
.bRnv:after,
.wRnv:after,
.wRnv:after {
	position: absolute;
	margin-top: 0px;
	right: 0px;
	top: 50%;
	display: block;
	width: 7px;
  height: 2px;
	background:rgba(0,0,0,1.00);
	content: "";
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.wRnv:after,
.wRnv:after {
	background:rgba(255,255,255,1.00);
}
.bRnv:before,
.bRnv:before,
.wRnv:before,
.wRnv:before {
	position: absolute;
	margin-top: -4px;
	right: 0px;
	top: 50%;
	display: block;
	width: 7px;
	height: 2px;
	background:rgba(0,0,0,1.00);
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.wRnv:before,
.wRnv:before {
	background:rgba(255,255,255,1.00);
}
.bLnv::before,
.bLnv::before,
.bLnv::after,
.bLnv::after,
.bRnv::before,
.bRnv::before,
.bRnv::after,
.bRnv::after {
	background:rgba(0,0,0,1.00);
}
.wLnv::before,
.wLnv::before,
.wLnv::after,
.wLnv::after,
.wRnv::before,
.wRnv::before,
.wRnv::after,
.wRnv::after {
	background:rgba(255,255,255,1.00);
}

/*--- Fixed ---*/
.fixmar-top{
  margin-top: -80px;
}
/*--- PAGES ---*/
#page-ui {
	display:block;
	position:relative;
	margin:0 auto; padding:20px 0;
	background-color:none;
	text-align:center;
}
#page-ui span.links a,
#page-ui span.pages a {
	display: inline-block;
	margin:1px; padding:4px;
	min-width:24px; height:24px;
	font-size:14px;
	line-height:24px;
	text-align:center;
	background-color:rgba(255,255,255,1.00);
	border:1px solid rgba(176,126,16,1.00);
  color:rgba(176,126,16,1.00);
}
#page-ui span.links a:hover {
	background-color:#eee;
}
#page-ui span.links a.active {
	background-color:rgba(255,255,255,1.00);
	border:1px solid rgba(255,255,255,1.00);
	color:rgba(176,126,16,1.00);
	text-decoration:underline;
	font-weight:bold;
}
#page-ui span.pages a {
	background-color:rgba(176,126,16,1.00);
	border:1px solid rgba(176,126,16,1.00);
	color:rgba(255,255,255,1.00);
}


/* ------------------------------------------------------------------------ */
/*--- THEME ---*/
.white {
  color: rgba(255,255,255,1.00);
}

.black {
  color: rgba(0,0,0,1.00);
}

.theme {
  color: rgba(176,126,16,1.00);
}

.primary {
  color: rgba(253,235,154,1.00);
}

.secondary {
  color: rgba(252,199,19,1.00);
}

.black-opacity {
  color: rgba(0,0,0,0.20);
}

.white-opacity {
  color: rgba(255,255,255,0.20);
}

.gold {
  color: rgba(175,125,15,1.00);
}

.brown {
  color: rgba(61,12,2,1.00);
}

.blue {
  color: rgba(44,76,157,1.00);
}

.indigo {
  color: rgba(102,16,242,1.00);
}

.purple {
  color: rgba(111,66,193,1.00);
}

.pink {
  color: rgba(232,62,140,1.00);
}

.red {
  color: rgba(215,0,0,1.00);
}

.orange {
  color: rgba(253,123,23,1.00);
}

.yellow {
  color: rgba(255,195,5,1.00);
}

.green {
  color: rgba(0,155,0,1.00);
}

.teal {
  color: rgba(32,201,151,1.00);
}

.cyan {
  color: rgba(23,162,184,1.00);
}

.gray {
  color: rgba(123,123,123,1.00);
}

.graylight {
  color: rgba(246,246,246,1.00);
}

.graydark {
  color: rgba(88,88,88,1.00);
}

.success {
  color: rgba(39,169,69,1.00);
}

.info {
  color: rgba(23,162,184,1.00);
}

.warning {
  color: rgba(255,195,5,1.00);
}

.danger {
  color: rgba(255,125,5,1.00);
}

.light {
  color: rgba(255,245,240,1.00);
}

.dark {
  color: rgba(60,60,60,1.00);
}

.egov {
  color: rgba(20,130,65,1.00);
}

.gsb {
  color: rgba(236,6,141,1.00);
}

.appmobile {
  color: rgba(236,6,141,1.00);
}

.appline {
  color: rgba(0,155,0,1.00);
}

/*--- TEXT ---*/
.color-white,
.link-color-white {
  color: rgba(255,255,255,1.00);
}

.color-black,
.link-color-black {
  color: rgba(0,0,0,1.00);
}

.color-none,
.link-color-none {
  color: rgba(0,0,0,0.00);
}

.color-theme,
.link-color-theme {
  color: rgba(176,126,16,1.00);
}

.color-primary,
.link-color-primary {
  color: rgba(253,235,154,1.00);
}

.color-secondary,
.link-color-secondary {
  color: rgba(252,199,19,1.00);
}

.color-black-opacity,
.link-color-black-opacity {
  color: rgba(0,0,0,0.20);
}

.color-white-opacity,
.link-color-white-opacity {
  color: rgba(255,255,255,0.20);
}

.color-gold,
.link-color-gold {
  color: rgba(175,125,15,1.00);
}

.color-brown,
.link-color-brown {
  color: rgba(61,12,2,1.00);
}

.color-blue,
.link-color-blue {
  color: rgba(44,76,157,1.00);
}

.color-indigo,
.link-color-indigo {
  color: rgba(102,16,242,1.00);
}

.color-purple,
.link-color-purple {
  color: rgba(111,66,193,1.00);
}

.color-pink,
.link-color-pink {
  color: rgba(232,62,140,1.00);
}

.color-red,
.link-color-red {
  color: rgba(215,0,0,1.00);
}

.color-orange,
.link-color-orange {
  color: rgba(253,123,23,1.00);
}

.color-yellow,
.link-color-yellow {
  color: rgba(255,195,5,1.00);
}

.color-green,
.link-color-green {
  color: rgba(0,155,0,1.00);
}

.color-teal,
.link-color-teal {
  color: rgba(32,201,151,1.00);
}

.color-cyan,
.link-color-cyan {
  color: rgba(23,162,184,1.00);
}

.color-gray,
.link-color-gray {
  color: rgba(123,123,123,1.00);
}

.color-graylight,
.link-color-graylight {
  color: rgba(246,246,246,1.00);
}

.color-graydark,
.link-color-graydark {
  color: rgba(88,88,88,1.00);
}

.color-success,
.link-color-success {
  color: rgba(39,169,69,1.00);
}

.color-info,
.link-color-info {
  color: rgba(23,162,184,1.00);
}

.color-warning,
.link-color-warning {
  color: rgba(255,195,5,1.00);
}

.color-danger,
.link-color-danger {
  color: rgba(255,125,5,1.00);
}

.color-light,
.link-color-light {
  color: rgba(255,245,240,1.00);
}

.color-dark,
.link-color-dark {
  color: rgba(60,60,60,1.00);
}

.color-egov,
.link-color-egov {
  color: rgba(20,130,65,1.00);
}

.color-gsb,
.link-color-gsb {
  color: rgba(236,6,141,1.00);
}

.color-appline,
.link-color-appline {
  color: rgba(0,155,0,1.00);
}

.color-appmobile,
.link-color-appmobile {
  color: rgba(111,111,111,1.00);
}

.link-color-white:hover {
  color: rgba(255,255,255,0.80);
}

.link-color-black:hover {
  color: rgba(0,0,0,0.80);
}

.link-color-none:hover {
  color: rgba(0,0,0,0.00);
}

.link-color-theme:hover {
  color: rgba(176,126,16,0.80);
}

.link-color-primary:hover {
  color: rgba(253,235,154,0.80);
}

.link-color-secondary:hover {
  color: rgba(252,199,19,0.80);
}

.link-color-black-opacity:hover {
  color: rgba(0,0,0,0.10);
}

.link-color-white-opacity:hover {
  color: rgba(255,255,255,0.10);
}

.link-color-gold:hover {
  color: rgba(175,125,15,0.80);
}

.link-color-brown:hover {
  color: rgba(61,12,2,0.80);
}

.link-color-blue:hover {
  color: rgba(44,76,157,0.80);
}

.link-color-indigo:hover {
  color: rgba(102,16,242,0.80);
}

.link-color-purple:hover {
  color: rgba(111,66,193,0.80);
}

.link-color-pink:hover {
  color: rgba(232,62,140,0.80);
}

.link-color-red:hover {
  color: rgba(215,0,0,0.80);
}

.link-color-orange:hover {
  color: rgba(253,123,23,0.80);
}

.link-color-yellow:hover {
  color: rgba(255,195,5,0.80);
}

.link-color-green:hover {
  color: rgba(0,155,0,0.80);
}

.link-color-teal:hover {
  color: rgba(32,201,151,0.80);
}

.link-color-cyan:hover {
  color: rgba(23,162,184,0.80);
}

.link-color-gray:hover {
  color: rgba(123,123,123,0.80);
}

.link-color-graylight:hover {
  color: rgba(246,246,246,0.80);
}

.link-color-graydark:hover {
  color: rgba(88,88,88,0.80);
}

.link-color-success:hover {
  color: rgba(39,169,69,0.80);
}

.link-color-info:hover {
  color: rgba(23,162,184,0.80);
}

.link-color-warning:hover {
  color: rgba(255,195,5,0.80);
}

.link-color-danger:hover {
  color: rgba(255,125,5,0.80);
}

.link-color-light:hover {
  color: rgba(255,245,240,0.80);
}

.link-color-dark:hover {
  color: rgba(60,60,60,0.80);
}

.link-color-egov:hover {
  color: rgba(20,130,65,0.80);
}

.link-color-gsb:hover {
  color: rgba(236,6,141,0.80);
}

.link-color-appline:hover {
  color: rgba(0,155,0,0.80);
}

.link-color-appmobile:hover {
  color: rgba(111,111,111,0.80);
}

.color-theme-op1 {
  color: rgba(176,126,16,0.10);
}

.color-theme-op2 {
  color: rgba(176,126,16,0.20);
}

.color-theme-op3 {
  color: rgba(176,126,16,0.30);
}

.color-theme-op4 {
  color: rgba(176,126,16,0.40);
}

.color-theme-op5 {
  color: rgba(176,126,16,0.50);
}

.color-theme-op6 {
  color: rgba(176,126,16,0.60);
}

.color-theme-op7 {
  color: rgba(176,126,16,0.70);
}

.color-theme-op8 {
  color: rgba(176,126,16,0.80);
}

.color-theme-op9 {
  color: rgba(176,126,16,0.90);
}

.color-white-op1 {
  color: rgba(255,255,255,0.10);
}

.color-white-op2 {
  color: rgba(255,255,255,0.20);
}

.color-white-op3 {
  color: rgba(255,255,255,0.30);
}

.color-white-op4 {
  color: rgba(255,255,255,0.40);
}

.color-white-op5 {
  color: rgba(255,255,255,0.50);
}

.color-white-op6 {
  color: rgba(255,255,255,0.60);
}

.color-white-op7 {
  color: rgba(255,255,255,0.70);
}

.color-white-op8 {
  color: rgba(255,255,255,0.80);
}

.color-white-op9 {
  color: rgba(255,255,255,0.90);
}

.color-black-op1 {
  color: rgba(0,0,0,0.10);
}

.color-black-op2 {
  color: rgba(0,0,0,0.20);
}

.color-black-op3 {
  color: rgba(0,0,0,0.30);
}

.color-black-op4 {
  color: rgba(0,0,0,0.40);
}

.color-black-op5 {
  color: rgba(0,0,0,0.50);
}

.color-black-op6 {
  color: rgba(0,0,0,0.60);
}

.color-black-op7 {
  color: rgba(0,0,0,0.70);
}

.color-black-op8 {
  color: rgba(0,0,0,0.80);
}

.color-black-op9 {
  color: rgba(0,0,0,0.90);
}
/*--- BACKGROUND ---*/
.bg-white,
.link-bg-white {
  background-color: rgba(255,255,255,1.00);
}

.bg-black,
.link-bg-black {
  background-color: rgba(0,0,0,1.00);
}

.bg-none,
.link-bg-none {
  background-color: rgba(0,0,0,0.00);
}

.bg-theme,
.link-bg-theme {
  background-color: rgba(176,126,16,1.00);
}

.bg-theme-opacity,
.link-bg-theme-opacity {
  background-color: rgba(176,126,16,0.95);
}

.bg-primary,
.link-bg-primary {
  background-color: rgba(253,235,154,1.00);
}

.bg-secondary,
.link-bg-secondary {
  background-color: rgba(252,199,19,1.00);
}

.bg-black-opacity,
.link-bg-black-opacity {
  background-color: rgba(0,0,0,0.20);
}

.bg-white-opacity,
.link-bg-white-opacity {
  background-color: rgba(255,255,255,0.20);
}

.bg-gold,
.link-bg-gold {
  background-color: rgba(175,125,15,1.00);
}

.bg-brown,
.link-bg-brown {
  background-color: rgba(61,12,2,1.00);
}

.bg-blue,
.link-bg-blue {
  background-color: rgba(44,76,157,1.00);
}

.bg-indigo,
.link-bg-indigo {
  background-color: rgba(102,16,242,1.00);
}

.bg-purple,
.link-bg-purple {
  background-color: rgba(111,66,193,1.00);
}

.bg-pink,
.link-bg-pink {
  background-color: rgba(232,62,140,1.00);
}

.bg-red,
.link-bg-red {
  background-color: rgba(215,0,0,1.00);
}

.bg-orange,
.link-bg-orange {
  background-color: rgba(253,123,23,1.00);
}

.bg-yellow,
.link-bg-yellow {
  background-color: rgba(255,195,5,1.00);
}

.bg-green,
.link-bg-green {
  background-color: rgba(0,155,0,1.00);
}

.bg-teal,
.link-bg-teal {
  background-color: rgba(32,201,151,1.00);
}

.bg-cyan,
.link-bg-cyan {
  background-color: rgba(23,162,184,1.00);
}

.bg-gray,
.link-bg-gray {
  background-color: rgba(123,123,123,1.00);
}

.bg-graylight,
.link-bg-graylight {
  background-color: rgba(246,246,246,1.00);
}

.bg-graydark,
.link-bg-graydark {
  background-color: rgba(88,88,88,1.00);
}

.bg-success,
.link-bg-success {
  background-color: rgba(39,169,69,1.00);
}

.bg-info,
.link-bg-info {
  background-color: rgba(23,162,184,1.00);
}

.bg-warning,
.link-bg-warning {
  background-color: rgba(255,195,5,1.00);
}

.bg-danger,
.link-bg-danger {
  background-color: rgba(255,125,5,1.00);
}

.bg-light,
.link-bg-light {
  background-color: rgba(255,245,240,1.00);
}

.bg-dark,
.link-bg-dark {
  background-color: rgba(60,60,60,1.00);
}

.bg-egov,
.link-bg-egov {
  background-color: rgba(20,130,65,1.00);
}

.bg-gsb,
.link-bg-gsb {
  background-color: rgba(236,6,141,1.00);
}

.bg-egov,
.link-bg-egov {
  background-color: rgba(20,130,65,1.00);
}

.bg-appline,
.link-bg-appline {
  background-color: rgba(0,155,0,1.00);
}

.bg-appmobile,
.link-bg-appmobile {
  background-color: rgba(111,111,111,1.00);
}

.bg-gsb,
.link-bg-gsb {
  background-color: rgba(236,6,141,1.00);
}

.bg-contents,
.link-bg-contents {
  background-color: rgba(234,234,234,0.50);
}

.link-bg-contents:hover {
  background-color: rgba(234,234,234,1.00);
}

.link-bg-white:hover {
  background-color: rgba(255,255,255,0.80);
}

.link-bg-black:hover {
  background-color: rgba(0,0,0,0.80);
}

.link-bg-none:hover {
  background-color: rgba(0,0,0,0.00);
}

.link-bg-theme:hover {
  background-color: rgba(176,126,16,0.80);
}

.link-bg-theme-opacity:hover {
  background-color: rgba(176,126,16,0.80);
}

.link-bg-primary:hover {
  background-color: rgba(253,235,154,0.80);
}

.link-bg-secondary:hover {
  background-color: rgba(252,199,19,0.80);
}

.link-bg-black-opacity:hover {
  background-color: rgba(0,0,0,0.10);
}

.link-bg-white-opacity:hover {
  background-color: rgba(255,255,255,0.10);
}

.link-bg-gold:hover {
  background-color: rgba(175,125,15,0.80);
}

.link-bg-brown:hover {
  background-color: rgba(61,12,2,0.80);
}

.link-bg-blue:hover {
  background-color: rgba(44,76,157,0.80);
}

.link-bg-indigo:hover {
  background-color: rgba(102,16,242,0.80);
}

.link-bg-purple:hover {
  background-color: rgba(111,66,193,0.80);
}

.link-bg-pink:hover {
  background-color: rgba(232,62,140,0.80);
}

.link-bg-red:hover {
  background-color: rgba(215,0,0,0.80);
}

.link-bg-orange:hover {
  background-color: rgba(253,123,23,0.80);
}

.link-bg-yellow:hover {
  background-color: rgba(255,195,5,0.80);
}

.link-bg-green:hover {
  background-color: rgba(0,155,0,0.80);
}

.link-bg-teal:hover {
  background-color: rgba(32,201,151,0.80);
}

.link-bg-cyan:hover {
  background-color: rgba(23,162,184,0.80);
}

.link-bg-gray:hover {
  background-color: rgba(123,123,123,0.80);
}

.link-bg-graylight:hover {
  background-color: rgba(246,246,246,0.80);
}

.link-bg-graydark:hover {
  background-color: rgba(88,88,88,0.80);
}

.link-bg-success:hover {
  background-color: rgba(39,169,69,0.80);
}

.link-bg-info:hover {
  background-color: rgba(23,162,184,0.80);
}

.link-bg-warning:hover {
  background-color: rgba(255,195,5,0.80);
}

.link-bg-danger:hover {
  background-color: rgba(255,125,5,0.80);
}

.link-bg-light:hover {
  background-color: rgba(255,245,240,0.80);
}

.link-bg-dark:hover {
  background-color: rgba(60,60,60,0.80);
}

.link-bg-egov:hover {
  background-color: rgba(20,130,65,0.80);
}

.link-bg-gsb:hover {
  background-color: rgba(236,6,141,0.80);
}

.link-bg-appline:hover {
  background-color: rgba(0,155,0,0.80);
}

.link-bg-appmobile:hover {
  background-color: rgba(111,111,111,0.80);
}

.bg-theme-op1 {
  background-color: rgba(176,126,16,0.10);
}

.bg-theme-op2 {
  background-color: rgba(176,126,16,0.20);
}

.bg-theme-op3 {
  background-color: rgba(176,126,16,0.30);
}

.bg-theme-op4 {
  background-color: rgba(176,126,16,0.40);
}

.bg-theme-op5 {
  background-color: rgba(176,126,16,0.50);
}

.bg-theme-op6 {
  background-color: rgba(176,126,16,0.60);
}

.bg-theme-op7 {
  background-color: rgba(176,126,16,0.70);
}

.bg-theme-op8 {
  background-color: rgba(176,126,16,0.80);
}

.bg-theme-op9 {
  background-color: rgba(176,126,16,0.90);
}

.bg-white-op1 {
  background-color: rgba(255,255,255,0.10);
}

.bg-white-op2 {
  background-color: rgba(255,255,255,0.20);
}

.bg-white-op3 {
  background-color: rgba(255,255,255,0.30);
}

.bg-white-op4 {
  background-color: rgba(255,255,255,0.40);
}

.bg-white-op5 {
  background-color: rgba(255,255,255,0.50);
}

.bg-white-op6 {
  background-color: rgba(255,255,255,0.60);
}

.bg-white-op7 {
  background-color: rgba(255,255,255,0.70);
}

.bg-white-op8 {
  background-color: rgba(255,255,255,0.80);
}

.bg-white-op9 {
  background-color: rgba(255,255,255,0.90);
}

.bg-black-op1 {
  background-color: rgba(0,0,0,0.10);
}

.bg-black-op2 {
  background-color: rgba(0,0,0,0.20);
}

.bg-black-op3 {
  background-color: rgba(0,0,0,0.30);
}

.bg-black-op4 {
  background-color: rgba(0,0,0,0.40);
}

.bg-black-op5 {
  background-color: rgba(0,0,0,0.50);
}

.bg-black-op6 {
  background-color: rgba(0,0,0,0.60);
}

.bg-black-op7 {
  background-color: rgba(0,0,0,0.70);
}

.bg-black-op8 {
  background-color: rgba(0,0,0,0.80);
}

.bg-black-op9 {
  background-color: rgba(0,0,0,0.90);
}
.bg-btn {
  background:linear-gradient(-45deg, rgba(255,255,255,1.00), rgba(234,234,234,1.00), rgba(255,255,255,1.00), rgba(234,234,234,1.00));
  background-size:100% 100%;
}
.bg-btn:hover {
  background:linear-gradient(-45deg, rgba(253,235,154,1.00), rgba(176,126,16,1.00), rgba(253,235,154,1.00), rgba(176,126,16,1.00));
  background-size: 200% 200%;
  -webkit-animation: Gradient 9s ease infinite;
  animation: Gradient 9s ease infinite;
}
.hh-btn {
  background:rgba(255,255,255,1.00);
  background-size:100% 100%;
}
.hh-btn:hover {
  background:linear-gradient(-45deg, rgba(253,235,154,1.00), rgba(176,126,16,1.00), rgba(253,235,154,1.00), rgba(176,126,16,1.00));
  background-size: 200% 200%;
  -webkit-animation: Gradient 9s ease infinite;
  animation: Gradient 9s ease infinite;
}

.bg-number {
  background:linear-gradient(-45deg, rgba(253,235,154,1.00), rgba(176,126,16,1.00));
  background-size:100% 100%;
}
.bg-number:hover {
  background:linear-gradient(-45deg, rgba(253,235,154,1.00), rgba(176,126,16,1.00));
  background-size: 200% 200%;
  -webkit-animation: Gradient 9s ease infinite;
  animation: Gradient 9s ease infinite;
}
.bg-delete {
  background:linear-gradient(-45deg, rgba(255,0,0,1.00), rgba(200,0,0,1.00));
  background-size:100% 100%;
}
.bg-delete:hover {
  background:linear-gradient(-45deg, rgba(255,0,0,1.00), rgba(200,0,0,1.00));
  background-size: 200% 200%;
  -webkit-animation: Gradient 9s ease infinite;
  animation: Gradient 9s ease infinite;
}
.bg-gradient-click {
  background:linear-gradient(-45deg, rgba(255,255,255,1.00), rgba(255,255,255,1.00));
  background-size:100% 100%;
}
.bg-gradient-click.click,
.bg-gradient-click:hover {
  background:linear-gradient(90deg, rgba(253,235,154,1.00), rgba(176,126,16,1.00), rgba(253,235,154,1.00), rgba(176,126,16,1.00));
  background-size:100% 100%;
}
.bg-gradient-numcat {
  background:linear-gradient(-45deg, rgba(255,255,255,1.00), rgba(255,255,255,1.00));
  background-size:100% 100%;
}
.bg-gradient-numcat.click,
.bg-gradient-numcat:hover {
  background:linear-gradient(-45deg, rgba(255,255,255,0.20), rgba(255,255,255,0.20));
  background-size:100% 100%;
  color:rgba(255,255,255,1.00);
}
.bg-gradient-numpad {
  background:linear-gradient(-45deg, rgba(255,255,255,1.00), rgba(255,255,255,1.00));
  background-size:100% 100%;
}
.bg-gradient-numpad.click,
.bg-gradient-numpad:hover {
  background:linear-gradient(-45deg, rgba(253,235,154,1.00), rgba(176,126,16,1.00));
  background-size:100% 100%;
  color:rgba(0,0,0,1.00);
}

/*--- Gradient BG ---*/
.bg-gradient {
  background:linear-gradient(90deg, rgba(0,0,0,1.00), rgba(176,126,16,1.00), rgba(253,235,154,1.00), rgba(176,126,16,1.00), rgba(0,0,0,1.00));
  background-size:100% 100%;
}

.bg-gradient-theme {
  background:linear-gradient(90deg, rgba(176,126,16,1.00), rgba(253,235,154,1.00), rgba(176,126,16,1.00), rgba(253,235,154,1.00));
  background-size: 200% 200%;
  -webkit-animation: Gradient 9s ease infinite;
  animation: Gradient 9s ease infinite;
}

.bg-gradient-primary {
  background:linear-gradient(90deg, rgba(0,0,0,0.80), rgba(60,60,60,0.80), rgba(253,235,154,0.80));
  background-size: 100% 100%;
}

.bg-gradient-secondary {
  background:linear-gradient(90deg, rgba(0,0,0,0.80), rgba(0,0,125,0.80), rgba(0,0,255,0.80));
  background-size: 100% 100%;
}

.bg-gradient-color {
  background:linear-gradient(-45deg, rgba(165,205,57,1.00), rgba(250,217,0,1.00), rgba(240,88,36,1.00));
  background-size: 100% 100%;
}

.bg-gradient-gold {
  background:linear-gradient(-45deg, rgba(253,235,154,1.00), rgba(176,126,16,1.00), rgba(253,235,154,1.00), rgba(176,126,16,1.00));
  background-size:100% 100%;
}
.bg-gradient-gold-active {
  background:linear-gradient(-45deg, rgba(253,235,154,1.00), rgba(176,126,16,1.00), rgba(253,235,154,1.00), rgba(176,126,16,1.00));
  background-size: 200% 200%;
  -webkit-animation: Gradient 9s ease infinite;
  animation: Gradient 9s ease infinite;
}

.bg-gradient-gold-dark {
  background:linear-gradient(-45deg, rgba(253,235,154,1.00), rgba(176,126,16,1.00), rgba(253,235,154,1.00), rgba(176,126,16,1.00));
  background-size:100% 100%;
}
.bg-gradient-gold-dark:hover {
  background:linear-gradient(-45deg, rgba(253,235,154,0.80), rgba(176,126,16,0.80), rgba(253,235,154,0.80), rgba(176,126,16,0.80));
  background-size:100% 100%;
}

.bg-gradient-red {
  background:linear-gradient(-45deg, rgba(215,0,0,1.00), rgba(145,0,0,1.00), rgba(215,0,0,1.00), rgba(145,0,0,1.00));
  background-size:100% 100%;
}

.bg-gradient-green {
  background:linear-gradient(-45deg, rgba(39,169,69,1.00), rgba(5,80,20,1.00), rgba(39,169,69,1.00), rgba(5,80,20,1.00));
  background-size:100% 100%;
}

.bg-gradient-dark {
  background:linear-gradient(-45deg, rgba(60,60,60,1.00), rgba(0,0,0,1.00), rgba(60,60,60,1.00), rgba(0,0,0,1.00));
  background-size:100% 100%;
}

.bg-gradient-dark-gold {
  background:linear-gradient(-45deg, rgba(60,60,60,0.80), rgba(0,0,0,0.80), rgba(60,60,60,0.80), rgba(0,0,0,0.80));
  background-size:100% 100%;
}
.bg-gradient-dark-gold:hover {
  background:linear-gradient(-45deg, rgba(30,30,30,1.00), rgba(0,0,0,1.00), rgba(30,30,30,1.00), rgba(0,0,0,1.00));
  background-size:100% 100%;
}

.bg-gradient-light {
  background:linear-gradient(-45deg, rgba(234,234,234,1.00), rgba(255,255,255,1.00), rgba(234,234,234,1.00), rgba(255,255,255,1.00));
  background-size:100% 100%;
}

.bg-gradient-gray {
  background:linear-gradient(-45deg, rgba(255,255,255,1.00), rgba(215,0,0,1.00), rgba(255,255,255,1.00), rgba(215,0,0,1.00));
  background-size:100% 100%;
}

.bg-gradient-egov {
  background:linear-gradient(-45deg, rgba(39,169,69,1.00), rgba(5,80,20,1.00), rgba(39,169,69,1.00), rgba(5,80,20,1.00));
  background-size:100% 100%;
}

.bg-gradient-gsb {
  background:linear-gradient(-45deg, rgba(236,6,141,1.00), rgba(255,140,200,1.00), rgba(236,6,141,1.00), rgba(255,140,200,1.00));
  background-size:100% 100%;
}

.bg-gradient-glo {
  background:linear-gradient(-45deg, rgba(253,235,154,1.00), rgba(176,126,16,1.00), rgba(253,235,154,1.00), rgba(176,126,16,1.00));
  background-size:100% 100%;
}

.bg-gradient-yikee {
  background:linear-gradient(-45deg, rgba(198,0,198,1.00), rgba(113,0,113,1.00), rgba(198,0,198,1.00), rgba(113,0,113,1.00));
  background-size:100% 100%;
}

.bg-gradient-inter {
  background:linear-gradient(-45deg, rgba(253,235,154,1.00), rgba(176,126,16,1.00), rgba(253,235,154,1.00), rgba(176,126,16,1.00));
  background-size:100% 100%;
}

.bg-gradient-vip {
  background:linear-gradient(-45deg, rgba(13,8,0,1.00), rgba(176,126,16,1.00), rgba(62,37,0,1.00), rgba(210,165,44,1.00));
  background-size:100% 100%;
}

.bg-gradient-set {
  background:linear-gradient(-45deg, rgba(0,168,255,1.00), rgba(0,168,255,1.00), rgba(0,81,216,1.00), rgba(0,81,216,1.00));
  background-size:100% 100%;
}

.bg-gradient-stock {
  background:linear-gradient(-45deg, rgba(39,169,69,1.00), rgba(5,80,20,1.00), rgba(39,169,69,1.00), rgba(5,80,20,1.00));
  background-size:100% 100%;
}

.bg-gradient-thai {
  background:linear-gradient(-45deg, rgba(155,70,1,1.00), rgba(255,161,48,1.00), rgba(155,70,1,1.00), rgba(255,161,48,1.00));
  background-size:100% 100%;
}

.bg-gradient-close {
  background:linear-gradient(-45deg, rgba(189,189,189,1.00), rgba(234,234,234,1.00), rgba(189,189,189,1.00), rgba(234,234,234,1.00));
  background-size:100% 100%;
}

.bg-gradient-rainbow {
  background:linear-gradient(-45deg, rgba(250,217,0,1.00), rgba(240,88,36,1.00), rgba(235,34,38,1.00), rgba(225,23,141,1.00), rgba(87,66,153,1.00), rgba(38,117,187,1.00), rgba(34,193,235,1.00), rgba(69,181,73,1.00), rgba(165,205,57,1.00), rgba(250,217,0,1.00), rgba(240,88,36,1.00), rgba(235,34,38,1.00), rgba(225,23,141,1.00), rgba(87,66,153,1.00), rgba(38,117,187,1.00), rgba(34,193,235,1.00), rgba(69,181,73,1.00), rgba(165,205,57,1.00));
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
}

.bg-gradient-underline {
  background:linear-gradient(90deg, rgba(176,126,16,1.00), rgba(255,255,255,0.00));
  background-size: 100% 100%;
}

.bg-gradient-underline-center {
  background:linear-gradient(90deg, rgba(255,255,255,0.00), rgba(255,255,255,0.00), rgba(176,126,16,1.00), rgba(255,255,255,0.00), rgba(255,255,255,0.00));
  background-size: 100% 100%;
}

.bg-gradient-underline-center-theme {
  background:linear-gradient(90deg, rgba(255,255,255,0.00), rgba(255,255,255,0.00), rgba(176,126,16,1.00), rgba(255,255,255,0.00), rgba(255,255,255,0.00));
  background-size: 100% 100%;
}

.bg-gradient-underline-theme {
  background:linear-gradient(90deg, rgba(176,126,16,1.00), rgba(255,255,255,0.00));
  background-size: 100% 100%;
}

.bg-gradient-underline-green {
  background:linear-gradient(90deg, rgba(0,155,0,1.00), rgba(255,255,255,0.00));
  background-size: 100% 100%;
}

.bg-gradient-underline-orange {
  background:linear-gradient(90deg, rgba(253,123,23,1.00), rgba(255,255,255,0.00));
  background-size: 100% 100%;
}

.bg-gradient-underline-red {
  background:linear-gradient(90deg, rgba(215,0,0,1.00), rgba(255,255,255,0.00));
  background-size: 100% 100%;
}

.bg-gradient-underline-blue {
  background:linear-gradient(90deg, rgba(44,76,157,1.00), rgba(255,255,255,0.00));
  background-size: 100% 100%;
}

.bg-gradient-underline-black {
  background:linear-gradient(90deg, rgba(0,0,0,0.50), rgba(0,0,0,0.00));
  background-size: 100% 100%;
}

.bg-gradient-underline-white {
  background:linear-gradient(90deg, rgba(255,255,255,0.50), rgba(255,255,255,0.00));
  background-size: 100% 100%;
}

.bg-gradient-underline-black:hover {
  background:linear-gradient(90deg, rgba(0,0,0,0.20), rgba(0,0,0,0.00));
  background-size: 100% 100%;
}

.bg-gradient-underline-white:hover {
  background:linear-gradient(90deg, rgba(255,255,255,0.20), rgba(255,255,255,0.00));
  background-size: 100% 100%;
}

.bg-gradient-theme-opacity {
  background:linear-gradient(180deg, rgba(176,126,16,1.00), rgba(255,255,255,0.00));
  background-size: 100% 100%;
}

.bg-gradient-theme-opacity-invert {
  background:linear-gradient(0deg, rgba(176,126,16,1.00), rgba(255,255,255,0.00));
  background-size: 100% 100%;
}

.bg-gradient-primary-opacity {
  background:linear-gradient(180deg, rgba(253,235,154,1.00), rgba(255,255,255,0.00));
  background-size: 100% 100%;
}

.bg-gradient-secondary-opacity {
  background:linear-gradient(180deg, rgba(252,199,19,1.00), rgba(255,255,255,0.00));
  background-size: 100% 100%;
}

.bg-gradient-dark-opacity {
  background:linear-gradient(180deg, rgba(255,255,255,1.00), rgba(255,255,255,0.00));
  background-size: 100% 100%;
}

.bg-gradient-gray-opacity {
  background:linear-gradient(180deg, rgba(255,255,255,1.00), rgba(255,255,255,0.00));
  background-size: 100% 100%;
}

.bg-gradient-white-opacity {
  background:linear-gradient(180deg, rgba(255,255,255,0.20), rgba(255,255,255,0.00));
  background-size: 100% 100%;
}

.bg-gradient-black-opacity {
  background:linear-gradient(180deg, rgba(0,0,0,0.20), rgba(255,255,255,0.00));
  background-size: 100% 100%;
}

.bg-gradient-active {
  background:linear-gradient(-45deg, rgba(253,235,154,1.00), rgba(176,126,16,1.00), rgba(253,235,154,1.00), rgba(176,126,16,1.00));
  background-size:100% 100%;
}
.bg-gradient-active:hover {
  background:linear-gradient(-45deg, rgba(253,235,154,1.00), rgba(176,126,16,1.00), rgba(253,235,154,1.00), rgba(176,126,16,1.00));
  background-size:400% 400%;
  -webkit-animation: Gradient 10s ease infinite;
	        animation: Gradient 10s ease infinite;
}
