/*
Theme Name: ISM Technology Recruitment Ltd.
Theme URI: https://freshdigital.co.th/web-design/
Template: hello-elementor
Author: Fresh Digital
Author URI: https://freshdigital.co.th/
Description: Theme for ISM Technology Recruitment Ltd.
Version: 1.0.3
Updated: 2022-07-07 03:13:19

*/

@font-face {
    font-family: 'Arial-Rounded';
    src: url('assets/fonts/arial-rounded.ttf');
    font-weight: 700;
}

html,
body {
    overflow-x: hidden;
    line-height: 2;
}

body {
    letter-spacing: 0.2px;
}

body * {
    word-break: break-word;
}

a.contact-detail,
span.contact-detail {
    display: inline-block !important;
}

a:not(.elementor-button, .elementor-item, .wpml-ls-item-toggle):hover {
    filter: brightness(0.9);
}

.text-primary {
    color: var(--e-global-color-primary) !important;
}

.text-secondary {
    color: var(--e-global-color-secondary) !important;
}

.text-grey {
    color: #a4a4a4;
}

.text-light {
    color: #fff;
}

.mt-small {
    margin-top: 20px;
}


.background-primary {
    background-color: var(--e-global-color-primary);
}

.background-secondary {
    background-color: var(--e-global-color-secondary);
}


/* Header */
header .site-logo-tagline>.elementor-widget-wrap {
    display: inline-grid !important;
    grid-template-columns: 60px 1fr;
    gap: 10px;
    align-items: center;
    width: auto;
    margin: auto 0;
}

header .elementor-sticky.elementor-sticky--effects,
header #main-header.head-sticky-active {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 0 !important;
    box-shadow: 0 2px 10px #d7d7d7;
}

header #main-header.head-sticky-active #header-tagline .elementor-heading-title,
header .elementor-sticky.elementor-sticky--effects #header-tagline .elementor-heading-title {
    font-size: 16px !important;
}

header .elementor-sticky .site-logo-tagline #header-site-logo img {
    transition: all 0.2s ease;
}

header #main-header.head-sticky-active .site-logo-tagline #header-site-logo img,
header .elementor-sticky.elementor-sticky--effects .site-logo-tagline #header-site-logo img {
    max-width: 45px;
}

body.home header .head-search-form {
    display: none;
}

header:not(.home) .head-search-form {
    max-width: 715px;
    margin: 0px 0 0 auto;
    border-top: 1px solid #d5d5d5;
    padding-top: 15px;

}

header:not(.home) .head-search-form>* {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 20px;
}

header:not(.home) .form-field.radio-list {
    display: flex;
    gap: 10px;
    align-items: center;
}

header:not(.home) .form-field.radio-list .field-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

header:not(.home) .form-field.radio-list label {
    font-size: 14px;
}

header:not(.home) .head-search-form.search-job-wrap .form-field {
    position: relative;
}

header:not(.home) .head-search-form.search-job-wrap .form-field.search-keyword input[type=text] {
    font-size: 14px !important;
    padding: 5px !important;
    border: 1px solid var(--e-global-color-primary);
    border-radius: 25px !important;
    outline: unset;
    width: 200px;
}

header:not(.home) .head-search-form.search-job-wrap .form-field.search-keyword input[type=text]:focus {
    box-shadow: 0 0 5px #0027f414;
}

header:not(.home) .head-search-form.search-job-wrap .form-field.search-keyword button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    font-size: 16px;
    background-color: transparent;
    color: #000;
    transition: ease all 0.5s;
    border: 0 !important;
    outline: unset;
    padding: 5px 10px;
}

header #search-mobile-icon {
    position: relative;
    top: 7px;
}

.page-banner {
    height: 250px;
    background-position: center;
    background-size: cover;
}

/* Body */
.elementor-social-icon.elementor-social-icon-instagram {
    background: radial-gradient(circle farthest-corner at 35% 100%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 10% 140%, #feda7e, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e42e66 50%, #fa5332 70%, #ffdc80 100%) !important;
}

.w-100 {
    display: block;
    width: 100%;
    ;
}

.elementor-widget-image a {
    display: block !important;
}

#resume-filename {
    font-weight: 700;
}

.gform_wrapper .gform_heading {
    display: none !important;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
    font-size: 16px !important;
    padding: 10px !important;
    border-color: #ACACAC;
    outline: unset !important;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 20px !important;
}

.gform_wrapper.gravity-theme select {
    padding: 12px 10px !important;
    height: 43px !important;
}

.gform_wrapper.gravity-theme #field_submit input,
.gform_wrapper.gravity-theme .gform_footer input {
    text-transform: uppercase;
}

.gform_wrapper.gravity-theme .gfield .admin-hidden-markup {
    display: none;
}

.gform_wrapper.gravity-theme .gfield#field_1_21,
.gform_wrapper.gravity-theme .gfield#field_4_23 {
    font-weight: 700;
}

.box-search-form.search-job-wrap,
.home-search-form.search-job-wrap {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.box-search-form.search-job-wrap .form-field,
.home-search-form.search-job-wrap .form-field {
    position: relative;
    margin: 20px 0;
}

.box-search-form.search-job-wrap .radio-list,
.home-search-form.search-job-wrap .radio-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
}

