.row-05-bg .title{

    font-size: 26px;
    font-weight: 700;
}


.row-05-bg .sub-title{

    font-size: 22px;
    font-weight: 700;
}

#row05-Swiper{
  width: 100%;
  position: relative;
}

#row05-Swiper .swiper-slide{
  border-radius: 0px;
  overflow: hidden;
}

#row05-Swiper .swiper-slide img{
  display:block;
  width:100%;
  /*height: 360px;*/      /* adjust */
  object-fit: cover;
}

@media (max-width: 767.98px){
  #row05-Swiper .swiper-slide img{ /* height: 260px;*/ }
}

/* Make arrows visible on any image */
#row05-Swiper .swiper-button-prev,
#row05-Swiper .swiper-button-next{
  width: 36px;
  height: 36px;
}

#row05-Swiper .swiper-button-prev::after,
#row05-Swiper .swiper-button-next::after{
  font-size: 16px;
  color: #111;
  background: rgba(255,255,255,.8);
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow: 0 8px 18px rgba(0,0,0,.25);
}

/* Dots */
#row05-Swiper .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  opacity: 1;
  background: rgba(255,255,255,.65);
  border: 1px solid rgba(0,0,0,.25);
}
#row05-Swiper .swiper-pagination-bullet-active{
  background: rgba(255,255,255,1);
}




.row5-content-01 .row5-ceo {
 
  height: 488px;
  object-fit: cover;
  object-position: center center;
}

.row5-content-02 .row5-financial {
  background-color: #ebf5fb;
   min-height: 488px;
  display: flex;
  justify-content: space-between;
}

.row5-content-04  .row5-investment {
  height: 640px;
  object-fit: cover;
  object-position: center bottom;
}


.row5-content-02 .ezc-prefix {
    font-size: 34px;
    font-weight: 700;
}

.row5-content-02 .ezc-number {
    font-size: 34px;
    font-weight: 700;
}

.row5-content-02 .ezc-suffix {
  font-size: 22px;
  font-weight: 600;
}

.row5-content-02 .highlight-icon {
  width: 50px;
}

.row5-content-02 .highlight-title {
  color:#0061AF;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 5px 0px;
}

.row5-content-02  .highlight-value {
  line-height: 1em;
  margin-left: -3px;
}

.row5-content-02 .highlight-sub {
  font-size: 15px;
  line-height: 1em;
}


.row5-content-02 .row5-financial .item-01 .highlight-value, .row5-content-02 .row5-financial .item-11 .highlight-value  {
  color:#EF412A;
}

.row5-content-02 .row5-financial .item-02 .highlight-value, .row5-content-02 .row5-financial .item-04 .highlight-value, .row5-content-02 .row5-financial .item-12 .highlight-value {
  color:#5D1E79;
}

.row5-content-02 .row5-financial .item-03 .highlight-value, .row5-content-02 .row5-financial .item-09 .highlight-value {
  color:#FDB714;
}

.row5-content-02 .row5-financial .item-05 .highlight-value, .row5-content-02 .row5-financial .item-06 .highlight-value {
  color:#00ABBD;
}  

.row5-content-02 .row5-financial .item-07 .highlight-value, .row5-content-02 .row5-financial .item-08 .highlight-value {
  color:#00AEEF;
}  

.row5-content-02 .row5-financial .item-10 .highlight-value {
  color:#008144;
}

@media (min-width: 768px) and (max-width: 1024px){
  .row5-content-02 .ezc-prefix {
    font-size: 30px;
  }

  .row5-content-02 .ezc-number {
      font-size: 30px;
  }

  .row5-content-02 .ezc-suffix {
    font-size: 20px;
  }

  .row5-content-02 .highlight-title {
    font-size: 14px;
    letter-spacing: 0.8px;
  }

  .row5-content-02 .highlight-title {
    font-size: 14px;
    line-height: 1em;
  }

  .row5-content-02 .highlight-icon {
    width: 60px;
    min-width: 60px;
  }

}


@media (min-width: 0px) and (max-width: 767px){

    .row5-content-02 .ezc-prefix {
      font-size: 30px;
    }

    .row5-content-02 .ezc-number {
        font-size: 30px;
    }

    .row5-content-02 .ezc-suffix {
      font-size: 20px;
    }

    .row5-content-02 .highlight-title {
      font-size: 15px;
      letter-spacing: 0.5px;
    }

    .row5-content-02 .highlight-icon {
      width: 80px;
      min-width: 80px;
      padding-right: 10px;
    }

    .row5-content-02 .highlight-icon img{
      width: 70px;
    }

    .row5-content-02 .highlight-icon-right {
      width: calc( 100% - 80px);      
    } 

    .row5-content-01 .row5-ceo {
      height: 200px;
    }

    .row5-content-02 .row5-financial {
       min-height: 20px;
    }


}  


