/* 
Theme Name: gensen_tcd050-child
Template: gensen_tcd050
*/
@charset "utf-8";

body {
    border-color: #dee2e6 !important;
    overflow-x: clip;
}

.disable-click {
    pointer-events: none;
    user-select: none;
}

main {
    margin-top: 90px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold !important;
    margin-bottom: 0 !important;
    color: #1d1d1f !important;
}

p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 0 !important;
}

a {
    text-decoration: none !important;
}

ol,
ul {
    padding-left: 0;
    margin-bottom: 0;
}

figure{
    margin: 24px 0 40px 0 !important;
}

.modal {
    --bs-modal-width: 640px !important;
}

.modal-content .share {
    display: none !important;
}

.long-link {
    word-break: break-all !important;
}

.text-main {
    color: #134FF2 !important;
}

.text-next {
    color: #6e6e73 !important;
}

.text-third {
    color: #9c9c9d !important;
}

.text-dark-custom {
    color: #1d1d1f !important;
}

.text-danger {
    color: #FF3736 !important;
}

.text-darkyellow {
    color: #bc6e00 !important;
}

.text-lightblue {
    color: #A5FFFF !important;
}

.text-lightgrey {
    color: #9c9c9d !important;
}

.border-bottom-regular {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-dashed-regular {
    border-bottom: 1px dashed #dee2e6 !important;
}

.border-primary {
    border: 1px solid #134FF2 !important;
}

.border-next {
    border: 1px solid #6e6e73 !important;
}

.border-third {
    border: 1px solid #dee2e6 !important;
}

.border-lightgrey {
    border: 1px solid #dee2e6 !important;
}

.border-lightblue {
    border: 1px solid #CCDAFF !important;
}

.border-lightyellow {
    border: 1px solid #FFE396 !important;
}

.bg-lightyellow {
    background-color: #FFF6D9 !important;
}

/* 自定义通用 */
.fs-xxs {
    font-size: 10px !important;
}

.fs-xs {
    font-size: 12px !important;
}

.fs-sm {
    font-size: 14px !important;
}

.fs-md {
    font-size: 16px !important;
}

.fs-mlg {
    font-size: 18px !important;
}

.fs-lg {
    font-size: 20px !important;
}

.fs-xl {
    font-size: 24px !important;
}

.fs-xxl {
    font-size: 32px !important;
}

.fs-xxxl {
    font-size: 40px !important;
}

.p-40 {
    padding: 40px;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-64 {
    margin-bottom: 64px !important;
}

.me-80 {
    margin-right: 80px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.btn-box-shadow {
    box-shadow: 0 4px 12px rgba(19, 79, 242, 0.2);
}

.margin-center {
    margin: 0 auto !important;
}

.bg-main {
    background-color: #134FF2 !important;
}

.bg-lightgrey {
    background-color: #f8f8f8 !important;
}

.bg-lightblue {
    background-color: #F5F7FD !important;
}

.bg-yellow {
    background-color: #FFC62B !important;
}

.bg-next {
    background-color: #6e6e73 !important;
}

.bg-bluegrey-1 {
    background-color: #f9f9fc !important;
}

.bg-bluegrey-2 {
    background-color: #f0f2f5 !important;
}

.bg-bluegrey-3 {
    background-color: #f0f4ff !important;
}

.text-normal {
    font-size: 14px !important;
}

.fixed-top-1 {
    position: sticky;
    top: 80px;
    width: 100%;
    z-index: 10;
}

.sticky-element {
    position: sticky;
}

.center-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.btn-small {
    width: fit-content !important;
    padding: 8px 16px !important;
    border-radius: 999px;
    color: #ffffff;
    font-size: 12px;
    background-color: #134FF2;
    border: none;
    transition: .2s ease;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-regular {
    width: fit-content;
    height: 48px;
    padding: 12px 24px !important;
    border-radius: 999px;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    background-color: #134FF2;
    border: none;
    transition: .2s ease;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-normal {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 200px;
    height: 64px;
    padding: 12px 24px;
    background-color: #134FF2;
    color: #ffffff;
    font-weight: bold;
    border-radius: 999px;
    border: none;
    transition: .2s ease;
}

.btn-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 56px;
    padding: 12px 24px;
    border-radius: 999px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    background-color: #134FF2;
    border: none;
    transition: .2s ease;
}

.btn-yellow {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    height: 48px !important;
    background-color: #FFC62B !important;
    font-weight: bold !important;
    border-radius: 6px !important;
    width: 100% !important;
    transition: .2s ease;
}

.btn-small:hover,
.btn-normal:hover,
.btn-regular:hover,
.btn-middle:hover {
    opacity: .8;
}

.btn-yellow:hover {
    background-color: #ffa323 !important;
}

header {
    height: 90px;
}

.nav-link {
    color: #6e6e73 !important;
    font-size: 14px !important;
}

section {
    padding: 80px 0;
}

header .nav-item {
    margin-right: 48px;
}

header .nav-item:last-child {
    margin-right: 0;
}

.single-post #article ul {
    padding-left: 0 !important;
}

.second-bar {
    background: #E8E8E8;
    height: 40px;
}

.jump-to-category {
    font-size: 12px;
    height: 26px;
    background-color: #FFC62B;
    border-radius: 999px;
    text-decoration: none;
    color: #1d1d1f;
    line-height: 26px;
    padding: 0 24px;
    transition: .2s ease;
    font-weight: bold;
}

.jump-to-category:hover {
    color: #1d1d1f !important;
    background-color: #ffa323 !important;
}

.second-bar .nav-item {
    font-size: 12px;
    padding: 0 40px;
    border-right: 1px solid #aaaaaa;
    display: flex;
    align-items: center;
}

.second-bar .nav-link i {
    transform: rotate(45deg);
    margin-left: 8px;
    font-size: 16px;
    color: #134FF2;
}

.second-bar .nav-link:hover {
    color: #134FF2 !important;
}

.nav-link {
    padding: 0 !important;
    transition: .2s ease;
}

.nav-link:hover {
    text-decoration: underline;
}

.scroll-bar {
	height: 40px;
}

.scroll-container {
	height: 40px;
}

.scroll-once {
  white-space: nowrap;
  top: 50%;
  left: 100%; 
  transform: translateY(-50%);
  animation: scroll-once 25s linear infinite;
	z-index: 1;
}


@keyframes scroll-once {
  0% {
    transform: translateX(0) translateY(-50%);
  }
  100% {
    transform: translateX(var(--scroll-distance)) translateY(-50%);
  }
}

.main-view {
    margin-top: 138px;
    background-color: #134FF2;
    background-image: url(../img/bg-image.png);
    background-size: cover;
    background-position: center;
}

.main-view .left {
    padding: 80px 0;
}

.main-view .left p span {
    position: relative;
    z-index: 1;
}

.main-view .left p span::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 2px;
    background-color: #FFC62B;
}

.main-view .right {
    height: 100%;
    max-height: 440px;
    overflow: hidden;
}

.img-group1 {
    position: absolute;
    top: -80px;
    right: 0;
}

.img-group2 {
    position: absolute;
    top: -16px;
    right: 0;
}

.main-view .right img {
    display: block;
    width: 100%;
    border-radius: 16px;
}

.card {
    box-shadow: 0px 4px 24px #245EFF12 !important;
    border-radius: 24px !important;
    border: none !important;
}

.card img {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    margin-top: 24px;
}

.card-title {
    margin-bottom: 24px !important;
    line-height: 1.5;
}

.card-text {
    font-size: 14px;
    color: #6e6e73;
}

.sp-use-case .card-container {
    margin-left: 20px;
}

.sp-use-case .card-container:last-of-type {
    margin-right: 20px;
}

.button-area {
    width: fit-content;
    margin-top: 64px;
    display: flex;
    flex-direction: column;
}

.button-area p {
    margin-bottom: 24px;
    font-weight: bold;
}

.button-area small {
    color: #6e6e73;
}

small {
    color: #9c9c9d;
}

.search-category .card {
    box-shadow: none !important;
    border: 1px solid #93B7FB !important;
    border-radius: 16px !important;
    overflow: hidden !important;
}

.search-category .card-header {
    height: 64px !important;
    background-color: #F0F4FF !important;
    display: flex !important;
    align-items: center !important;
    border-bottom: none !important;
}

.search-category .card-header h6 {
    color: #134FF2 !important;
}

.search-category .card-header img {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    margin-top: 0;
}

.search-category .card-header img {
    fill: #134FF2;
}

.search-category .card-header h6 {
    color: #134FF2;
}

.search-category .card-text {
    padding: 0;
    margin-bottom: 16px !important;
    background-color: #fcfcfd !important;
}

.search-category .card-text:last-child {
    margin-bottom: 0 !important;
}

.search-category .card-text a:hover {
    text-decoration: underline !important;
}

.subcategory h6 .arrow-icon {
    transition: transform .3s ease;
}

.subcategory h6.active .fa-sort-down,
.subcategory h6 .fa-sort-down.expanded {
    transform: rotate(180deg);
}

.subcategory .fa-sort-down::before {
    position: relative;
    bottom: 3px;
}

.category-section .service-item:hover {
    background-color: #F5F7FD !important;
    border: 1px solid #B2C7FF !important;
}

.marumarusan-about img {
    max-width: 390px;
}

.marumarusan-about .right {
    max-width: 728px;
}

.marumarusan-strengths .card {
    position: relative;
}

.marumarusan-strengths .card .strength-point {
    position: absolute;
    width: 56px;
    height: 56px;
    background-color: #A5FFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 40px;
    top: -28px;
}

.marumarusan-strengths .card .strength-point span {
    font-size: 48px;
    font-weight: bold;
    color: #134FF2;
    position: absolute;
    bottom: -32px;
}


.marumarusan-strengths .card-header {
    border-bottom: none;
    background-color: transparent;
    text-align: center;
    padding-top: 64px;
}

.marumarusan-strengths .card-header h3 {
    color: #134FF2 !important;
    font-size: 24px;
}

.marumarusan-strengths .card-header p {
    font-size: 14px;
    font-weight: bold;
}

.marumarusan-strengths .feature-card-body {
    padding: 16px 40px 40px 40px;
}

.step {
    position: relative;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    background-color: transparent;
}

.step:last-child {
    margin-bottom: 0;
}

.step .icon {
    align-items: center;
    justify-content: center;
    width: 104px;
    height: 104px;
    min-width: 104px;
    min-height: 104px;
    border: 2px dashed #dee2e6;
    border-radius: 50%;
    background: #fff;
    color: #134FF2;
    font-weight: bold;
    font-size: 20px;
    margin-right: 24px;
}

.step .icon2 {
    position: absolute;
    align-items: baseline;
    color: #134FF2;
    font-weight: bold;
    font-size: 20px;
}

.step .icon small,
.step .icon2 small {
    color: #9c9c9d;
    font-size: 12px;
    margin-right: 4px;
}

.step .right {
    border-radius: 999px;
}

.step h5 {
    margin-bottom: 16px !important;
}

.step p {
    color: #6e6e73;
    font-size: 14px;
    margin-bottom: 0;
}

.step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 52px;
    top: 50%;
    height: 100%;
    border-left: 2px dashed #dee2e6;
    z-index: -1;
}

.step:last-child::after {
    display: none;
}

.company-info .main-container {
    margin-top: 64px;
    border-radius: 24px;
}

.company-info h2 {
    margin-bottom: 128px;
}

.company-img {
    position: relative;
}

.company-img img {
    position: absolute;
    left: -104px;
    top: -64px;
    width: 100%;
    border-radius: 12px;
}



.info-container {
    max-width: 520px;
    padding: 80px 0;
}

.info-container h4 {
    color: #134FF2 !important;
    margin-bottom: 40px !important;
}

.info-list-item {
    display: flex;
    flex-direction: row;
    padding: 16px 0;
    border-bottom: 1px dashed #D3DFFF;
}

.info-list-item .left {
    font-size: 14px;
    width: 160px;
    min-width: 160px;
    color: #6e6e73;
}

.info-list-item .right {
    font-size: 14px;
}

.info-list-item a {
    color: #134FF2;
}

.info-list-item a:hover {
    text-decoration: underline !important;
    color: #134FF2;
}

.corporate-site {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}

.corporate-site .main-container {
    position: relative;
}

.corporate-site .content-area {
    background-color: #134FF2;
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
    padding-left: 104px;
}

.corporate-site .content-area h2 {
    color: #ffffff !important;
}

.corporate-site .content-area .btn-primary {
    width: 232px;
    height: 64px;
    background-color: transparent;
    color: #A5FFFF;
    font-weight: bold;
    border: 1px solid #A5FFFF;
    border-radius: 999px;
    box-shadow: none;
    cursor: pointer;
}

.corporate-site .image-area img {
    height: 260px;
    margin: 40px 0;
    border-radius: 999px;
}

.corporate-site .bg-area {
    position: absolute;
    width: 100%;
    height: calc(100% - 160px);
    background-color: #134FF2;
    z-index: -1;
    left: 50%;

}

.faq-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
}

