.channels {
  overflow: hidden;
  position: relative
}

.channels .channel-container {
  padding-top: 300px;
  padding-bottom: 72px;
  border-color: rgba(237, 240, 250, .08);
  position: relative
}

.channels .channel-container::before {
  content: '';
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  background: #edf0fa;
  height: 100px
}

.channels .channel-container::after {
  content: '';
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
  background: #edf0fa;
  height: 21px
}

@media (max-width:767.98px) {
  .channels .channel-container {
    padding-top: 88px;
    padding-bottom: 0
  }
}

.channels .country-panel {
  width: 54%;
  margin-top: 72px;
  background: rgba(17, 39, 69, .85);
  -webkit-box-shadow: 0 10px 24px -5px rgba(0, 0, 0, .15), 0 0 5px -1px rgba(0, 0, 0, .2);
  box-shadow: 0 10px 24px -5px rgba(0, 0, 0, .15), 0 0 5px -1px rgba(0, 0, 0, .2);
  border: 1px solid rgba(255, 255, 255, .04);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 10
}

@media (max-width:767.98px) {
  .channels .country-panel {
    width: 100%;
    margin-top: 40px
  }
}

.channels .country-panel .current-country-title {
  display: none
}

@media (max-width:767.98px) {
  .channels .country-panel .current-country-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    padding: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .07)
  }

  .channels .country-panel .current-country-title i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 22px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
  }
}

.channels .country-panel .scroll-nav {
  width: 172px;
  border-right: 1px solid rgba(255, 255, 255, .07);
  padding: 16px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative
}

.channels .country-panel .scroll-nav .item {
  padding: 0 16px;
  color: #fff;
  text-align: center;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden
}

.channels .country-panel .scroll-nav .line {
  position: absolute;
  right: -1px;
  top: 8px;
  width: 3px;
  height: 96px;
  background: #fff;
  -webkit-transition: top .4s ease;
  transition: top .4s ease
}

@media (max-width:767.98px) {
  .channels .country-panel .scroll-nav .line {
    display: none
  }
}

@media (max-width:767.98px) {
  .channels .country-panel .scroll-nav {
    width: 100%;
    display: none;
    border-right: none;
    position: absolute;
    background: rgba(17, 39, 69, .9);
    padding: 0
  }

  .channels .country-panel .scroll-nav .item {
    height: auto;
    display: block;
    text-align: left;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .07)
  }
}

.channels .country-panel .country-icons {
  float: left;
  width: calc(100% - 172px);
  padding: 16px 16px 16px 52px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden
}

.channels .country-panel .country-icons .item {
  display: none;
  overflow: hidden
}

.channels .country-panel .country-icons .item.active {
  display: block
}

.channels .country-panel .country-icons .item .item-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 8px 0 16px;
  height: 72px;
  float: left;
  width: 43%;
  cursor: default
}

.channels .country-panel .country-icons .item .item-group:hover {
  background: rgba(255, 255, 255, .06)
}

.channels .country-panel .country-icons .item .item-group .icon {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px
}

.channels .country-panel .country-icons .item .item-group .icon img {
  width: 100%;
  height: 100%
}

.channels .country-panel .country-icons .item .item-group .name {
  color: #fff;
  margin-left: 8px
}

@media (max-width:767.98px) {
  .channels .country-panel .country-icons {
    width: 100%;
    padding: 16px;
    min-height: 400px
  }

  .channels .country-panel .country-icons .item .item-group {
    width: 40%
  }
}

.channels .country-nav {
  width: 54%;
  margin-top: 72px
}

.channels .country-nav .pub-tab-nav {
  background: #112745;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .04);
  border-bottom: none
}

.channels .country-nav .pub-tab-nav::before {
  border-color: rgba(237, 240, 250, .08)
}

.channels .country-nav .pub-tab-nav .item {
  color: rgba(255, 255, 255, .5)
}

.channels .country-nav .pub-tab-nav .item.active {
  color: #fff
}

.channels .country-nav .pub-tab-nav .line {
  background-color: #fff
}

@media (max-width:767.98px) {
  .channels .country-nav {
    margin-top: 40px;
    width: 100%
  }
}

