html body {
    font-family: Open Sans, Arial;
}

body {
    position: relative
}

.header-nav {
    display: none
}

.footer-info {
    padding-top: 16px
}

.body-content h4 {
    line-height: 1.15;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-align: center;
    padding: 80px 0 20px !important;
    position: relative
}

.body-content h4,
.body-content h4:before {
    margin: 0 auto
}

.body-content h4:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 6px;
    background: #ff6e26
}
*{
    /* box-sizing: content-box !important; */
}

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slide-top {
    -webkit-animation: slide-top .7s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-top .7s cubic-bezier(.25, .46, .45, .94) both
}

.about-page-wrap {
    position: absolute;
    top: 0;
    width: 100%
}


.about-topmt {
    position: relative;
    height: 500px;
    background: #ff6e26 url(about2109_bg.jpg) no-repeat 50%;
    text-align: center
}

.about-topmt:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ff6e26
}

.about-topmt .title {
    margin: 0 auto;
    font-size: 48px;
    line-height: 65px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 60px
}

.about-logistics {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 80px;
    background: #f7f8fa
}

.about-logistics .desc {
    max-width: 960px;
    font-size: 16px;
    line-height: 26px;
    margin: 26px auto 0;
    color: #666;
    text-align: left
}

.about-logistics .desc p:first-child {
    padding-bottom: 16px
}

.about-logistics .desc p:last-child {
    padding-top: 16px
}

.about-history {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 80px
}

.about-history .countries {
    position: relative;
    width: 979px;
    height: 190px;
    margin: 46px auto 0;
    background: url(about2109_course.png) no-repeat 50%;
    padding: 85px 0;
    box-sizing: content-box !important;
}

.about-history .countries p {
    position: absolute;
    width: 200px
}

.about-history .countries p:first-child {
    bottom: -10px;
    left: -90px
}

.about-history .countries p:nth-child(2) {
    top: 120px;
    left: 25px
}

.about-history .countries p:nth-child(3) {
    top: 230px;
    left: 200px
}

.about-history .countries p:nth-child(4) {
    top: 92px;
    left: 326px
}

.about-history .countries p:nth-child(5) {
    top: 172px;
    left: 535px
}

.about-history .countries p:nth-child(6) {
    top: 14px;
    left: 696px
}

.about-history .countries p:nth-child(7) {
    top: 154px;
    left: 866px
}

.about-history .countries p em {
    display: block;
    font-size: 24px;
    line-height: 33px;
    color: #333;
    font-weight: 700;
    padding-bottom: 16px
}

.about-history .countries p span {
    font-size: 16px;
    line-height: 22px;
    color: #666
}

.about-quality {
    background: #f7f8fa;
    color: #000;
    padding-bottom: 80px
}

.about-quality .box-icon {
    width: 1200px;
    margin: 46px auto 40px;
    position: absolute;
    top: -197px;
    left: 0;
    right: 0;
    text-align: center
}

.about-quality .box-icon .bar {
    position: static
}

.about-quality .box-icon .swiper-wrapper {
    font-size: 0
}

.about-quality .box-icon .swiper-wrapper .swiper-slide {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 0 18px;
    text-align: center;
    cursor: pointer;
    height: auto;
    border-radius: initial;
    border: none
}

.about-quality .box-icon .swiper-wrapper .swiper-slide span {
    display: inline-block;
    box-sizing: border-box !important;
}

.about-quality .box-icon .swiper-wrapper .swiper-slide span i {
    font-size: 44px;
    border: 2px solid #333;
    border-radius: 50%;
    padding: 10px;
    height: 69px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block
}

.about-quality .box-icon .swiper-wrapper .swiper-slide p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #666;
    padding-top: 20px
}

.about-quality .box-icon .swiper-wrapper .swiper-slide:hover {
    color: #ec7612
}

.about-quality .box-icon .swiper-wrapper .swiper-slide:hover span i {
    border: 2px solid #ff6e26
}

.about-quality .box-icon .swiper-wrapper .swiper-slide:hover p {
    color: #ff6e26
}

.about-quality .box-icon .swiper-wrapper .active-nav {
    color: #ec7612;
    background: none !important;
    border: none !important
}

.about-quality .box-icon .swiper-container .swiper-wrapper .active-nav i {
    border: 2px solid #ec7612;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer
}

.about-quality .box-icon .swiper-wrapper .active-nav p {
    font-weight: 700;
    color: #ec7612
}

.about-quality .box-bg {
    height: 400px;
    background: #fa0
}

.about-quality li {
    position: relative
}

.about-quality li .box-mid {
    font-size: 0;
    margin: 0 auto;
    width: 1200px
}

