* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.tpl-logo-wrap {
	float:unset;
    margin: 0 auto;
}
@font-face {
    font-family: 'Aero';
    src: url('../fonts/Aero.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-style: normal;
}
body {
    background-image: url("../img/bg-main.jpg");
    background-color: #e6e7e8;
    background-position: center 5px;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
}
main{
	position: relative;
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    padding: 117px 0px 160px 0px;
	font-family: 'Aero';
	font-size:15px;
}
.yellow{
	color:#fedd00;
}
.page-content-wrap .left-wrap,
.page-content-wrap .right-wrap{
	display:inline-block;
	vertical-align:top;
}
.page-content-wrap .left-wrap{
	width:287px;
}
.tpl-toll {
    margin-bottom: 6px;
    font-size: 9px;
}
.tpl-contacts {
    text-align: center;
    margin-top: 0px;
    max-width: 289px;
}
.page-content-wrap .left-wrap span{
	font-size:49px;
	line-height: 48px;
}
body.vn .page-content-wrap .left-wrap span{
	font-size:43px;
}
.page-content-wrap .right-wrap{
	margin-left: 323px;
}
.right-wrap .step{
	width:278px;
	height:123px;
	border:1px solid #fff;
	border-radius:7px;
	background: rgb(14 13 51 / 88%);
	text-align:left;
	margin-bottom: 20px;
}
.step-no,
.step-text{
	display:inline-block;
	vertical-align:top;
}
.step-title{
	font-size:23px;
	margin-bottom: 5px;
    display: inline-block;
}
.step-no{
	font-size: 80px;
    width: 84px;
    margin-left: 8px;
    margin-top: 14px;
    text-align: center;
}
.step-text{
	width: 176px;
    margin-top: 27px;
}
.step-desc{
	font-family: 'Roboto-Regular';
}
.cta-button{
	font-family: 'Roboto-Bold';
	font-size:40px;
	color:#af0000;
	width:287px;
	height:65px;
	background-color:#ffe000;
	border-radius:7px;
	padding-top: 10px;
	margin-top: 35px;
}
body.vn .cta-button {
    font-size: 35px;
    padding-top: 11px;
}
body.id main {
    font-size: 13px;
}
body.bn .cta-button {
    font-size: 36px;
    padding-top: 17px;
}
body.bn main {
    font-size: 14px;
}
body.pt .step-title {
    font-size: 17px;
}
.step-no{
	font-family: 'Aero' !important;
}
body.sc main,
body.sc .step-desc,
body.sc .cta-button{
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
	font-weight: bold;
}
body.kr main,
body.kr .step-desc,
body.kr .cta-button{
    font-family: "Malgun Gothic", "MyriadPro-Regular",  Arial, sans-serif !important;
    font-weight: bold;
}
body.th main,
body.th .step-desc,
body.th .cta-button{
    font-family: Tahoma, Arial, sans-serif !important;
    font-weight: bold;
}
body.vn main,
body.vn .step-desc,
body.vn .cta-button{
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
    font-weight: bold;
}
body.bn main,
body.bn .step-desc,
body.bn .cta-button{
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
}
body.bn .page-content-wrap .left-wrap {
    font-weight: bold;
}

.tpl-financial-risk {
    margin-bottom:6px;
    font-size: 9px;
}