@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; 
  
  }
html, body {margin: 0; height: 100%; overflow-x: hidden}
* {
  padding: 0;
  margin: 0;
  outline: none;
  list-style: none;
  border: 0 none; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

html {
  line-height: 1;
  font-family: sans-serif;
  font-size: 62.5%; }

table {
  border-collapse: collapse;
  border-spacing: 1px;
  border: 1px;}

ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

body {
  font-family: 'Roboto', sans-serif;
  color: #001452;
  border: 1;
  outline: 0;
  font-size: 16px;
  padding: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden; }

a {
  font-family: 'Roboto', sans-serif;
  color: #001452;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease; }

a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: #001452; }

a:active {
  text-decoration: none; }

input, select, textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 100%; }

img {
  border: 0 none;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease; }

.tred {
  color: #EB0D1E; }

.tblue {
  color: #036AFF; }

.tyellow {
  color: #FFB13B; }

.tgrey {
  color: #757575; }

.fl {
  float: left; }

.fr {
  float: right; }

.mt20 {
  margin-top: 20px; }

.container {
  /*max-width: 1170px;*/
  max-width: 1210px;
  margin: auto;
  padding: 0 15px;
  position: relative; }

.container .title-text{
	font-weight: 500;
	font-size: 34px;
	line-height: 40px;

	color: #001452;
}
.comimssion-introducing {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	padding-bottom: 25px;
}

.comimssion-introducing .commission-content{
	padding-top: 20px;
}

.comimssion-introducing .content-list{
	display: flex;
	flex-direction: column;
	gap: 15px;
	
	text-align: left;
	
	padding-top: 45px;
}

.comimssion-introducing .content-list .content-items{
	display: flex;
	align-items: center;
    gap: 22px;
}

.comimssion-introducing .content-list .content-items .item-icon{
	text-align: center;
	min-height: 70px;
	min-width: 70px;
	line-height: 70px;
	border-radius: 100%;
	background: radial-gradient(71.68% 71.68% at 65.49% 28.32%, #FF31AD 0%, #932759 52.6%, #812456 80.73%, #AD1461 98.44%);
}

.comimssion-introducing .content-list .content-items .item-text{
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;

	color: #212121;
}
.how-to-get-it-container{
	background:url(../images/tangve/bg_desktop.svg) no-repeat top left;
    background-size: cover;
    min-height: 602px;
    color: #fff;
	padding: 40px 0;
}

.btn-dl-custom {
  display: flex;
  justify-content: center;
}

.btn-dl-custom a {
    background: #EB0D1E;
    display: flex;
    height: 41px;
    align-items: center;
    border-radius: 35px;
    font-size: 14px;
    color: #FFFFFF;
    /*padding: 0 30px;*/
    width: 150px;
    margin: 5px 0;
    position: relative;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.btn-dl-custom a:hover {
    transform: scale(1.1);
}

/* iphone 6, 6s, 7, 8 ,X,XR, 11,iphone XS Max, 11 Pro Max*/
@media only screen and (min-width: 320px) and (max-width: 896px) {
 .how-to-get-it-container{
	background:url(../images/tangve/bg_desktop.svg) no-repeat top center;
    padding: 40px 0;
    background-size: cover;
    min-height: 602px;
    color: #fff;
  }
}
  
.how-to-get-it{
    max-width: 1600px;
	padding: 0 15px;
    margin: 0 auto;
}

.how-to-get-it .title-text{
	font-weight: 500;
	font-size: 34px;
	line-height: 40px;

	color: #001452;
}

.how-to-get-it .title-text_new{
	
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 34px;
	line-height: 40px;
	/* identical to box height */

	text-align: center;

	color: #FFFFFF;
}

.how-to-get-it .title-text_new1{
	
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	/* identical to box height, or 133% */

	text-align: center;

	/* Sunshine #FFB13B */

	color: #FFB13B;
}

.how-to-get-it .title-text_new2{
	
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	/* or 133% */

	text-align: center;

	color: #FFFFFF;
}

.how-to-get-it .step-to-step{
	display: flex;
	padding-top: 40px;
	flex-direction: row;
}

.how-to-get-it .step-to-step .step-item{
	width: 100%;
	display: flex;
    flex-direction: column;
	
	padding-bottom: 10px;
	
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;

	color: #212121;
}


.how-to-get-it .step-to-step .step-item .step-icon{
	padding-bottom: 30px;
}

.how-to-get-it .step-to-step .step-item .step-text{
	padding-bottom: 10px;
}

.how-to-get-it .action a{

	background: #FFFFFF;
	background: linear-gradient(90deg, #FFFFFF 2.28%, #FFFFFF 28.8%, #FFFFFF 73.37%, #FFFFFF 110.12%, #FFFFFF 137.14%, #FFFFFF 151.53%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    backdrop-filter: blur(12px);
    border-radius: 8px;
    display: inline-block;
    width: 252px;
    height: 60px;
    line-height: 60px;
    color: #FFFFFF;
}

purple{
	color: #9C018D;
}

.menu-ld {
  z-index: 300;
  position: relative; }
  .menu-ld.r-menu {
    float: right; }
    .menu-ld.r-menu a {
      padding: 0 10px; }
    .menu-ld.r-menu li {
      padding: 0;
      margin: 0 10px; }
      .menu-ld.r-menu li:hover, .menu-ld.r-menu li.active {
        background: none; }
        .menu-ld.r-menu li:hover a, .menu-ld.r-menu li.active a {
          color: #EB0D1E; }

.menu-ld ul {
  font-size: 0;
  list-style-type: none; }

.menu-ld ul li {
  font-size: 16px;
  font-weight: 500;
  color: #001452;
  display: inline-block;
  line-height: 60px;
  position: relative;
  padding: 0 10px;
  margin: 0 20px;
  transition: all .3s; }
  .menu-ld ul li span {
    color: #EB0D1E; }

.menu-ld ul li ul {
  display: none; }

.menu-ld ul li:hover {
  cursor: pointer;
  background-color: #EFEFF1; }

.menu-ld ul li:hover ul {
  display: block;
  width: 100%;
  left: 0;
  position: absolute;
  padding: 10px 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }
  .menu-ld ul li:hover ul:before {
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    left: 10px;
    display: inline-block;
    content: ''; }

.menu-ld ul li:hover ul li {
  display: block;
  line-height: 40px;
  margin: 0;
  position: relative;
  padding: 0 20px;
  font-weight: 400; }

.menu-ld ul li:hover ul li:hover {
  background-color: #EFEFF1; }
  .menu-ld ul li:hover ul li:hover:before {
    width: 4px;
    height: 40px;
    background: #EB0D1E;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: ""; }

.menu-ld ul li a {
  transition: all .3s;
  padding: 0;
  display: block; }
  .menu-ld ul li a:hover {
    padding: 0 10px; }

.top-ld {
  height: 60px;
  display: block; }
  .top-ld .logo-ld {
    float: left;
    top: 12px;
    position: relative;
    margin-right: 50px;
    z-index: 301; }

.banner-ld div img {
  width: 100%; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  content: '•';
  text-align: center;
  background: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  background: red; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 80px;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none; }

.slick-prev {
  left: 0;
  border-radius: 0px 4px 4px 0px;
  }

.slick-next {
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-top: -40px;
  border-radius: 0px 4px 4px 0px; }

.slick-prev:before, .slick-next:before {
  background: url(../images/arrow.svg) no-repeat top left;
  display: inline-block;
  width: 24px;
  height: 24px;
  content: ""; }

.slick-dots {
  bottom: 15px;
  z-index: 25; }

/**menu mobile**/
.menu-mobile .icon-mobile {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5px;
  right: 0px;
  z-index: 303;
  text-align: center;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  display: none; }

.menu-mobile .icon-mobile span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 18px;
  height: 2px;
  background: #000000; }

.menu-mobile .icon-mobile span:after, .menu-mobile .icon-mobile span:before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background: #000000;
  -webkit-transition: transform 250ms ease, top 250ms 250ms ease;
  -o-transition: transform 250ms ease, top 250ms 250ms ease;
  transition: transform 250ms ease, top 250ms 250ms ease; }

.menu-mobile .icon-mobile span:after {
  top: 6px;
  left: 0; }

.menu-mobile .icon-mobile span:before {
  top: -6px;
  left: 0; }

.menu-mobile .icon-mobile.clicked span {
  background: transparent; }

.menu-mobile .icon-mobile.clicked span:after, .menu-mobile .icon-mobile.clicked span:before {
  -webkit-transition: top 250ms ease, transform 250ms 250ms ease;
  -o-transition: top 250ms ease, transform 250ms 250ms ease;
  transition: top 250ms ease, transform 250ms 250ms ease; }

.menu-mobile .icon-mobile.clicked span:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.menu-mobile .icon-mobile.clicked span:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.board-menu-mobile {
  position: fixed;
  z-index: 302;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  width: 80%;
  max-width: 100%;
  background: #fff;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.board-menu-mobile.clicked {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.list-board-menu-mobile {
  position: fixed;
  height: 100%;
  width: 100%; }
  .list-board-menu-mobile ul {
    margin-top: 60px; }
  .list-board-menu-mobile ul label {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    position: relative;
    margin-bottom: 10px; }
    .list-board-menu-mobile ul label:hover {
      background: #EFEFF1; }
      .list-board-menu-mobile ul label:hover:before {
        width: 4px;
        height: 40px;
        background: #EB0D1E;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        content: ""; }
  .list-board-menu-mobile ul li {
    height: 40px;
    overflow: hidden;
    transition: all .3s; }
    .list-board-menu-mobile ul li a {
      display: block;
      height: 40px;
      line-height: 40px;
      padding: 0 20px;
      color: #001452; }
      .list-board-menu-mobile ul li a:hover {
        background: #EFEFF1;
        padding: 0 40px; }
  .list-board-menu-mobile li {
    display: block; }
  .list-board-menu-mobile label.title {
    cursor: pointer;
    transition: all .25s;
    display: block;
    font-weight: 500;
    font-size: 17px;
	}
  .list-board-menu-mobile input[type="radio"] {
    display: none; }
  .list-board-menu-mobile #mobi:checked + li, .list-board-menu-mobile #vina:checked + li, .list-board-menu-mobile #viettel:checked + li , .list-board-menu-mobile #tangve:checked + li{
    height: 166px; }
  .list-board-menu-mobile #mobi:checked + li,.list-board-menu-mobile #tangve:checked + li{
    height: 140px; }
    .list-board-menu-mobile #mobi:checked + li label, .list-board-menu-mobile #vina:checked + li label, .list-board-menu-mobile #viettel:checked + li label, .list-board-menu-mobile #tangve:checked + li label {
      background: #EFEFF1; }
      .list-board-menu-mobile #mobi:checked + li label:before, .list-board-menu-mobile #vina:checked + li label:before, .list-board-menu-mobile #viettel:checked + li label:before, .list-board-menu-mobile #tangve:checked + li label:before {
        width: 4px;
        height: 40px;
        background: #EB0D1E;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        content: ""; }

.partner-ld {
  height: 90px;
  display: block;
  border-bottom: 1px solid #D6D9DB; }
  .partner-ld ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 90px; }
    .partner-ld ul li {
      text-align: center;
      justify-content: space-between; }

.arr-down {
  background: url(../images/arr_down.png) no-repeat top left;
  display: inline-block;
  width: 10px;
  height: 5px;
  position: relative;
  top: -2px;
  margin-left: 5px; }

.content1-ld {
  padding: 60px 0;
  position: relative; }
  .content1-ld .imgmockup {
    position: relative; }
  .content1-ld .moc1 {
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 2; }
  .content1-ld .moc2 {
    position: absolute;
    right: 180px;
    top: 10px; }
  .content1-ld .img-anim .anim1 {
    position: absolute;
    top: 160px;
    left: -170px; }
  .content1-ld .img-anim .anim2 {
    position: absolute;
    top: 0px;
    left: 525px; }
  .content1-ld .img-anim .anim3 {
    position: absolute;
    top: 300px;
    left: 915px; }
  .content1-ld .img-anim .anim4 {
    position: absolute;
    top: -15px;
    left: 570px; }
  .content1-ld .img-anim .anim5 {
    position: absolute;
    top: 130px;
    left: 670px; }
  .content1-ld .img-anim .anim6 {
    position: absolute;
    top: 500px;
    left: 475px; }
  .content1-ld .l-item-box1 {
    width: 486px;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 3; }
    .content1-ld .l-item-box1.ver2 {
      width: 600px; }
    .content1-ld .l-item-box1 .partner2 {
      padding: 20px 0;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
      .content1-ld .l-item-box1 .partner2 img {
        display: inline-block;
        margin: 0 10px 10px 10px; }
    .content1-ld .l-item-box1 h1 {
      font-size: 34px;
      font-weight: 500;
      line-height: 40px; }
.hide {
  display: none;
}
/* iphone 6, 6s, 7, 8 ,X,XR, 11,iphone XS Max, 11 Pro Max*/
@media only screen and (max-width: 896px) {
  .content1-ld .l-item-box1 h1 {
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
  }

  .box6-ld .container .content6-ld h1{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 40px;
  }

  .box7-ld .container ul li h1{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
  }
  .box8-ld .container ul li h1{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
  }
  .desktop-show {
    display: inline;
  }
  .hide {
    display: inline;
  }
  .banner-ld div img {
	width: 100%;
	height: 120px;
	/* SCALE */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	/* VERZÖGERUNG */
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	  
  }
  .box2-ld .col-ct-ld:first-child p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
}

	/*.comimssion-introducing .image{
		display: none;
	}*/
	

	.comimssion-introducing .container{
		flex-wrap: wrap;
	}
	
	.how-to-get-it .step-to-step{
		width: 100%;
		flex-direction: column;
		align-items: center;
	}
	
	.how-to-get-it .step-to-step .step-item{
		width: 100%;
	}
}

.padding10{
  padding: 10px;
}
/* iphone 5*/
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .content1-ld .l-item-box1 h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
  }
  .box6-ld .container .content6-ld h1{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 40px;
  }
  
  	/*.comimssion-introducing .image{
		display: none;
	}*/
	
	.comimssion-introducing .container{
		flex-wrap: wrap;
	}
	
	.how-to-get-it .step-to-step{
		width: 100%;
		flex-direction: column;
		align-items: center;
	}
	
	.how-to-get-it .step-to-step .step-item{
		width: 100%;
	}
}


.box7-ld .container ul li a{
  text-align: center;
}
    .content1-ld .l-item-box1 p {
      color: #757575;
      line-height: 24px; }
    .content1-ld .l-item-box1 .item-box1 {
      display: block;
      background: linear-gradient(159.47deg, rgba(255, 255, 255, 0.9) 3.13%, rgba(255, 255, 255, 0.1) 148.53%);
      box-sizing: border-box;
      backdrop-filter: blur(12px);
      /* Note: backdrop-filter has minimal browser support */
      border-radius: 20px;
      margin: 10px 0; }
      .content1-ld .l-item-box1 .item-box1.ver2 {
        background: none;
        backdrop-filter: none; }
        .content1-ld .l-item-box1 .item-box1.ver2 ul {
          justify-content: center; }
        .content1-ld .l-item-box1 .item-box1.ver2 .box-btn-dl {
          padding: 0; }
        .content1-ld .l-item-box1 .item-box1.ver2 .btn-dl {
          display: block; }
      .content1-ld .l-item-box1 .item-box1 ul {
        display: flex;
        align-items: center;
        height: 155px;
        padding: 0 35px; }
        .content1-ld .l-item-box1 .item-box1 ul li {
          text-align: left; }
      .content1-ld .l-item-box1 .item-box1 .tit-item-box1 {
        font-size: 18px;
        font-weight: 500;
        line-height: 30px; }
        .content1-ld .l-item-box1 .item-box1 .tit-item-box1 span {
          color: #EB0D1E; }
      .content1-ld .l-item-box1 .item-box1 .img-vl {
        margin-right: 20px; }
      .content1-ld .l-item-box1 .item-box1 p {
        font-size: 14px;
        color: #757575;
        line-height: 20px; }
      .content1-ld .l-item-box1 .item-box1 a {
        font-size: 16px;
        color: #212121;
        font-weight: 500; }
        .content1-ld .l-item-box1 .item-box1 a img {
          position: relative; }
      .content1-ld .l-item-box1 .item-box1 .box-btn-dl {
        padding: 10px 0 0 0; }
        .content1-ld .l-item-box1 .item-box1 .box-btn-dl a {
          margin-right: 5px;
          margin-bottom: 5px; }
      .content1-ld .l-item-box1 .item-box1 .btn-dl {
        background: linear-gradient(98.2deg, #A4C63A 12.34%, rgba(7, 174, 44, 0.5) 95.4%);
        border-radius: 40px;
        height: 35px;
        display: inline-block;
        padding: 0 10px;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 35px;
        color: #fff; }
      .content1-ld .l-item-box1 .item-box1 .btn-dl2 {
        background: linear-gradient(98.2deg, #0F1D88 12.34%, #14B1E7 95.4%);
        border-radius: 40px;
        height: 35px;
        display: inline-block;
        padding: 0 10px;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 35px;
		width: 148px;
        text-align: center;
        color: #fff; }

.box1-ld, .box2.ld {
  position: relative; }
  .box1-ld:after, .box2.ld:after {
    clear: both;
    display: block;
    content: ""; }

.box2-ld {
  background: #FAFAFC;
  padding: 100px 0;
  position: relative;
  z-index: 5; }
  .box2-ld .content2-ld {
    display: flex;
    align-items: flex-start; }
  .box2-ld .col-ct-ld {
    padding: 0 15px; }
    .box2-ld .col-ct-ld .btn-dl3 {
      height: 60px;
      background: #E82233;
      border-radius: 8px;
      width: 250px;
      display: inline-block;
      line-height: 60px;
      font-size: 18px;
      font-weight: 500;
      text-align: center;
      color: #fff;
      margin-top: 15px; }
    .box2-ld .col-ct-ld:first-child {
      width: 30%;
      display: inline-block; }
      .box2-ld .col-ct-ld:first-child h1 {
        font-size: 34px;
        font-weight: 500;
        margin-bottom: 15px;
        display: inline-block;
        line-height: 40px; }
      .box2-ld .col-ct-ld:first-child p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500; }
    .box2-ld .col-ct-ld:last-child {
      width: 70%;
      display: inline-block; }
    .box2-ld .col-ct-ld ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .box2-ld .col-ct-ld ul li {
        width: 30%;
        display: inline-block;
        padding: 0 15px;
        margin-bottom: 20px; }
    .box2-ld .col-ct-ld h3 {
      font-size: 16px;
      line-height: 24px;
      font-weight: 500;
      margin-bottom: 6px; }
    .box2-ld .col-ct-ld p {
      font-size: 14px;
      line-height: 20px; }
    .box2-ld .col-ct-ld span {
      background: #E82233;
      display: inline-block;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      border-radius: 50%;
      justify-content: center;
      margin-bottom: 10px; }

.box3-ld {
  display: block;
  text-align: center;
  padding: 40px 0;
  position: relative; }
  .box3-ld.ver2 {
    background: url(../images/bg.png) no-repeat top left;
    background-size: cover;
    min-height: 368px;
    color: #fff; }
/* iphone 6, 6s, 7, 8 ,X,XR, 11,iphone XS Max, 11 Pro Max*/
@media only screen and (min-width: 320px) and (max-width: 896px) {
  .box3-ld.ver2 {
    background: url(../images/bg.png) no-repeat top center;
    background-size: cover;
    min-height: 368px;
    color: #fff;
  }

  .box3-ld  .container h1{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 40px;
  }
}
    .box3-ld.ver2 .content3-ld ul li span {
      border-color: #fff; }
  .box3-ld .content3-ld {
    padding: 20px 0; }
    .box3-ld .content3-ld ul {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      .box3-ld .content3-ld ul li {
        width: 25%;
        display: inline-block;
        padding: 0 15px;
        text-align: center;
        margin-bottom: 20px; }
        .box3-ld .content3-ld ul li span {
          display: inline-block;
          width: 60px;
          height: 60px;
          border: 1px solid #EB0D1E;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: auto;
          margin-bottom: 10px; }
    .box3-ld .content3-ld .num-anim {
      font-size: 34px;
      font-weight: 700;
      margin-bottom: 5px; }
    .box3-ld .content3-ld .tgrey {
      font-size: 14px; }

.box4-ld {
  background: #FAFAFC;
  padding: 100px 0;
  position: relative;
  z-index: 3; }
  .box4-ld .content4-ld ul {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .box4-ld .content4-ld ul li {
      width: 50%;
      padding: 0 15px;
      text-align: center; }
      .box4-ld .content4-ld ul li a {
        display: inline-block;
        overflow: hidden; }
        .box4-ld .content4-ld ul li a img {
          width: 100%;
          -webkit-transform: scale(1);
          transform: scale(1);
          -webkit-transition: .3s ease-in-out;
          transition: .3s ease-in-out; }
          .box4-ld .content4-ld ul li a img:hover {
            -webkit-transform: scale(1.3);
            transform: scale(1.3); }

.box5-ld {
  padding: 40px 0;
  text-align: center; }
  .box5-ld .slick-dots li button:before {
    background: #C4C4C4; }
  .box5-ld .slick-dots li.slick-active button:before {
    background: red; }

.footer-ld {
  background: #001452;
  padding: 80px 0;
  text-align: center; }
  .footer-ld p {
    color: #fff;
    font-size: 14px;
    line-height: 24px; }
  .footer-ld .member-ld {
    padding: 35px 0; }
    .footer-ld .member-ld span {
      display: inline-block;
      padding: 0 10px; }
  .footer-ld .associate-ld {
    padding: 15px 0; }
    .footer-ld .associate-ld img {
      display: inline-block;
      margin: 0 5px; }

.btn-r-fixed {
  width: 72px;
  display: inline-block;
  position: fixed;
  z-index: 305;
  /*bottom: 15px;*/
  bottom: calc(50% - 92px);
  right: 15px; }
  .btn-r-fixed a {
    width: 72px;
    height: 72px;
    display: inline-block;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    text-align: center;
    color: #EB0D1E;
    font-size: 14px;
    margin-bottom: 20px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
    right: 0; }
    .btn-r-fixed a:hover {
      right: 10px; }
  .btn-r-fixed span {
    display: block;
    padding: 14px 0 3px 0; }
  .btn-r-fixed .dl-ol {
    background: #EB0D1E;
    color: #fff; }

.slick-slide {
  text-align: center; }
  .slick-slide img {
    display: inline-block !important; }

h1 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
  line-height: 40px; }

.box6-ld {
  padding: 60px 0;
  position: relative;
  z-index: 3;
  text-align: center; }
  .box6-ld a {
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: #036AFF;
    padding: 10px 0; }
  .box6-ld .list-step-cre-account ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .box6-ld .list-step-cre-account ul li {
      width: 33.3333%; }
      .box6-ld .list-step-cre-account ul li img {
        padding: 30px 0; }
      .box6-ld .list-step-cre-account ul li .title-step {
        display: inline-block;
        background: #EB0D1E;
        height: 36px;
        line-height: 36px;
        font-size: 20px;
        color: #fff;
        border-radius: 18px;
        padding: 0 10px; }
      .box6-ld .list-step-cre-account ul li .ct-step {
        padding: 10px 0;
        font-size: 20px;
        font-weight: 500; }
      .box6-ld .list-step-cre-account ul li span {
        padding: 0 20px;
        display: block;
        line-height: 24px; }

.box6-ld .list-step-cre-account ul li div {
  height: 60px; }

.box7-ld {
  padding: 60px 0;
  position: relative;
  z-index: 3;
  background: #FAFAFC;
  text-align: center; }
  .box7-ld a {
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: #036AFF;
    padding: 10px 0; }
  .box7-ld ul {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap; }
    .box7-ld ul li {
      width: 50%;
      text-align: left; }
      .box7-ld ul li:first-child {
        border-right: solid 1px #D6D9DB;
        padding-right: 30px; }
      .box7-ld ul li:last-child {
        padding-left: 30px; }
      .box7-ld ul li .item-box7-ld {
        padding: 20px 0;
        display: flex; }
        .box7-ld ul li .item-box7-ld .i-itembox7 {
          width: 20%;
          display: inline-block;
          margin-right: 20px; }
        .box7-ld ul li .item-box7-ld .ct-item-box7 {
          width: 80%; }
      .box7-ld ul li .title-step {
        display: inline-block;
        background: #EB0D1E;
        height: 36px;
        line-height: 36px;
        font-size: 20px;
        color: #fff;
        border-radius: 18px;
        padding: 0 10px; }
      .box7-ld ul li .ct-step {
        padding: 10px 0;
        font-size: 20px;
        font-weight: 500; }
      .box7-ld ul li span {
        padding: 0;
        display: block;
        line-height: 24px; }

.box8-ld {
  padding: 60px 0 0 0;
  text-align: center;
  position: relative; }
  .box8-ld .img-box3 {
    margin-bottom: -8px;
    max-width: 100%; }
  .box8-ld .info-rw ul {
    display: flex;
    flex-wrap: wrap; }
    .box8-ld .info-rw ul li {
      width: 33.3333%;
      padding: 0 20px; }
      .box8-ld .info-rw ul li p {
        font-size: 16px;
        font-weight: 500;
        padding: 0 0 10px 0; }
        .box8-ld .info-rw ul li p.numb-rw {
          font-size: 100px;
          font-weight: 900;
          color: #EB0D1E; }
        .box8-ld .info-rw ul li p.price-rw {
          padding: 10px 0;
          border-top: solid 1px #EB0D1E;
          border-bottom: solid 1px #EB0D1E;
          display: inline-block;
          font-size: 16px;
          font-weight: 900;
          color: #EB0D1E;
          text-transform: uppercase;
          min-width: 100px; }
      .box8-ld .info-rw ul li span {
        display: block;
        /*padding: 10px;*/
        line-height: 24px; }
      .box8-ld .info-rw ul li .numb-box-rw ul {
        display: flex;
        align-items: center; }
        .box8-ld .info-rw ul li .numb-box-rw ul li {
          color: #EB0D1E;
          padding: 0; }

.pop-ld {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500; }
  .pop-ld .play-video {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    max-width: 960px;
    transform: translate(-50%, -50%); }
    .pop-ld .play-video .close-pop-ld {
      position: absolute;
      top: -40px;
      right: 0; }

.faq-ld {
  padding: 20px 0;
  text-align: center; }
  .faq-ld .list-itembox-faq {
    display: flex;
    flex-wrap: wrap; }
    .faq-ld .list-itembox-faq .itembox-faq {
      width: 33.33333%; }
      .faq-ld .list-itembox-faq .itembox-faq img {
        max-width: 100%; }
      .faq-ld .list-itembox-faq .itembox-faq p {
        font-size: 24px;
        font-weight: 500; }
      .faq-ld .list-itembox-faq .itembox-faq span {
        font-size: 16px;
        color: #212121;
        line-height: 24px;
        padding: 10px 0; }
  .faq-ld .box5-ld {
    padding: 0; }
  .faq-ld h1 {
    font-size: 34px;
    font-weight: 500;
    line-height: 40px;
    color: #EB0D1E; }
  .faq-ld .list-faq-ld {
    padding: 40px 0;
    text-align: left; }
    .faq-ld .list-faq-ld .title-item-faq-ld {
      position: relative;
      display: block;
      color: #EB0D1E;
      font-size: 16px;
      padding: 0 25px;
      text-align: left; }
      .faq-ld .list-faq-ld .title-item-faq-ld:before {
        width: 14px;
        height: 14px;
        display: inline-block;
        content: "";
        border-radius: 7px;
        position: absolute;
        top: 4px;
        left: 0;
        background: #EB0D1E; }
    .faq-ld .list-faq-ld .cate-faq-ld {
      min-height: 60px;
      display: flex;
      background: #001452;
      flex-wrap: wrap;
      line-height: 60px;
      font-size: 20px;
      color: #fff; }
      .faq-ld .list-faq-ld .cate-faq-ld a {
        display: block;
        height: 40px;
        line-height: 40px;
        background: #EB0D1E;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        padding: 0 10px;
        border-radius: 8px;
        margin: 10px 10px 0 10px; }
      .faq-ld .list-faq-ld .cate-faq-ld span {
        background: #EB0D1E;
        display: inline-block;
        text-align: center;
        color: #fff;
        font-size: 30px;
        font-weight: 500;
        margin-right: 20px;
        padding: 0 20px; }
      .faq-ld .list-faq-ld .cate-faq-ld p {
        display: inline-block;
        margin: 0;
        flex-grow: 1; }
    .faq-ld .list-faq-ld .accordion-item {
      border: 0 none;
      border-bottom: solid 1px #D6D9DB; }
	  
    .faq-ld .list-faq-ld .collapse {
      display: block !important;
      height: 0;
      overflow: hidden;
      transition: all .3s ease !important; }
	  
    .faq-ld .list-faq-ld .collapse.show {
      display: block;
      height: auto !important;
      transition: all .3s ease !important; }
	  
	  
    .faq-ld .list-faq-ld h2.accordion-header button.accordion-button {
      min-height: 60px;
      font-size: 20px;
      font-weight: 400;
      color: #001452; }
      .faq-ld .list-faq-ld h2.accordion-header button.accordion-button span {
        height: 26px;
        padding: 0 15px;
        border-radius: 13px;
        background: #EB0D1E;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0 5px;
        color: #fff;
        display: inline-block;
        line-height: 26px;
        margin-left: 10px; }
    .faq-ld .list-faq-ld .accordion-button:not(.collapsed) {
      background: none; }
    .faq-ld .list-faq-ld .accordion-body {
      padding: 20px 0;
      line-height: 24px;
      color: #212121; }
      .faq-ld .list-faq-ld .accordion-body p {
        padding: 0 0 10px 0;
        font-size: 16px;
        color: #212121; }
      .faq-ld .list-faq-ld .accordion-body span {
        padding: 0 20px; }
    .faq-ld .list-faq-ld .sub-cate-faq-ld {
      color: #EB0D1E;
      font-size: 16px;
      font-weight: 500;
      height: 60px;
      padding: 1rem 1.25rem;
      border-bottom: solid 1px #D6D9DB;
      display: flex;
      align-items: center; }
    .faq-ld .list-faq-ld .slick-slider {
      padding-bottom: 50px;
      border-bottom: solid 1px #d2d2d2; }
      .faq-ld .list-faq-ld .slick-slider:last-child {
        border: 0 none; }
      .faq-ld .list-faq-ld .slick-slider .slick-prev:before, .faq-ld .list-faq-ld .slick-slider .slick-next:before {
        background: url(../images/arrow-slide.png) no-repeat top left;
        width: 36px;
        height: 36px;
        display: inline-block; }

@media only screen and (max-width: 980px) {
  .content1-ld .imgmockup .moc2 {
    right: 120px; }

  .menu-ld {
    display: none; }

  .menu-mobile .icon-mobile {
    display: block; }

  .slick-prev, .slick-next {
    display: none !important; }

  .slick-dots li button:before {
    width: 6px;
    height: 6px; }

  .partner-ld {
    width: 100%;
    display: block;
    overflow: auto; }
    .partner-ld li {
      padding: 0 10px; }
      .partner-ld li:first-child {
        padding-left: 0; }
      .partner-ld li:last-child {
        padding-right: 0; }

  .box2-ld .content2-ld .btn-dl3 {
    width: 100%; }

  .box3-ld .content3-ld .num-anim {
    font-size: 24px; }
  .box3-ld .img-box3 {
    width: 100%; }

  .box4-ld li img {
    width: 100%; }

  .pop-ld .play-video {
    max-width: 90%; } }
@media only screen and (min-width: 980px) and (max-width: 1280px) {
  .menu-ld ul li {
    margin: 0; }

  .top-ld .logo-ld {
    margin-right: 30px; } }

@media only screen and (max-width: 1180px) {
  .menu-ld.r-menu li {
      margin: 0px !important;
  }

  .menu-ld ul li {
      font-size: 12px !important;
  }
}

@media only screen and (max-width: 1024px) {
  #idDownload {
    width: 70%;
  }
}


@media only screen and (max-width: 768px) {
  .box8-ld .info-rw ul li p.numb-rw {
    font-size: 70px; }

  .box8-ld .info-rw ul li {
    padding: 0; }

  .box8-ld .info-rw ul li p.price-rw {
    min-width: auto; }

  .content1-ld .l-item-box1.ver2 {
    width: 400px; }

  .content1-ld .imgmockup .moc2 {
    right: 40px; }

  .content1-ld .moc1 {
    top: 200px; }

  .faq-ld .carousel-control-next, .faq-ld .carousel-control-prev {
    width: 15%; } }
@media only screen and (max-width: 720px) {
  .content1-ld .imgmockup {
    display: none; }

  .content1-ld .l-item-box1.ver2 {
    width: 100%; }

  .box3-ld .content3-ld ul li {
    width: 50%; }
  .box3-ld .content3-ld .num-anim {
    font-size: 18px; }

  .box1-ld .content1-ld {
    padding: 40px 0; }
  .box1-ld .img-anim {
    display: none; }
  .box1-ld .l-item-box1 {
    width: 100%; }
    .box1-ld .l-item-box1 .item-box1 {
      background: none; }
      .box1-ld .l-item-box1 .item-box1 ul {
        width: 100%; }

  .box2-ld {
    padding: 40px 0; }
    .box2-ld .content2-ld {
      flex-wrap: wrap; }
    .box2-ld .col-ct-ld {
      width: 100% !important;
      margin-bottom: 40px; }
      .box2-ld .col-ct-ld .btn-dl3 {
        display: none; }
      .box2-ld .col-ct-ld ul li {
        width: 50%; }

  .box4-ld {
    padding: 40px 0; }
    .box4-ld .content4-ld ul {
      flex-wrap: wrap; }
      .box4-ld .content4-ld ul li {
        width: 100%;
        margin-bottom: 30px; }

  .box6-ld .list-step-cre-account ul li {
    width: 100%; }

  .box7-ld ul li {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px; }
    .box7-ld ul li:first-child {
      padding-right: 0;
      border: 0 none; }

  .box8-ld .info-rw ul li {
    width: 100%;
    margin-bottom: 30px; }
    .box8-ld .info-rw ul li .numb-box-rw li {
      width: 33.33333%;
      padding: 0; }
      .box8-ld .info-rw ul li .numb-box-rw li p.numb-rw {
        font-size: 70px; }

  .faq-ld .list-faq-ld .cate-faq-ld {
    line-height: 40px;
    position: relative;
    text-align: center; }
    .faq-ld .list-faq-ld .cate-faq-ld span {
      font-size: 25px;
      width: 100%;
      margin: 0; }
    .faq-ld .list-faq-ld .cate-faq-ld a {
      display: block;
      flex-grow: 2;
      text-align: center;
      margin: 0;
      border-radius: 0;
      width: 100%; }
    .faq-ld .list-faq-ld .cate-faq-ld p {
      line-height: 30px;
      padding: 10px 0; } }
@media only screen and (max-width: 480px) {
  .content1-ld .l-item-box1 .item-box1 {
    border-bottom: 1px solid #D6D9DB;
    border-radius: 0;
    padding: 10px 0;
    margin: 0; }
    .content1-ld .l-item-box1 .item-box1 ul {
      padding: 0; }
      .content1-ld .l-item-box1 .item-box1 ul .img-vl {
        max-width: 60px; }
    .content1-ld .l-item-box1 .item-box1 .box-btn-dl a {
      margin-bottom: 10px; }

  .i-itembox7 img {
    max-width: 60px; } }
	
@media only screen and (max-width: 480px) {	
	
	.box2-ld .col-ct-ld h3 {
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 6px;
}
}
@media only screen and (max-width: 414px) {	
h1 {
    font-size: 29px;
    font-weight: 500;
    margin-bottom: 13px;
    display: inline-block;
    line-height: 40px;
	text-align: center;
}
.box2-ld .col-ct-ld:first-child h1 {
    font-size: 29px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
}
.box3-ld .container h1 {
    font-size: 29px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 40px;
	text-align: center;
}
.box8-ld .img-box3 {
    margin-bottom: -4px;
    max-width: 100%;
}
}

@media only screen and (max-width: 375px) {	
h1 {
   font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 30px;
	text-align: center;
}
.box2-ld .col-ct-ld:first-child h1 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
}
.box3-ld .container h1 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 30px;
	text-align: center;
}
.box8-ld .img-box3 {
    margin-bottom: -4px;
    max-width: 100%;
}
}

@media only screen and (max-width: 896px){	
.box6-ld .container .content6-ld h1 {
    font-size: 29px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 40px;
	text-align: center;
}
.box7-ld .container ul li h1 {
    font-size: 29px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
}
.box8-ld .img-box3 {
    margin-bottom: -4px;
    max-width: 100%;
}
}
/*# sourceMappingURL=css.css.map */
