


/*-----------------------------------------------
/* BDIntro
--------------------------------------------------*/
#BDIntro{
	/* background:url(../img/bigdata/intro/BDIntroB.jpg) fixed center center;
	background-size: cover;
	padding: 50px 0; */
	background:url(../img/bigdata/intro/bg.webp) ;
	width: 100%;
	padding: 50px 0;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}
#BDIntro a{
    color: #000000;
    font-weight: 400;
    cursor: pointer;
}
#BDIntro a:hover{
    color: #0071b6;
    outline: none;
    text-decoration: none;
}
#BDIntro h3{
	color: #000000;
}
.BDIntroBox h4 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #0071b6;
    text-align: center;
}
.BDIntroBox a h4:hover{
    color: #18d26e;
    transition:all 0.3s 0.3s;
	-webkit-transition:all 0.3s 0.3s;
}
#BDIntro p{
	color: #000000;
	font-weight: 300;
	margin: 0 0 25px 0;
	text-align: left;
	margin-bottom: 10px;
	text-align:justify;
}
.BDIntroText{
	padding-bottom: 20px;
}
.introIconText{
	position: relative;
	height: 100%;
	text-align: center;
}
.introIconText p{
	margin-bottom: 90px !important;
}
.BDIntroBoxOut{
	padding-bottom: 30px;
}
.BDIntroBox{
	display: flex;
	background: #fff;
	padding: 20px;
	box-shadow: 0 5px 20px 5px rgba(0,0,0,0.1);
}
.BDIntroBoxImg{
	width: 100%;
	position: absolute;
	bottom: 0;
}
.BDBottomText{
	width: 100%;
	display: table;
	padding-top: 20px;
}
.BDBottomText p{
	text-align: center !important;
}
/*-----------------------------------------------
/* BDAdvantage
--------------------------------------------------*/
#BDAdvantage{
	padding-top: 50px ;
}
#BDAdvantage h3{
	color: #000000;
}
.BDAdvantage-item{
	width: 100%;
	background-color: #fff;
	padding: 20px;
	margin-top: 20px;
	background: url(../img/warranty/advantage/bg.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#BDAdvantage  p{
	color: #fff;
	margin: 0;
	font-weight: 300;
	text-align:left;
}
.BDAdvantage-item  h4{
	color: #fff;
	margin-bottom: 5px;
	font-size: 20px;
}
.BDAdvantage-left{
	color: #fff;
	width: 66px;
	height: 100px;
	font-size: 48px;
	float: left;
	padding-right: 10px;
	border-right: 1px solid #fff;
	line-height: 90px;
	text-align: center;
	transition: 0.5s;
}
.BDAdvantage-right{
	color: #fff;
	min-height: 100px;
	padding-left: 80px;
}

/*-----------------------------------------------
/* BDProcess
--------------------------------------------------*/
.col-sm-3{
	padding-right: 0;
	
}
#BDProcess{
	position: relative;
	background: url(../img/bigdata/process/BDProcesB.jpg) fixed center center;
	background-size: cover;
	padding: 80px 0 50px 0;
}
#BDProcess h3{
	color: #fff;
	margin: 0;
}
#BDProcess h5{
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
#BDProcess .row{
	margin: 0;
}
.topImg{
	position: absolute;
	top: -1px;
	width: 100%;
}
.BDProcessBox{
	padding-top: 30px;
}
.col-lg-1-5.col-md-1-5.col-sm-1-5.col-xs-12.box.wow.fadeInLeft{
	padding: 0;
}
.BDProcessArrow{
	    width: 0;
	    height: 0;
		position: relative;
		top: 90px;
		float: left;
		color: #fff;
}
.BDProcess{
	padding: 10px;
	height: 230px;
	text-align: center;
	position: relative;
	float: left;
	width: 315px;
	margin-bottom: 40px;
	border-radius: 4px;
}
.BDProcess li{
	font-size: 30px;
	margin: 10px 0;
}
.BDProcess p{
	margin: 0;
	color: #fff;
	font-weight: 300
}
.BDProcess h4{
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	margin: 0;
}
.BDProcess h6{
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	margin: 5px 0 ;
}
@media (max-width: 2250px) {
.BDProcess {
        width: 235px;
    }
.BDProcessBox-triangle{
		top: 120px;
	}
}
@media (max-width: 1200px) {
.BDProcess {
        width: 195px;
		height: 250px;
    }
.BDProcessBox-triangle{
		top: 120px;
	}
}
@media (max-width: 980px) {
.BDProcess {
        width: 145px;
		height: 280px;
    }
}
@media (max-width: 767px) {
.BDProcess {
        width: 100%;
		height: 220px;
		margin:20px 0 0 0;
		float: none;
    }
.BDProcessArrow{
		top: -30px;
		left: 15px;
		float: none;
		margin: 0 auto;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
}
}


/*-----------------------------------------------
/* BDFunction
--------------------------------------------------*/
.tabs-container>.tab-pane {
    display: none;
}
.tabs-container>.active {
    display: block;
	animation: hideIndex 0.3s;
	        -moz-animation: hideIndex  0.3s; /* Firefox */
	        -webkit-animation: hideIndex  0.3s; /* Safari and Chrome */
	        -o-animation: hideIndex  0.3s; /* Opera */
}
@keyframes hideIndex{
    0%{ 
		opacity: 0; 
		transform: translate(800px, 0) 
	}
    100%{
		opacity: 1; 
		transform: translate(0, 0) 
	}
}

