﻿/*

*/
@import 'fonts/Kollektif.css';

body,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Kollektif';
}
#topbar {
    background:unset;
    top:25px;
}
.user-menu ul>li{
    margin:10px 0px;
}
#navbar ul li a,
#topbar .social-links a,
#topbar .social-links a:hover {
    color: #415b76 !important;
}
.lang-active {
    font-weight: bold;
    text-decoration: underline;
}
#hero {
    height: 80vh;
    background-color: unset;
}
#hero .carousel-item::before {
    background-color: unset;
}
#hero .container {
    position: absolute;
    bottom: 25px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.3);
}

#hero h1,
#hero h2 {
    color: #415b76;
    margin-bottom: 0px;
    font-size: 47pt;
}
#header {
    height: 150px;
    background-color: rgba(255,255,255,0.8);
}
#header .logo img {
    max-height: 130px;
    /*position: absolute;*/
    top: 10px;
}
#navbar ul li a {
    color:#000;
}
@media (max-width: 1200px) {
    .navbar ul {
        display: none;
    }
    .navbar-mobile > ul{
        display: block;
    }
    .mobile-nav-toggle {
        display: block;
    }
}
#main {
    margin-top: 120px;
}
span.required {
    color:#ff0000;
}
/*======font color==============*/
.section-title-new h2,
.section-title-new2 h2,
.section-title-new2 hr,
.news .card-title,
.news .news-date,
.news .card-text,
.news .text-muted,
.news a,
#blockCompany .card-title,
#companyModal h5,
.modal-title,
.news-info-titel {
    color: #415b76 !important;
}
#companyModal h6,
.table-no-border th {
    color: #5986ad;
}
.news-description,
.table-no-border td {
    color: #000;
}

.section-title-new {
    padding: 0px 5%;
    margin-bottom: 30px;
}
.section-title-new h1,
.section-title-new h2 {
    font-size: 37pt;
    text-align: center;
    border-bottom: solid 2px #415b76;
    padding-bottom: 15px;
}
.section-title-new2 {
    padding: 0px;
    margin-bottom: 30px;
}
.section-title-new2 h1,
.section-title-new2 h2 {
    font-size: 37pt;
    text-align: center;
}
.section-title-new2 hr {
    height: 3px;
    width: 60%;
    margin-left: 20%;
}
/*================================内容页========================*/
.content-page-title {
    padding: 0px 5%;
    margin-bottom: 30px;
}
.content-page-title h1,
.content-page-title h2 {
    font-size: 24pt;
    text-align: center;
    color: #415b76;
    border-bottom: solid 2px #415b76;
    padding-bottom: 15px;
}
.block-content {

}
.block-content-title {
    position: relative;
    color: #415b76;
}
.block-content-title h3 {
    font-size: 20pt;
    position: relative;
    z-index: 2;
}
.block-content-title-bg {
    position: absolute;
    background-color: #f1f6f8;
    height: 25px;
    width: 100%;
    bottom: 5px;
    z-index: 1;
}
.block-content-text h4{
    font-size:20pt;
}
.block-content-text .card-title {
    text-align:center;
}
.block-content-text {
    font-size:18pt;
}
.block-content-text .card-text{
    text-align:justify;
}
.block-content-text .cfec-image{
    text-align:center;
}
.block-content-text .cfec-image img.card-img-arrow{
    width:30px;
}
.block-content-text .cfec-image img.card-img{
    
}
.block-content-text .cfec-data{
    position:relative;
}
.block-content-text .cfec-data span{
    position:absolute;
    top:0px;
    right:5px;
}
.block-content-text .cfec-data-paper{
    border: solid 5px #87cee9;
    margin: 10px;
}
.block-content-text .cfec-data-plastics{
    border: solid 5px #ab9685;
    margin: 10px;
}
.block-content-text .cfec-data-metal{
    border: solid 5px #fff9c7;
    margin: 10px;
}
.block-content-text .cfec-data-glass{
    border: solid 5px #6fc473;
    margin: 10px;
}
.block-content-text th{
    font-size:18pt;
}
.block-content-text tr{
    border-bottom: solid 2px #ddd;
}
.block-content-text .cfec-data input[type="text"]{
    border: 0px;
    border-bottom: solid 1px #000;
    width: 80%;
    height: 30px;
    font-size: 12pt;
    margin:0 0 5px 5px;
}
.text-on-pannel {
    background: #fff none repeat scroll 0 0;
    height: auto;
    margin-left: 20px;
    padding: 10px 10px;
    position: absolute;
    margin-top: -55px;
    border: 1px solid #337ab7;
    background-color: #c2d6e6;
    border-radius: 20px;
    color: #235279;
}

