.btn-icon.fa{
  font-size: 22px;
}

.banner{
  width: 100%;
  background: url(../images/banner.png) no-repeat center;
  background-size: cover;
}

.au-btn-dl{
  background: rgb(235, 133, 17);
  color: #fff;
  border-radius: 100px;
  border: 0;
}
.au-btn-dl.white{
  background: rgb(255, 255, 255);
  color: #333;
}
.au-btn-dl.theme{
  background: linear-gradient(90deg, #FFED0F 0%, #82F612 100%);
  color: #333;
}

.text-lg{
  font-size: 30px;
}

.text-sm{
  font-size: 16px;
}
.fa-check,.iconbox-text,.iconbox-icon{
  color: #31312B!important;
}
.iconbox-style-2 .iconbox-icon{
  color: #fff!important;
  background: none!important;
}
.iconbox-style-2 .iconbox-icon.about{
  width: 24px;
  height: 24px;
  color: #F06C3C!important;
  background: #fff!important;
  font-size: 16px;
}
.iconbox-style-2.c-666 .iconbox-text{
  color: #666!important;
}
.section-about-1 .iconbox .iconbox-item-title .iconbox-icon:before{
  color: #F06C3C!important;
}
.bg-red{
  background: #F06C3C!important;
}
.v-list .iconbox{
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%);
  border-radius: 100px;
  padding: 8px 0 8px 16px;
  margin: 20px 0;
}
.v-list .iconbox.bg-none{
  background: none;
}
.v-list .check-icon{
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.v-list .check-icon-2{
  margin-right: 20px;
}

.type--xs{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.type--xs-78776C{
  color: #78776C;
}
.type--xs-white{
  color: #fff;
}
.type--xs-313128{
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #31312B;
}

.section-footer{
  background: #333;
}
.email{
  margin-top: 20px;
  color: #F6ED0F!important;
}

.section.who-we-are{
  /* background-color: #F06C3C; */
}

.mb-title{
  font-size: 30px !important;
  margin-bottom: 16px !important;
}
.mb-home-title-2{
  margin-bottom: 60px !important;
}
.mb-home-desc{
  font-size: 16px !important;
  margin-top: 40px !important;
}


#_toast{
  display:none;
  position:fixed;
  top:50%;
  left:50%;
  margin-top:-20px;
  margin-left:-75px;
  width:150px;
  height:40px;
  border-radius:10px;
  background:#353535;
  text-align:center;
  font-size:12px;
  line-height:40px;
  color:#fff;
}