.channels h2 {
  color: #fff;
  position: relative;
  z-index: 1;
  max-width: 900px
}

.channels .country-con {
  position: relative
}

.channels .country-con .country {
  width: 54%;
  background: rgba(17, 39, 69, .85);
  -webkit-box-shadow: 0 10px 24px -5px rgba(0, 0, 0, .15), 0 0 5px -1px rgba(0, 0, 0, .2);
  box-shadow: 0 10px 24px -5px rgba(0, 0, 0, .15), 0 0 5px -1px rgba(0, 0, 0, .2);
  border: 1px solid rgba(255, 255, 255, .04);
  border-top: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 423px;
  position: relative;
  z-index: 1
}

@media (max-width:767.98px) {
  .channels .country-con .country {
    width: 100%;
    height: 384px
  }
}

.channels .country-con .pub-tab-con {
  overflow: hidden
}

.channels .country-con .pub-tab-con .item {
  display: none;
  overflow: hidden;
  padding-top: 47px;
  padding-bottom: 55px
}

@media (max-width:767.98px) {
  .channels .country-con .pub-tab-con .item {
    padding-top: 23px;
    padding-bottom: 23px
  }
}

.channels .country-con .pub-tab-con .item.active {
  display: block
}

.channels .country-con .pub-tab-con .item .item-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #0d2240;
  float: left;
  color: #fff;
  width: 33.33%;
  margin-top: 8px;
  padding: 20px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  -webkit-transition: background .3s ease;
  transition: background .3s ease
}

.channels .country-con .pub-tab-con .item .item-group .icon {
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  margin-right: 10px
}

.channels .country-con .pub-tab-con .item .item-group .icon img {
  width: 100%;
  height: 100%
}

.channels .country-con .pub-tab-con .item .item-group:hover {
  background: rgba(255, 255, 255, .06)
}

@media (max-width:767.98px) {
  .channels .country-con .pub-tab-con .item .item-group {
    width: 50%;
    padding: 8px
  }
}

.channels .globe {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: 0;
  cursor: move
}

@media (max-width:767.98px) {
  .channels .globe {
    display: none
  }
}

.channels-bg {
  position: absolute;
  top: 1468px;
  left: 0;
  right: 0;
  height: 1326px;
  z-index: -2;
  overflow: hidden
}

@media (max-width:767.98px) {
  .channels-bg {
    top: 1460px;
    height: 810px
  }
}

.channels-bg i:nth-child(1) {
  position: absolute;
  z-index: -1;
  top: 260px;
  left: 50%;
  margin-left: -1530px;
  width: 3000px;
  height: 3000px;
  background: #0d2240;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg)
}

.channels-bg i:nth-child(2) {
  content: '';
  position: absolute;
  top: 207px;
  left: 50%;
  height: 125px;
  width: 424px;
  margin-left: -1023px;
  background: #ff9b43;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg)
}

.channels-bg i:nth-child(3) {
  content: '';
  position: absolute;
  top: 232px;
  left: 50%;
  height: 200px;
  width: 800px;
  margin-left: -1023px;
  background: #0c71ff;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
  z-index: -2
}

@media (max-width:767.98px) {
  .channels-bg i:nth-child(1) {
    top: 50px
  }

  .channels-bg i:nth-child(2) {
    top: 60px;
    margin-left: -477px;
    height: 50px;
    left: 0;
    width: 500px
  }

  .channels-bg i:nth-child(3) {
    top: 97px;
    left: 50%;
    height: 50px;
    width: 1000px;
    margin-left: -1000px
  }
}

.common-banner .container .gif {
  right: 178px
}

.spec-en .common-banner .container .follow {
  width: 43%
}

@media (max-width:767.98px) {
  .spec-en .common-banner .container .follow {
    width: 90%
  }
}

@media (max-width:767.98px) {
  .common-banner .banner-layer div:nth-child(1)::before {
    height: 1184px
  }

  .common-banner .container .gif {
    bottom: -52px
  }

  .common-banner .people {
    bottom: -111px
  }
}

@media (max-width:767.98px) {
  .global-banner {
    height: 661px
  }
}

