<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-content h2,
.page-content .h2,
.page-content h3,
.page-content .h3,
.page-content h4,
.page-content .h4,
.page-content h5,
.page-content .h5,
.page-content h6,
.page-content .h6,
.list-products-detail .accordion-title,
.list-products-detail table tr td,
.icw .btn.btn-select,
.icw ol.list-ol li,
.tc-content .content-area p,
.tc-content .content-area li,
.tc-subbottom li,
.icw .table-data tr th,
.icw .table-data tr td {
	font-family: 'notosans_thai', sans-serif !important;
	line-height: 1.2;
}

.page-content h2,
.page-content .h2 {
	font-size: 25px;
}

.page-content h3,
.page-content .h3 {
	font-size: 22px;
}

.page-content h4,
.page-content .h4 {
	font-size: 20px;
}

.page-content h5,
.page-content .h5 {
	font-size: 18px;
	line-height: 1.4;
}

.page-content h6,
.page-content .h6,
.icw ol.list-ol li,
.tc-content .content-area p,
.tc-content .content-area li,
.tc-subbottom li {
	font-size: 16px;
	line-height: 1.4;
}

.page-content h2 strong,
.page-content .h2 strong,
.page-content h3 strong,
.page-content .h3 strong,
.page-content h4 strong,
.page-content .h4 strong,
.page-content h5 strong,
.page-content .h5 strong,
.page-content h6 strong,
.page-content .h6 strong,
.list-products-detail table tr td strong,
.icw .btn.btn-prev,
.icw .btn.btn-next {
	font-family: 'notosans_thai', sans-serif !important;
	font-weight: bold;
}

.icw b,
.icw strong {
	letter-spacing: -.7px;
}

