.tanthos-company_intro {
  font-family: var(--title-font-family);
  color: var(--text-color);
  background: var(--bg-color);
  padding: 109px 95px 90px;
}
.tanthos-company_intro .containers{
  display: flex;
  justify-content: space-between;
}
.tanthos-company_intro .tanthos-company_intro-pic{
  width: 35%;
}
.tanthos-company_intro .tanthos-company_intro-group{
  width: 63%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tanthos-company_intro .tanthos-company_intro-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.tanthos-company_intro .tanthos-company_intro-header .tanthos-company_intro-title-group{
  /* display: flex; */
  width:70%;
}
.tanthos-company_intro .is-show{
  display: none;
}
.tanthos-company_intro .tanthos-company_intro-brand-main {
  font-size: 138px;
  font-weight: 900;
  color: var(--text-color);
  margin-top: -75px;
  width: 60%;
}
.tanthos-company_intro .tanthos-company_intro-title {
  font-size: 70px;
  font-weight: 700;
  color: #C9C9C9;
}
.tanthos-company_intro .tanthos-company_intro-subtitle {
  font-size: 77px;
  font-weight: 700;
  color: var(--color-primary, #6E4627);
  margin-top: -50px;
  text-align: right;
}

.tanthos-company_intro .tanthos-company_intro-content-pic{
  /* width: 100%; */
  position:absolute;
  right: 0;
  bottom: 0;
  /* padding-top: 100px; */
  /* margin-top: 100px; */
}
.tanthos-company_intro .tanthos-company_intro-btn {
  display: inline-block;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50px;
  padding: 10px 32px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.18px;
  text-decoration: none;
  transition: background 0.2s;
}
.tanthos-company_intro .tanthos-company_intro-content{
  position: relative;
  flex:1;
}
  .tanthos-company_intro-content {
    display: flex;
    flex-direction: column; /* åž‚ç›´æŽ’åˆ—å­å…ƒç´  */
    gap: 20px; /* æ–‡æœ¬ä¸Žå›¾ç‰‡é—´è· */
  }
  .tanthos-company_intro-content-inner {
    width: 100%; /* æ–‡æœ¬åŒºåŸŸå æ»¡å®½åº¦ */
  }
  .tanthos-company_intro-content-pic {
    width: 100%; /* å›¾ç‰‡å æ»¡å®½åº¦ */
    height: auto; /* ä¿æŒå›¾ç‰‡æ¯”ä¾‹ */
    object-fit: cover; /* å›¾ç‰‡è‡ªé€‚åº”å¡«å…… */
  }
.tanthos-company_intro .tanthos-company_intro-content-inner{
  width: 84%;
  /* padding-right: 50px; */
  /* padding-top: 60px; */
}
.tanthos-company_intro .tanthos-company_intro-stats {
  display: flex;
  flex-direction: column;
}
.tanthos-company_intro .tanthos-company_intro-desc {
  font-family: var(--font-family);
  font-size: 18px;
  color: var(--text-color);
  margin: 16px 0 24px 0;
  line-height: 1.7;
  padding-top: 128px;
  /* width: 80%; */
  /* border-top: 100px; */
  /* margin-bottom: -100px; */
  /* margin-top: -100px; */
}
.tanthos-company_intro .tanthos-company_intro-stat-item {
  padding: 15px 0;
  border-bottom:1px solid #B0B2B3;
}
.tanthos-company_intro .tanthos-company_intro-stat-value {
  font-size: 48px;
  font-weight: 900;
  color: var(--color-primary);
}
.tanthos-company_intro .tanthos-company_intro-stat-label {
  font-family: var(--font-family);
  font-size: 16px;
  color: #A3A3A3;
}
.tanthos-company_intro .tanthos-company_intro-stats-xs,
.tanthos-company_intro .tanthos-company_intro-flag,
.tanthos-company_intro .tanthos-company_intro-bg{
  display: none;
}
@media screen and (max-width: 1700px) {
  .tanthos-company_intro .tanthos-company_intro-title{
    font-size: 60px;

  }
  .tanthos-company_intro .tanthos-company_intro-brand-main{
    font-size: 100px;
    margin-top: -50px;
  }
  .tanthos-company_intro .tanthos-company_intro-subtitle{
    font-size: 60px;
    margin-top: -40px;
  }
  .tanthos-company_intro .tanthos-company_intro-stat-value{
    font-size: 47px;
  }
  .tanthos-company_intro .tanthos-company_intro-stat-item{
    padding: 10px 0;
  }
  .tanthos-company_intro .tanthos-company_intro-desc{
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .tanthos-company_intro .containers{
  display: flex;
  justify-content: space-between;
}
.tanthos-company_intro .tanthos-company_intro-pic{
  width: 35%;
}
.tanthos-company_intro .tanthos-company_intro-group{
  width: 63%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tanthos-company_intro .tanthos-company_intro-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.tanthos-company_intro .tanthos-company_intro-header .tanthos-company_intro-title-group{
  /* display: flex; */
  width:70%;
}
.tanthos-company_intro .is-show{
  display: none;
}
.tanthos-company_intro .tanthos-company_intro-brand-main {
  font-size: 80px;
  font-weight: 900;
  color: var(--text-color);
  margin-top: -40px;
  width: 60%;
}
.tanthos-company_intro .tanthos-company_intro-title {
  font-size: 40px;
  font-weight: 700;
  color: #C9C9C9;
}
.tanthos-company_intro .tanthos-company_intro-subtitle {
  font-size: 30px;
  font-weight: 700;
  color: var(--color-primary, #6E4627);
  margin-top: -50px;
  text-align: right;
}

.tanthos-company_intro .tanthos-company_intro-content-pic{
  /* width: 100%; */
  position:absolute;
  right: 0;
  bottom: 0;
  /* padding-top: 100px; */
  /* margin-top: 100px; */
}
.tanthos-company_intro .tanthos-company_intro-btn {
  display: inline-block;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.18px;
  text-decoration: none;
  transition: background 0.2s;
}
.tanthos-company_intro .tanthos-company_intro-content{
  position: relative;
  flex:1;
}
  .tanthos-company_intro-content {
    display: flex;
    flex-direction: column; /* åž‚ç›´æŽ’åˆ—å­å…ƒç´  */
    gap: 20px; /* æ–‡æœ¬ä¸Žå›¾ç‰‡é—´è· */
  }
  .tanthos-company_intro-content-inner {
    width: 100%; /* æ–‡æœ¬åŒºåŸŸå æ»¡å®½åº¦ */
  }
  .tanthos-company_intro-content-pic {
    width: 100%; /* å›¾ç‰‡å æ»¡å®½åº¦ */
    height: auto; /* ä¿æŒå›¾ç‰‡æ¯”ä¾‹ */
    object-fit: cover; /* å›¾ç‰‡è‡ªé€‚åº”å¡«å…… */
  }
.tanthos-company_intro .tanthos-company_intro-content-inner{
  width: 84%;
  /* padding-right: 50px; */
  /* padding-top: 60px; */
}
.tanthos-company_intro .tanthos-company_intro-stats {
  display: flex;
  flex-direction: column;
}
.tanthos-company_intro .tanthos-company_intro-desc {
  font-family: var(--font-family);
  font-size: 16px;
  color: var(--text-color);
  margin: 25px 0 20px 0;
  line-height: 1.7;
  padding-top: 30px;
  /* width: 80%; */
  /* border-top: 100px; */
  /* margin-bottom: -100px; */
  /* margin-top: -100px; */
}
.tanthos-company_intro .tanthos-company_intro-stat-item {
  padding: 15px 0;
  border-bottom:1px solid #B0B2B3;
}
.tanthos-company_intro .tanthos-company_intro-stat-value {
  font-size: 26px;
  font-weight: 900;
  color: var(--color-primary);
}
.tanthos-company_intro .tanthos-company_intro-stat-label {
  font-family: var(--font-family);
  font-size: 16px;
  color: #A3A3A3;
}
.tanthos-company_intro .tanthos-company_intro-stats-xs,
.tanthos-company_intro .tanthos-company_intro-flag,
.tanthos-company_intro .tanthos-company_intro-bg{
  display: none;
}
}

@media screen and (max-width: 1024px) {
  .tanthos-company_intro {
    color: var(--text-color);
    background: var(--bg-color);
    padding: 33px 24px 39px;
  }
  .tanthos-company_intro .visibility-none{
    display: none;
  }
  .tanthos-company_intro .tanthos-company_intro-flag{
    display: block;
    color: var(--text-color);
    font-size: 44.996px;
    font-weight: 800;
    letter-spacing: 3.375px;
  }
  /* .tanthos-company_intro .tanthos-company_intro-bg{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .tanthos-company_intro .tanthos-company_intro-bg-pic{
    width: calc(50% - 2px);
    height: 324px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20% 0%;
  } */
.tanthos-company_intro .tanthos-company_intro-bg {
  display: block; 
  width: 100%;
}

.tanthos-company_intro .tanthos-company_intro-bg-pic {
  width: 100%; 
  height: auto;
  min-height: 300px; 
  padding-top: 40%; 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 4px; 
  box-sizing: border-box;
}
  .tanthos-company_intro .tanthos-company_intro-stats-xs{
    display: flex;
    justify-content: space-between;
  }
  .tanthos-company_intro .tanthos-company_intro-stat-item{
    border: none;
    margin-bottom: 10px;
  }
   .tanthos-company_intro .tanthos-company_intro-title{
    font-size: 62px;
  }
  .tanthos-company_intro .tanthos-company_intro-brand-main{
    font-size: 112px;
    margin-top: -54px;
  }
  .tanthos-company_intro .tanthos-company_intro-subtitle{
    font-size: 58px;
    margin-top: -40px;
  }
  .tanthos-company_intro .tanthos-company_intro-stat-item{
    padding: 10px 0;
  }
  .tanthos-company_intro .tanthos-company_intro-content-inner{
    width: 100%;
    padding-right: 0;
    padding-top: 15px;
  }
.tanthos-company_intro .tanthos-company_intro-btn{
  margin-bottom: 30px;
}
  .tanthos-company_intro .tanthos-company_intro-desc{
    margin: 0 0 14px 0;
    font-size: 18px;
  }
  .tanthos-company_intro .containers{
    display: block;
  }
  .tanthos-company_intro .tanthos-company_intro-group{
    width: 100%;
  }
  .tanthos-company_intro .tanthos-company_intro-header{
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 576px) {
  .tanthos-company_intro .tanthos-company_intro-title{
    font-size: 30px;
  }
  .tanthos-company_intro .tanthos-company_intro-brand-main{
    font-size: 56px;
    margin-top: -28px;
  }
  .tanthos-company_intro .tanthos-company_intro-subtitle{
    font-size: 32px;
    margin-top: -20px;
  }
  .tanthos-company_intro .tanthos-company_intro-desc{
    font-size: 14px;
  }
  .tanthos-company_intro .tanthos-company_intro-stat-value{
    font-size: 26px;
  }
  .tanthos-company_intro .tanthos-company_intro-stat-label{
    font-size: 12px;
  }
    .tanthos-company_intro .tanthos-company_intro-bg-pic{
      height: 250px;
    }
}