.about-quality .quality1-left {
    width: 600px;
    height: 400px;
    display: inline-block;
    vertical-align: top;
    margin-left: 64px;
}

.about-quality .quality1-left .img {
    width: 600px;
    height: 400px;
    background: url(about2109_roll01.jpg) no-repeat 50%
}

.about-quality .quality1-right {
    width: 600px;
    height: 400px;
    display: inline-block;
    vertical-align: top;
    background: #ff6e26
}

.about-quality .quality1-right .text p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 131px 33px 33px
}

.about-quality .quality1-right .text p em {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    display: block
}

.about-quality .quality1-right .text p span {
    padding-top: 40px;
    display: block
}

.about-quality .quality2-left {
    width: 600px;
    height: 400px;
    display: inline-block;
    vertical-align: top;
    padding-left: 64px
}

.about-quality .quality2-left .img {
    width: 600px;
    height: 400px;
    background: url(about2109_roll02.jpg) no-repeat 50%;
    position: relative
}

.about-quality .quality2-left .img p {
    position: absolute;
    color: #fff;
    font-size: 24px;
    line-height: 43px;
    width: 190px;
    margin: 0 auto;
    text-align: center
}

.about-quality .quality2-left .img p em {
    font-size: 32px;
    font-weight: 700
}

.about-quality .quality2-left .img p:first-child {
    left: 0;
    right: 0;
    top: 66px
}

.about-quality .quality2-left .img p:last-child {
    left: 0;
    right: 0;
    top: 249px
}

.about-quality .quality2-right {
    width: 600px;
    height: 400px;
    display: inline-block;
    vertical-align: top;
    background: #ff6e26;
    box-sizing: content-box !important;
}

.about-quality .quality2-right .text p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 131px 13px 33px 73px;
    /* box-sizing: unset; */
}

.about-quality .quality2-right .text p em {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    display: block
}

.about-quality .quality2-right .text p span {
    padding-top: 40px;
    display: block
}

.about-quality .quality3-left {
    width: 600px;
    height: 400px;
    display: inline-block;
    vertical-align: top;
    margin-left: 64px;
}

.about-quality .quality3-left .img {
    width: 600px;
    height: 400px;
    background: url(about2109_roll03.jpg?v=2495d57) no-repeat 50%;
}

.about-quality .quality3-right {
    width: 600px;
    height: 400px;
    display: inline-block;
    vertical-align: top;
    background: #ff6e26;
    box-sizing: content-box;
}

.about-quality .quality3-right .method-of-payment {
    width: 435px;
    padding: 10px 10px 13px 64px;
    background: rgba(245, 246, 248, .8);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 40px 0 0 125px
}

.about-quality .quality3-right .method-of-payment:after {
    content: "";
    position: absolute;
    left: 22px;
    top: 141px;
    border: 35px solid rgba(0, 0, 0, 0);
    border-top: none;
    border-left: 35px solid rgba(245, 246, 248, .8)
}

.about-quality .quality3-right .method-of-payment ul p {
    font-size: 16px;
    line-height: 22px;
    color: #ff4633;
    padding-bottom: 10px
}

.about-quality .quality3-right .method-of-payment ul li {
    font-size: 0;
    width: 371px;
    float: none;
    /* box-sizing: inherit !important; */
}

.about-quality .quality3-right .method-of-payment ul li span {
    display: inline-block;
    vertical-align: top;
    height: 18px;
    margin-right: 45px
}

.about-quality .quality3-right .method-of-payment .in-payment {
    padding-bottom: 18px
}

.about-quality .quality3-right .method-of-payment .in-payment li span:first-child {
    width: 75px;
    height: 18px;
    background: url(about2109_sprite.png) no-repeat 0 0
}

.about-quality .quality3-right .method-of-payment .in-payment li span:nth-child(2) {
    width: 24px;
    height: 18px;
    background: url(about2109_sprite.png) no-repeat -75px 0
}

.about-quality .quality3-right .method-of-payment .in-payment li span:nth-child(3) {
    width: 56px;
    height: 18px;
    background: url(about2109_sprite.png) no-repeat -99px 0
}

