/* FONT */
.icw {
	color: #333;
}

.icw h1,
.icw .h1,
.icw h2,
.icw .h2,
.icw h3,
.icw .h3,
.icw h4,
.icw .h4,
.icw h5,
.icw .h5,
.icw h6,
.icw .h6,
.navmenu .list-inline li a,
.accordion-content .wrap p,
.accordion-content .wrap ul li,
.accordion-content .wrap ol li,
.section-subfooter li,
.section-subfooter p,
a.link-other,
.navmenu-wrap ul.localnav-navmenu li a,
.tabs > div,
.list-style-image li,
.list-style li,
a.link-popup,
p.note,
.table-wrap .table-overlay .desc,
.text-zoom p {
	font-family: 'Kanit', Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1;
}

.icw h1 > b,
.icw .h1 > b,
.icw h2 > b,
.icw .h2 > b,
.icw h3 > b,
.icw .h3 > b,
.icw h4 > b,
.icw .h4 > b,
.icw h5 > b,
.icw .h5 > b,
.icw h6 > b,
.icw .h6 > b,
.icw h1 > strong,
.icw .h1 > strong,
.icw h2 > strong,
.icw .h2 > strong,
.icw h3 > strong,
.icw .h3 > strong,
.icw h4 > strong,
.icw .h4 > strong,
.icw h5 > strong,
.icw .h5 > strong,
.icw h6 > strong,
.icw .h6 > strong,
.accordion-title,
.icw .content-download a,
.sc-headline strong .h4,
.icw .btn,
.tabs > div strong.h5,
.list-style-image li strong,
.list-style li strong {
	font-family: 'Kanit', Helvetica, Arial, sans-serif;
	font-weight: 600;
}

.navmenu .list-inline li a {
	font-size: 20px;
}

.icw h1,
.icw .h1 {}

.icw h2,
.icw .h2 {
	font-size: 45px;
	line-height: 1.2;
}

.icw h3,
.icw .h3 {
	font-size: 38px;
}

.icw h4,
.icw .h4 {
	font-size: 28px;
	line-height: 1.2;
}

.icw h5,
.icw .h5,
.icw .content-download a {
	font-size: 21px;
	line-height: 1.2;
}

.icw h6,
.icw .h6 {
	font-size: 16px;
}

.table-wrap .table-overlay .desc {
	font-size: 18px;
}

.accordion-title,
.navmenu-wrap ul.localnav-navmenu li a,
.tabs > div,
.list-style li,
.list-style-image li,
a.link-other,
.contents .content-area a.link-popup {
	font-size: 16px;
}

.section-subfooter li,
.section-subfooter p,
h6.date,
.list-savetax a.link-other {
	font-size: 14px;
}

.bar-text p,
.list-savetax .content-area h5 sup,
.note {
	font-size: 12px;
}


.section-subfooter li,
.section-subfooter p {
	line-height: 1.4;
}

.icw h6,
.icw .h6,
.accordion-content .wrap p,
.accordion-content .wrap ul li,
.accordion-content .wrap ol li,
.accordion-title,
.navmenu-wrap ul.localnav-navmenu li a {
	line-height: 1.4;
}

.list-style-image li,
.list-style li {
	line-height: 1.5;
}

.tb {
	height: 100%;
}

.container-lg {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}

.container-md {
	width: 100%;
	max-width: 1030px;
	margin: 0 auto;
}

.c-green1 {
	color: #bbfe00 !important;
}

.c-green2 {
	color: #023723 !important;
}

.c-cream {
	color: #f4e7d0 !important;
}

.c-italic {
	font-style: italic;
}

/* HEADER */
.header-docstyle {
	overflow: hidden;
}

.localnav {
	background-color: #023723;
	border-bottom: 0;
}

nav.navmenu ul {
	width: 100%;
	max-width: 100%;
	text-align: center;
	white-space: inherit;
	font-size: 0;
}

nav.navmenu ul li {
	line-height: 1.2 !important;
	color: #333;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0 56px !important;
}

.navmenu .list-inline li a {
	display: inline-block;
	line-height: 1.2;
	color: #fff;
	padding: 20px 6px 15px;
	margin: 0;
	border-bottom: 5px solid #023723;
}

.navmenu .list-inline li:first-child a {
	margin-left: 0;
}

.navmenu .list-inline li:nth-child(4):after {
	height: 0;
	width: 0;
}

.navmenu .list-inline li a:hover,
.navmenu .list-inline li a.active {
	color: #bbfe00;
	border-bottom: 5px solid #bbfe00;
}

#localnav-fixed.header-fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}

.navmenu-m {
	width: 30px;
}

.mnu-btn {
	position: relative;
	width: 30px;
	height: 22px;
	margin: 0 0 0 auto;
}

