#wrap-header.new-version .tab-header .logo-header{
    display: none;
}
#wrap-header.new-version .tab-header .back-btn{
    display: block;
}
#wrap-header.new-version {
    height: 137px;
}
#wrap-header .box-header.header-bg{
    background-image: url('../images/new/test-jobdetail.jpg');
}
#wrap-content{
    background: #F9F9F9;
}
#wrap-header.new-version .bg-back{
    background: rgba(0, 0, 0, .7);
}


#wrap-content .box-logo {
    margin-top: -50px;
    color: var(--main-txt);
    }
#wrap-content .box-logo .logo-comp {
    width: 150px;
    height: 100px;
    left: 50%;
    margin-bottom: 5px;
    transform: translateX(-50%);
    overflow: hidden;
    background: #fff;
}
#wrap-content .box-logo .logo-comp img {
    position: absolute;
    max-width: 90%;
    max-height: 90%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#wrap-content .box-logo .pro-comp h1{
    text-align: center;
    font-size: 1.8em;
    font-weight: normal;
}
#wrap-content .box-logo .pro-comp .location {
    width: auto;
    min-height: 20px;
    left: 50%;
    transform: translateX(-50%);
}
#wrap-content .box-logo .pro-comp .location .txt-loc{
    font-size: 1.6em;
    font-family: 'sarabun';
    color: var(--sub-txt);
    min-width: 50px;
    width: auto;
    max-width: calc(100% - 21px);
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    line-height: 19px;
    display: block;
}
#wrap-content .box-logo .pro-comp .location .icon {
    width: 12px;
    height: 17px;
    margin-right: 9px;
}
#wrap-content .box-logo .pro-comp .location .icon svg {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 100%;
    width: auto;
    fill: #767676;
}
#wrap-content .box-logo .box-btn {
    margin-top: 20px;
    color: #fff;
    text-align: center;
    font-size: 1.6em;
    max-width: 300px;
    left: 50%;
    transform: translateX(-50%);
}
#wrap-content .box-logo .box-btn .btn-follow {
    background: var(--yellow);
    max-width: 220px;
    border-radius: 25px;
    line-height: 50px;
    width: calc(100% - 80px);
}
#wrap-content .box-logo .box-btn .btn-share {
    width: 55px;
    margin-left: 25px;
    border-radius: 4px;
    color: var(--sub-txt);
    height: 50px;
    padding-top: 5px;
}
#wrap-content .box-logo .box-share {
    position: fixed;
    z-index: 6;
    padding: 0 30px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
#wrap-content .box-logo .box-socail {
    margin-bottom: 10px;
    max-width: 300px;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    clear: both;
}
#wrap-content .box-logo .box-socail a{height: 100%;}
#wrap-content .box-logo .box-socail img {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#wrap-content .box-detail {
    margin-top: 20px;
    background: #F9F9F9;
}
#wrap-content .box-detail .list-detail, #wrap-content .box-detail .position{
    padding-top: 25px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0 0 2px #ECF0F1;
}
#wrap-content .box-detail h2{
    color: var(--purple);
    font-weight: normal;
    font-size: 1.8em;
    font-family: 'prompt-m';
    margin-bottom: 20px;
}
#wrap-content .box-detail .list-detail .box-list, #wrap-content .box-detail .position .box-list, #wrap-content .box-detail .box-contact .box-list{
    line-height: 25px;
    margin-bottom: 10px;
    color: var(--main-txt);
    font-size: 1.4em;
    font-family: sarabun;
}
#wrap-content .box-detail .position .box-list .icon-detail {
    width: 22px;
    height: 22px;
}
#wrap-content .box-detail .position .box-list .icon-detail svg{
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate3D(-50%,-50%,0px);
}
#wrap-content .box-detail .position .box-list p,
#wrap-content .box-detail .position .box-list a{
    width: calc(100% - 50px);
    margin-left: 40px;
    color: var(--main-txt);
}
#wrap-content .box-detail .position .box-list a{
    margin-left: 20px;
}
#wrap-content .box-detail .list-detail .show-readmore{
    display: none;
}
#wrap-content .box-detail .list-detail .show-readmore .read-more {
    color: var(--sub-txt);
    font-size: 1.4em;
    font-family: sarabun;
    margin-bottom: 15px;
}
#wrap-content .box-detail .list-detail .box-list.hide {
    max-height: 225px;
    overflow: hidden;
}
#wrap-content .box-detail .list-detail .box-list.read{
    max-height: none;
}
#wrap-content .job-list .position-head {
    height: 24px;
    margin-top: 15px;
    margin-bottom: 25px;
}
#wrap-content .job-list .position-head h2 {
    color: var(--purple);
    height: 24px;
    font-size: 1.8em;
    width: 110px;
    margin: 0px;
    font-weight: 500;
}
#wrap-content .job-list .position-head p {
    font-size: 1.4em;
    margin-top: 5px;
    height: 19px;
    width: auto;
    float: right;
    color: var(--sub-txt);
}
#wrap-content .job-list .position-box-list {
    background: #ffffff;
}
#wrap-content .job-list .position-box-list .position-list {
    height: 134px;
    box-shadow: 0px 1px 1px #ECF0F1;
    padding: 0px 3.6%!important;
}
#wrap-content .job-list .position-box-list .position-list .header-list {
    height: 25px;
    margin-top: 12px;
}
#wrap-content .job-list .position-box-list .position-list .header-list .text-head {
    border-radius: 0px 4px 4px 0px;
    background: #FC4A52;
    width: 55px;
    height: 25px;
    color: #fff;
    font-size: 1.4em;
    line-height: 25px;
    margin-left: -15px;
    padding-left: 15px;
    box-sizing: border-box;
}
#wrap-content .job-list .position-box-list .position-list .header-list p {
    float: right;
    margin-top: 8px;
    color: #F7BF62;
    width: calc(100% - 55px);
    font-family: "tahoma";
    font-size: 1.4em;
    text-align: right;
}
#wrap-content .job-list .position-box-list .position-list .detail-list {
    height: 43px;
    margin-top: 4px;
}
#wrap-content .job-list .position-box-list .position-list .detail-list .text-head {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1A3485;
    width: calc(100% - 15%);
    font-size: 1.6em;
}
#wrap-content .job-list .position-box-list .position-list .detail-list p {
    color: var(--main-txt);
    font-size: 1.4em;
    font-family: "sarabun";
}
#wrap-content .job-list .position-box-list .position-list .local-list {
    height: 14px;
    margin-top: 16px;
}
#wrap-content .job-list .position-box-list .position-list .local-list .location {
    width: 9px;
    height: 12px;
    margin-right: 9px;
    margin-top: 2px;
}
#wrap-content .job-list .position-box-list .position-list .local-list .location img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
#wrap-content .job-list .position-box-list .position-list .local-list p {
    font-size: 1.2em;
    font-family: "tahoma";
    color: var(--sub-txt);
    width: calc(100% - 18px);
}
#menu-foot{display: none;}
#wrap-footer.new-version{
    padding-bottom: 0;
}
img{
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
body.fixed-btn #wrap-content .pro-comp{
    margin-bottom: 70px;
}
body.fixed-btn #wrap-footer{
    margin-bottom: 70px;
}
body.fixed-btn #wrap-content .box-logo .box-btn {
    position: fixed;
    bottom: 0px;
    z-index: 3;
    background: #fff;
    max-width: 100%;
    padding: 10px 3.5%;
}
.comp-lp{
    max-width: 980px;
    float: initial;
    margin: auto;
}