.box-search-form.search-job-wrap .radio-list .field-item,
.home-search-form.search-job-wrap .radio-list .field-item {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.box-search-form.search-job-wrap .form-field.search-keyword input[type=text],
.home-search-form.search-job-wrap .form-field.search-keyword input[type=text] {
    font-size: 20px !important;
    padding: 15px !important;
    border: 1px solid var(--e-global-color-primary);
    border-radius: 40px !important;
    outline: unset;
}

.box-search-form.search-job-wrap .form-field.search-keyword input[type=text]:focus,
.home-search-form.search-job-wrap .form-field.search-keyword input[type=text]:focus {
    box-shadow: 0 0 12px #0027f47a;
}

.box-search-form.search-job-wrap .form-field.search-keyword button,
.home-search-form.search-job-wrap .form-field.search-keyword button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    font-size: 22px;
    background-color: transparent;
    color: #000;
    transition: ease all 0.5s;
    border: 0 !important;
    outline: unset;
}

.box-search-form.search-job-wrap .form-field.search-keyword button:hover,
.home-search-form.search-job-wrap .form-field.search-keyword button:hover {
    transform: scale(1.25);
}

.wpml-ls-legacy-dropdown {
    width: auto !important;
}

.wpml-ls-legacy-dropdown a {
    background: transparent !important;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    gap: 5px;
    border: 0;
    font-size: 14px;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
    color: var(--e-global-color-primary);
    background: transparent;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: 0 !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 5px;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag+span {
    font-size: 13px;
    margin: 0;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a>img {
    order: 2;
}

.button-icon-text-center .elementor-button-content-wrapper {
    display: inline-flex;
}

.text-professional:before {
    content: '';
    display: inline-block;
    width: 120px;
    height: 120px;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--e-global-color-primary);
    border-radius: 50%;
    z-index: -1;
}

.text-professional .elementor-heading-title {
    font-family: "Arial-Rounded", Sans-serif !important;
}

.popup-search-form>* {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.popup-search-form .form-field.radio-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.popup-search-form .form-field.radio-list .field-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.popup-search-form .form-field.radio-list label {
    font-size: 14px;
}

.popup-search-form .head-search-form.search-job-wrap .form-field {
    position: relative;
}

.popup-search-form.search-job-wrap .form-field.search-keyword {
    position: relative;
    width: 100%;
}

.popup-search-form.search-job-wrap .form-field.search-keyword input[type=text] {
    font-size: 14px !important;
    padding: 8px !important;
    border: 1px solid var(--e-global-color-primary);
    border-radius: 25px !important;
    outline: unset;
    width: 100%;
}

.popup-search-form.search-job-wrap .form-field.search-keyword input[type=text]:focus {
    box-shadow: 0 0 5px #0027f414;
}

.popup-search-form.search-job-wrap .form-field.search-keyword button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    font-size: 16px;
    background-color: transparent;
    color: #000;
    transition: ease all 0.5s;
    border: 0 !important;
    outline: unset;
    padding: 5px 10px;
}

.text-italic,
.text-italic i {
    font-style: italic;
}

.text-center {
    text-align: center;
}

nav.elementor-pagination>* {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border: 1px solid var(--e-global-color-primary);
    border-radius: 50%;
    padding: 5px;
    line-height: 1;
}

nav.elementor-pagination>*:hover,
nav.elementor-pagination>.page-numbers.current {
    background-color: var(--e-global-color-primary) !important;
    color: #fff !important;
}

.post-tag a {
    color: var(--e-global-color-primary) !important;
    text-decoration: underline;
    font-weight: 400;
}

.wp-block-button__link:not(.has-text-color) {
    color: #fff !important;
}

.wp-block-button__link:not(.has-black-background-color) {
    background-color: var(--e-global-color-primary) !important;
}

ul.joblist {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    align-items: flex-start;
    list-style: none;
    padding: 0;
}

ul.joblist li {
    position: relative;
}

ul.joblist li a {
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    transition: all ease 0.5s;
    text-align: left;
    width: 100%;
    font-size: 16px;
    color: var(--e-global-color-primary);
    line-height: 1.5;
}

ul.joblist li a:hover {
    filter: unset;
    color: var(--e-global-color-secondary);
}

.result-search-wrap {
    width: 94%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0 50px;
}

.result-search-wrap .site-result-search-wrap article,
.result-search-wrap .all-result-search-wrap article {
    display: grid;
    grid-template-columns: 135px 4fr;
    grid-gap: 20px;
    margin-bottom: 35px;
}

.result-search-wrap .site-result-search-wrap article .entry-image,
.result-search-wrap .all-result-search-wrap article .entry-image {
    margin: 0;
    text-align: center;
}

.result-search-wrap article .entry-image img {
    border-radius: 50%;
    max-width: 100%;
}

.result-search-wrap .site-result-search-wrap article .entry-title,
.result-search-wrap .all-result-search-wrap article .entry-title {
    font-size: 18px;
    margin-bottom: 0;
}

.result-search-wrap article .post_type {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #3f3f3f;
    margin-bottom: 15px;
}

.job-result-search-wrap {
    width: 100%;
}

.job-result-search-wrap table .job-title {
    text-align: left;
}

.job-result-search-wrap table .job-title a {
    font-size: 16px;
    font-weight: 700;
}

.job-result-search-wrap table tbody tr td .job_label {
    display: none;
}

.navigation.pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 8px;
    line-height: 1.5;
}

