*, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.cf:before,
.cf:after {
    content:' ';
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    *zoom:1;
}
a{
    text-decoration: none;
    color: inherit;
}
a:focus, a:active, a:visited,
a img:focus, a img:active, a img:visited {
    border: none;
    outline: none;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;   
    font-weight: normal;
}
ul, ol, dl {
    margin: 0;
    padding: 0;
}
.ctr {
    text-align: center !important;
}
.lft {
    text-align: left !important;
}
.rgt {
    text-align: right !important;
}
.ylw {
  color: #ffe000;
}
.tpl-inner {
    max-width: 970px !important;
}
.tpl-link-outs-wrap {
    display: none;
}

body {
	font-family: "OpenSans", Arial, sans-serif;
  background: #fff;
	font-size: 14px;
	color: #333;
}
.content {
  margin-bottom: 50px;
}
.content p {
  margin-bottom: 14px;
}
.inner {
	max-width: 970px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.tab-main {
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}
.tab {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #af0000;
  color: #af0000;
  width: 49%;
  margin: 0 .25%;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.tab:hover {
  background: rgba(175,0,0,.7);
  color: #ffe000; 
}
.tab.act {
  background: #af0000;
  color: #ffe000; 
}
.tab-content {
  clear: both;
  display: none;
}
.tab-content.act {
  display: block;
}
.levels {
  text-align: center;
  margin-bottom: 20px;
  height: 240px;
}
.level {
  display: inline-block;
  width: 234px !important;
  height: 240px;
  background: #af0000;
  vertical-align: top;
  padding-top: 35px;
  margin: 0 2px;
}
.level img, .level span {
  display: block;
  margin: 0 auto;
}
.level img {
  margin-bottom:  15px;
}
.level span {
  color: #fff;
}
.level span.ylw {
  font-size: 16px;
  color: #ffe000;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.level p {
  color: #fff;
  font-size: 12px;
}
.level p span.ylw {
  display: inline;
  font-size: 12px;
}
table {
  width: 100%;
  margin: 0 auto 20px;
  border-spacing: 4px 0px;
}
th, td {
  text-align: center;
  padding: 5px 10px;
  width: 50%;
}
th {
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  background: #af0000;
  color: #ffe000;

}
td.empty {
  background: #fff !important;
  padding: 2px;
}
.sc th, .ch th {
  font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
  font-weight: bold;
}
.kr th {
  font-family: "Malgun Gothic", Arial, sans-serif !important;
  font-weight: bold;
}
.th th {
  font-family: Tahoma, Arial, sans-serif !important;
  font-weight: bold;
}
.vn th {
  font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
  font-weight: bold;
}
tr:nth-child(even) td {
  background: #cccccc;
}
tr:nth-child(odd) td {
  background: #dddddd;
}
.accord {
  
}
.accord h3 {
  color: #af0000;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}
.accord h3:after {
  content: url("../_img/accord-arrow.png");
  display: inline-block;
  position: relative;
  top: 2px;
  width: 12px;
  height: 12px;
  margin-left: 20px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.accord.act h3:after {
  top: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
ol, ul {
  padding-left: 20px;
}
li {
  padding-left: 20px;
  margin-bottom: 8px;
}
.box {
  border: 1px solid #af0000;
  padding: 8px;
  text-align: center;
  margin: 30px auto 10px;
  position: relative;
}
.box-label {
  position: relative;
  top: -37px;
  margin-bottom: -20px;
}
.box-label span {
  font-family: "SFQuartzite-Oblique", "OpenSans", Arial, sans-serif;
  font-size: 48px;
  color: #af0000;
  display: inline-block;
  padding: 0 20px;
  background: #fff;
  text-transform: uppercase;
}
.sc .box-label span, .ch .box-label span {
  font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
  font-weight: bold;
  font-style: italic;
}
/*.kr .box-label span {
  font-family: "Malgun Gothic", Arial, sans-serif !important;
  font-weight: bold;
  font-style: italic;
}*/
.th .box-label span {
  font-family: Tahoma, Arial, sans-serif !important;
  font-weight: bold;
  font-style: italic;
}
.vn .box-label span {
  font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
  font-weight: bold;
  font-style: italic; 
}
.step1-devices {
  background: url("../_img/step1-devices-en.png") no-repeat;
  position: relative;
  margin: 0 auto 20px;
  width: 311px;
  height: 278px;
}
.id .step1-devices {
  background: url("../_img/step1-devices-id.png") no-repeat;
}
.kr .step1-devices {
  background: url("../_img/step1-devices-kr.png") no-repeat;
}
.sc .step1-devices {
  background: url("../_img/step1-devices-sc.png") no-repeat;
}
.th .step1-devices {
  background: url("../_img/step1-devices-th.png") no-repeat;
}
.vn .step1-devices {
  background: url("../_img/step1-devices-vn.png") no-repeat;
}
.hi .step1-devices {
  background: url("../_img/step1-devices-hi.png") no-repeat;
}
.te .step1-devices {
  background: url("../_img/step1-devices-te.png") no-repeat;
}
.step1-devices > img {
  position: relative;
  z-index: 1;
}
.device {
   cursor: pointer;
}
.dev {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
/*.dev1 {
  width: 119px;
  height: 162px;
  top: -6px;
  left: 104px;
   z-index: 3;
}*/
.dev2 {
  width: 287px;
  height: 263px;
  top: -6px;
  left: -7px;
  z-index: 2;
}
/*.dev3 {
  width: 313px;
  height: 180px;
  top: 166px;
  left: -6px;
   z-index: 4;
}*/
.dev4 {
  width: 94px;
  height: 161px;
  top: 123px;
  left: 223px;
  z-index: 5;
}
.line {
  position: absolute;
  z-index: 6;
}
.line1 {
  top: 90px;
  left: -83px;
}
.line2 {
  top: 82px;
  left: -147px;
}
.line3 {
  top: 207px;
  left: -166px;
}
.line4 {
  top: 200px;
  left: 266px;
}
.devname {
  position: absolute;
  z-index: 7;
  display: block;
  background: #fff;
  border: 1px solid #af0000;
  padding: 5px 10px;
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-size: 18px;
  white-space: nowrap;
}
.sc .devname, .ch .devname {
  font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
  font-weight: bold;
}
.kr .devname {
  font-family: "Malgun Gothic", Arial, sans-serif !important;
  font-weight: bold;
}
.th .devname {
  font-family: Tahoma, Arial, sans-serif !important;
  font-weight: bold;
}
.vn .devname {
  font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
  font-weight: bold;
}
.devname1 {
  top: 59px;
  left: -197px;
}
.sc .devname1, .ch .devname1 {
 
}
.devname2 {
  top: 51px;
  left: -237px;
}
.sc .devname2, .ch .devname2 {
  left: -185px;
}
.kr .devname2, .th .devname2 {
  left: -208px;
}
.devname3 {
  top: 176px;
  left: -201px;
}
.devname4 {
  top: 169px;
  right: -176px;
}
.kr .devname4, .sc .devname4, .ch .devname4 {
  right: -170px;
}
.th .devname4 {
  right: -166px;
}
.vn .devname4 {
  right: -192px;
}
.device1:hover .dev1 {
  opacity: 1;
}
.device2:hover .dev2 {
  opacity: 1;
}
.device3:hover .dev3 {
  opacity: 1;
}
.device4:hover .dev4 {
  opacity: 1;
}
.device1:hover .devname1 {
  color: #af0000;
}
.device2:hover .devname2 {
  color: #af0000;
}
.device3:hover .devname3 {
  color: #af0000;
}
.device4:hover .devname4 {
  color: #af0000;
}
.next-down {
  background: url("../_img/step-arrow-sprite.png") no-repeat;
  width: 101px;
  height: 67px;
  margin: 10px auto;
}
.step2-devices {
  text-align: center;
}
.deviceB {
  display: inline-block;
  width: 234px;
  height: 244px;
  border: 1px solid #af0000;
  position: relative;
  cursor: pointer;
  margin: 0 2px;
}
.deviceB1 {
  background: url("../_img/step2-bg1.jpg") no-repeat;
}
.deviceB2 {
  background: url("../_img/step2-bg2-en.jpg") no-repeat;
}
.id .deviceB2 {
  background: url("../_img/step2-bg2-id.jpg") no-repeat;
}
.kr .deviceB2 {
  background: url("../_img/step2-bg2-kr.jpg") no-repeat;
}
.sc .deviceB2 {
  background: url("../_img/step2-bg2-sc.jpg") no-repeat;
}
.th .deviceB2 {
  background: url("../_img/step2-bg2-th.jpg") no-repeat;
}
.vn .deviceB2 {
  background: url("../_img/step2-bg2-vn.jpg") no-repeat;
}
.hi .deviceB2 {
  background: url("../_img/step2-bg2-hi.jpg") no-repeat;
}
.te .deviceB2 {
  background: url("../_img/step2-bg2-te.jpg") no-repeat;
}
.deviceB3 {
  background: url("../_img/step2-bg3.jpg") no-repeat;
}
.deviceB4 {
  background: url("../_img/step2-bg4-en.jpg") no-repeat;
}
.id .deviceB4 {
  background: url("../_img/step2-bg4-id.jpg") no-repeat;
}
.kr .deviceB4 {
  background: url("../_img/step2-bg4-kr.jpg") no-repeat;
}
.sc .deviceB4 {
  background: url("../_img/step2-bg4-sc.jpg") no-repeat;
}
.th .deviceB4 {
  background: url("../_img/step2-bg4-th.jpg") no-repeat;
}
.vn .deviceB4 {
  background: url("../_img/step2-bg4-vn.jpg") no-repeat;
}
.hi .deviceB4 {
  background: url("../_img/step2-bg4-hi.jpg") no-repeat;
}
.te .deviceB4 {
  background: url("../_img/step2-bg4-te.jpg") no-repeat;
}
.devB {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 234px;
  width: 100%;
  z-index: 1;
}
.deviceB > div {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #af0000;
  width: 100%;
  height: 44px;
  color: #fff;
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-size: 18px;
}
.sc .deviceB > div, .ch .deviceB > div {
  font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
  font-weight: bold;
}
.kr .deviceB > div {
  font-family: "Malgun Gothic", Arial, sans-serif !important;
  font-weight: bold;
}
.th .deviceB > div {
  font-family: Tahoma, Arial, sans-serif !important;
  font-weight: bold;
}
.vn .deviceB > div {
  font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
  font-weight: bold;
}
.deviceB:hover > div {
  color: #ffe000;
}
.deviceB > div span {
  position: relative;
  top: 12px;
}
.devB1 {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 2;
}
.deviceB1:hover .devB1b {
  opacity: 1;
} 
.deviceB2:hover .devB2b {
  opacity: 1;
} 
.deviceB3:hover .devB3b {
  opacity: 1;
}
.deviceB4:hover .devB4b {
  opacity: 1;
} 
.step-img {
  position: relative;
  display: block;
}
.step3-img {
  top: -100px;
  left: 0;
  margin-bottom: -200px;
  width: 100%;
}
.step4-img {
  top: -100px;
  left: 0;
  margin-bottom: -160px;
  width: 100%;
}
.step5-img {
  width: 100%;
}
.step-info {
  position: absolute;
  text-align: left;
  font-size: 16px;
}
.step4-info {
  width: 30%;
  left: 10px;
  top: 465px;
}
.step5-info {
  width: 50%;
  right: 10px;
  top: 355px;
}
.step4-table {
  position: relative;
  width: 75%;
}
.step4-table th {
  border-bottom: 1px solid #fff;
}
.step4-table td {
  text-align: left;
}

.box a {
  font-family: "OpenSans-Bold";
  color: #af0000;
  text-decoration: underline;
}
.sc .box a, .ch .box a {
  font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
  font-weight: bold;
}
.kr .box a {
  font-family: "Malgun Gothic", Arial, sans-serif !important;
  font-weight: bold;
}
.th .box a {
  font-family: Tahoma, Arial, sans-serif !important;
  font-weight: bold;
}
.vn .box a {
  font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
  font-weight: bold;
}
.go-top {
  background: url("../_img/step5-mini-arrows-sprite.png") no-repeat;
  width: 31px;
  height: 64px;
  position: absolute;
  bottom: 25px;
  right: -16px;
  cursor: pointer;
}
.bx-slider {
  visibility: hidden;
}
.bx-clone {
  display: none;
}
.bx-wrapper {
  border:  none;
  background: none;
  box-shadow: none;
  margin: 0 auto 20px;
}
.bx-controls {
  display: none;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 10px;
  height: 10px;
  border: 1px solid #af0000;
  background: #fff;
  border-radius: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
   background: #af0000;
}
.bx-wrapper .bx-controls-direction a {
  width: 17px;
  height: 35px;
}
.bx-wrapper .bx-prev {
  background: url("../_img/bx-prev.png") no-repeat !important;
  left: -30px;
}
.bx-wrapper .bx-next {
  background: url("../_img/bx-next.png") no-repeat !important;
  right: -30px;
}
.bx-wrapper .bx-prev:hover {
  background: url("../_img/bx-prev-act.png") no-repeat;
}
.bx-wrapper .bx-next:hover {
  background: url("../_img/bx-next-act.png") no-repeat;
}
/* lightbox */
.overlay {
    background-color: rgba(0, 0, 0, .9);
    display: none;
    height: 100% !important;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 20;
}
.lbox {
    max-width: 800px;
    width: 0%;
    height: auto;
    font-size: 14px;
    margin: 5% auto 0;
    position: relative;
    text-align: center;
    -webkit-transition: all .75s ease-in-out 0s;
    -moz-transition: all .75s ease-in-out 0s;
    -o-transition: all .75s ease-in-out 0s;
    -ms-transition: all .75s ease-in-out 0s;
    transition: all .75s ease-in-out 0s;
    display: none;
}
.lbox1d,.lbox2d{max-width:194px;}
.lbox img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.close {
  background: url("../_img/close.png") no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -20px;
  right: -20px;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.close:hover {
  -webkit-transform: rotate(720deg);
  -moz-transform: rotate(720deg);
  -o-transform: rotate(720deg);
  -ms-transform: rotate(720deg);
  transform: rotate(720deg);
}
/* Header Footer template override */
.id .tpl-join-now {
  font-size: 12px;
  width: 100px;
}
.vn .tpl-join-now {
  font-size: 12px;
  width: 105px; 
}
.tpl-lang-select li {
  padding-left: 0;
}
.tpl-inner {
  max-width: 970px;
}
.tpl-footer {
  font-size: 10px;
}

/* animations */
.go-top {
    -webkit-animation: play-up .8s steps(3) infinite;
       -moz-animation: play-up .8s steps(3) infinite;
        -ms-animation: play-up .8s steps(3) infinite;
         -o-animation: play-up .8s steps(3) infinite;
            animation: play-up .8s steps(3) infinite;
}

@-webkit-keyframes play-up {
   from { background-position-y:    0px; }
     to { background-position-y: -192px; }
}

@-moz-keyframes play-up {
   from { background-position-y:    0px; }
     to { background-position-y: -192px; }
}

@-ms-keyframes play-up {
   from { background-position-y:    0px; }
     to { background-position-y: -192px; }
}

@-o-keyframes play-up {
   from { background-position-y:    0px; }
     to { background-position-y: -192px; }
}

@keyframes play-up {
   from { background-position-y:    0px; }
     to { background-position-y: -192px; }
}

.next-down {
    -webkit-animation: play-down 1s steps(4) infinite;
       -moz-animation: play-down 1s steps(4) infinite;
        -ms-animation: play-down 1s steps(4) infinite;
         -o-animation: play-down 1s steps(4) infinite;
            animation: play-down 1s steps(4) infinite;
}

@-webkit-keyframes play-down {
   from { background-position-y:    0px; }
     to { background-position-y: -268px; }
}

@-moz-keyframes play-down {
   from { background-position-y:    0px; }
     to { background-position-y: -268px; }
}

@-ms-keyframes play-down {
   from { background-position-y:    0px; }
     to { background-position-y: -268px; }
}

@-o-keyframes play-down {
   from { background-position-y:    0px; }
     to { background-position-y: -268px; }
}

@keyframes play-down {
   from { background-position-y:    0px; }
     to { background-position-y: -268px; }
}


/* responsive */
.mobi {
  display: none;
}
.mobi480 {
  display: none;
}
.desk {
  display: block;
}
.lbox img.mobi {
  display: none;
}
.lbox img.mobi480 {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .mobi {
    display: block;
  }
  .desk {
    display: none;
  }
  .tpl-mobile-back {
    display: none;
  }
  .tpl-header8 .tpl-right-nav {
    display: block;
    width: 210px;
  }
  .tpl-header8 .tpl-download-btn,
  .tpl-header8 .tpl-join-now,
  .tpl-header8 .tpl-lang-wrap {
    position: absolute;
    right: 5px;
  }
  .tpl-header8 .tpl-lang-wrap {
    top: -45px;
    left: 0;
    float: left;
    width: 205px;
  }
  .tpl-lang-trigger {
    padding: 3px;
  }
  span.tpl-txt-lang {
    font-size: 12px;
  }
  .tpl-header8 .tpl-download-btn,
  .tpl-header8 .tpl-join-now {
    top: -17px;
    font-size: 9px;
    width: 100px
  }
  .tpl-header8 .tpl-download-btn {
    right: 110px;
  }
  .lbox img.desk {
    display: none;
  }
  .lbox img.mobi {
    display: block;
  }
  .lbox img.mobi480 {
    display: none;
  }
  .id .tpl-join-now, .vn .tpl-join-now {
    padding: 5px;
  }
  .inner {
    max-width: 470px;
  }
  .tab {
    display: block;
    width: 100%;
    margin-bottom: 6px;
  }
  p.ctr {
    text-align: left !important;
  }
  .box p.ctr {
    text-align: center !important;
  }
  .bx-wrapper {
    margin-bottom: 50px;
  }
  .bx-clone {
    display: block;
  }
  .bx-controls {
    display: block;
  }
  .accord h3 {
    text-align: center;
  }
  .step1-devices {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .line2 {
    top: -50px;
    left: 60px;
  }
  .line4 {
    top: 240px;
    left: 267px;
  }
  .devname2 {
    top: -81px;
    left: 20px;
  }
  .sc .devname2, .ch .devname2 {
    left: 20px;
  }
  .kr .devname2, .th .devname2 {
    left: 20px;
  }
  .devname4 {
    top: 324px;
    right: 0px;
  }
  .kr .devname4, .sc .devname4, .ch .devname4 {
    right: 3px;
  }
  .th .devname4 {
    right: 3px;
  }
  .vn .devname4 {
    right: 0px;
  }
  .deviceB {
    width: 220px;
    height: 244px;
    margin: 0 1px 3px;
  }
  .deviceB > div {
    font-size: 16px;
  }
  .step3-img {
    top: -10px;
    margin: 0 auto -18px;
    max-width: 280px;
    width: 100%;
  }
  .step4-img {
    top: -10px;
    margin: 0 auto;
    max-width: 280px;
    width: 100%;
  }
  .step4-info {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }
  .step4-table {
    width: 100%;
  }
  .step5-img {
    margin: 0 auto;
    max-width: 280px;
    width: 100%;
    margin-bottom: 10px;
  }
  .step5-info {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 860px) {
	
}
@media only screen and (max-width: 767px) {
	.tpl-header8 .tpl-right-nav {
    width: 170px;
  }
  .tpl-header8 .tpl-download-btn,
  .tpl-header8 .tpl-join-now,
  .tpl-header8 .tpl-lang-wrap {
    position: absolute;
    right: 5px;
  }
  .tpl-header8 .tpl-lang-wrap {
    top: -45px;
    left: 2px;
    float: left;
    width: 162px;
  }
  .tpl-lang-trigger {
    padding: 3px;
  }
  span.tpl-txt-lang {
    font-size: 11px;
  }
  .tpl-header8 .tpl-download-btn,
  .tpl-header8 .tpl-join-now {
    font-size: 8px;
    width: 80px;
    padding: 3px;
  }
  .tpl-header8 .tpl-download-btn {
    right: 88px;
  }
}
@media only screen and (max-width: 599px) {
  .tpl-header8 .tpl-right-nav {
    width: 130px;
  }
  .tpl-header8 .tpl-download-btn,
  .tpl-header8 .tpl-join-now,
  .tpl-header8 .tpl-lang-wrap {
    position: absolute;
    left: 0px;
  }
  .tpl-header8 .tpl-lang-wrap {
    top: -7px;
    width: 123px;
  }
  .tpl-lang-wrap .tpl-sprt.tpl-arw-lang {
    top: 7px;
  }
  .tpl-header8 .tpl-download-btn,
  .tpl-header8 .tpl-join-now {
    top: 20px;
    width: 60px;
  }
  .tpl-header8 .tpl-join-now {
    left: 63px;
  }
  .lbox img.mobi {
    display: none;
  }
  .lbox img.mobi480 {
    display: block;
  }
  .step1-devices {
    background-size: contain !important;
    width: 295px !important;
    height: 264px !important;
  }
  .dev2 {
    width: 273px;
    height: 251px;
    top: -6px;
    left: -7px;
  }
  .dev4 {
    width: 90px;
    height: 153px;
    top: 117px;
    left: 211px;
  }
  .line4 {
    top: 225px;
    right: 35px;
    left: auto;
  }
  .devname4 {
    top: 304px;
    right: 3px;
  }
  .lbox {
    margin-top: 8%;
  }
  .deviceB {
    width: 140px;
    height: 165px;
  }
  .deviceB > div {
    font-size: 14px;
  }
  .deviceB > div span {
    top: 12px;
  }
  .en .deviceB1 > div span, .in .deviceB1 > div span, .id .deviceB1 > div span, .th .deviceB1 > div span  {
    top: 4px;
  }
  /*.en .deviceB2 > div span, .in .deviceB2 > div span {
    top: 4px;
  }*/
  .id .tpl-join-now {
    font-size: 8px;
    padding: 3px 0;
  }
  .vn .tpl-join-now {
    font-size: 8px;
    padding: 3px 0;
  }
  .bx-wrapper {
    max-width: 235px !important;
  }
  .box {
    max-width: 310px;
  }
  .box-label {
    top: -30px;
  }
  .box-label span {
    font-size: 40px;
    padding: 0 10px;
  }
  
  
}

@media only screen and (max-width: 479px) {
  .tpl-header8 .tpl-back-btn.tpl-box {
    padding-left: 10px;
    width: 16%;
  }
  .tpl-header8 .tpl-logo-wrap {
    width: 46%;
  }
  .tpl-header8 .tpl-download-faq {
    width: 38%;
  }
  .tpl-header8 .tpl-right-nav {
    width: 107px;
  }
  .tpl-lang-trigger {
    padding: 2px;
  }
  .tpl-header8 .tpl-lang-wrap {
    width: 55px;
  }
  span.tpl-txt-lang {
    display: none;
  }
  .tpl-lang-wrap .tpl-sprt.tpl-arw-lang {
    right: 5px;
  }
  .tpl-header8 .tpl-download-btn,
  .tpl-header8 .tpl-join-now {
    width: 50px;
  }
  .vn .tpl-header8 .tpl-download-btn,
  .vn .tpl-header8 .tpl-join-now {
    font-size: 7px;
  }
  .tpl-header8 .tpl-join-now {
    left: 53px;
  }
  .inner {
    max-width: 300px;
  }
  .tab {
    font-size: 15px;
  }
  th {
    font-size: 14px;
  }
  .step1-devices {
    background-size: contain !important;
    width: 280px !important;
    height: 250px !important;
  }
  .deviceB {
    width: 135px;
    height: 160px;
  }
  .dev2 {
    width: 260px;
    height: 237px;
    top: -6px;
    left: -7px;
  }
  .dev4 {
    width: 85px;
    height: 145px;
    top: 111px;
    left: 201px;   
  }
  .line4 {
    top: 212px;
  }
  .devname4 {
    top: 296px;
  }
  
}


/* fonts */
body.sc,
body.ch {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
    
}
body.kr {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
   
}
body.th {
    font-family: Tahoma, Arial, sans-serif !important;
    
}
body.vn {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
   
}
@font-face {
  font-family: 'OpenSans';
  src:
  url('../_fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
  url('../_fonts/OpenSans.woff') format('woff'),
  url('../_fonts/OpenSans.ttf')  format('truetype'),
  url('../_fonts/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src:
  url('../_fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
  url('../_fonts/OpenSans-Bold.woff') format('woff'),
  url('../_fonts/OpenSans-Bold.ttf')  format('truetype'),
  url('../_fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Light';
  src:
  url('../_fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
  url('../_fonts/OpenSans-Light.woff') format('woff'),
  url('../_fonts/OpenSans-Light.ttf')  format('truetype'),
  url('../_fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Semibold';
  src:
  url('../_fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
  url('../_fonts/OpenSans-Semibold.woff') format('woff'),
  url('../_fonts/OpenSans-Semibold.ttf')  format('truetype'),
  url('../_fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SFQuartzite-Oblique';
  src:
  url('../_fonts/SFQuartzite-Oblique.woff') format('woff'),
  url('../_fonts/SFQuartzite-Oblique.eot?#iefix') format('embedded-opentype'),
  url('../_fonts/SFQuartzite-Oblique.ttf')  format('truetype'),
  url('../_fonts/SFQuartzite-Oblique.svg#SFQuartzite-Oblique') format('svg');
  font-weight: normal;
  font-style: normal;
}

