@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto&display=swap');

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 50px;
    /* Margin bottom by footer height */
    padding-top: 88px;
    font-family: 'Open Sans', sans-serif;
    color: #343a40;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
}

.cancelHover:hover{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.cancelHover:hover a{
    color: inherit;
    text-decoration: none;
}

#slider-main .carousel-inner {
    width: 100%;
    max-height: 90vh !important;
}

.logo-brand {
    width: 100%;
}

.search-input-menu {
    height: 50px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height: 60px;*/
    /* Set the fixed height of the footer here */
    /*line-height: 60px;*/
    /* Vertically center the text there */
    background-color: #f5f5f5;
}

#navbar7 ul li a {
    color: #000;
}

#navbar7 ul li a:hover {
    color: #2980b9;
}

#navbar7 ul li .active {
    color: #2980b9 !important;
}

.contact-section {
    background-image: linear-gradient(to bottom, #ffffff1c, #16161d17) !important;
    height: 100%;
}

.title-page {
    /*background-image: url(http://industrial.bold-themes.com/yellow-factory/wp-content/uploads/sites/10/2016/09/hero_inner_page.jpg);*/
    /*background-position: 50% -68.8086px;*/
    background-image: linear-gradient(to bottom, #2980b9, #2e8ece) !important;
    height: 100px;
}

.title-page h2 {
    color: #fff;
}

.title-h2 {
    font-size: 2.2em;
    font-weight: 650;
}

.dash:after {
    content: ' ';
    clear: both;
    width: 5em;
    display: block;
    margin: 0 0 1.4em;
    border-bottom: 4px solid #2980b9;
}

.dash-title:after {
    content: ' ';
    clear: both;
    width: 5em;
    display: block;
    margin: auto;
    border-bottom: 4px solid #2980b9;
}

.title-page-full {
    background: linear-gradient(to bottom, #2e8ece, #2980b9);
}

.btn-search :hover {
    color: #fff;
    background-color: #2980b9 !important;
    border-color: #2980b9 !important;
}

.section-service {
    background: #2980b9;
    background: -webkit-linear-gradient(to top, #2e8ece, #2980b9);
    background: linear-gradient(to top, #2e8ece, #2980b9);
}

.service {
    color: #fff;
}

.contact-info>a {
    text-decoration: none;
    color: #000;
}

.contact-info>a>i {
    margin: 5px;
}

.contact-info>a:hover {
    color: #2980b9;
}

.ui-autocomplete {
    z-index: 2000 !important;
    color: #2778ad !important;
    background-color: #fff !important;
}

.ui-autocomplete :hover {
    background-color: #2778ad !important;
}

#social a {
    color: #343a40 !important;
    text-decoration: none;
}

#social a:hover {
    color: #2778ad !important;
}

#navbar-top {
    background-image: linear-gradient(to bottom, #ffffff, #ababab1f) !important;
}

#navbar-top .navbar {
    -webkit-transition: padding 0.1s ease;
    -moz-transition: padding 0.1s ease;
    -o-transition: padding 0.1s ease;
    transition: padding 0.1s ease;
}

#navbar-top.affix {
    padding-top: 0.2em !important;
    padding-bottom: 0.2em !important;
    -webkit-transition: padding 0.2s linear;
    -moz-transition: padding 0.2s linear;
    -o-transition: padding 0.2s linear;
    transition: padding 0.2s linear;
}

.section-top {
    min-height: calc(100% - 60px) !important;
}

.btn-product-see {
    background-color: #1787d1;
    border-color: #1787d1;
}

.btn-product-see:hover {
    background-color: #2778ad;
    border-color: #2778ad;
}


/*******  image presentation ***************/

.item {
    left: 0;
    top: 0;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

.item img {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}

.item img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.img-thumbnail {
    border: 0px;
    border-radius: 0px;
}


/******* ***********/

.card-img-caption {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-img-caption .card-img-top {
    z-index: 0;
}

.card-img-caption .card-text {
    width: 100%;
    margin: 0 40%;
    left: 10px;
    top: 10px;
    position: absolute;
    z-index: 1;
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    body {
        padding-top: 145px;
    }
    .logo-brand {
        max-width: 130px;
    }
    .s-collapse-border {
        border: 1px solid #e8e8e8;
    }
    .s-center-mobile {
        text-align: center;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
    .logo-brand {
        max-width: 130px;
    }
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .logo-brand {
        max-width: 180px;
    }
    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
    .s-filter-border {
        border: 1px solid #e8e8e8;
    }
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {}


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {}