.bobo_company_intro .v-box {
  position: absolute;
  right: 20px;
  bottom: 15px;
  box-sizing: border-box;
}

.bobo_company_intro .v-box .v a {
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  background-color: var(--color-primary);
  border-radius: 50%;
}

.bobo_company_intro .v-box .v a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--color-primary) 50%, transparent 25%);
  animation: scale2 2s linear infinite
}
.bobo_company_intro {
  padding: 60px 0;
  direction: ltr;
}

.bobo_company_intro .box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start
}

[lang="fa"] .bobo_company_intro .box{direction:ltr;}
[lang="ar"] .bobo_company_intro .box{direction:ltr;}


.bobo_company_intro .pic {
  width: 668px;
  text-align: right;
  position: relative
}

.bobo_company_intro .pic .tips {
  background: rgb(44,154,215) no-repeat right 23px center ;
  opacity: 0.8;
  position: absolute;
  left: 0;
  bottom: -53px;
  width: 235px;
  padding: 40px 23px 40px 30px;
  text-align: left;
  box-sizing: border-box;
  color: #fff;
}

.bobo_company_intro .pic .tips em {
  font-size: 20px;
  color: #fff
}

.bobo_company_intro .pic .tips span {
  font-size: 76px;
  color: #fff;
  font-weight: 700;
  display: block;
  margin: 10px 0 0
}

.bobo_company_intro .pic .tips p {
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  margin: 4px 0 0
}

.bobo_company_intro .txt {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 52px
}
.bobo_company_intro .txt h2{
  color: var(--color-primary);
}

.bobo_company_intro .txt em {
  font-size: 16px;
  color: var(--color-primary);
  font-weight: 600
}

.bobo_company_intro .txt h3 {
  margin: 17px 0 0;
  font-size: 36px;
  font-weight: 700
}

.bobo_company_intro .txt .t {
  margin: 15px 0 0;
  font-size: 18px;
  line-height: 2
}

.bobo_company_intro .txt .t strong {
  color: var(--color-primary);
}

.bobo_company_intro .txt .more {
  margin: 25px auto 0 0;
  width: 194px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: block;
  background: var(--color-primary);
  border-radius: var(--button-radius);
}

.bobo_company_intro .txt .more:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

@media screen and (max-width: 1300px) {
  .bobo_company_intro .txt h3 {
    font-size: 34px
  }

  .bobo_company_intro .txt h3 {
    margin: 15px 0 0
  }

  .bobo_company_intro .pic {
    width: 568px
  }

  .bobo_company_intro .pic .tips {
    left: -20px;
    width: 215px;
    padding: 35px 20px 35px 25px
  }

  .bobo_company_intro .txt .t {
    font-size: 17px;
    line-height: 1.6
  }
}

@media screen and (max-width: 768px) {
  .bobo_company_intro {
    padding: 30px 0
  }

  .bobo_company_intro .box {
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .bobo_company_intro .pic {
    width: 100%;
    text-align: center
  }

  .bobo_company_intro .pic .tips {
    background-size: auto 135px;
    background-position: right 20px center;
    left: 0;
    bottom: 0;
    width: 180px;
    padding: 30px 20px
  }

  .bobo_company_intro .pic .tips em {
    font-size: 17px
  }

  .bobo_company_intro .pic .tips span {
    font-size: 50px
  }

  .bobo_company_intro .pic .tips p {
    font-size: 17px;
    line-height: 30px
  }

  .bobo_company_intro .txt {
    width: 100%;
    margin: 25px 0 0;
    text-align: center
  }

  .bobo_company_intro .txt em {
    font-size: 15px
  }

  .bobo_company_intro .txt h3 {
    margin: 15px 0 0;
    font-size: 30px
  }

  .bobo_company_intro .txt .t {
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 1.4;
    text-align: left
  }

  .bobo_company_intro .txt .more {
    margin: 20px auto 0;
    width: 170px;
    height: 36px;
    line-height: 36px;
    font-size: 15px
  }
}

@media screen and (max-width: 480px) {
  .bobo_company_intro .txt h3 {
    font-size: 24px
  }
  .bobo_company_intro .txt .t{
    font-size: 12px !important;
  }
  
}