.faq {
    display: flex;
    flex-direction: column;
}

.faq-question {
    margin-bottom: 16px;
}

.faq-question,
.faq-answer {
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
}

.faq-answer {
    align-items: flex-start;
}

.faq-question span,
.faq-answer span {
    font-weight: bold;
    color: #ffffff;
    margin-right: 16px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-question span {
    background-color: #134FF2;

}

.faq-answer span {
    background-color: #59F4FF;
}

.faq-answer p {
    border-radius: 16px;
    background-color: #F0F4FF;
    border: 1px solid #B2C7FF;
    padding: 16px;
    width: 100%;
}

.footer-section {
    padding: 0;
    font-size: 14px;
    background-color: #f8f8f8;
    border-top: 1px solid #dee2e6;
}

.footer-section a {
    text-decoration: none;
}

.footer-section .logo-area {
    padding: 80px 0;
}

.footer-list {
    height: 100%;
    border-left: 1px solid #dee2e6;
    padding: 80px 0 80px 24px;
    margin-bottom: 0;
}

.footer-list li {
    margin-bottom: 16px;
}

.footer-list li:last-child {
    margin: 0;
}

.copyright {
    padding: 16px 0;
    border-top: 1px solid #dee2e6;
}

.breadcrumb-container {
    height: 32px;
    margin-top: 90px;
    border-top: 1px solid #dee2e6;
}

.breadcrumb {
    font-size: 12px;
    line-height: 32px;
}

.breadcrumb-item a {
    color: #9c9c9d;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #1d1d1f;
}

.contact-container {
    position: relative;
    min-height: 320px;
}

.contact-container .button-area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0;
}

.content-area {
    overflow-y: auto;
}

.sidebar {
    /* margin-top: 24px; */
    position: sticky;
    top: 80px;
    padding-right: 20px;
    height: calc(100vh - 80px);
    overflow-y: scroll;
    padding-bottom: 400px;
}

.sidebar .accordion-item {
    border: none;
    margin-bottom: 0;
}

.sidebar .accordion-item:last-child {
    margin-bottom: 0;
}

.sidebar .accordion-header {
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden;
    /* height: 48px; */
    padding: 16px 0;
    background-color: #ffffff;
    font-size: 15px !important;
    border-bottom: 1px solid #f2f5f9;
    border-top: 1px solid #f2f5f9;
}

.sidebar .accordion-header .icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.sidebar .accordion-header .icon i {
    font-size: 22px;
    height: auto;
    color: #134FF2;
}

.sidebar .accordion-body .fa-sort-down {
    transition: transform .3s ease;
}

.sidebar .fa-sort-down::before {
    position: relative;
    bottom: 3px;
}

.sidebar .accordion-body .fa-sort-down.expanded {
    transform: rotate(180deg);
}

.sidebar .accordion-button:not(.collapsed) {
    color: #1d1d1f;
    background-color: transparent;
    box-shadow: none;
}

.sidebar .accordion-body {
    padding: 0;
}

.sidebar .accordion-body ul {
    margin: 8px 0;
}

.sidebar .accordion-body ul li {
    margin-bottom: 16px !important;
}

.sidebar .accordion-body ul li ul li {
    margin-bottom: 8px !important;
}

.sidebar .accordion-body ul li a {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    color: #6e6e73;
    align-items: center;
    transition: .2s ease;
    background-color: #fcfcfd;
}

.sidebar .accordion-body li:last-child {
    margin-bottom: 0 !important;
}

.sidebar .accordion-body ul li ul li a:hover {
    background-color: #F5F7FD;
    border: 1px solid #B2C7FF;
}

.service-category.current {
    color: #134FF2 !important;
    border: 1px solid #B2C7FF !important;
    background-color: #F0F4FF !important;
}

