
/*Can You Imagine The Operations Of Modern Companies Without Software?*/
.what_is_offshore.boxMobile_two.can_you_imagine .box_what_is_offshore_right p{
    text-align: left;
}

.what_is_offshore.boxMobile_two.can_you_imagine .btn_estimate_project {
    margin-top: 18px;   
}


.top_global_offshore.boxMobile_two.difference_enterprise_standard table {
    width: 90%;   
}
.top_global_offshore.boxMobile_two.difference_enterprise_standard table tr td{
    text-align: left;   
    table-layout: fixed;
}
.top_global_offshore.boxMobile_two.difference_enterprise_standard table tr:nth-child(1) td{
    text-align: center;   
}
@media screen and (min-width: 0) and (max-width: 768px){  
    .top_global_offshore.boxMobile_two.difference_enterprise_standard table tr td {
        padding: 5px;
        font-size: 14px;
    }
    .why_do_most_offshore.boxMobile_two.type_of_enterprise .list_type_of_enterprise .item_type_of_enterprise:nth-child(1) {
        height: 170px;
    }
    .why_do_most_offshore.boxMobile_two.type_of_enterprise .list_type_of_enterprise .item_type_of_enterprise:nth-child(3) {
        height: 200px;
    }
}

/*Key Benefits of Implementing Enterprise Software Development System*/
.key_benefit_enterprise.boxMobile_two {
    padding: 50px 0px !important;
    background: rgba(255, 251, 247, 1);
}
.key_benefit_enterprise.boxMobile_two p{
    margin-top: 10px;
}
.key_benefit_enterprise.boxMobile_two .chart_key_benefit {
  --scale: 100;
  /* Setup the grid */
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-rows: repeat(var(--scale), minmax(0, 1fr)) 1.4rem;
  grid-column-gap: 5px;

  /* Generate background guides */
  /* (sub-pixel rounding errors make this imperfect) */
  --line-every: 0;
  background-image: linear-gradient(to bottom, #ccc 1px, transparent 1px);
  background-size: 100% calc((100% - 1.4rem) / var(--scale) * var(--line-every));
  /* other styles… */
  margin: 0em auto 1em;
  padding: 0 1em;
  position: relative;
  height: calc(50vh - 3em);
}

.key_benefit_enterprise.boxMobile_two .chart_key_benefit .name_item {
  align-items: center;
  display: flex;
  font-weight: normal;
  grid-row-start: -1;
  justify-content: center;
  text-align: center;
  z-index: 2;
}
.key_benefit_enterprise.boxMobile_two .chart_key_benefit .bar {
    grid-row: var(--start) / -2;
    background: #00b300;
    border-radius: 5px 5px 0 0;
    color: #000;
    list-style: none;
    position: relative;
    width: 65%;
    margin: 0 auto;
}
.key_benefit_enterprise.boxMobile_two .chart_key_benefit .value_bar {
    background: #fff;
    bottom: 100%;  
    display: inline-block;
    left: 50%;
    padding: 0 0.4em;
    position: absolute;
    transform: translate(-50%, -1px);
}
.bar-graph-horizontal {
    display: none;
}
@media screen and (min-width: 0) and (max-width: 1250px){ 
    .key_benefit_enterprise.boxMobile_two .chart_key_benefit {
        display: none;
    }
    .bar-graph-horizontal {
        display: block;
    }
    .bar-graph-horizontal > div {
        margin-bottom: 8px;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .bar-graph-horizontal .year {
        float: left;
        margin-top: 18px;
        width: 100%;
        text-align: left;
    }
    .bar-graph-horizontal .bar {
        border-radius: 3px;
        height: 23px;
        position: relative;
        width: 100%;
    }
    .bar-graph-one .bar::after {
         color: #fff;
        content: attr(data-percentage);
        font-weight: 600;
        position: absolute;
        right: 16px;
        top: 1px;
        font-size: 14px;
    }
    .bar-graph-one .box_bar .bar {
        background-color: #00b300;
    }
    .bar-graph-one .box_bar .bar_1 .bar{
        width: 69%;
    }
}
@media screen and (min-height: 0) and (max-height: 700px){ 
    .key_benefit_enterprise.boxMobile_two .chart_key_benefit {
      height: calc(80vh - 3em);
    }
}
@media screen and (min-height: 700px) { 
    .key_benefit_enterprise.boxMobile_two .chart_key_benefit {
      height: calc(50vh - 3em);
    }
}


/*Types of Enterprise Software Development*/
.why_do_most_offshore.boxMobile_two.type_of_enterprise .list_type_of_enterprise {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
}
.why_do_most_offshore.boxMobile_two.type_of_enterprise .list_type_of_enterprise .item_type_of_enterprise{
    padding: 10px;
    min-height: auto;
    text-align: center;
    background: #fff;
}
.why_do_most_offshore.boxMobile_two.type_of_enterprise .list_type_of_enterprise .item_type_of_enterprise img{
    height: 330px;
}
.why_do_most_offshore.boxMobile_two.type_of_enterprise .list_type_of_enterprise .item_type_of_enterprise:nth-child(1){
    display: flex;
    align-items: center;
    grid-row: 2 / 3;
    background: rgb(251 235 219);
    border: 1px solid #c2c3c5;
}
.why_do_most_offshore.boxMobile_two.type_of_enterprise .list_type_of_enterprise .item_type_of_enterprise:nth-child(1) .avatar{
    display: none;
}
.why_do_most_offshore.boxMobile_two.type_of_enterprise .list_type_of_enterprise .item_type_of_enterprise:nth-child(1) .boxDetail p{
    text-align: left;
    font-size: 16px;
}
.why_do_most_offshore.boxMobile_two.type_of_enterprise .list_type_of_enterprise .item_type_of_enterprise:nth-child(2){
    grid-row: 1 / 3;
    border: none;
}
.why_do_most_offshore.boxMobile_two.type_of_enterprise .list_type_of_enterprise .item_type_of_enterprise:nth-child(2) .boxDetail p{
    font-size: 16px;
}
.why_do_most_offshore.boxMobile_two.type_of_enterprise .list_type_of_enterprise .item_type_of_enterprise:nth-child(3){
    display: flex;
    align-items: center;
    background: #fff;
    text-align: left;
    background: rgb(251 235 219);
    border: 1px solid #c2c3c5;
}
.why_do_most_offshore.boxMobile_two.type_of_enterprise .list_type_of_enterprise .item_type_of_enterprise:nth-child(3) .avatar{
    display: none;
}
.why_do_most_offshore.boxMobile_two.type_of_enterprise .list_type_of_enterprise .item_type_of_enterprise:nth-child(3) .boxDetail p{
    text-align: left;
    font-size: 16px;
}
.why_do_most_offshore.boxMobile_two.type_of_enterprise .list_type_of_enterprise .item_type_of_enterprise .boxDetail p img{
    width: 24px;
    height: 24px;
}
.why_do_most_offshore.boxMobile_two.type_of_enterprise .list_type_of_enterprise .item_type_of_enterprise:nth-child(2) .boxDetail p img{
    display: none;
}
@media screen and (min-width: 0) and (max-width: 992px){ 
    .why_do_most_offshore.boxMobile_two.type_of_enterprise .list_type_of_enterprise {
        display: flex;
        flex-direction: column;
    }
    .why_do_most_offshore.boxMobile_two.type_of_enterprise .list_type_of_enterprise .item_type_of_enterprise_second_item {
        order: 999; /* Đưa phần tử thứ hai xuống cuối cùng */
    }
}

 /*Enterprise Software Development Lifecycle At Innotech: 6 Key Stages*/
.exploring_process_offshore.boxMobile_two.lifecycle_enterprise .list_exploring_process_offshore .item_exploring_process_offshore {
    min-height: 185px;
}
.exploring_process_offshore.boxMobile_two.lifecycle_enterprise .list_exploring_process_offshore .item_exploring_process_offshore h3{
    margin-top: 20px;
}

.exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise{
    width: 19%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise .number_step{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px solid #474747;
}
.exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise:nth-child(1) .number_step {
    background: #ffcc00;
}
.exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise:nth-child(2) .number_step {
    background: #ff9966;
}
.exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise:nth-child(3) .number_step {
    background: #0066ff;
}
.exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise:nth-child(4) .number_step {
    background: #33ccff;
}
.exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise:nth-child(5) .number_step {
    background: #66ff99;
}
.exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise:nth-child(6) .number_step {
    background: #006600;
}
.exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise .number_step:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 125%;
    width: 2px;
    height: 100%;
    background: #afafaf;
}
.exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise .box_step{
    margin-top: 84px;
    background: #fff;
    padding: 12px;
    border-radius: 12px;
    width: 140px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise:nth-child(1) .box_step{
    border: 1px solid #ffcc00;
}
.exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise:nth-child(2) .box_step{
    border: 1px solid #ff9966;
}
.exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise:nth-child(3) .box_step{
    border: 1px solid #0066ff;
}
.exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise:nth-child(4) .box_step{
    border: 1px solid #33ccff;
}
.exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise:nth-child(5) .box_step{
    border: 1px solid #66ff99;
}
.exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise:nth-child(6) .box_step{
    border: 1px solid #006600;
}
.exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise .box_step h5{
    line-height: 19px;
}
.exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise:nth-child(odd) .line_curve_lifecycle {
    position: absolute;
    left: 60%;
    top: 5%;
}
.exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise:nth-child(even) .line_curve_lifecycle {
    position: absolute;
    top: -300%;
    position: absolute;
    left: 35%;
}
.exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise:nth-child(6) .line_curve_lifecycle {
    display: none;
}
.exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise:nth-child(1) .line_curve_lifecycle path{
    stroke: #ffcc00;
}
.exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise:nth-child(2) .line_curve_lifecycle path{
    stroke: #ff9966;
}
.exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise:nth-child(3) .line_curve_lifecycle path{
    stroke: #0066ff;
}
.exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise:nth-child(4) .line_curve_lifecycle path{
    stroke: #33ccff;
}
.exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise:nth-child(5) .line_curve_lifecycle path{
    stroke: #66ff99;
}
.exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise:nth-child(6) .line_curve_lifecycle path{
    stroke: #006600;
}
.exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise_mb {
    display: none;
}
@media screen and (min-width: 0) and (max-width: 992px){ 
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise {
        display: none;
    }
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise_mb {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise_mb .item_lifecycle_enterprise_mb{
        display: flex;
        align-items: center;
        margin-top: 80px;
    }
    
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise_mb .item_lifecycle_enterprise_mb .number_step_mb{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #000;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        border: 2px solid #474747;
    }
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise_mb .item_lifecycle_enterprise_mb .number_step_mb:after{
        content: "";
        position: absolute;
        left: 126%;
        top: 50%;
        width: 100px;
        height: 2px;
        background: #afafaf;
    }
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise_mb .item_lifecycle_enterprise_mb:nth-child(1) .number_step_mb {
        background: #ffcc00;
    }
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise_mb .item_lifecycle_enterprise_mb:nth-child(2) .number_step_mb {
        background: #ff9966;
    }
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise_mb .item_lifecycle_enterprise_mb:nth-child(3) .number_step_mb {
        background: #0066ff;
    }
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise_mb .item_lifecycle_enterprise_mb:nth-child(4) .number_step_mb {
        background: #33ccff;
    }
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise_mb .item_lifecycle_enterprise_mb:nth-child(5) .number_step_mb {
        background: #66ff99;
    }
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise_mb .item_lifecycle_enterprise_mb:nth-child(6) .number_step_mb {
        background: #006600;
    }
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise_mb .item_lifecycle_enterprise_mb .box_step_mb{
        background: #fff;
        padding: 12px;
        border-radius: 12px;
        width: 140px;
        height: 68px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 124px;
    }
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise_mb .item_lifecycle_enterprise_mb:nth-child(1) .box_step_mb {
        border: 1px solid #ffcc00;
    }
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise_mb .item_lifecycle_enterprise_mb:nth-child(2) .box_step_mb {
        border: 1px solid #ff9966;
    }
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise_mb .item_lifecycle_enterprise_mb:nth-child(3) .box_step_mb {
        border: 1px solid #0066ff;
    }
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise_mb .item_lifecycle_enterprise_mb:nth-child(4) .box_step_mb {
        border: 1px solid #33ccff;
    }
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise_mb .item_lifecycle_enterprise_mb:nth-child(5) .box_step_mb {
        border: 1px solid #66ff99;
    }
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise_mb .item_lifecycle_enterprise_mb:nth-child(6) .box_step_mb {
        border: 1px solid #006600;
    }
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise_mb .item_lifecycle_enterprise_mb .box_step_mb h5{
        line-height: 19px;
    }
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise_mb .item_lifecycle_enterprise_mb:nth-child(odd) .line_curve_lifecycle_mb {
        position: absolute;
        left: 0;
        top: 74%;
    }
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise_mb .item_lifecycle_enterprise_mb:nth-child(even) .line_curve_lifecycle_mb {
        position: absolute;
        top: 65%;
        left: -160%;
    }
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise_mb .item_lifecycle_enterprise_mb:nth-child(6) .line_curve_lifecycle_mb {
        display: none;
    }
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise_mb .item_lifecycle_enterprise_mb:nth-child(1) .line_curve_lifecycle_mb path{
        stroke: #ffcc00;
    }
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise_mb .item_lifecycle_enterprise_mb:nth-child(2) .line_curve_lifecycle_mb path{
        stroke: #ff9966;
    }
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise_mb .item_lifecycle_enterprise_mb:nth-child(3) .line_curve_lifecycle_mb path{
        stroke: #0066ff;
    }
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise_mb .item_lifecycle_enterprise_mb:nth-child(4) .line_curve_lifecycle_mb path{
        stroke: #33ccff;
    }
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise_mb .item_lifecycle_enterprise_mb:nth-child(5) .line_curve_lifecycle_mb path{
        stroke: #66ff99;
    }
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise_mb .item_lifecycle_enterprise_mb:nth-child(6) .line_curve_lifecycle_mb path{
        stroke: #006600;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px){ 
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise .box_step{
        width: 119px;
        height: 62px;
    }
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise svg{
        width: 150px;
        height: 150px;
    }
    .exploring_process_offshore.lifecycle_enterprise .step_lifecycle_enterprise .item_lifecycle_enterprise:nth-child(even) .line_curve_lifecycle {
        top: -220%;
    }
}

/*Our Ideal Team For Enterprise Software Development*/
.why_do_most_offshore.boxMobile_two.our_ideal_team .list_why_do_most_offshore {
    justify-content: center;
}
.why_do_most_offshore.boxMobile_two.our_ideal_team .list_why_do_most_offshore .item_why_do_most_offshore {
    width: 23%;
    margin: 10px;
    min-height: 179px;
}
.why_do_most_offshore.boxMobile_two.our_ideal_team .our_ideal_team_desktop {
    margin-top: 12px;
    display: block;
}
.why_do_most_offshore.boxMobile_two.our_ideal_team .our_ideal_team_mobile {
    display: none;
}
@media screen and (min-width: 0) and (max-width: 992px){ 
    .why_do_most_offshore.boxMobile_two.our_ideal_team .list_why_do_most_offshore .item_why_do_most_offshore {
        width: 100%;
    }
    .why_do_most_offshore.boxMobile_two.our_ideal_team .our_ideal_team_mobile {
        margin-top: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .why_do_most_offshore.boxMobile_two.our_ideal_team .our_ideal_team_desktop {
        display: none;
    }
}


/*Our Ideal Team For Enterprise Software Development*/
.why_do_most_offshore.boxMobile_two.cost_of_enterprise {
    background: rgba(255, 251, 247, 1);
}

.why_do_most_offshore.boxMobile_two.cost_of_enterprise .list_why_do_most_offshore{
    background: rgba(255, 251, 247, 1) !important;
}

.why_do_most_offshore.boxMobile_two.cost_of_enterprise .list_why_do_most_offshore .item_why_do_most_offshore{
    background: #fff !important;
    min-height: 215px;
}
.why_do_most_offshore.boxMobile_two.cost_of_enterprise .list_why_do_most_offshore .item_why_do_most_offshore .boxAvatar{
    width: 180px;
    height: 180px;
}



















