/*
 * slider-1
 */
#slider-1{
	text-align: center;
	background-image: url(../img/bg-1.jpg);
    background-size: cover;
    background-position: 50% 0;
    height: 450px;
    color: #fff;
    margin-top: 80px;
}
#slider-1 .logo{
	width: 124px;
	margin-top: 50px;
}
#slider-1 h1{
	font-weight: 600;
}
#slider-1 .input-group{
	display: inline-block;
}  
#slider-1 input{
	height: 40px;
	width: 2.7rem;
    border-radius: 35px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    margin-top: 25px;
    transition: all .5s ease-in-out;
}
#slider-1 input:focus{
	width: 3rem;
}
#slider-1 .input-group-addon{
	position: absolute;
    right: 0;
    top: 25px;
    height: 40px;
    width: .5rem;
    border: none;
    border-left: 1px solid #fff;
    cursor: pointer;    
    color: #fff;
    background-color: transparent;
    text-align: center;
    line-height: 35px;
    z-index: 10;
}
#slider-1 .glyphicon{
	font-size: .16rem;
}

/*
 *#slider-2
 */
#slider-2 .row{
	margin: 0;
	padding: .7rem 0px;
}
#slider-2 .col-4 ,#slider-2 .col-6{
	text-align:center ;
	float: left;
	padding: 30px 10px;
}
#slider-2 .overflow{
	overflow: hidden;
	border-bottom: 1px solid #eeeeee;
}
#slider-2 .col-4{
	width: 33.3%;
}
#slider-2 .col-6{
	width: 50%;
}
#slider-2 .icon{
	width: 70px;
    height: 70px;
    float: left;
    margin-top: 8px;
}
.icon.acnlp-1{
	background-image: url(../img/acnlp-1.png);
}
.icon.acnlp-2{
	background-image: url(../img/acnlp-2.png);
}
.icon.acnlp-3{
	background-image: url(../img/acnlp-3.png);
}
.icon.acnlp-4{
	background-image: url(../img/acnlp-4.png);
}
.icon.acnlp-5{
	background-image: url(../img/acnlp-5.png);
}
.col-4:nth-child(1) .feature:hover .acnlp-1{
	background-image: url(../img/acnlp-1-hover.png);
}
.col-4:nth-child(2) .feature:hover .acnlp-2{
	background-image: url(../img/acnlp-2-hover.png);
}
.col-4:nth-child(3) .feature:hover .acnlp-3{
	background-image: url(../img/acnlp-3-hover.png);
}
.index-1:hover .acnlp-4{
	background-image: url(../img/acnlp-4-hover.png);
}
.index-2:hover .acnlp-5{
	background-image: url(../img/acnlp-5-hover.png);
}
#slider-2 .feature{
	width: 2.4rem;
	display: inline-block;
	text-align: left;
}
#slider-2 h4{
	font-weight: 600;
}
#slider-2 .feature .detail{
	display: inline-block;
    width: 1.5rem;
    margin-left: 15px;
}
/*
 *#slider-3
 */
#slider-3 .col-6{
	float: left;
	padding: 0 10px;
	width: 50%;
	height: 240px;
}
#slider-3 h3{
	font-weight: 600;
}
#slider-3 .col-6 img,.explanation{
	margin-top: .55rem;
}
.bg{
	background-color: #fafafa;
}
.right{
	text-align: right
}

/*
 *#footer
 */
#footer .head-wrap{
	display: block !important; 
	background-color: #1a1a1a;
}
#footer .head-brand{
	width: 150px;
	background-image: url(../img/logo2.png);
}
#footer .head-nav .nav-option{
	color: #777;
}


@media (max-width: 1000px){
	#slider-1 .logo{
		width: 1rem;
	}
	#slider-2 .icon{
		float: none;
		display: inline-block;
	}
	#slider-2 .feature{
		width: auto;
		display: inline-block;
		text-align: center;
	}
	#slider-2 .detail h4{
		text-align: center;
	}
	#slider-2 .feature .detail{
		display: inline-block;
		width: auto;
		margin-left: 0;
		text-align: justify;
	    padding: 0 1px;
	}
	#slider-3 .explanation p{
		font-size:.12rem ;
	}
	.container{
		padding: 0;
	}
}