.bannerks {
  background: url(../images/942b5bddb1606ce63caa0e09b33db20f.jpg) center center no-repeat;
  background-size: cover;
  height: 640px; }

@media (max-width: 1199px) {
  .bannerks {
    height: 500px; } }

@media (max-width: 991px) {
  .bannerks {
    height: 400px; } }

@media (max-width: 767px) {
  .bannerks {
    height: 300px; } }

@media (max-width: 575px) {
  .bannerks {
    height: 200px; } }

.developmentCourse .container {
  position: relative; }

.developmentCourse .title {
  font-size: 36px;
  color: #1b1b1b;
  text-align: center;
  margin-top: 75px; }

.developmentCourse .swiper-container {
  padding-top: 75px;
  padding-bottom: 100px; }

.developmentCourse .swiper-pagination {
  display: none; }

.developmentCourse .swiper-slide {
  padding: 0 30px;
  height: 200px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  background: url(../images/91bd61240e6b3f51dae8ce1873b329a9.png) no-repeat;
  background-position: right 25px top 39px; }
  .developmentCourse .swiper-slide::after {
    position: absolute;
    width: 100%;
    height: 6px;
    content: '';
    bottom: 0;
    left: 0;
    background: url(../images/6372ed789940eb03ada2bdf8bf34fd2f.png) center center no-repeat;
    background-size: cover; }
  .developmentCourse .swiper-slide .date {
    padding-top: 25px;
    font-size: 36px;
    color: #0074d3;
    position: relative;
    padding-bottom: 5px;
    font-family: 'SWIS721_BLKCN_BT_BLACK'; }
    .developmentCourse .swiper-slide .date::after {
      position: absolute;
      bottom: 5px;
      content: '';
      left: 0;
      width: 30px;
      height: 2px;
      background: #0074d3; }
  .developmentCourse .swiper-slide .desc {
    margin-top: 20px;
    font-size: 14px;
    color: #858585;
    line-height: 1.8; }

.developmentCourse .swiper-button-prev, .developmentCourse .swiper-container-rtl .swiper-button-next {
  left: -75px; }

.developmentCourse .swiper-button-next, .developmentCourse .swiper-container-rtl .swiper-button-prev {
  right: -75px; }

.developmentCourse .swiper-button-prev, .developmentCourse .swiper-button-next {
  margin-top: 0; }

@media (min-width: 1500px) {
  .developmentCourse .container {
    max-width: 1440px; }
    .developmentCourse .container .swiper-container {
      padding-left: 20px;
      padding-right: 20px; } }

@media (max-width: 1649px) {
  .developmentCourse .swiper-button-prev, .developmentCourse .swiper-button-next {
    position: static; }
  .developmentCourse .container .contentChildren {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .developmentCourse .container .contentChildren .swiper-container {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .developmentCourse .container .swiper-container {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 991px) {
  .developmentCourse .swiper-pagination {
    display: block;
    position: static; }
  .developmentCourse .swiper-button-prev, .developmentCourse .swiper-button-next {
    display: none; }
  .developmentCourse .container .contentChildren {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .developmentCourse .container .contentChildren .swiper-container {
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%; }
  .developmentCourse .container .contentChildren .swiper-container {
    padding-bottom: 40px; }
  .developmentCourse .container .contentChildren {
    margin-bottom: 40px; }
  .developmentCourse .swiper-pagination-bullet {
    margin: 0 5px; } }

@media (max-width: 767px) {
  .developmentCourse .container .contentChildren .swiper-container {
    margin: 0; } }

@media (max-width: 575px) {
  .developmentCourse .title {
    font-size: 20px;
    margin-top: 40px; }
  .developmentCourse .container .contentChildren .swiper-container {
    padding-top: 20px;
    padding-bottom: 20px; }
  .developmentCourse .swiper-slide .date {
    font-size: 20px; }
  .developmentCourse .swiper-slide {
    height: auto;
    padding-bottom: 40px; } }

.model {
  position: relative;
  height: 500px;
  background: url(../images/45aae3de192d7b4913c1b4d46fc8fe2c.jpg) center center no-repeat;
  background-size: cover; }
  .model::after, .model::before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    top: 0;
    z-index: 2; }
  .model::after {
    left: 0;
    background: rgba(39, 39, 39, 0.8); }
  .model::before {
    right: 0;
    background: rgba(231, 182, 3, 0.75); }
  .model .container {
    position: relative;
    z-index: 3; }
  .model .container {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .model .container .left {
      height: 100%; }
  .model .left, .model .right {
    width: 560px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .model .left .title, .model .right .title {
      font-size: 24px;
      color: #1f1f1f;
      display: inline-block;
      padding: 5px 15px;
      border-radius: 10px;
      background: #fff;
      position: absolute;
      top: 130px;
      left: 0;
      right: 0;
      margin: auto; }
    .model .left ul, .model .right ul {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 200px;
      border: 2px dashed #fff;
      border-radius: 10px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .model .left ul .iconimg, .model .right ul .iconimg {
        margin: 0 20px;
        margin-bottom: 25px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .model .left ul .iconimg:last-child, .model .right ul .iconimg:last-child {
          display: none; }
      .model .left ul .txt, .model .right ul .txt {
        color: #fff;
        margin-top: 5px;
        text-align: center;
        font-size: 18px; }
      .model .left ul li, .model .right ul li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .model .left ul li .img, .model .right ul li .img {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
  .model .vs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .model .vs .vsChildren {
      width: 120px;
      height: 120px;
      background: #0071bc;
      color: #fff;
      font-size: 75px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 50%;
      font-family: 'SWIS721_BLKCN_BT_BLACK';
      font-style: italic;
      padding-right: 10px;
      padding-bottom: 10px; }
  .model .right .title {
    width: 280px; }
  .model .right ul .iconimg {
    margin: 0 3px;
    margin-bottom: 25px; }
  .model .right ul li .img {
    margin-top: 30px; }
  .model .left .title {
    width: 180px; }

@media (max-width: 1499px) {
  .model .vs .vsChildren {
    width: 90px;
    height: 90px;
    margin: 0 20px;
    font-size: 60px; }
  .model .right ul .iconimg {
    margin: 0 3px; }
  .model .left ul .txt, .model .right ul .txt {
    font-size: 16px; } }

@media (max-width: 1199px) {
  .model .right ul .iconimg {
    margin: 0 0; }
  .model .left ul .txt, .model .right ul .txt {
    font-size: 14px; }
  .model .vs .vsChildren {
    width: 60px;
    height: 60px;
    font-size: 40px;
    padding-right: 5px;
    padding-bottom: 5px; } }

@media (max-width: 991px) {
  .model .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .model {
    height: auto;
    padding: 60px 0;
    padding-bottom: 40px; }
  .model .vs {
    margin: 40px 0;
    margin-bottom: 60px; }
  .model .left .title, .model .right .title {
    top: -23px; }
  .model .right ul .iconimg {
    margin: 0 10px; }
  .model::after, .model::before {
    width: 100%;
    height: 50%; }
  .model::after {
    bottom: 0;
    top: initial;
    top: inherit; }
  .model .left, .model .right {
    width: 100%; }
  .model .left .title, .model .right .title {
    text-align: center; } }

@media (max-width: 575px) {
  .model .left .title, .model .right .title {
    font-size: 20px;
    text-align: center; }
  .model .left ul .iconimg, .model .right ul .iconimg {
    display: none; }
  .model .left ul li, .model .right ul li {
    margin: 0 20px; }
  .model .right ul {
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    height: auto;
    padding: 20px 0;
    padding-bottom: 30px; }
    .model .right ul li {
      width: 50%;
      margin: 0; }
  .model .left ul li .img img, .model .right ul li .img img {
    width: 40px; }
  .model .right .title {
    width: 240px; }
  .model .left .title {
    width: 155px; }
  .model .left .title, .model .right .title {
    top: -19px; }
  .model .left ul {
    height: 160px; }
  .model::before {
    content: none; }
  .model::after {
    height: 100%; }
  .model .vs {
    margin: 20px 0;
    margin-bottom: 40px; }
  .model .right ul {
    padding-left: 20px;
    padding-right: 20px; }
  .model .left .title, .model .right .title {
    font-size: 16px; }
  .model .left .title {
    width: 130px; }
  .model .right .title {
    width: 195px; } }

.ServiceAdvantages {
  padding-top: 80px;
  padding-bottom: 100px;
  background: url(../images/c6c1910c31566cb97bca66cee19152bb.png) center bottom no-repeat;
  background-color: #ffffff; }
  .ServiceAdvantages .title {
    text-align: center;
    font-size: 36px;
    color: #1b1b1b; }
  .ServiceAdvantages ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap; }
    .ServiceAdvantages ul li {
      width: 33.333333333333336%;
      padding: 0 40px;
      margin-top: 35px; }
      .ServiceAdvantages ul li .liChildren {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: url(../images/2b8dc33bc38549b53383606edb9e7f55.png) center top no-repeat;
        padding-top: 40px;
        padding-bottom: 40px; }
        .ServiceAdvantages ul li .liChildren .num {
          border-radius: 50%;
          width: 80px;
          height: 80px;
          background: #0074d3;
          font-family: 'SWIS721_BLKCN_BT_BLACK';
          color: #fff;
          font-size: 36px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
        .ServiceAdvantages ul li .liChildren .desc {
          font-size: 14px;
          color: #818181;
          text-align: center;
          margin: 15px 0;
          width: 265px;
          line-height: 1.8;
          height: 125px; }
        .ServiceAdvantages ul li .liChildren .img {
          width: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }

@media (max-width: 1499px) {
  .ServiceAdvantages ul li {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 1199px) {
  .ServiceAdvantages ul li {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 991px) {
  .ServiceAdvantages ul li .liChildren {
    background-size: cover; }
  .ServiceAdvantages ul li {
    padding-left: 0;
    padding-right: 0; }
  .ServiceAdvantages ul li .liChildren {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media (max-width: 767px) {
  .ServiceAdvantages ul li .liChildren {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .ServiceAdvantages ul li {
    width: 100%; }
  .ServiceAdvantages ul li .liChildren {
    background-image: none; }
  .ServiceAdvantages ul li .liChildren .desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto; }
  .ServiceAdvantages ul li .liChildren .img {
    display: none; }
  .ServiceAdvantages ul li .liChildren .desc {
    text-align: left;
    height: auto; }
  .ServiceAdvantages ul li .liChildren .num {
    margin-right: 20px; }
  .ServiceAdvantages ul li {
    margin-top: 0; }
  .ServiceAdvantages ul li .liChildren {
    padding-bottom: 0; }
  .ServiceAdvantages {
    padding-top: 40px;
    padding-bottom: 50px; } }

@media (max-width: 575px) {
  .ServiceAdvantages .title {
    font-size: 20px; }
  .ServiceAdvantages {
    padding-bottom: 40px; }
  .ServiceAdvantages ul li .liChildren .num {
    width: 50px;
    height: 50px;
    font-size: 20px; }
  .ServiceAdvantages ul li .liChildren .desc {
    margin: 0px 0; }
  .ServiceAdvantages {
    background-image: none; } }

