@charset "UTF-8";

::-moz-selection {
    background: #243665;
    color: #fff;
}

::selection {
    background: #243665;
    color: #fff;
}

@font-face {
    font-family: “Roboto-Regular”;
    src: url(../fontface/Roboto-Regular.ttf);
}

@font-face {
    font-family: “Roboto-Bold”;
    src: url(../fontface/Roboto-Bold.ttf);
}

@font-face {
    font-family: “NotoSans-Regular”;
    src: url(../fontface/NotoSansTC-Regular.otf);
}

@font-face {
    font-family: “NotoSans-Bold”;
    src: url(../fontface/NotoSansTC-Bold.otf);
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type=button]:-moz-focusring,
    [type=reset]:-moz-focusring,
    [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

.navbar {
    background: white;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
    .navbar .container {
        width: 100%;
    }
}

.navbar .nav-link {
    color: #243665;
    font-size: 1.15rem;
    font-weight: bold;
}

.navbar .EnglishNav-link {
    font-size: 1rem;
}

.navbar .fa-earth-asia {
    font-size: 1.56rem;
    color: #243665;
}

.navbar .LoginSignIn {
    border: solid 1px #243665;
    color: #243665;
    padding: 0.25rem 0.5rem;
    font-weight: bold;
    transition: all 2s ease;
}

    .navbar .LoginSignIn:hover a {
        color: #243665;
        text-decoration: underline !important;
    }

@media (max-width: 768px) {
    .navbar .dropdown-menu, .navbar .dropdown-menu-len {
        text-align: center;
        border: 0;
    }
}

.navbar-nav {
    align-items: center;
}

    .navbar-nav > .nav-item {
        position: relative;
        text-align: center;
        transition-duration: 0.25s;
    }

@media (max-width: 768px) {
    .navbar-nav > .nav-item {
        width: 25%;
    }
}

@media (max-width: 414px) {
    .navbar-nav > .nav-item {
        width: 40%;
    }
}

.navbar-nav > .nav-item::after {
    background-color: #333;
    bottom: 0;
    height: 4px;
    left: 0;
    position: absolute;
    transition-duration: 0.25s;
    width: 100%;
}

.navbar-nav > .nav-item > .nav-link {
    cursor: pointer;
    display: inline-block;
    /* padding: 15px; */
}

.navbar-nav.material > .nav-item:hover::after,
.navbar-nav.material > .nav-item.active::after {
    transform: scaleX(1);
}

.navbar-nav.material > .nav-item::after {
    content: "";
    transform: scaleX(0);
    transform-origin: center;
}

@media (max-width: 414px) {
    .JoinUsNavTitle {
        display: none;
    }
}

@media (max-width: 768px) {
    .navbar > .JoinUscontainer {
        justify-content: end;
    }
}

.main-color {
    color: #243665;
}

.bg-gray {
    background: #F8F8F8;
}

.search-button {
    background: #E99905;
    color: #fff;
}

    .search-button:hover {
        background: #fab027;
        color: #fff;
    }

html {
    height: 100%;
}

.tagSection {
    color: #000;
}

    .tagSection .tag {
        background: #0270CE;
        background: #6c6c6c;
        color: #fff;
        font-size: 0.875rem;
    }

        .tagSection .tag a {
            background: #6c6c6c;
            color: #fff;
            text-decoration: none;
            font-size: 0.875rem;
        }

ul {
    list-style-type: none;
}

.hashtag {
    font-size: 0.875rem;
    color: #0270CE;
    background: #d0e9ff;
    margin-left: 0.25rem;
}

    .hashtag a {
        color: #0270CE;
    }

        .hashtag a:hover {
            text-decoration: underline !important;
        }

.btn {
    border-radius: 0px;
}

.custom-btn {
    width: 130px;
    height: 40px;
    padding: 10px 25px;
    border: 2px solid #fff;
    font-family: “NotoSans-Regular”, Arial, Helvetica, sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.btn-white {
    background: #fff;
    color: #0270CE;
    line-height: 42px;
    padding: 0;
    border: none;
}

    .btn-white span {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    .btn-white:before,
    .btn-white:after {
        position: absolute;
        content: "";
        height: 0%;
        width: 2px;
        background: #fff;
    }

    .btn-white:before {
        right: 0;
        top: 0;
        transition: all 500ms ease;
    }

    .btn-white:after {
        left: 0;
        bottom: 0;
        transition: all 500ms ease;
    }

    .btn-white:hover {
        color: #fff;
        background: transparent;
    }

        .btn-white:hover:before {
            transition: all 500ms ease;
            height: 100%;
        }

        .btn-white:hover:after {
            transition: all 500ms ease;
            height: 100%;
        }

    .btn-white span:before,
    .btn-white span:after {
        position: absolute;
        content: "";
        background: #fff;
    }

    .btn-white span:before {
        left: 0;
        top: 0;
        width: 0%;
        height: 2px;
        transition: all 500ms ease;
    }

    .btn-white span:after {
        right: 0;
        bottom: 0;
        width: 0%;
        height: 2px;
        transition: all 500ms ease;
    }

    .btn-white span:hover:before {
        width: 100%;
    }

    .btn-white span:hover:after {
        width: 100%;
    }

.btn-main-color {
    background: #243665;
    color: #fff;
    line-height: 42px;
    padding: 0;
    border: none;
}

    .btn-main-color span {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    .btn-main-color:before,
    .btn-main-color:after {
        position: absolute;
        content: "";
        height: 0%;
        width: 2px;
        background: #243665;
    }

    .btn-main-color:before {
        right: 0;
        top: 0;
        transition: all 500ms ease;
    }

    .btn-main-color:after {
        left: 0;
        bottom: 0;
        transition: all 500ms ease;
    }

    .btn-main-color:hover {
        color: #243665;
        background: transparent;
    }

        .btn-main-color:hover:before {
            transition: all 500ms ease;
            height: 100%;
        }

        .btn-main-color:hover:after {
            transition: all 500ms ease;
            height: 100%;
        }

    .btn-main-color span:before,
    .btn-main-color span:after {
        position: absolute;
        content: "";
        background: #243665;
    }

    .btn-main-color span:before {
        left: 0;
        top: 0;
        width: 0%;
        height: 2px;
        transition: all 500ms ease;
    }

    .btn-main-color span:after {
        right: 0;
        bottom: 0;
        width: 0%;
        height: 2px;
        transition: all 500ms ease;
    }

    .btn-main-color span:hover:before {
        width: 100%;
    }

    .btn-main-color span:hover:after {
        width: 100%;
    }

.btn-orange {
    background: #fff;
    color: #E99905;
    line-height: 42px;
    padding: 0;
    border: none;
}

    .btn-orange span {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    .btn-orange:before,
    .btn-orange:after {
        position: absolute;
        content: "";
        height: 0%;
        width: 2px;
        background: #fff;
    }

    .btn-orange:before {
        right: 0;
        top: 0;
        transition: all 500ms ease;
    }

    .btn-orange:after {
        left: 0;
        bottom: 0;
        transition: all 500ms ease;
    }

    .btn-orange:hover {
        color: #fff;
        background: transparent;
    }

        .btn-orange:hover:before {
            transition: all 500ms ease;
            height: 100%;
        }

        .btn-orange:hover:after {
            transition: all 500ms ease;
            height: 100%;
        }

    .btn-orange span:before,
    .btn-orange span:after {
        position: absolute;
        content: "";
        background: #fff;
    }

    .btn-orange span:before {
        left: 0;
        top: 0;
        width: 0%;
        height: 2px;
        transition: all 500ms ease;
    }

    .btn-orange span:after {
        right: 0;
        bottom: 0;
        width: 0%;
        height: 2px;
        transition: all 500ms ease;
    }

    .btn-orange span:hover:before {
        width: 100%;
    }

    .btn-orange span:hover:after {
        width: 100%;
    }

.btn-lightBlue {
    background: #0270CE;
    color: #fff;
    line-height: 42px;
    padding: 0;
    border: none;
}

    .btn-lightBlue span {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    .btn-lightBlue:before,
    .btn-lightBlue:after {
        position: absolute;
        content: "";
        height: 0%;
        width: 2px;
        background: #0270CE;
    }

    .btn-lightBlue:before {
        right: 0;
        top: 0;
        transition: all 500ms ease;
    }

    .btn-lightBlue:after {
        left: 0;
        bottom: 0;
        transition: all 500ms ease;
    }

    .btn-lightBlue:hover {
        color: #0270CE;
        background: transparent;
    }

        .btn-lightBlue:hover:before {
            transition: all 500ms ease;
            height: 100%;
        }

        .btn-lightBlue:hover:after {
            transition: all 500ms ease;
            height: 100%;
        }

    .btn-lightBlue span:before,
    .btn-lightBlue span:after {
        position: absolute;
        content: "";
        background: #0270CE;
    }

    .btn-lightBlue span:before {
        left: 0;
        top: 0;
        width: 0%;
        height: 2px;
        transition: all 500ms ease;
    }

    .btn-lightBlue span:after {
        right: 0;
        bottom: 0;
        width: 0%;
        height: 2px;
        transition: all 500ms ease;
    }

    .btn-lightBlue span:hover:before {
        width: 100%;
    }

    .btn-lightBlue span:hover:after {
        width: 100%;
    }

.btn-border-lightBlue {
    border: #0270CE solid 2px;
    color: #0270CE;
    transition: all 0.2s ease;
}

    .btn-border-lightBlue:hover {
        color: #fff;
        background: #0270CE;
    }

.tab-wrap {
    background: White;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 0 0 20px;
    width: 60%;
    margin: 0 auto;
}

@media (max-width: 414px) {
    .tab-wrap {
        width: 90%;
    }

        .tab-wrap .custom-btn {
            margin-top: 1rem !important;
        }
}

.tab-wrap a {
    color: #243665;
}

.tab-label {
    color: Gray;
    cursor: pointer;
    flex: 1;
    font-weight: bold;
    order: -1;
    padding: 12px 24px;
    position: relative;
    text-align: center;
    transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
}

    .tab-label:hover {
        background: rgba(0, 191, 255, 0.1);
    }

.tab-switch:checked + .tab-label {
    color: #fff;
    background: #0270CE;
}

.tab-label::after {
    background: #0270CE;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(100%);
    transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s 80ms;
    width: 100%;
    z-index: 1;
}

.English-tab-label::after {
    background: #243665;
}

.tab-switch:checked ~ .tab-label::after {
    transform: translateX(-100%);
}

.tab-switch:checked + .tab-label::after {
    opacity: 1;
    transform: translateX(0);
}

.tab-content {
    height: 0;
    opacity: 0;
    padding: 0 20px;
    pointer-events: none;
    transform: translateX(-30%);
    transition: transform 0.3s 80ms, opacity 0.3s 80ms;
    width: 100%;
}

.tab-switch:checked ~ .tab-content {
    transform: translateX(30%);
}

.tab-switch:checked + .tab-label + .tab-content {
    height: auto;
    opacity: 1;
    order: 1;
    pointer-events: auto;
    transform: translateX(0);
}

.tab-wrap::after {
    content: "";
    height: 20px;
    order: -1;
    width: 100%;
}

.tab-switch {
    display: none;
}

.breadcrumb .breadcrumb-mainColor a {
    text-decoration: none;
    color: #243665;
}

.case-list-group {
    list-style-type: none;
    width: 72%;
}

    .case-list-group li {
        font-size: 0.95rem;
    }

        .case-list-group li:nth-child(odd):hover {
            background: rgb(235, 235, 235);
        }

        .case-list-group li:nth-child(even) {
            background: #EEF7FF;
        }

            .case-list-group li:nth-child(even):hover {
                background: #dff0fd;
            }

.EditIcon:hover {
    border: 1px solid #243665;
}

.modal .selectedWrap .deleteCrossIcon {
    color: #0270CE;
}

.modal .modal-dialog .modal-content .modal-body .accordion-body a:hover {
    background: #FFF4DF;
    text-decoration: underline;
}

.modal .modal-dialog .modal-content .modal-body .accordion-body .active {
    background: #FFF4DF;
}

.PageTwo {
    display: none;
}

.contactUs {
    width: 80%;
    margin: 0 auto;
}

    .contactUs p span a {
        text-decoration: none;
        color: #243665;
    }

        .contactUs p span a:hover {
            text-decoration: underline;
        }

@media (max-width: 414px) {
    .contactUs {
        width: 90%;
    }

        .contactUs p {
            padding: 0 1rem;
        }

        .contactUs .contactUsWrap {
            padding-left: 1rem !important;
            padding-right: 1rem !important;
        }
}

.contactUs .contactUsWrap {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
}

#button {
    display: inline-block;
    background-color: #E99905;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #button:hover {
        cursor: pointer;
        background-color: #333;
    }

    #button:active {
        background-color: #555;
    }

    #button.show {
        opacity: 0.9;
        visibility: visible;
    }

.department::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: url(../img/10001.svg);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

.modal-body hr {
    max-width: 50px;
    height: 6px;
    background-color: #243665;
    opacity: 1;
    margin: 0 auto;
}

.HomeNews .container, .NewsPage .container {
    width: 72%;
}

@media (max-width: 1024px) {
    .HomeNews .container, .NewsPage .container {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .HomeNews .container, .NewsPage .container {
        width: 100%;
    }
}

.breadcrumbContainer, .privacyProtection .container, .siteMap .container, .titleDetail .container, .resumeMaintenance .container, .joinUsReason .container, .logoSwiper, .mySwiper {
    width: 72%;
}

@media (max-width: 1024px) {
    .breadcrumbContainer, .privacyProtection .container, .siteMap .container, .titleDetail .container, .resumeMaintenance .container, .joinUsReason .container, .logoSwiper, .mySwiper {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .breadcrumbContainer, .privacyProtection .container, .siteMap .container, .titleDetail .container, .resumeMaintenance .container, .joinUsReason .container, .logoSwiper, .mySwiper {
        width: 100%;
    }
}

.breadcrumbContainer .imageSection img, .privacyProtection .container .imageSection img, .siteMap .container .imageSection img, .titleDetail .container .imageSection img, .resumeMaintenance .container .imageSection img, .joinUsReason .container .imageSection img, .logoSwiper .imageSection img, .mySwiper .imageSection img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .breadcrumbContainer .imageSection, .privacyProtection .container .imageSection, .siteMap .container .imageSection, .titleDetail .container .imageSection, .resumeMaintenance .container .imageSection, .joinUsReason .container .imageSection, .logoSwiper .imageSection, .mySwiper .imageSection {
        order: -1;
    }
}

@media (max-width: 768px) {
    .breadcrumbContainer .content, .privacyProtection .container .content, .siteMap .container .content, .titleDetail .container .content, .resumeMaintenance .container .content, .joinUsReason .container .content, .logoSwiper .content, .mySwiper .content {
        padding-top: 1.2rem;
    }
}

.form-control {
    font-size: 0.95rem;
}

.card-body .card-title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-body p {
    font-size: 0.9rem;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.EnglishP {
    font-size: 0.9rem;
}

.porfolioIput {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.benefits .container-fluid {
    overflow: hidden;
}

.slick-initialized .slick-slide {
    min-height: 197px;
}

@media (max-width: 768px) {
    .slick-initialized .slick-slide {
        min-height: 199px;
    }
}

@media (max-width: 414px) {
    .slick-initialized .slick-slide {
        min-height: 165px;
    }
}

/* 1111會員 選擇履歷 css */
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: none;
    border-width: 0;
}

.table > tbody {
    vertical-align: middle;
}

.chooseBtn {
    background: #243665;
    color: white;
    border: none;
}

    .chooseBtn :hover {
        color: #243665;
        background: white;
        border-color: solid 1px #243665;
    }

#ContentPlaceHolder1_Panel1 {
    width: 72%;
    margin: 0 auto;
}

.jobopening_ml hr {
    max-width: 50px;
    height: 6px;
    background-color: #243665;
    opacity: 1;
    margin: 0 auto;
}

@media (max-width: 576px) {
    #ContentPlaceHolder1_Panel1 {
        width: 95%;
    }
}

.idexTitlebr {
    display: none;
}

@media (max-width: 414px) {
    .idexTitlebr {
        display: block;
    }
}

.footer-container {
    background-color: #EDF1FF;
}

    .footer-container h5 {
        color: #243665;
    }

@media (max-width: 768px) {
    .footer-container p {
        text-align: center;
    }

    .footer-container a {
        justify-content: center;
    }

    .footer-container .socialmediaGroup {
        text-align: center;
    }
}

.footer-container .footerMenu {
    margin-top: 1rem;
}

@media (max-width: 414px) {
    .footer-container .footerMenu div {
        width: 50% !important;
    }
}

.footer-container .EnglishfooterMenu ul {
    font-size: 0.8rem;
}

.brand-color {
    background-color: #243665;
    color: #fff;
}

.Header {
    background-image: url("../img/hero image.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: inherit;
    max-width: inherit;
    min-width: inherit;
    color: #fff;
}

    .Header .inner {
        padding: 6.125rem 0;
    }

@media (max-width: 414px) {
    .Header .inner {
        padding: 1.125rem 0;
    }
}

.Header .searchSection {
    background-color: #fff;
}

.Job {
    background-color: #0270CE;
    color: #fff;
    border-left: solid 4px #013969;
}

    .Job h3 {
        font-size: 1.5rem;
        font-family: Arial, Helvetica, sans-serif;
    }

    .Job h4 {
        font-size: 1.25rem;
        font-family: “Roboto-Regular”;
    }

    .Job .btn {
        background: #fff;
        color: #0270CE;
        font-family: “NotoSans-Regular”, Arial, Helvetica, sans-serif;
        font-size: 1rem;
    }

    .Job .btn-lightBlue span:hover:after {
        width: 100%;
    }

@media (max-width: 414px) {
    .Job .ImgWrap {
        display: none;
    }
}

.recuritment {
    background-color: #E99905;
    color: #fff;
    border-left: solid 4px #855703;
}

    .recuritment h3 {
        font-size: 1.5rem;
        font-family: Arial, Helvetica, sans-serif;
    }

    .recuritment h4 {
        font-size: 1.25rem;
        font-family: Arial, Helvetica, sans-serif;
    }

    .recuritment .btn {
        background: #fff;
        color: #E99905;
        font-family: “NotoSans-Regular”, Arial, Helvetica, sans-serif;
        font-size: 1rem;
    }

@media (max-width: 414px) {
    .recuritment .ImgWrap {
        display: none;
    }
}

@media (max-width: 767px) {
    .HomeSelectContainer div:nth-child(2) {
        margin-top: 4rem !important;
    }
}

.HomeSelectContainer .HomeSelectWrap {
    background: #ededed;
    position: relative;
    padding: 3rem 1rem 1rem 1rem;
}

    .HomeSelectContainer .HomeSelectWrap .HomeSelectWrapImg {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -30%;
    }

@media (max-width: 768px) {
    .HomeSelectContainer .HomeSelectWrap {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
}

.EnglishHomeSelectContainer .HomeSelectWrap {
    padding: 3.5rem 1rem 1rem 1rem;
}

.latestJob h2 {
    color: #243665;
    margin-top: 2rem;
}

.latestJob hr {
    max-width: 50px;
    height: 6px;
    background-color: #243665;
    opacity: 1;
    margin: 0 auto;
}

.latestJob .latestJobInner {
    background-color: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}

    .latestJob .latestJobInner a {
        color: #212529;
        text-decoration: none;
    }

        .latestJob .latestJobInner a:hover {
            text-decoration: underline;
        }

    .latestJob .latestJobInner div {
        color: #243665;
    }

.latestJob .slider-container {
    width: 70%;
}

@media (max-width: 1024px) {
    .latestJob .slider-container {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .latestJob .slider-container {
        width: 90%;
    }
}

.latestJob .edge-container {
    width: 60%;
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}

@media (max-width: 768px) {
    .latestJob .edge-container {
        width: 85%;
    }
}

@media (max-width: 414px) {
    .latestJob .edge-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.jobCategories h2 {
    color: #243665;
    margin-top: 2rem;
}

.jobCategories hr {
    max-width: 50px;
    height: 6px;
    background-color: #243665;
    opacity: 1;
    margin: 0 auto;
}

.jobCategories .jobCategoriesInner {
    transition: all 0.5s ease;
}

    .jobCategories .jobCategoriesInner a {
        transition: all 0.5s ease;
        text-decoration: none;
        color: black;
    }

    .jobCategories .jobCategoriesInner svg {
        margin: 0 auto;
    }

    .jobCategories .jobCategoriesInner .white {
        display: none;
    }

    .jobCategories .jobCategoriesInner:hover {
        transform: scale(1.1);
    }

        .jobCategories .jobCategoriesInner:hover a {
            color: white;
            background: #0270CE;
            box-shadow: 0px 0px 5px rgb(56, 125, 226);
        }

        .jobCategories .jobCategoriesInner:hover .white {
            display: block;
        }

        .jobCategories .jobCategoriesInner:hover .blue {
            display: none;
        }

.benefits {
    position: relative;
    display: block;
    padding: 0px;
}

    .benefits::before {
        right: 55%;
        width: 25vw;
        position: absolute;
        top: 0;
        height: 100%;
        background: #ECEDF2;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        content: "";
        z-index: -1;
    }

@media (max-width: 768px) {
    .benefits::before {
        right: 0%;
        width: 100vw;
    }
}

.benefits .image-column {
    position: relative;
    padding: 24px 0;
}

@media (max-width: 768px) {
    .benefits .image-column {
        padding: 1rem 0 !important;
    }
}

.benefits .image-column .main-image {
    position: relative;
    display: block;
    text-align: right;
    margin-bottom: 0;
}

    .benefits .image-column .main-image img {
        display: inline-block;
        max-width: 100%;
        height: auto;
    }

.benefits .content-column {
    background: #ECEDF2;
    position: relative;
    z-index: 9;
}

    .benefits .content-column h2 {
        color: #243665;
        margin-top: 2rem;
        margin-top: 1rem;
    }

    .benefits .content-column hr {
        max-width: 50px;
        height: 6px;
        background-color: #243665;
        opacity: 1;
        margin: 0 auto;
    }

@media (max-width: 768px) {
    .benefits .content-column h2 {
        margin-top: 1rem;
    }
}

.benefits .content-column .inner-column {
    position: relative;
}

    .benefits .content-column .inner-column .item {
        flex: 1;
    }

    .benefits .content-column .inner-column .benefitsTitle {
        color: #243665;
    }

        .benefits .content-column .inner-column .benefitsTitle h4 {
            font-size: 1.25rem;
        }

    .benefits .content-column .inner-column .benefitsTitleIcon {
        font-size: 1.5rem;
        color: #243665;
        background: #fff;
        width: 60px;
        height: 60px;
        margin: 0 auto;
    }

@media (max-width: 1024px) {
    .benefits .content-column .inner-column {
        padding: 0 !important;
    }
}

.Englishbenefits {
    background: #fff;
}

    .Englishbenefits .content-column {
        background: #fff;
    }

        .Englishbenefits .content-column .benefitsTitleIcon {
            background: #ECEDF2 !important;
        }

.News h2 {
    color: #243665;
    margin-top: 2rem;
}

.News hr {
    max-width: 50px;
    height: 6px;
    background-color: #243665;
    opacity: 1;
    margin: 0 auto;
}

.News a {
    color: #243665;
    text-decoration: none;
}

    .News a:hover {
        text-decoration: underline;
    }

.News .card .card-img {
    overflow: hidden;
}

    .News .card .card-img img {
        transition: all 0.5s ease;
    }

.News .card:hover img {
    transform: scale(1.1);
}

.Header-Inner {
    background: url(../img/Inner\ People.png), url(../img/Inner-Page-Nopeople-Pattern.png);
    background-size: contain, cover;
    background-repeat: no-repeat;
    background-position: 90% top, center center;
    position: relative;
    height: 25vh;
}

@media (max-width: 1024px) {
    .Header-Inner {
        height: 15vh;
    }
}

@media (max-width: 768px) {
    .Header-Inner {
        height: 18vh;
    }
}

@media (max-width: 414px) {
    .Header-Inner {
        height: 14vh;
        background-position: right top, center center;
    }
}

.Header-Inner .overlay {
    position: absolute;
    background-color: #243665;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    top: 0;
    mix-blend-mode: multiply;
}

.Header-Inner .tittle-Wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

    .Header-Inner .tittle-Wrap .tittle-inner {
        width: 100%;
        display: block;
    }

@media (max-width: 768px) {
    .Header-Inner .tittle-Wrap .tittle-inner {
        width: 65%;
    }
}

.Header-Inner .tittle-Wrap .tittle-inner .tittle-h1-Wrap {
    max-width: 72%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .Header-Inner .tittle-Wrap .tittle-inner .tittle-h1-Wrap {
        max-width: 85%;
    }
}

.Header-Inner .tittle-Wrap h1 {
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    .Header-Inner .tittle-Wrap h1 {
        font-size: 1.3rem;
    }
}

@media (max-width: 414px) {
    .Header-Inner .tittle-Wrap h1 {
        font-size: 1rem;
    }
}

.Header-Inner p {
    color: #fff;
}

    .Header-Inner p .EnterpriseHunterHeaderbr, .Header-Inner p .jobHuntingHeaderbr {
        display: none;
    }

@media (max-width: 414px) {
    .Header-Inner p .EnterpriseHunterHeaderbr, .Header-Inner p .jobHuntingHeaderbr {
        display: block;
    }
}

.Header-Inner .inner {
    padding: 7.1875rem 0rem;
}

.latestJob h2 {
    color: #243665;
    margin-top: 2rem;
}

@media (max-width: 414px) {
    .latestJob h2 {
        font-size: 1.5rem !important;
        margin-top: 0rem !important;
    }
}

.latestJob .edge-container h2 {
    font-size: 2.3rem;
}

@media (max-width: 414px) {
    .latestJob .edge-container h2 {
        font-size: 1.5rem;
    }
}

.latestJob .edge-container p {
    margin-top: 1.75rem;
}

@media (max-width: 414px) {
    .latestJob p {
        padding: 0 !important;
        font-size: 1rem !important;
    }
}

.JobHuntingBenefit img {
    max-width: 100%;
    height: auto;
}

.JobHuntingBenefit p {
    line-height: 1.5;
}

.JobHuntingBenefit .innerBG {
    background: white;
    border-radius: 10px 10px 0 0;
    max-width: 72%;
    margin-top: -12.5rem;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 1024px) {
    .JobHuntingBenefit .innerBG {
        margin-top: -12.125rem;
    }
}

@media (max-width: 768px) {
    .JobHuntingBenefit .innerBG {
        margin-top: -8.875rem;
        max-width: 85%;
        padding: 1.25rem 1rem !important;
    }
}

@media (max-width: 414px) {
    .JobHuntingBenefit .innerBG {
        margin-top: -4rem;
        display: flex;
        flex-direction: column;
    }

        .JobHuntingBenefit .innerBG div {
            padding: 0.5rem 0;
            margin: 0.5rem 0;
            border-right: none !important;
            border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
        }

            .JobHuntingBenefit .innerBG div:nth-child(3) {
                border: none !important;
            }
}

.JobHuntingBenefit h5, .JobHuntingBenefit h4, .JobHuntingBenefit h6 {
    color: #0A87AD;
}

.JobHuntingBenefit p {
    font-size: 0.9rem;
}

.JobHuntingBenefit hr {
    width: 50px;
    height: 5px;
    background: #0A87AD;
    opacity: 1;
    margin: 1rem 0;
}

.EnglishaboutusHeader .tittle-Wrap .tittle-inner {
    width: 100%;
}

@media (max-width: 1024px) {
    .EnglishaboutusHeader .tittle-Wrap .tittle-inner {
        width: 70%;
        display: block;
    }

        .EnglishaboutusHeader .tittle-Wrap .tittle-inner .aboutUsBr, .EnglishaboutusHeader .tittle-Wrap .tittle-inner .aboutUsTitleBr {
            display: none;
        }
}

@media (max-width: 768px) {
    .EnglishaboutusHeader .tittle-Wrap .tittle-inner {
        width: 65%;
    }
}

@media (max-width: 414px) {
    .EnglishaboutusHeader .tittle-Wrap .tittle-inner {
        width: 100%;
    }
}

.stepFlow .container-fluid h2, .stepFlow .container h2 {
    font-size: 2.3rem;
}

@media (max-width: 414px) {
    .stepFlow .container-fluid h2, .stepFlow .container h2 {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 768px) {
    .stepFlow .container-fluid, .stepFlow .container {
        padding: 1rem !important;
    }
}

.stepFlow .container-fluid .flow .stepNum, .stepFlow .container .flow .stepNum {
    color: #A3A3A3;
    font-size: 2rem;
    font-weight: bolder;
}

.stepFlow .container-fluid .flow .stepTitle, .stepFlow .container .flow .stepTitle {
    background: #243665;
    color: #fff;
}

@media (max-width: 1024px) {
    .stepFlow .container-fluid .flow .stepTitle, .stepFlow .container .flow .stepTitle {
        padding: 1.2rem 0.75rem !important;
    }
}

.stepFlow .container-fluid .flow .stepTitle .stepImg, .stepFlow .container .flow .stepTitle .stepImg {
    background: #fff;
    left: -30px;
    top: 20px;
    box-shadow: -5px -5px 25px rgba(56, 152, 226, 0.3);
}

@media (max-width: 1024px) {
    .stepFlow .container-fluid .flow .stepTitle .stepImg, .stepFlow .container .flow .stepTitle .stepImg {
        padding: 0.5rem !important;
    }

        .stepFlow .container-fluid .flow .stepTitle .stepImg svg, .stepFlow .container .flow .stepTitle .stepImg svg {
            transform: scale(0.8);
        }
}

.stepFlow .contact div {
    border: solid 1px #243665;
    color: #243665;
}

.EngstepFlow .flow > div {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

@media (max-width: 1024px) {
    .EngstepFlow .flow > div h5 {
        padding-left: 2.5rem !important;
    }

    .EngstepFlow .flow > div .stepImg {
        top: 40px !important;
    }
}

@media (max-width: 768px) {
    .EngstepFlow .flow > div .stepImg {
        top: 28px !important;
    }
}

.applyResume {
    background: url(../img/applyResume.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    padding: 2em 5em;
}

@media (max-width: 414px) {
    .applyResume {
        padding: 1rem 0.5rem;
    }
}

.applyResume h2 {
    color: #E99905;
    font-size: 2.3rem;
}

@media (max-width: 414px) {
    .applyResume h2 {
        font-size: 1.5rem;
    }
}

.applyResume h4 {
    color: #E99905;
}

.applyResume div {
    max-width: 72%;
    margin: 0 auto;
    margin-top: 1.75rem;
}

.fill-form-container {
    width: 72%;
}

.RecruitmentObject {
    background: #ECEDF2;
}

    .RecruitmentObject h2 {
        color: #243665;
        margin-top: 2rem;
    }

    .RecruitmentObject hr {
        max-width: 50px;
        height: 6px;
        background-color: #243665;
        opacity: 1;
        margin: 0 auto;
    }

    .RecruitmentObject .RecruitmentObjectTitle-Manager {
        color: #6CB7C6;
    }

    .RecruitmentObject .RecruitmentObjectTitle-seniorExecutive {
        color: #60A7B5;
    }

    .RecruitmentObject .RecruitmentObjectTitle-professional {
        color: #5D86A4;
    }

    .RecruitmentObject .RecruitmentObjectTitle-specialProject {
        color: #667AA3;
    }

@media (max-width: 414px) {
    .RecruitmentObject .RecruitmentObjectContent {
        margin-top: 1.2rem;
    }
}

@media (max-width: 768px) {
    .form-group {
        margin: 0.75rem auto !important;
        width: 90%;
    }
}

@media (max-width: 414px) {
    .aboutusHeader {
        background: url(../img/Inner-Page-Nopeople.png) no-repeat center;
    }

        .aboutusHeader p {
            text-align: center;
        }

            .aboutusHeader p span {
                text-align: right;
            }

        .aboutusHeader span br {
            display: none;
        }
}

.aboutus h2, .aboutus h3 {
    color: #243665;
}

.aboutus h2 {
    font-size: 2.3rem;
}

.aboutus .container {
    width: 60%;
}

    .aboutus .container .quote {
        color: #0A87AD;
    }

.aboutus p {
    margin-top: 1.2rem;
}

@media (max-width: 768px) {
    .aboutus .container {
        padding: 1rem !important;
    }

        .aboutus .container p {
            font-size: 1rem !important;
        }
}

@media (max-width: 414px) {
    .aboutus .container {
        width: 85%;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.aboutusSectionWithbg {
    background: url(../img/aboutusbg.png) no-repeat center;
    background-size: cover;
}

    .aboutusSectionWithbg h2, .aboutusSectionWithbg h3, .aboutusSectionWithbg h4 {
        color: #E99905;
    }

    .aboutusSectionWithbg h2 {
        font-size: 2.3rem;
    }

.brandedAdvantages .rounded-circle {
    width: 4.25rem;
    height: 4.25rem;
    background: #CBE6FF;
}

.FAQSection {
    background: url(../img/faqBg.png) no-repeat center;
    background-size: cover;
}

    .FAQSection h2 {
        color: #243665;
        margin-top: 2rem;
        font-size: 2.3rem;
    }

@media (max-width: 768px) {
    .FAQSection h2 {
        margin-top: 0px !important;
    }
}

@media (max-width: 414px) {
    .FAQSection h2 {
        font-size: 1.5rem;
    }
}

.FAQSection hr {
    max-width: 50px;
    height: 6px;
    background-color: #243665;
    opacity: 1;
    margin: 0 auto;
}

.FAQSection .container {
    width: 75%;
    margin: 1.7rem auto;
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    .FAQSection .container {
        width: 90%;
    }
}

@media (max-width: 414px) {
    .FAQSection .container {
        width: 100%;
        padding: 1rem !important;
        margin: 1rem auto;
        margin-bottom: 0px;
    }
}

.FAQSection .tab-slider--nav {
    width: 100%;
    margin-bottom: 20px;
}

.FAQSection .tab-slider--tabs {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    background: #fff;
    height: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .FAQSection .tab-slider--tabs:after {
        content: "";
        width: 50%;
        background: #0270CE;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 250ms ease-in-out;
        border-radius: 35px;
    }

    .FAQSection .tab-slider--tabs.slide:after {
        left: 50%;
    }

.FAQSection .tab-slider--trigger {
    font-size: 1rem;
    line-height: 1;
    font-weight: bold;
    color: #0270CE;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 20px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .FAQSection .tab-slider--trigger.active {
        color: #fff;
    }

.FAQSection .tab-slider--body {
    margin-bottom: 20px;
}

.InnerHeader {
    background: url(../img/InnerHeaderImg.png) no-repeat center;
    background-size: cover;
    padding: 60px 75px;
}

    .InnerHeader p {
        border: solid 2px #fff;
    }

@media (max-width: 414px) {
    .NewsPage .card-body {
        align-items: flex-start !important;
    }
}

.titleDetail .titleWrap, .titleDetail .contentWrap {
    border-bottom: solid 1px black;
}

    .titleDetail .titleWrap .title, .titleDetail .contentWrap .title {
        border-left: solid 6px #243665;
    }

    .titleDetail .titleWrap .date, .titleDetail .contentWrap .date {
        color: #243665;
    }

.titleDetail .socialmediaGroup a {
    transition: all 0.2s ease;
}

    .titleDetail .socialmediaGroup a:hover img {
        transform: scale(1.1);
    }

.filter .container {
    background: #F2F2F2;
    width: 72%;
}

@media (max-width: 768px) {
    .filter .container {
        width: 85%;
    }
}

@media (max-width: 414px) {
    .filter .container {
        width: 95%;
    }
}

.filter .container .secondColumn {
    display: flex;
    display: none;
}

.filter .container .active {
    transition: all 1s ease;
    transform: rotate(180deg);
}

@media (max-width: 414px) {
    .filter {
        margin-top: 0.5rem !important;
    }
}

.JobListSearch .container {
    width: 72%;
}

@media (max-width: 768px) {
    .JobListSearch .container {
        width: 85%;
    }
}

@media (max-width: 414px) {
    .JobListSearch .container {
        width: 95%;
    }
}

.JobInnerHeader {
    padding: 12px 75px;
}

@media (max-width: 414px) {
    .JobInnerHeader .JobInnerTitle {
        padding: 0.5rem !important;
    }
}

.iconJD {
    color: #243665;
    font-size: 0.875rem;
}

.JobList .container, .JD-Top .container {
    width: 72%;
}

@media (max-width: 414px) {
    .JobList .container, .JD-Top .container {
        width: 100%;
    }
}

.JobList .JobListitems, .JD-Top .JobListitems {
    background: #fff;
    padding-top: 1.7rem !important;
    padding-bottom: 1.4rem !important;
    transition: all 0.3s ease;
}

    .JobList .JobListitems:hover, .JD-Top .JobListitems:hover {
        box-shadow: 0px 0px 10px rgba(34, 34, 34, 0.25);
        z-index: 99;
        position: relative;
    }

    .JobList .JobListitems p, .JD-Top .JobListitems p {
        font-size: 0.875rem;
        font-weight: normal;
    }

.JobList a, .JD-Top a {
    color: #243665;
    text-decoration: none;
    transition: all 0.2s ease;
}

    .JobList a:hover, .JD-Top a:hover {
        text-decoration: underline;
    }

.JobList .Applyfor:hover, .JD-Top .Applyfor:hover {
    text-decoration: none;
}

@media (max-width: 768px) {
    .JobList .container {
        width: 85%;
    }
}

.Page {
    margin-top: 1.25rem;
}

.JD .container {
    width: 72%;
}

@media (max-width: 414px) {
    .JD .container {
        width: 95%;
    }
}

.JD .JDSubtitle {
    border-left: solid 6px #243665;
}

.JD .latestJobInner {
    transition: all 0.5s ease;
}

    .JD .latestJobInner h6 a:hover {
        text-decoration: underline !important;
    }

    .JD .latestJobInner:hover {
        box-shadow: 0px 0px 7px rgba(34, 34, 34, 0.25);
    }

.JD .RecommendedJobs .latestJobInner .d-flex {
    font-size: 0.95rem;
}

@media (max-width: 1024px) {
    .JD .RecommendedJobs .latestJobInner .d-flex div:nth-child(2) {
        margin-left: 0px !important;
    }
}

.searchSection .search {
    display: none;
    background: #E99905;
    color: #fff;
}

    .searchSection .search .search-open .search-icon {
        color: #fff;
    }

    .searchSection .search .search-open .fa-xmark {
        display: none;
    }

@media (max-width: 414px) {
    .searchSection {
        margin-top: 0.5rem !important;
    }

        .searchSection .search {
            display: block;
            text-align: center;
        }

        .searchSection .activetoggle {
            display: inline-block;
            background: #7e7e7e;
            color: rgb(239, 239, 239);
        }

        .searchSection .searchForm {
            display: none;
        }

        .searchSection .jobList-form-control {
            margin: 1rem 0;
        }

        .searchSection .search-button {
            width: 100%;
        }
}

.containertoggle {
    text-align: end;
}

.privacyProtection .sideMenu, .resumeMaintenance .sideMenu {
    position: relative;
}

    .privacyProtection .sideMenu .sideMenuUl li a, .resumeMaintenance .sideMenu .sideMenuUl li a {
        color: #243665;
    }

        .privacyProtection .sideMenu .sideMenuUl li a:hover, .resumeMaintenance .sideMenu .sideMenuUl li a:hover {
            text-decoration: underline !important;
        }

    .privacyProtection .sideMenu .sideMenuUl .active a, .resumeMaintenance .sideMenu .sideMenuUl .active a {
        background: #243665;
        color: #fff;
    }

@media (max-width: 768px) {
    .privacyProtection .sideMenu .sideMenuUl, .resumeMaintenance .sideMenu .sideMenuUl {
        display: none;
    }
}

.privacyProtection .sideMenu .sideMenuUlRWD, .resumeMaintenance .sideMenu .sideMenuUlRWD {
    background: white;
}

    .privacyProtection .sideMenu .sideMenuUlRWD li a, .resumeMaintenance .sideMenu .sideMenuUlRWD li a {
        color: #243665;
    }

        .privacyProtection .sideMenu .sideMenuUlRWD li a:hover, .resumeMaintenance .sideMenu .sideMenuUlRWD li a:hover {
            text-decoration: underline !important;
        }

    .privacyProtection .sideMenu .sideMenuUlRWD .active a, .resumeMaintenance .sideMenu .sideMenuUlRWD .active a {
        background: #243665;
        color: #fff;
    }

.privacyProtection .sideMenu .offcanvasBtn, .resumeMaintenance .sideMenu .offcanvasBtn {
    display: none;
    position: absolute;
}

@media (max-width: 768px) {
    .privacyProtection .sideMenu .offcanvasBtn, .resumeMaintenance .sideMenu .offcanvasBtn {
        display: block;
        left: 0;
        top: 0;
    }
}

.privacyProtection .accordion .accordion-body p, .resumeMaintenance .accordion .accordion-body p {
    text-indent: 1.5rem;
}

.privacyProtection .thumbnail, .resumeMaintenance .thumbnail {
    border: solid 2px #243665;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
}

.privacyProtection .resumeImport, .resumeMaintenance .resumeImport {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .privacyProtection .deleteIconWrap, .resumeMaintenance .deleteIconWrap {
        order: -1;
        margin-top: 0 !important;
    }
}

.privacyProtection .deleteIcon, .resumeMaintenance .deleteIcon {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

    .privacyProtection .deleteIcon:hover, .resumeMaintenance .deleteIcon:hover {
        border: solid 2px #dc3545 !important;
    }

@media (max-width: 991px) {
    .privacyProtection .contentSection, .resumeMaintenance .contentSection {
        margin-top: 1rem;
    }
}

@media (max-width: 768px) {
    .privacyProtection .contentSection .thumbnailWrap, .resumeMaintenance .contentSection .thumbnailWrap {
        border: none !important;
    }

    .privacyProtection .PrivacyContent, .resumeMaintenance .PrivacyContent {
        margin-top: 3rem;
    }
}

@media (max-width: 414px) {
    .privacyProtection .contentSection .thumbnailWrap, .resumeMaintenance .contentSection .thumbnailWrap {
        flex-wrap: wrap;
        padding: 0.5rem !important;
    }

        .privacyProtection .contentSection .thumbnailWrap div, .resumeMaintenance .contentSection .thumbnailWrap div {
            margin-top: 1rem;
        }
}

@media (max-width: 414px) {
    .Lanlevel .LanlevelSelectGroup {
        margin-top: 0px !important;
    }
}

@media (max-width: 414px) {
    .Lanlevel {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .uploadWrap {
        margin-top: 1rem;
        padding: 0px;
    }
}

.ResumeTitle h5 {
    border-left: solid 6px #243665;
}

.wrap {
    width: 60%;
    flex-grow: 1;
}

    .wrap h2 {
        color: #243665;
        margin-top: 2rem;
    }

    .wrap hr {
        max-width: 50px;
        height: 6px;
        background-color: #243665;
        opacity: 1;
        margin: 0 auto;
    }

    .wrap a {
        border: 2px solid #243665;
        transition: all 0.25s ease;
        cursor: pointer;
    }

@media (max-width: 768px) {
    .wrap {
        width: 95%;
        padding: 1.5rem 1rem !important;
    }

        .wrap h3 {
            font-size: 1.2rem !important;
        }

        .wrap .form-check {
            margin-top: 0.5rem;
        }
}

@media (max-width: 414px) {
    .wrap h5 {
        font-size: 1rem;
    }
}

.SitemapInnerHeader {
    background: url(../img/site\ map\ header\ img.png) no-repeat center;
    background-size: cover;
}

.siteMapTiltle {
    border-bottom: 2px solid #243665;
}

.joinUsHeaderImg {
    background: url(../img/JoinUsHeaderImg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: inherit;
    max-width: inherit;
    min-width: inherit;
    color: #fff;
}

    .joinUsHeaderImg .Imgpadding {
        padding: 14rem 21rem;
    }

.joinUsTitleOuter, .joinUsTitleImg {
    max-width: 50%;
}

.joinUsTitleImg {
    text-align: end;
}

@media (max-width: 768px) {
    .joinUsTitleOuter, .joinUsTitleImg {
        max-width: 100%;
    }
}

.joinUsReason h2 {
    margin-top: 2rem;
}

.joinUsReason hr {
    max-width: 50px;
    height: 6px;
    background-color: #243665;
    opacity: 1;
    margin: 0 auto;
}

.joinUsReason .col-md-6 {
    margin-top: 2rem !important;
}

@media (max-width: 768px) {
    .joinUsReason .col-md-6 {
        margin-top: 1rem !important;
    }
}

.joinUsReason .col-md-6 .reasonWrap {
    border-left: 4px solid #0A87AD;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

    .joinUsReason .col-md-6 .reasonWrap:hover {
        transition: all 0.3s ease-in;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
        border-left: 5px solid #0A87AD;
    }

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.contact-wrap .contactForm .col-md-6 .form-group, .contact-wrap .contactForm .col-md-12 .form-group {
    width: 100%;
}

@media (max-width: 768px) {
    .contact-wrap .contactForm .col-md-6, .contact-wrap .contactForm .col-md-12 {
        margin-bottom: 0rem !important;
    }
}

@media (max-width: 768px) {
    .contact-wrap {
        padding: 0px !important;
    }
}

.info-wrap {
    padding: 3rem;
}

@media (max-width: 414px) {
    .info-wrap {
        padding: 9rem !important;
    }
}

@media (max-width: 1024px) {
    .JoinUsHeader .col-md-2 {
        display: none;
    }
}

@media (max-width: 1024px) {
    .JoinUsHeader .joinUsTitleWrap, .JoinUsHeader .joinUsImgWrap {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .JoinUsHeader .joinUsTitleWrap, .JoinUsHeader .joinUsImgWrap {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media (max-width: 414px) {
    .JoinUsHeader .joinUsTitleWrap, .JoinUsHeader .joinUsImgWrap {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .fillFormWrap {
        margin-top: 1rem;
    }
}

@media (max-width: 912px) {
    .fillFormImg {
        padding: 14rem !important;
    }
}

@media (max-width: 768px) {
    .fillFormImg {
        padding: 12.5rem !important;
    }
}

@media (max-width: 414px) {
    .fillFormImg {
        padding: 9rem !important;
    }
}

.CanNotFindHeader {
    background: url(../img/404\ header\ img.png) no-repeat center;
    background-size: cover;
    padding: 60px 75px;
}

.CanNotFind .container {
    width: 72%;
}

    .CanNotFind .container h1 {
        font-size: 3rem;
    }

    .CanNotFind .container .link-wrap div {
        transition: all 1s ease;
        border-right: solid 1px rgba(0, 0, 0, 0.25);
    }

        .CanNotFind .container .link-wrap div a {
            text-decoration: none;
            font-size: 2.75rem;
        }

            .CanNotFind .container .link-wrap div a span {
                font-size: 1rem;
            }

@media (max-width: 414px) {
    .CanNotFind .container .link-wrap div a {
        font-size: 2rem;
    }
}

.CanNotFind .container .link-wrap div:hover {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    border-radius: 0.5rem;
}

.CanNotFind .container .link-wrap div:nth-child(4) {
    border: none;
}

@media (max-width: 414px) {
    .CanNotFind .container {
        width: 100%;
        padding: 0.5rem !important;
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: "";
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    font-weight: normal;
    font-style: normal;
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: 0.25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        opacity: 0.75;
        color: #243665;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: "←";
}

[dir=rtl] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: "→";
}

[dir=rtl] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: "slick";
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: "•";
                text-align: center;
                opacity: 0.25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: 0.75;
            color: black;
        }
/*# sourceMappingURL=all.css.map */
/* 1111會員 選擇履歷 css */
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: none;
    border-width: 0;
}

.table > tbody {
    vertical-align: middle;
}

.chooseBtn {
    background: #243665;
    color: white;
    border: none;
}

    .chooseBtn :hover {
        color: #243665;
        background: white;
        border-color: solid 1px #243665;
    }

#ContentPlaceHolder1_Panel1 {
    width: 72%;
    margin: 0 auto;
}

.jobopening_ml hr {
    max-width: 50px;
    height: 6px;
    background-color: #243665;
    opacity: 1;
    margin: 0 auto;
}

@media (max-width:576px) {
    #ContentPlaceHolder1_Panel1 {
        width: 95%;
    }
}

/* 0104 調整 rwd nav-item寬度 */
@media (max-width: 768px) {
    .navbar-nav > .nav-item {
        width: 25%;
    }
}

@media (max-width: 414px) {
    .navbar-nav > .nav-item {
        width: 40%;
    }
}
/* .benefits .container-fluid overflow hidden */
.benefits .container-fluid {
    overflow: hidden;
}
/* 最新職缺 輪播固定高度 */
.slick-initialized .slick-slide {
    min-height: 197px;
}

@media (max-width: 768px) {
    .slick-initialized .slick-slide {
        min-height: 199px;
    }
}

@media (max-width: 414px) {
    .slick-initialized .slick-slide {
        min-height: 165px;
    }
}
/* 768px時，下拉選單刪除邊框 */
@media (max-width: 768px) {
    .navbar .dropdown-menu, .navbar .dropdown-menu-len {
        text-align: center;
        border: 0;
    }
}

/* 手機時 title斷行 */
.idexTitlebr {
    display: none;
}

@media (max-width: 414px) {
    .idexTitlebr {
        display: block;
    }
}
.dotImg {
    width: 26px;
    height: 20px;
}
/*# sourceMappingURL=all.css.map */
