.title-f30{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
}
.mt20{
  margin-top: 20px;
}
@media(max-width:767px){
  .title-f30{
    font-size: 24px;
  }
}
/*----- Banner detail -----*/
.banner{
  position: relative;  
}
.banner > img{
  width: 100%;
  height: auto;
}
.banner-inner{
  position: absolute;
  width: 100%;
  text-align: center;
  top:6vw;
}
.banner-inner h2{
  line-height: 1;
}
.bnr-txt{
  font-size: 1.8vw;
  font-weight: 500;
  line-height: 1;
}
.bnr-txt > span{
  font-weight: bold;
  font-size: 2.2vw;
}
.banner-inner .btn-orange{
  display: inline-block;
  border-radius: 55px;
  width: auto;
  padding: 0.6vw 4vw;
  font-size: 1.2vw;
  font-weight: bold;
}
.btn-orange{
  background: #FD8038;
  border: 1px solid #fff;
  color: #fff;
}
.banner-inner img{
  width: 47%;
}
.btn-orange:hover{
  background: #E97A3A;
  color: #fff;
}
.bnr-btn{
  margin-top: 0.4vw;
}
@media(min-width:991px){
  .bnr-txt{
    margin-top: 20px;
  }
}
@media(max-width:991px){
  .banner-inner{
    top: 3vw;
  }
  .banner-inner img {
    width: 55%;
  }
  .bnr-txt{
    font-size: 2.2vw;
  }
  .bnr-txt > span{
    font-size: 2.8vw;
  }
  .banner-inner .btn-orange{
    padding: 1.2vw 8vw;
    font-size: 2vw;
  }  
}
@media(max-width:767px){
  .banner-inner {
    top: 14vw;
  }
  .banner-inner img {
    width: 90%;
  }
  .bnr-txt {
    font-size: 4.5vw;
  }
  .bnr-txt > span {
    font-size: 6vw;
  }
  .banner-inner .btn-orange {
    padding: 2vw 12vw; 
    font-size: 4vw; 
  }
  .bnr-btn {
    margin-top: 2vw;
  }
}
/*----- End banner -----*/
/*---------- Survey -----------*/
.pb70{
  padding-bottom: 70px;
}
.pt70{
  padding-top: 70px;
}
.servey-intro{
  width: 1112px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.servey-intro-img {
  position: relative;
}
.servey-intro-img img{
  border-radius: 15px;
}
.servey-intro-btn{
  position: absolute;
  bottom: 50px;
  width: 100%;
}
.btn-cta{
  font-weight: 700;
}
.steps-box div.mt30{
    margin-top: 50px;
    text-align: center;
 } 
.steps-item .btn-cta{
  width: 200px;
}
@media(max-width:1200px){
  .steps-item .btn-cta{
    width: 160px;
  }
}
@media(max-width:991px){
  .servey-intro-btn{
    bottom: 4.5vw;
  }
  .servey-intro-btn .btn-cta{
    padding: 11px;
		width: 290px;
  }
}
@media(max-width:767px){
  .servey-intro-btn {
    bottom: 9vw;
  }
}
@media(max-width:360px){
  .servey-intro-btn .btn-cta{
		width: 270px;
  }
	.servey-intro-btn {
			bottom: 7vw;
	}
}
.steps-title{
  font-size: 28px;
  font-weight: 700;
  color: #535353;
  text-align: center;
}
.steps-list li{
  position: relative;
}
.steps-list li:before,
.steps-list li:after{
  content: '';
  width: 42px;
  height: 100%;
  position: absolute;
}
.steps-list li:before{
  background: url("../img/bg-steps-left.png") no-repeat left center;
  background-size: 100% 100%;
  left: 0;  
  top:0;
}
.steps-list li:after{
  background: url("../img/bg-steps-right.png") no-repeat left center;
  background-size: 100% 100%;
  right: 0;
  top:0;
}
.steps-list li > div{
  background: #fff;
  height: 100%;
  padding: 20px 15px 15px 15px;
  width: calc(100% - 84px);
}
.steps-num{
  font-size: 28px;
  font-weight: 700;
}
.icon-account{
/*  content: "";*/
  width: 20px;
  height: 20px;
  background: url("/wvn/transnasional/transnasional-test/img/icons/icon_account.svg") no-repeat center center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
}
.text-bold{
	font-weight: 600;
}
@media(min-width:767px){
  .steps-list{
    display: flex;
    padding: 0 17px;
  }
  .steps-list li{
    width: calc(50% + 34px);
    margin-left: -17px;
    margin-right: -17px;
  }
	.steps-num {
    font-size: 25px;
	}
}
@media(min-width:991px){
  .steps-box{
    display: flex;
    align-items: center;
    gap:10px 20px;
  }
}
@media(max-width:991px){
  .steps-list{
    margin-top: 30px;
  }
}
@media(max-width:767px){
  .steps-list{
    flex-wrap: wrap;
    width: 100%;
  }
  .steps-list li{
    width: 100%;
    margin-bottom: 40px;
  }
  .steps-list li:before{
    content: inherit;
  }
  .steps-list li > div{
    width: 100%;
  }
  .steps-list li:after{
    width: 100%;
    height: 32px;
    background: url("../img/bg-steps-bottom.png") no-repeat bottom center;
    background-size: 100% 100%;
    bottom:-32px;
    top:inherit;
  }
  .steps-item{
    text-align: center;
  }
}
/*------Claim time-----*/
#ticket table.claim-time{
		width: inherit;
    margin: 0 auto;
}
.claim-time tr td:first-child {
	color: #535353;
	width: 45%;
}
#ticket table.claim-time td{
  border-collapse: collapse;
  padding: 5px 15px;
}
@media(max-width:1440px){
 	.claim-time tr td:first-child {
		width: 50%;
	}
	.claim-time-wrap .two-column-content{
    padding: 30px;
	}
}
@media(max-width:1140px){
 	#ticket table.claim-time td{
		padding: 5px 10px;
	}
}
@media(max-width:991px){
 	.claim-time tr td{
		width: 100% !important;
		display: block;
	}
	.claim-time-wrap .two-column-content{
    padding: 30px 15px;
	}
	.claim-time tr td:first-child{
		padding: 15px 5px 5px 5px !important
	}
	.claim-time tr:first-child td:first-child{
		padding: 5px !important
	}
	#ticket table.claim-time {
    width: 100%;
		text-align: center;
	}
	#ticket table.claim-time td {
			padding: 5px;
	}
}
/*------Claim time end-----*/
#ticket table{
  width: 100%;
}
#ticket table tr,
#ticket table td{
  border-collapse: collapse;
  padding: 5px;
}
#ticket table tr td:first-child{
  color: #535353;
}

