﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

.tpl-logo-wrap {
	float:unset;
    margin: 0 auto;
}
@font-face {
    font-family: 'Aero';
    src: url('../font/Aero.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../font/Roboto-Bold.ttf') format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../font/Roboto-Regular.ttf') format('truetype');
    font-style: normal;
}
body {
    background-image: url("../image/bg-main1.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;
    height: 700px;
}
.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;
}
.page-content-wrap .left-wrap span{
	font-size:38px;
	line-height: 48px;
}
body.vn .page-content-wrap .left-wrap span{
	font-size:43px;
}
.page-content-wrap .right-wrap{
	margin-left: 450px;
}
.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;
}
/* 4-12-24 */
.tpl-footer {
    z-index: 10;
    position: relative;
    top: 50px;
}
/* 4-12-24 */

/* RESPONSIVE */
@media only screen and (max-width: 1024px){
	body{
		background-image: url("../image/bg-7671.jpg");
		background-position: center 18px;
	}
	main {
		max-width: 680px;
		padding: 51px 0px 60px 0px;
		font-size:13px;
        height: 480px;
	}
	.page-content-wrap .left-wrap {
		width: 218px;
        display: block;
	}
	.page-content-wrap .left-wrap span{
		font-size: 28px;
		line-height: 36px;
	}
	.cta-button {
		width: 218px;
		height: 49px;
		font-size:30px;
		padding-top: 9px;
	}
	.right-wrap .step {
		width: 234px;
		height: 107px;
		margin-bottom: 18px;
	}
    .right-wrap .step:nth-child(2){
        margin: 0 10px;
    }
	.page-content-wrap .right-wrap {
		display: inline-flex;
    	margin: 50px auto 0;
	}
	.step-no {
		font-size: 70px;
		width: 68px;
		margin-left: 6px;
		margin-top: 11px;
	}
	.step-title {
		font-size: 20px;
	}
	.step-text {
		width: 154px;
		margin-top: 23px;
	}
	body.vn .page-content-wrap .left-wrap span {
		font-size: 32px;
		line-height: 31px;
	}
	body.vn .cta-button {
		font-size: 27px;
		padding-top: 8px;
	}
	body.id main {
		font-size: 11px;
	}
	body.bn .cta-button {
		font-size: 26px;
		padding-top: 14px;
	}
	body.bn main {
		font-size: 12px;
	}
	body.pt .step-title {
		font-size: 15px;
	}
}

@media only screen and (max-width: 767px){
    
    /* 4-12-24 */
    .tpl-footer {
        top: 240px;
    }
    /* 4-12-24 */
    
	body{
		background-image: url("../image/bg-6001.jpg");
		background-position: center 24px;
	}
	main {
		max-width: 585px;
		padding: 45px 0px 40px 0px;
		font-size:11px;
        height: 425px;
	}
	.page-content-wrap .left-wrap {
		width: 190px;
	}
	.page-content-wrap .left-wrap span{
		font-size: 26px;
		line-height: 32px;
	}
	.right-wrap .step {
		width: 189px;
		height: 94px;
	}
	.cta-button {
		width: 190px;
		height: 43px;
		font-size:26px;
		padding-top: 8px;
	}
	.step-no {
		font-size: 49px;
		width: 55px;
		margin-left: 5px;
		margin-top: 10px;
	}
	.step-title {
		font-size: 17px;
		margin-bottom: 3px;
	}
	.step-text {
		width: 115px;
	}
	body.vn .page-content-wrap .left-wrap span {
		font-size: 27px;
		line-height: 26px;
	}
	body.vn .cta-button {
		font-size: 23px;
		padding-top: 8px;
	}
	body.id main {
		font-size: 10px;
	}
	body.bn .cta-button {
		font-size: 23px;
		padding-top: 12px;
	}
	body.bn main {
		font-size: 10px;
	}
	body.pt .step-title {
		font-size: 14px;
	}
}
@media only screen and (max-width: 599px){
    
     /* 4-12-24 */
    .tpl-footer {
        top: 175px;
    }
    /* 4-12-24 */
    
	body{
		background-image: url("../image/bg-4801.jpg");
	}
	main {
		max-width: 470px;
		padding: 17px 0px 13px 0px;
		font-size:15px;
        height: 745px;
	}
	.page-content-wrap .left-wrap {
		width: 320px;
        margin: 0 auto;
	}
	.page-content-wrap .left-wrap span{
		font-size: 35px;
		line-height: 35px;
	}
	.page-content-wrap .right-wrap {
		margin-left: unset;
		margin: 204px auto 0;
        display: inline-block;
	}
    .right-wrap .step:nth-child(2) {
        margin: 10px 0;
    }
	.cta-button {
		width: 218px;
		height: 50px;
		font-size: 30px;
		padding-top: 9px;
		margin: 0 auto;
		margin-top: 17px;
	}
	.right-wrap .step {
		width: 335px;
		height: 98px;
	}
	.step-no {
		font-size: 70px;
		width: 82px;
		margin-top: 6px;
	}
	.step-title {
		font-size: 22px;
	}
	.step-text {
		width: 240px;
		margin-top: 16px;
	}
	.step-desc br{
		display:none;
	}
	body.vn .page-content-wrap .left-wrap span {
		font-size: 30px;
		line-height: 30px;
	}
	body.vn .cta-button {
		font-size: 26px;
		padding-top: 10px;
	}
	body.id main {
		font-size: 14px;
	}
	body.bn .cta-button {
		padding-top: 15px;
	}
	body.bn main {
		font-size: 14px;
	}
	body.pt .step-title {
		font-size: 17px;
	}
}
@media only screen and (max-width: 479px){
    
     /* 4-12-24 */
    .tpl-footer {
        top: 90px;
    }
    
    .tpl-contacts span.tpl-social-media {
        display: inline-block!important;
        margin-top: 0px!important;
    }
    /* 4-12-24 */
    
	body{
		background-image: url("../image/bg-3201.jpg");
		background-position: center 18px;
	}
}
@media only screen and (max-width: 345px){
	.page-content-wrap .left-wrap {
		width: 300px;
	}
	.page-content-wrap .left-wrap span{
		font-size: 30px;
		line-height: 31px;
	}
	.cta-button {
		padding-top: 10px;
	}
	.right-wrap .step {
		width: 310px;
		height: 98px;
	}
	.step-no {
		width: 66px;
	}
	.step-text {
		width: 230px;
	}
}