.navigation.pagination .nav-links>*:not(.dots, .prev, .next) {
    border: 1px solid;
    padding: 8px 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.navigation.pagination .nav-links>*:not(.dots, .prev, .next):hover,
.navigation.pagination .nav-links>.current {
    background-color: var(--e-global-color-primary);
    color: #fff;
}

table.tablesorter tr th,
table.tablesorter tr td {
    position: relative;
    border: 0 !important;
    text-align: center;
}

table.tablesorter tr th.tablesorter-header.tablesorter-headerUnSorted:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0dc';
    position: absolute;
    right: 5px;
    color: var(--e-global-color-accent);
}

table.tablesorter tr th.tablesorter-header.tablesorter-headerAsc:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0dd';
    position: absolute;
    right: 5px;
    color: var(--e-global-color-accent);
}

table.tablesorter tr th.tablesorter-header.tablesorter-headerDesc:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0de';
    position: absolute;
    right: 5px;
    color: var(--e-global-color-accent);
}

/* Single Job */

.single-job .job-content ul>li {
    margin-bottom: 5px;
}

.single-job .job-content ul>li::marker {
    color: var(--e-global-color-primary);
}

.job-overview .job-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-gap: 20px;
    align-items: center;
    margin-bottom: 10px;
}

.job-overview .job-item .job-icon i {
    text-align: center;
    width: 40px;
    height: 40px;
    padding: 10px;
    border: 1px solid #B7B7B7;
    border-radius: 50%;
    color: var(--e-global-color-accent);
}

.job-overview .job-item .job-details h4 {
    font-size: 16px;
    color: var(--e-global-color-primary);
    margin: 0 0 7px;
}

.job-overview .job-item .job-details p {
    color: #333;
}

.job-overview .job-item .job-details a {
    color: inherit;
}

.similar_job-wrap {
    background-color: #f8f9fb;
    padding: 50px 0 50px;
}

.similar_job-wrap .similar_job-inner {
    width: 94%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.similar_job-wrap .similar_job-title {
    font-size: 20px;
    color: #5c5c5c;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.similar_job-wrap .similar_job-box {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.5em;
}

.similar_job-wrap .similar_job-box article {
    border: 1px solid #c3c3c3;
    border-radius: 7px;
    background: #fff;
    transition: all 0.5s ease;
}

.similar_job-wrap .similar_job-box article:hover {
    transform: scale(1.05);
    box-shadow: 0 0 7px #cbcbcb;
}

.similar_job-wrap .similar_job-box article .entry-summary {
    padding: 10px 12px;
}

.similar_job-wrap .similar_job-box article .entry-summary table {
    margin-bottom: 0;
}

.similar_job-wrap .similar_job-box article .entry-title {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    background-color: var(--e-global-color-primary);
    padding: 10px 20px;
    color: #fff;
    margin: 0;
    border-radius: 6px 6px 0 0;
    min-height: 58px;
}

.similar_job-wrap .similar_job-box article .entry-title a {
    color: inherit;
}

.similar_job-wrap .similar_job-box table.job-list-item tr th,
.similar_job-wrap .similar_job-box table.job-list-item tr td {
    border: 0;
    padding: 5px;
    background-color: transparent;
}

.similar_job-wrap .similar_job-box table.job-list-item tr th {
    width: 45%;
    text-align: left;
    color: var(--e-global-color-primary);
}

.similar_job-wrap .similar_job-box table.job-list-item tr td {
    width: 55%;
}

/* Apply Job */

.page-template-page-apply-job #primary .page-header {
    position: relative;
    background-image: url('/wp-content/uploads/2022/07/resume.jpg');
    background-size: cover;
    background-position: 50% 60%;
    min-height: 250px;
}

.page-template-page-apply-job #primary .page-header:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--e-global-color-primary);
    opacity: 0.7;
}

.page-template-page-apply-job #primary>.site-main {
    width: 94%;
    max-width: 1200px;
    margin: 50px auto 30px;
}

.page-template-page-apply-job .job-position {
    position: relative;
    font-size: 22px;
    margin-bottom: 35px;
    padding-bottom: 20px;
}

.page-template-page-apply-job .job-position:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 80px;
    height: 5px;
    background-color: var(--e-global-color-secondary);
}

/* Team */

.section-content.our-team article {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 20px;
    margin-bottom: 60px;
}

.section-content.our-team article .entry-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

.section-content.our-team article .team-position {
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    color: #696969;
    margin-bottom: 15px;
}

.section-content.our-team article .button {
    position: absolute;
    right: 0;
    display: block;
    text-align: right;
    color: var(--e-global-color-primary);
    text-decoration: underline;
    cursor: pointer;
}

.section-content.our-team .entry-summary {
    display: block;
}

