* {
    --primary_color: #eb950f;
    --max_width: 1200px;
    /*--font_family_bold: 'HarmonyOS Sans SC Bold';*/
    /*font-family: 'HarmonyOS Sans SC Regular';*/
    /*word-break: keep-all !important;*/
}
@font-face {
    font-family: "Montserrat-ExtraLight-5";
    src: url("/themes/theme-photovoltaic/assets/fonts/Montserrat-ExtraLight-5.otf");
}
@font-face {
    font-family: "MontserratL";
    src: url("/themes/theme-photovoltaic/assets/fonts/Montserrat-Light-6.otf");
}
@font-face {
    font-family: "Montserrat";
    src: url("/themes/theme-photovoltaic/assets/fonts/Montserrat-Regular-8.otf");
}
.btn-primary {
    --bs-btn-bg: var(--primary_color) !important;
    --bs-btn-border-color: var(--primary_color) !important;
    --bs-btn-hover-bg: #d5880f !important;
    --bs-btn-hover-border-color: #d5880f !important;
    --bs-btn-active-bg: #ac6e0d !important;
    --bs-btn-active-border-color: #ac6e0d !important;

    --bs-btn-disabled-bg: #ac6e0d !important;
    --bs-btn-disabled-border-color: #ac6e0d !important;
}


a {
    text-decoration: none;
}

#chino_content  {
    /*height: 1000px;*/
}

.content_inner {
    max-width: var(--max_width);
    margin: 0 auto;
}


header {
    background-color: #dee2e6;
    height: 80px;
}

header .menu {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

header .menu li {
    margin: 0 10px;
}

header .menu li a {
    color: #1a1d20 !important;
}

.header_content {
    height: 100%;
    display: flex;
    align-content: center;
}

.header_content a {
    display: flex;
    align-items: center;
}
.line1_ {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.line2_ {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.line3_ {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


.line4_ {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}


.line7 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}


.required::after {
    content: '*';
    color: #e98a11;
}


.form-control:focus {
    border-color: #e67f12;
    box-shadow: 0 0 0 0.25rem rgba(230, 127, 18,.25);
}


.h2 {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}
.line.h2:after {
    content: '';
    display: inline-block;
    height: 2px;
    width: 150px;
    background-color: #000;
    position: absolute;

    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}


.bg-cover {
    height: 400px;
}

.h2 {
    font-family: 'HarmonyOS Sans SC Bold';
}


@media screen and (max-width: 1068px) {
    .tab {
        overflow-x: auto;
    }
    .chinoContent .tab_inner {
        padding: 0 !important;
        width: auto !important;
        justify-content: flex-start !important;
    }
    .chinoContent .tab_inner a {
        flex-shrink: 0;
        padding: 0 15px !important;
    }
}

.page-link {
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    border-radius: 5px;
    color: #383635;
    border-color: #383635;
}

.page-item.active .page-link{
    color: #f5c584;
    border-color: #f5c584;
    background-color: rgba(0,0,0,0);
}
.page-item.active .page-link:focus {
    color: #f5c584;
    box-shadow: 0 0 0 0.25rem rgba(243, 189, 121, 0.25);;
}

.page-link:hover {
    color: #000;
    border-color: #000000;
}
.page-link:focus {
    color: #000;
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);;
}


.chino_table_content tbody,
.chino_table_content td,
.chino_table_content  tfoot,
.chino_table_content  th,
.chino_table_content thead,
.chino_table_content tr {
    border-width: 1px !important;
}

table p {
    margin: 3px !important;
}

.chino_table_content table th,
.chino_table_content table td {
    padding: 0;
}

.chino_table_content table tr td:nth-child(1),
.chino_table_content table tr th:nth-child(1) {
    /*background-color: #e8e8e8;*/
    /*font-weight: bold;*/
}

.remove_file {
    display: none;
}


.chino_table_content table p {
    margin: 0;
    padding: 3px;
}

.chino_table_content #content {
    padding-right: 20px;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #dd8615;
    color: #FFF !important;
}

@media screen and (max-width: 1068px) {
    .chino_table_content #content {
        overflow: auto;
    }
    .chino_table_content #content {
        padding-right: 0 !important;
    }
    iframe {
        height: 240px !important;
    }
}


.pre > a {
    margin-left: 0;
}

.chino-btn.primary {
    padding:0 30px;
    background: none;
}
.chino-btn.primary:hover {
    padding:0 30px;
    background: none;
}

.chino-btn.bg:hover {
    background-color: rgba(243, 155, 0, .5);
}
.chino-btn {
    font-family: Montserrat-ExtraLight-5;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #ece9e9;
    font-size: 14px;
    line-height: 48px;
    padding: 0 70px 0 30px;
    position: relative;
    transition: all .3s;
    background: url(/themes/theme-photovoltaic/assets/images/icon9.png) no-repeat center right 30px;
}

.chino-btn span:not(.button-label).top-left {
    border-top: 2px solid #f39b00;
    border-left: 2px solid #f39b00;
    left: -1px;
    top: -1px;
}


.chino-btn span:not(.button-label) {
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    transition: all .5s cubic-bezier(.17, .67, .55, 1.05);
    border-color: #f39b00;
}


.chino-btn span:not(.button-label).top-right {
    border-top: 2px solid #f39b00;
    border-right: 2px solid #f39b00;
    right: -1px;
    top: -1px;
}

.chino-btn span:not(.button-label) {
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    transition: all .5s cubic-bezier(.17, .67, .55, 1.05);
    border-color: #f39b00;
}



.chino-btn span:not(.button-label).bottom-left {
    border-bottom: 2px solid #f39b00;
    border-left: 2px solid #f39b00;
    left: -1px;
    bottom: -1px;
}

.chino-btn span:not(.button-label) {
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    transition: all .5s cubic-bezier(.17, .67, .55, 1.05);
    border-color: #f39b00;
}


.chino-btn span:not(.button-label).bottom-right {
    border-bottom: 2px solid #f39b00;
    border-right: 2px solid #f39b00;
    right: -1px;
    bottom: -1px;
}

.chino-btn span:not(.button-label) {
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    transition: all .5s cubic-bezier(.17, .67, .55, 1.05);
    border-color: #f39b00;
}

.chino-btn:hover {
    color: #092646;
    background: rgba(243, 155, 0, .4) url(/themes/theme-photovoltaic/assets/images/icon9.png) no-repeat center right 30px;
}

.chino-btn:hover span:not(.button-label) {
    height: calc(50% + 1px);
    width: calc(50% + 1px);
}


.chino-btn.hover-w:hover {
    color: #FFF !important;
    /*background:  rgba(243, 155, 0, .4) url(/themes/theme-photovoltaic/assets/images/icon6.png) no-repeat center right 30px !important;*/
    background-color: rgba(243, 155, 0, .4) ;
    background-image: url(/themes/theme-photovoltaic/assets/images/icon6.png);
}
.chino-btn.hover-w:hover .button-label{
    color: #FFF !important;
}


html,body {
    /*min-width: 1500px;*/
    font-family: Montserrat, serif;
}


@media screen and (max-width: 990px) {
    html,body {
        min-width: auto;
        width: 100%;
    }

    .header .container-fluid {
        padding: 0 20px !important;
    }
    .header .navbar-brand {
        width: 100px;
    }

    footer .inner {
        padding: 0 0px !important;
    }
}


.form-label {
    font-weight: 300;
}

.chino-btn > .button-label {
    font-weight: 300;
}
