
html {
  font-size: 16px;
}
.ruixin-box .container-fluid img{
  display: block;
  width: 100%;
}
.pa-0 {
  padding: 0!important;
}
.position-relative {
  position: relative;
  z-index: 2;
}
.top-section {
  z-index: 50;
  background-color: white;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  color: white;
  padding: 0;
  -webkit-clip-path: polygon(0 0,100% 0,100% 82%,50% 100%,0 82%);
  clip-path: polygon(0 0,100% 0,100% 82%,50% 100%,0 82%);
  background-image: url(../img/banner.jpg);
}
.bg-wrapper{
  padding: 150px 0 200px 0;
  text-align: center;
  background-color: rgba(0,0,0,.1);
}
.top-section .title {
  font-size: 3.125rem;
  color: #fff;
  letter-spacing: 5.21px;
  height: 70px;
  line-height: 70px;
  font-weight: 400;
}
.top-section .text {
  text-align: center;
  font-size: 1rem;
  color: #dbe1ed;
  letter-spacing: 1.2px;
  line-height: 50px;
  height: 25px;
}

.top-section .scroll-down{
  width: 19px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -9.5px;
}
.section-box {
  padding: 80px 0 32px;
  position: relative;
}
.section-box .section-header {
  text-align: center;
  color: #888b8d;
  margin-bottom: 80px;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 200;
}
.section-box .section-tittle{
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #536682;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 600;
}
.section-box .section-text {
  text-align: center;
}
.line-bg{
  display: inline-block;
  width: 88px;
  height: 2px;
  background-color: #d8d8d8;
  position: relative;
}
.line-bg .line {
  width: 30px;
  height: 4px;
  background-color: #0e5936;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: -1px;
}
.section-box .section-content .p-indent {
  text-indent: 2rem;
  line-height: 2em;
  margin-top: 25px;
  margin-bottom: 25px;
  overflow: hidden;
  color: rgb(136, 136, 136);
  font-size: 0.875rem;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: justify;
}
.main-content-text .text{
  font-size: 28px;
  color: #727272;
  font-weight: 200;
  line-height: 46px;
  text-transform: capitalize;
}
.main-content-text .title {
  font-weight: bold;
  color: #0e5936;
}
.about-us-content {
  display: flex;
  align-items: center;
}
.about-us-content .main-content-text,
.about-us-content .main-content-img-box{
  padding: 20px;
}
.about-us-content .flex-6{
  width: 56%;
}
.about-us-content .flex-1{
  flex: 1;
}
.about-us-content .main-content-img-box img{
  display: block;
  width: 100%;
}
.about-us-content.about-us-bottom {
  align-items: flex-end;
}
.bottom-bg {
  background-color: #f5f5f5;
  width: 100%;
  height: 242px;
  position: absolute;
  bottom: 26px;
  left: 0;
  z-index: 1;
}
.swiper-box-box{
  height: 350px;
  width: 1100px;
  margin: 0 auto 80px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #0e5936;
}
.swiper-box-box .img-box img{
  display: block;
  width: 100%;
}
.swiper-box-box .text{
  border: 1px solid #f6f5f5;
  padding: 20px 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.swiper-box-box .text .title{
  font-size: 14px;
  margin-bottom: 5px;
}
.swiper-box-box .text .small-text{
  font-size: 14px;
  margin-bottom: 5px;
}
.footter{
  margin-top: 100px;
  border-top: 1px solid #f6f5f5;
  padding: 37px 0;
  text-align: center;
  color: #bfbfbf;
  line-height: 24px;
  font-size: 14px;
}
.content-section {
  margin-bottom: 80px;
}
.content-third {
  padding: 0 20px;
  color: rgb(136, 136, 136);
}
.content-third .item-our{
  padding: 20px 0;
}
.content-third .item-our .title{
  font-size: 1rem;
  color: #0e5936;
  font-weight: bold;
}
.content-third .item-our .text{
  line-height: 1.5rem;
}
.content-third .item-our .line-bg{
  margin: 14px 0;
  width: 70px;
}
.content-third .item-our .line-bg .line{
  left: 0;
  margin-left: 0;
}
@media only screen and (max-width: 727px){
  .top-section .title {
    font-size: 2rem;
    color: #fff;
    height: unset;
    line-height: unset;
    font-weight: 400;
  }
  .top-section .text {
    text-align: center;
    font-size: .875rem;
    color: #dbe1ed;
    letter-spacing: 1.2px;
    margin-top: 1.5rem;
    height: unset;
    line-height: unset;
  }
  .bg-wrapper {
    padding: 80px 20px 110px 20px;
  }
  .top-section {
    -webkit-clip-path: polygon(0 0,100% 0,100% 94%,50% 100%,0 94%);
    clip-path: polygon(0 0,100% 0,100% 94%,50% 100%,0 94%);
  }
  .section-box .section-header {
    font-size: .75rem;
  }
  .section-box .section-tittle{
    font-size: 1.2rem;
  }
  .about-us-content {
    display: flex;
    flex-direction: column;
  }
  .about-us-content .flex-6 {
    width: 100%;
  }
  .ourphilosophy {
    display: none;
  }
}