#software_testing_banner h1{
    padding: 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    .bannerTitle.software_testing_banner .boxSlide p{
        margin-top: 10px;
    }
}


/*SECTIOON EMBRACING*/
.STS_shift_section.boxMobile_two {
    padding-bottom: 60px !important;
}
.STS_shift_section .text-description {
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 10;
}
.STS_shift_section .STS_shift_list_image {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.STS_shift_section .STS_shift_list_image .box_shift{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    width: 35%;
    height: 250px;
    overflow: hidden;
    cursor: pointer;
}
.STS_shift_section .STS_shift_list_image .box_shift .box_shift_show{
display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}
.STS_shift_section .STS_shift_list_image .box_shift .box_shift_hidden{
    height: 250px;
    width: 100%;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: red;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #f1592a;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.STS_shift_section .STS_shift_list_image .box_shift .box_shift_show .box_shift_bot p{
    font-family: "Poppins", sans-serif;
    color: #333232;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    font-weight: 600;
}
.STS_shift_section .STS_shift_list_image .box_shift .box_shift_hidden p{
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    font-weight: 600;
}
.STS_shift_section .STS_shift_list_image .box_shift:hover .box_shift_show {
    transform: translate(0, -100%);
    opacity: 0;
}
.STS_shift_section .STS_shift_list_image .box_shift:hover .box_shift_hidden {
    transform: translate(0, -100%);
    opacity: 1;
}
.STS_shift_section .STS_shift_button{
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 951px) and (max-width: 1210px) {
    .STS_shift_section .STS_shift_list_image {
        padding-top: 20px;
    }
}
@media screen and (min-width: 769px) and (max-width: 950px) {
    .STS_shift_section .STS_shift_list_image {
        padding-top: 20px;
    }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    .STS_shift_section.boxMobile_two {
        padding-bottom: 32px !important;
    }
    .STS_shift_section .STS_shift_list_image {
        padding-top: 20px;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .STS_shift_section .STS_shift_list_image .box_shift{
        width: 100%;
    }
}

/*Section type of software testing*/
.type_software_testing .text-description{
    text-align: center;
}
.why_do_most_offshore.boxMobile_two.type_software_testing .list_why_do_most_offshore .item_why_do_most_offshore{
    width: 19%;
}
.why_do_most_offshore.boxMobile_two.type_software_testing .boxContent .boxDetail h3{
    height: 50px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    .why_do_most_offshore.boxMobile_two.type_software_testing .list_why_do_most_offshore .item_why_do_most_offshore{
        width: 100%;
    }
    .why_do_most_offshore.boxMobile_two.type_software_testing .boxContent .boxDetail h3{
        height: 30px;
    }
}

/*Section ENCOUNTERED */
.encountered_software_testing .text-description{
    text-align: center;
}
.why_do_most_offshore.boxMobile_two.encountered_software_testing .list_why_do_most_offshore .item_why_do_most_offshore{
    width: 24%;
}
.why_do_most_offshore.boxMobile_two.encountered_software_testing .boxContent .boxDetail h3{
    height: 80px;
    margin-top: 0;
}
.why_do_most_offshore.boxMobile_two.the_exclusive_advantages.boxMobile_two.encountered_software_testing{
    background: white;
}
.why_do_most_offshore.boxMobile_two.the_exclusive_advantages.boxMobile_two.encountered_software_testing .list_why_do_most_offshore{
    background: white !important;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    .why_do_most_offshore.boxMobile_two.encountered_software_testing .list_why_do_most_offshore .item_why_do_most_offshore{
        width: 100%;
    }
    .why_do_most_offshore.boxMobile_two.encountered_software_testing .boxContent .boxDetail h3{
        height: 30px;
    }
}

/*Section deliver product*/
.deliver_product {
    padding: 50px 0;
    background: rgba(255, 251, 247, 1);
}
.deliver_product.boxMobile_two{
    background: rgba(255, 251, 247, 1);
    padding-bottom: 60px !important;
}
.deliver_product .text-description{
    text-align: center;
    margin-top: 20px;
}
.deliver_product .list_deliver_product{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
.deliver_product .list_deliver_product .wrapper_list_first{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
}
.deliver_product .list_deliver_product .delevery_product_box{
    border: 1px solid gray;
    border-radius: 15px;
    width: 45%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.deliver_product .list_deliver_product .delevery_product_box .delevery_product_box_top{
    display: flex;
    justify-content: space-between;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #203241;
    padding: 10px 10px 0 10px;
}
.deliver_product .list_deliver_product .delevery_product_box .delevery_product_box_top .delevery_product_box_img{
    width: 20%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.deliver_product .list_deliver_product .delevery_product_box .delevery_product_box_top .delevery_product_box_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.deliver_product .list_deliver_product .delevery_product_box .delevery_product_box_top .delevery_product_box_title {
    width: 75%;
    display: flex;
    align-items: center;
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}

.deliver_product .list_deliver_product .delevery_product_box .delevery_product_box_bot{
    padding: 30px 10px 10px 10px;
}
.deliver_product .list_deliver_product .delevery_product_box .delevery_product_box_bot .delevery_product_box_line{
    width: 100%;
    height: 1px;
    background: #f1592a;
}
.deliver_product .list_deliver_product .delevery_product_box .delevery_product_box_bot ul{
    padding-left: 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.deliver_product .list_deliver_product .delevery_product_box .delevery_product_box_bot ul li{
    list-style: disc;
    font-family: "Poppins", sans-serif;
    color: #333232;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    .deliver_product.boxMobile_two{
        padding-bottom: 32px !important;
    }
    .deliver_product .list_deliver_product{
        gap: 40px
    }
    .deliver_product .list_deliver_product .wrapper_list_first{
        flex-direction: column;
        gap: 20px
    }
    .deliver_product .list_deliver_product .delevery_product_box{
        width: 100%;
    }
    .deliver_product .list_deliver_product .delevery_product_box .delevery_product_box_top .delevery_product_box_img{
        width: 15%;
    }
    .deliver_product .list_deliver_product .delevery_product_box .delevery_product_box_top .delevery_product_box_title{
        width: 85%;
    }
    .deliver_product .list_deliver_product .delevery_product_box .delevery_product_box_bot ul li{
        font-size: 16px;
    }
}

/*Section join force*/
.software_testing_join.boxMobile_two{
    padding-bottom: 60px !important;
}
.software_testing_join .wrapper_tab_software_testing_join{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px
}
.software_testing_join .wrapper_tab_software_testing_join .software_ul{
    width: fit-content;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
}
.nav-pills.software_ul > li.active > a {
    border: 1px solid #F1592A;
    border-radius: 20px;
    color: #F1592A;
    background-color: white;
    position: relative;
    z-index: 10;
    padding: 10px 30px;
}
.nav-pills.software_ul > li.active > a, .nav-pills.software_ul > li.active > a:hover, .nav-pills.software_ul > li.active > a:focus{
    color: #F1592A;
    background-color: white;
}
.nav.software_ul > li > a:hover {
    background: rgba(255, 251, 247, 1);
    border-radius: 20px;
    color: #F1592A;
}
.nav-pills.software_ul > li > a{
    color: gray;
    padding: 10px 30px;
    font-weight: 600;
}
.software_testing_join .tab-content{
    width: 100%;
}
.software_testing_join .wrapper_tab_software_testing_join .tab-content .wrapper_box_join{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px
}
.software_testing_join .wrapper_tab_software_testing_join .tab-content .wrapper_box_join .box_join_software{
    width: 30%;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    .software_testing_join.boxMobile_two{
        padding-bottom: 32px !important;
    }
    .software_testing_join .wrapper_tab_software_testing_join .tab-content .wrapper_box_join{
        flex-direction: column;
        gap: 10px
    }
    .software_testing_join .wrapper_tab_software_testing_join .tab-content .wrapper_box_join .box_join_software{
        width: 100%;
        gap: 10px;
        align-items: center;
        font-size: 16px;
    }
}