#sidebarContent .top {
    margin-bottom: 40px;
}

#sidebarContent .top p {
    color: #6e6e73;
}

#sidebarContent .company-card {
    display: block;
    text-decoration: none;
    margin-bottom: 40px;
}

#sidebarContent .company-card:last-child {
    margin-bottom: 0;
}

#sidebarContent .company-card:hover .card {
    background-color: #edf0fe;
    transition: .2s ease;
}

#sidebarContent .card {
    box-shadow: none;
    border-radius: 24px;
    padding: 40px;
    border: 1px solid #B2C7FF;
    background-color: #F5F7FD;
}

#sidebarContent .card .card-body {
    padding: 0;
}

#sidebarContent .card h5 {
    color: #134FF2 !important;
}

#sidebarContent .company-card:hover .card h5 {
    text-decoration: underline;
}

.company-card .service-container {
    border-bottom: 1px dashed #dee2e6;
}

.company-card .service-list a {
    padding: 4px 8px !important;
}

.company-card {
    position: relative;
}

.company-card .our-partner {
    position: absolute;
    top: 0;
    right: 0;
}

.company-card .our-partner img {
    height: 64px;
}

#sidebarContent .card p {
    color: #6e6e73;
    font-size: 12px;
}

.features-list .badge {
    background-color: #11CEBF;
    font-weight: normal;
    border-radius: 4px;
    margin-right: 8px;
    padding: 6px 12px;
}

.features-list .badge:last-child {
    margin-right: 0;
}

.company-logo {
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    border-radius: 8px;
    margin: 0;
    border-radius: 8px;
    /* background-color: #ffffff; */
    position: relative;
    overflow: hidden;
    padding-bottom: 0 !important;
}

.company-logo img,
#previous_next_post_image .image img {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    min-height: auto;
}


.service-list .badge {
    background-color: transparent;
    font-weight: normal;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 4px;
    padding: 6px 12px;
    border: 1px solid #134FF2;
    color: #134FF2;
}

.service-list .badge:last-child {
    margin-right: 0;
}

.table {
    margin-bottom: 0 !important;
    --bs-table-bg: transparent;
    border-color: #dee2e6;
    font-size: 12px;
    border-collapse: collapse;
    border-spacing: 0;
}

.table td {
    padding: 8px 16px;
    color: #1d1d1f;
}

.pagination {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin: 80px 0;
}

.page-item {
    margin: 0 8px;
}

.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #134FF2;
    color: #134FF2;
}

.page-item.active .page-link {
    background-color: #134FF2;
    color: #ffffff;
}

.page-link:hover {
    background-color: #F5F7FD;
    border: 1px solid #B2C7FF;
}

.company-info-container {
    position: relative;
    padding: 40px 0 0 0;
}

.company-info-container .our-partner {
    position: absolute;
    top: 0;
    right: 0;
}

.company-info-container .our-partner img {
    height: 64px;
}

.company-info-container .bg-back {
    position: absolute;
    background: linear-gradient(to bottom, #dce6ff, #F5F7FD);
    width: 100%;
    height: 80px;
    top: 0;
}

.company-info-container .company-logo {
    width: 128px !important;
    height: 128px !important;
    min-width: 128px !important;
    min-height: 128px !important;
}

.company-logo {
    background-color: #ffffff;
}

.company-info-container .company-info {
    margin-bottom: 0;
    align-items: center;
}

.top-nav {
    padding-top: 24px;
    position: sticky;
    top: 80px;
    margin-bottom: 80px;
    z-index: 10;
}

.top-nav-list {
    display: flex;
}

.top-nav .nav-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #9c9c9d !important;
    font-size: 14px;
    padding: 0 16px 8px 16px !important;
    transition: .2s;
    margin-right: 24px;
    border-bottom: 2px solid transparent;
    font-weight: 500;
    font-weight: bold;
}

.top-nav .nav-link:last-child {
    margin-right: 0;
}

.top-nav .nav-link i {
    margin-right: 8px;
    font-size: 16px;
}

.top-nav .nav-link:hover {
    color: #134FF2 !important;
    border-bottom: 2px solid #134FF2;
}

.nav-link.active {
    color: #134FF2 !important;
    border-bottom: 2px solid #134FF2 !important;
}

.company-detail {
    margin-bottom: 80px;
    scroll-margin-top: 180px;
}

.no-content {
    color: #9c9c9d;
}

.company-detail h3 {
    padding-bottom: 8px;
    border-bottom: .5px dashed #6e6e73;
    margin-bottom: 40px !important;
}

.company-detail h6 {
    margin-bottom: 24px !important;
}

.company-detail .company-intro {
    margin-bottom: 40px !important;
}

.company-detail .info-list-item {
    border-bottom: 1px dashed #dee2e6;
}

.company-detail .info-list-item:first-child {
    border-top: 1px dashed #dee2e6;
}

.related-talent-container h3 {
    padding-bottom: 8px;
    border-bottom: .5px dashed #6e6e73;
}

.related-talent-container .talent-item-inner,
#talent_list .talent-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    border-radius: 16px;
    background-color: #f9fafd;
    padding: 24px 0;
    border: 1px solid #f2f5f9;
    height: 100%;
}

.related-talent-container .talent-item-inner h6{
    margin-bottom: 8px !important;
}

.related-talent-container .round-image img,
#talent_list .round-image img {
    border-radius: 50%;
    width: 110px;
    height: 110px;
    object-fit: cover;
    overflow: hidden;
}

.company-card .related-talent-container .talent-item {
    background-color: #fefeff;
    border-radius: 12px;
    /* border: 1px solid #f2f5f9; */
    padding: 24px 0;
    text-align: center;
    box-shadow: 0 2px 10px #f1f6fe;
}

.company-card .related-talent-container .round-image img {
    width: 90px;
    height: 90px;
}

.company-card .related-talent-container a {
    padding: 0 !important;
}

.hidden-talent {
    display: none;
}

#toggleTalent {
    cursor: pointer;
}

.sidebar {
    margin-bottom: 80px;
}

.cv-sidebar .cv-container {
    position: sticky;
    top: 180px;
    z-index: 9;
}

.cv-sidebar .cv {
    width: 100%;
    background-color: #F5F7FD;
    /* border: 1px solid #B2C7FF; */
    border-radius: 16px;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.cv-sidebar .cv .company-logo {
    margin-bottom: 24px;
}

.cv-sidebar .btn {
    width: 100%;
}

.achievement-img {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.achievement-img:hover span {
    text-decoration: underline;
}

.achievement-img div {
    height: 180px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f2f5f9;
    background-color: #f9fafd;
    /* padding: 5%; */
}

.achievement-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    color: #1d1d1f;
}

#expertiseArea p {
    margin-bottom: 8px !important;
}

#expertiseArea .p-normal {
    margin-bottom: 16px;
}

#expertiseArea .p-normal:last-child {
    margin-bottom: 0;
}

.attract-main-view {
    background-image: url('https://003.works/wp-content/uploads/2024/04/shakehands.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    position: relative;
}

.attract-main-view .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.attract-main-view .left,
.attract-main-view .right {
    position: relative;
    z-index: 9;
}

.attract-main-view .left h1 span {
    position: relative;
    z-index: 1;
}

.attract-main-view .left h1 span::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 6px;
    left: 0;
    bottom: 4px;
    background-color: #FFC62B;
}

.attract-main-view .left h1 {
    line-height: 1.5;
}

.attract-main-view .right {
    background-color: #F5F7FD;
    border-radius: 24px;
    padding: 32px;
}

label {
    font-size: 14px !important;
    font-weight: bold !important;
    margin-bottom: 8px !important;
    color: #1d1d1f !important;
}

.um-field-label {
    margin-bottom: 0 !important;
}

.attract-main-view .right input {
    margin-bottom: 8px;
    height: 40px;
    padding: 8px 16px;
}

.attract-main-view .right input::placeholder {
    font-size: 14px;
    color: #9c9c9d;
}

.why-us .question-bubble {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background-color: #ffffff;
    border-radius: 999px;
    box-shadow: 0 4px 16px #EBF3FF;
    font-weight: bold;
}

.why-us .right {
    margin-left: -48px;
}

.why-us .banner {
    height: 100px;
    background-color: #C3ECFF;
    line-height: 100px;
    text-align: center;
    position: relative;
}

.why-us .banner img {
    max-width: 280px;
    position: absolute;
    top: -90%;
    left: 50%;
    transform: translate(-50%);
}

