@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: 'THSARABUN BOLD';
	 
	/*line-height: normal;*/
	color: #000;
	background: #E8E8E8;
	font-size: 1.2rem;
}
a {
	color: #505050;
	text-decoration: none;
}
a:hover {
	color:#b2902b;
	text-decoration: none
}
:focus {
	outline: none;
}
button {
	box-shadow: 0;

}


p {
	font-family: 'THSARABUN BOLD';
}
h3 {
	font-family: 'THSARABUN BOLD';
	color:#AC3520;
}

.txt-header {
	display: inline-block; 
	color:#AC3520;
	margin-left: 40px
}

.font-light {
	font-family: 'THSARABUN BOLD';
}
.fontsmall {
	font-size: 1rem
}

#wrapper {
	width: 100%;
}
#header {
	width: 100%;
	height:114px;
	/*background: rgba(255,255,255,0);
	transition: 0.2s*/
}
 
.header-inner {
	background: #fff;
	width: 100%;
	z-index: 100;
	padding: 15px 0;
	/*transition: 0.2s*/
}

.header-fixed {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
	padding: 15px 0;
	/*transition: 0.2s*/
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	height: 92px;
	background: rgba(255,255,255,1);
	transition: 0.2s
}
/*.sticky .logo {width: 100px;transition: 0.2s;padding-top:35px;}
.sticky .header-right{padding-top: 22px;transition: 0.2s}*/
.sticky .menu ul li, .sticky .menu ul li a {
	color: #505050;
	transition: 0.2s;
}
.header-inner .menu ul li, .header-inner .menu ul li a {
	color: #AC3520
}
.menu ul li a:hover {
	color: #b2902b;
	 
	transition: 0.2s;
}
.menu ul li {
	position: relative;
	transition: 0.2s;
}
.menu ul a {
	position: relative;

}
.menu ul li a:before {
	content: '';
	position: absolute;
	background: #b2902b;
	width: 100%;
	height: 3px;
	top: 25px;
	opacity: 0;
	transition: 0.2s;
}
.menu ul li a:hover:before {
	top: 35px;
	opacity: 1;
	transition: 0.2s;
}
/*.menu ul li:hover a {
	color: #b2902b;
}*/
.menu ul li span {
	color: #b2902b
}
.footer {
text-align: center;
padding: 30px 0;
font-size: 1rem
}
.footer h3 {
	font-size: 1rem;
	padding-bottom: 5px;
	font-family: 'THSARABUN BOLD';
}

.content {
	width: 90%; 
	margin: 10px auto;
	text-align: center;
}
.msg {
	display: block;
	margin: 0 0 20px 0;
}

.logo {
	width: 100px;
	float: left;
}
.logo img {
	width: 100%;
	display: block;
}

.menu {
	float: right;
	width: 80%;
	text-align: right;
	padding: 20px 0 0 0
	
}
.menu ul {
	margin: 0;
	padding: 0;
}
.menu ul li{
	margin: 0 20px;
	padding: 0;
	list-style: none;
	display: inline-block;
	font-size: 1.25em;
	color: #fff;
	font-weight: normal;
	font-family: 'THSARABUN BOLD';
}
.menu ul li a {
	color: #000000;
	text-decoration: none;
}


.banner-index {
	position: relative;
	width: 100%;
	margin: 0 auto
}

.box-btn-banner {
	padding: 20px 0 0 55px;

}
.btn-banner {
	display: block;
	float: left;
	margin-right: 10px;
}
.btn-banner > a {
	background: #AC3520;
	padding: 12px 30px;
	color: #fff;
	font-size: 1.25rem;
	font-family: 'THSARABUN BOLD';
	text-align: center;
	border: none;
	border-radius: 10px;
	transition: 0.2s;
	display: inline-block;
}
.btn-banner span {
	color: #AC3520;
	text-align: center;
	display: block;
	margin: 5px 0 0 0;
}
.btn-banner span a {
	color: #AC3520;
	text-align: center;
	display: block;
	font-size: 1rem
	 
}
.bg-cover img {
	width: 100%;
	margin-top: 10px;

}