.payments-service .pd_space {
  padding: 188px 0 80px;
  overflow: hidden
}

.payments-service h2 {
  margin-left: 0;
  padding: 0 16px
}

.payments-service .rows {
  margin-top: 40px;
  width: 100%
}

.payments-service .rows .item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 16px;
  padding: 16px
}

.payments-service .rows .item .item-content {
  border: 1px solid #edf0fa;
  min-height: 160px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-sizing: border-box
}

.payments-service .rows .item .item-content .icon {
  width: 56px;
  height: 56px;
  float: left
}

.payments-service .rows .item .item-content .icon img {
  width: 100%;
  height: 100%
}

.payments-service .rows .item .item-content .inc {
  float: left;
  margin-left: 24px;
  width: calc(100% - 80px);
  min-height: 120px
}

.spec-en .payments-service .rows .item .item-content .inc {
  min-height: 160px
}

.payments-service .rows .item .item-content .inc p {
  margin-top: 8px
}

.payments-service .rows .item .item-content .inc a {
  display: block;
  color: #0c71ff;
  margin-top: 10px
}

.payments-service .rows .item .item-content .img_none {
  display: none
}

@media (min-width:767.98px) {
  .payments-service .rows .item .item-content:hover {
    background: #00c352;
    border-color: #00c352;
    -webkit-box-shadow: 0 55px 110px -22px rgba(0, 0, 0, .1), 0 33px 66px -13px rgba(0, 0, 0, .1), 0 11px 30px -6px rgba(0, 0, 0, .1), 0 2px 13px -2px rgba(0, 0, 0, .1), 0 0 6px -1px rgba(0, 0, 0, .1);
    box-shadow: 0 55px 110px -22px rgba(0, 0, 0, .1), 0 33px 66px -13px rgba(0, 0, 0, .1), 0 11px 30px -6px rgba(0, 0, 0, .1), 0 2px 13px -2px rgba(0, 0, 0, .1), 0 0 6px -1px rgba(0, 0, 0, .1)
  }

  .payments-service .rows .item .item-content:hover h4,
  .payments-service .rows .item .item-content:hover p {
    color: #fff
  }

  .payments-service .rows .item .item-content:hover .img_show {
    display: none
  }

  .payments-service .rows .item .item-content:hover .img_none {
    display: block
  }
}

@media (max-width:767.98px) {
  .payments-service .pd_space {
    padding: 72px 16px 40px
  }

  .payments-service .pd_space h2 {
    padding: 0
  }

  .payments-service .pd_space .rows .item {
    padding: 0
  }

  .payments-service .pd_space .rows .item .item-content {
    min-height: 100%;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
  }

  .payments-service .pd_space .rows .item .item-content .icon {
    width: 40px;
    height: 40px
  }

  .payments-service .pd_space .rows .item .item-content .inc {
    width: calc(100% - 68px);
    padding-bottom: 24px;
    border-bottom: 1px solid #edf0fa;
    min-height: auto
  }

  .payments-service .pd_space .rows .item:last-child .item-content .inc {
    border: none
  }
}

.channels .channel-container {
  padding-top: 386px;
  padding-bottom: 260px
}

.channels .channel-container::before {
  height: 132px
}

.channels .channel-container::after {
  height: 109px
}

@media (max-width:767.98px) {
  .channels .channel-container {
    padding-top: 108px;
    padding-bottom: 70px
  }
}

.channels .country-con .country {
  height: 264px
}

@media (max-width:767.98px) {
  .channels .country-con .country {
    height: 311px
  }
}

@media (max-width:767.98px) {
  .channels .map {
    height: 1085px;
    top: -350px
  }
}

.channels .map .item span.active::after {
  background-image: url(/assets/images/payment/map/address-green.png)
}

.channels .map .east {
  background-image: url(/assets/images/payment/map/d_east.png);
  height: 1122px
}

.channels .map .east span.egypt {
  top: 634px;
  left: 363px
}

.channels .map .east span.morocco {
  top: 602px;
  left: 66px
}

.channels .globe {
  top: 100px
}

@media (max-width:767.98px) {
  .channels .country-panel .country-icons {
    min-height: 286px
  }
}