.about-quality .quality3-right .method-of-payment .in-payment li span:nth-child(4) {
    width: 18px;
    height: 18px;
    background: url(about2109_sprite.png) no-repeat -156px 0
}
.about-quality .quality3-right .method-of-payment .bg-wallet {
    position: relative;
}
.about-quality .quality3-right .method-of-payment .bg-wallet li span:first-child {
    width: 76px;
    height: 18px;
    background: url(about2109_sprite.png) no-repeat -173px 0
}
.about-quality .quality3-right .method-of-payment .bg-wallet li span:nth-child(2){
    position: absolute;
    top: -25px;
    left: 148px;
    width: 35px;
    height: 35px;
    background: url(usdt.png) no-repeat 0 0;
    background-size: 100%;
}
.about-quality .quality3-right .method-of-payment .bg-wallet li span:nth-child(3){
    position: absolute;
    top: -25px;
    left: 208px;
    width: 35px;
    height: 35px;
    background: url(btc.png) no-repeat 0 0;
    background-size: 100%;
}
.about-quality .quality3-right .method-of-payment .bg-wallet li span:nth-child(4){
    position: absolute;
    top: -25px;
    left: 268px;
    width: 35px;
    height: 35px;
    background: url(etc.png) no-repeat 0 0;
    background-size: 100%;
}
.about-quality .quality3-right .text p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 30px 33px 33px
}

.about-quality .quality3-right .text p em {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    display: block
}

.about-quality .quality3-right .text p span {
    padding-top: 40px;
    display: block
}

.about-quality .quality4-left {
    width: 600px;
    height: 400px;
    display: inline-block;
    vertical-align: top;
    margin-left: 64px;
}

.about-quality .quality4-left .img {
    width: 600px;
    height: 400px;
    background: url(about2109_roll04.jpg?v=caab15a) no-repeat 50%
}

.about-quality .quality4-left .img ul {
    font-size: 0;
    float: none;
    width: 600px;
    padding: 136px 0 0 64px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.about-quality .quality4-left .img ul li {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: auto;
    color: #ff6e26
}

.about-quality .quality4-left .img ul li:first-child span {
    width: 66px;
    height: 66px;
    background: url(about2109_sprite.png) no-repeat 0 -18px;
    margin-right: 18px
}

.about-quality .quality4-left .img ul li em {
    font-size: 48px;
    font-weight: 700
}

.about-quality .quality4-left .img ul li span {
    display: block;
    font-size: 16px;
    line-height: 22px;
    width: 200px
}

.about-quality .quality4-right {
    width: 600px;
    height: 400px;
    display: inline-block;
    vertical-align: top;
    background: #ff6e26
}

.about-quality .quality4-right .customer-service {
    width: 435px;
    padding: 30px 10px 20px;
    background: rgba(245, 246, 248, .8);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 40px 0 0 125px
}

.about-quality .quality4-right .customer-service:after {
    content: "";
    position: absolute;
    left: 22px;
    top: 140px;
    border: 35px solid rgba(0, 0, 0, 0);
    border-top: none;
    border-left: 35px solid rgba(245, 246, 248, .8)
}

.about-quality .quality4-right .customer-service ul {
    font-size: 0
}

.about-quality .quality4-right .customer-service ul li {
    display: inline-block;
    vertical-align: top;
    width: 128px;
    margin: 0 5px;
    text-align: center;
    float: none;
    white-space: nowrap;
    overflow: hidden
}

.about-quality .quality4-right .customer-service ul li span {
    display: inline-block;
    height: 48px
}

.about-quality .quality4-right .customer-service ul li p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #ff6e26;
    padding-top: 20px
}

.about-quality .quality4-right .customer-service ul li:first-child span {
    width: 59px;
    background: url(about2109_sprite.png) no-repeat -66px -18px
}

.about-quality .quality4-right .customer-service ul li:nth-child(2) span {
    width: 51px;
    background: url(about2109_sprite.png) no-repeat -125px -18px
}

.about-quality .quality4-right .customer-service ul li:nth-child(3) span {
    width: 42px;
    background: url(about2109_sprite.png) no-repeat -176px -18px
}

.about-quality .quality4-right .text p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 30px 33px 33px
}

.about-quality .quality4-right .text p em {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    display: block
}

.about-quality .quality4-right .text p span {
    padding-top: 40px;
    display: block
}

.about-quality .quality5-left {
    width: 600px;
    height: 400px;
    display: inline-block;
    vertical-align: top;
    margin-left: 64px;
}

.about-quality .quality5-left .img {
    width: 600px;
    height: 400px;
    background: url(about2109_roll05.jpg) no-repeat 50%
}

.about-quality .quality5-right {
    width: 600px;
    height: 400px;
    display: inline-block;
    vertical-align: top;
    background: #ff6e26
}

.about-quality .quality5-right .user-insight {
    width: 435px;
    padding: 36px 40px;
    background: rgba(245, 246, 248, .8);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 40px 0 0 125px;
    height: 148px
}

.about-quality .quality5-right .user-insight:after {
    content: "";
    position: absolute;
    left: 22px;
    top: 148px;
    border: 35px solid rgba(0, 0, 0, 0);
    border-top: none;
    border-left: 35px solid rgba(245, 246, 248, .8)
}

