/* Minification failed. Returning unminified contents.
(1221,1): run-time error CSS1019: Unexpected token, found '@import'
(1221,9): run-time error CSS1019: Unexpected token, found 'url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css)'
 */
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            background-color: transparent;
            border: none;
            font-size: 1em
        }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline;
            list-style: none;
            padding: 0
        }

        .select2-container .select2-selection--multiple .select2-selection__clear {
            background-color: transparent;
            border: none;
            font-size: 1em
        }

    .select2-container .select2-search--inline .select2-search__field {
        box-sizing: border-box;
        border: none;
        font-size: 100%;
        margin-top: 5px;
        margin-left: 5px;
        padding: 0
    }

        .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option--selectable {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        height: 26px;
        margin-right: 20px;
        padding-right: 0px
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px
}

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        height: 20px;
        margin-right: 10px;
        margin-top: 5px;
        padding: 1px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        display: inline-block;
        margin-left: 5px;
        margin-top: 5px;
        padding: 0
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
        cursor: default;
        padding-left: 2px;
        padding-right: 5px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        background-color: transparent;
        border: none;
        border-right: 1px solid #aaa;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        color: #999;
        cursor: pointer;
        font-size: 1em;
        font-weight: bold;
        padding: 0 4px
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
            background-color: #f1f1f1;
            color: #333;
            outline: none
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em
                    }

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        height: 26px;
        margin-right: 20px
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
        background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
        background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        display: inline-block;
        margin-left: 5px;
        margin-top: 5px;
        padding: 0
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
        cursor: default;
        padding-left: 2px;
        padding-right: 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        background-color: transparent;
        border: none;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        color: #888;
        cursor: pointer;
        font-size: 1em;
        font-weight: bold;
        padding: 0 4px
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555;
            outline: none
        }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}
.back-link-salary {
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
}

a.back-link-salary .fa-long-arrow-left {
    margin-right: 20px;
}

.sg2022 .btn.btn--reset {
    box-sizing: border-box;
    color: #ed1c24;
    background-color: transparent;
    border: 1px solid #ed1c24;
    -webkit-transition: all .2s;
    transition: all .2s;
    min-width: 0;
    text-align: center;
    padding: 10px 15px;
    padding-left: 40px;
    border-radius: 0.3rem;
    display: inline-block;
    min-height: 10px;
    line-height: 1rem;
    float: right;
    margin: 0 0;
}

.sg2022 .btn .icon {
    position: absolute;
    font-size: 30px;
    margin-left: -30px;
    margin-top: -2px;
    font-weight: 800;
}

.sg2022 .job-des h3 {
    font-size: 3rem;
    line-height: 2.6rem;
    padding-bottom: 20px;
}

.sg2022 .job-des h4 {
    font-size: 1.20rem;
    line-height: 1.0rem;
}

.sg2022 .job-des h6 {
    font-size: 1.1rem;
    line-height: 1.0rem;
    margin-top: 0;
    margin-bottom: 0.6rem;
}

.sg2022 .job-des p {
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin-top: 0;
    margin-bottom: 0;
}

.sg2022 .profile-mini-card .profile-card-cta {
    text-align: left;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 15px 0;
}

.sg2022 .profile-mini-card .profile-card-title {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    margin-top: 1rem;
    position: relative;
}


.sg2022 [class*=" icon-"]:before, [class^=icon-]:before, [data-icon]:before {
    font-family: adecco-font-1 !important;
    font-style: normal !important;
    font-weight: 800 !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}



.sg2022 table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

    .sg2022 table caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }

    .sg2022 table tr {
        /* background-color: #f8f8f8;*/
        /* border: 1px solid #ddd;*/
        /* padding: .35em;*/
    }

    .sg2022 table th,
    .sg2022 table td {
        padding: .625em;
        text-align: center;
    }


        .sg2022 table td:first-child {
            text-align: left;
        }

        .sg2022 table th:first-child {
            text-align: left;
        }

    .sg2022 table th {
        font-size: .8em;
        /* letter-spacing: .1em;*/
        /* text-transform: uppercase;*/
    }

.sg2022 .PositionList ul.view-all-job li a {
    font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 18px;
    display: block;
    padding-right: 40px;
    color: #ed1c24;
    margin-left: -7px;
}