/*row5-operation*/
.row5-operation{
  background-color: #ffffff55;
}

.row5-operation .ez-col-01{
  background-color: #00508c; 
  font-size: 38px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2em;
  min-height: 180px;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
  align-content: center;
  padding-left: 20px;
  padding-top: 20px;
} 



.row5-operation .ez-col-03 .item-01{
  background-color: #e6ebf5;
  min-height: 175px;
}

.row5-operation .ez-col-03 .item-02{
  background-color: #c9d2e6;
  min-height: 175px;
}

.row5-operation .ez-col-03{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.row5-operation .ez-col-03 .left{
  width: 70%;
}
.row5-operation .ez-col-03 .left .p01, .row5-operation .ez-col-04 .p01 {
  font-size: 24px;
  font-weight: 500;
  color: #434344;
}
.row5-operation .ez-col-03 .left .p02, .row5-operation .ez-col-04 .p02 {
  font-size: 24px;
  font-weight: 500;
  color: #434344;
}
.row5-operation .ez-col-03 .ez-counter .ezc-prefix, .row5-operation .ez-col-03 .ez-counter .ezc-number , .row5-operation .ez-col-04 .ez-counter .ezc-number { 
    font-size: 50px;
    font-weight: 700;
    color: #434344;
}
.row5-operation .ez-col-03 .ez-counter .ezc-suffix, .row5-operation .ez-col-04 .ez-counter .ezc-suffix { 
    font-size: 40px;
    font-weight: 700;
    color: #434344;
}

@media (min-width: 768px) and (max-width: 1024px){
  .row5-operation .ez-col-03 .ez-counter .ezc-prefix, .row5-operation .ez-col-03 .ez-counter .ezc-number , .row5-operation .ez-col-04 .ez-counter .ezc-number { 
      font-size: 40px;
  }
  .row5-operation .ez-col-03 .ez-counter .ezc-suffix, .row5-operation .ez-col-04 .ez-counter .ezc-suffix { 
      font-size: 30px;
  }
  .row5-operation .ez-col-03.item-03, .row5-operation .ez-col-04.item-04 {
    min-height: 180px;
  }
}

@media (min-width: 0px) and (max-width: 767px){
  .row5-operation .ez-col-03 .ez-counter .ezc-prefix, .row5-operation .ez-col-03 .ez-counter .ezc-number , .row5-operation .ez-col-04 .ez-counter .ezc-number { 
      font-size: 35px;
  }
  .row5-operation .ez-col-03 .ez-counter .ezc-suffix, .row5-operation .ez-col-04 .ez-counter .ezc-suffix { 
      font-size: 20px;
  }
  .row5-operation .ez-col-01{ 
      font-size: 30px;
      min-height: 120px;
  }

  /*hide last item space in mobile */
  .row5-acc .accordion-body.row5-content-04 {
    padding-bottom: 0px!important;
  }
  
  .row5-acc .row5-img-col {
    
  }
  .row5-acc .row5-img-col img{
    object-fit: cover;
    height: 100%;
  }

}  

.row5-operation .ez-col-03 .right{
  width: 30%;
  display: flex;
  justify-content: end;
}

.row5-operation .ez-col-03 .right img{
  object-fit: contain!important;
  width: 70px!important;
}


.row5-operation .ez-col-04 {
  background-color:#e6ebf5;
}



/* mobile accordion  */
.row5-acc .accordion-item {
  background-color: transparent;
  border: none;
}

.row5-acc .accordion-body {
  padding: 30px 0px 30px 0px!important;
}



/* accordion title tab    */



/* Normal */
.row5-acc .accordion-button{
  background-color: #ffffff;
  color: #1f2f46;
  box-shadow: none;
  border: none;
}

/* Hover */
.row5-acc .accordion-button:hover{
  background-color: #dfe8f6;
  color: #0f2f63;
}

/* Active / Open */
.row5-acc .accordion-button:not(.collapsed){
  background-color: #008144;
  color: #ffffff;
  box-shadow: none;
}

/* Active text */
.row5-acc .accordion-button:not(.collapsed) .row5-acc-text{
  color: #ffffff;
}

/* Focus */
.row5-acc .accordion-button:focus{
  box-shadow: none;
  border-color: transparent;
}

/* Make default Bootstrap arrow white when active */
.row5-acc .accordion-button:not(.collapsed)::after{
  filter: brightness(0) invert(1);
}


.row5-acc .accordion-button:hover{
  background-color: #00a457;
  color: #ffffff;
}


