#wrap {
	position: relative;
	max-width: none;
}

.row {
	max-width: none;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.HSB_logo {
	margin-left: 25px;
	width: 380px;
}

#logo_area {
	position: absolute;
	z-index: 1;
	width: 100%;
	max-width: none;
}
.top_banner { text-align: center;}
.top_banner img { width: 100%; }

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}
.nowrap { white-space: nowrap; }

.section_padding_bottom {
	padding-bottom: 80px;
}

.container,
.middle_container,
.small_container {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

.container {
	max-width: 1340px;
}

.middle_container {
	max-width: 1240px;
}

.small_container {
	max-width: 140px;
}


.landing {
	padding: 60px 0 0px;
	font-size: 22px;
	text-align: center;
}

.landing p {
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.6;
}
.landing p:last-child {margin-bottom: 0px;}

.landing strong {
	/*font-size: 135%;*/
	color: #f68b1f;
}

.landing_br {
	display: none;
}

.preferred_offer_bg {
	background: url("../images/preferred_offer_bg.jpg") no-repeat center center;
	background-size: cover;
}

.account {
	padding: 60px 0;
	text-align: center;
}

.tab-head {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: #39b54a 2px solid;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.tab-btn {
	font-size: 30px;
	font-weight: bold;
	min-width: 250px;
	border-top-left-radius: 15px;
	padding: 15px 15px;
	border-top-right-radius: 15px;
	color: #666666;
	background-color: #ffffff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-align: center;
}

.tab-btn.active {
	font-size: 35px;
	padding: 20px 15px;
	color: #ffffff;
	background-color: #39b54a;
}

.open-account__tab {
	font-size: 30px;
	font-weight: bold;
	min-width: 250px;
	border-top-left-radius: 15px;
	padding: 15px 15px;
	border-top-right-radius: 15px;
	color: #666666;
	background-color: #f2f2f2;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-align: center;
}

.open-account__tab.active {
	font-size: 35px;
	padding: 20px 15px;
	color: #ffffff;
	background-color: #186841;
}

.tab-body, .smart-tips-body,
.open-account__content {
	margin-top: 40px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.tab-body-text {font-size: 22px; line-height: 1.6;}
.tab-body-text strong {color: #f68b1f;}

.tab-inner,
.open-account__content {
	display: none;
}

.tab-inner.active,
.open-account__content.active {
	display: block;
}

.accordion-item {
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 10px;
	background-color: #ffffff;
}

.accordion-head {
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	/*border-top-left-radius: 10px;  border-top-right-radius: 10px;  border-bottom-left-radius: 10px;  border-bottom-right-radius: 10px;   background-color: #ffffff;*/
	padding: 5px;
}

.accordion-titles {
	display: flex;
	flex: 1;
	/*justify-content: center; */
	align-items: center;
	margin-left: 20px;
}

.accordion-head h3 {
	font-size: 28px;
	font-weight: bold;
	color: #186841;
	margin-left: 15px;
	margin-bottom: 0px;
	text-align: left;
	line-height: 1.2;
}

.accordion-head span {
	display: block;
	margin-left: 15px;
	margin-right: 20px;
	position: relative;
	width: 16px;
	height: 16px;
}

.accordion-head span::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #186841;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.accordion-head span:after {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background-color: #186841;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: rotate .3s ease;
	opacity: 1;
}

.accordion-item.active .accordion-head {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.accordion-item.active .accordion-head span::after {
	opacity: 0;
}

.accordion-body {
	display: none;
	padding: 40px 60px 40px 30px;
	font-size: 22px;
	text-align: left;
	line-height: 1.6;
	/*background-color: #ffffff;  border-bottom-left-radius: 10px;  border-bottom-right-radius: 10px;*/
}

.accordion-body strong,
.accordion-head strong {
	color: #f68b1f;
}
.accordion-body strong.black {color: #000000;}

.accordion-holder .accordion-item.active .accordion-body {
	display: block;
}

.accordion-body th,
.accordion-body td {
	padding: 10px 5px;
	font-size: 22px;
	text-align: center;
	line-height: 1.2;
}

.accordion-body th {
	background-color: #70ddaf;
	color: #186841;
}

.accordion-body td {
	background-color: #dffefb;
	color: #000000;
	border-bottom: #39b54a 1px solid;
}

.accordion-body td, .accordion-body th  {
	border-right: #39b54a 1px solid;
}
.accordion-body td.orange, .accordion-body th.orange {
	color: #f68b1f;
}
.accordion-body td:last-child, .accordion-body th:last-child  {
	border-right: #39b54a 0px solid;
}

.accordion-body tr:last-child td {
	border-bottom: #39b54a 0px solid;
}

.accordion-body ul {
	margin-left: 20px;
}

.accordion-body li {
	margin-bottom: 10px;
}
.accordion-body .more {text-align: right; text-decoration: underline; color: #222222; float: right;}

.accordion-cwrap {
	width: 100%;
	display: table;
	margin-left: 5px;
}

.accordion-num {
	width: 63px;
	display: table-cell;
}

.accordion-cont {
	width: auto;
	display: table-cell;
	vertical-align: middle;
	padding-left: 7px;
}

.num {
	max-width: 38px;
	max-height: 38px;
	background-color: #fab979;
	border-radius: 50%;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 38px;
	margin: auto;
}

.accordion-remark {    display: flex;    align-items: end;    justify-content: space-between;}
.accordion-remark-btn {margin-left: 10px; white-space: nowrap;}

/* sup {
	top: -1em;
} */


/* sub,
sup {
	font-size: 12px;

} */
sup.payday {
	font-size: 75%;
	top: -0.5em;
}

.open-account, .smart-tips {
	padding: 60px 0;
}
.smart-tips { background-color: #f5faf0;}

.open-account_title, .smart-tips_title {
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
}

.open-account_title h3, .smart-tips_title h3 {
	font-size: 36px;
	font-weight: bold;
	color: #186841;
	margin-left: 5px;
	margin-bottom: 0px;
	line-height: 1.2;
}
.smart-tips h4 { color: #186841;	font-size: 30px;	font-weight: bold;	line-height: 1.2; text-align: center;}
.smart-tips .sm-txt { font-size: 16px;}

.open-account__wrap {
	display: flex;
	/*align-items: center;*/
	column-gap: 46px;
}

.open-account__left img {
	display: block;
	max-width: 340px;
}

.open-account__right {
	flex: 1;
	text-align: left;
	margin-top: 100px;
}

.open-account__right h4 {
	color: #186841;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 16px;
}

.open-account__right p {
	font-size: 18px;
	line-height: 1.6;
}

.open-account__app {
	display: flex;
	column-gap: 24px;
	margin: 48px auto 0;
}
.open-account__app.daasc {    margin-left: 0;    max-width: 305px;    justify-content: center;}

.open-account__app .hase-app-icon {
	width: 140px;
}

.open-account__app .hase-app-store a {
	display: block;
}

.open-account__app .hase-app-store img {
	display: block;
}

.open-account__app .hase-app-store a:last-child {
	margin-top: 12px;
}

.open-account__app .hase-qr {
	width: 140px;
}

.open-account__app2 {
	margin-top: 20px;
}

.open-account__app2 a {
	margin-top: 12px;
	transition: transform .3s ease;
}

.btn {
	display: block;
	position: relative;
	max-width: 200px;
	margin: 0 auto;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	padding: 8px 24px;
	background-color: #f68b1f;
	border-radius: 30px;
	cursor: pointer;
	transition: opacity .3s ease;
}

.task_wrap {    border-radius: 10px; border: #96d200 1px solid; overflow: hidden; margin: 10px auto 5px;}
.task_step_wrap {display: flex;    height: 100%;}
.task_step {display: flex;    align-items: center; /*justify-content: center;*/ flex: 1; background: #ffffff; border-right: #96d200 1px solid; padding: 70px 10px 10px; position: relative;  text-align: center; flex-direction: column; min-height: 100%;}
.task_step:last-child {border-right: #96d200 0px solid;}
.task_num { min-width: 180px; padding: 5px 5px;  position: absolute; top: 0; left: 50%; transform: translate(-50%, 0%);  background: #96d200; font-size: 28px; font-weight: bold; text-align: center; color: #ffffff; line-height: 1.2; border-bottom-left-radius: 10px;  border-bottom-right-radius: 10px; }
.task_step p {font-size: 22px; line-height: 1.6; margin-bottom: 0px;}
.task_step strong {font-size: 28px; color: #186841; line-height: 1.2;}
.task_step strong span, .task_total_wrap strong { color: #f68b1f; }
.task_step .tick { vertical-align: text-top; }
.task_total_wrap { background-color: #d5ed99; padding: 5px 10px; display: flex;  justify-content: center; align-items: center; }
.task_total_wrap h3 {font-size: 36px; font-weight: bold; color: #186841; text-align: center;  margin:auto 15px;   line-height: 1.2;}

.modal-popup {
	display: flex;
	width: 100%;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
}

.modal-popup .bg-overlay {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	cursor: pointer;
}

.modal-popup .modal-popup-box {
	width: auto;
	max-width: 768px;
	background-color: #fff;
	border-radius: 14px;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
}

.modal-popup .modal-popup-box .close {
	display: block;
	width: 16px;
	height: 16px;
	position: relative;
	transform: rotate(45deg);
	margin-left: auto;
	margin-bottom: 10px;
}

.modal-popup .modal-popup-box .close::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modal-popup .modal-popup-box .close::after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modal-popup .modal-popup-box .modal-popup-heading {
	color: #0f4b41;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 12px;
}

.modal-popup .modal-popup-box .modal-popup-desc {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 12px;
}

.modal-popup .modal-popup-box .modal-popup-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.modal-popup .modal-popup-box .modal-popup-btn a {
	color: #0f4b41;
	padding: 2px 18px;
	font-size: 14px;
	line-height: 24px;
	border: 1px solid #0f4b41;
	border-radius: 4px;
	margin-left: 12px;
}

.modal-popup .modal-popup-box .modal-popup-btn a:first-child {
	margin-left: 0;
}

.modal-popup .modal-popup-box .modal-popup-btn a.btn-continue {
	color: #fff;
	background-color: #0f4b41;
}

.sticky-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 8;
}

.sticky-bar__inner {
	display: flex;
}

.sticky-bar__col {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 15px 30px;
	background-color: #96d200;
}

.sticky-bar__col h4 {
	font-size: 28px;
	color: #186841;
	font-weight: bold;
	margin-right: 30px;
	/*flex: 1;*/
	line-height: 1.1;
	text-align: center;
}

.btn_apply_wrap {
	min-width: 145px;
}

.en .btn_apply_wrap {
	min-width: 220px;
}

.section_remark {padding-left: 10px;}
.section_remark p { margin-bottom: 5px;}
.section_remark sup {position: relative;  margin-left: -5px;}

.remark,
#footer .remark p {
	font-size: 16px;
	line-height: 1.3;
}

.remark li {
	line-height: 1.6;
	padding-bottom: 5px;
}

.border-content {
	border: 1px solid #000;
	padding: 15px;
}

#footer {
	padding-bottom: 90px;
}

.en #footer {
	padding-bottom: 130px;
}

.tncfont {
	font-size: 18px;
	line-height: 20px;
	margin-top: 15px;
}

@media (min-width: 1150px) {
	.landing_br {
		display: block;
	}
}

@media (min-width: 768px) {
	.visibleDesktop {
		display: block;
	}

	.visibleMobile {
		display: none !important;
	}

	.btn {
		padding: 14px 24px;
	}
}

@media (max-width: 1024px) {
	.open-account__wrap {
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 50px;
	}

	.open-account__right {
		text-align: center;
		margin-top: 0px;
	}

	.open-account__app {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.visibleDesktop {
		display: none !important;
	}

	.open-account {
		padding: 0 0 60px 0;
	}

	.HSB_logo {
		margin-left: 15px;
		width: 250px;
	}

	.tab-head {
		width: calc(100% + 40px);
		left: -20px;
		position: relative;
	}

	.tab-btn,
	.open-account__tab {
		min-width: 50%;
	}

	.landing p,
	.accordion-body,
	.accordion-body th,
	.accordion-body td,
	.tab-body-text, 
	.task_step p{
		font-size: 18px;
	}

	.tab-btn,
	.open-account__tab {
		font-size: 24px;
		padding: 15px 10px;
	}

	.tab-btn.active,
	.open-account__tab.active {
		font-size: 25px;
		padding: 20px 10px;
	}

	.accordion-head h3 {
		font-size: 24px;
		margin-left: 10px;
		font-weight: normal;
	}

	.accordion-titles {
		margin-left: 5px;
	}

	.open-account_title h3, .smart-tips_title h3 {
		margin-left: 15px;
		font-size: 24px;
	}

	.open-account__content.active .open-account__app {
		justify-content: center;
		margin: 18px auto 0;
	}
	.open-account__app.daasc {    margin-left: auto; }

	.accordion-head span {
		margin-right: 10px;
		margin-left: 10px;
	}

	.open-account__right h4{
		font-size: 26px;
	}

	.icon {
		width: 48px;
	}

	.accordion-head {
		padding: 10px 5px;
	}

	.accordion-body {
		padding: 0px 20px 20px;
	}

	.accordion-cwrap {
		margin-left: -10px;
	}

	.accordion-num {
		width: 54px;
	}
	
	.smart-tips h4 { font-size: 20px; }
	.smart-tips .sm-txt { font-size: 14px;}
	.task_step_wrap {flex-direction: column;}
	.task_step { border-right: #96d200 0px solid; border-bottom: #96d200 1px solid; padding-bottom: 31px;}
	.task_step:last-child {border-bottom: #96d200 0px solid;}
	.task_num, .task_step strong { font-size: 24px;}
	.task_total_wrap h3 {font-size: 30px;}
	.task_total_wrap img {max-width: 80px;}
	.task_step .tick { vertical-align: baseline; max-width: 15px; }
	.scroll-table .accordion-num { display: none;}
	.scroll-table .accordion-cwrap { overflow-y: scroll; display: block; margin-left: 0px;}
	.scroll-table .accordion-cont { padding-left: 0px;}

	.remark,
	#footer .remark p {
		font-size: 14px;
	}

	.border-content {
		padding: 15px;
	}

	#footer {
		padding-bottom: 120px;
	}

	.en #footer {
		padding-bottom: 160px;
	}

	.sticky-bar__inner {
		padding: 0px;
	}

	.sticky-bar__col {
		flex-direction: column;
		text-align: center;
		padding: 15px 10px 5px;
	}

	.sticky-bar__col h4 {
		font-size: 24px;
		margin-right: 0px;
		margin-bottom: 10px
	}

	.btn_apply {
		height: 35px;
	}

	.btn .left,
	.btn .right {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto 0;
		height: fit-content;
	}

	.btn .left {
		left: 10%;
	}

	.btn .right {
		right: 10%;
	}


}

/* For top banner can be scaled when zoom out on browser */
#top_banner_area {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

#top_banner_area .banner-holder {
	display: block;
	width: 100%;
	margin: 0 auto;
}

#top_banner_area .top-banner {
	width: 100%;
	text-align: center;
}

#top_banner_area .top-banner img {
	width: 100%;
	height: auto;
	max-width: 1920px;
	margin: 0 auto;
	display: block;
}