.strength-pic {
    background-color: #ffffff;
    max-height: 320px;
    padding: 16px;
    border-radius: 24px;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.strength-pic img {
    max-height: 280px;
    object-fit: contain;
}

.our-strength h4 {
    padding-bottom: 16px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 24px !important;
}

.our-strength p {
    color: #6e6e73;
}

.our-strength label {
    font-size: 24px;
    font-weight: bold;
    color: #C3ECFF;
    margin-bottom: 40px;
}

.our-strength label span {
    font-size: 40px;
    color: #134FF2;
    margin-left: 8px;
}

section.request-document {
    position: relative;
    z-index: 1;
}

section.request-document .bg {
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
}

section.request-document .bg img {
    height: 100%;
}

section.request-document {
    background-color: #0a1744;
}

section.request-document label {
    height: 20px;
    font-size: 12px;
}

section.request-document input {
    height: 40px;
}

section.request-document input::placeholder {
    font-size: 14px;
    color: #9c9c9d;
}

section.request-document h2 span {
    position: relative;
    z-index: 1;
}

section.request-document h2 span::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 4px;
    background-color: #FFC62B;
}

.request-document-img {
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    border: 2px solid #ffffff;
    overflow: hidden;
    position: relative;
}

.request-document-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section {
    scroll-margin-top: 120px;
}

.login-form h4 {
    border-bottom: 2px solid #1d1d1f;
}

.login-form .form-control::placeholder {
    font-size: 14px;
    color: #9c9c9d;
}

.modal {
    width: 100% !important;
}

.modal-dialog {
    width: 94% !important;
    max-width: 648px !important;
    margin: 0 auto !important;
    margin-top: 40px !important;
}

.custom-modal,
.custom-modal .modal-content {
    border-radius: 16px !important;
    overflow: hidden;
}

.custom-modal .modal-footer {
    border: none !important;
}

.custom-modal .modal-header {
    position: relative;
}

.custom-modal .btn-close {
    position: absolute;
    right: 24px;
    top: 32px;
}

.login-title {
    border-bottom: 2px solid #1d1d1f;
}

.nsl-container {
    width: fit-content !important;
}

div.nsl-container .nsl-container-buttons,
div.nsl-container-block .nsl-container-buttons a {
    padding: 0 !important;
    margin: 0 !important;
}

div.nsl-container .nsl-button-default div.nsl-button-label-container {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 14px !important;
}

.login-icon-list {
    display: flex;
    flex-direction: row;
    max-width: 600px;
    margin: 0 auto;
}

.centered-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    font-size: 12px;
    color: #dee2e6;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 24px;
}

.centered-text::before,
.centered-text::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #dee2e6;
    margin: 0 10px;
}

.centered-text span {
    white-space: nowrap;
    text-align: center;
}


.login-icon-list .login-button {
    border-radius: 4px;
    background-color: #06C755;
}

.button-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.button-logo-container {
    font-size: 38px;
    margin: 1px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-logo-container img {
    width: 26px;
    height: 26px;
}

.button-label-container {
    padding: 8px 24px 8px 12px;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.button-label-container a {
    color: #fff !important;
    font-size: 14px !important;
}

.form-container {
    border: 1px solid #edf0f4;
    text-align: left;
    margin: 0 auto;
    background-color: #fafafa;
    border-radius: 8px;
    max-width: 480px;
}

.user-accept-order-info {
	text-align: center;
}

.user-accept-order-info .table-container {
    position: relative;
}

.user-accept-order-info .table-container td {
    vertical-align: middle !important;
}

.user-accept-order-info .table-container td .badge {
    font-weight: normal;
    background-color: transparent;
    color: #6e6e73;
    border-radius: 2px;
    border: 1px solid #dee2e6;
    font-size: 10px;
}

.user-accept-order-info table img {
    max-width: 40px;
}

/* .fixed-col {
    position: sticky;
    right: 0;
    background-color: white;
} */

.user-role-badge {
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 4px;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 12px;
    color: #134FF2;
    background-color: #d3ddf9;
}

#company-study-cases-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.company-study-case {
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(50% - 16px);
    border: 1px solid #ddd;
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 4px;
    box-sizing: border-box;
    max-width: calc(50% - 8px);
}

.company-study-case .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.company-study-case img {
    max-width: 50%;
    height: auto;
    margin-bottom: 10px;
}

.upload-image-button {
    margin-bottom: 10px;
}

.remove-case-button {
    align-self: flex-end;
}

.edit-top {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
}

.user-page-card {
    /* box-shadow: none !important; */
    border-radius: 12px !important;
    /* background-color: #F8F8F8 !important;
    border: 1px solid #edf0f4 !important; */
    background-color: #ffffff !important;
    /* border: 1px solid #e7eaf3 !important; */
    overflow: hidden;
    box-shadow: 0 3px 20px rgba(218, 225, 230, 0.1) !important;
}

.user-page-card .card-header {
    background-color: #f9f9fc !important;
}

.user-page-card .user-page-thumbnail {
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-page-thumbnail img {
    width: 100%;
    height: auto;
    margin-top: 0;
}

.user-page-card .item-info {
    width: calc(100% - 80px - 16px);
}

.user-page-card .simplefavorite-button {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    border-color: #dee2e6;
}

/* .user-page-card .simplefavorite-button.active {
    background-color: #ffedbb;
} */

.user-page-card .simplefavorite-button i {
    color: #6e6e73 !important;
}

.user-page-card .simplefavorite-button.active i {
    color: #ffad1b !important;
}

.category-list .badge {
    font-size: 10px !important;
    padding: 4px !important;
    border-radius: 3px !important;
    color: #6e6e73 !important;
    font-weight: normal !important;
    /* background-color: #e8eeff !important; */
    border: 1px solid #dee2e6;
}

.user-contact-table .card-body .post-info a {
    background-color: #eaeaea;
}

.user-contact-table .card-body .post-info img {
    width: 48px;
    height: 48px;
    margin: 0 !important;
    margin-right: 16px !important;
    border-radius: 4px;
}

/* 修改tcd本身的css ------------------------------------------------------ */
.clearfix:after {
    overflow: visible;
}

#main_col {
    width: 100% !important;
    max-width: 100% !important;
}

#return_top {
    bottom: 64px !important;
}

.inner {
    /* max-width: 1248px !important; */
    padding-left: 12px !important;
    padding-right: 12px !important;
}

#global_menu>ul {
    padding-left: 0;
}

#global_menu ul ul a:hover,
#global_menu ul ul .current-menu-item>a {
    background-color: #6e6e73 !important;
    color: #fff !important;
}

#main_col {
    padding: 0 !important;
    margin: 0 !important;
}

.header_search_keywords ul.search_keywords_operator {
    width: 90px;
}

#breadcrumb {
    height: 40px;
    padding: 0 !important;
    border-bottom: 1px solid #dee2e6;
    border-bottom: none;
    /* border-top: 1px solid #dee2e6; */
    overflow: visible !important;
}

#breadcrumb ul {
    height: 40px !important;
    line-height: 36px;
    overflow: visible !important;
}

#breadcrumb li,
#breadcrumb li a,
#breadcrumb li span,
#breadcrumb li.home a:before {
    color: #9c9c9d !important;
}

#breadcrumb li:last-child,
#breadcrumb li:last-child a,
#breadcrumb li:last-child span {
    color: #1d1d1f !important;
}

.rich_font {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: bold !important;
}

#header {
    position: sticky !important;
    top: 0;
    z-index: 100 !important;
}

.has_header_content #header_top {
    border-bottom: none;
}

#header_top .inner {
    height: 80px !important;
    min-height: 80px !important;
}

#header_logo .logo,
#header_logo_fix .logo {
    height: 80px !important;
    line-height: 80px !important;
    font-size: 24px !important;
    font-weight: bold !important;
    display: flex !important;
    align-items: center;
}

#header_logo,
#header_logo,
#header_logo_fix {
    max-height: 80px !important;
}

#header_logo img,
#header_logo_fix img {
    max-height: 36px !important;
}

#header_top #header_logo a {
    display: flex !important;
    align-items: center !important;
}

#header_top #header_logo a:hover {
    color: #1d1d1f !important;
}

#global_menu>ul>li>a {
    height: 80px;
    line-height: 80px;
    font-size: 14px;
}

a.menu_button,
a.search_button {
    height: 80px !important;
}

a.menu_button:before,
a.search_button:before {
    top: 50% !important;
    transform: translate(0, -50%) !important;
}