.about-quality .quality5-right .user-insight p {
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
    color: #ff6e26
}

.about-quality .quality5-right .text p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 30px 33px 33px
}

.about-quality .quality5-right .text p em {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    display: block
}

.about-quality .quality5-right .text p span {
    padding-top: 40px;
    display: block
}

.focus-slide {
    position: relative;
    width: 1328px;
    height: 400px;
    margin: 203px auto 0
}

.focus-slide .listWrap {
    position: relative;
    height: 100%;
    overflow: hidden
}

.focus-slide .list {
    position: absolute;
    min-width: 2000%;
    height: 100%
}

.focus-slide .list.fade {
    min-width: 100%
}

.focus-slide .list.fade li {
    position: absolute;
    left: 0;
    float: none
}

.focus-slide .list li {
    float: left;
    height: 100%;
    width: 1328px;
    font-size: 0
}

.focus-slide .list li a {
    display: block;
    height: 100%;
    font-size: 14px;
    color: #333
}

.focus-slide .list li img {
    width: 100%
}

.focus-slide .bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0;
    text-align: center
}

.focus-slide .bar li {
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin: 0 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

.focus-slide .bar li.focus {
    background: #ec7612;
    border: 2px solid #ec7612;
    -webkit-transition: all .3s;
    transition: all .3s
}

.focus-slide .dir .next,
.focus-slide .dir .prev {
    position: absolute;
    top: 44%;
    width: 36px;
    height: 72px;
    line-height: 72px;
    margin-top: -10px;
    text-align: center;
    color: #fff;
    cursor: pointer
}

.focus-slide .dir .next i,
.focus-slide .dir .prev i {
    font-size: 46px
}

.focus-slide .dir .next.arrow-disable,
.focus-slide .dir .prev.arrow-disable {
    cursor: not-allowed;
    color: hsla(0, 0%, 100%, .4)
}

.focus-slide .dir .prev {
    left: 0
}

.focus-slide .dir .next {
    right: 0
}

.about-footprint {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 110px;
    background: url(about2109_map.png) no-repeat center 76px;
    background-color: #f7f8fa;
    height: 389px
}

.about-footprint .desc {
    max-width: 1200px;
    font-size: 16px;
    line-height: 26px;
    margin: 26px auto 0;
    color: #666;
    text-align: left
}

.about-footprint .desc p {
    padding-top: 20px;
    text-align: center
}

.about-footprint .desc .country {
    padding-top: 52px
}

.about-footprint .desc .country ul {
    font-size: 0;
    padding-bottom: 28px
}

.about-footprint .desc .country ul li {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    color: #666
}

.about-footprint .desc .country ul li a span {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 18px
}

.about-footprint .desc .country ul li a em {
    font-size: 16px;
    line-height: 22px;
    vertical-align: middle;
    padding-left: 10px
}

.about-footprint .desc .country ul li a:hover {
    color: #ff6e26
}

.about-footprint .desc .country .line-1 li:first-child span {
    background: url(about2109_sprite.png) no-repeat 0 -85px
}

.about-footprint .desc .country .line-1 li:nth-child(2) span {
    background: url(about2109_sprite.png) no-repeat -28px -85px
}

.about-footprint .desc .country .line-1 li:nth-child(3) span {
    background: url(about2109_sprite.png) no-repeat -56px -85px
}

.about-footprint .desc .country .line-1 li:nth-child(4) span {
    background: url(about2109_sprite.png) no-repeat -84px -85px
}

.about-footprint .desc .country .line-1 li:nth-child(5) span {
    background: url(about2109_sprite.png) no-repeat -112px -85px
}

.about-footprint .desc .country .line-1 li:nth-child(6) span {
    background: url(about2109_sprite.png) no-repeat -140px -85px
}

.about-footprint .desc .country .line-1 li:nth-child(7) span {
    background: url(about2109_sprite.png) no-repeat -168px -85px
}

.about-footprint .desc .country .line-1 li:nth-child(8) span {
    background: url(about2109_sprite.png) no-repeat -196px -85px
}

.about-footprint .desc .country .line-2 li:first-child span {
    background: url(about2109_sprite.png) no-repeat 0 -104px
}

.about-footprint .desc .country .line-2 li:nth-child(2) span {
    background: url(about2109_sprite.png) no-repeat -28px -104px
}

.about-footprint .desc .country .line-2 li:nth-child(3) span {
    background: url(about2109_sprite.png) no-repeat -56px -104px
}

.about-footprint .desc .country .line-2 li:nth-child(4) span {
    background: url(about2109_sprite.png) no-repeat -84px -104px
}

.about-footprint .desc .country .line-2 li:nth-child(5) span {
    background: url(about2109_sprite.png) no-repeat -112px -104px
}

.about-footprint .desc .country .line-2 li:nth-child(6) span {
    background: url(about2109_sprite.png) no-repeat -140px -104px
}

.about-footprint .desc .country .line-2 li:nth-child(7) span {
    background: url(about2109_sprite.png) no-repeat -168px -104px
}

.about-footprint .desc .country .line-2 li:nth-child(8) span {
    background: url(about2109_sprite.png) no-repeat -196px -104px
}

.about-footprint .desc .country .line-3 {
    width: 1200px;
    margin: 0 auto
}

.about-footprint .desc .country .line-3 li:first-child span {
    background: url(about2109_sprite.png) no-repeat -28px -123px
}

.about-footprint .desc .country .line-3 li:nth-child(2) span {
    background: url(about2109_sprite.png) no-repeat -56px -123px
}

.about-footprint .desc .country .line-3 li:nth-child(3) span {
    background: url(about2109_sprite.png) no-repeat -84px -123px
}

.about-footprint .desc .country .line-3 li:nth-child(4) span {
    background: url(about2109_sprite.png) no-repeat -112px -123px
}

.about-footprint .desc .country .line-3 li:nth-child(5) span {
    background: url(about2109_sprite.png) no-repeat -140px -123px
}

.about-footprint .desc .country .line-3 li:nth-child(6) span {
    background: url(about2109_sprite.png) no-repeat -168px -123px
}
.about-footprint .desc .country .line-3 li:nth-child(7) span {
    background: url(kr.png) no-repeat center center;
    background-size: 100%;
}

.about-mission-vision {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 80px;
    background-color: #f7f8fa
}

.about-mission-vision .desc {
    max-width: 1200px;
    font-size: 0;
    line-height: 26px;
    margin: 46px auto 0;
    color: #fff;
    text-align: center
}

.about-mission-vision .desc .left {
    background: url(about2109_mission.jpg) no-repeat 50%;
    margin-right: 10px
}

.about-mission-vision .desc .right {
    background: url(about2109_vision.jpg) no-repeat 50%
}

.about-mission-vision .desc ul {
    width: 595px;
    height: 400px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px
}

.about-mission-vision .desc ul li {
    border: 2px solid #979797;
    margin: 80px 40px;
    padding: 40px 40px 0;
    height: 240px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.about-mission-vision .desc ul li p em {
    font-size: 32px;
    line-height: 43px;
    color: #fff;
    display: block;
    font-weight: 700;
    padding-bottom: 40px
}

.about-meet-our-team {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 100px;
    background-color: #f7f8fa;
    height: 582px
}

.about-meet-our-team .bg {
    background: #ebedf2;
    height: 400px
}

.about-meet-our-team .desc {
    max-width: 1200px;
    font-size: 0;
    line-height: 26px;
    margin: 46px auto 0;
    color: #fff;
    text-align: left;
    position: relative
}

.about-meet-our-team .desc .left {
    width: 636px;
    height: 358px;
    background: #ff6e26;
    position: absolute;
    top: 21px;
    left: 0;
    z-index: 1
}

.about-meet-our-team .desc .right {
    width: 595px;
    height: 400px;
    background: url(about2109_meet.jpg?v=00f7177) no-repeat 50%;
    position: absolute;
    right: 0
}

.about-meet-our-team .desc ul {
    display: inline-block;
    vertical-align: top;
    font-size: 16px
}

.about-meet-our-team .desc ul li {
    margin: 40px 80px
}

.about-meet-our-team .desc ul li p {
    font-size: 24px;
    line-height: 33px;
    position: relative;
    z-index: 2;
    color: #fff
}

.about-meet-our-team .desc ul li p em {
    font-size: 60px;
    line-height: 82px;
    display: block;
    font-weight: 700;
    text-transform: uppercase
}

.about-meet-our-team .desc ul li .bg-text {
    position: absolute;
    left: 86px;
    top: 45px;
    color: #ff6e26;
    z-index: 1;
    text-shadow: 0 0 2px #fff
}

.about-meet-our-team .desc ul li .learn-more {
    padding-top: 73px
}

.about-meet-our-team .desc ul li .learn-more a {
    color: #fff
}

.about-meet-our-team .desc ul li .learn-more a:hover {
    text-decoration: underline
}

.about-meet-our-team .desc ul li .learn-more i {
    font-size: 15px
}

.about-us {
    display: block
}

@media (max-width:1024px) {
    
}