.channels-bg {
  background: #fafBFFFF;
  top: 2364px
}

.channels-bg i:nth-child(2) {
  background: #00c352
}

.channels-bg i:nth-child(3) {
  background: #ffc438
}

.spec-en .channels-bg {
  top: 2426px
}

@media (max-width:767.98px) {
  .spec-en .channels-bg {
    top: 2542px
  }
}

@media (max-width:376px) {
  .spec-en .channels-bg {
    top: 2542px
  }
}

@media (max-width:321px) {
  .spec-en .channels-bg {
    top: 2730px
  }
}

@media (max-width:767.98px) {
  .spec-cn .channels-bg {
    top: 2344px;
    height: 690px
  }
}

@media (max-width:767.98px) and (max-width:376px) {
  .spec-cn .channels-bg {
    top: 2400px
  }
}

@media (max-width:767.98px) and (max-width:321px) {
  .spec-cn .channels-bg {
    top: 2468px
  }
}

.payments_plan {
  background: #fafBFFFF
}

.payments_plan .pd {
  padding: 120px 0 20px;
  overflow: hidden
}

.payments_plan h2 {
  margin-left: 0;
  padding: 0 16px
}

.payments_plan .rows {
  margin-top: 56px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.payments_plan .rows .item {
  padding: 16px
}

.payments_plan .rows .item .item-content {
  text-align: center;
  -webkit-box-shadow: 0 10px 24px -5px rgba(0, 0, 0, .15), 0 0 5px -1px rgba(0, 0, 0, .2);
  box-shadow: 0 10px 24px -5px rgba(0, 0, 0, .15), 0 0 5px -1px rgba(0, 0, 0, .2)
}

.payments_plan .rows .item .item-content .content {
  height: 172px;
  padding: 8px 24px;
  border-radius: 4px 4px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.payments_plan .rows .item .item-content .desc_0 {
  background: #00c352FF
}

.payments_plan .rows .item .item-content .desc_1 {
  background: #0c71FFFF
}

.payments_plan .rows .item .item-content h5,
.payments_plan .rows .item .item-content p {
  color: #fff
}

.payments_plan .rows .item .item-content p {
  margin-top: 16px
}

.payments_plan .rows .item .item-content .pub-p16 {
  margin-top: 8px
}

.payments_plan .rows .item .item-content .pay-plan_img {
  height: 308px;
  border-radius: 0 0 4px 4px;
  overflow: hidden
}

.payments_plan .rows .item .item-content img {
  width: 100%;
  height: 100%
}

@media (max-width:767.98px) {
  .payments_plan .pd {
    padding: 48px 0 24px
  }

  .payments_plan .pd .rows {
    margin-top: 24px
  }

  .payments_plan .pd .rows .item {
    padding: 16px
  }

  .payments_plan .pd .rows .item .item-content {
    -webkit-box-shadow: 0 6px 14px -3px rgba(0, 0, 0, .15), 0 0 3px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 6px 14px -3px rgba(0, 0, 0, .15), 0 0 3px -1px rgba(0, 0, 0, .2)
  }

  .payments_plan .pd .rows .item .item-content .content {
    min-height: 190px
  }

  .payments_plan .pd .rows .item .item-content .pay-plan_img {
    height: 186px
  }
}

.pay-step {
  background: #fafbff;
  overflow: hidden
}

.pay-step .container {
  padding-bottom: 100px
}

.pay-step .pub-tab-nav {
  margin-top: 59px
}

@media (max-width:767.98px) {
  .pay-step .pub-tab-nav {
    margin-top: 24px
  }
}

.pay-step .pub-tab-con {
  overflow: hidden
}

.pay-step .pub-tab-con .container {
  padding-bottom: 80px
}

.pay-step .pub-tab-con .item {
  margin-top: 70px;
  padding-left: 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none
}

@media (max-width:767.98px) {
  .pay-step .pub-tab-con .item {
    margin-top: 24px
  }
}

.pay-step .pub-tab-con .item.active {
  display: block
}

.pay-step .pub-tab-con .item ul {
  margin-top: 32px
}

.pay-step .pub-tab-con .item ul li {
  height: 24px;
  line-height: 24px;
  position: relative;
  padding-left: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 48px
}

.pay-step .pub-tab-con .item ul li:last-child {
  margin-bottom: 0
}

.pay-step .pub-tab-con .item ul li::after {
  content: '';
  position: absolute;
  width: 0;
  bottom: -48px;
  left: 11px;
  height: 48px;
  border-right: 1px dashed #00c352
}

.pay-step .pub-tab-con .item ul li::before {
  content: '1';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #00c352;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  font-size: 12px
}

.pay-step .pub-tab-con .item ul li:nth-child(2)::before {
  content: '2'
}

.pay-step .pub-tab-con .item ul li:nth-child(3)::before {
  content: '3'
}

.pay-step .pub-tab-con .item ul li:nth-child(4)::before {
  content: '4'
}

.payment-process {
  background: #fafbff
}

.payment-process .container {
  padding-left: 16px;
  padding-right: 16px;
  border: none
}

.payment-process .container h2 {
  padding-left: 0;
  margin: 0
}

.payment-process .container .row-container {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.spec-en .payment-process .container .row-container .item {
  min-height: 296px
}

.payment-process .container .row-container .item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.payment-process .container .row-container .item .content .step_img {
  width: 240px;
  height: 240px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top
}

.payment-process .container .row-container .step_bar {
  margin: -32px 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.payment-process .container .row-container .step_bar .triange {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid rgba(0, 195, 82, .3);
  border-bottom: 8px solid transparent;
  margin: 0 2px
}

.payment-process .container .row-container .step_bar:last-child {
  display: none
}

@media (max-width:767.98px) {
  .payment-process .container {
    padding: 40px 16px
  }

  .payment-process .container .row-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0
  }

  .payment-process .container .row-container .item {
    width: 100%
  }

  .payment-process .container .row-container .item .content {
    padding: 0 50px
  }

  .payment-process .container .row-container .item .content .step_img {
    max-width: 240px;
    height: 220px
  }

  .payment-process .container .row-container .item .content .title {
    text-align: center
  }

  .payment-process .container .row-container .step_bar {
    margin: 30px 0 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
}

.question .container {
  overflow: hidden
}

.question .title {
  text-align: center
}

.question .list {
  margin-top: 80px;
  padding: 0 116px;
  overflow: hidden
}

@media (max-width:767.98px) {
  .question .list {
    margin-top: 24px;
    padding: 0
  }
}

.question .list .item {
  border-bottom: 1px solid #f6f6f7;
  overflow: hidden;
  padding: 24px 0
}

@media (max-width:767.98px) {
  .question .list .item {
    padding: 16px 0
  }
}

.question .list .item:last-child {
  border-bottom: none
}

.question .list .item h3 {
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.question .list .item h3 i {
  float: right;
  font-size: 24px;
  color: #adbacc;
  margin-right: 32px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media (max-width:767.98px) {
  .question .list .item h3 i {
    margin-right: 0
  }
}

.question .list .item h3:hover {
  color: #0c71ff
}

.question .list .item h3:hover i {
  color: #0c71ff
}

.question .list .item p {
  margin-top: 10px;
  display: none;
  padding-right: 100px
}

@media (max-width:767.98px) {
  .question .list .item p {
    padding-right: 0
  }
}

.question .list .item:first-child {
  padding-top: 0
}

.footer-contact-us {
  height: 364px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.footer-contact-us::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  background: url(/assets/images/contact/contact-footer.svg) no-repeat center top;
  background-size: 100% 100%;
  width: 2049px;
  height: 364px;
  margin-left: -1024.5px;
  z-index: -1
}

.footer-contact-us .title {
  text-align: center;
  color: #fff
}

.footer-contact-us .btns {
  text-align: center;
  margin-top: 40px
}

.footer-contact-us .btns a {
  margin: 0 12px
}

@media (max-width:767.98px) {
  .footer-contact-us {
    height: 186px
  }

  .footer-contact-us::after {
    background-image: url(/assets/images/contact/contact-footer-h5.svg)
  }

  .footer-contact-us .btns {
    margin-top: 25px
  }

  .footer-contact-us .btns a {
    margin: 0 6px
  }
}