#header {
    border-bottom: 1px solid #c5c5c5;
}
.nav-list-header li a {
    font-size: 16px;
    color: #000;
    font-size: 600;
}
/******************************************Feature****************************************/
.container-feature {
	margin: 10rem 0;
}
.b2b-top-img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0px 80%;
       object-position: 0px 80%;
}
.feature-left {
    margin-top: calc(210 / 1440 * 100vw);
}
.title-all-feature{
    color: var(--all-color-title);
    font-size: 60px;
    text-align: center;	
	padding-bottom: 3rem;
	
}
.container-feature .feature_inner{
	padding: 0 5rem;
}
.feature-text {
    line-height: 2;
    text-align: center;
}

.b2b-chara{
	text-align: center;
}

/*****************************Advance*******************************/
.our-feature{
	margin: 10rem 0;
}
#feature .container-fluid {
    padding: 0;
}
.all_num {
    counter-reset: number 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.our-feature .top_feature_lists .li-box {
    width: calc(100% / 3 - 5px);
    overflow: hidden;
	max-height: 600px;
}
.our-feature .top_feature_lists .li-box .top_btn {
    padding: 23rem 0;
    color: #fff;
    position: relative;
    height: 600px;
}
.our-feature .top_btn {
    display: block;
    position: relative;
    z-index: 5;
}
.our-feature .top_feature_lists .li-box .top_btn::before {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
}
.our-feature .top_feature_lists .li-box .top_btn::before, .our-feature .top_feature_lists .li-box .top_btn::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.our-feature .top_feature_lists .li-box ._inner {
    position: relative;
    z-index: 5;
	text-align: center;
}
.our-feature .top_feature_lists .li-box .all_catch {
    margin: 0 0 .05rem;
}
.all_num ._num {
    position: relative;
}
.our-feature .top_feature_lists .li-box .all_catch._num::before {
    top: -11.2rem;
    font-size: 6.5rem;
    letter-spacing: .04em;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-align: center;
    display: block;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.all_num ._num::before {
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero) "";
    position: absolute;
}
.our-feature .top_feature_lists .li-box .all_text {
    margin: 0 0 .7rem;
}
.all_text p {
    letter-spacing: 0;
    line-height: 2;
    font-weight: 500;
padding: 5rem 6rem 0 6rem;
    text-align: justify;
}
.our-feature .top_feature_lists .li02 {
    margin: 0 5px;
}

.our-feature .top_feature_lists .li-box .top_btn::after {
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 2;
}
.all_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.top_head{
	margin-bottom: 8rem;
}
.our-feature .top_feature_lists .li-box.li01 .top_btn::before {
    background-image: url("../img/b2bslide01.jpg");
 -webkit-transition: all 0.7s;
 -o-transition: all 0.7s;
 transition: all 0.7s;

}
.our-feature .top_feature_lists .li-box.li01:hover .top_btn::before {
			-webkit-transform: scale(1.1);
			    -ms-transform: scale(1.1);
			        transform: scale(1.1);
	-webkit-transition:-webkit-transform 0.7s ease;
	transition:-webkit-transform 0.7s ease;
	-o-transition:transform 0.7s ease;
	transition:transform 0.7s ease;
	transition:transform 0.7s ease, -webkit-transform 0.7s ease;
}
.our-feature .top_feature_lists .li-box.li02 .top_btn::before {
    background-image: url("../img/b2bslide02.jpg");
 -webkit-transition: all 0.7s;
 -o-transition: all 0.7s;
 transition: all 0.7s;

}
.our-feature .top_feature_lists .li-box.li02:hover .top_btn::before{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-transition:-webkit-transform 0.7s ease;
	transition:-webkit-transform 0.7s ease;
	-o-transition:transform 0.7s ease;
	transition:transform 0.7s ease;
	transition:transform 0.7s ease, -webkit-transform 0.7s ease;
}

.our-feature .top_feature_lists .li-box.li03 .top_btn::before {
    background-image: url("../img/b2bslide03.jpg");
 -webkit-transition: all 0.7s;
 -o-transition: all 0.7s;
 transition: all 0.7s;
}
.our-feature .top_feature_lists .li-box.li03:hover .top_btn::before{
		-webkit-transform: scale(1.1);
		    -ms-transform: scale(1.1);
		        transform: scale(1.1);
	-webkit-transition:-webkit-transform 0.7s ease;
	transition:-webkit-transform 0.7s ease;
	-o-transition:transform 0.7s ease;
	transition:transform 0.7s ease;
	transition:transform 0.7s ease, -webkit-transform 0.7s ease;
}
.feature-text{
	line-height: 2;
	text-align: center;
}
.feature-title{
	font-size: 3rem;
	font-weight: 600;
}






/*****************************End Advance*******************************/
.check-box{
    background: #f2f2f2;
    padding: 5rem;
}
.check-box h4{
    text-align: center;
    font-size: 3.5rem;
    padding-bottom: 7rem;
}
.check-pd{
	margin: 8rem 0;
}
.check-box .inspection-img{
	padding-right: 5rem;
}
.check-box ul.check-list0, .b2b-list .clear {
	line-height: 2;
}
.b2b-list .b2b-title{
    text-align: center;
    font-size: 5rem;
    padding-bottom: 4rem;
    color: var(--all-color-title);
}
.b2b-cl-mix{
    background: #f2f2f2;
    padding: 5rem 0;
}
.b2b-list .inspected {
    color: #4545c7;
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.b2b-list .inspected li{
    list-style: none;
    width: 25%;
    line-height: 2;
	padding: 1rem;
}
.b2b-list .inspected li span{
	padding-right: 1rem;
}

.b2b-list-head {
    background: #F4F7F9;
    min-height: 1.2rem;
    margin: 0 0 4rem;
    padding: 2rem 4rem;
    border-left: 5px solid var(--all-color-title);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    font-size: 3rem;
    font-weight: 600;
}

.b2b-order{
	display: block;
}
.b2b-footer{
    font-size: 3.5rem!important;
	color: #2E4657!important;
}
.character-img{
  width: 450px;	
}
.check-list-br, .b2b-img{
	display: none;
}

@media screen and (min-width: 1400px){
.b2b-list{
	margin-top: 10rem;
}
	.wrap-page-all{
   max-width: 1320px;
    margin: 0 auto;
    padding: 0 1.5rem;
	margin-top: 15rem;	
		
	}		
.container-feature {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}	
	
	
}


@media screen and (max-width: 992px){
	.feature-title {
    font-size: 2.7rem;
}
}


@media all and (min-width:768px) and (max-width:1200px) and (orientation: portrait) {

.container-feature .feature_inner {
    padding: 0;
}	
.character-img {
    width: auto;
}	
.container-feature, .our-feature {
    margin: 8rem 0;
}	
.our-feature .top_feature_lists .li-box {
    width: calc(100% - 10px);
    overflow: hidden;
    margin: 10px 5px;
    max-height: 500px;
}
.all_text p {
    padding: 5rem 12rem 0 12rem;
}	
.b2b-list .inspected li {
    width: calc(100% / 3);
}	
.check-box {
    padding: 5rem 2rem;
}	
.check-box .inspection-img {
    padding-right: 2rem;
}	
.feature-left {
    margin-top: calc(550 / 1440 * 100vw);
}	
.check-box h4 {
    padding-bottom: 4rem;
}	
.our-feature .top_feature_lists .li-box .all_catch._num::before {
    top: -11.2rem;
    font-size: 7rem;
}	
	.feature-br{
		display: none;
	}
	.check-list-br{
		display: initial;
	}
	.check-list-sp{
		display: none;
	}
	

}

@media all and (min-width:768px) and (max-width:1200px) and (orientation: landscape) {


.container-feature .feature_inner {
    padding: 0 1rem;
}
.all_text p {
    padding: 3rem 3rem 0 3rem;
}
.feature-title {
    font-size: 2.6rem;
}
	.check-list-br{
		display: initial;
	}
	.check-list-sp{
		display: none;
	}






}

@media screen and (max-width: 767.98px){


	.b2b-img{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 0 10px;
	}
.b2b-img img {
    width: 50%;
    height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
}
	.b2b-order{
		display: none;
	}
.b2b-img img {
    width: 50%;
    height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
}	
.our-feature .top_feature_lists .li02 {
    margin: 10px 0;
}
.our-feature .top_feature_lists .li-box {
    width: 100%;
    max-height: 520px;
}	
	
.character-img {
    width: 300px;
}	
	.our-feature .container, .b2b-footer-container{
		max-width: 100%;
	}	
.check-box .inspection-img {
    padding-right: 0rem;
    padding-bottom: 2rem;
}		
.our-feature, .container-feature {
    margin: 7rem 0;
}		
.check-box {
    background: #f2f2f2;
    padding: 5rem 12rem;
}	
	
	
}	




@media screen and (max-width: 576px){


.all_under_pagetitle {
    padding-top: 4rem;
}
.title-all-page {
    font-size: 3.4rem;
}
.b2b-top-img {
    -o-object-position: initial;
       object-position: initial;
}

.container-feature .feature_inner {
    padding: 0 1rem;
}
.feature-text {
    text-align: justify;
    margin-bottom: 3rem;
}	
.character-img {
    width: 300px;
    margin: -3rem 0;
}	
.b2b-img img {
    height: 140px;
}	
.our-feature .top_feature_lists .li-box {
    width: 100%;
    max-height: 520px;
}	
.our-feature .top_feature_lists .li-box .top_btn {
    padding: 18rem 0;
    color: #fff;
    position: relative;
    height: 500px;
}	
.all_text p {
    padding: 5rem 3rem 0 3rem;
}	
.b2b-list .b2b-title {
    font-size: 4.5rem;
}	
.title-all-feature {
    font-size: 45px;
}	

.check-box {
    padding: 5rem 1rem;
}	

.check-pd {
    margin: 1rem 0;
}		
	.check-list-br{
		display: inline;
	}
	.feature-br, .check-list-sp{
		display: none;
	}	
	

}
@media screen and (max-width: 320px){

.all_text p {
    padding: 3rem 1rem 0 1rem;
}	
	
}