.panel {
    /* for text on pannel */
    margin-top: 27px !important;
}

.panel-body {
    padding-top: 30px !important;
    border: solid 1px #ddd;
    padding:10px;
}

.card-cfec {
}
.card-cfec h6 {

}
.card-cfec-block {
    padding: 5px 10px;
}
.card-cfec-block h5 {

}
.card-cfec-block .cfec-result{
    background-color: #fff;
    margin: 0px;
    height: 50px;
    line-height: 50px;
}
.card-cfec-block .cfec-result-value{
    padding: 0px 5px;
    overflow: auto;
    /*display: flex;*/
    height: 54px;
    text-align:right;
}
.card-cfec-block .cfec-unit{
    font-size: 15pt;
    text-align: right;
    padding: 0px 5px;
}

.info-title {
    color: green;
    font-size: 1.5rem;
}


#about {
    padding-bottom: 120px;
}
#about,
#about .container {
    position: relative;
}
.about-backgroud {
    background-image: url(images/about_backgroud_color.png);
    background-repeat: repeat;
    width: 100%;
    height: 250px;
    position: absolute;
    z-index: 0;
    bottom: 70px;
}
#howto .container {
    padding: 40px;
    background-color: #f1f6f9;
}
#howto .container p {
    font-size: 20pt;
    text-align: justify;
    color:#000;
}
#howto {
    padding-top:0px;
}
#howto .container a {
    padding: 10px 40px;
    border: solid 1px #000;
    font-size: 26pt;
    background-color: #305c83;
    color: #eff1f0;
    border-radius: 30px;
}


.news {
}
#modalNewsLayer .modal-title,
#modalNewsLayer .news-info-titel,
.news .card-title {
    font-size: 22pt;
}
.news .news-image {
    height:200px;
    text-align:center;
}
.news .news-image img {
    height:100%;
    max-width:100%;
}
.news .news-date {
    font-size:18pt;
}
.news .card-text {
    font-size:16pt;
    height: 190px;
    overflow: hidden;
    text-align:justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.news .text-muted {
    font-size:18pt;
}
.news-description {
    font-size: 16pt;
    text-align: justify;
}
#modalNewsLayer .news-info-block {
    border: solid 1px #305c83;
    padding: 5px 15px;
}


li.other-mobile-menu {
    display: none;
}
.navbar-mobile li.other-mobile-menu {
    display: block;
}
.footer-links h4,
.footer-contact h4 {
    font-size: 14pt;
}

#companyModal .company-logo,
#blockCompany .company-logo {
    padding: 10px;
    height: 200px;
    text-align: center;
}
#companyModal .company-logo img,
#blockCompany .company-logo img {
    height: 100%;
    max-width: 100%;
    /*border-radius:50%;*/
}
#blockCompany .card-title {
    text-align:center;
    font-size:24pt;
}
#blockCompany .card-title-sub {
    text-align: center;
    font-size: 16pt;
    color: #5986ad;
}
#companyModal h6 {
    margin-bottom: 20px;
}
.table-no-border {
}
.table-no-border td,
.table-no-border th{
    padding:5px 0px;
    vertical-align:top;
}
.search-inline-group {
    text-align:center;
    padding-bottom:30px;
}
.search-inline-group .input-group {
    width:40%;
    margin-left:30%;
}
.search-inline-group #txtSearch {
    border-radius: 30px;
}
.search-inline-group .input-group-addon {
    position: absolute;
    right: 20px;
    top: 7px;
    z-index:10;
}

