/* My style sheet */


$white: #fff;

h1{
	font-family: 'Archivo Black', sans-serif;
	font-weight: 900;
}
.header{
	position: relative;
	top: 0;
	right: 0;
	height: 100vh;
	overflow: hidden;
}
.header nav{
	z-index: 1;
	top: 10px;
}
.navbar{
	padding: 1.5rem 3rem;
	z-index: 1;
}
.navbar-brand img{
	width: 87px;
}
.navbar-brand{
	margin-right: 5rem;
}


/*.navbar ul li{
	position: relative;
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
			transform: translateZ(0);
}
.nav-item:before{
	content: "";
	position: absolute;
	height: 1.8px;
	background-color: #F9D581;
	bottom: 0;
	left: 50%;
	right: 50%;

	
	-webkit-transition-property: left, right;
	   -moz-transition-property: left, right;
		 -o-transition-property: left, right;
			transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		 -o-transition-duration: 0.3s;
			transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	   -moz-transition-timing-function: ease-out;
		 -o-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
}
.nav-item:hover a{
	color: #F9D581;
}*/
.navbar ul li{
	position: relative;
	-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
			transform: translateZ(0);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #B2D070;
}



.navbar ul li a{
	color: #F2B31F;
	padding: 15px 0;
}
.navbar ul li:before{
	content: "";
	position: absolute;
	z-index: -1;
	height: 2px;
	background-color: #B2D070;
	bottom: 0;
	left: 50%;
	right: 50%;

	
	-webkit-transition-property: left, right;
	   -moz-transition-property: left, right;
		 -o-transition-property: left, right;
			transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		 -o-transition-duration: 0.3s;
			transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	   -moz-transition-timing-function: ease-out;
		 -o-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
}
.navbar ul li:hover a {
	color: #F9D581;
}
.navbar ul li:hover:before{
	left: 0;
	right: 0;
}




.header .overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	background-color: rgba(0,0,0,.5);

	display: flex;
	justify-content: center;
	/*align-items: center;*/
	flex-direction: column;
}
.header .slide{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
}
.header .carousel-item{
	position: relative;
	height: 100vh;
}
.header .carousel-caption{
	bottom: inherit;
	text-align: left;
}
.header .carousel-caption a{
	text-decoration: none;
	color: #FFF;
}
.header .carousel-caption .col-md-9{

	display: flex;
	justify-content: center;
	/*align-items: center;*/
	flex-direction: column;
}
.header .carousel-caption .btn-info{
	max-width: 160px;
	text-transform: uppercase;
	width: 100%;
	background-color: rgba(174,174,174,.5);
	border:0;
	border-radius: 0;
}
.homebutton {
    background: rgba($white, 0);
    border-bottom: 1px solid;
    color: $white;
    line-height: 1.4;
    padding: 0.45em;
    text-decoration: none;
    margin-top: 15px;

    &:hover {
        background: rgba($white, 1);
        color: $red;
    }
}
.header .carousel-caption .homebutton{
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
} 

.header .carousel-caption .homebutton:hover {
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5),
        0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #427388;
}
.header .carousel-caption .btn-info:hover{
	background-color: #AEAEAE;
	border: 2px solid #FFF;
}
.header .carousel-caption img{
	height: 250px;

}
.header .carousel-caption h1{
	/*float: right;*/
	font-size: 70px;
	font-weight: 700;
	text-transform: uppercase;
}
.banner img{
	width: 100%;
}
.banner{
	position: relative;
	padding: 0;
	margin-top: -100px;
	text-align: center;
	text-transform: uppercase;
}
.banner .overlay{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	color: #FFF;
	padding: 10px;
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	flex-direction: column;
	background-color: rgba(93,152,209,0.5);
}
.banner .overlay:hover{
	background-color: transparent;
}
.serviceone{
	padding: 40px 0;
	margin-top: 20px;
	text-align: center;
}
.servicetwo{
	/*padding: 40px 0;*/
	/*background-image: url(../images/pumps-lirara3.png);*/
	background-repeat: no-repeat;
	background-position: center;
}
.servicetwo .col {
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	flex-direction: column;
}
.servicetwo .serv-element{
	margin-bottom: 40px;
}
.servicetwo .colleft .serv-element span{
	float: left;
	margin-right: 10px;
}
.servicetwo .serv-element span i{
	font-size: 35px;
}

.servicetwo .colright .serv-element span{
	float: right;
	margin-left: 10px;
}
.servicetwo .colright{
	text-align: right;
}
.servicetwo .colimg{
	text-align: center;
	font-family: 'Saira Semi Condensed', sans-serif;
	font-weight: 700;
	font-size: 15px;
}
.servicetwo .colimg{
	/*background-color: #B2D06F;*/
	background-color: #f8f9fa;
	padding: 20px 20px 0 20px;
}
.servicetwo .colimg img{
	width: 100%;
}