#global_menu>ul>li>ul {
    top: 80px;
}

#global_menu ul ul {
    padding-left: 0;
}

#header_slider {
    height: 720px;
}

.slick-list,
.slick-track {
    height: 100%;
}

#header_slider .item {
    height: 100%;
}

#header_slider img {
    height: 100%;
}

#header_slider .caption {
    text-align: left;
    padding: 0 !important;
}

#header_slider .item .img-container {
    position: relative;
}

#header_slider .right-pic {
    position: relative;
}

#header_slider .right-pic img {
    width: 100%;
    height: auto;
}

#header_slider .caption .button {
    font-weight: bold;
    padding: 0 24px !important;
    min-width: 224px !important;
}

.home-default #main_col {
    margin-top: 0 !important;
}

#header_search,
#index_header_search {
    background-color: #001962cc !important;
    position: relative;
    z-index: 20;
    padding: 16px 0;
}

#header_search_submit {
    background: #134FF2 !important;
    font-weight: bold !important;
    transition: .2s ease;
}

#header_search_submit:hover {
    background-color: #0d37aa !important;
}

#footer_contents {
    text-align: left;
    color: #6e6e73;
}

.footer-logo-content {
    padding: 80px 0;
}

.footer_widget {
    margin-bottom: 0;
}

#footer_widget {
    padding: 0;
    border-bottom: 0;
}

.footer_widget.widget_nav_menu {
    width: 100%;
    border-left: 1px solid #dee2e6;
    padding: 80px 0 80px 24px;
}

#footer_widget.footer_widget_type2 .widget_nav_menu {
    width: 50%;
}

#footer_contents a {
    color: #6e6e73;
}

#footer_info {
    background-color: #f8f8f8;
    padding: 0 !important;
}

#footer_logo .logo_text a {
    color: #1d1d1f;
}

#footer_logo .logo img {
    max-height: 64px !important;
}

.dp-footer-bar {
    margin-bottom: 0 !important;
    padding-bottom: 16px !important;
}

#copyright {
    margin-top: 0 !important;
    font-size: 12px;
    width: 100%;
    text-align: center;
    position: static !important;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    padding: 24px !important;
    background: #f8f8f8 !important;
    color: #6e6e73 !important;
}

.archive_header {
    position: sticky;
    top: 80px;
    padding: 0 !important;
    padding-bottom: 24px !important;
    background-color: #ffffff;
    z-index: 10;
    border-bottom: none !important;
}

.archive_header .headline {
    font-size: 24px;
}

.archive_header button {
    font-size: 14px;
    transition: .2s ease;
}

.archive_header button:hover {
    color: #134FF2 !important;
}

.archive_header .fa-arrow-right-arrow-left {
    transform: rotate(90deg);
}

.archive_sort {
    margin-bottom: 8px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    overflow: hidden;
}

.archive_sort dd {
    margin-bottom: 0;
    border: none;
}

.archive_sort dt {
    line-height: 48px;
}

.archive_sort dd a {
    height: 40px;
    line-height: 40px;
    border: none;
    border-right: 1px solid #dee2e6;
    color: #6e6e73;
}

.archive_sort dd:last-child a {
    border-right: none;
}

.archive_sort dd a.active,
.archive_sort dd a:hover {
    background: #134FF2 !important;
    color: #fff !important;
}

.custom_search_results .page_navi2 {
    margin: 16px 0 !important;
}

#left_col,
#side_col {
    width: 100% !important;
}

#post_list2 {
    margin: 0 !important;
}

#post_list2 .article {
    border-radius: 16px;
    margin-bottom: 24px !important;
    /* background: #f5f7fd; */
    background-color: #f9fafd;
    border: 1px solid #f2f5f9 !important;
    overflow: hidden;
    padding: 32px;
}

#post_list2 .article .image {
    background-color: #ffffff;
}

#post_list2 .article a {
    padding: 0;
    transition: .2s ease;
    display: inline-flex !important;
}

.badge:hover,
#post_list2 .article a:not(.btn-regular):hover,
#post_list2 .article a:hover img {
    opacity: .75 !important;
}

#post_list2 .article .company-info {
    border-bottom: 1px dashed #dee2e6;
}

#post_list2 .article .company-intro {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

#post_list2 .article .info .company-intro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}


#post_list2 .article .title {
    font-size: 20px;
    transition: .2s ease;
}

#post_list2 .article .excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

#post_list2 .article .meta {
    margin-bottom: 0;
}

ul.meta li.cat a,
ul.meta li.cat>span {
    padding: 0 12px;
    margin-right: 8px;
    border-radius: 4px;
}

#article ul .post_tag a {
    font-size: 12px !important;
    color: #134FF2 !important;
}

#article ul .post_tag a:hover {
    text-decoration: underline !important;
}

#related_post{
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

#related_post li .image {
    border-radius: 8px;
    padding-top: 100% !important;
    background-color: #f9fafd;
    border: 1px solid #f2f5f9 !important;
}

#related_post li .image img {
    top: 50% !important;
    transform: translate(0, -50%) !important;
}

#header_search {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

#header_search,
#index_header_search {
    background-color: transparent !important;
}

.chosen-container-single .chosen-single,
.header_search_inputs select {
    border-radius: 6px !important;
    height: 48px !important;
    border: 1px solid #dee2e6 !important;
    line-height: 48px !important;

}

.header_search_keywords ul.search_keywords_operator {
    height: 48px !important;
    display: none !important;
}

.header_search_keywords ul.search_keywords_operator li.active {
    background: #dee2e6 !important;
}

.header_search_keywords ul.search_keywords_operator li {
    height: 24px !important;
    border: 1px solid #dee2e6 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header_search_submit {
    border-radius: 999px !important;
    border: none !important;
}

.header_search_inputs input,
.header_search_inputs select {
    height: 48px !important;
}

#header_search_keywords {
    border: 1px solid #dee2e6 !important;
    border-radius: 6px !important;
}

.header_search_keywords ul.search_keywords_operator {
    border-radius: 0 6px 6px 0
}

ul.page-numbers a:hover {
    color: #ffffff !important;
    background-color: #134FF2 !important;
    border: 1px solid #134FF2 !important;
}

ul.page-numbers a,
ul.page-numbers span {
    background: transparent !important;
    border: 1px solid #dee2e6 !important;
    color: #1d1d1f !important;
    border-radius: 4px;
    height: 40px;
}

ul.page-numbers span.current {
    background: #134FF2 !important;
    border: 1px solid #134FF2 !important;
    color: #ffffff !important;
}

.page_navi2 p {
    color: #1d1d1f !important;
    border: none !important;
    border-radius: 4px;
    padding: 0 !important;
}

.archive_sort dt {
    background-color: #e8e8e8 !important;
    color: #9c9c9d;
}

.post_content td,
.post_content th {
    border: 1px solid #dee2e6 !important;
}

#related_post li {
    border-color: #dee2e6 !important;
    padding: 24px;
    width: 50% !important;
}

#related_post li a {
    display: flex !important;
    align-items: center;
    padding: 0;
    transition: .2s ease;
}

#related_post li a:hover .title {
    text-decoration: underline;
    color: #134FF2 !important;
}

#related_post li:nth-child(-n+3) {
    border-top: none;
}

#related_post li:nth-child(-n+2) {
    border-top: 1px solid #dee2e6;
}

#related_post li .image {
    margin: 0 !important;
    padding: 0 !important;
    width: 80px !important;
    height: 80px !important;
    min-width: 80px;
    margin-right: 16px !important;
}

#related_post li .title {
    height: auto;
    width: calc(100% - 80px - 16px);
}

#related_post li .title {
    height: auto;
    width: calc(100% - 80px - 16px);
}

#related_post .headline {
    font-size: calc(1.3rem + .6vw) !important;
}

.cb_content{
    padding: 160px 0 !important;
}

.cb_headline{
    font-size: 2rem !important;
    margin-bottom: 8px !important;
}

.cb_desc{
    color: #134FF2 !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

#introduce_list{
    margin-top: 64px !important;
}

#introduce_list .image{
    border-radius: 12px !important;
}

#introduce_list a{
    color: #134FF2 !important;
}

#introduce_list a:hover p.more{
    text-decoration: underline !important;
}

.single-introduce #article #post_image{
    margin-bottom: 24px !important;
}

.single-introduce #article #post_date{
    margin: 16px 0;
}

.single-introduce .post-container{
    border-right: 1px solid #dee2e6;
    padding-right: 40px;
}

.single-introduce .sidebar-container{
    padding-left: 40px;
}

.single-introduce #left_col{
    padding-bottom: 160px;
}

.single-introduce #right_col{
    position: sticky;
    top: 80px;
}

.single-introduce .introduce-post-list .post-thumbnail{
    position: relative;
    width: 90px;
    height: 90px;
    overflow: hidden;
}

.single-introduce .introduce-post-list .post-thumbnail img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none; /* 确保图片不被缩放 */
    width: auto;
    height: 100%;
}

.single-introduce .introduce-post-list .introduce-list-title{
    width: calc(100% - .5rem - 90px);
}

.single-introduce .introduce-post-list .post-item:last-child{
    border-bottom: none !important;
}

.single-introduce .introduce-post-list .post-item:hover{
    background-color: #f6f6f6;
}

.single-introduce #post_title{
    line-height: 1.5 !important;
}

.single-introduce .post_content h2{
    font-size: 1.5rem !important;
    padding-bottom: 8px !important;
    margin-bottom: 24px !important;
    margin-top: 40px !important;
    border-bottom: 2px solid #34c4ff !important;
    border-left: 4px solid #34c4ff !important;
    padding-left: 8px !important;
}

.single-introduce .post_content h3{
    padding-bottom: 4px !important;
    margin-bottom: 24px !important;
    border-bottom: 1px dashed #1d1d1f !important;
    border-left: 4px solid #1d1d1f !important;
    margin-top: 40px !important;
    padding-top: 0 !important;
    padding-left: 8px !important;
}

.single-introduce .post_content table{
    margin-bottom: 10px !important;
}

.single-introduce .post_content p{
    font-size: 16px !important;
    margin-bottom: 24px !important;
    line-height: 2 !important;
}

.single-introduce .post_content a{
    text-decoration: underline !important;
}

.single-introduce .post_content .ez-toc-list a{
    text-decoration: none !important;
}

.single-introduce .wp-block-group{
    padding: 24px !important;
    background-color: #f7f8f9 !important;
    margin-bottom: 24px !important;
}

.single-introduce .post_content ol,
.single-introduce .post_content ul{
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding-left: 24px !important;
}

.single-introduce .post_content .ez-toc-list-level-1{
    padding-left: 0 !important;
}

.single-introduce .post_content li{
    font-size: 14px !important;
    margin-bottom: 8px !important;
}

.single-introduce .post_content li:last-child{
    margin-bottom: 0 !important;
}

.introduce_list_col .info .title{
    font-size: 18px !important;
    margin-bottom: 16px !important;
}

.introduce_list_col .info .excerpt{
    color: #6e6e73 !important;
}

/* end. 修改tcd本身的css ------------------------------------------------------ */

/* 修改bootstrap的css ------------------------------------------------------ */

#categoriesModal .modal-header,
#categoriesModal .modal-body {
    padding: 24px;
}

#categoriesModal .parent-category-item {
    margin-bottom: 24px;
}

#categoriesModal .parent-category-item:last-child {
    margin-bottom: 0;
}

#categoriesModal .submenu {
    padding-left: 0 !important;
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
}

#categoriesModal .submenu .badge {
    padding: 4px 8px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background-color: transparent !important;
    font-weight: normal;
    color: #6e6e73;
    margin-bottom: 4px;
}

.modal-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal-img {
    width: 100%;
    text-align: center;
    top: 0;
}

.modal-img img {
    max-width: 320px;
}

.modal-footer>* {
    margin: 0 !important;
}

#profileTab {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 24px;
    background-color: #ffffff;
    position: sticky;
    top: 80px;
    z-index: 70;
}

#profileTab .nav-item {
    width: 160px;
    text-align: center;
}

#profileTab .nav-link {
    padding: 16px 0 8px 0 !important;
    border: none !important;
    display: flex;
    flex-direction: column;
}

#profileTab .nav-link i {
    font-size: 18px;
    margin-bottom: 4px;
}

#profileTab .nav-link span {
    font-size: 9px;
}

#profileTab .nav-link.active {
    border-bottom: 2px solid !important;
    font-weight: bold;
}

.user-contact-list .card {
    /* box-shadow: none !important; */
    border: 1px solid #edf0f4 !important;
    border-radius: 12px !important;
    background-color: #f8f8f8;
}

.user-accept-order-info img {
    max-width: 220px;
    height: auto;
}

.offcanvas-sidemenu {
    z-index: 1090 !important;
}

.offcanvas-talent {
    width: 80% !important;
    max-width: 720px !important;
    z-index: 1090 !important;
}

.talent-container .talent-image img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
}

.talent-container dl {
    display: grid;
    grid-template-columns: max-content auto;
    gap: 10px;
    margin-bottom: 0 !important;
}

.talent-container dd,
.talent-container dt {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
    padding: 4px 0;
}

.talent-container dd {
    margin-left: 60px;
}

.talent-container dd:last-child {
    margin-bottom: 0 !important;
}

.talent-container dl a {
    color: #134FF2;
}

.talent-container dl a:hover {
    color: #134FF2;
    text-decoration: underline !important;
}

.dropdown-toggle::after {
    display: none !important;
}

#regionSelectOffcanvas {
    width: 40% !important;
    max-width: 640px !important;
}

#regionFilterForm .form-group ul.region-list {
    padding: 0;
    list-style: none;
}

#regionFilterForm label {
    margin-bottom: 0 !important;
    font-size: 15px !important;
}

#regionFilterForm .form-group ul.region-list.level-0>li ul {
    display: flex;
    flex-wrap: wrap;
}

#regionFilterForm .form-group ul.region-list.level-0>li>ul {
    width: 100%;
}

#regionFilterForm .form-group ul.region-list.level-0>li>ul>li {
    width: 48%;
    margin-right: 2%;
    ;
    margin-top: 8px;
    border-right: 1px solid #dee2e6;
}

#regionFilterForm .form-group ul.region-list.level-0>li>ul>li label {
    font-weight: normal !important;
    font-size: 14px !important;
}

#regionFilterForm .form-group ul.region-list.level-0>li>ul>li:nth-child(2n) {
    margin-right: 0;
    border-right: none;
}

.search-result .nav-link{
    border-radius: 999px !important;
    padding: 6px 8px !important;
    border: none !important;
    text-decoration: none !important;
    border: 1px solid #dee2e6 !important;
}

.search-result .nav-link:hover{
    background-color: #F0F4FF !important;
}

.search-result .nav-link.active{
    border-bottom: none !important;
    background-color: #F0F4FF !important;
    border: 1px solid #B2C7FF !important;
}

.page_navi2 ul.page-numbers li{
    margin-bottom: 0 !important;
}

/* end. 修改bootstrap的css ------------------------------------------------------ */

/* 修改forminator的css ------------------------------------------------------ */
.forminator-row {
    margin-bottom: 16px !important;
}

.forminator-row-last {
    margin-bottom: 0 !important;
    margin-top: 24px;
}

.forminator-radio .forminator-radio-bullet:before {
    background-color: #134FF2 !important;
}

.forminator-radio input:checked+.forminator-radio-bullet {
    border-color: #134FF2 !important;
    background-color: #f8f8f8 !important;
}

.forminator-radio .forminator-radio-bullet {
    border-color: #dee2e6 !important;
    background-color: #fff !important;
}

.forminator-label {
    color: #1d1d1f !important;
    margin-bottom: 4px !important;
    font-size: 14px !important;

}

.forminator-input,
.forminator-textarea {
    border-radius: 8px !important;
    border: 1px solid #dee2e6 !important;
    background-color: #fff !important;
}

.forminator-button {
    border-radius: 999px !important;
    background-color: #134FF2 !important;
    margin: 0 auto !important;
    padding: 12px 24px !important;
    font-weight: bold !important;
    transition: .2s ease !important;
}

.request-document .forminator-button,
.attract-main-view .right .forminator-button {
    border-radius: 8px !important;
    background-color: #FFC62B !important;
    margin: 0 auto !important;
    padding: 12px 24px !important;
    width: 100% !important;
    font-weight: bold !important;
    color: #1d1d1f !important;
    transition: .2s ease !important;
}

.request-document form {
    max-width: 400px !important;
}

.forminator-button:hover {
    box-shadow: none !important;
    background-color: #0d37aa !important;
}

.request-document .forminator-label {
    color: #fff !important;
}