.sg2022 .PositionList ul li {
    margin: 0;
    padding: 0.55rem 0;
    position: relative;
    border-bottom: none;
}

    .sg2022 .PositionList ul li li {
        margin: 0;
        padding: 0.55rem 0;
        position: relative;
        border-bottom: 1px solid #eee;
    }

.sg2022 .job-des h3.index {
    font-size: 3rem;
    line-height: 2.6rem;
    padding-bottom: 0px;
    border-bottom: none;
    margin-left: 2px;
    width: 100%;
    margin: 1.4rem 0;
}

.sg2022 .PositionList {
    padding: 25px 30px;
}

.sg2022 .index-group .view-all-job {
    display: inline-block;
}

.sg2022 .index-group.active .view-all-job {
    display: inline-block;
}

.sg2022 .index-group {
    margin-bottom: 50px;
}

.sg2022 .PositionList ul li a:before {
    content: '\55';
    font-family: adecco-font-1;
    font-size: 3rem;
    line-height: 2.4rem;
    float: left;
    position: inherit;
    left: 0;
    top: 10px;
    height: 20px;
    display: none;
}

.sg2022 #faq {
    list-style: none;
    margin: 0;
    padding: 0rem;
}

.sg2022 .view-all-job {
    /* margin:0;*/
    padding: 0;
    list-style: none
}

.sg2022 .cbp-ntaccordion h4 {
    font-size: 2.5em;
    text-align: left;
    margin: 0 0 0.5em;
    font-size: 1.5em;
    color: black;
}

.sg2022 .btn-view-all.btn.btn--reset {
    box-sizing: border-box;
    color: #ed1c24;
    background-color: transparent;
    border: 1 px solid #ed1c24;
    -webkit-transition: all .2s;
    transition: all .2s;
    min-width: 0;
    text-align: center;
    padding: 9px 15px;
    padding-left: 40px;
    border-radius: 0.3rem;
    display: inline-block;
    min-height: 10px;
    line-height: 1rem;
    float: right;
    margin: 0 0;
    width: 214px;
    margin-left: 11px;
}

#serach-field {
    padding: 10px 40px 25px 40px;
}

.job-des {
    padding: 0 20px;
}

.hide-for-medium-down {
    display: inline-block;
}

.sg2022 .PositionList .txt-category {
    margin-left: 50px;
    font-size: 20px;
}

.sg2022 .PositionList span[class*="icon2-"]:before {
    font-family: 'Linearicons' !important;
    color: #ed1c24;
    margin-left: 0;
    margin-top: -5px;
    font-size: 39px;
    position: absolute;
}