.form-check-label {
    text-align: justify;
}
.ul-list {
    list-style: none;
    padding: 0px;
}
.table-title {
    /*color: #fff;*/
}

.ui-state-select {
    background-color: green !important;
    color: #fff !important;
}
.attach-list {
    list-style:none;
    padding:0px;
}
.attach-list li {

}
.tendering-space {
    background-color: #b9e8ea !important;
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
    padding: 60px 0;
}

.team .member {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}

.team .member .member-img {
    position: relative;
    overflow: hidden;
}
.team .member img {
    max-width: 100%;
    border-radius: unset;
    margin: 0px;
}

.team .member .social {
    position: absolute;
    left: 0;
    bottom: 45%;
    right: 0;
    opacity: 1;
    transition: ease-in-out 0.3s;
    text-align: center;
    background: rgba(36, 84, 48, 0.5);
}

.team .member .social a {
    transition: color 0.3s;
    margin: 0 3px;
    padding: 6px;
    border-radius: 4px;
    /*width: 36px;
    height: 36px;*/
    display: inline-block;
    transition: ease-in-out 0.3s;
    color: #fff;
}

.team .member .social a:hover {
    background: #3b8af2;
    color: #fff;
}

.team .member .social i {
    font-size: 18px;
}

.team .member .member-info {
    padding: 25px 15px;
}

.team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #222222;
}

.team .member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
}

.team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
}

.team .member:hover .social {
    opacity: 1;
    /**bottom: 15px;*/
}

/*table.data-table thead tr th {
    color: #fff;
    background-color: green;
}*/
.hight-word {
    font-weight:bold;
    color:green;
}
/*================Register================*/
.input-check-error {
    border-color: #ff0000;
}

#myRegister .nav-link {
    padding: .5rem 5px;
}
.nav-item-space {
    line-height: 40px;
    padding: 0px 0px;
    color: #5cb874;
}
.register-input-title {
    color:green;
    font-size:1.5rem;
}
.btn-reg-next,
.btn-reg-submit,
.btn-primary.disabled {
    background-color: green;
    padding: 5px 20px;
}
.sub-nodes {
    padding-left:40px;
}
.dz-success-mark, .dz-error-mark {
    display:none;
}
#dropzoneJsFormEventPhotos,
#dropzoneJsAdditionalForm,
#dropzoneJsForm {
    border: solid 1px green;
    width: 100%;
    min-height: 300px;
    padding: 10px;
    overflow: auto;
}
#dropzoneJsFormEventPhotos .dz-preview,
#dropzoneJsAdditionalForm .dz-preview,
#dropzoneJsForm .dz-preview {
    float: left;
    padding:0px 10px;
}

/*=============Data Table================*/
/*.table thead th {
    text-align: center;
    background-color: #4E820A;
    color: #fff;
}
.table tbody th {
    background-color: #4E820A;
    color: #fff;
}
.table td a, .table th a {
    color: #000;
    text-decoration-line: underline;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #A8C795;
}
.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #D8E7C5;
}
#blockQuotationCompany .table thead th {
    text-align: center;
    background-color: #4472c4;
    color: #fff;
}
#blockQuotationCompany .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #cfd5ea;
}
#blockQuotationCompany .table-striped > tbody > tr:nth-of-type(even) {
    background-color: #e9ebf5;
}*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #305c83;
}
#footer .footer-contact {
    text-align: left;
}
#footer .footer-links h4 {
    text-align:left;
}
#footer .footer-links ul {
    list-style: none;
    padding: 0px;
    text-align: left;
}
#footer .footer-links ul li {
    margin-bottom:10px;
}
#footer .footer-links ul li a {
    color:#fff;
}
#footer .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
#footer .copyright {
    text-align: center;
    float: left;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .block-content-text img {
        width: 100%;
        height: unset !important;
    }

    #header .logo img {
        max-height: 80px;
    }
}

@media only screen and (max-width: 1400px) {
    #header .logo img {
        max-height: 75px;
    }
}