.bg-cover {
 background: url(../images/bgcover-openacc.jpg) no-repeat top center;
 position: relative;
	width: 100%;
	margin: 0 auto
}
.bg-cover h1 {
	color: #000;
}
.box-txt {
	padding-top: 8%;
	padding-bottom: 1%;
	width: 100%;
	margin: 0 auto 0 auto
}
.box-txt h1 {
	padding: 100px 0 0 55px;
	font-size: 3rem;
	color: #000;
	font-family: 'THSARABUN BOLD';
}
.box-txt h2 {
	padding: 0 0 0 55px;
	font-size:1.3rem
}
.bg-cover h1 span {
	color: #000;
	font-size: 2.2rem;
	font-family: 'THSARABUN BOLD';
	display: block;
}

/*text*/
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	 
}

h1, h2 {
font-family: THSARABUN BOLD;
/*font-size: 2.75rem;*/
}
 


/*html[lang=th] .txt-index {
    font-family: THSARABUN BOLD,sans-serif;
    font-size: 2.25rem;
    font-weight: 300;
}*/
/*.text-heading ,.txt-index{
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
    color: #27251f;
    text-transform: uppercase;
}
*/
 
.txt-index {
	position: relative;
	/*color:#AC3520; */
	margin-bottom: 60px;
}
.txt-index:before {
	content: 'OPEN ACCOUNT';
	position: absolute;
	top: -5px;
	left: 10px;
	font-family: 'THSARABUN BOLD';
	font-size:6rem;
	color: rgba(69,89,107,0.1);
}


.box-icon {
	width: 100%;
	margin: 0 auto
}
.line {
	border-right: 1px solid #ccc;
}
.box-icon-inner{
	width: 70%;
	margin: 0 auto
}


ul.icon-index {
	margin: 0;
	padding: 0;
}

ul.icon-index li {
	margin: 0 2%;
	padding: 0;
	list-style: none;
	display: inline-block;
	width: 27%;
	text-align: center;
	transition: 0.2s;
}
ul.icon-index li .box-icon-w{
	padding: 40px 20px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 5px #ccc;
	transition: 0.2s;
}
ul.icon-index li .box-icon-w img {
	width: 60%;
	margin: 0 auto;
	display: block;
}
ul.icon-index li:hover .box-icon-w {
	box-shadow: 0 0 15px #ccc;
	transition: 0.2s;
}



ul.icon-index li p {
	/*font-size: 24px;*/
	margin: 10px 0;
	font-size: 1.25rem;
}
.pad-content {
	padding: 6% 0 0% 0;
}
.pad-content-inner {
	padding: 3% 0;
}


.pad-content-btm-none {
	padding-bottom:0;
}

.box-content-form {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #ccc;
	min-height: 500px;
}

ul.field-form {
	margin: 20px 0;
	padding: 0;
}
ul.field-form.box-center {
	width: 40%;
	margin: 20px auto
}
ul.field-form li {
	list-style: none;
	margin-bottom: 20px;
}
.txtbox {
	border: 1px solid #707070;
	padding:12px 0;
	width:100%;
	border-radius: 12px;
	font-size: 1.35rem;
	line-height: 2rem;
	font-family: 'THSARABUN BOLD';
	text-indent: 10px;

}
select {
	height: 55px;
	border-radius: 12px;
	background: #fff;
}
::-webkit-input-placeholder { /* Edge */
  color: #000;
    font-size: 1.35rem;
	line-height: 2rem;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
    font-size: 1.35rem;
	line-height: 2rem;
}

::placeholder {
  color: #000;
  font-size: 1.35rem;
	line-height: 2rem;
}

button, input {
     overflow: unset !important;


}

.btn-otp {
	background: #AC3520;
	padding: 12px 0;
	color: #fff;
	font-size: 1.25rem;
	font-family: 'THSARABUN BOLD';
	width:100%;
	text-align: center;
	border: none;
	border-radius: 10px;
	transition: 0.2s;
	
}
a.btn-otp {
	display: block;
	width: 100%;
	text-decoration: none;
}
.btn-otp:hover, a.btn-otp:hover {
	cursor: pointer;
	box-shadow: 0 0 6px #555;
	transition: 0.2s;
	color: #fff;
}