.sg2022 .list-search {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

    .sg2022 .list-search li {
        display: inline-block;
        float: left;
    }

        .sg2022 .list-search li a {
            box-sizing: border-box;
            color: #ed1c24;
            background-color: transparent;
            border: 1px solid #ed1c24;
            -webkit-transition: all .2s;
            transition: all .2s;
            min-width: 0;
            text-align: center;
            padding: 5px 7px;
            border-radius: 1.3000000000000007rem;
            display: inline-block;
            min-height: 10px;
            line-height: 1rem;
            float: left;
            margin: 0 0;
            font-size: 15px;
        }

            .sg2022 .list-search li a:hover {
                color: #fff;
                background-color: #ed1c24;
                border: 1px solid #ed1c24;
            }

.home-content__industry-list__2021.sg2022 {
    background-image: url("https://adecco.co.th/assets/images/backgrounds/bg-salary-guide-search-2022.png");
    padding: 50px 0;
    background-position: bottom center !important;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px !important;
    height: auto !important;
}

@media screen and (max-width: 920px) {
    .sg2022 .list-search li a {
        box-sizing: border-box;
        color: #ed1c24;
        background-color: transparent;
        border: 1px solid #ed1c24;
        -webkit-transition: all .2s;
        transition: all .2s;
        min-width: 0;
        text-align: center;
        padding: 3px 5px;
        border-radius: 1.3000000000000007rem;
        display: inline-block;
        min-height: 10px;
        line-height: 1rem;
        float: left;
        margin: 0 0;
        font-size: 14px;
    }

    .sg2022 .PositionList span[class*="icon2-"]:before {
        font-family: 'Linearicons' !important;
        color: #ed1c24;
        margin-left: 0;
        margin-top: 3px;
        font-size: 25px;
        position: absolute;
    }

    .sg2022 .PositionList .txt-category {
        margin-left: 36px;
        font-size: 15px;
    }

    .sg2022 .profile-mini-card .profile-card-title {
        font-size: 1.3rem;
        margin-bottom: 0.8rem;
        margin-top: 1rem;
        position: relative;
    }

    .sg2022 .job-des h3 {
        font-size: 2rem;
        line-height: 2rem;
        padding-bottom: 8px;
    }

    .hide-for-medium-down {
        display: none;
    }

    #serach-field {
        padding: 10px 10px 25px 10px;
    }

    .job-des {
        padding: 0 10px;
    }

    .sg2022 .btn-view-all.btn.btn--reset {
        box-sizing: border-box;
        color: #ed1c24;
        background-color: transparent;
        border: 1 px solid #ed1c24;
        -webkit-transition: all .2s;
        transition: all .2s;
        min-width: 0;
        text-align: center;
        padding: 9px 5px;
        padding-left: 30px;
        border-radius: 0.3rem;
        display: inline-block;
        min-height: 10px;
        line-height: 1rem;
        float: right;
        margin: 0 0;
        width: 170px;
        margin-left: 11px;
    }

    .sg2022 .cbp-ntaccordion h4 {
        font-size: 1.2em;
        text-align: left;
        margin: 0 0 0.5em;
        font-size: 1.5em;
    }

    .sg2022 .view-all-job {
        margin-left: 20px;
        padding: 0;
        list-style: none
    }

    .sg2022 .PositionList ul li a:before {
        content: '\55';
        font-family: adecco-font-1;
        font-size: 1.8rem;
        line-height: 1.6rem;
        float: left;
        position: inherit;
        left: 0;
        top: 15px;
        height: 18px;
        display: none;
    }

    .sg2022 .index-group {
        margin-bottom: 0px;
    }

        .sg2022 .index-group .view-all-job {
            display: none;
        }

        .sg2022 .index-group.active .view-all-job {
            display: inline-block;
        }

    .sg2022 .PositionList {
        padding: 15px 5px;
    }

    .sg2022 .job-des h3.index {
        font-size: 2rem;
        line-height: 2rem;
        padding-bottom: 15px;
        border-bottom: 1px solid #000;
        margin-left: 2px;
        width: 100%;
        margin: 0.5rem 0;
    }

    .sg2022 .PositionList ul li {
        margin: 0;
        padding: 0.3rem 0;
        position: relative;
        border-bottom: none;
    }

        .sg2022 .PositionList ul li li {
            margin: 0;
            padding: 0.3rem 0;
            position: relative;
            border-bottom: 1px solid #eee;
        }

    .sg2022 .PositionList ul.view-all-job li a {
        font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 16px;
        display: block;
        padding-right: 40px;
        color: #ed1c24;
        margin-left: -7px;
    }

    .sg2022 .btn.btn--reset {
        box-sizing: border-box;
        color: #ed1c24;
        background-color: transparent;
        border: 1px solid #ed1c24;
        -webkit-transition: all .2s;
        transition: all .2s;
        min-width: 0;
        text-align: center;
        padding: 10px 15px;
        padding-left: 40px;
        border-radius: 0.3rem;
        display: inline-block;
        min-height: 10px;
        line-height: 1rem;
        float: right;
        margin: 10px 0;
        width: 100%;
    }

    .sg2022 table th:first-child {
        text-align: left;
    }

    .sg2022 table {
        border: 0;
    }

        .sg2022 table caption {
            font-size: 1.3em;
        }

        .sg2022 table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .sg2022 table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        .sg2022 table td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: 0.7em;
            text-align: right;
        }

            .sg2022 table td::before {
                /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

        .sg2022 table th:first-child {
            text-align: left;
        }

        .sg2022 table td:first-child {
            text-align: right;
        }

        .sg2022 table td:last-child {
            border-bottom: 0;
        }

    .thai-baht {
        font-size: 14px !important;
    }
}