.section-content.our-team .entry-summary.toggled {
    display: none;
}

/* Gravity Form */
#field_1_11,
#field_4_11 {
    text-align: center;
    padding: 30px 10px 10px;
}

#gform_1 .gform_footer.top_label,
#gform_4 .gform_footer.top_label {
    justify-content: center;
    flex-direction: column;
}

#gform_1 .gform_footer.top_label #gform_submit_button_1,
#gform_4 .gform_footer.top_label #gform_submit_button_4 {
    align-self: center;
}

#gform_1 .gform_fileupload_rules,
#gform_4 .gform_fileupload_rules {
    display: none;
}

.gform_confirmation_message {
    text-align: center;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
    line-height: 1.5;
}

#gform_1 .gfield_checkbox>.gchoice_1_11_1,
#gform_4 .gfield_checkbox>.gchoice_4_11_1 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    gap: 15px;
    justify-content: center;
}

#gform_1 .gfield_checkbox>.gchoice_1_11_1 #choice_1_11_1,
#gform_4 .gfield_checkbox>.gchoice_4_11_1 #choice_4_11_1 {
    margin-top: 5px;
}

#gform_1 .ginput_recaptcha>div,
#gform_3 .ginput_recaptcha>div,
#gform_4 .ginput_recaptcha>div {
    margin: auto;
}

.ginput_counter.warningTextareaInfo {
    color: red !important;
}

/* Form Radio */

.search-job-wrap .radio-list .field-item {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.search-job-wrap .radio-list .field-item label {
    padding-left: 25px;
}

.search-job-wrap.theme-white .radio-list .field-item label {
    color: #fff;
}

.search-job-wrap .radio-list .field-item input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.search-job-wrap .radio-list .field-item .checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid var(--e-global-color-accent);
}

.search-job-wrap .radio-list .field-item:hover input~.checkmark {
    background-color: #ccc;
}

.search-job-wrap .radio-list .field-item .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.search-job-wrap .radio-list .field-item input:checked~.checkmark:after {
    display: block;
}

.search-job-wrap .radio-list .field-item .checkmark:after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--e-global-color-accent);
}

.search-job-wrap.head-search-form .radio-list .field-item label {
    padding-left: 20px;
}

.search-job-wrap.head-search-form .radio-list .field-item .checkmark {
    top: 0;
    height: 15px;
    width: 15px;
}

.search-job-wrap.head-search-form .radio-list .field-item .checkmark::after {
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
}

/* Salary Report */
.salary-report-wrap {
    width: 94%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0 50px;
}

.salary-report-wrap .salary-report-title {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    align-items: center;
    margin-bottom: 20px;
}

.salary-report-wrap .salary-report-title .page-title {
    font-size: 25px;
    margin: 0;
    text-align: center;
}

.salary-report-wrap .salary-report-title .dropdown {
    text-align: center;
}

.salary-report-wrap .salary-report-title .dropdown button {
    padding: 0;
    border-radius: 0 !important;
    background: #fff;
    color: #000;
}

.salary-report-content {
    display: block;
    margin-bottom: 30px;
    word-break: break-word;
}

.salary-report-wrap .download-report {
    display: flex;
    justify-content: center;
    margin: 35px 0 0;
    flex-wrap: wrap;
    gap: 20px;
}

.salary-report-wrap .download-report button {
    min-width: 240px;
}

.salary-report-wrap .download-report .button {
    display: inline-block;
    color: var(--e-global-color-f189769);
    background-color: var(--e-global-color-primary);
    padding: 15px 30px 15px 30px;
    border-radius: 30px;
    text-decoration: none;
}

.salary-report-wrap .salary-report-cat-title {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.salary-report-wrap .salary-report-cat-title .title {
    max-width: 80%;
}

.salary-report-wrap .salary-report-cat-title:before {
    display: block;
    content: "";
    flex-grow: 1;
    border-top: 3px solid #000;
}

.salary-report-wrap .salary-report-cat-title:after {
    display: block;
    content: "";
    border-bottom: 0;
    flex-grow: 3;
    border-top: 3px solid #000;
}

.salary-report-wrap .salary-report-result-wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-bottom: 50px;
}

.salary-report-wrap .salary-report-result-wrap article {
    box-shadow: 0 0 9px #e5e5e5;
}

.salary-report-wrap .salary-report-result-wrap article .entry-title {
    font-size: 14px;
    padding: 10px 10px 10px;
    margin: 0;
    text-align: left;
    line-height: 1.25;
    overflow: hidden;
}

.salary-report-wrap .salary-report-result-wrap article .entry-title span {
    display: block;
    height: 50px;
    overflow: hidden;
}

.salary-report-wrap .salary-report-result-wrap article .entry-skill {
    padding: 10px;
    font-size: 14px;
    text-align: left;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    color: #fff;
    background-color: var(--e-global-color-primary);
    box-shadow: 0 0 5px #9d9d9d;
}

.salary-report-wrap .salary-report-result-wrap article .entry-skill>.entry-skill-inner {
    height: 106px;
    overflow: hidden;
    line-height: 1.5;
}

