* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  word-break: break-word;
  font-family: 'Visuelt Pro'; 
	zoom: 0.85;
	overflow-x: hidden;
}

@-moz-document url-prefix() {
 html {
    transform: scale(0.85);
    transform-origin: left top;
    width: calc(100% / 0.85);
    height: calc(100% / 0.85);
    }
  }
}

html, body {
  overflow-x: hidden; }

.clear {
  clear: both; }

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-top: 0; }

.form-control:focus {
  box-shadow: none; }

a:hover {
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }

img {
  max-width: 100%;
  border: none;
  height: auto; }

main {
  display: block; }

.height100 {
  height: 100%; }

.image-fit {
  display: block;
  overflow: hidden; }

.image-fit img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.btn {
  line-height: 100%; }

.list-inline {
  letter-spacing: -0.3em; }

.list-inline .item-inline {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block; }

.inline-middle .item-inline {
  vertical-align: middle; }

.relative-section {
  position: relative; }

a {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s; }

.section-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.text-black {
  color: #1D263A; }

.font900 {
  font-weight: 900; }

.font800 {
  font-weight: 800; }

.font700 {
  font-weight: 700; }

.font600 {
  font-weight: 600; }

.font500 {
  font-weight: 500; }

.font400 {
  font-weight: 400; }

.font300 {
  font-weight: 300; }

.animated-delay2 {
  -webkit-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.animated-delay3 {
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.animated-delay4 {
  -webkit-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s; }

.animated-delay5 {
  -webkit-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.animated-delay6 {
  -webkit-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.list-flex {
  display: flex;
  flex-wrap: wrap; }

.flex-center {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flex-three .item-flex {
  width: 33.33%; }

.flex-two .item-flex {
  width: 50%; }

.flex-middle {
  align-items: center;
  -webkit-align-items: center; }

:focus {
  outline: none !important; }

.toogle-menu {
  border: 0 none;
  display: none;
  height: 20px;
  width: 20px;
  z-index: 999;
  cursor: pointer;
  outline: 0;
  float: right;
  background: none;
  position: relative;
  padding: 0;
  margin-left: 20px; }
  .toogle-menu span {
    font-size: 0;
    height: 2px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }
  .toogle-menu span::after, .toogle-menu span::before {
    font-size: 0;
    height: 2px;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    content: ""; }
  .toogle-menu span::after {
    transform: translateY(240%); }
  .toogle-menu span::before {
    transform: translateY(-250%); }
  .toogle-menu.exit {
    position: fixed;
    right: 20px; }
    .toogle-menu.exit span {
      background-color: transparent !important;
      right: 0;
      width: 20px;
      margin: 0 auto; }
      .toogle-menu.exit span::before {
        transform: translateY(0px) rotate(45deg); }
      .toogle-menu.exit span::after {
        transform: translateY(0px) rotate(-45deg); }

.mb-show {
  display: none; }

.link-play {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  text-transform: uppercase; }
  .link-play span {
    height: 76px;
    width: 76px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    margin-left: 40px;
    align-items: center;
    justify-content: center;
    padding-left: 4px; }
  .link-play:hover {
    color: #fff; }

.va-title {
  font-size: 60px;
  line-height: 1.33;
  margin-bottom: 10px; }

.va-sub-title {
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 15px;
  font-weight: 500; }

.container {
  max-width: 1320px;
  padding: 0 20px; }

.va-btn {
  border: 2px solid #D4243E;
  display: inline-block;
  border-radius: 50px;
  padding: 25px 20px 20px;
  min-width: 268px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  color: #F71F3D; }
  .va-btn:hover {
    background: #F71F3D;
    color: #fff; }

.btn-white {
  min-width: 176px;
  padding: 15px 19px 10px;
  border-color: #fff;
  color: #fff; }
  .btn-white:hover {
    background: #fff;
    color: #1C1C23; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.image-zoom:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.image-zoom img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.image-zoom {
  overflow: hidden; }


#header {
  padding: 30px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 99;
  transition: all 0.5s;
  -webkit-transition: all 0.5s; }
  #header.is-sticky-opening {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 0; }
  #header.header-bg {
    background-image: url(../images/header-color.jpg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  #header .hd-bg {
    padding: 0 60px; }

.social {
  padding-left: 7px;
  border-left: 1px solid #fff; }
  .social a {
    margin-left: 20px;
    color: #fff;
    font-size: 24px; }
    .social a:hover {
      color: #F71F3D; }

.menu-main {
  padding-right: 20px; }
  .menu-main ul {
    letter-spacing: -0.3em; }
    .menu-main ul li {
      letter-spacing: 0;
      margin: 0 18.5px;
      display: inline-block; }
      .menu-main ul li a {
        font-size: 18px;
        font-weight: 500;
        color: #fff; }

.home-banner {
  padding-top: 120px;
  height: 120vh; }
  .home-banner .info {
    max-width: 758px;
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translateY(-50%); }
    .home-banner .info h1 {
      margin-bottom: 15px; }
    .home-banner .info p {
      font-size: 40px;
      line-height: 1.325;
      margin-bottom: 21px;
      font-weight: 450; }
  .home-banner .banner-bg {
    position: relative;
    height: 100%; }
    .home-banner .banner-bg .feature {
      position: absolute;
      bottom: 0;
      right: 0; }

.home-consensus {
  padding: 0;
  background-position: right center; 
	margin: 0;	
	}
.home-consensus .feature{
	padding-right: 0;
}
  .home-consensus .info {
    padding-left: calc(50vw - 633.5px);
    color: #fff; }
    .home-consensus .info p {
      color: #fff;
      font-size: 18px;
      line-height: 1.33;
      margin: 0;
      max-width: 480px; }
  .home-consensus .link-play {
    color: #fff; }

.home-developers {
  padding: 0 0;
  position: relative; 
  max-height: 900px
}
  .home-developers:before {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 100px;
    background: #EAEAEF;
    content: ""; }
  .home-developers .info {
    color: #F71F3D;
    margin-top: -198px;
    width: 47%;
    padding-right: 20px;
    position: relative; }
    .home-developers .info p {
      color: #1C1C23;
      font-size: 18px;
      line-height: 1.67;
      margin-bottom: 0; }
  .home-developers .feature {
    width: 53%;
    position: relative; 
	height: 986px;}
.home-developers .feature .feature-it{
	width: 960px;
	height: 100%;
	float: right;
	    max-width: 100%;
	background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}
.mb-hide.feature-it {
  display: none;
}

.home-future {
  background: #EAEAEF;
  padding: 100px 0 29px; 
}
  .home-future .future-title {
    margin-bottom: 19px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .home-future .future-title .va-title {
      color: #F71F3D; }
  .home-future .future-slider {
    padding: 0 10px; }
    .home-future .future-slider .slick-track {
      display: flex; }
    .home-future .future-slider .slider-it {
      margin: 0 10px;
      height: inherit !important; }
      .home-future .future-slider .slider-it .feature {
        height: 451px;
        position: relative; }
        .home-future .future-slider .slider-it .feature:before {
          background-image: url(../images/bg-feature.png);
          background-repeat: no-repeat;
          background-position: center;
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-size: cover; }
        .home-future .future-slider .slider-it .feature .tag {
          font-size: 18px;
          line-height: 1.2;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 21px;
          text-align: center;
          color: #fff;
          font-weight: 500; }
      .home-future .future-slider .slider-it .info {
        background: #F71F3D;
        padding: 0 29px 20px;
        height: calc(100% - 451px); }
        .home-future .future-slider .slider-it .info .box {
          max-width: 505px;
          margin: 0 auto; }
        .home-future .future-slider .slider-it .info .status {
          display: inline-block;
          background: rgba(255, 255, 255, 0.2);
          margin: 0 auto 28px;
          border: 1px solid #fff;
          border-radius: 0 0 20px 20px;
          padding: 9.5px 20px;
          font-size: 20px;
          line-height: 1.2;
          color: #fff;
          font-weight: 500;
          min-width: 228px;
          text-transform: uppercase; }
          .home-future .future-slider .slider-it .info .status span {
            display: inline-block;
            margin-right: 10px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #FF0024;
            border: 1px solid #FF8092; }
        .home-future .future-slider .slider-it .info h3 {
          font-size: 30px;
          font-weight: 500;
          color: #1C1C23;
          margin-bottom: 18px;
          line-height: 1.07; }
          .home-future .future-slider .slider-it .info h3 a {
            color: #1C1C23; }
        .home-future .future-slider .slider-it .info p {
          font-size: 16px;
          line-height: 1.5;
          margin-bottom: 12px;
          color: #fff; }
      .home-future .future-slider .slider-it .child-element {
        width: calc(100% - 22%);
        float: right;
        height: 100%; }
      .home-future .future-slider .slider-it.slick-current .child-element {
        width: calc(100% + 44%) !important;
        margin-right: 0;
        float: none;
        transition: all 0.3s;
        -webkit-transition: all 0.3s; }
      .home-future .future-slider .slider-it.slick-current .feature:before {
        display: none; }
      .home-future .future-slider .slider-it.slick-current .info {
        background-image: url(../images/bg-text.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
      .home-future .future-slider .slider-it.slick-current + .slick-active .child-element {
        margin-right: -22%; }
      .home-future .future-slider .slider-it.slick-current + .slick-active + .slick-active .child-element {
        margin-right: 0; }

.animate-title .switch {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 25px;
  border-radius: 20px;
  background: #dfd9ea;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer; }
  .animate-title .switch::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 22px;
    height: 22px;
    background: #fafafa;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1); }
  .animate-title .switch:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1); }
.animate-title input:checked + .switch {
  background: #72da67; }
.animate-title input:checked + .switch::before {
  left: 27px;
  background: #fff; }
.animate-title input:checked + .switch:active::before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2); }

.home-animate {
  padding: 0 20px 40px;
  text-align: center; }
  .home-animate .animate-true {
    display: none; }

#bottom-animation {
	margin: 0 !important;
	min-height: 900px !important;
}

.home-animate-2 {
  padding: 0 0; }
  .home-animate-2 .advan-title {
    color: #F71F3D;
    max-width: 1027px;
    margin: 0 auto; }
    .home-animate-2 .advan-title p {
      color: #1C1C23;
      font-size: 18px;
      line-height: 1.33;
      margin-bottom: 0; }
  .home-animate-2 .animate-title {
    margin: -83px 0 -77px; }
  .home-animate-2 .animate-box {
    padding: 103px 100px;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 0 99px rgba(0, 0, 0, 0.1);
    margin-bottom: -225px;
    position: relative; }

.slider-pag {
  display: flex;
  align-items: center; }
  .slider-pag .slick-slider-dots {
    margin: 0 55px; }
  .slider-pag .slider-prev, .slider-pag .slider-next {
    cursor: pointer; }
  .slider-pag .slick-slider-dots ul {
    position: relative;
    bottom: 0; }
  .slider-pag .slick-slider-dots li {
    margin: 0 5px;
    width: 16px;
    height: 16px; }
    .slider-pag .slick-slider-dots li button {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #AAAAAA; }
      .slider-pag .slick-slider-dots li button:before {
        display: none; }
  .slider-pag .slick-slider-dots li.slick-active button {
    background: #F71F3D; }
  .slider-pag.mb-show {
    display: none; }

/* works */
.work-banner {
  padding-top: 120px;
  height: 400px; }
  .work-banner .container {
    height: 100%;
    position: relative; }
    .work-banner .container .banner-des {
      position: absolute;
      top: 50%;
      left: 20px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
      .work-banner .container .banner-des h1 {
        font-size: 90px;
        line-height: 1.33;
        margin-bottom: 0;
        color: #fff; }
      .work-banner .container .banner-des .banner-social {
        margin-top: 0;
        align-items: center; }
        .work-banner .container .banner-des .banner-social span {
          font-size: 18px;
          font-weight: 500;
          color: #fff;
          display: inline-block;
          padding-right: 30px;
          line-height: 1.33; }
      .work-banner .container .banner-des h4 {
        color: #fff;
        line-height: 1.3;
        font-weight: 300;
        font-size: 40px;
        margin-bottom: 10px; }

.how-banner {
  height: 500px;
}


.work-list {
  margin-top: -245px;
  margin-bottom: -225px; }
  .work-list .work-item {
    margin-bottom: 60px;
    align-items: flex-end; }
    .work-list .work-item .info {
      padding: 20px 50px 50px calc(50vw - 633.5px); }
      .work-list .work-item .info h3 {
        line-height: 1.33;
        color: #F71F3D;
        font-size: 60px;
        margin-bottom: 33px; }
      .work-list .work-item .info .des {
        padding-left: 30px;
        border-left: 4px solid #D4243E;
        max-width: 550px; }
        .work-list .work-item .info .des p {
          font-size: 20px;
          line-height: 1.5;
          color: #1C1C23;
          margin: 0; }
    .work-list .work-item:nth-child(2n) {
      flex-flow: row-reverse;
      align-items: flex-start; }
      .work-list .work-item:nth-child(2n) .info {
        padding: 10px calc(50vw - 633.5px) 0 30px; }
      .work-list .work-item:nth-child(2n) .feature {
        text-align: right; }
   .work-list .work-item:nth-child(3) {
      align-items: flex-start; 
   }
.work-list .work-item img {
  max-width: 850px;
  border-radius: 40px;
  width: 50vw;
}

.work-how {
  padding: 124px 0 18px; }
  .work-how .va-title {
    color: #F71F3D;
    margin-bottom: 0; }
  .work-how .how-it {
    margin-bottom: 44px;
    color: #1C1C23; }
    .work-how .how-it h3 {
      font-size: 40px;
      line-height: 1.3;
      margin-bottom: 40px;
      position: relative;
      font-weight: 300; }
      .work-how .how-it h3 span {
        display: inline-block;
        padding: 0 65px;
        background: #fff;
        position: relative;
        z-index: 2; }
      .work-how .how-it h3:after {
        position: absolute;
        border-top: 1px solid rgba(34, 34, 40, 0.2);
        content: "";
        top: 25px;
        left: 0;
        right: 0; }
    .work-how .how-it .bg {
      margin: 0 -35px; }
      .work-how .how-it .bg .col-it {
        padding: 0 35px; }
        .work-how .how-it .bg .col-it .box {
          padding-left: 97px;
          position: relative; }
          .work-how .how-it .bg .col-it .box .icon {
            position: absolute;
            top: -10px;
            left: 0;
            max-width: 80px; }
          .work-how .how-it .bg .col-it .box .des h4 {
            font-size: 26px;
            color: #F71F3D;
            font-weight: 500;
            line-height: 1.34;
            margin-bottom: 15px; }
          .work-how .how-it .bg .col-it .box .des p {
            line-height: 1.3;
            color: #1C1C23;
            font-size: 20px;
            margin-bottom: 0; }

.work-token {
  position: relative; }
  .work-token:before {
    position: absolute;
    top: 175px;
    bottom: 155px;
    background: #EAEAEF;
    left: 0;
    right: 0;
    content: ""; }
  .work-token .bg {
    align-items: center; }
    .work-token .bg .left h3 {
      color: #F71F3D;
      margin-bottom: 0; }
    .work-token .bg .left p {
      font-size: 40px;
      color: #1C1C23;
      font-weight: 300;
      line-height: 1.3;
      margin-bottom: 0; }
    .work-token .bg .right {
      text-align: right; }
      .work-token .bg .right .token-list {
        text-align: left;
        display: flex;
        align-items: flex-end;
        flex-direction: column; }
        .work-token .bg .right .token-list .token-item {
          max-width: 473px;
          box-shadow: 0 0 99px rgba(0, 0, 0, 0.1);
          border-radius: 20px;
          margin: 30px 0;
          background: #fff;
          padding: 50px;
          text-align: center; }
          .work-token .bg .right .token-list .token-item .icon {
            margin-bottom: 25px; }
          .work-token .bg .right .token-list .token-item h4 {
            margin-bottom: 15px;
            color: #F71F3D;
            font-size: 26px;
            line-height: 1.35;
            font-weight: 500; }
          .work-token .bg .right .token-list .token-item p {
            color: #1C1C23;
            line-height: 1.35;
            font-size: 20px;
            margin-bottom: 0; }
            .work-token .bg .right .token-list .token-item p a {
              color: #F71F3D; }

.work-involved {
  padding: 139px 0 60px; }
  .work-involved .va-title {
    margin-bottom: 40px;
    color: #F71F3D; }
  .work-involved .involved-list {
    margin-bottom: 62px; }
    .work-involved .involved-list .involved-item {
      margin-bottom: 20px; }
      .work-involved .involved-list .involved-item .left {
        background: #EAEAEF;
        width: 56%;
        padding: 71px 95px 69px 60px;
        color: #1C1C23; }
        .work-involved .involved-list .involved-item .left h4 {
          font-size: 30px;
          font-weight: 500;
          line-height: 1.33;
          margin-bottom: 10px; }
        .work-involved .involved-list .involved-item .left p {
          font-size: 18px;
          line-height: 1.67;
          margin-bottom: 0; }
      .work-involved .involved-list .involved-item .right {
        width: 44%;
        padding: 20px 140px;
        color: #fff;
        display: flex;
        justify-content: center;
        flex-direction: column; }
        .work-involved .involved-list .involved-item .right ul li {
          display: block;
          margin: 24px 0;
          position: relative; }
          .work-involved .involved-list .involved-item .right ul li a {
            color: #fff;
            font-size: 20px;
            line-height: 1.1;
            display: block; }
            .work-involved .involved-list .involved-item .right ul li a span {
              max-width: 215px;
              display: inline-block; }
            .work-involved .involved-list .involved-item .right ul li a:hover i {
              right: -10px; }
          .work-involved .involved-list .involved-item .right ul li i {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transition: all 0.5s;
            -webkit-transition: all 0.5s; }

/* about */
.about-top {
  margin: -261px 0 -102px; }
  .about-top .ab-item {
    margin: 0 0 60px 0; }
    .about-top .ab-item:last-child {
      margin-bottom: 0; }
    .about-top .ab-item .info {
      padding: 0 120px 0 0; }
      .about-top .ab-item .info h4 {
        color: #F71F3D;
        font-size: 40px;
        line-height: 1.3;
        margin-bottom: 0;
        font-weight: 300;
        margin-top: 190px; }
      .about-top .ab-item .info h3 {
        margin-bottom: 30px;
        color: #F71F3D;
        font-size: 60px;
        line-height: 1.3; }
      .about-top .ab-item .info .des {
        padding-left: 30px;
        border-left: 4px solid #D4243E; }
        .about-top .ab-item .info .des p {
          font-size: 20px;
          line-height: 1.5;
          color: #1C1C23;
          margin-bottom: 25px; }
          .about-top .ab-item .info .des p:last-child {
            margin-bottom: 0; }
    .about-top .ab-item .feature {
      padding: 0; }
      .about-top .ab-item .feature img {
        width: 100%;
        border-radius: 50px; }
    .about-top .ab-item:nth-child(2n) {
      flex-flow: row-reverse; }
      .about-top .ab-item:nth-child(2n) .info {
        padding: 0 0 0 100px; }

.about-partner {
  padding: 100px 0 73px; }
  .about-partner .partner-it {
    margin: 9px 0;
    display: flex;
    align-items: center;
    justify-content: center; }

.partner-list-small {
  margin: 0 -15px; }
  .partner-list-small .partner-it {
    width: 20%;
    padding: 0 15px;
    margin: 8px 0; }

.about-news {
  background: #EAEAEF;
  padding: 68px 0 68px; }
  .about-news .va-title {
    margin-bottom: 24px;
    color: #F71F3D; }

.news-list {
  margin: 0 -17px 60px; }
  .news-list .news-item {
    padding: 0 17px; }
    .news-list .news-item .box {
      background: #fff;
      height: 100%; }
    .news-list .news-item .feature {
      height: 229px; }
    .news-list .news-item .info {
      padding: 20px 20px 16px;
      color: #1C1C23; }
      .news-list .news-item .info .cat {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 10px;
        line-height: 1.35; }
      .news-list .news-item .info .title {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 10px;
        font-weight: 500; }
        .news-list .news-item .info .title a {
          color: #F71F3D; }
          .news-list .news-item .info .title a:hover {
            color: #1C1C23; }
      .news-list .news-item .info .des {
        margin-bottom: 9px; }
        .news-list .news-item .info .des p {
          font-size: 14px;
          line-height: 1.35;
          margin: 0; }
      .news-list .news-item .info .news-link {
        font-size: 14px;
        text-transform: uppercase;
        color: #F71F3D;
        display: inline-block; }
        .news-list .news-item .info .news-link i {
          margin-left: 15px; }
        .news-list .news-item .info .news-link:hover {
          color: #1C1C23; }

.about-journey {
  padding-top: 214px;
  color: #fff; }
  .about-journey .va-title {
    margin-bottom: 20px; }
  .about-journey .year {
    max-width: 630px;
    margin: 0 auto 48px; }
    .about-journey .year ul li {
      display: inline-block;
      margin: 0 10px 10px;
      font-size: 20px;
      text-align: center; }
      .about-journey .year ul li span {
        color: #1C1C23;
        opacity: 0.5;
        font-weight: 500;
        position: relative;
        cursor: pointer; }
        .about-journey .year ul li span:before {
          position: absolute;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          bottom: -10px;
          left: 0;
          right: 0;
          margin: 0 auto;
          background: #fff; }
      .about-journey .year ul li.active span, .about-journey .year ul li.slick-current span {
        color: #fff;
        opacity: 1;
        font-weight: 700; }
        .about-journey .year ul li.active span:before, .about-journey .year ul li.slick-current span:before {
          content: ""; }
  .about-journey .journey-custom {
    padding: 0 250px; }
    .about-journey .journey-custom .slick-track {
      display: flex; }
    .about-journey .journey-custom .journey-item {
      height: inherit; cursor:pointer; }
      .about-journey .journey-custom .journey-item .box {
        border-left: 1px solid #fff;
        padding: 20px 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: calc(100% - 115px); }
        .about-journey .journey-custom .journey-item .box h4 {
          font-size: 32px;
          line-height: 1.3;
          font-weight: 500; }
      .about-journey .journey-custom .journey-item .time {
        padding: 24px 12px 61px;
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase; }
      .about-journey .journey-custom .journey-item.slick-current {
        background-color: rgba(28, 28, 35, 0.1);
        background-image: url(../images/shape.png);
        background-repeat: no-repeat;
        background-position: center bottom; }

.slider-1 .slick-arrow {
  top: 70px;
  width: 20px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat; }
  .slider-1 .slick-arrow::before {
    display: none; }
.slider-1 .slick-prev {
  left: -104px;
  background-image: url(../images/slider-left.png); }
.slider-1 .slick-next {
  right: -104px;
  background-image: url(../images/slider-right.png); }

.about-meet {
  padding-top: 292px;
  position: relative; }
  .about-meet:before {
    top: 201px;
    left: 0;
    bottom: 0;
    background-image: url(../images/about/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: calc(50% - 106px);
    content: "";
    border-radius: 0 50px 50px 0;
    position: absolute; }
  .about-meet .meet-custom {
    margin: 0; }
    .about-meet .meet-custom .left {
      padding: 0 0 102px 0;
      position: relative; }
      .about-meet .meet-custom .left .people-big-it {
        display: none; }
        .about-meet .meet-custom .left .people-big-it.active {
          display: block; }
      .about-meet .meet-custom .left .va-title {
        color: #fff;
        margin-bottom: 60px; }
      .about-meet .meet-custom .left .feature {
        height: 878px;
        width: 100%; }
        .about-meet .meet-custom .left .feature img {
          border-radius: 20px; }
      .about-meet .meet-custom .left .people-info {
        position: absolute;
        bottom: 0;
        right: -108px;
        width: 395px;
        border-radius: 20px 20px 20px 0;
        background: #E9E9EE;
        padding: 30px 35px 30px;
        color: #1C1C23; }
        .about-meet .meet-custom .left .people-info h4 {
          color: #F71F3D;
          font-size: 26px;
          font-weight: 500;
          margin-bottom: 5px;
          line-height: 1.34; }
        .about-meet .meet-custom .left .people-info h5, .about-meet .meet-custom .left .people-info p {
          font-size: 18px;
          margin-bottom: 10px;
          font-weight: 500;
          line-height: 1.33; }
        .about-meet .meet-custom .left .people-info p {
          margin-bottom: 14px;
          font-weight: 400; }
        .about-meet .meet-custom .left .people-info .social {
          border: none;
          padding: 0; }
          .about-meet .meet-custom .left .people-info .social a {
            margin: 0 25px 0 0;
            color: #F71F3D; }
    .about-meet .meet-custom .right {
      padding: 0 0 0 160px;
      color: #1C1C23; }
      .about-meet .meet-custom .right .top p {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 33px; }
      .about-meet .meet-custom .right .top h3 {
        font-size: 30px;
        color: #F71F3D;
        font-weight: 300;
        margin-bottom: 38px;
        line-height: 1.33; }
      .about-meet .meet-custom .right .team ul li {
        border-bottom: 1px solid #E9E9EE; }
        .about-meet .meet-custom .right .team ul li .team-title {
          padding: 23.5px 0;
          position: relative; }
          .about-meet .meet-custom .right .team ul li .team-title h3 {
            font-size: 26px;
            color: #1C1C23;
            line-height: 1.35;
            margin-bottom: 0; }
          .about-meet .meet-custom .right .team ul li .team-title .arrow {
            color: #F71F3D;
            font-size: 35px;
            position: absolute;
            top: 21px;
            right: 0; }
          .about-meet .meet-custom .right .team ul li .team-title.active .arrow {
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg); }
        .about-meet .meet-custom .right .team ul li .team-content {
          padding: 40px 0 38px;
          border-top: 1px solid #E9E9EE;
          display: none; }
          .about-meet .meet-custom .right .team ul li .team-content .people-list {
            margin: 0 -30px; 
    max-height: 443px;
    overflow-y: auto;}
            .about-meet .meet-custom .right .team ul li .team-content .people-list .people-it {
              padding: 0 30px 20px; }
              .about-meet .meet-custom .right .team ul li .team-content .people-list .people-it .feature {
                height: 257px;
                width: 100%; }
                .about-meet .meet-custom .right .team ul li .team-content .people-list .people-it .feature img {
                  border-radius: 20px;
                  opacity: 0.5;
                  border: 2px solid transparent; }
                .about-meet .meet-custom .right .team ul li .team-content .people-list .people-it .feature.active img {
                  border-color: #D4243E;
                  opacity: 1; }
              .about-meet .meet-custom .right .team ul li .team-content .people-list .people-it .info {
                padding-top: 38px; }
                .about-meet .meet-custom .right .team ul li .team-content .people-list .people-it .info h4 {
                  margin-bottom: 10px;
                  color: #F71F3D;
                  font-size: 26px;
                  line-height: 1.35;
                  font-weight: 500; }
                .about-meet .meet-custom .right .team ul li .team-content .people-list .people-it .info h5 {
                  font-weight: 500;
                  font-size: 18px;
                  margin: 0;
                  color: #1C1C23;
                  text-transform: uppercase;
                  line-height: 1.33; }

/* Community */
.community-join {
  padding: 100px 0 56px; }
  .community-join .bg {
    margin: 0; }
  .community-join .feature {
    padding: 0; }
    .community-join .feature img {
      width: 100%;
      border-radius: 50px; }
  .community-join .info {
    padding: 0 0 0 77px; }
    .community-join .info h2 {
      color: #F71F3D;
      font-size: 60px;
      line-height: 1.5;
      margin-bottom: 20px; }
    .community-join .info .des {
      padding-left: 30px;
      border-left: 4px solid #D4243E; }
      .community-join .info .des p {
        font-size: 20px;
        line-height: 1.5;
        color: #1C1C23;
        margin-bottom: 25px; }
        .community-join .info .des p a {
          color: #F71F3D;
          text-decoration: underline; }

/*  
.community-slider {
  margin-bottom: -390px; }
*/
  .community-slider .slider-pag {
    justify-content: center;
    z-index: 10; }
  .community-slider .slider-item {
    margin: 50px 20px 45px; }
    .community-slider .slider-item .box {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      border-radius: 50px 0 50px 50px;
      background: #fff;
      padding: 46px 60px 60px; }
      .community-slider .slider-item .box h4 {
        font-size: 30px;
        color: #F71F3D;
        font-weight: 500;
        margin-bottom: 10px;
        line-height: 1.33; }
      .community-slider .slider-item .box h3 {
        position: relative;
        color: #F71F3D;
        font-size: 60px;
        margin-bottom: 30px;
        line-height: 1.33; }
        .community-slider .slider-item .box h3:before {
          left: 0;
          right: 0;
          width: 123px;
          height: 4px;
          background: #D4243E;
          content: "";
          position: absolute;
          bottom: 0;
          margin: 0 auto; }
      .community-slider .slider-item .box p {
        font-size: 18px;
        line-height: 1.67;
        color: #1C1C23;
        margin-bottom: 37px; }

.community-event {
  background: #EAEAEF;
  padding: 502px 0 20px; }
  .community-event .va-title {
    color: #F71F3D;
    margin-bottom: 40px; }
  .community-event .news-item {
    margin-bottom: 30px; }

.btn-read-more {
  font-size: 14px;
  text-transform: uppercase;
  color: #F71F3D;
  display: inline-block; }
  .btn-read-more i {
    margin-left: 15px; }
  .btn-read-more:hover {
    color: #1C1C23; }

/* blog */
.blog-main {
  padding: 180px 0 108px;
  background: #E9E9EE; }

.blog-banner {
  position: relative; }
  .blog-banner .feature {
    width: 75%;
    height: 540px; }
  .blog-banner .info {
    position: absolute;
    width: 630px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: #fff;
    padding: 35px 40px;
    right: 0; }
    .blog-banner .info h1 {
      font-weight: 500;
      color: #1C1C23; }

.blog-form {
  margin: 40px 0;
  border-radius: 20px;
  background: #fff;
  padding: 11px 40px 11px 45px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .blog-form form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .blog-form form label {
      color: #F71F3D;
      font-size: 18px;
      font-weight: 500;
      margin-right: 37px;
      max-width: 107px;
      display: inline-block;
      margin-bottom: 0;
      text-transform: uppercase; }
    .blog-form form .select-it {
      border: none;
      border-left: 2px solid #D4243E;
      height: 36px;
      padding-left: 40px;
      color: #1C1C23;
      font-size: 18px;
      font-weight: 500;
      width: 285px;
      cursor: pointer; }
  .blog-form .blog-search .click-search {
    color: #1C1C23;
    font-size: 18px;
    font-weight: 500;
    margin-right: 26px;
    margin-bottom: 0; }
  .blog-form .blog-search button[type="submit"] {
    font-size: 23px;
    color: #F71F3D;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    position: relative;
    top: 3px; }
  .blog-form .blog-search input[type="text"] {
    height: 66px;
    width: 419px;
    background: #EAEAEF;
    border-radius: 10px;
    padding: 20px;
    color: #1C1C23;
    font-size: 16px;
    margin-right: 40px;
    border: none;
    display: none; }
  .blog-form .blog-search.active input[type="text"] {
    display: inline-block; }
  .blog-form .blog-search.active .click-search {
    display: none; }

.blog-custom .news-list {
  margin-bottom: 20px; }
  .blog-custom .news-list .news-item {
    margin-bottom: 40px; }

.news-list .blog-item-big .box {
  position: relative; }
.news-list .blog-item-big .feature {
  width: 100%;
  height: 100% !important; }
.news-list .blog-item-big .info {
  max-width: 404px;
  padding: 20px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0; }

.blog-no-result {
  padding: 20px 0 100px;
  max-width: 660px;
  margin: 0 auto; }
  .blog-no-result h2 {
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 500;
    color: #F71F3D;
    line-height: 1.3; }
  .blog-no-result p {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 300;
    color: #1C1C23; }
    .blog-no-result p a {
      color: #F71F3D;
      text-decoration: underline; }

.single-banner .feature {
  width: 100%; }

.single-info {
  margin: 30px 0;
  background: #fff;
  padding: 31px 40px;
  border-radius: 20px; }

.single-main .cat {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #1C1C23;
  margin-right: 31px; }
.single-main .user {
  font-size: 15px;
  font-weight: 500;
  color: #1C1C23;
  margin-right: 30px; }
  .single-main .user a {
    color: #F71F3D; }
  .single-main .user i {
    margin-right: 17px;
    font-size: 20px;
    color: #F71F3D; }
.single-main .date {
  font-size: 15px;
  font-weight: 500;
  color: #1C1C23; }
  .single-main .date i {
    margin-right: 10px;
    font-size: 20px;
    color: #F71F3D; }
.single-main .share {
  font-size: 18px;
  color: #F71F3D; }
  .single-main .share i {
    margin-right: 9px; }

.single-custom {
  background: #fff;
  border-radius: 20px;
  padding: 78px 40px 40px; }
  .single-custom .box {
    max-width: 882px;
    margin: 0 auto 70px;
    color: #1C1C23; }
    .single-custom .box h1 {
      font-size: 40px;
      color: #F71F3D;
      font-weight: 500;
      line-height: 1.3;
      margin-bottom: 15px; }
    .single-custom .box h3 {
      font-size: 30px;
      line-height: 1.33;
      margin-bottom: 15px;
      font-weight: 300; }
    .single-custom .box p {
      font-size: 18px;
      margin-bottom: 25px;
      line-height: 1.67; }

.single-other {
  padding-top: 95px; }
  .single-other .va-title {
    margin-bottom: 20px;
    color: #F71F3D; }
  .single-other .news-list {
    margin-bottom: 0; }
    .single-other .news-list .news-item {
      margin-bottom: 20px; }

/* careers */
.carrers-filter {
  position: relative;
  min-height: 1px; }
  .carrers-filter .filter-label {
    display: inline-block;
    border-radius: 20px;
    padding: 30.5px 46px 30.5px 85px;
    background-image: url(../images/filter.png);
    background-repeat: no-repeat;
    background-position: 40px center;
    color: #1C1C23;
    font-size: 18px;
    font-weight: 500;
    background-color: #fff;
    position: absolute;
    top: -44px;
    right: 0;
    cursor: pointer; }
    .carrers-filter .filter-label.show {
      background-image: url(../images/close.png); }
  .carrers-filter .carrers-form {
    background: #fff;
    padding: 38px 50px 40px 40px;
    border-radius: 0 0 20px 20px;
    display: none; }
    .carrers-filter .carrers-form .left {
      width: calc(100% - 318px); }
      .carrers-filter .carrers-form .left label {
        color: #F71F3D;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 5px;
        line-height: 1.3; }
      .carrers-filter .carrers-form .left ul {
        margin-bottom: 6px; }
        .carrers-filter .carrers-form .left ul li {
          display: inline-block;
          margin: 0 10px 10px 0; }
          .carrers-filter .carrers-form .left ul li a {
            display: inline-block;
            padding: 7px 10px 5px;
            border: 1px solid #222228;
            border-radius: 4px;
            font-size: 12px;
            line-height: 1.2;
            color: #1C1C23;
            min-width: 96px;
            text-align: center; }
            .carrers-filter .carrers-form .left ul li a.active{
              background: #F71F3D;
              border-color: #F71F3D;
              color: #fff; }
            .carrers-filter .carrers-form .left ul li a input {
              display: none; }
    .carrers-filter .carrers-form .right {
      width: 318px;
      border-left: 1px solid #E9E9EE;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      flex-direction: column; }
      .carrers-filter .carrers-form .right .remove {
        margin-top: 18px; }
      .carrers-filter .carrers-form .right .va-btn {
        background: #fff; }
        .carrers-filter .carrers-form .right .va-btn:hover {
          background: #F71F3D; }
      .carrers-filter .carrers-form .right input[type="submit"] {
        background-image: url(../images/bg-btn.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        color: #fff;
        border-color: transparent; }

.careers-main {
  background: #E9E9EE;
  padding-bottom: 30px; }

.carrers-list {
  margin: 75px -17px 0; }
  .carrers-list .carrers-item {
    padding: 0 17px;
    margin-bottom: 45px; }
    .carrers-list .carrers-item.active .box {
      background-image: url(../images/bg-cr.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      .carrers-list .carrers-item.active .box h3, .carrers-list .carrers-item.active .box .address, .carrers-list .carrers-item.active .box ul li {
        color: #fff; }
      .carrers-list .carrers-item.active .box .va-btn {
        color: #F71F3D;
        background: #fff;
        border-color: #fff; }
      .carrers-list .carrers-item.active .box ul li span {
        border-color: #fff; }
    .carrers-list .carrers-item .box {
      background: #fff;
      border-radius: 20px;
      padding: 40px 30px 30px;
      height: 100%; }
      .carrers-list .carrers-item .box h3 {
        color: #F71F3D;
        font-size: 28px;
        font-weight: 500;
        margin-bottom: 10px;
        line-height: 1.32; }
      .carrers-list .carrers-item .box .address {
        font-size: 14px;
        font-weight: 500;
        color: #F71F3D;
        margin-bottom: 25px;
        display: flex;
        text-transform: uppercase; }
        .carrers-list .carrers-item .box .address i {
          margin-right: 10px;
          font-size: 22px;
          position: relative;
          top: -3px; }
      .carrers-list .carrers-item .box ul li {
        display: block;
        margin-bottom: 20px;
        font-size: 14px;
        color: #1C1C23;
        line-height: 1.36; }
        .carrers-list .carrers-item .box ul li span {
          display: inline-block;
          text-transform: uppercase;
          font-weight: 500;
          min-width: 105px;
          border-right: 1px solid #D4243E;
          margin-right: 20px;
          padding: 5px 0 2px; }
      .carrers-list .carrers-item .box .va-btn {
        margin-top: 10px;
        width: 100%;
        height: 66px;
        min-width: 200px; }
        .carrers-list .carrers-item .box .va-btn:hover {
          background-image: url(../images/bg-btn.png);
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          color: #fff;
          border: none;
          padding: 26px 20px 22px; }

.cr-single-bg {
  margin-top: 75px;
  margin-bottom: 50px; }
  .cr-single-bg .carrers-list {
    margin: 0; }
    .cr-single-bg .carrers-list .carrers-item {
      padding: 0;
      margin-bottom: 35px; }
      .cr-single-bg .carrers-list .carrers-item:last-child {
        margin-bottom: 0; }
  .cr-single-bg .sidebar {
    width: 433px;
    padding-right: 29px;
    max-height: 1656px;
    overflow-y: auto; }
  .cr-single-bg .cr-right {
    width: calc(100% - 433px);
    padding-left: 25px; }
    .cr-single-bg .cr-right .cr-custom {
      background: #fff;
      border-radius: 20px;
      padding: 40px 40px 200px;
      min-height: 1656px;
      position: relative; }
      .cr-single-bg .cr-right .cr-custom .top {
        padding-bottom: 30px;
        border-bottom: 1px solid #E9E9EE;
        position: relative; }
        .cr-single-bg .cr-right .cr-custom .top .close {
          position: absolute;
          top: 0;
          right: 0;
          cursor: pointer;
          opacity: 1; }
        .cr-single-bg .cr-right .cr-custom .top h1 {
          font-size: 28px;
          font-weight: 500;
          color: #F71F3D;
          line-height: 1.3;
          margin-bottom: 10px; }
        .cr-single-bg .cr-right .cr-custom .top .address {
          color: #F71F3D;
          font-size: 14px;
          font-weight: 500;
          line-height: 1.35;
          margin-bottom: 28px;
          display: flex;
          text-transform: uppercase; }
          .cr-single-bg .cr-right .cr-custom .top .address i {
            font-size: 22px;
            margin-right: 10px;
            position: relative;
            top: -3px; }
        .cr-single-bg .cr-right .cr-custom .top ul li {
          display: inline-block;
          margin-right: 50px;
          font-size: 14px;
          color: #1C1C23;
          line-height: 1.36;
          margin-bottom: 10px; }
          .cr-single-bg .cr-right .cr-custom .top ul li:last-child {
            margin-right: 0; }
          .cr-single-bg .cr-right .cr-custom .top ul li span {
            display: inline-block;
            text-transform: uppercase;
            font-weight: 500;
            min-width: 105px;
            border-right: 1px solid #D4243E;
            margin-right: 20px;
            padding: 5px 0 2px; }
      .cr-single-bg .cr-right .cr-custom .center {
        padding-top: 41px; }
        .cr-single-bg .cr-right .cr-custom .center h3 {
          font-size: 20px;
          color: #F71F3D;
          font-weight: 500;
          line-height: 1.3;
          margin-bottom: 10px; }
        .cr-single-bg .cr-right .cr-custom .center p {
          font-size: 18px;
          line-height: 1.67;
          margin-bottom: 25px;
          color: #1C1C23; }
          .cr-single-bg .cr-right .cr-custom .center p a {
            color: #F71F3D; }
        .cr-single-bg .cr-right .cr-custom .center ul {
          margin-bottom: 55px; }
          .cr-single-bg .cr-right .cr-custom .center ul li {
            font-size: 18px;
            line-height: 1.67;
            color: #1C1C23;
            display: block;
            padding-left: 23px;
            position: relative; }
            .cr-single-bg .cr-right .cr-custom .center ul li:before {
              position: absolute;
              top: 8px;
              width: 12px;
              height: 12px;
              border-radius: 50%;
              background: #F71F3D;
              content: "";
              left: 0; }
      .cr-single-bg .cr-right .cr-custom .bottom {
        position: absolute;
        bottom: 40px;
        left: 40px;
        right: 40px;
        padding-top: 40px;
        border-top: 1px solid #E9E9EE; }
        .cr-single-bg .cr-right .cr-custom .bottom .share-post, .cr-single-bg .cr-right .cr-custom .bottom .print {
          font-size: 18px;
          color: #F71F3D;
          display: inline-block; }
          .cr-single-bg .cr-right .cr-custom .bottom .share-post i, .cr-single-bg .cr-right .cr-custom .bottom .print i {
            margin-right: 9px; }
        .cr-single-bg .cr-right .cr-custom .bottom .share {
          padding-right: 20px;
          margin-right: 20px;
          border-right: 1px solid #D4243E; }
        .cr-single-bg .cr-right .cr-custom .bottom .va-btn {
          min-width: 202px; }

::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  height: 50%; }

::-webkit-scrollbar-thumb {
  background: #D4243E;
  border-radius: 10px;
  height: 202px; }

.contact-main {
  padding-top: 120px; }
  .contact-main .ct-custom {
    color: #fff;
    padding: 93px 0 124px;
    align-items: flex-end; }
    .contact-main .ct-custom .left h1 {
      font-size: 90px;
      line-height: 1.33;
      margin-bottom: 10px; }
    .contact-main .ct-custom .left h3 {
      font-size: 40px;
      line-height: 1.3;
      font-weight: 300;
      margin-bottom: 30px;
      max-width: 500px; }
    .contact-main .ct-custom .left ul li {
      display: flex;
      margin-bottom: 34px;
      align-items: center; }
      .contact-main .ct-custom .left ul li h4 {
        width: 40%;
        border-right: 2px solid #FFFFFF;
        padding-right: 35px;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.3;
        margin-bottom: 0;
        text-transform: uppercase;
        min-height: 36px;
        display: flex;
        align-items: center; }
      .contact-main .ct-custom .left ul li p {
        font-size: 17px;
        color: #1C1C23;
        line-height: 1.3;
        margin-bottom: 0;
        padding-left: 40px; }
        .contact-main .ct-custom .left ul li p a {
          color: #1C1C23;
          display: block; }
          .contact-main .ct-custom .left ul li p a:hover {
            color: #fff; }
      .contact-main .ct-custom .left ul li .social {
        padding-left: 20px;
        border: none; }
        .contact-main .ct-custom .left ul li .social a:hover {
          color: #fff; }
    .contact-main .ct-custom .right .box {
      max-width: 434px;
      margin: 0 auto; }
      .contact-main .ct-custom .right .box h4 {
        font-weight: 400;
        font-size: 17px;
        line-height: 1.3;
        margin-bottom: 30px; }
    .contact-main .ct-custom .right .contact-form {
      border-radius: 20px;
      border: 1px solid #fff;
      padding: 65px 80px 30px;
      background: rgba(255, 255, 255, 0.5);
      text-align: left; }
      .contact-main .ct-custom .right .contact-form form {
        width: 100%; }
      .contact-main .ct-custom .right .contact-form label {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 10px;
        line-height: 1.3;
        display: block;
        text-transform: uppercase; }
      .contact-main .ct-custom .right .contact-form input[type="text"], .contact-main .ct-custom .right .contact-form input[type="email"], .contact-main .ct-custom .right .contact-form textarea {
        font-size: 18px;
        line-height: 1.3;
        color: #1C1C23;
        padding: 0 0 18px 0;
        border: none;
        border-bottom: 1px solid #222228;
        margin-bottom: 28px;
        background: none;
        width: 100%; }
        .contact-main .ct-custom .right .contact-form input[type="text"]::placeholder, .contact-main .ct-custom .right .contact-form input[type="email"]::placeholder, .contact-main .ct-custom .right .contact-form textarea::placeholder {
          color: #1C1C23; }
      .contact-main .ct-custom .right .contact-form .input-phone {
        position: relative;
        display: flex;
        padding-bottom: 18px;
        border-bottom: 1px solid #222228;
        margin-bottom: 28px;
        align-items: center; }
        .contact-main .ct-custom .right .contact-form .input-phone select {
          font-size: 18px;
          color: #fff;
          width: 56px;
          border: none;
          height: 18px;
          border: none;
          background: none;
          border-right: 1px solid #fff;
          cursor: pointer; }
        .contact-main .ct-custom .right .contact-form .input-phone .selectBox-dropdown {
          border: none;
          min-width: 10px;
          box-shadow: none;
          border-right: 1px solid #fff;
          line-height: 1; }
          .contact-main .ct-custom .right .contact-form .input-phone .selectBox-dropdown .selectBox-arrow {
            width: 10px;
            background-image: url(../images/select-1.png);
            right: 6px; }
          .contact-main .ct-custom .right .contact-form .input-phone .selectBox-dropdown .selectBox-label {
            padding: 0px 0;
            position: relative;
            top: 3px; }
        .contact-main .ct-custom .right .contact-form .input-phone input[type="tel"] {
          padding-left: 10px;
          width: calc(100% - 56px);
          font-size: 18px;
          line-height: 1.3;
          color: #1C1C23;
          height: 18px;
          border: none;
          background: none; }
          .contact-main .ct-custom .right .contact-form .input-phone input[type="tel"]::placeholder {
            color: #1C1C23; }
      .contact-main .ct-custom .right .contact-form textarea {
        resize: none;
        margin-bottom: 40px; }
      .contact-main .ct-custom .right .contact-form input[type="submit"] {
        color: #F71F3D;
        background: #fff;
        width: 100%;
        border-color: #fff;
        transition: all 0.3s;
        -webkit-transition: all 0.3s; }
        .contact-main .ct-custom .right .contact-form input[type="submit"]:hover {
          background: #F71F3D;
          border-color: #F71F3D;
          color: #fff; }

.selectBox-dropdown .selectBox-arrow {
  background-image: url(../images/select.png);
  width: 24px;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  top: -2px;
  right: 20px; }

.selectBox.selectBox-dropdown {
  background: none;
  border-radius: 0; }

.selectBox-dropdown .selectBox-label {
  padding: 6px 0; }

.selectBox-options li a {
  padding: 0;
  font-size: 18px;
  line-height: 1.67; 
cursor: pointer;}

.selectBox-options.selectBox-options-bottom{
  margin-top: 26px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.16);
  border: none;
  padding: 17px 40px;
  border-radius: 0 0 20px 20px;
  max-height: 100%; }
.selectBox-options.selectBox-options-top{
	margin-bottom: 26px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.16);
  border: none;
  padding: 17px 40px;
  border-radius: 20px 20px 0 0;
  max-height: 100%;
	    margin-top: -58px;
}
.selectBox-options li.selectBox-hover a, .selectBox-options li.selectBox-selected a {
  background: none;
  color: #F71F3D; }

.phone-select-selectBox-dropdown-menu {
  padding: 10px 5px !important;
  margin-top: 8px !important;
  width: 56px !important;
  border-radius: 0 0 5px 5px !important; }
  .phone-select-selectBox-dropdown-menu li a {
    color: #000;
    line-height: 1.2 !important; }

.share-post {
  position: relative;
  cursor: pointer; }
  .share-post.active .share-social {
    opacity: 1;
    visibility: visible; }
  .share-post .share-social {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    min-width: 100px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; }
    .share-post .share-social a {
      font-size: 20px;
      color: #F71F3D;
      margin: 0 2px; }
      .share-post .share-social a:hover {
        color: #1C1C23; }
      .share-post .share-social a i {
        margin: 0 !important; }

#footer {
  background: #1C1C23;
  padding: 55px 60px;
  color: #fff; }
  #footer .ft-logo {
    width: 235px;
    padding-right: 20px;
    align-items: center;
    display: flex; }
  #footer .ft-wg-1 {
    padding: 0 20px 0 60px;
    width: 239px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5); }
    #footer .ft-wg-1 ul li {
      display: block;
      font-size: 14px;
      line-height: 1.2;
      margin-bottom: 13.2px; }
      #footer .ft-wg-1 ul li a {
        color: #fff; }
      #footer .ft-wg-1 ul li:last-child {
        margin-bottom: 0; }
  #footer .ft-wg-2 {
    padding: 0 60px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    width: 274px;
    align-items: center; }
    #footer .ft-wg-2 .widget_title {
      font-size: 20px;
      margin-bottom: 30px;
      font-weight: 700;
      line-height: 1.5; }
    #footer .ft-wg-2 a {
      display: block;
      color: #fff;
      font-size: 20px;
      line-height: 1.5; }
  #footer .ft-form {
    width: calc(100% - 748px);
    padding-left: 60px;
    align-items: center;
    display: flex; }
    #footer .ft-form .form-subscribe {
      width: 100%; }
    #footer .ft-form form {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
    #footer .ft-form h3 {
      display: inline-block;
      font-size: 30px;
      font-weight: 500;
      line-height: 1.07;
      margin: 0;
      padding-right: 20px;
      width: 282px; }
    #footer .ft-form input[type='text'] {
      height: 66px;
      border-radius: 10px;
      background: #EAEAEF;
      margin-right: 20px;
      padding: 20px 20px;
      color: #1C1C23;
      font-size: 16px;
      width: calc(100% - 570px);
      border: none; }
    #footer .ft-form input[type='submit'] {
      width: 268px;
      background-image: url(../images/bg-btn.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      text-align: center;
      height: 66px;
      padding: 22px 20px;
      font-size: 14px;
      color: #fff;
      font-weight: 500;
      background-color: transparent;
      border: none;
      border-radius: 30px; }

@media (max-width: 1800px) {
  #footer .ft-form {
    width: calc(100% - 600px);
    padding-left: 20px; }
    #footer .ft-form h3 {
      display: block;
      width: 100%;
      margin-bottom: 20px; }
    #footer .ft-form input[type='text'] {
      width: calc(100% - 288px); }
  #footer .ft-logo {
    width: 200px; }
  #footer .ft-wg-2, #footer .ft-wg-1 {
    padding: 0 20px;
    width: 200px; }

  .about-journey .journey-custom {
    padding: 0 150px; }
    .about-journey .journey-custom .journey-item .box h4 {
      font-size: 20px; }

  .work-list .work-item {
    margin: 0; }
    /* .work-list .work-item .feature, .work-list .work-item .info {
      padding: 0 20px !important; } } */
@media (max-width: 1350px) {
  #header .hd-bg {
    padding: 0 20px; }
    #header .hd-bg .hd-right .menu-main ul li {
      margin: 0 10px; }

  .home-consensus .info {
    padding-left: 35px; }

  .home-future .future-slider .slider-it .feature {
    height: 300px; }
  .home-future .future-slider .slider-it .info {
    height: calc(100% - 300px); }

  #footer {
    padding: 55px 20px; }
    #footer .ft-form {
      width: 100%;
      margin-top: 30px;
      padding: 0; }
    #footer .ft-logo, #footer .ft-wg-1, #footer .ft-wg-2 {
      width: 33.33%; }
    #footer .ft-wg-2 {
      border: none; }

  .work-list {
    margin: -100px 0; }

  .blog-form .blog-search input[type="text"] {
    width: 300px; } }
@media (max-width: 1199px) {
  .toogle-menu {
    display: block;
    position: relative;
    z-index: 9999; }

  .menu-main {
    background-image: url(../images/bg-mobile.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    bottom: 0;
    position: fixed;
    right: -100%;
    text-align: center;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 280px;
    z-index: 9999;
    padding: 100px 20px;
    overflow-y: auto; }
    .menu-main ul li {
      display: block;
      text-align: left;
      margin: 10px 0 !important; }
      .menu-main ul li a {
        font-size: 20px; }

  #header.click-menu {
    position: relative; }
    #header.click-menu:before {
      background: rgba(0, 0, 0, 0.6);
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

  .menu-main.active {
    right: 0; }

  #header {
    padding: 20px 0; }
    #header .hd-right .social {
      border-right: 1px solid #fff;
      border-left: none;
      padding-right: 20px; }
    #header .logo img {
      height: 30px; }
    #header.is-sticky-opening {
      padding: 20px 0; }

  

  .va-title {
    font-size: 40px; }

  .home-developers:before {
    bottom: 100px; }

  .work-banner {
    padding-top: 76px;
    height: 400px; }
    .work-banner .container .banner-des h1 {
      font-size: 70px; }

  .about-top {
    margin: -100px 0 50px; }
    .about-top .ab-item .info {
      padding-right: 30px; }
    .about-top .ab-item:nth-child(2n) .info {
      padding-left: 30px; }

  .about-journey {
    padding-top: 100px; }
    .about-journey .journey-custom {
      padding: 0 100px; }

  .slider-1 .slick-next {
    right: -50px; }
  .slider-1 .slick-prev {
    left: -50px; }

  .about-meet .meet-custom .right {
    padding-left: 30px; }
  .about-meet .meet-custom .left .people-info {
    right: 0; }

  .work-list {
    margin: 40px 0 40px; }
    .work-list .work-item {
      margin-bottom: 20px; }
      .work-list .work-item .info h3 {
        font-size: 40px; }

  .work-token .bg .left p {
    font-size: 30px; }

  .work-token .bg .right .token-list .token-item {
    padding: 40px 20px; }

  .work-involved .involved-list .involved-item .right {
    padding: 0 50px; }

  .work-how .how-it .bg {
    margin: 0 -20px; }
    .work-how .how-it .bg .col-it {
      padding: 0 20px; }

  .work-how .how-it h3 span {
    padding: 0 20px; }

  .community-slider .slider-item .box {
    padding: 40px 20px; }
    .community-slider .slider-item .box h3 {
      font-size: 40px; }

  .community-join .info h2 {
    font-size: 40px; }

  .blog-main {
    padding: 120px 0 100px; }

  .blog-banner .info {
    width: 400px; }

  .cr-single-bg .sidebar {
    display: none; }
  .cr-single-bg .cr-right {
    width: 100%;
    padding: 0; }
    .cr-single-bg .cr-right .cr-custom {
      min-height: auto; }

  .contact-main .ct-custom .left h1 {
    font-size: 70px; }

  .contact-main {
    padding-top: 76px; } }
@media (max-width: 991px) {
  .home-future .future-slider .slider-it .child-element, .home-future .future-slider .slider-it.slick-current .child-element {
    width: 100% !important;
    margin-right: 0 !important; }

  .work-banner .container .banner-des h1 {
    font-size: 60px; }

  .home-consensus .info {
    margin-bottom: 50px; }
  .home-consensus .feature {
    padding-left: 200px; }

  .home-developers .info {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 0; }
  .home-developers .feature {
    width: 100%; }

  #footer .ft-form h3 {
    width: 100%;
    margin-bottom: 30px; }
  #footer .ft-form input[type='text'] {
    width: calc(100% - 288px); }

  .home-banner {
    padding-top: 0px; }

  .about-top .ab-item .info h4 {
    font-size: 30px; }

  .about-meet {
    padding-top: 150px; }
    .about-meet .meet-custom .left .feature {
      height: 500px; }
    .about-meet .meet-custom .left .people-info {
      max-width: 100%; }
    .about-meet .meet-custom .right .top p {
      font-size: 16px; }
    .about-meet .meet-custom .right .top h3 {
      font-size: 20px;
      margin-bottom: 20px; }
    .about-meet .meet-custom .right .team ul li .team-title {
      padding: 10px 0; }
      .about-meet .meet-custom .right .team ul li .team-title h3 {
        font-size: 20px; }
      .about-meet .meet-custom .right .team ul li .team-title .arrow {
        font-size: 20px;
        top: 7px; }
    .about-meet .meet-custom .right .team ul li .team-content {
      padding: 20px 0; }
      .about-meet .meet-custom .right .team ul li .team-content .people-list {
        margin: 0 -10px; }
        .about-meet .meet-custom .right .team ul li .team-content .people-list .people-it {
          padding: 0 10px; }
          .about-meet .meet-custom .right .team ul li .team-content .people-list .people-it .feature {
            height: 150px; }
          .about-meet .meet-custom .right .team ul li .team-content .people-list .people-it .info {
            padding-top: 20px; }
            .about-meet .meet-custom .right .team ul li .team-content .people-list .people-it .info h4 {
              font-size: 18px; }
            .about-meet .meet-custom .right .team ul li .team-content .people-list .people-it .info h5 {
              font-size: 16px; }

  .news-list {
    margin-left: -10px;
    margin-right: -10px; }
    .news-list .news-item {
      padding: 0 10px; }
      .news-list .news-item .feature {
        height: 180px; }

  .about-journey .journey-custom .journey-item .box h4 {
    font-size: 20px; }
  .about-journey .journey-custom .journey-item .time {
    font-size: 18px; }

  .community-join .info {
    padding-left: 30px; }
    .community-join .info h2 {
      font-size: 35px; }
    .community-join .info .des p {
      font-size: 18px; }

  .contact-main .ct-custom {
    padding: 50px 0; }
    .contact-main .ct-custom .left {
      margin-bottom: 30px; }
      .contact-main .ct-custom .left h3 {
        max-width: 100%; }
      .contact-main .ct-custom .left ul li p a {
        display: inline-block; }

  .blog-form .blog-search input[type="text"] {
    width: 250px;
    margin-right: 20px; }

  .blog-form form .select-it {
    width: 200px; } }
@media (max-width: 767px) {
  #header .hd-right .social a {
    margin-left: 15px;
    font-size: 18px;
    position: relative;
    top: 3px;
    line-height: 1; }

  .home-banner {
    text-align: center;
    background-image: url(../images/bg-mobile.jpg) !important; }
    .home-banner .info {
      left: 20px;
      right: 20px; }
      .home-banner .info h1 {
        font-size: 30px; }
      .home-banner .info p {
        font-size: 20px; }
      .home-banner .info .banner-link {
        display: inline-block; }

  .link-play {
    font-size: 12px; }
    .link-play span {
      width: 52px;
      height: 52px;
      margin-left: 10px; }
      .link-play span img {
        width: 15px; }

  .home-consensus {
    padding: 45px 0 48px;
    text-align: center; }
    .home-consensus .info {
      padding: 0 35px; }
    .home-consensus .feature {
      padding-left: 80px; }
    .home-consensus .consensus {
      display: inline-block;
      margin: 0 auto; }

  .va-sub-title {
    font-size: 13px; }

  .va-title {
    font-size: 25px; }

  .mb-hide {
    display: none; }

  .mb-show {
    display: block; }

  .home-animate-1 {
    display: none; }

  .home-developers {
    padding: 0 0; }
    .home-developers .info {
      margin-bottom: 43px;
      padding: 0 20px; }
      .home-developers .info p {
        font-size: 16px; }
    .home-developers .feature {
      padding: 0 20px; 
	height: 340px;}
    .home-developers:before {
      top: 240px;
	  bottom: 66px}
	.home-developers .feature .feature-it{
		width: 335px;
		    margin: 0 auto;
		float: none;
	}
  .home-animate-2 {
    padding: 56px 0 0; }
    .home-animate-2 .container {
      padding: 0; }
    .home-animate-2 .advan-title {
      padding: 0 20px; }
      .home-animate-2 .advan-title p {
        font-size: 16px; }
    .home-animate-2 .animate-title {
      margin: -30px 0;
      padding: 0 20px; }
    .home-animate-2 .animate-box {
      padding: 20px;
      border-radius: 0;
      margin: 0; }

  .home-future {
    padding: 58px 0 107px;
    position: relative; }
    .home-future .slider-pag {
      position: absolute;
      bottom: 50px;
      left: 0;
      right: 0; }
    .home-future .future-title {
      justify-content: center; }
    .home-future .future-slider .slider-it .feature {
      height: 225.5px; }
      .home-future .future-slider .slider-it .feature .tag {
        bottom: 3px; }
    .home-future .future-slider .slider-it .info {
      padding: 0 20px 30px;
      height: calc(100% - 225.5px);
      background-image: url(../images/mb-bg.jpg) !important;
      background-position: right center !important; }
      .home-future .future-slider .slider-it .info h3 {
        font-size: 20px;
        margin-bottom: 5px; }
      .home-future .future-slider .slider-it .info p {
        font-size: 16px; }
      .home-future .future-slider .slider-it .info .va-btn {
        border-color: #fff; }

  .btn-white {
    font-size: 12px; }

  .slider-pag.mb-show {
    display: flex; }

  .slider-pag.mb-hide {
    display: none; }

  .slider-pag {
    display: flex;
    margin-top: 31px;
    padding: 0 20px;
    justify-content: center; }
    .slider-pag img {
      height: 17px; }
    .slider-pag .slick-slider-dots {
      margin: 0 25px; }
      .slider-pag .slick-slider-dots ul {
        bottom: 4px; }
      .slider-pag .slick-slider-dots li {
        margin: 0 5px;
        width: 8px;
        height: 8px; }
        .slider-pag .slick-slider-dots li button {
          width: 8px;
          height: 8px; }

  #footer {
    text-align: center;
    padding: 46px 20px 41px; }
    #footer .ft-logo, #footer .ft-wg-1, #footer .ft-wg-2 {
      width: 100%;
      border: none;
      justify-content: center;
      position: relative; }
      #footer .ft-logo:before, #footer .ft-wg-1:before, #footer .ft-wg-2:before {
        width: 90px;
        height: 1px;
        background: rgba(255, 255, 255, 0.5);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        content: ""; }
    #footer .ft-logo {
      padding-bottom: 22px;
      display: inline-block; }
      #footer .ft-logo img {
        height: 45px; }
    #footer .ft-wg-1 ul li {
      font-size: 13px; }
    #footer .ft-wg-1 {
      padding: 15px 0; }
    #footer .ft-wg-2 {
      padding: 15px 0; }
      #footer .ft-wg-2 .widget_title {
        font-size: 13px; }
      #footer .ft-wg-2 a {
        font-size: 13px; }
    #footer .ft-form {
      padding: 15px 0 0;
      max-width: 218px;
      margin: 0 auto; }
      #footer .ft-form h3 {
        font-size: 15px;
        padding: 0;
        margin-bottom: 13px; }
      #footer .ft-form input[type='text'] {
        width: 100%;
        font-size: 10px;
        height: 33px;
        margin: 0 0 15px 0;
        border-radius: 10px; }
      #footer .ft-form input[type='submit'] {
        height: 36px;
        font-size: 11px;
        width: 146px;
        padding: 12px;
        margin: 0 auto; }

  .work-banner {
    height: 340px;
    background-position: right center;
    padding-top: 70px; }
    .work-banner .container .banner-des {
      text-align: center;
      text-align: center;
      position: relative;
      top: 0;
      left: 0;
      padding-top: 50px;
      transform: none; }
      .work-banner .container .banner-des h1 {
        font-size: 30px; }
      .work-banner .container .banner-des h4 {
        font-size: 12px;
        text-transform: uppercase; }
      .work-banner .container .banner-des .banner-social {
        justify-content: center;
        margin-top: 0px; }
        .work-banner .container .banner-des .banner-social span {
          font-size: 12px;
          padding-right: 15px; }
        .work-banner .container .banner-des .banner-social .social {
          padding-left: 0;
          display: flex; }
          .work-banner .container .banner-des .banner-social .social a {
            margin-left: 15px;
            font-size: 18px;
            line-height: 1; }

  .about-top .ab-item {
    flex-direction: column-reverse;
    margin-bottom: 0; }
    .about-top .ab-item .feature {
      height: 290px;
      overflow-y: hidden; }
      .about-top .ab-item .feature img {
        height: 100%;
        object-fit: cover;
        border-radius: 25px; }
    .about-top .ab-item .info {
      padding: 30px 0 !important; }
      .about-top .ab-item .info h4 {
        margin: 0;
        font-size: 20px;
        text-align: center; }
      .about-top .ab-item .info h3 {
        font-size: 25px;
        margin-bottom: 20px; }
      .about-top .ab-item .info .des {
        padding-left: 15px;
        border-width: 2px; }
        .about-top .ab-item .info .des p {
          font-size: 16px; }
    .about-top .ab-item:nth-child(2n) {
      flex-direction: column-reverse; }

  .about-meet {
    padding: 0; }
    .about-meet::before {
      display: none; }
    .about-meet .meet-custom .left {
      padding: 0; }
      .about-meet .meet-custom .left .va-title {
        padding: 30px;
        background-image: url(../images/bg-text.jpg);
        border-radius: 0 0 25px 25px;
        margin-bottom: 40px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        text-align: center; }
    .about-meet .meet-custom .right {
      padding: 0; }
      .about-meet .meet-custom .right .top {
        border-bottom: 1px solid #E9E9EE; }
      .about-meet .meet-custom .right .team ul li .team-title {
        padding: 20px 0; }
        .about-meet .meet-custom .right .team ul li .team-title h3 {
          font-size: 16px; }
        .about-meet .meet-custom .right .team ul li .team-title .arrow {
          top: 18px; }
      .about-meet .meet-custom .right .team ul li .team-content .people-list .people-it {
        margin-bottom: 30px;
        border-bottom: 1px solid #E9E9EE;
        padding-bottom: 30px; }
        .about-meet .meet-custom .right .team ul li .team-content .people-list .people-it:last-child {
          margin-bottom: 0;
          border-bottom: none;
          padding-bottom: 0; }
        .about-meet .meet-custom .right .team ul li .team-content .people-list .people-it .feature {
          height: 270px;
          max-width: 400px;
          margin: 0 auto; }
          .about-meet .meet-custom .right .team ul li .team-content .people-list .people-it .feature.active img {
            border-color: transparent; }
          .about-meet .meet-custom .right .team ul li .team-content .people-list .people-it .feature img {
            object-position: center -45px;
            opacity: 1;
            border-radius: 10px; }
        .about-meet .meet-custom .right .team ul li .team-content .people-list .people-it .info {
          padding-top: 13px; }
          .about-meet .meet-custom .right .team ul li .team-content .people-list .people-it .info h4 {
            font-size: 20px;
            margin-bottom: 4px; }
          .about-meet .meet-custom .right .team ul li .team-content .people-list .people-it .info h5 {
            font-size: 13px;
            margin-bottom: 15px; }
        .about-meet .meet-custom .right .team ul li .team-content .people-list .people-it .des .social a {
          color: #F71F3D; }
        .about-meet .meet-custom .right .team ul li .team-content .people-list .people-it .des p {
          font-size: 16px;
          margin-bottom: 20px;
          color: #1C1C23;
          line-height: 1.28; }

  .partner-list-small .partner-it {
    width: 33.33%; }

  .about-partner {
    padding: 30px 0; }

  .about-news {
    padding: 30px 0; }
    .about-news .slider-news {
      margin: 0 -20px 30px; }
      .about-news .slider-news .slick-track {
        display: flex; }
        .about-news .slider-news .slick-track .news-item {
          height: inherit; }
    .about-news .va-title {
      color: #F71F3D;
      margin-bottom: 20px; }

  .va-btn {
    border: 1px solid #D4243E;
    padding: 12px 8px 9px;
    min-width: 138px;
    font-size: 11px; }

  .about-journey {
    padding: 50px 0; }
    .about-journey .va-title {
      font-size: 30px;
      margin-bottom: 25px; }
    .about-journey .year {
      margin-bottom: 10px;
      padding: 0 30px; }
    .about-journey .year ul li {
      margin: 0;
      font-size: 18px; }
    .about-journey .journey-custom {
      padding: 0; }
      .about-journey .journey-custom .slick-prev {
        left: 10px;
        background-size: 10px auto;
        top: -43px;
        transform: none; }
      .about-journey .journey-custom .slick-next {
        right: 10px;
        background-size: 10px auto;
        top: -43px;
        transform: none; }
      .about-journey .journey-custom .slick-track {
        display: block; }
        .about-journey .journey-custom .slick-track .journey-item {
          height: auto; }
      .about-journey .journey-custom .journey-item {
        border: none;
        padding: 40px 0; }
        .about-journey .journey-custom .journey-item.slick-current {
          background-image: url(../images/shape1.png);
          background-position: right center;
          background-size: auto 35px;
          border-top: 1px solid #fff;
          border-bottom: 1px solid #fff; }
        .about-journey .journey-custom .journey-item .box {
          border: none;
          padding: 0; }
          .about-journey .journey-custom .journey-item .box h4 {
            font-size: 16px; }
        .about-journey .journey-custom .journey-item .time {
          padding: 0;
          font-size: 10px; }

  .work-list {
    margin: -170px 0 35px; }
    .work-list .work-item {
      flex-flow: column-reverse !important;
      margin-bottom: 30px; }
      .work-list .work-item .feature {
        margin-bottom: 15px; }
      .work-list .work-item .info h3 {
        font-size: 25px;
        margin-bottom: 20px; }
      .work-list .work-item .info .des {
        padding-left: 15px;
        border-width: 2px;
        font-size: 16px; }

  .work-how {
    padding: 40px 0 0; }
    .work-how .va-title {
      text-align: left !important;
      margin-bottom: 5px; }
    .work-how .how-it h3 {
      font-size: 20px;
      text-align: left !important;
      margin-bottom: 25px; }
      .work-how .how-it h3 span {
        padding: 0 20px 0 0; }
      .work-how .how-it h3::after {
        top: 12px; }
    .work-how .how-it .bg .col-it {
      margin-bottom: 30px; }
      .work-how .how-it .bg .col-it .box {
        padding: 0; }
        .work-how .how-it .bg .col-it .box .icon {
          position: relative;
          top: 0;
          margin-bottom: 20px; }
        .work-how .how-it .bg .col-it .box .des h4 {
          font-size: 16px;
          margin-bottom: 10px; }
        .work-how .how-it .bg .col-it .box .des p {
          font-size: 16px; }

  .work-token {
    padding: 30px 0 0; }
    .work-token:before {
      top: 0;
      bottom: 135px; }
    .work-token .bg .left {
      margin-bottom: 20px;
      text-align: center; }
      .work-token .bg .left p {
        font-size: 20px; }
    .work-token .bg .right .token-list .token-item {
      margin: 15px 0;
      padding: 30px;
      border-radius: 10px; }
      .work-token .bg .right .token-list .token-item .icon {
        margin-bottom: 16px; }
        .work-token .bg .right .token-list .token-item .icon img {
          height: 45px; }
      .work-token .bg .right .token-list .token-item h4 {
        font-size: 20px;
        margin-bottom: 10px; }
      .work-token .bg .right .token-list .token-item p {
        font-size: 16px; }

  .work-involved {
    padding: 35px 0; }
    .work-involved .va-title {
      color: #F71F3D;
      margin-bottom: 20px; }
    .work-involved .involved-list {
      margin-bottom: 30px; }
      .work-involved .involved-list .involved-item .left {
        width: 100%;
        padding: 30px 20px; }
        .work-involved .involved-list .involved-item .left h4 {
          font-size: 20px;
          margin-bottom: 10px; }
        .work-involved .involved-list .involved-item .left p {
          font-size: 16px; }
      .work-involved .involved-list .involved-item .right {
        padding: 25px 40px;
        width: 100%; }
        .work-involved .involved-list .involved-item .right ul li {
          margin: 15px 0; }
          .work-involved .involved-list .involved-item .right ul li a {
            font-size: 16px; }

  .community-join {
    padding: 0;
    margin: -140px 0 30px; }
    .community-join .feature {
      height: auto;
      margin-bottom: 35px; }
      .community-join .feature img {
        max-height: 100%;
        border-radius: 25px; }
    .community-join .info {
      padding: 0; }
      .community-join .info h2 {
        font-size: 25px;
        margin-bottom: 10px; }
      .community-join .info .des {
        padding-left: 15px;
        border-width: 2px; }
        .community-join .info .des p {
          font-size: 16px; }

  .community-slider {
    margin-bottom: 0;
    padding-bottom: 55px;
    position: relative; }
    .community-slider:before {
      position: absolute;
      top: 190px;
      bottom: 300px;
      left: 0;
      right: 0;
      background: #EAEAEF;
      content: ""; }
    .community-slider .container {
      padding: 0; }
    .community-slider .community-slider-custom {
      margin-bottom: 30px; }
    .community-slider .slider-item {
      margin: 15px 20px; }
      .community-slider .slider-item .box {
        padding: 25px;
        border-radius: 25px 25px 25px 0; }
        .community-slider .slider-item .box h4 {
          font-size: 13px; }
        .community-slider .slider-item .box h3 {
          font-size: 25px;
          padding-bottom: 5px;
          margin-bottom: 20px; }
          .community-slider .slider-item .box h3:before {
            height: 2px;
            width: 100px; }
        .community-slider .slider-item .box p {
          font-size: 16px;
          margin-bottom: 20px; }

  .community-event {
    padding: 30px 0 10px; }
    .community-event .va-title {
      margin-bottom: 30px; }
    .community-event .news-item {
      margin-bottom: 20px; }
    .community-event .news-list {
      margin-bottom: 0; }

  .blog-main {
    padding: 70px 0 50px; }

  .blog-banner {
    margin: 0 -20px; }
    .blog-banner .feature {
      width: 100%;
      height: 240px; }
    .blog-banner .info {
      position: relative;
      top: 0;
      transform: none;
      padding: 20px; }
      .blog-banner .info h1 {
        font-size: 25px; }
      .blog-banner .info .btn-read-more {
        font-size: 13px; }

  .blog-form {
    margin: 20px 0;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;
    height: auto; }
    .blog-form.active {
      padding-bottom: 60px; }
    .blog-form form label {
      font-size: 16px;
      margin-right: 10px; }
    .blog-form form .select-it {
      border-width: 1px;
      height: 18px;
      font-size: 13px;
      width: 100px;
      padding-left: 10px; }
    .blog-form .blog-search label {
      font-size: 16px;
      margin-right: 13px; }
    .blog-form .blog-search button[type="submit"] {
      font-size: 15px;
      top: 0; }
    .blog-form .blog-search .click-search {
      margin-right: 10px;
      font-size: 16px; }
    .blog-form .blog-search input[type="text"] {
      position: absolute;
      bottom: 10px;
      left: 20px;
      right: 20px;
      font-size: 16px;
      padding: 10px;
      height: 40px;
      border-radius: 5px;
      width: auto;
      margin: 0; }

  .news-list .blog-item-big .feature {
    height: 180px !important; }
  .news-list .blog-item-big .info {
    position: relative; }

  .blog-custom .news-list .news-item {
    margin-bottom: 20px; }

  .single-main .container {
    padding: 0; }
    .single-main .container .blog-banner {
      margin: 0; }

  .single-info {
    margin: 0;
    background: no-repeat;
    padding: 0;
    text-align: center; }
    .single-info .cat {
      color: #fff;
      font-size: 13px;
      position: relative;
      margin: -30px auto 0; }
    .single-info .left {
      background: #fff;
      padding: 20px;
      width: 100%; }
      .single-info .left .user, .single-info .left .date {
        font-size: 13px; }
        .single-info .left .user i, .single-info .left .date i {
          margin-right: 10px;
          font-size: 13px; }
    .single-info .right {
      padding: 30px 0;
      width: 100%; }
      .single-info .right .share {
        font-size: 16px; }

  .single-custom {
    padding: 20px;
    border-radius: 0; }
    .single-custom .box {
      margin-bottom: 0; }
      .single-custom .box h1 {
        font-size: 25px;
        margin-bottom: 20px; }
      .single-custom .box h3 {
        font-size: 20px; }
      .single-custom .box p {
        font-size: 16px; }
    .single-custom .info-bottom {
      display: none; }

  .single-other {
    padding-top: 50px; }

  .single-other .news-list .slick-track {
    display: flex; }
    .single-other .news-list .slick-track .news-item {
      height: inherit; }

  .careers-main .work-banner {
    height: 230px; }
    .careers-main .work-banner .container .banner-des {
      padding-top: 20px; }

  .carrers-filter .filter-label {
    padding: 15px 20px 15px 45px;
    background-size: 17px auto;
    font-size: 13px;
    background-position: 20px center;
    border-radius: 10px;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 122px;
	  word-break: normal;
    line-height: 1; }
  .carrers-filter .carrers-form {
    padding: 30px 20px; }
    .carrers-filter .carrers-form .left {
      width: 100%; }
      .carrers-filter .carrers-form .left label {
        font-size: 13px; }
      .carrers-filter .carrers-form .left ul li {
        margin: 0 5px 5px 0; }
        .carrers-filter .carrers-form .left ul li a {
          font-size: 8px;
          padding: 6px 15px 4px;
          min-width: 70px; }
    .carrers-filter .carrers-form .right {
      width: 100%;
      border-left: none;
      border-top: 1px solid #E9E9EE;
      padding-top: 20px;
      justify-content: center;
      flex-direction: row; }
      .carrers-filter .carrers-form .right input[type="submit"] {
        margin: 0 5px 0 0; }
      .carrers-filter .carrers-form .right .va-btn {
        margin: 0 0 0 5px; }

  .carrers-list {
    margin-top: 50px; }
    .carrers-list .carrers-item {
      margin-bottom: 20px; }
      .carrers-list .carrers-item .box {
        padding: 25px;
        border-radius: 10px; }
        .carrers-list .carrers-item .box h3 {
          font-size: 20px; }
        .carrers-list .carrers-item .box .address {
          font-size: 16px; }
        .carrers-list .carrers-item .box ul li {
          margin-bottom: 10px;
          font-size: 16px;
          line-height: 1.2; }
          .carrers-list .carrers-item .box ul li span {
            min-width: 120px; }
        .carrers-list .carrers-item .box .va-btn {
          height: auto; }

  .cr-single-bg .cr-right .cr-custom {
    padding: 50px 20px 25px;
    border-radius: 10px; }
    .cr-single-bg .cr-right .cr-custom .top {
      padding: 0  0 30px; }
      .cr-single-bg .cr-right .cr-custom .top .close {
        top: -30px; }
      .cr-single-bg .cr-right .cr-custom .top h1 {
        font-size: 20px;
        margin-bottom: 20px; }
      .cr-single-bg .cr-right .cr-custom .top .address {
        font-size: 16px; }
      .cr-single-bg .cr-right .cr-custom .top ul li {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.2; }
        .cr-single-bg .cr-right .cr-custom .top ul li span {
          min-width: 120px; }
    .cr-single-bg .cr-right .cr-custom .center {
      padding-top: 20px; }
      .cr-single-bg .cr-right .cr-custom .center h3, .cr-single-bg .cr-right .cr-custom .center p, .cr-single-bg .cr-right .cr-custom .center ul li {
        font-size: 16px; }
      .cr-single-bg .cr-right .cr-custom .center ul {
        margin-bottom: 25px; }
      .cr-single-bg .cr-right .cr-custom .center ul li:before {
        width: 8px;
        height: 8px; }
    .cr-single-bg .cr-right .cr-custom .bottom {
      position: relative;
      bottom: 0;
      left: 0;
      right: 0;
      padding-top: 25px;
      justify-content: center; }
      .cr-single-bg .cr-right .cr-custom .bottom .share, .cr-single-bg .cr-right .cr-custom .bottom .print {
        font-size: 16px; }
      .cr-single-bg .cr-right .cr-custom .bottom .left {
        margin-bottom: 30px; }
      .cr-single-bg .cr-right .cr-custom .bottom .right {
        width: 100%; }
        .cr-single-bg .cr-right .cr-custom .bottom .right .va-btn {
          min-width: 100%; }

  .contact-main {
    background-image: url(../images/bg-mobile.jpg) !important;
    padding-top: 70px; }
    .contact-main .ct-custom {
      padding: 30px 0;
      text-align: center; }
      .contact-main .ct-custom .left {
        margin-bottom: 10px; }
        .contact-main .ct-custom .left h1 {
          font-size: 30px; }
        .contact-main .ct-custom .left h3 {
          font-size: 20px;
          margin-bottom: 30px; }
        .contact-main .ct-custom .left ul li {
          margin-bottom: 20px;
          flex-wrap: wrap;
          justify-content: center; }
          .contact-main .ct-custom .left ul li h4 {
            width: 100%;
            border: none;
            min-height: 100%;
            font-size: 13px;
            padding: 0 0 10px;
            text-align: center;
            display: block; }
          .contact-main .ct-custom .left ul li .social {
            padding: 0; }
            .contact-main .ct-custom .left ul li .social a {
              margin: 0 7px;
              font-size: 18px;
              line-height: 1; }
          .contact-main .ct-custom .left ul li p {
            padding: 0;
            font-size: 13px; }
      .contact-main .ct-custom .right .box h4 {
        font-size: 15px;
        margin-bottom: 20px; }
      .contact-main .ct-custom .right .contact-form {
        padding: 50px 60px 25px;
        border-radius: 10px; }
        .contact-main .ct-custom .right .contact-form label {
          font-size: 11px;
          margin-bottom: 5px; }
        .contact-main .ct-custom .right .contact-form input[type="text"], .contact-main .ct-custom .right .contact-form input[type="email"], .contact-main .ct-custom .right .contact-form textarea {
          font-size: 16px;
          padding: 0 0 15px 0;
          margin-bottom: 20px; }
        .contact-main .ct-custom .right .contact-form textarea {
          height: 40px; }
        .contact-main .ct-custom .right .contact-form .input-phone select, .contact-main .ct-custom .right .contact-form .input-phone input[type="tel"] {
          font-size: 13px; }

  .about-journey .journey-custom .journey-item .box {
    height: auto;
    display: block; }

  .blog-no-result {
    padding: 20px 0 50px; }
    .blog-no-result h2 {
      font-size: 25px; }
    .blog-no-result p {
      font-size: 16px; }
.home-banner .banner-bg .feature {
    display: none; }
	.work-banner .container .banner-des .banner-social{
		flex-wrap: nowrap;
	}
}
@media (max-width: 515px) {
  .partner-list-small .partner-it {
    width: 50%; } }
@media (max-width: 360px) {
  .work-banner .container .banner-des .banner-social .social a {
    margin-left: 9px;
    font-size: 14px; }

  #header .hd-right .social a {
    margin-left: 7px; }

  .carrers-filter .carrers-form .right input[type="submit"], .carrers-filter .carrers-form .right .va-btn {
    min-width: 120px; } }

	