/*app  page*/
.fa-btn {
    margin-right: 6px;
}



.jumbotron small {
    color: #FFF;
}
.h1 small {
    font-size: 24px;
}


.logo-name{
    display: block;
    text-align: center;
    color: #818c41;
    font-size: 10px;
}
.logo-namee-body{
    padding-top: 30px;
    /* padding: 4px; */
    padding-left: 15px;
    float: right;
}

@media (max-width: 990px) {
    .logo-name{
        display: block;
        text-align: center;
        color: #818c41;
        font-size: 10px;
    }
    .logo-namee-body{
        padding-top: 25px;
        /* padding: 4px; */
        float: right;

    }
    .image-logo{
        width: 150px;
        margin-left: 15px;
    }

}

/*test header*/

a {
    text-decoration: none !important;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}


#app-navbar-collapse ul{
    background: #ebebeb;

}
#app-navbar-collapse ul li{
    padding: 3px;
    text-align: center;
}

.navbar .navbar-nav > li:hover {
    background-color: #fff;
}
.navbar .navbar-nav > li> a:hover {
    background-color: #fff;
}

.navbar .navbar-nav > li > a {
    line-height: 3.3;
    font-size: 16px;
    color: #818c41;
    padding-top: 20px;
    padding-bottom: 10px;
    display: block;
}



@media (max-width: 1200px) {
    .navbar .navbar-nav > li > a {
        font-weight: bold;
        padding-left: 2px;
        padding-right: 2px;
        line-height: 3.3;
        font-size: 16px;
        color: #818c41;
        padding-top: 22px;
        padding-bottom: 10px;
        display: block;
    }

    .navbar .navbar-nav > li:hover {
        border-bottom: 4px solid #818c41;
    }

}

@media (max-width: 990px) {
    .navbar .navbar-nav > li > a {
        font-weight: normal;
        padding-left: 2px;
        padding-right: 2px;
        line-height: 3.3;
        font-size: 14px;
        color: #818c41;
        padding-top: 27px;
        padding-bottom: 10px;
        display: block;
    }


}

@media (max-width: 767px){
    #app-navbar-collapse ul{
        background: #f5f5f5;
    }
    .navbar .navbar-nav > li > a {
        line-height: 1.5;
        padding-bottom: 20px;
        font-size: 13px;
        font-weight: bold;
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 34px;
    }


}



/*responsive-nav*/
.nav-collapse ul{margin:0;padding:0;width:100%;display:block;list-style:none;}
.nav-collapse li{display:block;}
.js .nav-collapse{clip:rect(0 0 0 0);max-height:0;position:absolute;display:block;zoom:1;}
.nav-collapse.opened{max-height:9999px;}
.nav-toggle{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}


.title-page-h5 {
    color: #0f3e4f;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
    margin: 0px 0px 30px 0px;
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    position: relative;

}

.title-page-h5::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #18d26e;
    bottom: 0;
    left: calc(50% - 20px);
}

.title-page-h5::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}


/*App page*/


.fa-btn {
    margin-right: 6px;
}




.map-container-section iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


.jumbotron small {
    color: #FFF;
}
.h1 small {
    font-size: 24px;
}


/*Tenders page*/

box{
    overflow: hidden;
    position: relative;
}
.box img{
    width: 100%;

    transition: all 0.5s ease 0s;
}
.box:hover img{
    filter: brightness(1.15);
}
.box .boxContent{
    width:100%;
    height: auto;

    position: absolute;
    top: 10%;
    left: 0%;
    border: 2px solid #fff;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    transform: translate3d(50%, 50%, 0px);
    transition: all 0.35s ease 0s;
}
.tender-item:hover .boxContent{
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px #fff;
}

.tender-item:hover {
    background: #fffbe3;

}
.box .title{
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin-top:10px ;
    opacity: 0;
    transform: translate3d(-150%, -400%, 0px);
    transition: all 0.35s ease 0s;
}


.tender-item:hover:hover .boxContent,
.tender-item:hover:hover .title,
.box .post{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
@media only screen and (max-width: 990px){
    .box{ margin-bottom: 20px; }
}
@media only screen and (max-width: 360px){
    .box .title{
        font-size: 16px;
        margin: 8px 0 5px;
    }
}

.tender-item-company {
    position: absolute;

    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255,255,255,.8);
    padding-top: 15%;
    opacity: 0;
    text-align: center;
    transition: .4s;
}

.tender-item-company>img {
    max-width: 100px;
    margin-right: 30%;
    border-radius: 20%;
    max-height: 99px;
}

#tender-items {
    /*background: #f0f0f0;*/
    background: #f0f0f054;
    padding: 25px 15px;
    border-radius: 5px;
}

.tender-item {
    overflow: hidden;
    margin-bottom: 22px;
    box-shadow: 0 0 1px rgba(0,0,0,.4);
    background: #ffffffeb;
    transition: .3s;
    margin-bottom: 15px;
    border-radius: 1%;
    height: 444px;
}
.tender-item-image {
    position: relative;
    display: block;
    overflow: hidden;

}

.tender-item-image>img {
    height: 200px;

}



.tender-item-body {
    padding: 15px;
}



.tender-item:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.tender-item-title {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #777;
    display: block;
    margin-bottom: 5px;
    height: auto;
    overflow: hidden;
    transition: .3s;
}
.tender-item-body a{
    height: auto;
}
.tender-item-company-name {
    color: #d31107;
    border-top: 2px solid #818c41;
    padding-top: 15px;
}

.tender-item-company-name, .tender-item-deadline, .tender-item-location {
    font-size: 14px;
    font-weight: 700;
    color: #999;
}

.tender-item:hover .tender-item-company {
    top: 0;
    opacity: 1;
}

.tender-item:hover .tender-item-title {
    color: #818c41;
}

.tender-item span {color: #333;display: block;/* padding: 4px 3px 0px 1px; */border-bottom: 2px dashed #818c41;font-size: 13px;font-weight: 700;cursor: pointer;padding-bottom: 6px;}

:root{ --main-color: #2fad4a; }

.product-discount-label{
    color: #fff;
    background: var(--main-color);
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    width: 50px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 30px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 75%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 75%, 0 100%);
}
.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider{
    direction: rtl;
}