.salary-report-wrap .salary-report-result-wrap article .entry-skill p {
    margin: 0;
}

.salary-report-wrap .salary-report-result-wrap article .entry-skill label {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.salary-report-wrap .salary-report-result-wrap article .entry-summary {
    padding: 10px;
}

.salary-report-wrap .salary-report-result-wrap article .entry-summary table {
    margin: 0;
}

.salary-report-wrap .salary-report-result-wrap article .entry-summary table th,
.salary-report-wrap .salary-report-result-wrap article .entry-summary table td {
    border: 0;
    background: transparent !important;
    padding: 5px !important;
}

.salary-report-wrap .salary-report-result-wrap article .entry-summary table thead>tr>th:first-of-type,
.salary-report-wrap .salary-report-result-wrap article .entry-summary table tbody>tr>td:first-of-type {
    text-align: center;
}

.generate-pdf-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #0033ff80;
    transition: all 0.2s ease;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.generate-pdf-loading svg {
    max-width: 150px;
}

.testimonial.section-content {}

.testimonial.section-content article {
    border-bottom: 1px solid #E5E5E5;
    padding: 30px 0;
}

.testimonial.section-content article>div {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

.testimonial.section-content .testimonial-content {
    padding-left: 50px;
    word-break: break-word;
}

.testimonial.section-content .testimonial-content:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    font-style: italic;
    font-size: 40px;
    color: var(--e-global-color-primary);
    margin-left: -50px;
}

.testimonial.section-content .testimonial-author {
    text-align: center;
    color: var(--e-global-color-primary);
}

.testimonial.section-content .testimonial-author .entry-title {
    font-size: 18px;
    line-height: 1.25;
    margin: 5px 0;
}

.testimonial.section-content .testimonial-content .entry-summary.toggled {
    display: none;
}

.testimonial.section-content .testimonial-content .button.toggle {
    cursor: pointer;
    color: var(--e-global-color-primary);
}

#gform_wrapper_3 .gform_footer.top_label {
    justify-content: center;
}

#home-banner #home-banner-img>* {
    height: calc(100% - 10px);
}

#sitemap-menu nav ul.sub-menu.elementor-nav-menu--dropdown {
    display: block !important;
}

#sitemap-menu nav ul li.menu-item-has-children>a {
    background-color: var(--e-global-color-primary);
    color: #fff !important;
    justify-content: space-between;
}

#sitemap-menu nav ul li.menu-item-has-children>ul>li>a {
    padding: 10px 20px 10px 30px;
}

.related-post.section-content .section-content-inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
}

.related-post.section-content .related_post-title {
    color: var(--e-global-color-primary);
    font-size: 30px;
    margin-bottom: 30px;
}

.related-post.section-content {
    padding-bottom: 50px;
}

.related-post.section-content article .entry-image {
    position: relative;
    padding-bottom: calc(0.5 * 100%);
    margin-bottom: 20px !important;
    overflow: hidden;
    border-radius: 25px 25px 0 25px;
    border: 1px solid #f3f3f3;
}

.related-post.section-content article .entry-image a {
    filter: unset !important;
}

.related-post.section-content article .entry-image img {
    width: 100%;
    height: auto;
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    -webkit-transform: scale(1.01) translate(-50%, -50%);
    -ms-transform: scale(1.01) translate(-50%, -50%);
    transform: scale(1.01) translate(-50%, -50%);
}

.related-post.section-content article .entry-title {
    font-size: 20px;
    color: #000;
}

.related-post.section-content article .entry-title a {
    color: inherit;
}

.related-post.section-content article .entry-summary {
    font-size: 14px;
    color: #919191;
}

.title-circle {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: var(--e-global-color-primary);
    color: #fff;
    border-radius: 50%;
    line-height: 60px;
    font-size: 0.9em;
}

.home-ideas-tips {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(11em, auto);
    grid-gap: 25px;
    margin: 30px 0 30px;
}

.home-ideas-tips article {
    background-color: var(--e-global-color-accent);
    padding: 20px;
    border-radius: 25px;
}

.home-ideas-tips article .entry-title {
    font-size: 18px;
    color: #fff;
    margin: 0 0 10px;
}

.home-ideas-tips article .entry-title a {
    color: inherit;
}

.home-ideas-tips article .entry-summary {
    font-size: 15px;
}


/* Datatable */
.dataTables_wrapper ul.pagination {
    margin: 10px auto;
    padding: 0;
    line-height: 1.5;
}

.dataTables_wrapper .dataTables_length {
    margin: 10px 0;
}

.dataTables_wrapper .dataTables_length>label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_length select {
    padding: 3px 5px;
}

.dataTables_wrapper .dataTables_info {
    font-size: 14px;
    margin-top: 15px;
}

.dataTables_wrapper table.dataTable thead th {
    text-align: center;
    white-space: nowrap;
}

.dataTables_wrapper table tbody tr td.text-nowrap {
    white-space: nowrap;
}

.dataTables_wrapper table tbody tr td:not(.job-title) {
    text-align: center;
}

.dataTables_wrapper table tbody tr td.job-title a {
    font-size: 16px;
    font-weight: 700;
}