.solarproduct{
	background-color: #f8f9fa;
	padding: 30px 0;
}
.solarproduct .solardesc{
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	flex-direction: column;
}
.solarproduct .solardesc div{
	padding: 40px;
	/*background-color: #5a96d0;*/
	background-color: #B2D070;
	border: 1px solid #EEE;
}
.solarproduct .solardesc div span{
	float: left;
	margin-right: 20px;
	font-size: 20px;
}
.solarproduct .solarimg{
	padding: 0;
	z-index: 1;
}
.solarproduct .solarimg img{
	width: 100%;
	margin-left: -40px;
	margin-bottom: -100px;
}


.offer{
	position: relative;
	height: 300px;
	background-image: url(../images/hoach-le-dinh.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	padding: 60px 0;

}
.offer .overlay{
	padding: 60px 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	color: #FFF;
	text-align: center;
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	flex-direction: column;
	background-color: rgba(93,152,209,0.5);
}

.reachUs{
	padding: 30px 0;
	background-color: #303030;
	color: #FFF;
}

.testimonials{
	padding: 60px 0;
	text-align: center;
}
.testimonials .slide{
	margin-top: 40px;
}
.testimonials .carousel-indicators{
	margin: 0;
}
.testimonials .carousel-indicators li{
	background-color: #B2D070;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.testimonials .carousel-inner .carousel-item{
	margin-bottom: 30px;
}

.contactHome{
	height: 85vh;
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	flex-direction: column;

}
.contactHome .contactInfo{
	background-color: #303030;
	color: #FFF;
	text-align: center;
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	flex-direction: column;
}
.contactHome .contactInfo i{
	margin-bottom: 25px;
	font-size: 50px;
}
.contactHome .row{
	margin: 0;
	height: 100%;
	overflow: hidden;
}
.contactHome .contactForm{
	padding: 40px 150px;
	background-image: url(../images/alternative-356036.jpg);
	background-size: cover;
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	flex-direction: column;
}
.form-control{
	background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 1.25rem;
}
.contactForm input{
	margin-bottom: 15px;
}
.contactForm .btn-primary{
	    background-color: #B2D070;
    border-color: #FFF;
    border-radius: 1.25rem;
}

.footer{
	background-color: #303030;
    padding: 15px;
	color: #FFF;
}
.footer h6{
	float: left;
	font-weight: 100;
	margin: 0;
	letter-spacing: normal;
}
.footer .sociallinks{
	float: right;
}


/*************** Produit Page ***************/

.prod-header{
	position: relative;
	height: 50vh;
	background-image: url(../images/banner.png);
	background-size: cover;
}
.prod-banner{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	color: #FFF;


	display: flex;
	justify-content: center;
	/*align-items: center;*/
	flex-direction: column;
}
.prodintro{
	padding: 25px 0;
	background-color: #f8f9fa;
	color: #A9A9A9; 
	border-bottom: .5px solid #A9A9A9;
/*	background-image: url(../images/banner.png);
	background-size: cover;
	background-position: center;*/
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	flex-direction: column;
}
.prodintro h6{
	letter-spacing: 2px;
}
.product-card{
	padding: 60px 0;
}
.product-card .card {
	border-radius: 0;
}
.product-card .card:hover {
	border: 2px solid #B2D070;

}
.product-card .row{
	margin-bottom: 20px;
}
.product-card .card .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(139, 195, 74, .5);
	opacity: 0;
	  -webkit-transition: opacity 1s; /* Safari prior 6.1 */
	  transition: opacity 1s;
}
.product-card .card .overlay:hover{
	opacity: 1;
}
.product-card .card .overlay i{
	color: #FFF;
	font-size: 50px;
}
.product-card .card .card-body{
	text-align: center;
	z-index: 1;
    background-color: #FFF;
}
.product-card .card .card-body .card-title,
.product-card .card .card-body a{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	color: #AEAEAE;
}
.product-card .card .card-body .card-title:hover,
.product-card .card .card-body a:hover{
	color: #B2D070;
}



.card .card-body .btn-primary{
	border-radius: 0;
	background-color: #B2D070;
	border: 1px solid #AEAEAE;
	max-width: 160px;
	width: 100%;
}




@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
}

.modal .modal-dialog{
	max-width: 80%;

}
.modal .modal-body{
	overflow: hidden;
}
.modal .modal-body img{
	max-width: 100%;
}










/*************** Pompes page ***************/

.pompes{
	padding: 40px 0;
}
.pompes .card{
	text-align: center;
	border:0;
	border-radius: 0;
	border-bottom: 1px solid rgba(150,150,150,.3);
}
.pompes .row{
	margin-bottom: 20px;
}


/*************** Pompes page ***************/
.about-body{
	padding: 80px 0;
}
.about-body .aboutpictures{
	padding-top: 40px;
}
.about-body .aboutpictures img{
	width: 100%;
}



