body {
	font-family: "KTC-Font-Text";
	font-size: 16px;
}
section {
	display: block;
	border-bottom: 1px solid #eee;
}
.static-content.text-on-left-img.float-up {
	left: 60px;
	max-width: none;
}
.overlay-breadcrumb {
	height: 35px;
	padding: 0px;
}
.breadcrumb {
	margin-bottom: 0px;
}
strong {
	font-family: "KTC-Font-Bold";
	font-weight: unset;
}
#hero-banner {
	background: url("/pub/export/static-mgrt/pub-media-welcomebook-hero-banner-Krungthai-credit-card-Web-new.webp")
		no-repeat;
	background-position: top right;
	background-size: cover;
	height: 500px;
	position: relative;
}
#hero-banner .position-bottom {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0px;
}
#hero-banner h1 {
	font-family: "KTC-Font-Bold";
	font-size: 55px;
	line-height: 1.2;
	margin-bottom: 30px;
}
#hero-banner .tc-card-group {
	width: 180px;
}
#hero-banner .tc-card-group .tc-card-img {
	display: flex;
	justify-content: center;
}
#hero-banner .tc-card-group img {
	width: 150px;
	margin: auto;
}
#hero-banner .tc-card-group h2 {
	font-family: "KTC-Font-Bold";
	font-size: 10px;
	text-align: center;
	margin-top: 5px;
}
#scroll-menu {
	padding: 50px 0px;
}
#scroll-menu .btn-icon {
	cursor: pointer;
	width: 100%;
	display: grid;
	justify-content: center;
	padding: 20px;
	margin-bottom: 10px;
}
#scroll-menu .btn-icon:hover {
	border-radius: 6px;
	box-shadow: 1px 1px 10px #eee;
}
#scroll-menu .btn-icon .btn-img {
	width: 100px;
	height: 100px;
	margin: auto;
}
#scroll-menu .btn-icon .btn-img img {
	width: 100px;
	height: 100px;
}
#scroll-menu .btn-text {
	text-align: center;
}
#scroll-menu .btn-text h3 {
	font-family: "KTC-Font-Text";
	font-size: 18px;
	line-height: 1.4;
	height: 50px;
}
.section-content a {
	color: #cf3339;
}
.section-content a:hover {
	text-decoration: underline;
}
.section-content .media img {
	width: auto;
	height: 90px;
	margin-right: 10px;
}
.section-content h2 {
	font-size: 35px;
	line-height: 1.4;
	font-family: "KTC-Font-Bold";
	color: #cf3339;
	height: 90px;
	display: flex;
	align-items: center;
}
.section-content h2 span {
	font-family: "KTC-Font-Text";
}
.section-content h3 {
	font-family: "KTC-Font-Bold";
	font-size: 25px;
	color: #000000;
	line-height: 1.4;
	margin-bottom: 5px;
}
.section-content h4 {
	font-family: "KTC-Font-Bold";
	font-size: 20px;
	color: #000000;
	line-height: 1.4;
	margin-bottom: 5px;
}
.section-content p {
	font-family: "KTC-Font-Text";
	font-size: 18px;
	line-height: 1.4;
	color: #000000;
}
.section-content .light {
	font-family: "KTC-Font-Light";
}
.section-content p small {
	font-size: 14px;
}
.section-content ol {
	font-family: "KTC-Font-Text";
	font-size: 18px;
	margin-left: 20px;
}
.section-content ol li {
	list-style: disc;
	line-height: 1.4;
}
/*.section-content .div-table{
		border-radius: 10px;
		border:1px solid #000000;
		display: flex;
		justify-content:start;
	}
	.section-content .div-table .border-right{
		border-right: 1px solid #000000 !important;
	}
	.section-content .div-table .border-bottom{
		border-bottom: 1px solid #000000 !important;
	}
	.section-content .div-table .div-column {
		font-size: 16px;
	}
	.section-content .div-table .div-column .w30-percent{
		width: 30%;
	}
	.section-content .div-table .div-column .w10-percent{
		width: 10%;
	}
	.section-content .div-table .div-column .w50-percent{
		width: 50%;
	}
	.section-content .div-table .div-column .div-thead {
		font-size: 16px;
		font-family: "KTC-Font-Bold";
		padding: 10px;
		height: 45%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.section-content .div-table .div-column .div-tbody{
		line-height: 1.4;
		padding: 10px;
		height: 65%;
	}*/
.table {
	display: table;
	text-align: center;
	margin: 10ps 0;
	border-collapse: separate;
}

.table_row {
	display: table-row;
}

.theader {
	display: table-row;
}

.table_header {
	display: table-cell;
	border-bottom: #000 1px solid;
	border-top: #000 1px solid;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "KTC-Font-Bold";
	border-left: #000 1px solid;
	vertical-align: middle;
	line-height: 1.4;
}

.table_header:first-child {
	border-left: #000 1px solid;
	border-top-left-radius: 5px;
}

.table_header:last-child {
	border-right: #000 1px solid;
	border-top-right-radius: 5px;
}

.table_small {
	display: table-cell;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: middle;
}
.table_small:first-child {
	border-bottom-left-radius: 5px;
}
.table_small:last-child {
	border-bottom-right-radius: 5px;
	border-right: 1px solid #000;
}
.table_row > .table_small > .table_cell:nth-child(odd) {
	display: none;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
}

.table_row > .table_small > .table_cell {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000;
	line-height: 1.4;
}
.table_row > .table_small > .table_cell small {
	font-size: 14px;
}

.table_row > .table_small:first-child > .table_cell {
	padding: 10px;
}
.table_row:nth-child(2n + 3) {
	background: #000;
}

#footer {
	font-family: "Conv_SukhumvitTadmai_bol";
	font-size: 30px;
	line-height: 55px;
	background: #000;
	color: #fff;
	text-align: center;
	padding-top: 10px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}