.box-form-inner {
	padding: 0 3%;
}


.box-form-inner.step {
	padding: 0 100px;
	margin-bottom: 40px;
}

ul.field-form.inner li {
	width: 46%;
	display: inline-block;
	margin: 0 1% 20px 1%;	
}

 
.btn-next {
	background: #AC3520;
	padding: 10px 40px;
	color: #fff;
	font-size: 1.25rem;
	font-family: 'THSARABUN BOLD';
	width:auto;
	text-align: center;
	border: none;
	border-radius:50px;
	display: inline-block;
	margin-left: 20px;
	transition: 0.2s;
}

a.btn-next {
	text-decoration: none;
	color: #fff;
	transition: 0.2s;

}
.btn-next:hover, a.btn-next:hover {
	box-shadow: 0 0 6px #555;
	cursor: pointer;
	transition: 0.2s;
}

.btn-back {
	background: #343434;
}

.step {
	border: 1px solid #707070;
	border-radius: 30px;
	height: 30px;
	width: 70%;
	display: inline-block;
	position:relative;
	margin-left: 30px;
    margin-bottom: 10px;
	vertical-align: middle;
}
.step.one:before {
	content: '';
	background: #AC3520;
	width: 40%;
	position: absolute;
	top: 0;
	left: 0;
	height: 28px;
	border-radius: 30px;
}
.step.two:before {
	content: '';
	background: #AC3520;
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	height: 28px;
	border-radius: 30px;
}


.step.four:before {
	content: '';
	background: #AC3520;
	width: 60%;
	position: absolute;
	top: 0;
	left: 0;
	height: 28px;
	border-radius: 30px;
}
.step.first:before {
	content: '';
	background: #AC3520;
	width: 30%;
	position: absolute;
	top: 0;
	left: 0;
	height: 28px;
	border-radius: 30px;
}


h4.txt-opt {
	font-family: 'THSARABUN BOLD';
	text-align: center;
	font-size: 1.25rem
}


.card-file {
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	padding: 6%;
	border-radius: 10px;
}
.card-file span {

	font-size: 14px;
	font-family: 'THSARABUN BOLD';
}

.font-p {
	font-size: 1.2rem
}

.text-end {
	text-align: right;
}
 
.card-bank {
	background: #fff;
	box-shadow: 0 0 4px #ccc;
	padding: 2%;
	border-radius: 2px;
}


.card-bank img {
	width: 100%;
}


.card-load {
	background: #fff;
	box-shadow: 0 0 4px #ccc;
	padding:6% 0;
	border-radius: 2px;
	text-align: center;	
}
.card-load img {
	width: 40%;
	margin: 0 auto 20px auto;
	display: block;


}
.box-policy-text {
	min-height: 250px;
	overflow: auto;
	box-shadow: 0 0 4px #ccc;
	padding: 2%;

}

.btn-download {
	background: #001164;
	color: #fff;
	display: block;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 1.25rem;
	font-family: 'THSARABUN BOLD';
	width:100%;
	text-align: center;
	border: none;
		border-radius: 10px;
	display: inline-block;
	text-decoration: none;
	 
}
.btn-download:hover {
	text-decoration: none;
	color: #fff;
	background: #343434
}
.icon-next {
	position: absolute; 
	top: 40%;
	right: -55px;
    z-index: 9;
}
.icon-next img {
	width: 60%;
}

.pad-thank {
	padding: 8% 0;
}
.min-hight-form {
	min-height: 220px
}
a.txt-link {
	color: #00107A;
	text-decoration: underline;
}

a.txt-link:hover {
	color: #00107A;
	text-decoration: underline;
}

.icon-polygon {
	margin-top: 80px;
}

.icon-menu {
	display: none;
}

.box-btn {
	text-align: right;
}

.br-m {
	display: inline;
}

.icon-time {
	width: 20%;
	padding-bottom: 20px;
}

.cookie {
	background: rgba(0,0,0,0.6);
	width: 100%;
	bottom: 0;
	position: fixed;
	padding: 20px;
	text-align: center;
	color:#fff;
	font-size: 1rem
}
.cookie a {
	color: #fff;
}
.cookie .btn-next {
	font-size: 1rem
}
