.header:not(.scroll-to-fixed) {
  background-color: transparent;
}

.orange {
  color: #F15A24;
}

.btn-blue-gradient {
  display: inline-block;
  margin-top: 2vw;
  width: 250px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border-radius: 15px;
  background: #0098ef;
  background: linear-gradient(45deg, #0098ef 0%, #54cfcb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098ef', endColorstr='#54cfcb',GradientType=1 );
}

.btn-yellow {
  display: inline-block;
  margin-top: 2vw;
  width: 250px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border-radius: 15px;
  background: #ffbb27;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffbb27), to(#ff8731));
  background: linear-gradient(to bottom, #ffbb27 0%, #ff8731 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbb27', endColorstr='#ff8731',GradientType=0 );
}

.banner {
  position: relative;
}

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

.banner:not(.service-banner):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.banner:not(.service-banner) .banner-text {
  position: absolute;
  width: 90%;
  top: calc(50% - 80px);
  left: 5%;
  text-align: center;
}

.banner:not(.service-banner) .banner-text p {
  color: #F15A24;
  font-size: 30px;
  font-weight: 200;
}

.banner:not(.service-banner) .banner-text h3 {
  margin-top: 10px;
  color: #fff;
  font-size: 75px;
  font-weight: bold;
}

.banner.service-banner .banner-text {
  position: absolute;
  width: 1300px;
  top: 50%;
  left: calc((100% - 1300px) / 2);
}

.banner.service-banner .banner-text p {
  padding: 0 25px;
  display: inline-block;
  background-color: #F15A24;
  border-radius: 30px;
  color: #fff;
  font-size: 30px;
  font-weight: 200;
}

.banner.service-banner .banner-text h3 {
  margin-top: 10px;
  color: #fff;
  font-size: 55px;
  font-weight: bold;
  color: #fff;
}

.wrap {
  padding: 3vw 0;
}

.block .container {
  margin: 0 auto;
  padding: 3vw 0;
  width: 90%;
  max-width: 1300px;
}

.block .subTitle {
  margin-bottom: 20px;
}

.block-row {
  margin: 1.5vw 0;
}

.half-block {
  width: 50%;
}

.half-block > img {
  width: 100%;
}

.half-block.w-20p {
  width: 20%;
}

.half-block.w-30p {
  width: 30%;
}

.half-block.w-40p {
  width: 40%;
}

.half-block.w-45p {
  width: 45%;
}

.half-block.w-50p {
  width: 50%;
}

.half-block.w-60p {
  width: 60%;
}

.half-block.w-55p {
  width: 55%;
}

.half-block.w-70p {
  width: 70%;
}

.half-block.w-80p {
  width: 80%;
}

.half-block.pull-left {
  padding-right: 1.5%;
}

.half-block.pull-right {
  padding-left: 1.5%;
}

.about .service-list {
  margin-top: 25px;
}

.about .service-list li {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-bottom: 20px;
  font-weight: bold;
}

.about .service-list li a {
  padding-bottom: 3px;
  color: #666666;
  border-bottom: 1px solid transparent;
}

.about .service-list li:hover a {
  position: relative;
  color: #F15A24;
  border-color: #F15A24;
}

.about .service-list li:hover a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  width: 20px;
  height: 20px;
  background-image: url(../images/about/icon-dot.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.about .dark-block {
  background-color: #171717;
  color: #fff;
}

.about .dark-block .label {
  color: #FFA800;
  font-weight: bold;
}

.about .about-row {
  min-height: 260px;
  padding-right: 300px;
  background-image: url(../images/about/about-01.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 265px;
}

.about .think-block .subTitle {
  margin-top: 5vw;
  margin-bottom: 2vw;
}

.about .think-block .think-row {
  margin-top: 20px;
}

.about .quality-row .label {
  color: #aaaaaa;
}

.about .quality-row p {
  color: #868686;
}

.about .wedo-row .orange-title {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  color: #F15A24;
}

.faq .top-row .orange-title {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  color: #F15A24;
}

.faq p {
  color: #666666;
}

.faq .subTitle {
  margin-top: 4vw;
  margin-bottom: 2vw;
}

.faq .faq-row {
  margin: 0 auto;
  max-width: 1000px;
  width: calc(100% - 50px);
}

.faq .faq-item {
  margin-bottom: 15px;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
}

.faq .faq-item .collapsible {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  background: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0;
  padding: 15px 50px 15px 20px;
  color: #666666;
  border: none;
}

.faq .faq-item .collapsible:after {
  content: "";
  position: absolute;
  right: 20px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #F15A24;
  background-image: url(../images/common/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  -webkit-transition: .2s;
  transition: .2s;
}

.faq .faq-item .collapsible:hover::after {
  opacity: .8;
}

.faq .faq-item .content {
  margin-bottom: 15px;
  padding: 0 20px 15px 20px;
  display: none;
  overflow: hidden;
}

.faq .faq-item.active .content {
  display: block;
  -webkit-animation-name: fadeEffect;
          animation-name: fadeEffect;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}

.faq .faq-item.active .collapsible {
  color: #F15A24;
}

.faq .faq-item.active .collapsible:after {
  background-color: #F2F2F2;
  background-image: url(../images/common/icon-arrow-gray.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq .btn-contact {
  margin-top: 2vw;
  display: inline-block;
  width: 250px;
  line-height: 40px;
  background-color: #F15A24;
  border-radius: 5px;
  color: #fff;
}

.contact .grow-row {
  color: #4D4D4D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact .grow-row .label {
  font-weight: bold;
}

.contact .grow-row .col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: left;
  margin: 0 .5%;
  padding: 2vw 2.5% 4vw 2.5%;
  width: 24%;
  border: 1px solid #CCCCCC;
}

.contact .grow-row .btn-apply {
  position: absolute;
  padding: 5px 0;
  bottom: 1vw;
  left: 10%;
  width: 80%;
  border: 1px solid #4D4D4D;
  color: #4D4D4D;
}

.contact .grow-row p {
  padding-bottom: 10px;
}

.contact .request-row .subTitle {
  margin-top: 4vw;
}

.contact .request-form {
  margin-top: 2vw;
}

.contact .btn-submit {
  margin-top: 2vw;
  width: 250px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #999;
  border-radius: 10px;
  font-weight: bold;
}

.service-1 .provide-row .icon {
  margin-bottom: 10px;
}

.service-1 .provide-row .label {
  font-weight: bold;
  margin-bottom: 10px;
}

.service-1 .blue-block {
  background-image: url(../images/service-1/bg-blue.jpg);
  background-size: cover;
  color: #fff;
}

.service-1 .blue-block .icon {
  font-size: 70px;
  font-weight: bold;
  line-height: 70px;
}

.service-1 .light-blue-block {
  background-image: url(../images/service-1/bg-light-blue.jpg);
  background-size: cover;
  color: #fff;
}

.service-1 .btn-contact {
  margin-top: 2vw;
  display: inline-block;
  width: 250px;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
}

.service-2 .label {
  font-weight: bold;
  margin-bottom: 10px;
}

.service-2 .blue-block {
  background-color: #c7e0fe;
  background-image: url(../images/service-2/bg-blue.jpg);
  background-size: 40%;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.service-2 .process-list {
  margin-top: 2vw;
}

.service-2 .process-list li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 47%;
  height: 80px;
  margin: 10px 2% 10px 0;
}

.service-2 .process-list li::before {
  position: absolute;
  content: "";
  top: -8px;
  right: 0;
  width: calc(100% - 30px);
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}

.service-2 .process-list li p, .service-2 .process-list li .number {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.service-2 .process-list li p {
  color: #4D4D4D;
  font-weight: bold;
  width: calc(100% - 75px);
}

.service-2 .process-list li .number {
  background: url(../images/service-2/icon-circle.png);
  background-size: 100%;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  line-height: 65px;
  text-align: center;
  -webkit-box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.1);
  font-size: 40px;
  font-weight: 500;
  color: #fff;
}

.service-2 .benefit-block {
  background-image: url(../images/service-2/pic-05.jpg);
  background-size: 50% auto;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.service-2 .benefit-block .label {
  margin-bottom: 0;
}

.service-2 .benefit-block .benefit-row {
  margin-bottom: 20px;
}

.service-2 .dark-block {
  color: #fff;
  background-image: url(../images/service-2/bg-dark.jpg);
  background-size: cover;
}

.service-2 .solution-row .col {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 .5%;
  padding: 2vw 5% 0 0;
  width: 48%;
}

.service-2 .solution-row .label {
  background: url(../images/common/icon-dot.png) no-repeat left center;
  color: #F15A24;
}

.service-2 .solution-row .label, .service-2 .solution-row p {
  padding-left: 30px;
}

.service-3 .blue-block {
  background-image: url(../images/service-3/bg-blue.jpg);
  background-size: cover;
  color: #fff;
}

.service-3 .tech-row .col {
  padding: 20px 3%;
  background-color: #fff;
  border-radius: 15px;
  color: #000;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}

.service-3 .tech-row .label {
  margin-top: 20px;
  width: 100%;
}

.service-4 .blue-block {
  background-image: url(../images/service-3/bg-blue.jpg);
  background-size: cover;
  color: #fff;
}

.service-4 .benefit-row .icon {
  width: 60px;
  margin-right: 10px;
}

.service-4 .benefit-row .icon img {
  width: 100%;
}

.service-4 .benefit-row .icon, .service-4 .benefit-row .label {
  display: inline-block;
  vertical-align: middle;
}

.service-4 .benefit-row p {
  padding-left: 75px;
}

.service-4 .process-row .label {
  margin-bottom: 0;
}

.service-4 .process-row .number,
.service-4 .process-row .label {
  display: inline-block;
  vertical-align: middle;
}

.service-4 .process-row .number {
  background: url(../images/service-4/icon-circle.png);
  background-size: 100%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 42px;
  text-align: center;
  -webkit-box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.1);
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  margin-right: 10px;
}

.service-4 .blue-block {
  background-image: url(../images/service-4/bg-blue.jpg);
  background-size: cover;
  color: #fff;
}

.service-4 .dark-block {
  background-image: url(../images/service-4/bg-dark.jpg);
  background-size: cover;
  color: #fff;
}

.service-5 .tab {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-5 .tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 25px 16px;
  margin: 0 1.5%;
  width: calc((100% / 6) - 3%);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.service-5 .tab button svg {
  display: block;
  margin: 0 auto 10px auto;
  fill: #ACB7FC;
  height: 48px;
}

.service-5 .tab button > p {
  margin: 0 auto;
  color: #4D4D4D;
  font-weight: bold;
  line-height: 1.2;
}

.service-5 .tab button:hover {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.service-5 .tab button.active {
  color: #fff;
  background: #76b9fc;
  background: linear-gradient(135deg, #76b9fc 0%, #dab6fc 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76b9fc', endColorstr='#dab6fc',GradientType=1 );
}

.service-5 .tab button.active svg {
  fill: #fff;
}

.service-5 .tab button.active > p {
  color: #fff;
}

.service-5 .tabcontent {
  display: none;
  padding: 6px 12px;
}

.service-5 .tabcontent.active {
  display: block;
}

.service-5 .tabcontent .label {
  font-weight: bold;
  margin-top: 15px;
}

.service-5 .tabcontent p {
  color: #4D4D4D;
}

.service-5 .blue-block {
  background-image: url(../images/service-5/bg-dark.jpg);
  background-position: center bottom;
  background-size: cover;
  color: #fff;
}

.service-5 .blue-block .icon {
  font-size: 70px;
  font-weight: bold;
  line-height: 70px;
}

.service-6 .bar-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-6 .bar-item {
  width: 47%;
  margin-right: 2%;
  margin-top: 15px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-6 .bar-item > div {
  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;
}

.service-6 .bar-item > div.icon {
  font-size: 30px;
  font-weight: 500;
  background-color: #FBCE3A;
  color: #fff;
  text-shadow: rgba(148, 155, 156, 0.6) 1px 1px 4px;
  width: 45px;
  text-align: center;
}

.service-6 .bar-item > div.label {
  padding: 5px 10px;
  width: calc(100% - 65px);
}

.service-6 .blue-block {
  background-image: url(../images/service-6/bg-dark.jpg);
  background-position: right center;
  background-size: cover;
  color: #fff;
}

.service-6 .tab {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-6 .tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 25px 1.5%;
  width: calc(100% / 6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  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;
  border-bottom: 3px solid #F1F1F1;
}

.service-6 .tab button > p {
  margin: 0 auto;
  color: #4D4D4D;
  font-weight: bold;
  line-height: 1.2;
}

.service-6 .tab button:hover {
  border-color: #999;
}

.service-6 .tab button.active {
  border-color: #333333;
}

.service-6 .tabcontent {
  display: none;
  padding: 6px 12px;
}

.service-6 .tabcontent.active {
  display: block;
}

.service-6 .tabcontent .label {
  font-weight: bold;
  margin-top: 15px;
}

.service-6 .tabcontent p {
  color: #4D4D4D;
}

.service-6 .tech-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-6 .tech-row .tech-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 1%;
  margin: 10px 1.5%;
  width: calc((100% / 6) - 3%);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  text-align: center;
}

.service-6 .tech-row .tech-item .icon {
  margin: 0 auto;
  width: 90px;
}

.service-6 .tech-row .tech-item .icon img {
  width: 100%;
}

.service-6 .tech-row .tech-item p {
  font-weight: bold;
  line-height: 1.2;
}

.service-7 .blue-block {
  background-image: url(../images/service-7/bg-dark.jpg);
  background-position: right center;
  background-size: cover;
  color: #fff;
}

.service-7 .blue-block .icon {
  font-size: 70px;
  font-weight: bold;
  line-height: 70px;
}

.service-7 .purple-block {
  background-image: url(../images/service-7/bg-purple.jpg);
  background-position: right center;
  background-size: cover;
  color: #fff;
}

.service-7 .purple-block .container {
  max-width: 800px;
}

.service-7 .purple-block .icon {
  font-size: 70px;
  font-weight: bold;
  line-height: 70px;
}

.service-7 .serve-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-7 .serve-row .col {
  border: 1px solid #F6F7FA;
  margin-bottom: 1.5vw;
  padding: 2vw 2%;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.service-7 .tech-row .pic {
  margin-top: 15px;
}

.service-8 .blue-block {
  background-image: url(../images/service-8/bg-dark.jpg);
  background-position: right center;
  background-size: cover;
  color: #fff;
}

.service-8 .bar-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-8 .bar-item {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-top: 15px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-8 .bar-item > div {
  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;
}

.service-8 .bar-item > div.icon {
  font-size: 30px;
  font-weight: 500;
  background-color: #FBCE3A;
  color: #fff;
  text-shadow: rgba(148, 155, 156, 0.6) 1px 1px 4px;
  width: 45px;
  text-align: center;
}

.service-8 .bar-item > div.label {
  padding: 5px 10px;
  width: calc(100% - 65px);
}

.row-mb {
  margin-bottom: 4vw;
}

.row-2 .icon {
  margin-bottom: 10px;
}

.row-2 .label {
  font-weight: bold;
  margin-bottom: 10px;
}

.row-2 .col {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 .5%;
  padding: 2vw 5% 0 0;
  width: 48%;
}

.row-3 .icon {
  margin-bottom: 10px;
}

.row-3 .label {
  font-weight: bold;
  margin-bottom: 10px;
}

.row-3 .col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: inline-block;
  vertical-align: top;
  margin: 0 .5%;
  padding: 2vw 5% 0 0;
  width: 31.9%;
}

.row-4 .icon {
  margin-bottom: 10px;
}

.row-4 .label {
  font-weight: bold;
  margin-bottom: 10px;
}

.row-4 .col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: inline-block;
  vertical-align: top;
  margin: 0 .5%;
  padding: 2vw 3% 0 0;
  width: 23.5%;
}

.question-row-2 .label {
  font-weight: bold;
  margin-bottom: 10px;
}

.question-row-2 .col {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 .5%;
  padding: 2vw 5% 0 0;
  width: 48%;
}

.orange-dot {
  margin-top: 1vw;
}

.orange-dot .col {
  margin-bottom: 10px;
}

.orange-dot li {
  background: url(../images/common/icon-dot.png) no-repeat left 4px;
  padding-left: 35px;
  margin-bottom: 5px;
  color: #4D4D4D;
  font-weight: bold;
}

.orange-dot .label {
  margin-bottom: 10px;
  background: url(../images/common/icon-dot.png) no-repeat left 5px;
  color: #F15A24;
}

.orange-dot .label, .orange-dot p {
  padding-left: 30px;
}

.white-list .label {
  margin-bottom: 10px;
  background: url(../images/common/icon-dot-white.png) no-repeat left 5px;
}

.white-list .label, .white-list p {
  padding-left: 30px;
}

@media (max-width: 1367px) {
  .banner.service-banner .banner-text {
    width: 90%;
    top: 40%;
    left: 5%;
  }
  .banner.service-banner .banner-text h3,
  .banner:not(.service-banner) .banner-text h3 {
    font-size: 36px;
  }
  .banner.service-banner .banner-text p,
  .banner:not(.service-banner) .banner-text p {
    font-size: 20px;
  }
  .faq .top-row .orange-title,
  .about .wedo-row .orange-title {
    font-size: 24px;
  }
}

@media (max-width: 1025px) {
  .block .container {
    width: 94%;
  }
  .half-block {
    width: 100%;
    margin: 10px 0;
  }
  .half-block.pull-right {
    padding-left: 0;
  }
  .half-block > img {
    max-width: 450px;
    margin: 0 auto;
    display: block;
  }
  .half-block.w-40p, .half-block.w-45p, .half-block.w-50p, .half-block.w-55p, .half-block.w-60p {
    width: 100%;
  }
  .contact .grow-row .col {
    width: 49%;
    margin-bottom: 10px;
    padding-bottom: 50px;
  }
  .contact .grow-row .btn-apply {
    bottom: 10px;
  }
  .row-3 .col {
    padding-right: 0;
  }
  .row-4 .col {
    width: 48.5%;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .question-row-2 .col {
    padding-right: 0;
  }
  .service-1 .blue-block .icon {
    margin-bottom: 0;
    font-size: 50px;
    line-height: 50px;
  }
  .service-2 .benefit-block {
    background-size: 30%;
    padding-right: 30%;
  }
  .service-5 .tab {
    margin-bottom: 0;
  }
  .service-5 .tab button {
    padding: 10px 1%;
    margin: 0 0.5%;
    width: calc((100% / 6) - 1%);
  }
  .service-6 .tab button {
    padding: 10px 1%;
  }
  .service-6 .tech-row .tech-item {
    margin: 10px 0.5%;
    padding: 10px 1%;
    width: calc((100% / 6) - 1%);
  }
  .orange-dot .label {
    background-position: left 0;
  }
}

@media (max-width: 768px) {
  .block .subTitle {
    margin-bottom: 10px;
  }
  .half-block > img {
    max-width: 100%;
  }
  .banner:not(.service-banner) .banner-text {
    top: initial;
    bottom: 5vw;
  }
  .banner.service-banner .banner-text h3,
  .banner:not(.service-banner) .banner-text h3 {
    font-size: 24px;
  }
  .banner:not(.service-banner) .banner-text h3 {
    margin-top: 0;
  }
  .banner.service-banner .banner-text p,
  .banner:not(.service-banner) .banner-text p {
    font-size: 16px;
  }
  .about .about-row {
    padding-right: 30%;
    background-size: 30%;
    min-height: auto;
  }
  .row-3 .col {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .row-3 .icon,
  .row-3 .label {
    margin-bottom: 0;
  }
  .row-3 .icon {
    margin-right: 0;
    width: 40px;
  }
  .row-3 .icon img {
    width: 100%;
  }
  .row-3 .label {
    width: calc(100% - 35px);
  }
  .row-4 .icon {
    width: 40px;
  }
  .row-4 .icon img {
    width: 100%;
  }
  .faq .top-row .orange-title,
  .about .wedo-row .orange-title {
    font-size: 18px;
  }
  .faq .faq-item .collapsible:after {
    width: 20px;
    height: 20px;
    background-size: 9px;
  }
  .service-1 .provide-row .icon {
    margin-bottom: 0;
  }
  .service-1 .provide-row .icon img {
    width: 100%;
  }
  .service-1 .provide-row .label {
    margin-bottom: 0;
  }
  .service-1 .blue-block .icon {
    font-size: 26px;
    line-height: 26px;
  }
  .service-2 .process-list li {
    width: 100%;
    margin-right: 0;
    height: 60px;
  }
  .service-2 .process-list li .number {
    font-size: 26px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .service-4 .process-row {
    text-align: center;
  }
  .service-4 .process-row.row-3 .col {
    margin: 0 .5%;
    width: 31.9%;
  }
  .service-4 .benefit-row .icon {
    margin-right: 0;
    margin-bottom: 0;
    width: 40px;
  }
  .service-4 .benefit-row .label {
    margin-bottom: 0;
  }
  .service-4 .benefit-row .icon, .service-4 .benefit-row .label {
    display: block;
  }
  .service-4 .benefit-row p {
    padding-left: 0;
  }
  .service-5 .blue-block .icon {
    font-size: 26px;
    line-height: 26px;
  }
  .service-6 .bar-item > div.icon {
    font-size: 26px;
  }
  .service-6 .tech-row .tech-item {
    width: calc((100% / 3) - 1%);
  }
  .service-7 .blue-block .icon {
    font-size: 26px;
    line-height: 26px;
  }
  .service-8 .bar-item > div.icon {
    font-size: 26px;
  }
  .white-list .label,
  .orange-dot li {
    background-size: 15px;
    background-position: left 0;
    padding-left: 25px;
  }
  .question-row-2 .col {
    padding-top: 15px;
  }
}

@media (max-width: 569px) {
  .block .subTitle {
    margin-bottom: 7px;
  }
  .banner {
    height: 200px;
  }
  .about .service-list li {
    margin-bottom: 7px;
  }
  .row-3 .icon {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .about .service-list li {
    width: 100%;
  }
  .faq .faq-row {
    width: 100%;
  }
  .contact .grow-row .col {
    width: 100%;
  }
  .contact .grow-row .btn-apply {
    left: 5%;
    width: 90%;
  }
  .question-row-2 .col {
    width: 100%;
  }
  .row-2 .col {
    width: 100%;
  }
  .row-4 .col {
    width: 100%;
  }
  .service-2 .benefit-block {
    padding-right: 0;
    background: none;
  }
  .service-4 .process-row.row-3 .col {
    width: 31.5%;
  }
  .service-5 .tab button {
    margin-bottom: 10px;
    width: calc((100% / 3) - 1%);
  }
  .service-5 .tab button svg {
    height: 30px;
  }
  .service-6 .tab button {
    width: calc(100% / 3);
  }
  .service-6 .bar-item {
    width: 100%;
    margin-right: 0;
  }
  .service-8 .bar-item {
    width: 100%;
    margin-right: 0;
  }
  .orange-dot .col {
    margin-bottom: 10px;
  }
  .orange-dot .label {
    margin-bottom: 0;
    background-size: 15px;
  }
  .orange-dot .label, .orange-dot p {
    padding-left: 20px;
  }
  .btn-yellow,
  .faq .btn-contact,
  .service-1 .btn-contact,
  .contact .btn-submit,
  .btn-blue-gradient {
    width: 200px;
    height: 35px;
    line-height: 35px;
  }
}