.request-document .forminator-button:hover,
.attract-main-view .right .forminator-button:hover {
    background-color: #ffa323 !important;
}

.forminator-pagination-progress .forminator-progress-bar span,
.ui-datepicker-header .ui-corner-all {
    background-color: #134FF2 !important;
}

.forminator-checkbox .forminator-checkbox-box {
    border-color: #dee2e6 !important;
}

.forminator-checkbox input:checked+.forminator-checkbox-box {
    border-color: #134FF2 !important;
    color: #134FF2 !important;
}

.ui-datepicker-calendar tbody td a.ui-state-default.ui-state-highlight {
    border-color: #134FF2 !important;
    background-color: #B2C7FF !important;
    color: #134FF2 !important;
}

.forminator-icon-calendar {
    transform: translateY(0) !important;
}

.forminator-radio-label,
.forminator-checkbox-label {
    font-weight: normal !important;
}

.forminator-radio-label {
    font-size: 16px !important;
}

/* end. 修改forminator的css ------------------------------------------------------ */

/* start. ultimate member ------------------------------------------------------ */
.um-row {
    margin: 0 0 16px 0 !important;
}

.um-field {
    padding: 16px 0 0 0 !important;
}

.um-field:first-of-type {
    padding-top: 0 !important;
}

.um-form-field {
    border-radius: 8px !important;
    border: 1px solid #dee2e6 !important;
}

.um-form input.um-button {
    font-weight: bold !important;
    border-radius: 999px !important;
}

div.um-field-label label {
    font-size: 14px !important;
    font-weight: bold !important;
    margin-bottom: 8px !important;
    color: #1d1d1f !important;
}

.um-field-checkbox-state i {
    display: flex;
    align-items: center;
}

.um-field-checkbox-option,
.um-field-radio-option {
    color: #9c9c9d !important;
    font-weight: normal !important;
}

.um-field-checkbox:hover i,
.um-field-radio:hover i {
    color: #9c9c9d !important;
}

a.um-link-alt {
    color: #9c9c9d !important;
    text-decoration: underline !important;
    font-size: 14px !important;
}

.um .um-cover-add:hover,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-item-meta a,
.um .um-member-less a:hover,
.um .um-member-more a:hover,
.um .um-member-name a:hover,
.um .um-members-pagi a:hover,
.um .um-profile-subnav a.active,
.um .um-tip:hover,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color {
    color: #134FF2 !important;
}

.um a.um-button,
.um a.um-button.um-disabled:active,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:hover,
.um input[type=submit].um-button,
.um input[type=submit].um-button:focus {
    background: #134FF2 !important;
}

.um a.um-button:hover,
.um input[type=submit].um-button:hover {
    background: #0d37aa !important;
}

.um .um-button.um-alt,
.um input[type=submit].um-button.um-alt {
    background: #e8e8e8 !important;
}

a.um-button {
    border-radius: 999px !important;
}

.um-field-checkbox-option,
.um-field-radio-option {
    margin: 0 0 0 24px !important;
}

.um-toggle-gdpr {
    color: #134FF2 !important;
}

.um-field-error,
p.um-notice.err {
    background: #f9e4e8 !important;
    color: #e04562 !important;
    border-radius: 2px !important;
    font-size: 12px !important;
    padding: 6px 12px !important;
}

.um-field-error .um-field-arrow {
    color: #f9e4e8 !important;
}

p.um-notice i {
    top: 0 !important;
}

.um-profile-edit {
    margin-right: 0 !important;
}

.um span.um-req {
    color: #FF3736 !important;
}

.um-header {
    border-bottom: none !important;
}

.um-profile.um-viewing .um-field-label {
    border-bottom: 1px solid #dee2e6 !important;
    margin-bottom: 8px !important;
    padding-bottom: 0 !important;
}

.user-profile .um-profile .um-profile-body {
    max-width: 100% !important;
    padding: 24px;
    background-color: #ffffff;
    border-radius: 12px;
    /* border: 1px solid #edf0f4; */
    box-shadow: 0 3px 20px rgba(192, 195, 220, 0.15);
}

.um-profile.um .um-name a {
    color: #1d1d1f !important;
}

.um-profile.um .um-profile-meta {
    color: #9c9c9d !important;
}

.um-profile.um .um-profile-headericon a:hover {
    color: #134FF2 !important;
}

.um-dropdown {
    overflow: hidden !important;
}

.custom-modal div.um:not(.um-admin) {
    margin-bottom: 24px !important;
}

.um-col-alt {
    margin: 16px 0 0 0 !important;
}

.um-field-checkbox:not(.um-field),
.um-field-radio:not(.um-field) {
    margin-bottom: 16px !important;
}

.user-profile .edit-btn {
    position: absolute;
    right: 24px;
    bottom: -22px;
}

/* end. ultimate member ------------------------------------------------------ */

/* start. favorite */
.simplefavorite-button {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    border-radius: 50%;
    border: 1px solid #dee2e6;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s ease;
}

/* .simplefavorite-button.active {
    background-color: #ffedbb;
    border: none;
} */

.simplefavorite-button i {
    font-size: 20px !important;
    color: #6e6e73 !important;
}

.simplefavorite-button.active i {
    color: #ffad1b !important;
}

.simplefavorites-modal-content {
    border-radius: 16px !important;
    width: 94% !important;
    max-width: 648px !important;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1) !important;
}

.simplefavorites-modal-content.active {
    top: 40px !important;
}

.simplefavorites-modal-content-body {
    height: fit-content !important;
    max-height: fit-content !important;
    padding: 0 !important;
}

.simplefavorites-modal-content-body .btn-close {
    position: absolute !important;
    top: 24px !important;
    right: 24px !important;
    font-size: 20px !important;
    z-index: 60 !important;
}