.icw-bar {
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #818181;
	border-radius: 30px;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

.mnu-btn span:nth-child(1) {
	top: 0;
}

.mnu-btn span:nth-child(2) {
	top: 9px;
}

.mnu-btn span:nth-child(3) {
	top: 18px;
}

.menuShow .mnu-btn .bar-top {
	top: -5px;
	transform: translateY(12px) rotate(45deg);
	-webkit-transform: translateY(12px) rotate(45deg);
	-moz-transform: translateY(12px) rotate(45deg);
}

.menuShow .mnu-btn .bar-middle {
	opacity: 0;
}

.menuShow .mnu-btn .bar-bottom {
	top: 19px;
	transform: translateY(-12px) rotate(-45deg);
	-moz-transform: translateY(-12px) rotate(-45deg);
	-webkit-transform: translateY(-12px) rotate(-45deg);
}

.sidenav.localnav {
	width: 100%;
	height: 0%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
	z-index: 100;
	visibility: hidden;
	-webkit-transition: opacity .3s ease-in-out, visibility .2s ease-in-out, height .2s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .2s ease-in-out, height .2s ease-in-out;
}

.menuShow .localnav {
	height: 311px;
	visibility: visible;
	opacity: 1;
}

body.menuShow {
	overflow: hidden;
}

.menuShow .header {
	box-shadow: none;
}

.sidenav.localnav .navmenu-wrap {
	padding: 57px 0 0;
}

.navmenu-wrap ul.localnav-navmenu {
	width: 100%;
	max-width: 100%;
	display: block;
}

.navmenu-wrap ul.localnav-navmenu li {
	border-bottom: 1px solid #6e725b3b;
}

.navmenu-wrap ul.localnav-navmenu li:last-child {
	border-bottom: 0;
}

.navmenu-wrap ul.localnav-navmenu li a {
	display: block;
	text-align: center;
	line-height: 50px;
}

.overlay-menu {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: rgba(0, 0, 0, .5);
}

.localnav a.link {
	color: #fff;
}

.localnav a.link:hover,
.localnav a.active {
	color: #789B03;
}

body.menuShow .overlay-menu {
	display: block;
}

.slogan {
	text-align: center;
}

.backtotop {
	position: fixed;
	z-index: 100;
	right: 20px;
	bottom: 2%;
	transition: opacity 0.2s ease-out;
	opacity: 0;
}

.bl-backtotop {
	width: 50px;
	height: 50px;
	background-color: transparent;
	border-radius: 50%;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}


#back-to-top.show {
	opacity: 1;
}

/* Banner */
.section-banner .sc-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.section-banner .image img {
	width: 100%;
	max-width: inherit;
}

.section-banner .sc-inner,
.section-banner .container,
.section-banner .tb {
	height: 100%;
}

.section-banner .sc-inner .h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1;
}

.section-banner .sc-inner .h5 {
	margin-top: 10px;
}

.desc {
	margin-top: 15px !important;
}

.section-savetax {
	background-color: #fff;
}

.section-savetax-t {
	margin-bottom: 60px;
}

.section-savetax-t .desc {
	margin-top: 30px !important;
}

.section-savetax-bt {
	background: url("../img/bg-section01.jpg") #fff no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.popup-graph {
	margin-top: 40px;
}

.popup-graph .image {
	width: 100%;
	max-width: 1000.5px;
	margin: 40px auto;
}

/* save-tax */

.sc-savetax {
	margin: -190px -8px 0;
}

.list-savetax {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
	background: rgba(255, 255, 255, 1);
	padding: 20px 10px;
	text-align: center;
	margin: 10px 8px;
	min-height: 280px;
}

.icon-image {
	width: 100%;
	max-width: 60px;
	margin: 10px auto 15px;
}

.list-savetax .content-area h5 {
	min-height: 70px;
	margin-bottom: 5px;
}

.list-savetax .content-area h6 {
	font-size: 14px;
	min-height: 82px;
}

.hover-bar {
	display: inline-block;
	position: relative;
	bottom: -4px;
	width: 16px;
	line-height: 16px;
}

.hover-bar .icon-hoverbar {
	display: inline-block;
	width: 16px;
	margin: 0 auto;
}

.bar-text {
	width: 215px;
	padding: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
	background-color: rgba(136, 168, 183, 1);
	visibility: hidden;
	text-align: center;
	position: absolute;
	bottom: 22px;
	left: -190px;
	color: #fff;
	z-index: 1;
	opacity: 0;
	transition: opacity .6s;
}

.bar-text:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 95%;
	margin-left: -10px;
	border-width: 5px;
	border-style: solid;
	border-color: #88a8b7 transparent transparent transparent;
}

.hover-bar:hover .bar-text {
	visibility: visible;
	opacity: 1;
}

/* section-promotion */
.section-promotion .sc-inner,
.section-promotion-other .sc-inner {
	padding-bottom: 0;
}

