.bannerCommon {
  position: relative;
  width: 100%;
  height: 380px;
  margin-top: 109px;
}

@media only screen and (max-width: 768px) {
  .bannerCommon {
    margin-top: 55px !important;
  }
}

.bannerCommon > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bannerCommon_title {
  position: absolute;
  top: 40%;
  width: 100%;
  font-size: 40px;
  line-height: 59px;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 2;
  text-align: center;
  font-weight: 600;
}

.introContent {
  width: 100%;
  height: auto;
  padding: 60px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 568px) {
  .introContent {
    padding: 32px 0;
  }
}

.introContent:nth-child(odd) {
  background: #f5f5f5;
}

.introContent_title {
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  color: #2063a3;
}

.introContent_desc {
  padding-top: 32px;
  font-size: 16px;
  line-height: 26px !important;
  color: #1d2029;
  font-style: normal;
  font-weight: 400;
}

.introContent_desc img {
  width: 100%;
}

.introContent_left {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}

@media only screen and (max-width: 1024px) {
  .introContent_left {
    margin-top: 24px;
  }
}

.introContent_left img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .introContent_left img {
    height: 450px;
  }
}

@media only screen and (max-width: 568px) {
  .introContent_left img {
    height: 350px;
  }
}

.introContent_right {
  -webkit-box-flex: 0.55;
      -ms-flex: 0.55;
          flex: 0.55;
}

.introContent_right h2 {
  padding-bottom: 22px;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 44px;
  text-transform: uppercase;
  color: #2063a3;
}

.introContent_right > p {
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 26px;
  color: #72757b;
}

.introContent_right__collapse {
  padding: 12px 0 1px 20px;
}

.introContent_right__item {
  padding-top: 11px;
}

.introContent_drop {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #eb7f2c;
  border: none;
  background-color: transparent;
}

.collapsed {
  color: #1d2029;
}

.introTitle {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #2063a3;
}

.introDesc {
  font-size: 16px;
  line-height: 26px;
  color: #72757b;
  text-align: justify;
}

.dropIcon {
  font-size: 16px;
  color: #72757b;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-right: 20px;
}

.partnerImg {
  width: 88px;
  height: 88px;
}

.partnerImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #dfdfdf;
  padding: 4px;
}

.collapsed i {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.introSlider {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .introSlider {
    height: 300px;
    padding: 15px 0;
  }
}

@media only screen and (max-width: 568px) {
  .introSlider {
    height: 170px;
    padding: 15px 0;
  }
}

.content-row {
  gap: 0 24px;
}

@media only screen and (max-width: 1024px) {
  .content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.content-reverse {
  gap: 0 24px;
}

@media only screen and (max-width: 1024px) {
  .content-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.row-reverse.content-reverse {
  padding-bottom: 0;
}

.container.content-row {
  padding-bottom: 0;
}

@media screen and (max-width: 1920px) and (min-width: 1366px) {
  .introTitle {
    font-size: 34px;
    line-height: 44px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .introContent_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) and (min-width: 481px) {
  .introContent_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .introContent.section-0 .introContent_left img {
    width: 100%;
    height: 295px;
  }
  .introContent_left img {
    height: 450px;
    width: 524px;
  }
}

@media screen and (max-width: 480px) {
  .introContent_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .introContent.section-0 .introContent_left img {
    width: 426px;
    height: 290px;
  }
  .introContent_left img {
    height: 350px;
    width: 426px;
  }
}

.introContent_wrap.container {
  margin-bottom: 0;
}

.introContent.section-0 .container {
  margin-bottom: 0;
}

.introContent.section-1 .container {
  margin-bottom: 0;
}

.introContent.section-2 .container {
  margin-bottom: 0;
}

.introContent.section-0 .introContent_left img {
  width: 100%;
  height: 320px;
}

.introContent_left img {
  max-width: calc(100% + 48px);
}

.introContent.section-0 .introContent_right p {
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  text-align: justify !important;
  color: #ffffff !important;
}

.introContent.section-0 {
  background: #e27520;
}

.introContent.section-0 .introContent_right h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 44px;
  text-transform: uppercase;
  color: #ffffff;
}

.introContent.section-2 {
  background: #f4f5fc;
}

.introContent.section-1 .introContent_right span {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #1d2029;
}

.introContent.section-2 .introContent_right span {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #1d2029;
}

.home-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.line-space {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-left: 4px;
}

.child-text {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
/*# sourceMappingURL=page-introduce.css.map */