.dataTables_wrapper table td,
.dataTables_wrapper table th {
    border: 0px !important;
    box-shadow: unset !important;
    border-collapse: unset;
    line-height: 2;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:not(.previous, .next) {
    color: var(--e-global-color-primary) !important;
    border: 1px solid;
    padding: 8px 5px;
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 8px;
    transition: all 0.1s ease-in;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.active,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: var(--e-global-color-primary) !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    background: transparent !important;
    color: var(--e-global-color-primary) !important;
    margin-left: 8px;
    border: 0;
    box-shadow: unset;
    padding: 0.5em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
    display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button a {
    color: inherit !important;
}

table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:after {
    opacity: 1;
    color: var(--e-global-color-accent);
}

.dataTables_wrapper table.dataTable.no-footer {
    border-bottom: 0px solid #f2f2f2;
}



.job-result-search-wrap table,
.job-result-search-wrap table tr,
.job-result-search-wrap table tr th,
.job-result-search-wrap table tr td {
    display: block;
}

.job-result-search-wrap thead {
    display: none;
}

.job-result-search-wrap tbody {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 25px;
}

.job-result-search-wrap tbody tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--e-global-color-primary);
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 0 11px #0033ff33;
}

.job-result-search-wrap tbody tr td {
    background: #fff !important;
    padding: 5px;
    line-height: 2;
}

.job-result-search-wrap table tbody tr td .job_label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    background: #efefef;
    padding: 5px;
    border-radius: 5px 5px 0 0;
}

.job-result-search-wrap tbody tr td.job-datepost {
    grid-column: span 2;
    text-align: left;
    padding: 0 5px;
    font-size: 12px;
    color: #8d8d8d;
}

.job-result-search-wrap table tbody tr td.job-datepost .job_label {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #8d8d8d;
    background: unset;
    padding: 0;
}

.job-result-search-wrap tbody tr td.job-title {
    grid-column: span 2;
    text-align: left;
    padding: 0 5px 5px;
}

.job-result-search-wrap table .job-title a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.job-table-search-wrap tbody tr td {
    line-height: 2;
}

/* Sitemap */
.menu-sitemap-list {
    background-color: var(--e-global-color-ea235ab);
    padding: 0;
    list-style: none;
}

.menu-sitemap-list>li:not(:last-of-type) {
    border-style: dotted;
    border-color: #C0C0C0;
    border-bottom-width: 1px;
}

.menu-sitemap-list ul>li {
    border-style: dotted;
    border-color: #C0C0C0;
    border-top-width: 1px;
}

.menu-sitemap-list>li a {
    display: block;
    padding: 10px 20px;
    transition: all 0.1s ease-in;
}

.menu-sitemap-list>li.menu-item-has-children>a,
.menu-sitemap-list li a:hover {
    background-color: var(--e-global-color-primary);
    color: #fff;
    filter: unset;
}

.menu-sitemap-list>li ul {
    padding: 0;
    list-style: none;
}

.menu-sitemap-list>li ul li a {
    padding-left: 40px;
}

.row-pagination {
    text-align: center;
    margin-top: 20px;
}

.row-pagination .pagination {
    margin: 0;
}

.row-pagination .pagination-info {
    font-size: 14px;
    margin: 0.5em 0;
}

.searchandfilter>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0;
    margin-bottom: 30px;
}

.searchandfilter ul li {
    padding: 0;
}

#search-filter-form-2155 .sf-field-category ul {
    padding: 0;
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

#search-filter-form-2155 .sf-field-category ul input.sf-input-checkbox {
    opacity: 0;
    position: absolute;
}

#search-filter-form-2155 .sf-field-category li>label {
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
}

#search-filter-form-2155 .sf-field-category li.sf-option-active>label {
    color: var(--e-global-color-primary);
    font-weight: 600;
}

#search-filter-form-2155 .sf-field-reset .search-filter-reset {
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
    color: #000;
}

.gform_wrapper.gravity-theme .resume-filename {
    position: relative;
}

.gform_wrapper.gravity-theme .resume-filename .ginput_container {
    position: absolute;
    top: -8px;
    left: 0;
    z-index: 999;
    width: 100%;
}

.gform_wrapper.gravity-theme .resume-filename input {
    padding: 0 !important;
    border: 0 !important;
    font-weight: 700 !important;
}

#gform_wrapper_1.hasConsent #field_1_11,
#gform_wrapper_4.hasConsent #field_4_11 {
    display: none;
    ;
}

#gform_wrapper_1 .gform_ajax_spinner,
#gform_wrapper_4 .gform_ajax_spinner {
    width: auto;
    height: auto !important;
    max-width: 236px !important;
    max-height: 41px !important;
    margin-top: 6px;
    align-self: center;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    background-color: #fff !important;
    border-top: 1px solid #cdcdcd !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    font-size: 14px !important;
}

.archive-posts-wrap .archive-posts-inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
    margin-bottom: 20px;
}

.archive-posts-wrap .archive-posts-inner article .entry-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--e-global-color-secondary);
}

.archive-posts-wrap .archive-posts-inner article .entry-title a {
    color: inherit;
}