.section-promotion-other .image {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.sc-promotion-other {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	height: 100%;
}

.sc-promotion-other .inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.sc-link-other {
	padding-right: 40px;
	padding-bottom: 30px;
}

.icw .sc-link-other .btn {
	color: #033722 !important;
	padding: 10px 20px;
	background-color: #bbff00;
}

.no-touch .sc-link-other .btn:hover {
	background-color: #acea00;
}

.sc-link-other .btn img {
	width: 28px;
	position: relative;
	top: -2px;
	margin-right: 5px;
}

.section-savetax-compare {
	background-color: #023723;
}

.tabs-outline {
	width: 100%;
	max-width: 600px;
	position: relative;
	margin: 10px auto 40px;
	background-color: #13803F;
	transform: skew(-25deg) rotate(0deg);
	-webkit-transform: skew(-25deg) rotate(0deg);
	-moz-transform: skew(-25deg) rotate(0deg);
}

.tabs {
	width: 100%;
	height: 100%;
	text-align: center;
	transform: skew(25deg) rotate(0deg);
	-webkit-transform: skew(25deg) rotate(0deg);
	-moz-transform: skew(25deg) rotate(0deg);
	font-size: 0;
	position: relative;
	left: -15px;
	top: -15px;
	z-index: 1;
}

.tabs > div {
	width: 50%;
	display: inline-block;
	border: 2px solid #bbfe00;
	background-color: #1d5c44;
	text-align: center;
	padding: 0 40px;
	transform: skew(-25deg) rotate(0deg);
	-webkit-transform: skew(-25deg) rotate(0deg);
	-moz-transform: skew(-25deg) rotate(0deg);
}

.tabs > div,
.tabs > div strong.h5,
.tabs > div h6 {
	color: #bbfe00;
}

.tabs > div:first-child {
	border-right: 0;
	/*
	-webkit-border-radius: 50px 0 0 50px;
	-moz-border-radius: 50px 0 0 50px;
	border-radius: 50px 0 0 50px;
	padding-left: 50px;
*/
}

.tabs > div:last-child {
	border-left: 0;
	/*
-webkit-border-radius: 0 50px 50px 0;
-moz-border-radius: 0 50px 50px 0;
border-radius: 0 50px 50px 0;
padding-right: 50px;
*/
}

.tabs .tabs-inner {
	cursor: pointer;
	padding: 15px 0;
	display: block;
	transform: skew(25deg) rotate(0deg);
	-webkit-transform: skew(25deg) rotate(0deg);
	-moz-transform: skew(25deg) rotate(0deg);
	text-decoration: underline;
}


.tabs > div:hover,
.tabs > div.active {
	background-color: #bbfe00;
}

/*
.tabs > div {
	-webkit-transition: color ease-out .2s;
	-o-transition: color ease-out .2s;
	transition: color ease-out .2s;
}*/

.tabs > div:hover,
.tabs > div:hover strong.h5,
.tabs > div.active,
.tabs > div.active strong.h5,
.tabs > div.active h6,
.tabs > div:hover h6 {
	color: #023723;
}

.tabs > div.active .h-acitve {
	display: none;
}

.contents-top {
	background: url("../img/bg-level.jpg") #f4e7d0 no-repeat;
	background-size: 1000px auto;
	background-position: left bottom;
	padding: 50px 60px;
	margin-bottom: 30px;
	min-height: 600px;
}

#content-2 .contents-top {
	background: url("../img/bg-level-w.jpg") #f4e7d0 no-repeat;
	background-size: 1000px auto;
	background-position: left bottom;
}

.contents-top .tbcell {
	width: 50%;
}

.contents-bottom {
	background-color: #1d5c44;
}

.contents-bottom h3 {
	margin-bottom: 25px;
}

.contents-bottom-inner {
	border-bottom: 3px solid #023723;
}

.contents-bottom-inner .tbcell:first-child {
	width: 300px;
	padding: 0;
}

.contents-bottom-inner .tbcell:last-child {
	padding: 0 40px;
}

.contents .contents-bottom .content-area {
	margin-top: 0;
	padding-left: 0;
}

.contents-bottom .content-area .desc {
	margin: 5px 0 15px 0 !important;
}

.contents-bottom .content-area .hover-bar {
	width: auto;
	display: inline-block;
	margin-left: 5px;
	margin-top: 0;
	position: relative;
	top: -2px;
}

.contents-bottom .content-area .bar-text {
	width: 300px;
	left: -142px;
}

.contents-bottom .content-area .bar-text:after {
	left: 52%;
}

.contents-bottom1 .tbcell {
	padding: 40px 40px;
}

.contents-bottom1 .tbcell:first-child {
	border-right: 2px solid #023723;
}

.contents-bottom1 .sc-btn a {
	margin: 20px 0 0;
}

.contents-bottom1 .tbcell:last-child {
	width: 350px;
}

.icw .contents-bottom ul.list-style-image {
	margin-bottom: 0;
}

.icw ul.list-style-image {
	margin-bottom: 30px;
}

.list-style-image > li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}

.list-style-image > li:after {
	content: '';
	background: url('../img/icon-check.png') no-repeat;
	background-size: cover;
	background-position: left top;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 0;
}

.list-style-image li:last-child {
	margin-bottom: 0;
}

.more-icons {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	margin: 20px 0;
	text-align: center;
	font-size: 0;
}

.more-icons a img {
	width: 100%;
	max-width: 59px;
}