@media (max-width: 991px) {
	.media {
		display: grid;
	}
	.section-content .media img {
		width: auto;
		height: 90px;
		margin-right: 10px;
		margin: auto;
	}
	.section-content h2 {
		font-size: 30px;
		height: auto;
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
}
@media (max-width: 768px) {
	#hero-banner {
		background: #f4f4f4;
		height: auto;
	}
	#hero-banner h1 {
		margin-top: 30px;
		font-size: 35px;
		text-align: center;
	}
	#hero-banner .background-mobile img {
		width: 100%;
		height: 350px;
		object-fit: cover;
		object-position: top;
	}
	#hero-banner .position-bottom {
		position: relative;
		bottom: 0px;
		padding-bottom: 30px;
	}
	#scroll-menu .btn-icon .btn-img {
		width: 80px;
		height: 80px;
	}
	#scroll-menu .btn-icon .btn-img img {
		width: 80px;
		height: 80px;
	}
	#scroll-menu .btn-text h3 {
		font-size: 14px;
	}
	.section-content h2 {
		font-size: 26px;
	}
	.section-content h3 {
		font-size: 20px;
	}
	.section-content p {
		font-size: 16px;
	}
	.section-content ol {
		font-family: "KTC-Font-Text";
		font-size: 16px;
		margin-left: 20px;
	}
	.table {
		display: block;
	}
	.table_row:nth-child(2n + 3) {
		background: none;
	}
	.theader {
		display: none;
	}
	.table_row > .table_small > .table_cell:nth-child(odd) {
		display: table-cell;
		width: 50%;
		font-size: 14px;
	}
	.table_cell {
		display: table-cell;
		width: 50%;
	}
	.table_row {
		display: table;
		width: 100%;
		border-collapse: separate;
		padding-bottom: 20px;
		margin: 5% auto 0;
		text-align: center;
	}
	.table_small {
		display: table-row;
	}
	.table_row > .table_small > .table_cell:first-child {
		border-left: #000 1px solid;
		border-bottom: #000 1px solid;
		border-right: #000 1px solid;
		font-family: "KTC-Font-Bold";
	}
	.table_row > .table_small > .table_cell:first-child p {
		font-family: "KTC-Font-Bold";
	}
	.table_row > .table_small:first-child > .table_cell:first-child {
		border-top-left-radius: 5px;
		border-top: #000 1px solid;
		vertical-align: middle;
		font-family: "KTC-Font-Bold";
	}
	.table_row > .table_small:first-child > .table_cell:first-child p {
		font-family: "KTC-Font-Bold";
	}
	.table_row > .table_small:first-child > .table_cell:last-child {
		border-top-right-radius: 5px;
		border-top: #000 1px solid;
		border-bottom: #000 1px solid;
		border-left: none;
	}
	.table_row > .table_small:last-child > .table_cell:first-child {
		border-right: #000 1px solid;
		border-bottom-left-radius: 5px;
	}
	.table_row > .table_small > .table_cell:last-child {
		border-right: #000 1px solid;
		border-bottom: #000 1px solid;
		vertical-align: middle;
		font-size: 14px;
	}
	.table_row > .table_small:last-child > .table_cell:last-child {
		border-bottom-right-radius: 5px;
	}
	.table_row > .table_small > .table_cell small {
		font-size: 12px;
	}
}
@media (max-width: 547px) {
	#hero-banner h1 {
		font-size: 25px;
	}
	#hero-banner .tc-card-group img {
		width: 120px;
		margin: auto;
	}
	#scroll-menu .btn-icon .btn-img {
		width: 60px;
		height: 60px;
	}
	#scroll-menu .btn-icon .btn-img img {
		width: 60px;
		height: 60px;
	}
	#scroll-menu .btn-text h3 {
		font-size: 12px;
	}
	#scroll-menu .btn-icon {
		padding: 0;
	}
	#footer {
		font-size: 16px;
	}
}
@media (max-width: 450px) {
	.theader {
		display: table-row;
		display: none;
	}
	.table_row {
		display: block;
	}
	.table_row .table_small {
		display: table;
		width: 100%;
		border-left: none;
		border-bottom: none;
		vertical-align: middle;
	}
	.table_row > .table_small > .table_cell:nth-child(odd) {
		display: table-row;
	}
	.table_row .table_small .table_cell {
		display: table-row;
	}
	.table_row .table_small .table_cell p {
		display: table-cell;
		padding: 10px;
		border: 1px solid;
		border-bottom: none;
	}
	.table_row > .table_small:first-child > .table_cell:first-child p {
		border: 1px solid;
		border-bottom: none;
		border-radius: 5px 5px 0 0;
		width: 100%;
		padding: 10px;
		font-family: "KTC-Font-Bold";
	}
	.table_row > .table_small > .table_cell:first-child p {
		font-family: "KTC-Font-Bold";
	}
	.table_small:last-child {
		border-bottom-right-radius: 5px;
		border-right: none;
	}

	.table_row > .table_small:last-child > .table_cell:last-child p {
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom: 1px solid #000;
	}
	.table_small:first-child {
		border-bottom-left-radius: 0;
	}
	.table_row > .table_small:first-child > .table_cell:last-child {
		text-align: center !important;
	}
}
@media (max-width: 414px) {
	#hero-banner h1 {
		font-size: 25px;
	}
	#hero-banner .tc-card-group img {
		width: 100px;
		margin: auto;
	}
	#hero-banner .tc-card-group h2 {
		font-family: "KTC-Font-Bold";
		font-size: 8px;
		text-align: center;
	}
	#hero-banner .background-mobile img {
		height: 200px;
	}
}

/** INLINE CSS **/

#card-register-modal .left-icon + span {
	padding-left: 10px;
	font-size: 16px;
	line-height: 1.14;
	max-width: calc(100% - 80px);
	font-family: "Conv_SukhumvitTadmai_Tex";
}
@media (max-width: 576px) {
	.card-choice {
		padding: 15px 0;
	}
	#card-register-modal .left-icon + span {
		padding-left: 0;
		line-height: 1.45;
	}
}
@media (max-width: 414px) {
	#card-register-modal.full-modal .modal-body {
		padding: 0 10px !important;
	}
}

/** INLINE CSS **/

.grecaptcha-badge {
	visibility: hidden !important;
}
.recaptcha-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