.archive-posts-wrap .archive-posts-inner article .entry-summary {
    color: #777;
    font-size: 14px;
}

section.no-results.not-found {
    text-align: center;
}

.categort-filer-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px 0 20px;
}

.categort-filer-wrap .cat-item {
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    text-decoration: underline;
}

.categort-filer-wrap .cat-item.active {
    font-weight: 700;
}

.categort-filer-wrap .cat-item a {
    color: inherit;
    text-decoration: none;
}

.title-divider-style {
    display: inline-block;
    position: relative;
    padding-bottom: 25px;
}

.title-divider-style:after {
    content: "";
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: 5px;
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 0;
}

.black-underline {
    position: relative;
    display: inline-block;
}

.black-underline:before {
    content: "";
    width: 100%;
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -20px;
    background: #3f3f3f;
    z-index: 3;
}


/* Footer */

footer.elementor-location-footer {
    border-top: 2px solid #ccc;
}

footer a {
    color: var(--e-global-color-primary);
}

footer .menu-col-2 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 10px;
}


.otgs-development-site-front-end {
    display: none !important;
}

/* Max-width */

@media screen and (max-width: 1024px) {
    .head-menu-col>div>.elementor-widget-nav-menu {
        order: 1;
    }

    #home-banner #home-banner-img {
        height: 100%;
        max-height: 65vh;
        overflow: hidden;
    }

    #home-banner #home-banner-img img {
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 320px;
    }
}

@media screen and (max-width: 899px) {

    .job-table-search-wrap table,
    .job-table-search-wrap table tr,
    .job-table-search-wrap table tr th,
    .job-table-search-wrap table tr td {
        display: block;
    }

    .job-table-search-wrap thead {
        display: none;
    }

    .job-table-search-wrap tbody {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 25px;
    }

    .job-table-search-wrap tbody tr {
        display: grid;
        grid-template-columns: 1fr 1fr;
        border: 1px solid var(--e-global-color-primary);
        border-radius: 8px;
        padding: 10px;
        box-shadow: 0 0 11px #0033ff33;
    }

    .job-table-search-wrap tbody tr td {
        background: #fff !important;
        padding: 5px;
        border: 0;
    }

    .job-table-search-wrap table tbody tr td .job_label {
        display: block;
        font-size: 14px;
        font-weight: 700;
        color: #333;
        background: #efefef;
        padding: 5px;
        border-radius: 5px 5px 0 0;
    }

    .job-table-search-wrap tbody tr td.job-datepost {
        grid-column: span 2;
        text-align: left !important;
        padding: 0 5px;
        font-size: 12px;
        color: #8d8d8d;
    }

    .job-table-search-wrap table tbody tr td.job-datepost:before {
        content: attr(data-label);
        display: inline-block;
        font-size: 12px;
        font-weight: 400;
        color: #8d8d8d;
        padding: 0;
        margin-right: 5px;
    }

    .job-table-search-wrap tbody tr td.job-title {
        grid-column: span 2;
        text-align: left;
        padding: 0 5px 5px;
        line-height: 2;
    }

    .job-table-search-wrap table .job-title a {
        display: block;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .job-table-search-wrap tbody tr td:not(.job-datepost, .job-title):before {
        content: attr(data-label);
        width: 100%;
        display: block;
        font-size: 13px;
        font-weight: 700;
        color: #333;
        background: #efefef;
        padding: 5px;
        border-radius: 5px 5px 0 0;
        line-height: 1.25;
    }
}

@media screen and (max-width: 767px) {

    header #main-header.head-sticky-active #header-tagline,
    header .elementor-sticky.elementor-sticky--effects #header-tagline {
        display: none;
    }

    .box-search-form.search-job-wrap .radio-list,
    .home-search-form.search-job-wrap .radio-list {
        gap: 15px;
    }

    .search-job-wrap .radio-list .field-item label {
        font-size: 16px;
    }

    .box-search-form.search-job-wrap .form-field.search-keyword input[type=text],
    .home-search-form.search-job-wrap .form-field.search-keyword input[type=text] {
        font-size: 16px !important;
        padding: 10px !important;
    }

    .box-search-form.search-job-wrap .form-field.search-keyword button,
    .home-search-form.search-job-wrap .form-field.search-keyword button {
        font-size: 16px;
        padding: 10px 20px;
    }

    .mobile-text-center .elementor-heading-title {
        text-align: center;
    }

    .mobile-title-banner .elementor-heading-title {
        font-size: 17px !important;
        text-align: center;
    }

    .home-ideas-tips article {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .home-ideas-tips article:nth-of-type(even) {
        background-color: #B2B1B2;
    }

    .menu-center-mobile ul {
        text-align: center !important;
        justify-content: center !important;
    }

    .mobile-w-100 {
        display: block;
        width: 100%;
    }

}

@media screen and (max-width: 559px) {

    .box-search-form.search-job-wrap .radio-list .field-item,
    .home-search-form.search-job-wrap .radio-list .field-item {
        width: 100%;
    }

    .popup-search-form .form-field.radio-list .field-item {
        width: 100%;
    }

    .result-search-wrap .site-result-search-wrap article,
    .result-search-wrap .all-result-search-wrap article {
        grid-template-columns: 80px 4fr;
    }

    .download-report {
        justify-content: center;
    }

    ul.joblist li {
        padding-left: 30px;
    }

    ul.joblist li:before {
        content: '\f111';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: var(--e-global-color-accent);
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .salary-report-wrap .salary-report-cat-title {
        font-size: 17px;
    }
}

/* Range */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #home-orange-circle {
        top: 0 !important;
        right: calc((100% - 350px) / 2 - 100px);
    }

    .home-ideas-tips article:nth-of-type(4n),
    .home-ideas-tips article:nth-of-type(4n-1) {
        background-color: #B2B1B2;
    }
}