/* Button new */
.more-icons h4,
.more-icons a {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.list-icons {
	display: inline-block;
	vertical-align: middle;
	max-width: 59px;
	margin-left: 20px;
	opacity: .3;
	margin-right: 20px;
}

p.txt-list-icons {
	font-family: 'Kanit', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1d5c44;
	opacity: .5;
	margin-top: 10px;
}

.more-icons a.link-icons2:after {
	content: '';
	right: auto;
	left: -20px;
}

/*
.more-icons h4 {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.sc-list-icons {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	font-size: 0;
}

.sc-list-icons.nth2 {
	max-width: 220px;
}

.sc-list-icons p {
	font-family: 'Kanit', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1d5c44;
	opacity: .5;
	margin-top: 10px;
}

.list-icons {
	width: calc(50% - 30px);
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
	position: relative;
}

.list-icons img {
	width: 100%;
	max-width: 59px;
	opacity: .3;
}

.list-icons:after {
	content: '';
	position: absolute;
	top: 0;
	right: -15px;
	width: 1px;
	height: 100%;
	background-color: #bbb;
}

.list-icons:last-child {
	margin-right: 0;
}

.list-icons:last-child:after,
.list-icons.last:after {
	content: '';
	width: 0;
}
*/

/* Button new end */

.link-icons img {
	position: relative;
	transition: transform .2s;
}

.link-icons:hover img {
	transform: scale(1.1);
}

.contents .content-area a.link-popup {
	margin-left: 30px;
}

.contents .content-area {
	padding-left: 20px;
}

a.link-popup img {
	width: 15px;
	position: relative;
	top: -2px;
	margin-right: 10px;
}

a.link-popup:hover span {
	text-decoration: underline;
}

.more-icons a {
	position: relative;
	margin: 0 20px;
}

.more-icons a:after {
	content: '';
	position: absolute;
	top: 0;
	right: -20px;
	width: 1px;
	height: 100%;
	background-color: #bbb;
}

.more-icons a:last-child {
	margin-right: 0;
}

.more-icons a:last-child:after {
	content: '';
	width: 0;
}

.title-area .image {
	width: 100%;
	max-width: 359.5px;
	margin-top: 20px;
}

.title-bar {
	background: url("../img/bg-barRight.jpg") #023723 no-repeat;
	background-position: right center;
	background-size: 30px 100%;
	display: inline-block;
	padding: 8px 40px 8px 20px;
}

.title-bar h5 {
	margin-top: 5px;
}

.contents {
	height: 0;
	overflow-y: hidden;
}

.contents.active {
	height: auto;
}

.contents-bottom .list-style-image > li {
	padding-left: 25px;
}

.contents-bottom .list-style-image > li:after {
	content: '';
	background: url("../img/icon-check2.png") no-repeat;
	background-size: cover;
	background-position: left top;
}

.contents-bottom-link {
	padding: 30px 40px;
}

.sc-btn {
	font-size: 0;
}

.sc-btn a {
	font-size: 16px;
	display: block;
	width: 100%;
	max-width: 265px;
	margin: 20px 20px;
}

.sc-btn a.btn-img {
	font-size: 16px;
	padding: 7px 30px;
	line-height: 29px;
	text-align: left;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.sc-btn a.btn-img:nth-child(1) {
	background-color: #88a8b7;
}

.sc-btn a.btn-img:nth-child(1):hover {
	background-color: #648898;
}

.sc-btn a.btn-img:nth-child(2) {
	background-color: #cb9435;
}

.sc-btn a.btn-img:nth-child(2):hover {
	background-color: #9c6d1c;
}

.sc-btn a.btn-img:nth-child(3) {
	background-color: #023723;
}

.sc-btn a.btn-img:nth-child(3):hover {
	background-color: #00291a;
}

.sc-btn a.btn-img img {
	width: 25px;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

.sc-btn a.btn-img:nth-child(2) img {
	width: 27px;
}

.sc-btn a.btn-img:nth-child(3) img {
	width: 23px;
}

/* Promotion */
h6.date {
	margin-bottom: 15px;
}

.sc-promotion .content-top h3 {
	margin: 15px 0;
}

.sc-promotion {
	width: 100%;
	margin: 0 auto;
	background-color: #033722;
	position: relative;
}

.sc-promotion:after {
	content: '';
	width: 35vw;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.sc-promotion-inner {
	position: relative;
	z-index: 2;
	padding: 40px 0;
}

.sc-promotion-inner p.note {
	margin-top: 20px;
}

.sc-promotion-inner .tbcell:first-child {
	width: 400px;
}

.sc-promotion-inner .tbcell:first-child .image {
	margin-left: 0;
	margin-top: 0;
	width: 100%;
	max-width: 400px;
}

.sc-promotion .content-area {
	padding-left: 30px;
	color: #fff;
}

.title-bar2 {
	background: url("../img/bg-barRight2.jpg") #bbff00 no-repeat;
	background-position: right center;
	background-size: 12px 100%;
	display: inline-block;
	padding: 8px 23px 8px 15px;
}

.sc-promotion .title-bar2 {
	margin-bottom: 10px;
}

.sc-promotion .content-bottom .title-bar2 {
	background: url("../img/bg-barRight3.jpg") #93B9CB no-repeat;
	background-position: right center;
	background-size: 12px 100%;
}

.sc-promotion .list-style {
	margin-left: 20px;
}

.list-style li {
	list-style-type: disc;
	margin-bottom: 10px;
}

.list-style li:last-child {
	margin-bottom: 0;
}

.sc-promotion .content-area a.link-other {
	border-bottom: 0;
	margin-top: 20px;
	line-height: 1;
}

.sc-promotion .content-area a.link-other:hover span {
	border-bottom: 1px solid #bbfe00;
}

.sc-promotion .content-area a.link-other img {
	width: 16px;
	margin-right: 8px;
	position: relative;
	top: -1px;
}

.sc-promotion .content-area .content-top {
	margin-bottom: 40px;
}

/* section-relatedfund */
.section-relatedfund {
	background-color: #f4e7d0;
}

.sc-other-wrapper {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
}

.slick-other {
	margin: 0 -20px;
}

.list-savetax:focus {
	outline: 0;
}

.section-relatedfund .list-savetax {
	min-height: 260px;
}

.section-relatedfund .list-savetax .content-area h5 {
	min-height: inherit;
	line-height: 2;
}

.section-relatedfund .list-savetax .content-area h6 {
	min-height: inherit;
}

.section-relatedfund .list-savetax {
	margin: 10px 20px;
	padding: 20px 10px 30px;
}

a.link-other {
	display: inline-block;
	line-height: 1.2;
	color: #333;
	text-align: center;
	margin: 10px auto 0;
	border-bottom: 2px solid #333;
}

a.link-other:hover {
	color: #000;
	border-bottom: 2px solid #000;
}

.slick-other.slick-dotted.slick-slider {
	margin-bottom: 50px;
	margin-top: 40px;
}

.slick-dots {
	bottom: -50px;
}

.slick-dots li {
	width: 15px;
	height: 15px;
	margin: 0 5px;
	border-radius: 100% !important;
	overflow: hidden;
	border: 2px solid transparent !important;
}

.slick-dots li button {
	display: block;
	width: 11px;
	height: 11px;
	padding: 0 !important;
	border-radius: 100% !important;
	background-color: rgba(2, 55, 35, .65) !important;
}

.slick-dots li button:before {
	content: '';
}

.slick-dots li.slick-active {
	border: 2px solid #fff !important;
}

.slick-dots li.slick-active button {
	background-color: rgba(2, 55, 35, 1) !important;
}

.icw button.slick-arrow {
	font-size: 0;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 0;
	border-radius: 50%;
	overflow: hidden;
	z-index: 5;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
	background-color: #033722;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.slick-prev:before,
.slick-next:before {
	font-family: 'icokbank';
	font-size: 15px;
}

.slick-prev:before {
	content: "\e908";
}

.slick-next:before {
	content: "\e909";
}

.slick-prev {
	left: -15px;
}

.slick-next {
	right: -15px;
}

.icw .slick-cBottom button.slick-arrow {
	background-color: #bbff00;
}

.slick-cBottom .slick-prev:before,
.slick-cBottom .slick-next:before {
	color: #1d5c44;
}

.slick-cBottom .slick-prev {
	left: -50px;
}

.slick-cBottom .slick-next {
	right: -50px;
}

.list-invest:focus {
	outline: 0;
}

.slick-cBottom .slick-dots li button {
	background-color: #bbff00 !important;
}

.slick-cBottom .slick-dots li.slick-active {
	border: 2px solid #bbff00 !important;
}

.slick-cBottom .slick-dots li.slick-active button {
	background-color: #1d5c44 !important;
}

.slick-cBottom a.link-other {
	border-bottom: 0;
	margin-top: 20px;
	line-height: 1;
}

.slick-cBottom a.link-other img {
	display: inline-block;
	width: 16px;
	margin-right: 8px;
	position: relative;
	top: -1px;
}

.slick-cBottom a.link-other:hover span {
	border-bottom: 1px solid #bbfe00;
}

.slick-cBottom .hover-bar {
	top: 4px !important;
}

.tag-new {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	height: 24px;
	position: relative;
	top: -1px;
	margin-left: 5px;
}

.tag-new-left {
	display: inline-block;
	vertical-align: top;
	font-family: 'DBThaiTextXBd', Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 24px;
	height: 24px;
	font-style: italic;
	color: #bbfe00;
	background-color: #E70889;
	padding: 0 15px 0 5px;
}

.tag-new-right {
	display: inline-block;
	vertical-align: top;
	margin-left: -10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	height: 24px;
	background-color: #F4E7D0;
	padding: 0 5px;
	transform: skew(-15deg) rotate(0deg);
	-webkit-transform: skew(-15deg) rotate(0deg);
	-moz-transform: skew(-15deg) rotate(0deg);
}

.tag-new-right-inner {
	display: block;
	transform: skew(15deg) rotate(0deg);
	-webkit-transform: skew(15deg) rotate(0deg);
	-moz-transform: skew(15deg) rotate(0deg);
}

/* FAQ */
.section-faq {
	background-color: #d7dbdd;
}


.accordion-faq {
	border: 0;
}

.accordion {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	border-bottom: 0;
	margin: 20px 0;
	padding: 0 20px;
}

.accordion-content ul {
	margin-bottom: 0;
	padding-left: 0;
}

.accordion-title {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
}

.accordion-title {
	color: #333;
}

.accordion-title:after,
.accordion-title:hover,
.accordion-title.active {
	color: #033722;
}

.accordion-title:after {
	content: '';
	border-bottom: 3px solid #033722;
	border-right: 3px solid #033722;
	display: inline-block;
	width: 14px;
	height: 14px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	visibility: visible;
	position: absolute;
	top: 18px;
}

.accordion-title.active:after {
	content: '';
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 24px;
}

.accordion-content .wrap p:last-child,
.accordion-content .wrap ul:last-child {
	margin-bottom: 0;
}

.accordion-content .wrap .image {
	width: 100%;
	max-width: 800px;
	margin-bottom: 20px;
}

.accordion-content .wrap .image a {
	display: inline-block;
}


/* subfooter */
.section-subfooter li,
.section-subfooter p {
	color: #333;
}

.section-subfooter p {
	margin-bottom: 10px;
}

.section-subfooter ul {
	padding-left: 10px;
	margin-bottom: 0;
	margin-left: 8px;
}

.footer {
	background-color: #fff;
	overflow: hidden;
	-webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
}

/* 4 chanel */
.link-chanel {
	text-align: center;
}

.link-chanel a {
	margin: 10px 0;
	display: inline-block;
}

.link-chanel a:hover h3 {
	color: #033722;
}

.link-chanel img {
	width: 100%;
	max-width: 82px;
	margin: 0 auto 20px;
}

.link-chanel h3.h6 {
	font-size: 16px;
	color: #6e725b;
}

.section-channel .sc-inner {
	background-color: #d7dbdd;
}

.link-chanel .col-md-3 {
	position: relative;
}


.link-chanel .col-md-3:after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #b9b9b9;
	position: absolute;
	right: 0;
	top: 0;
}

.link-chanel .col-md-3:last-child:after {
	width: 0;
}

/* open-fund-account */
.section-open-fund-account {
	overflow: hidden;
	background-color: #88a8b7;
}

.section-open-fund-account .sc-inner {
	padding-bottom: 0;
}

.list-download {
	margin-top: 30px;
}

.list-download a {
	display: block;
	width: 100%;
	max-width: 149px;
	margin: 10px 0;
}

.a-right .list-download a {
	text-align: right;
	margin: 10px 0 10px auto;
}

.icw .content-download .cd-outline {
	width: 100%;
	max-width: 350px;
	text-align: center;
	background-color: #5B8091;
	display: inline-block;
	margin-bottom: 40px;
	transform: skew(-25deg) rotate(0deg);
	-webkit-transform: skew(-25deg) rotate(0deg);
	-moz-transform: skew(-25deg) rotate(0deg);
}

.icw .content-download .cd-inline {
	background-color: #375e6f;
	position: relative;
	top: -10px;
	right: 10px;
}

.icw .content-download a {
	text-align: center;
	text-decoration: underline !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 12px 20px;
	transform: skew(25deg) rotate(0deg);
	-webkit-transform: skew(25deg) rotate(0deg);
	-moz-transform: skew(25deg) rotate(0deg);
}

.icw .content-download .cd-inline:hover {
	background-color: #25404c;
}

.icw .content-download a,
.no-touch .icw .content-download a:hover {
	background-color: transparent;
}

.content-download h3 {
	margin-bottom: 10px;
}

.sc-download .tbcell {
	width: 50%;
}

.sc-download .tbcell.a-left {
	padding-right: 30px;
}

.sc-download .tbcell.a-right {
	padding-left: 30px;
}

.sc-download .image {
	width: 100%;
	max-width: 650px;
	margin: -140px auto 0;
}

.section-comparefunds .image {
	width: 100%;
	max-width: 1000.5px;
	margin: 0 auto;
}

.visible-w500 {
	display: none;
}

.text-zoom {
	text-align: center;
	margin-bottom: 15px;
}

.text-zoom img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.text-zoom p {
	display: inline-block;
	font-size: 14px;
}

.contents-bottom-inner {
	padding: 40px 60px;
}

.visible-w375 {
	display: none;
}

.section-preparetax {
	background-color: #f3e7cf;
	text-align: center;
}

.sc-preparetax-m {
	background-color: #033723;
}

.section-preparetax .action-form {
	margin-top: 40px;
}

.section-preparetax .btn {
	background-color: #cb9535;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-right: 0;
	padding-top: 8px;
	padding-bottom: 5px;
}

.section-preparetax .btn:hover {
	background-color: #9b742f !important;
}

.section-preparetax .btn img {
	width: 38px;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

.tab-expand {
	display: inline-block;
	margin: 10px auto 20px;
}

.tab-expand.active .image-icon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	display: inline-block;
}

.image-icon img {
	width: 40px;
}

.image-expand {
	display: none;
}


@media screen and (max-width: 1500px) {
	.sc-promotion:after {
		width: 25vw;
	}
}

@media screen and (max-width: 1440px) {

	.icw h1,
	.icw .h1 {
		font-size: 50px;
	}

	.icw h2,
	.icw .h2 {
		font-size: 40px;
	}
}

@media screen and (max-width: 1199px) {
	nav.navmenu ul li {
		padding: 0 45px !important;
	}

	.sc-promotion:after {
		width: 15%;
	}

	.section-banner .sc-inner {
		padding: 30px 0;
	}

	.navmenu .list-inline li a {
		font-size: 18px;
	}

	.section-banner .content-area {
		padding-left: 10%;
	}

	.section-banner .sc-inner .h2.f-sm {
		font-size: 35px;
	}

	.section-banner .sc-inner .h5 {
		font-size: 18px;
		margin-top: 5px;
	}
}

@media screen and (max-width: 1024px) {
	.sc-download .image {
		width: 100%;
		max-width: 600px;
	}

	.main {
		padding-top: 0;
	}
}

@media screen and (max-width: 991px) {

	.icw h1,
	.icw .h1 {
		font-size: 35px;
	}

	.icw h2,
	.icw .h2 {
		font-size: 28px;
	}

	.icw h3,
	.icw .h3 {
		font-size: 26px;
	}

	.icw h4,
	.icw .h4 {
		font-size: 22px;
	}

	.icw h5,
	.icw .h5,
	.icw .content-download a {
		font-size: 16px;
	}

	.icw h6,
	.icw .h6 {
		font-size: 16px;
	}

	.section-banner .sc-inner .h2.f-sm {
		font-size: 24px;
	}

	.section-banner .sc-inner .h5 {
		font-size: 16px;
	}

	.section-banner .banner2 {
		margin-top: -10px
	}

	.header {
		position: fixed;
		z-index: 1000;
		width: 100%;
		top: 0;
		left: 0;
		transition: left .5s;
	}

	.section-savetax-t .desc {
		margin-top: 15px !important;
	}

	.main {
		padding-top: 57px;
	}

	.sc-download .image {
		width: 100%;
		max-width: 500px;
		margin: 20px auto 0;
	}

	.list-download a,
	.a-right .list-download a {
		margin: 10px auto;
	}

	.sc-download .tbcell {
		text-align: center;
	}

	.col-right-inner ul.list-image {
		max-width: 400px;
		margin: 0 auto;
	}

	ul.list-image {
		margin-bottom: 10px;
	}

	.sc-more-icons {
		font-size: 0;
		width: 100%;
		max-width: 430px;
		margin: 0 auto;
	}

	.section-savetax-t {
		margin-bottom: 100px;
	}

	.accordion {
		padding: 0 15px;
	}

	.accordion-title:after {
		content: '';
		width: 12px;
		height: 12px;
		top: 16px;
	}

	.accordion-title.active:after {
		top: 22px;
	}

	.contents-top,
	#content-2 .contents-top {
		padding: 30px 20px;
		background-size: 800px auto;
		min-height: 520px;
	}

	.contents-bottom .tbcell {
		padding: 30px 30px;
	}

	.contents-top .title-area {
		padding-right: 20px;
		margin-bottom: 20px;
	}

	.slick-dotted.slick-slider {
		margin-left: 5px;
		margin-right: 5px;
	}

	.list-savetax .content-area h6 {
		min-height: 88px;
	}

	.more-icons h4 {
		display: block;
		margin-bottom: 20px;
	}

	.more-icons {
		margin-top: 0;
		width: 100%;
		max-width: 400px;
	}

	.more-icons a:nth-child(2) {
		margin-left: 0;
	}

	.contents-bottom .tbcell:last-child,
	.sc-promotion-inner .tbcell:first-child {
		width: 320px;
		padding: 0 0 0 30px;
	}

	#promotion .sc-promotion-inner .tbcell:first-child {
		padding: 0;
	}

	.sc-promotion .content-area {
		padding-left: 20px;
	}

	.link-chanel .col-md-3:after {
		width: 0;
	}

	.link-chanel a {
		margin: 20px 0;
	}

	.contents-bottom h3 {
		margin-bottom: 15px;
	}

	.sc-link-other {
		padding-right: 15px;
		padding-bottom: 15px;
	}

	.icw .content-download .a-left,
	.icw .content-download .a-right {
		text-align: center;
	}

	.icw .content-download .cd-outline {
		width: 90%;
		position: relative;
		right: -5px;
		margin: 10px auto 20px;
	}

	.sc-download .tbcell.a-left {
		padding-right: 10px;
	}

	.sc-download .tbcell.a-right {
		padding-left: 10px;
	}

	.section-relatedfund .list-savetax {
		margin: 10px;
	}

	.sc-other-wrapper {
		max-width: 620px;
	}

	.sc-savetax {
		margin: -210px 0 0;
	}

	.title-bar {
		width: 100%;
		padding: 12px 40px 12px 20px;
	}

	.contents .contents-bottom .content-area .h5 {
		font-size: 18px;
	}

	.link-chanel img {
		margin-bottom: 10px;
	}

	.contents-bottom .content-area .bar-text {
		width: 165px;
		left: -95px;
	}

	.contents-bottom .content-area .bar-text:after {
		left: 65%;
	}

	.tag-new {
		display: block;
		margin: 10px 0;
	}
}

@media screen and (max-width: 767px) {
	.contents-bottom1 .tbcell {
		padding: 30px 35px !important;
		text-align: center;
	}

	.contents-bottom1 .content-area .h5 {
		text-align: center !important;
	}

	.contents .contents-bottom .content-area .h5 {
		text-align: left;
	}

	.sc-download .tbcell.a-left {
		padding-right: 0;
	}

	.sc-download .tbcell.a-right {
		padding-left: 0;
	}

	.section-banner .banner2 {
		margin-top: 0;
	}

	.icw h1,
	.icw .h1 {
		font-size: 33px;
	}

	.section-banner .sc-inner h1,
	.section-banner .sc-inner .h1 {
		line-height: 1.1;
	}

	.section-banner .sc-inner .h5 {
		display: none;
	}

	.section-banner .content-area {
		padding-left: 0;
	}

	.section-banner .content-area .h2 {
		font-size: 22px;
		line-height: 1.2;
		margin-top: 5px;
		margin-bottom: 3px;
	}

	.slick-other.slick-dotted.slick-slider {
		margin-top: 20px;
	}

	.tabs {
		margin-bottom: 30px;
	}

	.section-savetax-t {
		margin-bottom: 120px;
	}

	h4.desc {
		font-size: 18px;
	}

	.contents-top .tb,
	.contents-top .tbcell,
	.contents-bottom .tb,
	.contents-bottom .tbcell,
	.sc-promotion-inner .tb,
	.sc-promotion-inner .tbcell {
		display: block;
	}

	.contents-top .tbcell,
	.contents-bottom .tbcell {
		width: 100%;
	}

	.contents-top .title-area {
		padding-right: 0;
	}

	.contents .content-area {
		padding-left: 0;
	}

	.contents-top {
		background: url("../img/bg-level-m.jpg") #f4e7d0 no-repeat;
		background-size: cover;
		background-position: left bottom;
		padding: 20px 20px 70%;
		margin-bottom: 30px;
		min-height: 600px;
	}

	#content-2 .contents-top {
		background: url("../img/bg-level-w-m.jpg") #f4e7d0 no-repeat;
		background-size: cover;
		background-position: left bottom;
		padding: 20px 20px 70%;
		margin-bottom: 30px;
		min-height: 600px;
	}

	.contents-bottom .tbcell:first-child {
		border-bottom: 2px solid #023723;
		border-right: 0;
		margin: 0 auto 60px;
	}

	.slick-cBottom .slick-dots {
		top: 270px;
		z-index: 1;
		height: 20px;
	}


	.slick-cBottom .slick-list {
		z-index: 2;
	}

	.tabs > div {
		padding: 0 10px;
		transform: skew(-18deg) rotate(0deg);
		-webkit-transform: skew(-18deg) rotate(0deg);
		-moz-transform: skew(-18deg) rotate(0deg);
	}

	.tabs > div h6 {
		font-size: 10px;
	}

	.tabs > div strong.h5 {
		font-size: 14px;
	}

	.tabs .tabs-inner {
		padding: 8px 0;
		line-height: 15px;
		transform: skew(18deg) rotate(0deg);
		-webkit-transform: skew(18deg) rotate(0deg);
		-moz-transform: skew(18deg) rotate(0deg);
	}

	.tabs-outline {
		width: 100%;
		max-width: 320px;
		margin-bottom: 30px;
		transform: skew(-18deg) rotate(0deg);
		-webkit-transform: skew(-18deg) rotate(0deg);
		-moz-transform: skew(-18deg) rotate(0deg);
	}

	.tabs {
		transform: skew(18deg) rotate(0deg);
		-webkit-transform: skew(18deg) rotate(0deg);
		-moz-transform: skew(18deg) rotate(0deg);
		left: -8px;
		top: -7px;
	}

	.icw .content-download .cd-outline {
		transform: skew(-18deg) rotate(0deg);
		-webkit-transform: skew(-18deg) rotate(0deg);
		-moz-transform: skew(-18deg) rotate(0deg);
	}

	.icw .content-download a {
		transform: skew(18deg) rotate(0deg);
		-webkit-transform: skew(18deg) rotate(0deg);
		-moz-transform: skew(18deg) rotate(0deg);
	}

	/*
	.tabs > div:first-child {
		padding-left: 20px;
	}

	.tabs > div:last-child {
		padding-right: 20px;
	}
*/

	.title-bar h3 {
		font-size: 24px;
	}

	.title-bar h5 {
		font-size: 16px;
	}

	.contents-bottom .tbcell {
		padding: 30px 20px;
	}

	.contents-bottom .tbcell:last-child,
	.sc-promotion-inner .tbcell:first-child {
		width: 100%;
	}

	.contents .contents-bottom .tbcell:last-child {
		text-align: center;
	}

	.sc-promotion:after {
		width: 100%;
		height: 100px;
	}

	.sc-promotion-inner .tbcell:first-child .image {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 40px;
		text-align: center;
	}

	.sc-promotion-inner {
		padding-top: 0;
	}

	.sc-promotion .content-area {
		padding-left: 0;
	}

	.sc-promotion {
		width: calc(100% - 30px);
	}

	.sc-promotion-inner .container-md {
		padding: 0;
	}

	.sc-promotion .content-area,
	.sc-promotion-inner p.note {
		padding-left: 20px;
		padding-right: 20px;
	}

	.icw .content-download a {
		padding: 10px 5px;
	}

	.icw h2,
	.icw .h2 {
		font-size: 26px;
	}

	.icw h5,
	.icw .h5,
	.icw .content-download a {
		font-size: 14px;
	}

	.table-wrap .table-overlay {
		display: block;
	}

	.title-area .image {
		width: 100%;
		max-width: 250px;
		margin: 20px auto;
	}

	.list-savetax {
		min-height: 298px;
	}

	.list-savetax .content-area h5 {
		min-height: inherit;
	}

	.contents-bottom .content-area .bar-text {
		width: 150px;
		left: -70px;
	}

	.contents-bottom .content-area .bar-text:after {
		left: 55%;
	}

	.list-download {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.list-download a {
		width: 100%;
		max-width: 120px;
	}

	.contents-bottom h3 {
		text-align: center;
	}

	.contents .contents-bottom .content-area {
		text-align: left;
	}

	.accordion-title,
	.list-style li,
	.list-style-image li,
	a.link-other,
	.contents .content-area a.link-popup {
		font-size: 14px;
	}

	.list-style-image > li:after {
		top: 1px;
	}

	.icw h6,
	.icw .h6 {
		font-size: 14px;
	}

	.accordion-title:after {
		content: '';
		width: 10px;
		height: 10px;
		top: 18px;
	}

	.navmenu-wrap ul.localnav-navmenu li a,
	.list-savetax .content-area h5 {
		font-size: 16px;
	}

	.sc-promotion .content-bottom .title-bar2 {
		background-size: 20px 100%;
		padding-right: 26px;
	}

	.contents-bottom-inner {
		padding: 40px 20px;
	}

	.slick-cBottom .slick-prev {
		left: -20px;
	}

	.slick-cBottom .slick-next {
		right: -20px;
	}

	.icw button.slick-arrow {
		width: 34px;
		height: 34px;
	}

	.tag-new {
		margin-left: 0;
		margin-top: 5px;
		margin-bottom: 10px;
	}

	.contents-bottom .content-area .desc.desc1 {
		margin: 5px 0 15px 0 !important;
	}

	.contents-bottom .content-area .desc {
		margin: 5px 0 !important;
	}

	.contents-bottom-inner .tbcell:last-child {
		padding: 0 20px;
	}

	.contents-bottom .list-style-image li {
		text-align: left;
	}

	.slick-cBottom .slick-prev,
	.slick-cBottom .slick-next {
		top: 275px;
	}

	.contents-bottom-inner .tbcell:first-child {
		width: 250px;
		border-bottom: 0;
	}

	.slick-cBottom.slick-dotted.slick-slider {
		margin-bottom: 0
	}

	.sc-btn {
		text-align: center;
	}

	.sc-btn a.btn-img {
		margin: 20px auto 0;
	}

	.contents-bottom1 .tbcell {
		padding: 30px 20px;
	}

	.contents-bottom1 .tbcell:first-child {
		margin-bottom: 0;
	}

	.contents .contents-bottom1 .tbcell:last-child,
	.contents .contents-bottom1 .tbcell:last-child .content-area {
		text-align: center;
	}

	.tab-expand h5 {
		font-size: 18px;
		text-transform: uppercase;
	}

	.section-preparetax .container-md {
		padding: 0;
	}

	.section-preparetax .sc-headline {
		padding: 0 20px;
	}

	.contents .content-area .a-left {
		text-align: center;
	}

	.contents .content-area .a-left a {
		margin-left: 0;
	}


}

@media screen and (max-width: 400px) {
	.visible-w375 {
		display: block;
	}

	.contents-bottom-link {
		padding: 30px 35px;
	}

}

@media screen and (max-width: 370px) {
	.contents-bottom-inner .tbcell:last-child {
		padding: 0 10px;
	}

	.slick-cBottom .slick-prev,
	.slick-cBottom .slick-next {
		top: 280px;
	}
}
