@import url("../../assets/css/fonts.css");
@import url("../../assets/css/font-icokbank.css");
@import url("icopage.css");
@import url("../../assets/js/chosen/chosen-custom.css");
@import url("../../assets/js/slick/slick.css");
@import url("../../assets/js/slick/slick-theme.css");
@import url("../../assets/js/magnific-popup/magnific-popup.css");
@import url("../../assets/js/responsive-tabs/responsive-tabs.css");
@import url("../../assets/js/responsive-tabs/style.css");
@import url("../../assets/js/jquery/jquery-ui.css");

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
	color: #999;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: middle;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: color ease-in-out .2s;
	-o-transition: color ease-in-out .2s;
	transition: color ease-in-out .2s;
}

a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: 0;
	outline-offset: 0;
}

p {
	margin: 0;
	padding: 0;
}

a[href^=tel] {
	outline: none;
	text-decoration: none;
	color: inherit;
	white-space: nowrap;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.icw button,
.icw input,
.icw select,
.icw textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
	background: none;
	padding: 0;
	margin: 0;
	min-width: inherit;
	font: inherit;
	text-transform: none;
	text-align: left;
	color: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icw button:focus,
.icw input:focus,
.icw select:focus,
.icw textarea:focus {
	outline: 0;
}

.icw button,
.icw input[type="button"],
.icw input[type="reset"],
.icw input[type="submit"] {
	cursor: pointer;
}

.icw button[disabled],
.icw input[disabled] {
	cursor: default;
}

.icw button::-moz-focus-inner,
.icw input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.icw input[type="checkbox"],
.icw input[type="radio"] {
	padding: 0;
}

.icw ::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

.icw ::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

.icw :-ms-input-placeholder {
	color: #999;
}

.icw ::-webkit-input-placeholder {
	color: #999;
}

.icw ::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

.icw .placeholder {
	color: #999;
}

.icw label,
.icw input,
.icw textarea,
.icw select {
	font-family: 'DBThaiTextXBd';
	font-size: 22px;
}

.icw input,
.icw textarea,
.icw select {
	line-height: normal;
}

.icw input[type="text"],
.icw input[type="password"],
.icw input[type="date"],
.icw input[type="datetime"],
.icw input[type="datetime-local"],
.icw input[type="month"],
.icw input[type="week"],
.icw input[type="email"],
.icw input[type="number"],
.icw input[type="search"],
.icw input[type="tel"],
.icw input[type="time"],
.icw input[type="url"],
.icw textarea,
.icw select {
	padding: 5px 15px;
	-webkit-transition: border-color ease-in-out .2s;
	-moz-transition: border-color ease-in-out .2s;
	-o-transition: border-color ease-in-out .2s;
	transition: border-color ease-in-out .2s;
}

.icw input[type="text"],
.icw input[type="password"],
.icw input[type="date"],
.icw input[type="datetime"],
.icw input[type="datetime-local"],
.icw input[type="month"],
.icw input[type="week"],
.icw input[type="email"],
.icw input[type="number"],
.icw input[type="search"],
.icw input[type="tel"],
.icw input[type="time"],
.icw input[type="url"],
.icw textarea,
.icw select,
.select .chosen-container-single .chosen-single {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.icw input[type="text"],
.icw input[type="password"],
.icw input[type="date"],
.icw input[type="datetime"],
.icw input[type="datetime-local"],
.icw input[type="month"],
.icw input[type="week"],
.icw input[type="email"],
.icw input[type="number"],
.icw input[type="search"],
.icw input[type="tel"],
.icw input[type="time"],
.icw input[type="url"],
.icw textarea,
.icw select {
	display: block;
	width: 100%;
	height: 40px;
	background-color: #fff;
}

.icw input[type="text"],
.icw input[type="password"],
.icw input[type="date"],
.icw input[type="datetime"],
.icw input[type="datetime-local"],
.icw input[type="month"],
.icw input[type="week"],
.icw input[type="email"],
.icw input[type="number"],
.icw input[type="search"],
.icw input[type="tel"],
.icw input[type="time"],
.icw input[type="url"],
.icw textarea,
.icw select,
.chosen-container-single .chosen-single {
	border: 1px solid #eee;
}

.icw input[type="text"]:focus,
.icw input[type="password"]:focus,
.icw input[type="date"]:focus,
.icw input[type="datetime"]:focus,
.icw input[type="datetime-local"]:focus,
.icw input[type="month"]:focus,
.icw input[type="week"]:focus,
.icw input[type="email"]:focus,
.icw input[type="number"]:focus,
.icw input[type="search"]:focus,
.icw input[type="tel"]:focus,
.icw input[type="time"]:focus,
.icw input[type="url"]:focus,
.icw textarea:focus,
.icw select:focus,
.select .chosen-container-active .chosen-single,
.select .chosen-container-active .chosen-drop {
	border-color: #00a950;
}

.icw input[type="password"] {
	letter-spacing: 1px;
}

.icw textarea {
	overflow: auto;
	width: 100% !important;
	min-width: 100%;
	max-width: 100%;
	min-height: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: -1px;
}

.icw-form .icw-label,
.icw-input-unit .unit,
.css-label {
	color: #999;
}

.icw input[type="text"]:focus,
.icw input[type="password"]:focus,
.icw input[type="date"]:focus,
.icw input[type="datetime"]:focus,
.icw input[type="datetime-local"]:focus,
.icw input[type="month"]:focus,
.icw input[type="week"]:focus,
.icw input[type="email"]:focus,
.icw input[type="number"]:focus,
.icw input[type="search"]:focus,
.icw input[type="tel"]:focus,
.icw input[type="time"]:focus,
.icw input[type="url"]:focus,
.icw textarea:focus,
.icw select:focus,
input[type=radio].css-checkbox + .css-label,
input[type=checkbox].css-checkbox + .css-label,
.select .chosen-container-active .chosen-single,
.select .chosen-container-active .chosen-drop,
.select .chosen-container-single .chosen-single,
.select-transparent select,
.select-transparent .chosen-container-single .chosen-single,
.icw-form .filled input,
.icw-form .filled textarea,
.icw-form .filled select {
	color: #777;
}

.select .chosen-container .chosen-results li.disabled-result {
	color: #999;
}

.select {
	position: relative;
}

.select:after {
	content: "";
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 0;
	z-index: 1;
	pointer-events: none;
	display: inline-block;
	width: 40px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: #fff;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

.select:after {
	content: "\e90d";
	font-family: 'icokbank';
	font-size: 80%;
}

.select select,
.select select:focus {
	width: 100%;
	cursor: pointer;
	text-overflow: "";
}

.select select {
	padding-right: 20px;
	color: #ccc;
}

.select .chosen-single {
	text-decoration: none !important;
	box-shadow: none;
	outline: 0;
}

.select .chosen-container {
	text-align: left;
	font-size: 22px;
}

.select .chosen-container-single .chosen-single div {
	/*display: none;*/
}

.select .chosen-container-single .chosen-single div b {
	background: none !important;
}

.select .chosen-container-single .chosen-default {
	color: #999;
}

.select .chosen-container-single .chosen-drop {
	margin-top: -4px;
	padding-top: 4px;
	padding-bottom: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.select .chosen-container-active .chosen-drop {
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.select .chosen-container .chosen-results {
	margin: 0;
	padding: 0;
	max-height: 140px;
	color: #777;
}

.select .chosen-container .chosen-results li {
	padding: 8px 15px;
	line-height: 1.3;
}

.select-transparent select,
.select-transparent .chosen-container-single .chosen-single {
	height: 29px;
	line-height: 29px;
	padding-top: 0;
	padding-bottom: 0;
}

.select-transparent select,
.select-transparent .chosen-container-single .chosen-single,
.select-transparent .chosen-container .chosen-results li {
	padding-left: 10px;

}

.select-transparent select,
.select-transparent .chosen-container-single .chosen-single,
.select-transparent .chosen-container .chosen-drop {
	background: none;
	border: 0;
	box-shadow: none;
}

.select-transparent .chosen-container .chosen-drop {
	background-color: #fff;
}

.select-transparent .chosen-container-single .chosen-single span {
	margin-right: 15px;
}

.select-transparent:after {
	width: 20px;
	height: 31px;
	line-height: 30px;
	top: -1px;
	right: 0;
	text-align: right;
	background-color: transparent;
}

.select .chosen-container-single .chosen-single span {
	padding: 4px 0;
	line-height: 32px;
}

.radio,
.checkbox {
	position: relative;
	margin: 10px 0;
	line-height: 1;
}

.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 0 0;
	line-height: 1;
}

.css-label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type=radio].css-checkbox,
input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	/*top: -1000px;*/
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type=radio].css-checkbox + .css-label,
input[type=checkbox].css-checkbox + .css-label {
	display: inline-block;
	padding-left: 30px;
	height: auto;
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	cursor: pointer;
}

input[type=radio].css-checkbox + .css-label {
	background-image: url(../img/icon/radio.png);
	background-image: url("../../assets/img/icon/radio.png");
}

input[type=radio].css-checkbox:checked + .css-label {
	background-image: url("../../assets/img/icon/radio-chk.png");
}

input[type=checkbox].css-checkbox + .css-label {
	background-image: url("../../assets/img/icon/checkbox.png");
}

input[type=checkbox].css-checkbox:checked + .css-label {
	background-image: url("../../assets/img/icon/checkbox-chk.png");
}

input[type=radio].css-checkbox[disabled] + .css-label,
input[type=checkbox].css-checkbox[disabled] + .css-label {
	color: #999;
	cursor: default;
}

.checkboxfull {
	position: relative;
	margin: 0;
}

.checkboxfull .css-label {
	width: 100%;
}

.checkboxfull .css-label:after {
	font-family: 'icokbank';
	content: "";
	position: absolute;
	right: 0;
	top: 7px;
	font-size: 80%;
	color: #00a950;
}

.checkboxfull input[type=checkbox].css-checkbox + .css-label {
	display: block;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 30px;
}

.checkboxfull input[type=checkbox].css-checkbox:checked + .css-label:after {
	content: "\e914";
}

.checkboxbd {
	position: relative;
	margin: 0;
	display: table;
	width: 100%;
}

.checkboxbd .css-label {
	width: 100%;
	-webkit-transition: .1s;
	-moz-transition: .1s;
	transition: .1s;
}

.checkboxbd input[type=checkbox].css-checkbox + .css-label,
.checkboxbd input[type=radio].css-checkbox + .css-label {
	margin-bottom: 0;
	padding: 15px;
	display: table-cell;
	height: 110px;
	vertical-align: middle;
	border: 1px solid #eee;
	text-align: center;
}

.checkboxbd input[type=checkbox].css-checkbox:checked + .css-label,
.checkboxbd input[type=radio].css-checkbox:checked + .css-label {
	border-color: #00a950;
	color: #00a950;
}

.checkboxfull input[type=checkbox].css-checkbox + .css-label,
.checkboxfull input[type=checkbox].css-checkbox:checked + .css-label,
.checkboxbd input[type=checkbox].css-checkbox + .css-label,
.checkboxbd input[type=checkbox].css-checkbox:checked + .css-label,
.checkboxbd input[type=radio].css-checkbox + .css-label,
.checkboxbd input[type=radio].css-checkbox:checked + .css-label {
	background-image: none;
}

.icw input[disabled],
.icw textarea[disabled],
.icw select[disabled] {
	background-color: #f2f2f2;
	color: #999 !important;
	opacity: 1 !important;
}

.entryform .caption {
	margin-bottom: 20px;
}

.entryform .caption h3 {
	margin-bottom: 15px;
}

.entryform .captcha-box {
	margin-top: 20px;
	margin-bottom: 30px;
}

.icw-fields:after {
	content: "";
	display: table;
	clear: both;
}

ul.icw-fields,
.icw-fields {
	position: relative;
	margin: 0 -10px !important;
	font-size: 0;
}

ul.icw-fields,
ul.icw-fields li {
	list-style: none !important;
}

.icw-fields .icw-field {
	/*float: left;*/
	width: 50%;
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin-bottom: 0;
}

.icw-fields .icw-field-full {
	float: none;
	width: 100%;
	clear: both;
}

.icw-fields:after {
	content: "";
	display: table;
	height: 0;
	clear: both;
}

.icw-form .hide {
	display: none;
}

.icw-form .icw-fieldset {
	margin-bottom: 40px;
}

.icw-form .icw-fieldset .form-block {
	margin-bottom: 0;
}

.icw-form .icw-fieldset-inner {
	padding: 0 30px;
}

.icw-form .icw-legend {
	color: #333;
	margin-bottom: 15px;
}

.icw-form .icw-label {
	display: block;
	margin-bottom: 5px;
	padding-left: 15px;
}

.icw-form .icw-label-inline {
	line-height: 40px;
	margin-right: 10px;
}

.icw-form .icw-input {
	position: relative;
	padding: 20px 0;
	font-family: 'DBThaiTextXBd';
}

.icw-form .icw-input.padding-0 {
	padding: 0;
}

.icw-form .icw-input.padding-top-0 {
	padding-top: 0;
}

.icw-form .icw-input.padding-bottom-0 {
	padding-bottom: 0;
}

.icw-form .icw-input .search-icon {
	position: absolute;
	top: 30px;
	right: 10px;
}

.icw-form .icw-input .search-icon .ic {
	font-size: 20px;
	color: #ccc;
}

.icw-form .overlabel {
	display: inline-block;
	font-size: 22px;
	line-height: 40px;
	padding-left: 15px;
	color: #999;
	margin: 0;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 0;
	text-transform: none;
	-webkit-transition: .1s;
	-moz-transition: .1s;
	transition: .1s;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	pointer-events: none;
}

.icw-form textarea + .overlabel {
	top: 19px;
}

.icw-form input:focus + .overlabel,
.icw-form textarea:focus + .overlabel,
.icw-form .filled input + .overlabel,
.icw-form .filled textarea + .overlabel,
.icw-form .overlabel-fixed {
	line-height: 1;
	top: -5px;
}

.icw-form .filled input,
.icw-form .filled textarea {
	color: #333;
}

.icw-form .input-group .overlabel {
	top: 0;
}

.icw-form .input-group input:focus + .overlabel,
.icw-form .filled .input-group input + .overlabel {
	top: -24px;
}

.icw-form input:focus + .overlabel-fade,
.icw-form textarea:focus + .overlabel-fade,
.icw-form .filled input + .overlabel-fade,
.icw-form .filled textarea + .overlabel-fade {
	line-height: 40px;
	top: 20px;
	opacity: 0;
	visibility: hidden;
}

.icw-form .icw-input.padding-0 input + .overlabel-fade,
.icw-form .icw-input.padding-0 textarea + .overlabel-fade,
.icw-form .icw-input.padding-0 .filled input + .overlabel-fade,
.icw-form .icw-input.padding-0 .filled textarea + .overlabel-fade {
	top: 0 !important;
}

.icw-input .radio-inline,
.icw-input .checkbox-inline {
	min-width: 100px;
	margin: 9px 15px 0 0;
}

.icw-input-date:after {
	content: "";
	display: table;
	clear: both;
}

.icw-input-date .select {
	width: 33.3333333%;
	float: left;
}

.icw-input-date .select-w50 {
	width: 50%;
}

.icw-input-date .select select,
.icw-input-date .select .chosen-container-single .chosen-single {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.icw-input-date .select-first select,
.icw-input-date .select-first .chosen-container-single .chosen-single {
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.icw-input-date .select-last select,
.icw-input-date .select-last .chosen-container-single .chosen-single {
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.icw-form .icw-inputnote {
	clear: both;
	margin: 0;
	padding: 5px 15px 0;
	font-size: 13px;
	color: #bbb;
}

.icw-form .icw-inputvalid {
	clear: both;
	margin: 0;
	font-size: 13px;
	color: #ed1b2e;
}

.icw-form .icw-inputnote ul,
.icw-form .icw-inputnote ol,
.icw-form .icw-inputnote li {
	margin: 0;
}

.icw-input-unit .unit-col {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.icw-input-unit .unit {
	display: inline-block;
	min-width: 85px;
	text-align: center;
	font-family: 'DBThaiTextXBd';
	font-size: 24px;
	padding-left: 15px;
	white-space: nowrap;
}

.icw .input-required,
.icw .input-required + .chosen-container-single .chosen-single,
.icw .input-required + .chosen-container-active .chosen-drop {
	border-color: #f91919 !important;
}

.icw input[type="text"].input-gray,
.icw input[type="password"].input-gray,
.icw input[type="date"].input-gray,
.icw input[type="datetime"].input-gray,
.icw input[type="datetime-local"].input-gray,
.icw input[type="month"].input-gray,
.icw input[type="week"].input-gray,
.icw input[type="email"].input-gray,
.icw input[type="number"].input-gray,
.icw input[type="search"].input-gray,
.icw input[type="tel"].input-gray,
.icw input[type="time"].input-gray,
.icw input[type="url"].input-gray,
.icw textarea.input-gray,
.icw select.input-gray {
	background-color: #fafafa;
}

.icw .asterisk {
	font-size: 25px;
	color: #f91919;
}

.action-form {
	margin-top: 30px;
	text-align: center;
}

.action-formnew {
	margin-top: 5px;
	text-align: center;
}

.action-form .btn {
	margin-right: 10px;
}

.action-form .btn:last-child {
	margin-right: 0;
}

.entryform .radio,
.entryform .checkbox {
	padding-left: 15px;
}

.entryform dd {
	margin-left: 30px;
}

.entryform-box,
.form-message-box {
	padding: 40px 30px;
	background-color: #fafafa;
	margin-bottom: 30px;
}

.form-message-box .heading {
	margin-bottom: 20px;
}

.entryform.md {
	width: 550px;
	max-width: 100%;
	margin: 0 auto;
}

.form-box {
	display: block;
	margin: 0 auto;
}

.form-box-sm {
	width: 360px;
	max-width: 100%;
}

.form-box .icw-form .icw-input {
	padding-bottom: 10px;
}

.icw .clr {
	clear: both;
	width: 100%;
	line-height: 0;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.icw .clr:after {
	content: "";
	display: table;
	height: 0;
	margin: 0;
	padding: 0;
	clear: both;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-weight: normal;
}

h1,
.heading-h1,
h2,
.heading-h2,
h3,
.heading-h3,
h4,
.heading-h4 {
	font-family: 'DBThaiTextXBd';
	color: #333;
	line-height: 0.8;
}

h1,
.heading-h1 {
	font-size: 60px;
}

h2,
.heading-h2 {
	font-size: 50px;
}

h3,
.heading-h3 {
	font-size: 35px;
}

h4,
.heading-h4 {
	font-size: 30px;
}

.ct-white {
	color: #fff !important;
}

.ct-green {
	color: #00a94f;
}

.ct-black {
	color: #333;
}

.ct-note {
	font-size: 12px;
}

a.link {
	color: #00a94f;
	text-decoration: underline;
}

.ct-center {
	text-align: center;
}

.ct-right {
	text-align: right;
}

.vertical-center {
	display: table;
	width: 100%;
	height: 100%;
}

.content-vertical-top {
	display: table-cell;
	vertical-align: top;
}

.content-vertical-center {
	display: table-cell;
	vertical-align: middle;
}

.content-vertical-bottom {
	display: table-cell;
	vertical-align: bottom;
}

/* Header Footer */
.header {
	width: 100%;
	height: 80px;
	line-height: 80px;
	position: relative;
	z-index: 1;
	background: rgba(4, 160, 77, 1);
	background: -moz-linear-gradient(left, rgba(4, 160, 77, 1) 0%, rgba(16, 131, 70, 1) 20%, rgba(26, 111, 66, 1) 50%, rgba(39, 77, 57, 1) 80%, rgba(47, 59, 53, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(4, 160, 77, 1)), color-stop(20%, rgba(16, 131, 70, 1)), color-stop(50%, rgba(26, 111, 66, 1)), color-stop(80%, rgba(39, 77, 57, 1)), color-stop(100%, rgba(47, 59, 53, 1)));
	background: -webkit-linear-gradient(left, rgba(4, 160, 77, 1) 0%, rgba(16, 131, 70, 1) 20%, rgba(26, 111, 66, 1) 50%, rgba(39, 77, 57, 1) 80%, rgba(47, 59, 53, 1) 100%);
	background: -o-linear-gradient(left, rgba(4, 160, 77, 1) 0%, rgba(16, 131, 70, 1) 20%, rgba(26, 111, 66, 1) 50%, rgba(39, 77, 57, 1) 80%, rgba(47, 59, 53, 1) 100%);
	background: -ms-linear-gradient(left, rgba(4, 160, 77, 1) 0%, rgba(16, 131, 70, 1) 20%, rgba(26, 111, 66, 1) 50%, rgba(39, 77, 57, 1) 80%, rgba(47, 59, 53, 1) 100%);
	background: linear-gradient(to right, rgba(4, 160, 77, 1) 0%, rgba(16, 131, 70, 1) 20%, rgba(26, 111, 66, 1) 50%, rgba(39, 77, 57, 1) 80%, rgba(47, 59, 53, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04a04d', endColorstr='#2f3b35', GradientType=1);
}

.header .logo {
	position: absolute;
	top: 0;
	left: 50px;
}

.header .logo .mainweb img {
	width: 50px;
}

.header .logo .web img {
	width: 195px;
}

.header .logo .mainweb,
.header .logo .web,
.header .logo .line {
	display: inline-block;
	vertical-align: middle;
}

.header .logo .line {
	width: 1px;
	height: 35px;
	margin: 0 20px;
	background-color: #fff;
}

.header .main-menu {
	text-align: center;
}

.main-menu .menu-list li {
	display: inline-block;
	margin: 0 10px;
	position: relative;
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
}

.main-menu .menu-list li.active {
	position: relative;
}

.main-menu .menu-list li.active:before,
.main-menu .menu-list li:hover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
}

.main-menu .menu-list li a {
	font-family: 'DBThaiTextXBd';
	font-size: 28px;
	color: #fff;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opactiy .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

.header .register-wrapper {
	position: absolute;
	top: 0;
	right: 50px;
}

.header .register-wrapper .btn {
	margin-right: 15px;
}

.header .register-wrapper .btn:last-child {
	margin-right: 0;
}

/* Header for HOMEPAGE */
.header.header-home {
	background: none;
}

.header.header-home .main-menu .menu-list li a:hover {
	opacity: 0.5;
}

.header.header-home .main-menu .menu-list li:hover:before {
	background-color: transparent;
}

/* End Header for HOMEPAGE */
.footer {
	width: 100%;
	display: table;
	padding-bottom: 10px;
	color: #fff;
	font-family: 'DBThaiTextXBd';
	font-size: 40px;
	background: rgba(4, 160, 77, 1);
	background: -moz-linear-gradient(left, rgba(4, 160, 77, 1) 0%, rgba(16, 131, 70, 1) 20%, rgba(26, 111, 66, 1) 50%, rgba(39, 77, 57, 1) 80%, rgba(47, 59, 53, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(4, 160, 77, 1)), color-stop(20%, rgba(16, 131, 70, 1)), color-stop(50%, rgba(26, 111, 66, 1)), color-stop(80%, rgba(39, 77, 57, 1)), color-stop(100%, rgba(47, 59, 53, 1)));
	background: -webkit-linear-gradient(left, rgba(4, 160, 77, 1) 0%, rgba(16, 131, 70, 1) 20%, rgba(26, 111, 66, 1) 50%, rgba(39, 77, 57, 1) 80%, rgba(47, 59, 53, 1) 100%);
	background: -o-linear-gradient(left, rgba(4, 160, 77, 1) 0%, rgba(16, 131, 70, 1) 20%, rgba(26, 111, 66, 1) 50%, rgba(39, 77, 57, 1) 80%, rgba(47, 59, 53, 1) 100%);
	background: -ms-linear-gradient(left, rgba(4, 160, 77, 1) 0%, rgba(16, 131, 70, 1) 20%, rgba(26, 111, 66, 1) 50%, rgba(39, 77, 57, 1) 80%, rgba(47, 59, 53, 1) 100%);
	background: linear-gradient(to right, rgba(4, 160, 77, 1) 0%, rgba(16, 131, 70, 1) 20%, rgba(26, 111, 66, 1) 50%, rgba(39, 77, 57, 1) 80%, rgba(47, 59, 53, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04a04d', endColorstr='#2f3b35', GradientType=1);
}

.footer .navfooter {
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	border-top: 1px solid #eee;
	margin-bottom: 10px;
	padding-left: 50px;
}

.footer .navfooter .footer-link {
	font-family: 'DBThaiTextXBd';
	font-size: 24px;
	color: #999;
}

.footer .navfooter .footer-link li {
	display: inline-block;
	margin-right: 30px;
}

.footer .navfooter .footer-link li:last-child {
	margin-right: 0;
}

.footer .navfooter .footer-link .ic {
	font-size: 20px;
	color: #00a950;
	vertical-align: middle;
	margin-right: 5px;
}

.footer .footer-wrapper {
	position: relative;
}

.footer .contact {
	position: absolute;
	top: 0;
	left: 50px;
	line-height: 1.1;
}

.footer .contact span {
	display: block;
	font-size: 30px;
	margin-left: 42px;
	margin-bottom: -15px;
}

.footer .contact .ic {
	font-size: 30px;
}

.footer .slogan {
	text-align: center;
}

.footer .slogan img {
	width: 200px;
}

.footer .social {
	position: absolute;
	top: 0;
	right: 50px;
}

.footer .social a {
	width: 35px;
	height: 35px;
	display: inline-block;
	background-color: #fff;
	border-radius: 50%;
	color: #2f3b35;
	text-align: center;
	font-size: 18px;
	padding-top: 9px;
	margin-right: 10px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.footer .social a:last-child {
	margin-right: 0;
}

/* End Header Footer */

/* Hamburger */
.hamburger-menu {
	position: absolute;
	top: 18px;
	left: 15px;
	z-index: 5;
}

.hamburger-menu.show {
	left: auto;
	right: 15px;
	animation: fadein 3s;
	-moz-animation: fadein 3s;
	/* Firefox */
	-webkit-animation: fadein 3s;
	/* Safari and Chrome */
	-o-animation: fadein 3s;
	/* Opera */
}

.bars {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25px;
	height: 25px;
	line-height: 0;
}

.bars .i-bar {
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	margin: 3px 0;
	position: absolute;
	-webkit-transition: 0.6s ease;
	-moz-transition: 0.6s ease;
	-o-transition: 0.6s ease;
	transition: 0.6s ease;
	-webkit-transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
	-moz-transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
	-o-transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
	transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
}

.bars .i-bar-top {
	top: 0;
}

.bars .i-bar-middle {
	top: 7px;
}

.bars .i-bar-bottom {
	top: 14px;
}

.hamburger-menu.show .bars .i-bar-top {
	opacity: 0;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

.hamburger-menu.show .bars .i-bar-middle {
	top: 1px;
	-webkit-transform: translate(0, 6px) rotate(45deg);
	transform: translate(0, 6px) rotate(45deg);
}

.hamburger-menu.show .bars .i-bar-bottom {
	bottom: 1px;
	-webkit-transform: translate(0, -6px) rotate(-45deg);
	transform: translate(0, -6px) rotate(-45deg);
}

.menu {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom left, #049f4d, #2b4538);
	z-index: 2;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: transform .6s ease-in-out, visibility ease-in-out .6s;
	transition: transform .6s ease-in-out, visibility ease-in-out .6s;
	backface-visibility: hidden;
	overflow: hidden;
}

.menu.open {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.menu .menu-inner {
	margin-bottom: 50px;
}

.menu .menu-inner .logo {
	width: 165px;
	margin: auto;
}

.menu .menu-inner-list .list li {
	font-family: 'DBThaiTextXBd';
	font-size: 28px;
	color: #fff;
	border-bottom: 1px solid #3a9d69;
	line-height: 1;
	padding: 15px 0;
}

.menu .menu-inner-social {
	margin-top: 40px;
}

.menu .menu-inner-social a {
	width: 35px;
	height: 35px;
	display: inline-block;
	background-color: #fff;
	border-radius: 50%;
	color: #1e613e;
	text-align: center;
	font-size: 18px;
	padding-top: 9px;
	margin-right: 10px;
	line-height: 1;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.menu .menu-inner-social a:last-child {
	margin-right: 0;
}

/* End Hamburger */

/* Highlight */
#section-hl {
	position: relative;
	margin-top: -100px;
	margin-bottom: -1px;
	padding-top: 100px;
}

#section-hl .sc-inner {
	padding: 0;
}

#section-hl .container {
	position: relative;
	display: table;
	height: 100%;
	padding: 0 15px;
}

#section-hl .sc-content-area {
	display: table-cell;
	vertical-align: middle;
}

#section-hl .content-box {
	max-width: 100%;
	padding-top: 45px;
}

#section-hl .btn {
	width: 180px;
	padding: 6px 15px;
	font-size: 30px;
	border-radius: 25px;
	margin-bottom: 30px;
}

#section-hl .icw-form .icw-label {
	color: #fff;
}

#section-hl .icw-fields .icw-field {
	width: 25%;
}

#section-hl .icw-input .dash {
	position: absolute;
	left: 48%;
	font-size: 30px;
	color: #fff;
	line-height: 1;
	top: 55%;
}

#section-hl .icw-input .input-half {
	width: 45%;
	float: left;
}

#section-hl .icw-input .input-half.last {
	float: right;
}

#section-hl .hl-form {
	width: 100%;
	padding: 10px 0;
	margin-top: 30px;
}

#section-hl .hl-formnew {
	width: 100%;
}

/* End Highlight */
.section {
	position: relative;
	overflow: hidden;
}

.section.no-hidden {
	overflow: inherit;
}

.section .sc-bgimg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: background-image 200ms ease-in-out;
	-moz-transition: background-image 200ms ease-in-out;
	-o-transition: background-image 200ms ease-in-out;
	transition: background-image 200ms ease-in-out;
}

.section .img-bound {
	display: block;
	width: 100%;
}

.section.sc-full-bg {
	height: 100%;
}

.section.sc-full-bg .sc-bgimg .img-bound {
	display: block;
	width: 100%;
}

.section.sc-full-bg .sc-inner {
	display: block;
	/*position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	overflow: hidden;
	background: none;
	z-index: 0;
}

.section.sc-full-bg .container {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
}

.section.sc-full-bg .sc-content-area {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

.section.sc-full-bg .content-box {
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	color: #999;
}

.container {
	width: 100%;
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;

}

.container-md {
	max-width: 1000px;
}

.container-sm {
	max-width: 850px;
}

.section .sc-inner {
	padding: 80px 0;
}

.section .sc-inner.no-t {
	padding-top: 0;
}

.section .sc-inner.less-t {
	padding-top: 40px;
}

.section .sc-inner.no-bt {
	padding-bottom: 0;
}

.section .sc-headline {
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.section .sc-headlinenew {
	padding-bottom: 10px;
}

.section .sc-headline h1,
.section .sc-headline h2 {
	margin-bottom: 10px;
}

.sc-bg-gray {
	background-color: #f8f8f8;
}

.c-green {
	color: #00A850 !important;
}

.c-gray {
	color: #999 !important;
}

.a-center {
	text-align: center !important;
}

/* Btn */
button {
	text-shadow: none;
}

.btn,
button.btn {
	display: inline-block;
	padding: 5px 30px;
	margin-bottom: 0;
	font-weight: normal;
	font-family: 'DBThaiTextXBd';
	font-size: 25px;
	line-height: 1;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
	background-color: #00a950;
	color: #fff;
	background-image: none;
	border: 1px solid transparent;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}

.btn:hover {
	background-color: #028f44;
	color: #fff;
}

.btn.transparent {
	background-color: transparent;
	border: 1px solid #00a950;
}

.btn.submit {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.btn-refresh {
	display: inline-block;
	position: relative;
	font-size: 14px;
	color: #00a950;
	text-decoration: none;
}

.btn-refresh:before {
	font-family: 'icokbank';
	content: "\e92b";
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

.btn-refresh:hover {
	text-decoration: underline;
}

.btn .ic,
button .ic {
	font-size: 15px;
	margin-right: 5px;
}

/* End Btn */

.thumbnail-popular {
	margin-bottom: 20px;
}

.thumbnail-popular .popular {
	width: 100%;
	display: table;
	font-size: 0;
	table-layout: fixed;
}

.popular .image {
	width: 60%;
	display: table-cell;
	vertical-align: middle;
}

.popular .caption {
	width: 40%;
	display: table-cell;
	vertical-align: middle;
	background-color: #fff;
	padding: 20px 20px 20px 60px;
	border-bottom: 4px solid #00a94f;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.popular .caption .category {
	font-family: 'DBThaiTextXBd';
	font-size: 24px;
	color: #333;
}

.popular .caption .title {
	color: #00a94f;
	margin-bottom: 20px;
	font-size: 50px;
}

.popular .caption .desc {
	font-size: 16px;
	margin-bottom: 25px;
}

.popular .caption .num {
	color: #333;
}

.popular .caption .price {
	font-family: 'DBThaiTextXBd';
	font-size: 55px;
	color: #000;
	line-height: 0.6;
}

.popular .caption .price span {
	font-size: 30px;
	color: #bbb;
	display: inline-block;
	position: relative;
}

.popular .caption .price span:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #ccc;
	left: 0;
	top: 50%;
}

.thumbnails-container .thumbnails {
	margin-left: -10px;
	margin-right: -10px;
}

.thumbnails .thumbnail {
	float: left;
	padding: 0 10px;
	outline: 0;
}

.thumbnail .caption-inner {
	width: 85%;
	position: relative;
	margin: auto;
	margin-top: -40px;
	background-color: #fff;
	padding: 30px 10px;
	border-bottom: 4px solid #00a94f;
	text-align: center;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.thumbnail .caption-inner .title {
	color: #00a94f;
	margin-bottom: 15px;
}

.thumbnail .caption-inner .num {
	color: #333;
}

.thumbnail .caption-inner .desc {
	margin-bottom: 15px;
	height: 25px;
}

.thumbnail .caption-inner .desc span {
	margin: 0 8px;
	position: relative;
}

.thumbnail .caption-inner .desc span:after {
	content: "";
	position: absolute;
	right: -8px;
	top: 0;
	width: 1px;
	height: 15px;
	background-color: #999;
}

.thumbnail .caption-inner .desc span:last-child:after {
	background-color: transparent;
}

.thumbnail .caption-inner .price {
	font-family: 'DBThaiTextXBd';
	font-size: 40px;
	color: #000;
	line-height: 0.6;
}

.thumbnail .caption-inner .price span {
	display: inline-block;
	font-size: 30px;
	color: #bbb;
	position: relative;
}

.thumbnail .caption-inner .price span:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #ccc;
	left: 0;
	top: 50%;
}

.image {
	position: relative;
}

.imageraduis {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.tag {
	position: absolute;
	top: 20px;
	left: 25px;
	margin-right: 5px;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
	color: #fff !important;
	height: 24px;
	line-height: 23px;
	padding: 0 8px;
	border: 1px solid #ff0000;
	background-color: #ff0000;
	z-index: 9;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	white-space: nowrap;
	text-decoration: none !important;
	-webkit-transition: ease-in-out .2s;
	-moz-transition: ease-in-out .2s;
	-o-transition: ease-in-out .2s;
	transition: ease-in-out .2s;
}

.tag.new {
	background-color: #1f623f;
	border: 1px solid #1f623f;
}

.favorite {
	position: absolute;
	top: 20px;
	right: 25px;
	z-index: 9;
	cursor: pointer;
}

.favorite .ic {
	font-size: 22px;
	color: #fff;
}

.favorite.selected .ic {
	color: #ff0000;
}

/* Thumbnails Slick */
.thumbnails .slick-prev,
.thumbnails .slick-next {
	width: 34px;
	height: 34px;
	position: absolute;
	top: 30%;
}

.thumbnails .slick-prev {
	left: -50px;
	color: transparent !important;
	text-shadow: none;
}

.thumbnails .slick-next {
	right: -50px;
	color: transparent !important;
	text-shadow: none;
}

.thumbnails .slick-next:before,
.thumbnails .slick-prev:before {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
	color: #9a9a9a;
	font-family: 'icokbank';
	font-size: 12px;
	opacity: 1;
	border: 1px solid #9a9a9a;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	background-color: #f8f8f8;
}

.thumbnails .slick-next:before {
	content: "\e909";
}

.thumbnails .slick-prev:before {
	content: "\e908";
}

.thumbnails .slick-prev.slick-disabled:before,
.thumbnails .slick-next.slick-disabled:before {
	opacity: 1;
}

.thumbnails .slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.thumbnails .slick-dots {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	bottom: -45px;
}

.thumbnails .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.thumbnails .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.thumbnails .slick-dots li button:hover,
.thumbnails .slick-dots li button:focus {
	outline: none;
}

.thumbnails .slick-dots li button:hover:before,
.thumbnails .slick-dots li button:focus:before {
	background-color: #00a950;
	border: 1px solid #00a950;
	opacity: 1;
}

.thumbnails .slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	content: '';
	opacity: 1;
	background-color: #fff;
	border: 1px solid #00a950;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.thumbnails .slick-dots li.slick-active button:before,
.thumbnails .slick-dots li.slick-active button:before {
	background-color: #00a950;
	border: 1px solid #00a950;
	opacity: 1;
}

/* End Thumbnails Slick */

/* Thumbnails Center */
.thumbnails-center-container {
	width: 100%;
	display: inline-block;
}

.thumbnails-center-detail {
	width: 25%;
	float: left;
	padding-top: 40px;
	padding-right: 40px;
}

.thumbnails-center-slider {
	width: 75%;
	float: left;
	margin-bottom: 0;
}

.thumbnails-center {
	position: relative;
	padding: 0 2px;
	width: 33.3333333%;
	float: left;
}

.thumbnails-center .caption {
	width: 100%;
	left: 2px;
	bottom: 0;
	padding: 15px 20px;
	color: #999;
	z-index: 2;
	background-color: #fff;
	border-bottom: 4px solid #00a94f;
	min-height: 165px;
}

.thumbnails-center .caption .inner {
	/*height: 130px;*/
	overflow: hidden;
}

.thumbnails-center .caption .title {
	color: #00a94f;
	margin-bottom: 10px;
	height: 50px;
	overflow: hidden;
	font-size: 30px;
}

.thumbnails-center-slider .slick-prev,
.thumbnails-center-slider .slick-next {
	width: 34px;
	height: 34px;
	position: absolute;
	top: 85%;
}

.thumbnails-center-slider .slick-prev {
	left: -33%;
	color: transparent !important;
	text-shadow: none;
}

.thumbnails-center-slider .slick-next {
	right: auto;
	left: -27%;
	color: transparent !important;
	text-shadow: none;
}

.thumbnails-center-slider .slick-next:before,
.thumbnails-center-slider .slick-prev:before {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
	color: #9a9a9a;
	font-family: 'icokbank';
	font-size: 12px;
	opacity: 1;
	border: 1px solid #9a9a9a;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	background-color: transparent;
}

.thumbnails-center-slider .slick-next:before {
	content: "\e909";
}

.thumbnails-center-slider .slick-prev:before {
	content: "\e908";
}

.thumbnails-center-slider .slick-prev.slick-disabled:before,
.thumbnails-center-slider .slick-next.slick-disabled:before {
	opacity: 1;
}

.thumbnails-center-slider .slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.thumbnails-center-slider .slick-dots {
	text-align: left;
	left: -33%;
	bottom: 0;
}

.thumbnails-center-slider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.thumbnails-center-slider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.thumbnails-center-slider .slick-dots li button:hover,
.thumbnails-center-slider .slick-dots li button:focus {
	outline: none;
}

.thumbnails-center-slider .slick-dots li button:hover:before,
.thumbnails-center-slider .slick-dots li button:focus:before {
	background-color: #00a950;
	border: 1px solid #00a950;
	opacity: 1;
}

.thumbnails-center-slider .slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	content: '';
	opacity: 1;
	background-color: #fff;
	border: 1px solid #00a950;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.thumbnails-center-slider .slick-dots li.slick-active button:before,
.thumbnails-center-slider .slick-dots li.slick-active button:before {
	background-color: #00a950;
	border: 1px solid #00a950;
	opacity: 1;
}

/* End Thumbnails Center */

/* Bannerads */
.bannerads-slider .slick-prev,
.bannerads-slider .slick-next {
	display: none !important;
}

.bannerads-slider .slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.bannerads-slider .slick-dots {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	bottom: -30px;
}

.bannerads-slider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.bannerads-slider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.bannerads-slider .slick-dots li button:hover,
.bannerads-slider .slick-dots li button:focus {
	outline: none;
}

.bannerads-slider .slick-dots li button:hover:before,
.bannerads-slider .slick-dots li button:focus:before {
	background-color: #00a950;
	border: 1px solid #00a950;
	opacity: 1;
}

.bannerads-slider .slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	content: '';
	opacity: 1;
	background-color: #fff;
	border: 1px solid #00a950;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bannerads-slider .slick-dots li.slick-active button:before,
.bannerads-slider .slick-dots li.slick-active button:before {
	background-color: #00a950;
	border: 1px solid #00a950;
	opacity: 1;
}

/* End Bannerads */

/* Section BG Fixed */
.sc-bg-fixed .img-bound {
	display: block;
	width: 100%;
}

.sc-bg-fixed .sc-inner {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: none;
	padding: 0;
}

.sc-bg-fixed .container {
	display: table;
	height: 100%;
}

.sc-bg-fixed .content-area {
	display: table-cell;
	vertical-align: top;
}

.sc-bg-fixed .content-box {
	max-width: 50%;
	padding-left: 80px;
	padding-right: 80px;
}

.sc-bg-fixed .content-box .title {
	margin-bottom: 20px;
}

.sc-bg-fixed .content-box .action {
	margin-top: 20px;
}

.sc-ct-right {
	text-align: left;
}

.sc-ct-right .content-box {
	margin-left: auto;
	padding-left: 100px;
}

.sc-ct-center {
	text-align: center;
}

.sc-ct-center .content-box {
	max-width: 75%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

.sc-ct-vmiddle .content-area {
	vertical-align: middle;
}

.sc-ct-vbottom .content-area {
	vertical-align: bottom;
}

.sc-ct-fixed .sc-inner {
	position: absolute !important;
	height: 100% !important;
	width: 100% !important;
}

/* End Section BG Fixed */

/* Icon Lists */
.icon-lists {
	width: 100%;
	display: inline-block;
	margin-left: -10px;
	margin-right: -10px;
}

.icon-lists .icon-list {
	width: 33.3333333%;
	float: left;
	padding: 50px 10px;
}

.icon-lists .icon-list .ic {
	font-size: 30px;
	color: #333;
}

.icon-lists .icon-list .num {
	font-family: 'DBThaiTextXBd';
	color: #00a94f;
	font-size: 90px;
	line-height: 0.6;
	margin-bottom: 20px;
}

.icon-lists .icon-list .title {
	margin-bottom: 15px;
}

/* End Icon Lists */

/* Calculator */
.calculator {
	width: 100%;
	display: table;
	table-layout: fixed;
	border: 1px solid #ddddde;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.calculator .cal-col {
	width: 50%;
	position: relative;
	display: table-cell;
	vertical-align: top;
	border-right: 1px solid #ddddde;
}

.calculator .cal-col .cal-inner {
	padding: 30px;
}

.calculator .cal-col:last-child {
	border-right: 0;
}

.calculator .cal-col .heading {
	margin-bottom: 30px;
}

.calculator .cal-col.cal-result {
	background-color: #fafafa;
}

.calculator .action {
	text-align: center;
	margin-top: 20px;
	color: #069d4c;
}

.calculator .note {
	width: 100%;
	padding: 0 30px;
	position: absolute;
	bottom: 30px;
	left: 0;
}

.cal-result-box .table-cal-result {
	margin-bottom: 40px;
}

.cal-result-box .title {
	line-height: 1.3;
	margin-bottom: 10px;
}

.cal-result-box .result {
	font-size: 30px;
	line-height: 27px;
	text-align: right;
}

.cal-result-box .outcome {
	font-size: 35px;
	line-height: 30px;
	color: #00a950;
}

.cal-result-box .td-unit {
	width: 1%;
	text-align: right;
	white-space: nowrap;
	padding-left: 15px;
}

.table-cal-result {
	width: 100%;
	max-width: 100%;
	font-size: 16px;
	margin: 0;
}

.table-cal-result {
	color: #333;
}

.table-cal-result td {
	padding-top: 0;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
	vertical-align: bottom;
}

.table-cal-result tr:last-child td {
	padding-bottom: 0;
}

.calculator-nav {
	position: relative;
	border-bottom: 1px solid #ddd;
}

.calculator-nav .container {
	position: relative;
}

.calculator-nav .arrow {
	position: absolute;
	right: 15px;
	top: 36%;
}

.calculator-nav .nav-wrapper {
	height: 75px;
	line-height: 75px;
}

.calculator-nav .nav-wrapper h1 {
	line-height: inherit;
	position: relative;
}

.nav-list-m {
	width: 100%;
	padding: 20px;
	background-color: #fff;
	position: absolute;
	top: 75px;
	left: 0;
	z-index: 1;
	display: none;
	-webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1);
}

.nav-list-m .nav-list li {
	margin-bottom: 6px;
}

.nav-list-m .nav-list li.active {
	color: #069d4c;
}

.calculator-2columns {
	width: 100%;
	display: table;
}

.section .calculator-2columns .sc-headline {
	padding-left: 30px;
}

.calculator-2columns .left {
	width: 25%;
	display: table-cell;
	vertical-align: top;
	border-right: 1px solid #ddd;
	padding: 30px 20px 0 0;
}

.calculator-2columns .left .nav-list {
	margin-top: 20px;
}

.calculator-2columns .left .nav-list li {
	margin-bottom: 6px;
}

.calculator-2columns .left .nav-list li.active {
	color: #069d4c;
}

.calculator-2columns .right {
	width: 75%;
	display: table-cell;
	vertical-align: top;
	padding-bottom: 50px;
	padding-top: 30px;
}

.calculator-2columns .right .calculator {
	border-top: 1px solid #ddddde;
	border-bottom: 1px solid #ddddde;
	border-left: 0;
	border-right: 0;
	box-shadow: none;
	border-radius: 0;
}

/* End Calculator*/

/* FAQ */
.accordion {
	position: relative;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: -1px;
}

.accordion-title {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 40px;
	cursor: pointer;
	font-family: 'DBThaiTextXBd';
	font-size: 30px;
	line-height: 0.8;
	color: #333;
	word-wrap: break-word;
}

.accordion-title:after {
	font-family: 'icokbank';
	content: "\e90d";
	font-size: 15px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.accordion-title.active:after {
	content: "\e90e";
}

.accordion-title:after,
.accordion-title:hover,
.accordion-title.active {
	color: #00a950;
}

.accordion-title span {
	font-family: 'DBThaiTextX';
	font-size: 35px;
	line-height: 0.8;
}

.accordion-content .wrap {
	padding: 15px 0 30px;
}

/* End FAQ */

/* Pagination */
.pagination {
	margin: 20px 0;
	text-align: center;
	overflow: hidden;
}

.pagination > a {
	display: inline-block;
	vertical-align: top;
	min-width: 25px;
	padding: 6px;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	color: #777;
}

.pagination > a:hover,
.pagination > a.active,
.pagination > a.prev,
.pagination > a.next {
	color: #00a950;
}

.pagination > a.prev,
.pagination > a.next {
	width: 27px;
	height: 27px;
	padding: 0;
	border: 1px solid #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: border-color ease-in-out .2s;
	-moz-transition: border-color ease-in-out .2s;
	-o-transition: border-color ease-in-out .2s;
	transition: border-color ease-in-out .2s;
}

.pagination > a.prev {
	margin-right: 5px;
}

.pagination > a.next {
	margin-left: 5px;
}

.pagination > a.prev:before,
.pagination > a.next:before {
	display: inline-block;
	vertical-align: top;
	font-family: 'icokbank';
	font-size: 13px;
	line-height: 25px;
}

.pagination > a.prev:before {
	content: "\e908";
}

.pagination > a.next:before {
	content: "\e909";
}

.pagination > a.prev:hover,
.pagination > a.next:hover {
	border-color: #00a950;
}

/* End Pagination */

/* Promotions */
.promotions {
	margin-left: -20px;
	margin-right: -20px;
	display: inline-block;
}

.promotion {
	width: 33.3333333%;
	float: left;
	padding: 0 20px;
	margin-bottom: 60px;
}

.promotion .inner {
	position: relative;
	-webkit-transition: ease-in-out .2s;
	-moz-transition: ease-in-out .2s;
	-o-transition: ease-in-out .2s;
	transition: ease-in-out .2s;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.promotion .inner:hover {
	-webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
}

.promotion .caption {
	padding: 20px;
	height: 160px;
}

.promotion .caption .title {
	height: 58px;
	overflow: hidden;
}

.promotion .bottom {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	padding: 0 20px;
}

.promotion .bottom .date {
	float: left;
	margin-top: 8px;
}

.promotion .bottom .download {
	float: right;
}

.promotion .bottom .download .ic {
	font-size: 35px;
	color: #00a950;
}

/* End Promotions */

/* Announcements */
.announcements {
	margin-left: -10px;
	margin-right: -10px;
	display: inline-block;
}

.announcement {
	width: 33.3333333%;
	float: left;
	padding: 0 10px;
	margin-bottom: 60px;
}

.announcement .inner {
	position: relative;
	-webkit-transition: ease-in-out .2s;
	-moz-transition: ease-in-out .2s;
	-o-transition: ease-in-out .2s;
	transition: ease-in-out .2s;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.announcement .inner:hover {
	-webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
}

.announcement .caption {
	padding: 20px;
	height: 125px;
}

.announcement .caption .date {
	padding: 5px 0;
	font-size: 14px;
}

.announcement .caption .title {
	height: 50px;
	overflow: hidden;
}

/* End Announcements */

/* Announcement Slider */
.announcements.announcement-slider {
	display: inherit;
}

.announcements.announcement-slider .announcement {
	width: auto;
	outline: 0;
	margin-bottom: 10px;
}

.announcement-slider .slick-prev,
.announcement-slider .slick-next {
	display: none !important;
}

.announcement-slider .slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.announcement-slider .slick-dots {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	bottom: -45px;
}

.announcement-slider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.announcement-slider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.announcement-slider .slick-dots li button:hover,
.announcement-slider .slick-dots li button:focus {
	outline: none;
}

.announcement-slider .slick-dots li button:hover:before,
.announcement-slider .slick-dots li button:focus:before {
	background-color: #00a950;
	border: 1px solid #00a950;
	opacity: 1;
}

.announcement-slider .slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	content: '';
	opacity: 1;
	background-color: #fff;
	border: 1px solid #00a950;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.announcement-slider .slick-dots li.slick-active button:before,
.announcement-slider .slick-dots li.slick-active button:before {
	background-color: #00a950;
	border: 1px solid #00a950;
	opacity: 1;
}

/* End Announcement Slider */

/* Article */
.column-main {
	position: relative;
}

.one-column {
	max-width: 900px;
	margin: 0 auto;
}

.one-column .column-main {
	padding: 40px 0 60px;
}

.column-main .content-intro .heading {
	padding-right: 50px;
}

.column-main .share-group {
	position: absolute;
	right: 0;
}

.article .art-banner {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

.article .art-video {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	padding: 0 15px;
}

.article .art-banner {
	background-color: #fafafa;
	overflow: hidden;
}

.article .art-banner img {
	display: block;
	margin: 0 auto;
}

.article .art-headline {
	margin-bottom: 30px;
}

.article .art-headline .share-group {
	right: 0;
	top: 0;
	margin-top: 35px;
}

.article .art-content .table-responsive table {
	margin-bottom: 5px;
}

.article .art-media {
	max-width: 700px;
	margin: 0 auto 40px;
}

.article .art-media img,
.article .art-media .videoWrapper {
	display: block;
	margin: 0 auto 15px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.article .art-media .caption {
	color: #999;
	font-size: 80%;
	font-style: italic;
}

.article .art-bottom {
	position: relative;
	padding: 30px 0 0;
	margin-top: 60px;
	border-top: 1px solid #eee;
	overflow: hidden;
}

.article .art-bottom .type {
	display: inline-block;
	max-width: 96%;
}

.article .art-bottom .share-group {
	position: static;
	float: right;
	cursor: pointer;
}

.article .art-bottom .sc-action {
	margin: 0;
	padding: 0;
	border-top: 0;
	position: static;
	float: left;
}

.article .art-bottom .more {
	color: #00a94f
}

.article .art-bottom .more:hover {
	text-decoration: underline;
}

.article .art-bottom .more:after {
	content: "";
}

.article .art-bottom .more:before {
	font-family: 'icokbank';
	content: "\e908";
	display: inline-block;
	margin-right: 3px;
	font-size: 70%;
}

.share-alt .ic-share-alt {
	font-size: 26px;
	color: #333;
}

/* End Article */

.date {
	font-size: 12px;
	color: #999;
}

.entrycontent p {
	margin-bottom: 10px;
}

.entrycontent ul,
.entrycontent ol {
	margin-bottom: 15px;
	margin-left: 1.3em;
}

.entrycontent li ol {
	margin-left: 0;
}

.entrycontent li {
	margin-bottom: 10px;
}

.entrycontent li li {
	margin-top: 5px;
}

.entrycontent li ul,
.entrycontent li ol {
	margin-bottom: 10px;
}

.entrycontent li ul:last-child,
.entrycontent li ol:last-child {
	margin-bottom: 0;
}

.entrycontent ul > li {
	list-style-type: disc;
}

.entrycontent ol > li {
	list-style-type: decimal;
}

.entrycontent ol {
	counter-reset: item;
	margin-left: 0;
}

.entrycontent ol > li {
	display: table;
	width: 100%;
	text-align: left;
}

.entrycontent ol > li:before {
	content: counters(item, ".") ".";
	counter-increment: item;
	display: table-cell;
	padding-right: 0.45em;
	width: 1%;
	font-weight: normal;
}

.entrycontent ol > li > ol > li:before {
	content: counters(item, ".") "";
}

/* mfp */
.mfp-content {
	background-color: #fff;
	max-width: 375px;
	margin: 0 auto;
}

.mfp-content .white-popup-block {
	padding: 60px 20px 30px;
}

.mfp-close {
	opacity: 1;
}

.mfp-close-btn-in .mfp-close {
	font-size: 0;
	padding: 0;
	top: 21px;
	right: 21px;
	text-align: center;
	color: inherit;
}

.mfp-close-btn-in .mfp-close:after {
	font-family: 'icokbank';
	content: "\e90a";
	font-size: 25px;
}

.mfp-close-btn-in .mfp-close:hover {
	color: #00a950;
}

/* End mfp */

/* Table */
.table-wrap {
	position: relative;
	margin-bottom: 15px;
}

.table-responsive {
	width: 100%;
	min-height: .01%;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 15px;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

table td ul:last-child,
table td ol:last-child,
table td li:last-child,
table td p:last-child {
	margin-bottom: 0;
}

table th.nowrap,
table td.nowrap {
	white-space: nowrap;
}

table tr.bg-green {
	background-color: #00a950;
	color: #fff;
}

table tr.bg-gray {
	background-color: #f8f8f8;
}

.table-data {
	margin-bottom: 20px;
}

.table-wrap .table-data {
	margin-bottom: 0;
}

.table-data tr {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.table-data thead,
.table-data tfoot,
.table-data tbody th {
	color: #333;
	font-weight: 400;
}

.table-data thead {
	font-family: 'DBThaiTextXBd';
	font-size: 30px;
	line-height: 0.8;
}

.table-data thead tr {
	border-color: #e1e1e1;
}

.table-data tfoot tr,
.table-data tbody th {
	background-color: #fafafa;
}

.table-data tbody th {
	font-size: 16px;
}

.table-data th,
.table-data td {
	padding-left: 25px;
	padding-right: 25px;
}

.table-data thead th {
	padding-top: 15px;
	padding-bottom: 15px;
}

.table-data tbody th,
.table-data td {
	padding-top: 14px;
	padding-bottom: 14px;
	vertical-align: top;
}

table th.td-divide,
table td.td-divide {
	border-left: 1px solid #f0f0f0;
}

.table-data tr.action td {
	padding-top: 30px;
	padding-bottom: 30px;
	vertical-align: middle;
}

.table-data img {
	max-width: 300px;
	width: 100%;
}

.table-data .relative {
	position: relative;
}

.table-data .close {
	position: absolute;
	width: 30px;
	height: 30px;
	top: -12px;
	right: -12px;
}

.table-data .link-download {
	position: relative;
	font-family: 'DBThaiTextXBd';
	font-size: 25px;
	color: #00a94f;
	text-decoration: underline;
	margin-left: 30px;
}

.table-data .link-download:before {
	content: "\e91a";
	font-family: 'icokbank' !important;
	font-size: 20px;
	position: absolute;
	left: -30px;
	top: 0;
}

/* End Table */

/* Datepicker */
.datepicker {
	position: relative;
}

.datepicker .px-datepicker {
	color: #333;
	cursor: pointer;
}

.datepicker .px-datepicker-device {
	line-height: 30px;
}

.datepicker .ui-datepicker-trigger,
.datepicker-device:after {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	pointer-events: none;
}

.datepicker .ui-datepicker-trigger:before,
.datepicker-device:after {
	font-family: 'icokbank';
	content: "\e931";
	font-size: 16px;
	opacity: 0.8;
}

.ui-datepicker.ui-widget {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ui-datepicker.ui-widget.ui-widget-content {
	margin-top: 3px;
	border-color: #e1e1e1;
	background-color: #fafafa;
}

.ui-datepicker .ui-widget-header {
	border: 0;
	background: none;
	padding: .2em 0 .4em;
}

.ui-datepicker .ui-datepicker-title select {
	outline: 0;
	border-color: #e1e1e1;
	font-size: .9em;
	margin: 1px;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	background-color: #fafafa;
	background-image: url(../img/icon/selectdate.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.ui-datepicker thead {
	background-color: #00a950;
	color: #fff;
}

.ui-datepicker th {
	padding: .35em .3em;
}

.ui-datepicker .ui-datepicker-calendar tbody tr:first-child td {
	padding-top: 2px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	background: #f2f2f2;
	border: 1px solid #e1e1e1;
	color: #333;
	outline: 0;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
	color: #00a950;
	font-weight: 600;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	background: #00a950;
	/*border-color: #00a950;*/
	color: #fff;
	font-weight: 600;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	top: 2px !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	margin-top: -6px;
}

.ui-widget-header .ui-state-hover,
.ui-widget-header .ui-state-focus {
	border: 0;
	background: none;
	font-weight: normal;
	color: #2b2b2b;
}

/* End Datepicker */

/* Popup Content */
.icw-popup-content.mfp-bg {
	background: #fff;
}

.icw-popup-content.mfp-bg.mfp-ready {
	opacity: 1;
}

.icw-popup-content .mfp-container {
	padding: 0;
	position: fixed;
	max-height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.icw-popup-content .mfp-content {
	max-width: 100%;
}

.icw-popup-content .main-container {
	padding: 100px 0;
}

/* End Popup Content */

/* Popup Share */
.icw-popup-function.mfp-bg {
	background: #f2f2f2;
}

.icw-popup-function.mfp-bg.mfp-ready {
	opacity: 1;
}

.icw-popup-function {}

.icw-popup-function .mfp-container {
	padding: 0;
}

.icw-popup-function .mfp-content {
	background-color: transparent;
	max-width: 100%;
	height: 100%;
}

#popup-share {
	display: table;
	width: 100%;
	height: 100%;
}

#popup-share .main-container {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.share-group {
	display: inline-block;
	text-align: center;
}

.share-group .ic {
	font-size: 26px;
	margin-right: 0;
	display: inline-block;
	vertical-align: middle;
}

.share-group:after {
	content: "";
	display: table;
	clear: both;
}

.share-group h2 {
	margin-bottom: 15px;
	clear: both;
	display: none;
}

.share-group .share-item {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: 10px;
	text-align: center;
	background-color: #00a950;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.share-group .share-item .ic {
	color: #fff;
}

.no-touch .share-group .share-item:hover,
.no-touchevents .share-group .share-item:hover {
	background-color: #fff;
}

.no-touch .share-group .share-item:hover .ic,
.no-touchevents .share-group .share-item:hover {
	color: #00a950;
}

.share-alt .ic-share-alt {
	font-size: 26px;
	color: #333;
}

.no-touch .share-line,
.no-touchevents .share-line {
	display: none;
}

/* End Popup Share */

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-moz-keyframes fadein {

	/* Firefox */
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {

	/* Safari and Chrome */
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-o-keyframes fadein {

	/* Opera */
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.captionraduis {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom: 4px solid #00a94f;
}

/*.captionraduis::after{
    content: "";
    position: absolute;
    width: 98%;
    height: 1px;
    background-color: #ccc;
    left: 3px;
    top: 84%;
}*/
.thumbnails-center-slider .thumbnails-center .captionnew .caption-inner .price {
	/*font-family: 'DBThaiTextXBd';*/
	color: #ED2226;
	font-size: 26px;
	line-height: 1.2;
}

.thumbnails-center-slider .thumbnails-center .captionnew .caption-inner .price span {
	font-size: 17px;
	text-decoration: line-through;
	display: block;
	color: #888;
}

/*.thumbnails-center-slider .thumbnails-center .captionnew .caption-inner .price span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    color: #888;
    left: 0;
    top: 50%;
}*/
.thumbnails-center-slider .thumbnails-center .captionnew .caption-inner .descroom {
	color: #000;
	margin: 5px 0;
}

.thumbnails-center-slider .thumbnails-center .captionnew .caption-inner .descroom span {
	display: inline-block;
	font-size: 25px;
	color: #bbb;
	position: relative;
}

.thumbnails-center-slider .thumbnails-center .captionnew .caption-inner .descroom span:after {
	background-color: transparent;
}

.thumbnails-center-slider .thumbnails-center .action-form .btnwhite {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	font-family: 'DBThaiTextXBd';
	font-size: 26px;
	line-height: 1;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
	background-color: #fff;
	color: #00A850;
	background-image: none;
	border: 1.5px solid transparent;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
	border-color: #00A850;
	width: 100%;
	line-height: 42px;
	height: 45px;
}

.thumbnails-center-slider .thumbnails-center .action-form .btnwhite:hover {
	background-color: #028f44;
	color: #fff;
}

/*.thumbnails-center::after{
    content: "";
    position: absolute;
    width: 274px;
    height: 1px;
    background-color: #ccc;
    left: 3px;
    top: 84%;
}*/
.thumbnails-new .action-form {
	background-color: #fff;
	margin-top: 0;
	padding: 20px;
	border-top: 1px solid #EEEEEE;
}

.thumbnails-center .captionnew {
	width: 100%;
	left: 2px;
	bottom: 0;
	padding: 20px;
	color: #999;
	z-index: 2;
	background-color: #fff;
	/*border-bottom: 4px solid #00a94f;*/
	min-height: 165px;
}

.thumbnails-center .captionnew .title {
	color: #00A850;
	margin-bottom: 10px;
	height: 70px;
	overflow: hidden;
	font-size: 35px;
	padding-top: 4px;
}

.thumbnails-center .captionnew .descnew {
	margin-bottom: 2px;
	overflow: hidden;
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*margin-bottom: 15px;
    height: 25px;*/
}

.thumbnails-center .captionnew .descnew .ic {
	font-size: 12px;
}

.thumbnails-center .captionnew .descnew span {
	margin: 0 8px;
	position: relative;
}

.thumbnails-center .captionnew .descnew span:after {
	content: "";
	position: absolute;
	right: -8px;
	top: 0;
	width: 1px;
	height: 15px;
	background-color: #999;
}

/* policy cookies garage */
#PolicyCookies {
    width: 100%;
    background: black;
    position: fixed;
    bottom: auto;
    opacity: 0.9;
    z-index: 9999999;
    padding: 20px 15px !important;
    margin: 0 auto;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    box-sizing: border-box
}

#PolicyCookies,
#PolicyCookies p,
#PolicyCookies .btn,
#PolicyCookies a {
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    line-height: 20px;
}

#PolicyCookies p {
    margin: 0;
}

#PolicyCookies span a {
    color: #00a950 !important;
}

#PolicyCookies .col-md-3,
#PolicyCookies .col-xs-12 {
    flex: 1;
    max-width: 100%;
    padding: 0;
    position: relative;
    float: none;
}

#PolicyCookies .col-md-3 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    float: none;
}

#PolicyCookies .col-xs-5 {
    width: 96px;
    padding: 0 !important;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}

#PolicyCookies .col-xs-5.col-md-5 {
    flex-basis: unset;
}

#PolicyCookies .col-xs-5.col-md-5 .btn {
    border: 2px solid white;
    display: block;
    padding: 0 10px !important;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    line-height: 36px;
}

#PolicyCookies .col-xs-5.col-md-5:last-child .btn {
    border: 2px solid green;
}

#PolicyCookies .col-xs-5.col-md-5:last-child {
    border-radius: 4px;
    height: 40px;
}


#PolicyCookies .col-xs-5.col-md-5:first-child {
    padding: 0 !important;
    margin-right: 5px;
}

#PolicyCookies .col-xs-5.col-md-5:last-child {
    padding: 0 !important;
    margin-left: 5px;
    line-height: 40px;
}

#PolicyCookies .btn {
    all: unset;
    margin: 0;
    background-color: transparent;
    border-radius: 4px !important;
}

@media screen and (min-width: 768px) {
    #PolicyCookies {
        flex-flow: row wrap;
    }

    #PolicyCookies .col-md-8 {
        flex: 1;
        max-width: 512px;
        padding: 0;
        float: none;
    }

    #PolicyCookies .col-xs-5 {
        margin-top: 0;
    }

    #PolicyCookies .col-md-3 {
        flex: 1;
        max-width: 256px;
        padding: 0;
        float: none;
        justify-content: flex-end;
    }
}

@media screen and (min-width: 1024px) {
    #PolicyCookies {
        flex-flow: row wrap;
    }

    #PolicyCookies .col-md-8 {
        flex: 1;
        max-width: 760px;
        padding: 0;
        float: none;
    }

    #PolicyCookies .col-md-3 {
        flex: 1;
        max-width: 380px;
        padding: 0;
        float: none;
        justify-content: flex-end;
    }

    #PolicyCookies .col-md-5 {
        width: 96px;
        margin-top: 0;
    }

    #PolicyCookies .col-xs-5.col-md-5:first-child {
        padding: 0 !important;
        margin-right: 10px;
    }
}