.sg2022 .bg-gray {
    background: #e5e5e5;
}

.sg2022 .txt-blue {
    color: #009cd0;
}

@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

fieldset, label {
    margin: 0;
    padding: 0;
}



/****** Style Star Rating Widget *****/

.rating {
    border: none;
    /* float: left; */
    cursor: pointer;
    caret-color: transparent;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

    .rating > input {
        display: none;
        cursor: pointer;
        caret-color: transparent;
    }

    .rating > label:before {
        margin: 5px;
        font-size: 1.65em;
        font-family: FontAwesome;
        display: inline-block;
        content: "\f005";
        cursor: pointer;
        caret-color: transparent;
    }

    .rating > .half:before {
        content: "\f089";
        position: absolute;
        cursor: pointer;
        caret-color: transparent;
    }

    .rating > label {
        color: #ddd;
        float: right;
        caret-color: transparent;
        font-size: 1.2rem;
    }

    /***** CSS Magic to Highlight Stars on Hover *****/

    /*.rating-data > input[class="rating-data1"]:checked ~ label,*/ /* show gold star when clicked */
    /*.rating-data:not(:checked) > label:hover,*/ /* hover current star */
    /*.rating-data:not(:checked) > label:hover ~ label {
    color: #FFD700;
    cursor: pointer;
    caret-color: transparent;
}*/
    /* hover previous stars in list */

    /*.rating-data > input:checked + label:hover,*/ /* hover current star when changing rating */
    /*.rating-data > input:checked ~ label:hover,
    .rating-data > label:hover ~ input:checked ~ label,*/ /* lighten current selection */
    /*.rating-data > input:checked ~ label:hover ~ label {
        color: #FFED85;
        cursor: pointer;
        caret-color: transparent;
    }*/


    /***** CSS Magic to Highlight Stars on Hover *****/

    .rating > input:checked ~ label, /* show gold star when clicked */
    .rating:not(:checked) > label:hover, /* hover current star */
    .rating:not(:checked) > label:hover ~ label {
        color: #FFD700;
        cursor: pointer;
        caret-color: transparent;
    }
        /* hover previous stars in list */

        .rating > input:checked + label:hover, /* hover current star when changing rating */
        .rating > input:checked ~ label:hover,
        .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
        .rating > input:checked ~ label:hover ~ label {
            color: #FFED85;
            cursor: pointer;
            caret-color: transparent;
        }


#feedbackForm .box {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.sg2022 .modal-title {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    width: 100%;
}

.sg2022 #feedbackForm p {
    font-size: 20px;
    line-height: 20px;
}

.sg2022 .percent {
    font-size: 0.8rem;
    display: inline-block;
    line-height: 0.8rem;
    margin-top: -5px;
    padding: 0px 2px 0px 2px;
}

    .sg2022 .percent.down {
        color: red;
    }

    .sg2022 .percent.up {
        color: green;
    }

.sg2023 .form-control {
    border: 1px solid #999;
}

.sg2023 .select2-container {
    margin-bottom: 16px !important;
}

.sg2023 .select2-selection--single {
    height: 38px !important;
    border-radius: 0px !important;
}

.sg2023 .select2-selection__rendered {
    padding-top: 3px !important;
}

.sg2023 .select2-selection__placeholder {
    color: #666666 !important;
}

.sg2023 .select2-selection__arrow {
    top: 7px !important;
}

.sg2023 .reset-search {
    font-size: 18px;
    position: absolute;
    margin: 7px 0 0 -32px;
    cursor: default;
}

.sg2023 .job-cat {
    margin-top: 45px;
}

.sg2023 .btn.btn--reset {
    margin: 0px 1px 15px 0px;
}

.mg-0 {
    margin: 0;
}

.pd-0 {
    padding: 0;
}

.sg2023 .btn.btn-popup {
    margin-bottom: 2rem;
    width: 100%;
    min-height: auto;
    padding: 8px;
}

    .sg2023 .btn.btn-popup i {
        color: #ffffff;
        font-size: 1.5rem;
        margin: 0;
    }

@media (min-width: 767px) {
    .jobalert {
        float: right;
    }
}

.thai-baht {
    font-size: 16.5px;
    margin: 10px 0;
    text-align: right;
}

