
input {
    writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-image: initial;
}
input[type="text" i] {
    padding: 1px 2px;
}
input[type="email" i] {
    padding: 1px 2px;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
head {
    display: none;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
h2, h3, h4, h5, h6 {
    font-family: "Work Sans",sans-serif;
    color: #333;
    font-weight: 400;
    margin-top: 0;
    line-height: 1.2;
	margin-bottom: 0.5rem;
}
a {
    color: #898989;
    text-decoration: none;
    background-color: transparent
}
button {
    appearance: auto;
    writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    box-sizing: border-box;
    background-color: buttonface;
    margin: 0em;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-image: initial;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}
span,button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer
}
button, input[type=submit] {
    cursor: pointer;
}
button:not(:disabled) {
    cursor: pointer;
}
h3 {
    font-size: 28px;
}
form {
    display: block;
    margin-top: 0em;
}
.col-12, .col-md-2, .col-md-5, .col-lg-12, .mb-20 {
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
main {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    
    padding: 2rem;
    box-sizing: border-box;

}
/* ============================ 头部 ========================= */
.page-breadcrumb-content {
	flex: 0 0 100%;
    max-width: 100%;
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.page-breadcrumb {
    list-style: none;
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.page-breadcrumb li {
    font-size: 15px;
    margin-bottom: 10px
}

.page-breadcrumb li::after {
    content: "/";
    margin: 0 6px
}

.page-breadcrumb li:last-child::after {
    display: none
}

.page-breadcrumb li a {
    color: rgb(238,123,29)
}

.page-breadcrumb li a:hover {
    color: rgb(238,123,29)
}

.page-breadcrumb.color-white li {
    color: #fff
}

.page-breadcrumb.color-white li a {
    color: #fff
}

.page-breadcrumb.color-white li a:hover {
    color: #fff
}

.page-breadcrumb-content h1 {
    font-size: 34px;
    line-height: 1;
    font-weight: 700
}

/*  */

/* ============================ 尾部 ========================= */
.breadcrumb-content {
	/* background: #f2f5fc; */
    background-color: rgb(254, 243, 232);
	float: left;
    width: 100%;
    padding-top: 100px;
	padding-bottom: 100px!important;
}
.row {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-left: -15px;
    margin-right: -15px;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1
}
.filter-form {
	width: 100%;
}
.filter-form .result-sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}
/* 搜索框 */
.filter-form .result-sorting .searchJob{
    margin-left: auto;
}
.searchJob input{
    border-width:0;
    box-sizing: border-box;
    width: 240px;
}
.searchJob button{
    border-width: 0;
    border-radius: 0 5rem 5rem 0;
    width: auto;
    padding: 5px 10px;

    font-weight: 300;
    background-color: rgba(238,123,29,1);
    color: rgb(254, 243, 232);
}
.searchJob button:hover{
    background-color: rgba(210,90,43,1);

}

/*  */
@media only screen and (min-width: 992px) and (max-width:1199px) {
    .filter-form .result-sorting {
        display:block
    }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
    .filter-form .result-sorting {
        display:block
    }
}
@media only screen and (max-width: 767px) {
    .filter-form .result-sorting {
        display:block
    }
}
.filter-form .result-sorting .total-result {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    position: relative;
    margin-bottom: 22px;
    text-transform: none
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
    .filter-form .result-sorting .total-result {
        margin-bottom:10px
    }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
    .filter-form .result-sorting .total-result {
        margin-bottom:10px
    }
}
@media only screen and (max-width: 767px) {
    .filter-form .result-sorting .total-result {
        margin-bottom:10px
    }
}
.filter-form .result-sorting .total-result .total {
    color: rgb(238,123,29);
}
.filter-form .result-sorting .job-alert-form .btn-open-form {
    display: inline-block;
    padding: 0 20px;
    color: #666;
    font-size: 16px;
    line-height: 35px;
    cursor: pointer;
    margin-bottom: 20px
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
    .filter-form .result-sorting .job-alert-form .btn-open-form {
        padding:0;
        margin-bottom: 15px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .filter-form .result-sorting .job-alert-form .btn-open-form {
        padding:0;
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 767px) {
    .filter-form .result-sorting .job-alert-form .btn-open-form {
        padding:0;
        margin-bottom: 15px
    }
}

.filter-form .result-sorting .form-left {
    text-align: right;
    margin-bottom: 22px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .filter-form .result-sorting .form-left {
        text-align:left
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .filter-form .result-sorting .form-left {
        text-align:left
    }
}

@media only screen and (max-width: 767px) {
    .filter-form .result-sorting .form-left {
        text-align:left
    }
}
.filter-form .result-sorting .form-left .sort-by {
    display: inline-block
}

.filter-form .result-sorting .form-left .sort-by form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.filter-form .result-sorting .form-left .sort-by form label {
    margin-bottom: 0
}

.filter-form .result-sorting .form-left .sort-by form .nice-select {
    margin-left: 10px;
    width: 150px
}

.filter-form .result-sorting .form-left .layout-switcher {
    float: right
}

@media only screen and (max-width: 767px) {
    .filter-form .result-sorting .form-left .layout-switcher {
        float:none;
        margin-top: 10px
    }
}

.filter-form .result-sorting .form-left .layout-switcher ul li {
    display: inline-block;
    margin-left: 20px
}

@media only screen and (max-width: 767px) {
    .filter-form .result-sorting .form-left .layout-switcher ul li {
        margin-left:0;
        margin-right: 20px
    }
}


.job-alert-form-box {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0 5px 50px 0 rgba(0,0,0,.1);
    box-shadow: 0 5px 50px 0 rgba(0,0,0,.1);
    z-index: 99;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 30px;
    padding: 30px 30px 25px;
    border: 1px solid #ece8eb;
    display: none
}

.job-alert-form-box .title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px;
    padding-right: 20px
}

.job-alert-form-box .btn-close-form {
    position: absolute;
    top: 26px;
    right: 30px;
    line-height: 1;
    font-size: 24px;
    cursor: pointer;
    color: #1d2027
}

.job-alert-form-box form .newsletter input {
    width: 100%;
    border: 1px solid #ece8eb;
    border-radius: 5px;
    padding: 9px 24px;
    font-size: 16px;
    line-height: 30px;
    color: #1d2027;
    margin-bottom: 15px
}
body.template-color-1 button.ht-btn {
    background-color: rgb(238,123,29);
}
button.ht-btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    padding: 0 10px;
    background-color: rgb(238,123,29);
}


.tab-content {
    width: 100%
}

.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0
}

.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible
}
.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.fade:not(.show) {
    opacity: 0
}

.single-job {
    height: 100%;
    padding: 25px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e5e5e5;
    background: #fff;
    overflow: hidden;
}

@media only screen and (max-width: 575px) {
    .single-job {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.single-job .info-top {
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media only screen and (max-width: 575px) {
    .single-job .info-top {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

body.template-color-1 .single-job.style-two:hover {
    border-color: rgb(238,123,29);
    border-bottom: 1px solid rgb(238,123,29)
}

.single-job.style-two:hover {
    border-color: rgb(238,123,29);
    z-index: 9
}

.single-job.style-two {
    padding: 26px 30px 22px;
}

@media only screen and (max-width: 767px) {
    .single-job.style-two {
        padding:26px 12px 22px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .single-job.style-two .info-top {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .single-job.style-two .info-top {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 767px) {
    .single-job.style-two .info-top {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.single-job .job-info {
    width: 100%;
    margin: 0 0 0 auto;
    z-index: 9;
    display: block
}

.single-job .job-info .job-info-inner {
    margin-right: 10px
}

.single-job .job-info .job-info-inner .job-info-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 575px) {
    .single-job .job-info .job-info-inner .job-info-top {
        display:block;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.single-job .job-info .job-info-inner .job-info-top .saveJob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media only screen and (max-width: 575px) {
    .single-job .job-info .job-info-inner .job-info-top .saveJob {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 575px) {
    .single-job .job-info .job-info-inner .job-info-top .title-name {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2
    }
}

.single-job .job-info .job-info-inner .job-info-top .title-name h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 5px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .single-job .job-info .job-info-inner .job-info-top .title-name h3 {
        font-size:20px
    }
}

@media only screen and (max-width: 575px) {
    .single-job .job-info .job-info-inner .job-info-top .title-name h3 {
        font-size:18px
    }
}

.single-job .job-info .job-info-inner .job-info-top .title-name h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 5px
}

.single-job .job-info .job-info-inner .job-info-top .employer-name {
    margin-bottom: 12px
}

.single-job .job-info .job-info-inner .job-info-top .employer-name a {
    display: inline-block;
    color: #666
}

.single-job .job-info .job-info-inner .job-info-top .employer-name a:hover {
    color: rgb(238,123,29)
}

.single-job .job-info .job-info-inner .job-meta-two {
    font-size: 14px;
    line-height: 24px;
    color: #898989;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .single-job .job-info .job-info-inner .job-meta-two {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
    /* 导航 */
    .navbar-list{
        margin-top: 2rem;
    }
}

.single-job .job-info .job-info-inner .job-meta-two div {
    padding-left: 12px;
    margin-right: 12px;
    position: relative
}

@media only screen and (max-width: 479px) {
    .single-job .job-info .job-info-inner .job-meta-two div {
        padding-left:0;
        margin-right: 0
    }
}

.single-job .job-info .job-info-inner .job-meta-two div::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    top: calc(50% - 7px);
    left: 0;
    background: #ccc
}

@media only screen and (max-width: 479px) {
    .single-job .job-info .job-info-inner .job-meta-two div::before {
        display:none
    }
}

.single-job .job-info .job-info-inner .job-meta-two div:first-child {
    padding-left: 0;
    margin-left: 0
}

.single-job .job-info .job-info-inner .job-meta-two div:first-child::before {
    display: none
}

.single-job .job-info .job-info-inner .job-meta-two div.field-salary_from {
    color: #ff2626;
    font-weight: 600
}

.mr-20 {
    margin-right: 20px!important;
}

.ml-20 {
    margin-left: 20px!important;
}

.featured-label {
    display: inline-block;
    padding: 0 7px;
    font-weight: 700;
    font-size: 14px;
    color: rgb(238,123,29);
    line-height: 20px;
    text-transform: capitalize;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    z-index: 0;
    background: #d0f7ca
}

.job-type-label {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #069bff!important
}

.job-type-label.internship {
    color: #ff38f3!important
}

.job-type-label.remote {
    color: #ba00ff!important
}

.job-type-label.freelancer {
    color: #ff8400!important
}

.single-job .job-info .job-info-inner .job-skill-tag {
    margin-top: 15px
}

.single-job .job-info .job-info-inner .job-skill-tag span {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 0 10px;
    line-height: 24px;
    margin-top: 5px;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #eff1f8;
    color: #999
}

.single-job .job-info .job-info-inner .job-skill-tag span:hover {
    color: rgb(238,123,29)
}

.page-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px
}

.page-pagination li {
    margin: 0 5px 7px 0
}

.page-pagination li a {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    background-color: #fff;
    padding: 10px;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e2e4ea
}

.page-pagination li a i {
    line-height: 24px
}

.page-pagination li:hover a {
    color: #fff!important;
    background-color: rgb(238,123,29);
    border-color: rgb(238,123,29);
    text-decoration: none
}

.page-pagination li.active a {
    color: #fff!important;
    background-color: rgb(238,123,29);
    border-color: rgb(238,123,29)
}

.page-pagination .active{
    background-color: rgb(238,123,29);
    color: white;
}

/* 加盟地区 */
.title-name .job-title .local{
    color: rgb(238,123,29);
    font-size: 1rem;
}




/* ============================ 自适配分辨率 ========================= */

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .container {
        max-width:720px
    }
	.col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
	.col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
}

@media(min-width: 992px) {
    .container {
        max-width:960px
    }
	.order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
	.col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width: 1200px) {
    .container {
        max-width:1200px
    }
    
}
.mb-20 {
    margin-bottom: 20px!important;
}

