#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;
}
.intro-top-img{
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.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;
}
.our-feature .top_feature_lists .li02{
	margin: 0 5px;
}
.feature-img{
	display: none;
}
/******************************************Custom Slider****************************************/

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}
.swiper-slide img{
	width: 100%;
	height: 400px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.swiper-slide{
	cursor: -webkit-grab;
	cursor: grab;
}
.swiper-pagination-bullet {
    padding: 0.9rem;
    margin: 0 0.8rem!important;
}
.swiper-pagination{
    position: relative!important;
    margin-top: 4rem;
}

/*****************************Advance*******************************/
.our-feature{
	margin: 10rem 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 .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/advance01.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/advance02.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/advance03.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;
}
#feature .container-fluid{
	padding: 0;
}





/*****************************End Advance*******************************/



/*****************************Transportation*******************************/
 .top_cutting-transportation {
    margin-bottom: 8rem;
	position: relative;
	 z-index: 9;

}

 .top_cutting-transportation_wrap ._pic {
    width: 52rem;
    position: absolute;
    top: 0;
    left: calc((100% - 106.4rem) / 2 + 1.2rem);
}

.button-mid-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.button-mid-box h3{
	color: #fff;
	font-size: 4rem;
}

.btn-strain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.btn-strain div:nth-child(1){
	margin-bottom: 5rem;
}
.btn-strain .all_btn01 a {
    background: #F6F6F4;
    width: 45rem;
    line-height: 7rem;
    display: inline-block;
    text-align: center;
    color: #002C45;
    letter-spacing: .04em;
    font-weight: 700;
    position: relative;
    border-left: 0.5rem solid var(--kaisha-color);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    padding: 1rem 0;
    font-size: 2.5rem;
}
.btn-strain .all_btn01 a:hover{
	
color: #fff;	
}

/*****************************End Transportation*******************************/


@media screen and (min-width: 1400px){
	
	.wrap-page-all{
   max-width: 1320px;
    margin: 0 auto;
    padding: 0 1.5rem;
	margin-top: 15rem;	
		
	}	
	
	.intro_wrap{
   max-width: 1320px;
    margin: 0 auto;
    padding: 0 1.5rem;	
	}
	
	.set-pic{
	margin-left: auto;
    width: 100vw;
    position: relative;
    z-index: 5;	
	}



}

@media screen and (max-width: 992px){
	
.all_text p {
    padding: 5rem 1rem 0 1rem;
}	
.feature-title {
    font-size: 2.7rem;
}	
.our-feature .top_feature_lists .li-box .top_btn {
    height: 500px;
}	
	
	
	
	
	
	
	
}


@media all and (min-width:768px) and (max-width:1200px) and (orientation: portrait) {
	
.swiper-slide img {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
}
.our-feature .top_feature_lists .li-box .top_btn {
    color: #fff;
    position: relative;
}
.container-feature .feature_inner {
    padding: 0;
}	
.top_cutting-transportation {
    height: auto;
}	
	.wrap-page-all{
		padding: 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;
}
.our-feature .top_feature_lists .li-box .all_catch._num::before {
    top: -11.2rem;
    font-size: 7rem;
}	
.trans-left{
	margin-left: 5rem;
	padding: 0;
}
.trans-right{
	margin-right: 5rem;
	padding: 0;

}
.btn-center-fix {
    padding-left: 10rem;
}		
	
	
	
	
	
}

@media all and (min-width:768px) and (max-width:1200px) and (orientation: landscape) {
	
.container-feature .feature_inner {
    padding: 0 2rem;
}	
.our-feature .top_feature_lists .li-box .top_btn {
    padding: 17rem 0 6rem 0;
    color: #fff;
    position: relative;
	height: 530px;
}	
.all_text p {
    padding: 3rem 3rem 0 3rem;
}	
	

}


@media screen and (max-width: 767.98px){
	
.our-feature .top_feature_lists .li-box {
    width: 100%;
    max-height: 520px;
}	
.our-feature .top_feature_lists .li02 {
    margin: 10px 0;
}		
	.intro-order{
		display: none;
	}	
	.feature-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;
	}
	.feature-img img{
		width: 50%;
	}	
.feature-text {
    text-align: justify;
    margin-bottom: 3rem;
}	
	.feature-br{
		display: none;
	}
	
}


@media all and (max-width: 576px){
	
.all_under_pagetitle {
    padding-top: 3rem;
}	
.title-all-page {
    font-size: 3.4rem;
}	
.intro-top-img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}	
	
.container-feature {
    margin: 7rem 0;
}	
.container-feature .feature_inner {
    padding: 0 1rem;
}	

.swiper-slide img {
    width: 95%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
    display: block;
}	
.our-feature {
    margin: 7rem 0;
}	

.our-feature .top_feature_lists .li-box .top_btn {
    padding: 18rem 0;
    color: #fff;
    position: relative;
    height: 450px;
}
.all_text p {
    padding: 5rem 3rem 0 3rem;
}	
.btn-strain .all_btn01 a {
    width: 100%;
	font-size: 2rem;
}
.all_btn01 a svg {
    right: 2.5rem;
}
.all_btn01 {
    text-align: center;
    width: 100%;
}	

	
	
	
}

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

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