.more-detail{
  background: #fff;
  padding: 24px;
}
.servey-tbl td,
.servey-tbl tr{
  border-collapse: collapse;  
  vertical-align: top;
}
.servey-tbl td{
  padding: 30px 9px;
}
.servey-tbl tr td:first-child{
  padding-left: 0;
  width: 200px;
  font-size: 15px;
  color: #535353;
}
.servey-tbl tr td:last-child{
  padding-right: 0;
}
.servey-tbl tr{
  border-bottom: 1px solid #E6E6E6;
}
.servey-tbl tr:first-child{
  border-top: 1px solid #E6E6E6;
}
@media(max-width:767px){
  .servey-tbl td {
    padding: 24px 9px;
  }
  .servey-tbl td{
    width: 100%;
    display: inline-block;    
    padding-left: 0;
    padding-right: 0;
  }
  .servey-tbl tr td:first-child{
    padding-bottom: 0;
  }
  .servey-tbl tr td + td{
    padding-top: 10px;    
  }
}

.list-tick{
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  width: auto;  
}
.list-tick li {
  display: inline-block;
  position: relative;
  font-size: 18px;
  padding-left: 40px;
  margin: 0 25px;
}
.list-tick li:before{
  content: '';
  width: 30px;
  height: 30px;
  background: url("../img/icon.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top:-2px;
}
@media(max-width:767px){
  .list-tick li{
    display: block;
    margin: 15px 0;
  }
  .list-tick li:first-child{
    margin-top: 0;
  }
  .list-tick li:last-child{
    margin-bottom: 0;
  }
}