.page-content {
	width: 100%;
	margin: 0 auto;
	min-height: 100vh;
	background: rgba(0, 103, 49, 1);
	background: -moz-linear-gradient(left, rgba(0, 103, 49, 1) 0%, rgba(0, 64, 28, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 103, 49, 1)), color-stop(100%, rgba(0, 64, 28, 1)));
	background: -webkit-linear-gradient(left, rgba(0, 103, 49, 1) 0%, rgba(0, 64, 28, 1) 100%);
	background: -o-linear-gradient(left, rgba(0, 103, 49, 1) 0%, rgba(0, 64, 28, 1) 100%);
	background: -ms-linear-gradient(left, rgba(0, 103, 49, 1) 0%, rgba(0, 64, 28, 1) 100%);
	background: linear-gradient(to right, rgba(0, 103, 49, 1) 0%, rgba(0, 64, 28, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006731', endColorstr='#00401c', GradientType=1);
}

.section-content {
	padding: 30px 15px 80px;
}

.list-content {
	padding: 40px 20px;
	border-radius: 10px;
	background-color: #f7f7f7;
	margin-bottom: 40px;
	margin-top: 10px;
}

.list-content hr {
	border-top: 1px solid #dddddd;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	margin: 20px 50px;
}

.list-content .image {
	margin-bottom: 15px;
}

.page-content-topbar {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #00a950;
	padding: 25px 20px;
}

.c-yellow {
	color: #ffe200 !important;
}

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

.sc-heading {
	text-align: center;
	padding: 30px 20px 0;
}

.list-products {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 40px;
}

.list-products .list-products-detail {
	background-color: #fff;
}

.list-products .image img {
	width: 100%;
}

.products-detail-inner {
	padding: 20px 30px;
}

.list-products-detail .accordion-group {
	padding: 5px 25px 30px;
}

.list-products-detail .accordion-group .accordion {
	border-top: 1px solid #00a950;
	border-bottom: 0;
}

.list-products-detail .accordion-title {
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 30px;
	color: #00a950;
	position: relative;
	border-bottom: 1px solid #00a950;
}

.list-products-detail .accordion-title:after {
	content: '';
	border-top: 2px solid #00a950;
	border-right: 2px solid #00a950;
	display: inline-block;
	width: 9px;
	height: 9px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 18px;
	right: 5px;
}

.list-products-detail .accordion-title.active:after {
	content: '';
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 23px;
}

.list-products-detail .accordion-title.active {
	border-bottom: 0;
}

.list-products-detail table {
	margin-bottom: 20px;
}

.list-products-detail table tr td {
	font-size: 16px;
}

.list-products-detail hr {
	border-top: 1px solid #00a950;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.list-products-detail .detail-accordion .wrap {
	padding-top: 5px;
	padding-bottom: 0;
}

.products-detail-inner.border-bt {
	padding-top: 0;
	padding-bottom: 30px;
}

.products-detail-inner.border-bt .detail-accordion {
	border-top: 1px solid #00a950;
	border-bottom: 1px solid #00a950;
	padding-top: 15px;
}

.products-detail-inner.border-bt .detail-accordion table {
	margin-bottom: 15px;
}

.detail-txt {
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}

.icw .btn.btn-select {
	border-radius: 25px;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

.icw .btn.btn-select {
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	padding: 15px 20px;
}

.page-content-bottom {
	width: 100%;
	padding: 20px 10px;
	position: fixed;
	/*	bottom: 54px;*/
	bottom: 0;
	left: 0;
	background-color: #00a950;
}

.icw .btn.btn-prev,
.icw .btn.btn-next {
	font-size: 18px;
	line-height: 1;
	border-radius: 25px;
	border: 2px solid #ffffff;
	font-weight: bold;
	width: 150px;
	margin: 0 5px;
	padding: 12px 10px;
}

.icw .btn.btn-prev {
	background-color: transparent;
}

.icw .btn.btn-next {
	background-color: #fff;
	color: #00a950 !important;
}

.tc-top,
.tc-bottom {
	background-color: #00a950;
	text-align: center;
	padding: 30px 30px;
}

.tc-bottom {
	padding: 20px 30px 15px;
}

.tc-top hr {
	border-top: 1px solid #fff;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	margin: 15px 0;
}

.tc-top h4,
.tc-top h6,
.tc-bottom h6 {
	color: #fff;
}

.tc-top h4,
.tc-bottom h6 {
	margin-bottom: 5px;
}

.tc-content {
	padding: 20px 10px 10px;
	background-color: #f7f7f7;
}

.icw .tc-content ol.list-ol {
	background-color: #00a950;
	padding: 20px 20px 20px 40px;
}

.icw .tc-content ol.list-ol li {
	list-style: decimal;
	color: #fff;
}

.tc-content .content-area {
	padding: 20px 15px;
	color: #333;
}

.icw ul.list-ul {
	padding-left: 15px;
	margin-bottom: 20px;
}

.icw ul.list-ul.no-mb {
	margin-bottom: 0;
}

.tc-content .content-area p,
.icw ul.list-ul li {
	line-height: 1.6;
}

.icw ul.list-ul li {
	list-style: outside;
}

.icw .tc-content ul.list-ul-dash {
	padding-left: 15px;
	margin-bottom: 20px;
}

.icw .tc-content ul.list-ul-dash li {
	position: relative;
}

.icw .tc-content ul.list-ul-dash li:before {
	content: '-';
	position: absolute;
	left: -15px;
}

.tc-content .content-area p {
	margin-bottom: 5px;
}

.tc-subbottom {
	padding: 20px 22px;
	background-color: #fff;
}

.tc-subbottom.bg-gray {
	background-color: #f7f7f7;
}

.tc-content-title {
	text-align: center;
	padding-bottom: 20px;
}

.tc-subbottom li {
	color: #333;
}

/* table */
.icw table.tb-content.mb20 {
	margin-bottom: 20px !important;
}

.icw table.tb-content {
	margin-top: 0;
	margin-bottom: 0 !important;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.icw table.tb-content thead {
	border-top: 0;
}

.icw .table-data tr th {
	background-color: #00a850 !important;
	font-weight: bold;
	color: #fff;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	border-right: 1px solid #ededed;
}

.icw .table-data tr th,
.icw .table-data tr td {
	font-size: 16px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.icw .table-data tr td strong {
	font-weight: bold;
}

p.mb15 {
	margin-bottom: 15px !important;
}

.icw .table-data tr th.c-green2 {
	background-color: #007c3b !important;
}

.icw .table-data tr.subhead th {
	width: 66px !important;
}

.icw .table-data tr td.bg-gray {
	background-color: #ededed;
}

.tc-content-title h6:last-child {
	margin-top: 10px;
}

.txt-thk h2 {
	margin: 5px 0;
}

@media screen and (max-width: 1024px) {
	.main {
		padding-top: 0;
	}

	.icw .tc-content ol.list-ol {
		padding: 20px 15px 20px 35px;
	}
}

@media screen and (max-width: 400px) {

	.section-content h5,
	.section-content .h5 {
		font-size: 14px;
	}

	.icw .btn.btn-prev,
	.icw .btn.btn-next {
		width: 135px;
		padding: 10px 10px;
	}

	.page-content h4,
	.page-content .h4 {
		font-size: 18px;
	}

}

@media screen and (max-width: 340px) {
	.products-detail-inner {
		padding: 20px 20px;
	}

	.tc-top,
	.tc-bottom {
		padding: 20px 15px;
	}

	.tc-content .content-area {
		padding: 20px 10px;
	}

	.page-content h6,
	.page-content .h6,
	.icw ol.list-ol li,
	.tc-content .content-area p,
	.tc-content .content-area li,
	.tc-subbottom li {
		font-size: 14px;
	}

	.list-products-detail .accordion-group {
		padding: 5px 15px 30px;
	}
}
</pre></body></html>