.simplefavorites-modal-backdrop {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.simplefavorite-button.active {
    opacity: 1 !important;
}

/* end. favorite */

@media (max-width: 767px) {
    .archive_header {
        padding-bottom: 16px !important;
    }

    .archive_header .headline {
        font-size: 16px !important;
    }

    .archive_header .dropdown-item {
        font-size: 12px !important;
    }

    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #header_search {
        position: fixed !important;
        top: 80px !important;
        z-index: 20 !important;
    }

    .header_search_keywords ul.search_keywords_operator {
        width: 90px !important;
    }

    .slick-list,
    .slick-track {
        height: 800px !important;
    }

    #header_slider .item .container {
        position: absolute;
        top: 0;
        padding-top: 80px;
    }

    #header_slider .item .right-pic img {
        position: relative !important;
        width: 100%;
    }

    .category-header h4 {
        font-size: 18px !important;
    }

    .subcategory h6 {
        font-weight: normal !important;
    }

    .marumarusan-about img {
        max-width: 300px;
    }

    .faq-container {
        grid-template-columns: 1fr;
    }

    .step .right {
        border-radius: 24px !important;
    }

    .company-info-container {
        padding-top: 24px;
    }

    .company-detail h6 {
        margin-bottom: 16px !important;
    }

    .company-info .main-container {
        border-radius: 0;
        margin-top: 0;
    }

    .company-info-container .company-logo {
        width: 80px !important;
        height: 80px !important;
        min-width: 80px !important;
        min-height: 80px !important;
    }

    #post_list2 .article .company-info .company-intro {
        font-size: 12px;
    }

    #post_list2 .article .info .address {
        font-size: 12px;
    }

    .service-list .badge {
        margin-right: 4px;
    }

    .search-category .card-text {
        margin-bottom: 24px !important;
    }

    .search-category .card-text:last-child {
        margin-bottom: 0 !important;
    }

    .company-img {
        max-width: 240px;
        max-height: 240px;
        overflow: hidden;
        margin: 0 auto;
        display: flex;
        align-items: center;
        border-radius: 999px;
        margin-top: 40px;
    }

    .company-img img {
        position: static;
        border-radius: 0;
        top: 0;
    }

    .company-info-container .company-info {
        align-items: flex-start;
        border-bottom: 1px dashed #dee2e6;
    }

    .company-logo {
        border-radius: 6px !important;
    }

    .corporate-site .content-area {
        padding: 80px 0;
        padding-left: 80px;
    }

    .footer-logo-content {
        padding: 40px 0 20px 0 !important;
    }

    .footer_widget ul {
        padding-left: 0;
    }

    .footer-widget-content {
        padding: 20px 0 40px 0;
    }

    .footer_widget.widget_nav_menu {
        width: 100%;
        border-left: 0;
        border-top: 1px solid #dee2e6;
        padding: 40px 0;
    }

    #footer_widget.footer_widget_type2 .widget_nav_menu {
        width: 100% !important;
    }

    #post_list2 .article .title {
        font-size: 18px !important;
    }

    ul.meta li.cat a,
    ul.meta li.cat span {
        padding: 3px 12px !important;
        border-radius: 4px !important;
    }

    .top-nav .nav-link {
        margin-right: 8px;
    }

    .attract-main-view {
        background-position: 40%;
    }

    .attract-main-view .left .button-area {
        margin-top: 40px !important;
    }

    .why-us .question-bubble {
        font-size: 14px;
    }

    .why-us .right {
        margin-left: 0;
    }

    .our-strength h4 {
        margin-bottom: 16px !important;
    }

    .our-strength label {
        margin-bottom: 24px;
    }

    .request-document-img {
        margin: 0 auto;
        width: 60%;
        padding-top: 60%;
    }

    #post_list2 .article {
        padding: 16px;
        border-radius: 12px;
        margin-bottom: 20px !important;
    }

    #post_list2 .article .info {
        width: calc(100% - 40px - 16px) !important;
    }

    #post_list2 .article h6 {
        font-size: 14px !important;
    }

    .top-nav-list {
        overflow-x: auto;
        white-space: nowrap;
    }

    .nav-link {
        display: inline-block;
        margin-right: 0.5rem;
    }

    #profileTab .nav-link {
        margin-right: 0;
    }

    /* .info-list-item .left {
        width: 96px;
        min-width: 96px;
    } */

    .request-document .forminator-button {
        max-width: 100% !important;
        margin-top: 16px !important;
    }

    #spImg {
        width: 100vw !important;
        margin-left: -20px;
    }

    body {
        padding-bottom: 0 !important;
    }

    .service-list .badge {
        margin-bottom: 4px !important;
    }

    #return_top {
        bottom: 0 !important;
    }

    #specialContactForm .forminator-button {
        width: 42% !important;
    }

    #related_post .headline {
        font-size: calc(1.3rem + .6vw) !important;
    }

    #related_post li {
        border-color: #dee2e6 !important;
        padding: 0;
        width: 50% !important;
    }

    #related_post li a {
        display: flex !important;
        flex-direction: column;
        align-items: start;
        padding: 0 10px 24px 0;
    }

    #related_post li:nth-child(-n+3) {
        border-top: none;
    }

    #related_post li:nth-child(-n+2) {
        border-top: 1px solid #dee2e6;
    }

    #related_post li .image {
        width: 100% !important;
        height: 0 !important;
        margin-right: 0 !important;
        padding-top: 100% !important;
        margin-bottom: 8px !important;
    }

    #related_post li .title {
        height: auto;
        width: 100%;
    }

    .nsl-container,
    .login-button {
        width: 50% !important;
    }

    div.nsl-container.nsl-container-block .nsl-container-buttons {
        display: block !important;
    }

    div.nsl-container .nsl-button-default div.nsl-button-label-container {
        overflow: visible !important;
    }

    #profileTab .nav-item {
        width: 25% !important;
        margin: 0 !important;
    }

    .company-study-case {
        max-width: 100%;
        flex: auto;
    }

    .edit-top {
        flex-direction: column;
        justify-content: start;
        align-items: flex-start;
    }

    .edit-top .page-title {
        margin-bottom: 16px !important;
    }

    .user-accept-order-info .table-container {
        border: none;
        border-radius: 0;
        padding-right: 20px !important;
    }

    .sidebar {
        padding-right: 0;
        padding-bottom: 120px;
    }

    .achievement-img div {
        height: 220px;
    }

    .talent-container dd {
        margin-left: 30px;
    }

    .talent-container dd {
        word-wrap: break-word;
        /* 允许 dd 内的长单词换行 */
        word-break: break-all;
        /* 强制 dd 内的内容换行 */
    }

    .offcanvas,
    #regionSelectOffcanvas {
        width: 95% !important;
    }

    .company-card .related-talent-container .round-image img {
        width: 80px;
        height: 80px;
    }

    .related-talent-container .round-image img, 
    #talent_list .round-image img{
        width: 80px;
        height: 80px;
    }

    .introduce_list_col .info .title{
        font-size: 14px !important;
    }

    .cb_content{
        padding: 80px 0 !important;
    }

    .cb_content .cb_headline{
        font-size: calc(1.325rem + .9vw) !important;
    }

    .cb_content .cb_headline,
    .cb_content .cb_desc{
        text-align: center !important;
    }

    .single-introduce .post-container{
        padding-right: 12px !important;
    }

    .single-introduce #article #post_date{
        margin: 16px 0 !important;
    }

    .single-introduce #left_col{
        padding-bottom: 80px;
    }

    .single-introduce .sidebar-container{
        padding-left: 12px;
        padding-bottom: 80px;
    }

    .single-introduce h1{
        font-size: 20px !important;
    }

    .single-introduce .post_content h2{
        font-size: 18px !important;
    }

    .single-introduce .post_content h3{
        font-size: 16px !important;
    }
    
    .single-introduce .post_content p{
        font-size: 14px !important;
    }

    .single-introduce .post_content .ez-toc-list li{
        margin-bottom: 0 !important;  
    }

    ul.meta li.cat a, ul.meta li.cat span{
        padding: 0 8px !important;
    }

    #introduce_list .image{
        width: 35% !important;
        padding-top: 35% !important;
    }

    .introduce_list_col .info, .introduce_list_col.show_info .info{
        width: calc(64% - 16px) !important;
    }

    .cv-sidebar .cv-container {
        position: relative;
        top: 0;
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 1024px) {
    #header_top a {
        height: 80px !important;
    }

    #header_logo img,
    #header_logo_fix img {
        max-height: 36px !important;
    }

    #header_logo,
    #header_logo,
    #header_logo_fix {
        max-height: 80px !important;
    }

    #global_menu {
        top: 80px !important;
    }

    #global_menu ul ul a,
    #global_menu ul a {
        color: #fff !important;
    }

    #global_menu a,
    #global_menu>ul>li>a,
    #global_menu .child_menu_button {
        display: flex !important;
        align-items: center !important;
        height: 48px !important;
    }

    #global_menu .child_menu_button .icon:before {
        top: 13px !important;
    }

    #global_menu a:hover {
        background-color: #6e6e73 !important;
    }

    #header_search,
    #index_header_search {
        background-color: #001962 !important;
    }

    .archive_sort dt {
        display: none !important;
    }

    .archive_sort {
        margin: 8px 0 24px 0 !important;
    }

    .archive_sort dd a {
        height: 40px;
        line-height: 36px !important;
        border-right: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
    }

    .archive_sort dd:nth-child(2n) a {
        border-right: none;
    }

    .archive_sort dd:nth-last-child(1) a,
    .archive_sort dd:nth-last-child(2) a {
        border-bottom: none;
    }

    section.request-document .bg {
        height: 60%;
        top: 25%;
        left: -50%;
    }

    #copyright {
        padding: 12px 0 36px 0 !important;
    }

    .archive_sort dd {
        width: 50% !important;
    }

    .archive_sort dd:first-of-type a {
        border-left: none !important;
    }

    a.menu_button.active:before {
        content: '\f00d';
        font-weight: 900;
        font-family: 'Font Awesome 6 Free';
        font-size: 20px !important;
    }

    #global_menu .current-menu-item>a {
        background-color: #6e6e73 !important;
    }
}

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

    #header_logo a,
    #global_menu>ul>li>a {
        color: #1d1d1f !important;
    }

    .has_header_content #index_header_search {
        margin-top: 0;
        background-color: #F5F7FD !important;
        height: 90px;
    }

    .header_search_main {
        position: absolute;
        border-radius: 999px;
        max-width: 1296px !important;
        background-color: #ffffff !important;
        margin: 0 auto;
        box-shadow: 0 4px 20px #657ad429;
        padding: 16px;
        width: 100%;
        left: 50%;
        top: -50px;
        transform: translate(-50%, 0);
    }

    .chosen-container-single .chosen-single,
    .header_search_inputs select,
    #header_search_keywords {
        border-radius: 999px !important;
    }

    #global_menu>ul>li:hover>a {
        opacity: 1 !important;
        color: #134FF2 !important;
    }
}


@media (min-width: 2000px) {
    #header_slider .item {
        max-height: 1000px !important;
    }
}