#BDFunction{
	background: #f0f3f7;
	padding: 50px 0;
}
#BDFunction h3{
	color: #000;
}
#BDFunction .responsive-tabs{
	margin-bottom: 20px;
}
#BDFunction .tabs-list li {
	width: 33%;
}
#BDFunction .tabs-list li a{
	background-color: #f0f3f7;
	height: 140px;
	padding: 0;
}
#BDFunction .tabs-list li h4{
	font-size: 18px;
}
#BDFunction .hvr-icon-rotate a{
	color: #000000;
}
#BDFunction .active a{
	color: #3542dd;
}
#BDFunction .hvr-underline-from-left{
	overflow: inherit;
}
#BDFunction .hvr-underline-from-left:before{
	bottom: 0;
	top: 148px;
	background: #3542dd;
}
#BDFunction  .tab-content-0{
	background-color: #f0f2f7;
	border-top: 1px solid #dcdee2;
	padding-bottom: 50px;
}
.BDFunction-item{
	width: 100%;	
	color: #000000;
	padding: 30px;
	margin-top: 20px;
}
.BDFunction-item:hover{
	background-color: #fff;
}
.BDFunction-item  p{
	margin: 0;
	font-weight: 300
}
.BDFunction-item  h4{
	margin-bottom: 5px;
	font-size: 20px;
}
#BDFunction .hvr-box-shadow-outset:active,
.hvr-box-shadow-outset:focus,
.hvr-box-shadow-outset:hover{
	box-shadow:5px 5px 5px rgba(0,0,0,0.1)
}
.customerFunction {
	margin-top: 80px;
}
.tab-content { 
	background-color:#f7f7f7; 
}
.tab-content .row{
	background: #fff;
}
.tab-text-right{
	position: absolute;
	right: 0;
	left: 0;
	color: #FFF;
	padding: 15px;
	bottom: 10%;
}
.tab-text-left{
	position: absolute;
	right: 0;
	left: 0;
	color: #FFF;
	padding: 15px;
}
.tab-content p, .accordion-content p { 
	margin-bottom:5px; 
}
.tabs-list { 
	list-style:none; 
}
.tabs-list li { 
	display:inline-block; 
	*display:inline; 
	margin-bottom:2px; 
	width: 16.3%;
	text-align: center;
}
.tabs-list li a { 
	display:block; 
	height:38px; 
	line-height:38px; 
	background-color:#718a92; 
	color:#ffffff; 
	text-decoration:none; 
	font-size:14px; 
	transition:all 0.4s ease 0s; 
	-webkit-transition:all 0.4s ease 0s; 
	-moz-transition:all 0.4s ease 0s; 
	-o-transition:all 0.4s ease 0s; 
}

.tabs-list li.active a { 
	color:#18d36e; 
}
.tab-content { 
	margin:10px 0 0 0; 
}
@media ( max-width:1199px ){
.tabs-list li { 
	width: 16%;
	}
}
@media (max-width: 500px) {
	.tabs img{
		width: 90%;
		height: auto;
	}
}
/*-----------------------------------------------
/* chart
--------------------------------------------------*/
.chartButton{
	position: absolute;
	z-index: 10;
	padding: 20px 0;
	box-shadow: 5px 5px 10px rgba(0,0,0,.3);
	background: rgba(255,255,255,0.20);
}
#chart {
	background: url(../img/bigdata/chart/chartBg.webp) fixed center center;
	background-size: cover;
    padding: 50px 0;
}
#chart .row{
	margin: 0 15px;
	
}
#chart img{
	width: 100%;
    height: 100%;
}
#chart h4{
	color: #fff;
	margin: 0 0 10px 0;
	border-left: 5px solid #0071b8;
	padding-left: 10px;
}
#chart h3{
	color: #fff;
}
#chart p{
	color: #fff;
}
#chart h5{
	color: #fff;
	font-size: 20px;
}
#chart a.chartBtn{
	background: none;
	color: #fff;
	font-size: 18px;
	height: 65px;
	line-height: 65px;
	border: none;
	padding: 0;
	text-align: center;
    font-weight: 500;
}
#chart a.chartBtn.active{
	background: #0071b8;
	box-shadow: 0 8px 16px 0 #60522740;
	border-radius: 2px;
	margin-left: -20px;
	margin-right: -20px;
}
#chart .chartImgBox{
	background: rgb(255 255 255 / 10%);
	border-radius: 10px;
	box-shadow: 0 0 10px 5px rgb(0 0 0 / 7%);
	height: fit-content;
}
#chart .chartImgText{
	padding-right: 5px;
}
#chart .chartImgText p{
	margin-bottom: 10px;
}
.chartContent{
	padding-top: 0px;
	margin-top: 20px;
	min-height: 400px;
}
@media (max-width: 992px){
	.chartButton{
		position: relative;
	}
	.chartContent{
		padding-left: 0;
	}
}
@media (max-width: 991px) {
    #banner h1{
        font-size: 40px !important;
    }
    #banner h2{
        font-size: 20px !important;
        line-height: 24px !important;
    }
    #banner .carousel-item{
        height: 400px;
    }
    #banner{
        height: 400px;
    }
    #banner .carousel-container .fadeInLeft{
        margin-top: 20%;
    }
}
@media (max-width: 767px) {
	.noPadding{
		padding: 0;
	}
	.noMargin{
		margin: 0;
	}
}