
.companyFacts-title{
    border-bottom: 2px solid #D9D9D9;
    position: relative;
    padding-left: 0;
    padding-bottom: 15px;
  }
  .companyFacts-title::before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 4px;
    bottom: -3px;
    left: 0;
    position: absolute;
    background: #c7000b;
  }
  .companyFacts-title h2{
    padding-left: 0;
    margin: 0;
  }
  .companyFacts-title p{
    color: #666;
    font-weight: 600;
  }
  .Corporate-Fact-Sheet .btn-over{
    text-align: center;
  }
  .Corporate-Fact-Sheet .btn-over a{
    margin: 0 10px;
  }
  .Corporate-Fact-Sheet .btn-over .Corporate-Fact-Sheet-load{
    display: inline-block;
      margin-top: 15px;
      color: #c7000b;
      font-size: 1.2em;
  }
  .Corporate-Fact-Sheet .btn-over .Corporate-Fact-Sheet-load span{
    margin-right: 10px;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: bottom;
  }
  .Corporate-Fact-Sheet-list{
    border-bottom: 1px solid #F0F0F0;
    display: flex;
    padding: 20px 0;
  }
  .Corporate-Fact-Sheet-list-left{
    float: left;
    width: 40%;
    color: #000;
  }
  .Corporate-Fact-Sheet-list-right{
    float: left;
    width: 60%;
    color: #666;
  }
  .Corporate-Fact-Sheet-more{
    display: inline-block;
    width: 100%;
    text-align: center;
    cursor: pointer;
  }
  .Corporate-Fact-Sheet-more span {
    vertical-align: middle;
    color: #666666;
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
  }
  .Corporate-Fact-Sheet-more:hover, .Corporate-Fact-Sheet-more:hover span {
    color: #333333;
  }
  .Corporate-Fact-Sheet-more .iconfont {
    font-size: 22px;
    font-weight: bold;
    line-height: 0;
    color: #c7000b !important;
    margin-left: 2px;
    display: inline-block;
    vertical-align: middle;
  }
  .Corporate-Fact-Sheet-load{
    color: #c7000b;
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  
  /* Country-Image-list */
  .Country-Image-over{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .image-more-item.collapse.in{
    display: flex!important;
    flex-wrap: wrap;
    width: 100%;
  }
  .Country-Image-list{
    display: flex;
    padding: 30px;
    background: #fafafa;
    width: calc(50% - 15px);
    margin-bottom: 30px;
    float: left;
  }
  .Country-Image-list-text{
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .Country-Image-list:nth-child(odd){
    margin-right: 30px;
  }
  .Country-Image-list .img-box{
    width: 140px;
    height: 170px;
  }
  .Country-Image-list .others-list-content{
    width: calc(100% - 170px);
    /* position: relative; */
    margin-left: 30px;
    /* padding-bottom: 30px; */
    display: flex;
    flex-wrap: wrap;
    /* align-content: space-between; */
    justify-content: space-between;
    flex-direction: column;
  }
  .Country-Image-list .others-list-content .btn-group {
    text-align: left;
    display: block;
    /* position: absolute;
    bottom: 0; */
  }
  .Country-Image-list .btn-group a{
    margin: 0;
    color: #c7000b;
    font-size: 16px;
    display: block;
    float: left;
  }
  .Country-Image-list .btn-group a.more{
    color: #666;
    margin-right: 25px;
  }
  .Country-Image-list .btn-group a span{
    font-weight: 600;
    transition: all 0.5s;
  }
  .Country-Image-list .btn-group a.more span{
    display: inline-block;
    width: 18px;
    height: 10px;
    font-size: 20px;
    color: #c7000b;
    position: absolute;
    top: 7px;
  }
  .Country-Image-list .btn-group a.more span::before{
    position: absolute;
    right: 0;
    bottom: -10px;
  }
  #moreList1.collapse.in{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .botton-btn{
    transition: all 0.5s;
  }
  .botton-btn:hover span{
    margin-left: 5px;
  }
  .others-list-content h4{
    line-height: 1.5em;
  }
  @media (max-width: 767px) {
    .Country-Image-list{
      padding: 15px;
      width: 100%;
      margin-bottom: 15px;
    }
    .Country-Image-list:nth-child(odd){
      margin-right: 0;
    }
    .Country-Image-list .others-list-content{
      margin-left: 15px;
      width: calc(100% - 135px)
    }
    .Country-Image-list .img-box{
      width: 120px;
      height: auto;
    }
    .Country-Image-list-text{
      line-height: 1.4em;
    }
  }