/* Min-width */
@media screen and (min-width: 480px) {
    .similar_job-wrap .similar_job-box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5em;
    }
}

@media screen and (min-width: 560px) {
    .text-professional:before {
        right: 0;
    }

    ul.joblist {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px 50px;
    }

    ul.joblist li {
        min-height: 60px;
    }

    ul.joblist li a {
        width: auto;
    }

    ul.joblist li:nth-of-type(odd),
    ul.joblist li:nth-of-type(odd) a {
        text-align: right;
    }

    ul.joblist li:nth-of-type(even):before {
        content: '\f111';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: var(--e-global-color-accent);
        position: absolute;
        left: -32px;
        top: 16px;
        transform: translateY(-50%);
        font-size: 20px;
    }

    ul.joblist li a {
        font-size: 20px;
        justify-content: center;
    }

    .salary-report-wrap .salary-report-title {
        grid-template-columns: 1fr 180px;
        margin-bottom: 30px;
    }

    .salary-report-wrap .salary-report-title .page-title {
        text-align: left;
    }

    .salary-report-wrap .salary-report-title .dropdown {
        text-align: right;
    }

    .testimonial.section-content article>div {
        grid-template-columns: 1fr 1fr 1fr;

    }

    .testimonial.section-content article .testimonial-author {
        grid-row: 1;
        grid-column: 3 / span 1;
        padding-top: 50px;
    }

    .testimonial.section-content article .testimonial-content {
        grid-row: 1;
        grid-column: 1 / span 2;
    }

    .row-pagination {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5em;
        justify-content: space-between;
        align-items: center;
    }

    .archive-posts-wrap .archive-posts-inner {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media screen and (min-width: 768px) and (max-width: 899px) {
    .job-table-search-wrap tbody {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (min-width: 768px) {
    header .site-logo-tagline>.elementor-widget-wrap {
        grid-template-columns: 80px 1fr;
        margin-left: 0;
    }

    .list-col-2 ul {
        column-count: 2;
    }

    .home-ideas-tips {
        grid-template-columns: repeat(2, 1fr);
    }

    .similar_job-wrap .similar_job-box {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .salary-report-wrap .salary-report-result-wrap {
        grid-template-columns: 1fr 1fr;
    }

    .related-post.section-content .section-content-inner {
        grid-template-columns: repeat(3, 1fr);
    }

    .job-result-search-wrap tbody {
        grid-template-columns: 1fr 1fr;
    }

    .page-template-page-apply-job #primary>.site-main {
        margin: 70px auto 50px;
    }

    .page-template-page-apply-job .job-position {
        font-size: 28px;
    }
}

@media screen and (min-width: 992px) {
    .archive-posts-wrap .archive-posts-inner {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width: 1025px) {

    header #main-header.head-sticky-active .site-logo-tagline #header-site-logo img,
    header .elementor-sticky.elementor-sticky--effects .site-logo-tagline #header-site-logo img {
        max-width: 60px;
    }

    #home-banner #home-banner-img {
        height: 100%;
        max-height: 65vh;
        overflow: hidden;
    }

    #home-banner #home-banner-img img {
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%;
    }

    .home-ideas-tips {
        grid-template-columns: repeat(3, 1fr);
    }

    .home-ideas-tips article:nth-of-type(6n),
    .home-ideas-tips article:nth-of-type(6n-1),
    .home-ideas-tips article:nth-of-type(6n-2) {
        background-color: #B2B1B2;
    }

    .job-result-search-wrap tbody {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .salary-report-wrap .salary-report-result-wrap {
        grid-template-columns: 1fr 1fr 1fr;
    }
}


@media screen and (min-width: 1280px) {
    header .site-logo-tagline>.elementor-widget-wrap {
        grid-template-columns: 100px 1fr;
    }

    header #main-header.head-sticky-active .site-logo-tagline>.elementor-widget-wrap,
    header .elementor-sticky.elementor-sticky--effects .site-logo-tagline>.elementor-widget-wrap {
        grid-template-columns: 80px 1fr;
    }

    header:not(.home) .head-search-form.search-job-wrap .form-field.search-keyword input[type="text"] {
        width: 300px;
        padding: 8px !important;
    }

    .home-ideas-tips article .entry-title {
        min-height: 54px;
        margin: 0;
    }

    .salary-report-wrap .salary-report-result-wrap article .entry-title {
        font-size: 16px;
    }

    .salary-report-wrap .salary-report-result-wrap article .entry-title span {
        height: 60px;
    }
}