* {
  color: #333;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

body, a, p {
  font-size: 18px !important;
  color: #333;
  font-weight: 400 !important;
}

a {
  width: fit-content;
  display: inline-block;
}
a:hover {
  text-decoration: none !important;
}
a .btn_find, a .btn_client {
  color: #fff;
  padding: 1rem 4rem;
  border-radius: 0.5rem;
  font-weight: bold;
}

ul li {
  padding: 0.5rem 0;
}

.btn_find {
  background: #012169 !important;
  border: 2px solid #012169 !important;
  color: #fff !important;
}
.btn_find:hover {
  background: none !important;
  color: #012169 !important;
}

.btn_client {
  background: #BC002D;
  border: 2px solid #BC002D;
  color: #fff;
}
.btn_client:hover {
  background: none;
  color: #BC002D;
}

section {
  padding: 5rem 2.5rem;
}

h2 {
  font-size: 64px !important;
  color: #333 !important;
}

h4 {
  color: #012169 !important;
}

.noneFixedTop {
  position: unset !important;
}

input:focus, textarea:focus, select:focus {
  border-color: #012169 !important;
}

@media (max-width: 991px) {
  section {
    padding: 2.5rem 15px 0;
  }
  h2 {
    font-size: 48px !important;
    color: #333 !important;
  }
}
#menu-primary .menu-item {
  position: relative;
  padding: 0 calc(1.25vw - 15px);
}
#menu-primary .menu-item a:hover {
  color: #012169 !important;
}
#menu-primary .menu-item a[href*=contact-us]::after { /* Add border line after "Contact Us" menu item */
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #eee; /* Change this color to match your design */
  vertical-align: middle;
  position: absolute;
  right: -1.25rem;
  top: 0;
}
#menu-primary .menu-item .dropdown-menu {
  width: max-content;
  left: -0.3rem;
}
#menu-primary .menu-item .dropdown-menu li a {
  background-color: #fff;
  color: #333;
}
#menu-primary .menu-item .dropdown-menu li a:hover {
  box-shadow: none;
}
#menu-primary .btn-signin a {
  background: none;
  border: none;
  color: #333;
}
#menu-primary .btn-signup a {
  background: #012169;
  color: #fff;
  border: 2px solid #012169;
  border-radius: 0.5rem;
  padding: 0.5rem 2rem;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
}
#menu-primary .btn-signup a:hover {
  background: #fff;
  color: #012169;
  box-shadow: none;
}

nav {
  border: none !important;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2) !important;
}

#home_hero {
  height: 100vh;
  overflow: hidden;
}
#home_hero .video_container {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
#home_hero .video_container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%) scale(1.25);
  pointer-events: none;
  transform-origin: center;
  z-index: -1;
}
#home_hero #hero_container {
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  padding: 100px 0;
  width: 50%;
}
#home_hero #hero_container .hero_container_inner {
  background: rgba(255, 255, 255, 0.5);
  padding: 5rem;
  text-align: center;
}
#home_hero #hero_container .hero_container_inner .hero_container_inner_block h1 {
  font-weight: bold;
  margin: 1.25rem 0;
  color: #000;
}
#home_hero #hero_container .hero_container_inner .hero_container_inner_block p {
  font-weight: bold;
  margin: 1.25rem 0;
}
#home_hero #hero_container .hero_container_inner .hero_container_inner_block .hero_btn {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 2.5rem 0 0 0;
}
#home_hero #hero_container .hero_container_inner .hero_container_inner_block .hero_btn a {
  width: 46%;
}
#home_hero #hero_container .hero_container_inner .hero_container_inner_block .hero_btn a .btn_find, #home_hero #hero_container .hero_container_inner .hero_container_inner_block .hero_btn a .btn_client {
  padding: 1rem;
}
#home_hero #hero_container .hero_container_inner .hero_container_inner_block .hero_btn a:hover {
  text-decoration: none;
}

#home_service_job {
  display: flex;
  width: 100%;
}
#home_service_job .home_service_block {
  display: flex;
  width: 50%;
  position: relative;
}
#home_service_job .home_service_block h2 {
  color: #aaa !important;
  font-size: 64px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 5rem;
  transform-origin: 0 0;
  transform: rotate(90deg);
  padding: 0;
  margin: 0;
}
#home_service_job .home_service_block h2 span {
  color: #012169;
}
#home_service_job .home_service_block .home_service_content {
  padding: 0 2.5rem 0 7.5rem;
}
#home_service_job .home_service_block .home_service_content h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 2.5rem 0;
}
#home_service_job .home_service_block .home_service_content .home_service_content_btn {
  display: flex;
  align-items: end;
}
#home_service_job .home_service_block .home_service_content .home_service_content_btn .btn_find {
  margin: 2.5rem 0.5rem 0 0;
}
#home_service_job .home_service_img_job {
  background: url("../img/home/home_find.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  width: 50%;
}

#home_service_client {
  display: flex;
  width: 100%;
}
#home_service_client .home_service_block {
  display: flex;
  width: 50%;
  position: relative;
}
#home_service_client .home_service_block h2 {
  color: #aaa !important;
  font-size: 64px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: -25rem;
  transform-origin: top left;
  transform: rotate(90deg);
  padding: 0;
  margin: 0;
}
#home_service_client .home_service_block h2 span {
  color: #BC002D;
}
#home_service_client .home_service_block .home_service_content {
  padding: 0 7.5rem 0 2.5rem;
}
#home_service_client .home_service_block .home_service_content h3 {
  text-align: right;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 2.5rem 0;
}
#home_service_client .home_service_block .home_service_content .btn_client {
  margin: 2.5rem 0 0 0;
}
#home_service_client .home_service_img_client {
  background: url("../img/home/home_client.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  width: 50%;
}

#company_logo h2 {
  text-align: center;
  font-weight: bold;
  margin: 0 0 2.5rem 0;
}
#company_logo .slider {
  background: white;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#company_logo .slider::before, #company_logo .slider::after {
  content: "";
  height: 100px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
#company_logo .slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
#company_logo .slider::before {
  left: 0;
  top: 0;
}
#company_logo .slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: 3500px;
}
#company_logo .slider .slide {
  height: 100px;
  width: 250px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
}

#home_news {
  background: #eee;
}
#home_news h2, #home_news p {
  text-align: center;
  font-weight: bold;
  margin: 0 0 1.25rem 0;
}
#home_news .home_news_tab {
  text-align: center;
  margin: 2.5rem 0;
}
#home_news .home_news_tab .home_news_tab_btn {
  background: #012169;
  color: #fff;
  padding: 0.5rem 2rem;
  margin: 0 0.5rem;
  border: 2px solid #012169;
  border-radius: 0.5rem;
}
#home_news .home_news_tab .home_news_tab_btn:hover {
  background: none;
  color: #012169;
}
#home_news .home_news_tab .home_news_tab_btn:nth-child(2) {
  background: #BC002D;
  border: 2px solid #BC002D;
}
#home_news .home_news_tab .home_news_tab_btn:nth-child(2):hover {
  background: none;
  color: #BC002D;
}
#home_news .home_news_list .home_news_cat_post {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 2.5rem;
}
#home_news .home_news_list .home_news_cat_post .home_news_list_post {
  background: #fff;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  position: relative;
}
#home_news .home_news_list .home_news_cat_post .home_news_list_post .home_news_list_post_cover {
  position: absolute;
  width: 0%;
  height: 0%;
}
#home_news .home_news_list .home_news_cat_post .home_news_list_post a img {
  width: 100%;
  height: auto;
}
#home_news .home_news_list .home_news_cat_post .home_news_list_post .post_content {
  padding: 1.25rem;
}
#home_news .home_news_list .home_news_cat_post .home_news_list_post .post_content p {
  font-size: 14px !important;
  color: #aaa;
  font-weight: normal;
  text-align: left;
}
#home_news .home_news_list .home_news_cat_post .home_news_list_post .post_content p a {
  font-size: 14px !important;
  color: #aaa !important;
}
#home_news .home_news_list .home_news_cat_post .home_news_list_post .post_content h3 {
  font-weight: bold;
}
#home_news .home_news_list .home_news_cat_post .home_news_list_post .post_content h3 a {
  color: #333;
}
#home_news .home_news_list .home_news_cat_post .home_news_list_post .post_content h3 a:hover {
  text-decoration: none;
}
#home_news .home_news_list #video {
  display: none;
}

@media (max-width: 1200px) {
  #home_news .home_news_list .home_news_cat_post {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.25rem;
  }
}
@media (max-width: 991px) {
  #home_hero #hero_container {
    width: 96%;
    top: 55%;
  }
  #home_hero #hero_container .hero_container_inner {
    padding: 2.5rem 15px;
  }
  #home_hero #hero_container .hero_container_inner .hero_container_inner_block h1 {
    font-size: 32px;
  }
  #home_service_job {
    display: block;
  }
  #home_service_job .home_service_block {
    display: block;
    width: 100%;
  }
  #home_service_job .home_service_block h2 {
    position: unset;
    transform: none;
    margin: 0 0 1.25rem 0;
  }
  #home_service_job .home_service_block .home_service_content {
    padding: 0;
  }
  #home_service_job .home_service_block .home_service_content h3 {
    margin: 0 0 1.25rem 0;
  }
  #home_service_job .home_service_block .home_service_content .home_service_content_btn a > div {
    padding: 1rem 2rem;
  }
  #home_service_job .home_service_img_job {
    margin: 5rem 0 0;
    height: 50vh;
  }
  #home_service_client {
    flex-direction: column-reverse;
  }
  #home_service_client .home_service_block {
    flex-direction: column-reverse;
    width: 100%;
  }
  #home_service_client .home_service_block h2 {
    position: unset;
    transform: none;
    margin: 0 0 1.25rem 0;
  }
  #home_service_client .home_service_block .home_service_content {
    padding: 0;
  }
  #home_service_client .home_service_block .home_service_content h3 {
    text-align: left;
    margin: 0 0 1.25rem 0;
  }
  #home_service_client .home_service_img_client {
    margin: 5rem 0 0;
    height: 50vh;
  }
  #company_logo {
    margin: 0 0 2.5rem 0;
  }
  #company_logo .slider .slide-track {
    width: 2400px;
  }
  #home_news {
    padding: 2.5rem 15px;
  }
  #home_news .home_news_list .home_news_cat_post {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.25rem;
  }
}
@media (max-width: 768px) {
  #home_news .home_news_list .home_news_cat_post {
    grid-template-columns: 1fr;
    grid-gap: 1.25rem;
  }
}
#footer_contact {
  background: url(../img/footer_contact.jpg) no-repeat;
  background-position: left 0px bottom 36%;
  background-size: 120%;
  padding: 10rem 15px;
}
#footer_contact h2 {
  font-weight: bold;
  text-align: center;
  color: #fff !important;
}
#footer_contact .footer_contact_btn {
  width: fit-content;
  margin: 2.5rem auto 0;
}

footer {
  background: #333 !important;
  color: #fff;
  padding: 0 15px !important;
}
footer .footer_container {
  margin: 5rem 0;
  width: 100%;
}
footer .footer_container img {
  max-width: 320px;
  margin: 0 auto;
  display: block;
}
footer .footer_container .footer_menu {
  display: flex;
  justify-content: space-between;
  margin: 5rem 0;
}
footer .footer_container .footer_menu .footer_menu_block {
  width: 23%;
}
footer .footer_container .footer_menu .footer_menu_block h3 {
  font-weight: bold;
  border-bottom: 2px solid #fff;
  margin: 0 0 1.25rem 0;
}
footer .footer_container .footer_menu .footer_menu_block ul li {
  display: block;
  margin: 0 0 0.5rem 0;
}
footer .footer_container .footer_menu .footer_menu_block ul li a {
  color: #fff !important;
}
footer .footer_container .footer_menu .footer_menu_block ul li a::before {
  content: none;
}
footer .footer_container .footer_menu .footer_menu_block ul li a:hover {
  text-decoration: underline !important;
}

@media (max-width: 991px) {
  #footer_contact {
    background: url(../img/footer_contact.jpg) no-repeat;
    background-position: left 0px bottom 0px;
    background-size: cover;
  }
  footer .footer_container .footer_menu {
    flex-flow: wrap;
  }
  footer .footer_container .footer_menu .footer_menu_block {
    width: 48%;
  }
}
#joblist_top {
  display: flex;
  width: 100%;
  margin: 5rem 0 0 0;
  padding-bottom: 0;
}
#joblist_top .joblist_top_content {
  width: 50%;
  text-align: center;
  padding: 5rem 20px;
}
#joblist_top .joblist_top_content h2 {
  color: #aaa !important;
  font-size: 64px;
  font-weight: bold;
}
#joblist_top .joblist_top_content h2 span {
  color: #BC002D;
}
#joblist_top .joblist_top_content p {
  font-weight: bold;
}
#joblist_top .joblist_top_img {
  background: url("../img/findyourjob/findyourjob_1.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  width: 50%;
}

#joblist_main {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto 5rem;
  display: block;
}
#joblist_main .container .joblist_block {
  display: flex;
  width: 100%;
  border: none;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  margin: 0 0 1.25rem 0;
  padding: 1.25rem;
  border: 1px solid #fff;
}
#joblist_main .container .joblist_block:hover {
  box-shadow: none;
  border: 1px solid #012169;
  background: unset;
}
#joblist_main .container .joblist_block .joblist_block_info {
  width: 50%;
  padding: 1.25rem;
  border-right: 1px dashed #aaa;
}
#joblist_main .container .joblist_block .joblist_block_info .joblist_block_info_inner h3 {
  font-size: 24px;
  color: #012169;
}
#joblist_main .container .joblist_block .joblist_block_info .joblist_block_info_inner div, #joblist_main .container .joblist_block .joblist_block_info .joblist_block_info_inner i {
  color: #333;
  font-weight: normal;
  font-size: unset;
}
#joblist_main .container .joblist_block .joblist_block_info .joblist_block_info_inner > div {
  display: flex;
  align-items: flex-start;
}
#joblist_main .container .joblist_block .joblist_block_info .joblist_block_info_inner > div .job-info2 {
  display: flex;
}
#joblist_main .container .joblist_block .joblist_block_info .joblist_block_info_inner > div .job-info2 > div {
  margin: 0 0.5rem 0 0;
}
#joblist_main .container .joblist_block .joblist_block_info .joblist_block_info_inner i {
  min-width: 18px;
  padding: 0.3rem 0 0 0;
}
#joblist_main .container .joblist_block .joblist_block_info .joblist_block_info_inner i::before {
  font-size: 1rem;
}
#joblist_main .container .joblist_block .joblist_block_details {
  width: 50%;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}
#joblist_main .container .joblist_block .joblist_block_details .joblist_block_save .job-save {
  float: right;
}
#joblist_main .container .joblist_block .joblist_block_details .joblist_block_save .job-save a {
  color: #333 !important;
  font-weight: bold;
}
#joblist_main .container .joblist_block .joblist_block_details .joblist_block_save .job-save i {
  font-weight: bold !important;
}
@media (max-width: 991px) {
  #joblist_top {
    flex-direction: column;
    margin: 2.5rem 0 0 0;
  }
  #joblist_top .joblist_top_content {
    width: 100%;
    padding: 2.5rem 20px;
  }
  #joblist_top .joblist_top_content h2 {
    font-size: 48px;
  }
  #joblist_top .joblist_top_img {
    width: 100%;
    height: 50vh;
  }
  #joblist_main .container {
    padding: 0;
  }
  #joblist_main .container .joblist_block {
    flex-direction: column;
  }
  #joblist_main .container .joblist_block .joblist_block_info {
    width: 100%;
    border-right: none;
    border-bottom: 1px dashed #aaa;
    padding: 0 0 1.25rem 0;
  }
  #joblist_main .container .joblist_block .joblist_block_details {
    width: 100%;
    flex-direction: column-reverse;
    padding: 1.25rem 0 0 0;
  }
}
#job_single {
  max-width: 1200px;
  margin: 0 auto;
}
#job_single .job_single_top {
  position: fixed;
  top: 0;
  background: #fff;
  padding: 6.5rem 2.5rem 2.5rem;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  max-width: 1200px;
  width: 100%;
  transition: padding-top 0.3s ease;
}
#job_single .job_single_top h1 {
  color: #012169;
  font-weight: bold;
  margin: 0 0 1.25rem 0;
  font-size: 36px;
}
#job_single .job_single_top .job_single_top_h1 {
  transition: font-size 0.3s ease;
}
#job_single .job_single_top .job_single_info {
  margin: 0 0 1.25rem 0;
}
#job_single .job_single_top .job_single_info p i {
  color: #333;
  width: 20px;
}
#job_single .job_single_top .job_single_action {
  display: flex;
  align-items: center;
}
#job_single .job_single_top .job_single_action .job-apply .btn_find {
  font-weight: bold;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
}
#job_single .job_single_top .job_single_action .job-save {
  margin: 0 0 0 1.25rem;
}
#job_single .job_single_top .job_single_action .job-save .save-job-1, #job_single .job_single_top .job_single_action .job-save .save-job-2 {
  color: #333;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  background: #eee;
}
#job_single .job_single_top .job_single_action .job-save a i {
  padding: 0 0.5rem 0 0;
}
#job_single .job_single_top .job_single_action .job-save .save-job-1 i {
  color: #BC002D;
}
#job_single .job_single_details {
  position: relative;
  z-index: -2;
}
#job_single .job_single_details .job_single_details_container .row {
  width: 100%;
  padding: 0 15px;
  margin: 0;
}
#job_single .job_single_details .job_single_details_container .row .jd-box .jd-section h4 {
  color: #012169;
  font-size: 24px;
  border-bottom: 2px solid #012169;
  font-weight: bold;
}
#job_single .job_single_details .job_single_details_container .row .jd-box .jd-section p {
  font-size: unset;
}

@media (max-width: 991px) {
  #job_single .job_single_top {
    padding: 6.5rem 15px 15px 15px;
  }
  #job_single .job_single_top h1 {
    font-size: 24px;
  }
  #job_single .job_single_top .job_single_action .job-apply .btn_find {
    padding: 0.5rem 1rem;
  }
  #job_single .job_single_top .job_single_action .job-save .save-job-1, #job_single .job_single_top .job_single_action .job-save .save-job-2 {
    padding: 0.5rem 1rem;
  }
}
#job_application {
  max-width: 1200px;
  margin: 0 auto;
}
#job_application .container .job_application_info {
  border-right: 1px solid #012169;
  border-bottom: 1px solid #012169;
  border-left: 1px solid #012169;
  padding: 2.5rem;
}
#job_application .container .job_application_info .job-side {
  border: none;
  padding: 0;
  margin: 0 0 1.25rem 0;
}
#job_application .container .job_application_info .job-side h1 {
  font-size: 36px;
  color: #012169;
  font-weight: bold;
  margin: 1.25rem 0 1.25rem 0;
}
#job_application .container .job_application_info .job-side p i {
  color: #333;
  width: 20px;
}
#job_application .container .job_application_info .accordion .card {
  background: none;
}
#job_application .container .job_application_info .accordion .card .card-header {
  background: none;
  border-bottom: 2px solid #012169;
  margin: 0 0 0.5rem 0;
  padding: 0.5rem 0;
}
#job_application .container .job_application_info .accordion .card .card-header h4 {
  font-size: unset;
  font-weight: bold;
}
#job_application .container .job_application_info .accordion .card .card-header h4 a {
  width: 100%;
  color: #012169;
}
#job_application .container .job_application_info .accordion .card .card-header h4 a i::before {
  display: none;
}
#job_application .container .job_application_info .accordion .card .collapse .card-body ul li::before {
  color: unset;
}
#job_application .container #job_app_main {
  max-width: 800px;
  margin: 0 auto;
}
#job_application .container #job_app_main .jobapp_note span {
  color: #BC002D;
}
#job_application .container #job_app_main .job-manager-application-wrapper > p > a {
  font-weight: bold;
  color: #fff !important;
  background: #BC002D;
  border: 1px solid #BC002D;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  margin: 0.5rem 0.25rem;
}
#job_application .container #job_app_main .job-manager-application-wrapper > p > a:hover {
  background: #fff;
  color: #BC002D !important;
}
#job_application .container #job_app_main .job-manager-application-wrapper .job-manager-application-form .modal-title {
  display: none;
}
#job_application .container #job_app_main .job-manager-application-wrapper .job-manager-application-form .apply-section {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  background: none;
  border-bottom: 1px solid #012169;
}
#job_application .container #job_app_main .job-manager-application-wrapper .job-manager-application-form .form-row > div {
  width: 100%;
  margin: 0 0 1.25rem 0 !important;
}
#job_application .container #job_app_main .job-manager-application-wrapper .job-manager-application-form .form-row > div div {
  width: 100%;
  text-align: left;
}
#job_application .container #job_app_main .job-manager-application-wrapper .job-manager-application-form .form-row > div .form-label {
  border: none;
  padding-left: 0;
  font-weight: bold !important;
}
#job_application .container #job_app_main .job-manager-application-wrapper .job-manager-application-form .form-row > div .text-success {
  color: red !important;
  font-weight: normal;
}
#job_application .container #job_app_main .job-manager-application-wrapper .job-manager-application-form .form-row > div .row {
  align-items: center;
}
#job_application .container #job_app_main .job-manager-application-wrapper .job-manager-application-form .form-row > div .row .job-manager-uploaded-files {
  margin: 0;
}
#job_application .container #job_app_main .job-manager-application-wrapper .job-manager-application-form .form-row > div .description {
  display: none;
}
#job_application .container #job_app_main .job-manager-application-wrapper .job-manager-application-form .form-row > div .btn-group .btn {
  background: #eee;
  margin: 0 0 0.25rem 0 !important;
  box-sizing: border-box;
}
#job_application .container #job_app_main .job-manager-application-wrapper .job-manager-application-form .form-row > div .btn-group .btn label {
  color: #333;
  white-space: normal;
  word-wrap: break-word;
}
#job_application .container #job_app_main .job-manager-application-wrapper .job-manager-application-form .form-row > div .btn-group .btn:hover {
  border: 1px solid #012169;
}
#job_application .container #job_app_main .job-manager-application-wrapper .job-manager-application-form .form-row > div .btn-group .active {
  background: #012169;
  border: 1px solid #012169;
}
#job_application .container #job_app_main .job-manager-application-wrapper .job-manager-application-form .form-row > div .btn-group .active label {
  color: #fff;
}
#job_application .container #job_app_main .job-manager-application-wrapper .job-manager-application-form .form-row > div .resume-box li {
  display: flex;
  align-items: center;
  border: none;
  border-bottom: 1px solid #eee;
}
#job_application .container #job_app_main .job-manager-application-wrapper .job-manager-application-form .form-row > div .resume-box li a span {
  font-size: unset;
}
#job_application .container #job_app_main .job-manager-application-wrapper .job-manager-application-form .form-row > div .resume-box li a:last-child {
  position: absolute;
  right: 0;
  z-index: 999;
}
#job_application .container #job_app_main .job-manager-application-wrapper .job-manager-application-form p a {
  color: #BC002D !important;
}
#job_application .container #job_app_main .job-manager-application-wrapper .job-manager-application-form p:last-child {
  display: none;
}
#job_application .container #job_app_main .job-manager-application-wrapper .job-manager-application-form p button {
  background: #012169;
  border: 1px solid #012169;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}
#job_application .container #job_app_main .job-manager-application-wrapper .job-manager-application-form p button:hover {
  background: #fff;
  color: #012169;
  box-shadow: none;
}
#job_application .container #job_app_main .job-manager-application-wrapper .job-manager-application-form > .form-group .form-check {
  text-align: left;
}
#job_application .container #job_app_main .job-manager-application-wrapper .job-manager-application-form > .form-group .form-check label:after {
  content: " *";
  color: #BC002D;
}

@media (max-width: 991px) {
  #job_application .container .job_application_info {
    padding: 1.25rem;
  }
  #job_application .container .job_application_info .job-side h1 {
    font-size: 24px;
  }
}
#news_list_top {
  margin: 2.5rem 0 0 0;
  text-align: center;
}
#news_list_top h1 {
  font-weight: bold;
  font-size: 48px;
  margin: 0 0 1.25rem 0;
}
#news_list_top p {
  font-weight: bold;
  margin: 0 0 2.5rem 0;
}
#news_list_top .news_list_top_cat a {
  color: #aaa;
  border: 2px solid #aaa;
  border-radius: 0.5rem;
  padding: 0.5rem 2rem;
  font-weight: bold;
  margin: 0 0.5rem 0.5rem;
}
#news_list_top .news_list_top_cat a:hover {
  background: #012169;
  color: #fff;
  border: 2px solid #012169;
}
#news_list_top .news_list_top_cat .active {
  background: #012169;
  color: #fff;
  border: 2px solid #012169;
}

#news_list_main {
  padding: 0 15px;
  max-width: 100%;
}
#news_list_main .container .row {
  display: unset;
}
#news_list_main .container .row .blog_block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1.5rem;
}
#news_list_main .container .row .blog_block::before {
  display: none;
}
#news_list_main .container .row .blog_block > div {
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
}
#news_list_main .container .row .blog_block > div .blog-thumb-box {
  border: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#news_list_main .container .row .blog_block > div .blog-thumb-box:hover {
  background: #012169;
}
#news_list_main .container .row .blog_block > div .blog-thumb-box:hover .date {
  color: #fff;
}
#news_list_main .container .row .blog_block > div .blog-thumb-box:hover .date a {
  color: #fff !important;
}
#news_list_main .container .row .blog_block > div .blog-thumb-box:hover .date a:hover {
  text-decoration: underline !important;
}
#news_list_main .container .row .blog_block > div .blog-thumb-box:hover .blog_info .blog-title a {
  color: #fff;
}
#news_list_main .container .row .blog_block > div .blog-thumb-box a .expand img:hover {
  opacity: 1;
}
#news_list_main .container .row .blog_block > div .blog-thumb-box .blog_info {
  padding: 10px;
}
#news_list_main .container .row .blog_block > div .blog-thumb-box .blog_info .date {
  margin-bottom: 10px;
  font-size: 16px;
}
#news_list_main .container .row .blog_block > div .blog-thumb-box .blog_info .date a {
  color: #333;
}
#news_list_main .container .row .blog_block > div .blog-thumb-box .blog_info .blog-title {
  color: #333 !important;
  display: block !important;
  overflow: unset !important;
  font-size: 18px !important;
  line-height: 1.75rem !important;
  padding: 0 !important;
  font-weight: bold !important;
}
#news_list_main .container .row .blog_block > div .blog-thumb-box .blog_info .blog-title a {
  color: #333;
}
#news_list_main .container .pagination {
  box-shadow: unset !important;
}
#news_list_main .container .pagination .nav-links .page-numbers {
  color: #333 !important;
  font: unset !important;
}
#news_list_main .container .pagination .nav-links .page-numbers:hover {
  background: #012169;
  color: #fff !important;
}
#news_list_main .container .pagination .nav-links .current {
  padding: 8px 13px !important;
  background: #012169;
  color: #fff !important;
}

@media (max-width: 991px) {
  #news_list_top .news_list_top_cat {
    display: flex;
    flex-wrap: wrap;
  }
  #news_list_top .news_list_top_cat a {
    border-radius: 0.5rem;
    padding: 0.25rem 1rem;
    margin: 0 0.25rem 0.5rem;
  }
  #news_list_main .container .row .blog_block {
    grid-template-columns: 1fr;
  }
}
#single_post .container .blog_block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 0 0 0;
}
#single_post .container .blog_block .blog-post h1 {
  font-size: 32px !important;
  font-weight: bold !important;
  padding: 2.5rem 0;
  border-bottom: 1px solid #eee;
}
#single_post .container .blog_block .blog-post h2 {
  font-size: 24px !important;
  font-weight: bold;
  margin: 2.5rem 0 1.25rem;
}
#single_post .container .blog_block .blog-post .catdate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0 2.5rem;
}
#single_post .container .blog_block .blog-post .catdate .cat .cat_item {
  border: 1px solid #aaa;
  border-radius: 0.5rem;
  color: #aaa;
  padding: 0.5rem 1.25rem;
  margin-right: 0.5rem;
}
#single_post .container .blog_block .blog-post .catdate .cat .cat_item:hover {
  background: #012169;
  color: #fff;
  border-color: #012169;
}
#single_post .container .blog_block .blog-post .findajob {
  margin: 15rem 0 5rem;
}
#single_post .container .blog_block .blog-post .findajob .findajob_title {
  position: relative;
}
#single_post .container .blog_block .blog-post .findajob h2 {
  color: #aaa !important;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #012169;
}
#single_post .container .blog_block .blog-post .findajob h2 span {
  color: #012169 !important;
}
#single_post .container .blog_block .blog-post .findajob img {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 15vmax;
}
#single_post .container .blog_block .blog-post .findajob .findajob_text {
  margin: 2.5rem 0;
}
#single_post .container .blog_block .blog-post .findajob .findajob_text a {
  width: 100%;
}
#single_post .container .blog_block .blog-post .findajob .findajob_text a p {
  width: 100%;
  text-align: center !important;
}

#about .about_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7.5rem 15px 0;
}
#about .about_top > div {
  width: 50%;
  padding: 2.5rem;
}
#about .about_top .about_top_txt h3 {
  font-size: 32px;
  margin: 0 0 1.25rem 0 !important;
  font-weight: 500;
}
#about .tab_menu {
  display: flex;
  justify-content: center;
}
#about .tab_menu > div {
  width: 50%;
  text-align: center;
  padding: 1.25rem 0;
  border: 1px solid #012169;
  color: #012169;
}
#about .tab_menu > div:hover {
  cursor: pointer;
}
#about .tab_menu .tab_menu_active {
  font-weight: bold;
  background: #012169;
  color: #fff;
}
#about .tab_content {
  margin: 2.5rem 0;
}
#about .tab_content > div {
  display: none;
}
#about .tab_content > div .tab_content_1, #about .tab_content > div .tab_content_2 {
  display: flex;
  margin: 0 0 5rem 0;
  align-items: stretch;
}
#about .tab_content > div .tab_content_1 .tab_content_img, #about .tab_content > div .tab_content_1 .tab_content_txt, #about .tab_content > div .tab_content_2 .tab_content_img, #about .tab_content > div .tab_content_2 .tab_content_txt {
  width: 50%;
}
#about .tab_content > div .tab_content_1 .tab_content_img iframe, #about .tab_content > div .tab_content_1 .tab_content_txt iframe, #about .tab_content > div .tab_content_2 .tab_content_img iframe, #about .tab_content > div .tab_content_2 .tab_content_txt iframe {
  width: 100%;
  height: 100%;
}
#about .tab_content > div .tab_content_1 .tab_content_img h2, #about .tab_content > div .tab_content_1 .tab_content_txt h2, #about .tab_content > div .tab_content_2 .tab_content_img h2, #about .tab_content > div .tab_content_2 .tab_content_txt h2 {
  color: #012169 !important;
  font-weight: bold;
  font-size: 36px !important;
  line-height: 3rem;
  margin: 0 0 2.5rem 0;
}
#about .tab_content > div .tab_content_1 .tab_content_img h3, #about .tab_content > div .tab_content_1 .tab_content_txt h3, #about .tab_content > div .tab_content_2 .tab_content_img h3, #about .tab_content > div .tab_content_2 .tab_content_txt h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 1.25rem 0 0.5rem 0 !important;
}
#about .tab_content > div .tab_content_1 .tab_content_img .googlemap, #about .tab_content > div .tab_content_1 .tab_content_txt .googlemap, #about .tab_content > div .tab_content_2 .tab_content_img .googlemap, #about .tab_content > div .tab_content_2 .tab_content_txt .googlemap {
  height: 460px;
}
#about .tab_content > div .tab_content_1 .tab_content_img .icon, #about .tab_content > div .tab_content_1 .tab_content_txt .icon, #about .tab_content > div .tab_content_2 .tab_content_img .icon, #about .tab_content > div .tab_content_2 .tab_content_txt .icon {
  display: flex;
  align-items: center;
}
#about .tab_content > div .tab_content_1 .tab_content_img .icon svg, #about .tab_content > div .tab_content_1 .tab_content_txt .icon svg, #about .tab_content > div .tab_content_2 .tab_content_img .icon svg, #about .tab_content > div .tab_content_2 .tab_content_txt .icon svg {
  margin: 0 0.5rem 0 0;
}
#about .tab_content > div .tab_content_1 .tab_content_img p a, #about .tab_content > div .tab_content_1 .tab_content_txt p a, #about .tab_content > div .tab_content_2 .tab_content_img p a, #about .tab_content > div .tab_content_2 .tab_content_txt p a {
  color: #BC002D !important;
}
#about .tab_content > div .tab_content_1 .tab_content_img p a:hover, #about .tab_content > div .tab_content_1 .tab_content_txt p a:hover, #about .tab_content > div .tab_content_2 .tab_content_img p a:hover, #about .tab_content > div .tab_content_2 .tab_content_txt p a:hover {
  text-decoration: underline !important;
}
#about .tab_content > div .tab_content_1 .about_img_1, #about .tab_content > div .tab_content_2 .about_img_1 {
  background: url(../img/about/about_1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#about .tab_content > div .tab_content_1 .about_img_2, #about .tab_content > div .tab_content_2 .about_img_2 {
  background: url(../img/about/about_2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#about .tab_content > div .tab_content_1 .tab_content_txt {
  padding: 2.5rem 2.5rem 2.5rem 0;
}
#about .tab_content > div .tab_content_1 .tab_content_img {
  padding: 0 0 0 2.5rem;
}
#about .tab_content > div .tab_content_2 .tab_content_txt {
  padding: 2.5rem 0 2.5rem 2.5rem;
}
#about .tab_content > div .tab_content_2 .tab_content_img {
  padding: 0 2.5rem 0 0;
}
#about .tab_content .tab_content_active {
  display: block;
}

@media (max-width: 991px) {
  #about .about_top {
    flex-direction: column;
  }
  #about .about_top > div {
    width: 100%;
  }
  #about .about_top > div:nth-child(2) {
    padding: 1.25rem 0;
  }
  #about .tab_content > div .tab_content_1, #about .tab_content > div .tab_content_2 {
    flex-direction: column;
    margin: 0 0 0 0;
  }
  #about .tab_content > div .tab_content_1 .tab_content_txt, #about .tab_content > div .tab_content_1 .tab_content_img, #about .tab_content > div .tab_content_2 .tab_content_txt, #about .tab_content > div .tab_content_2 .tab_content_img {
    width: 100%;
    padding: 0;
  }
  #about .tab_content > div .tab_content_1 .tab_content_txt h2, #about .tab_content > div .tab_content_1 .tab_content_img h2, #about .tab_content > div .tab_content_2 .tab_content_txt h2, #about .tab_content > div .tab_content_2 .tab_content_img h2 {
    font-size: 32px !important;
    margin: 0 0 1.25rem 0;
    line-height: 2rem;
  }
  #about .tab_content > div .tab_content_1 .tab_content_img, #about .tab_content > div .tab_content_2 .tab_content_img {
    height: 50vh;
    margin: 1.25rem 0 2.5rem 0;
  }
  #about .tab_content > div .tab_content_2 {
    flex-direction: column-reverse;
  }
}
.contact_section {
  background: #eee;
}
.contact_section .contact_inner {
  max-width: 1000px;
  margin: 2.5rem auto 0;
  padding: 2.5rem;
  background: #fff;
}
.contact_section .contact_inner h1 {
  font-weight: bold;
  text-align: center;
  margin: 0 0 1.25rem 0;
}
.contact_section .contact_inner .contact_subtitle {
  font-weight: bold;
  text-align: center;
  margin: 0 0 2.5rem 0;
}
.contact_section .contact_inner p a {
  color: #BC002D !important;
}
.contact_section .contact_inner p a:hover {
  text-decoration: underline !important;
}
.contact_section .contact_inner hr {
  border: 1px solid #012169;
  margin: 1.25rem 0;
  width: 100%;
}
.contact_section .contact_inner .form-row .form-label {
  border: none;
}
.contact_section .contact_inner .form-row hr {
  border: 0.5px solid #eee;
  margin: 0 0 1.25rem 0;
}
.contact_section .contact_inner .form-row .wpcf7-quiz-label::after {
  content: "*";
  color: #BC002D;
  margin: 0 0 0 0.25rem;
}
.contact_section .contact_inner .form-row .wpcf7-list-item {
  margin: 0.5rem 0;
}
.contact_section .contact_inner .form-row .contact_submit_btn {
  padding: 0;
}
.contact_section .contact_inner .form-row .contact_submit_btn p input {
  background: #012169;
  border: 2px solid #012169;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
}
.contact_section .contact_inner .form-row .contact_submit_btn p input:hover {
  background: none;
  color: #012169;
  box-shadow: none;
}

.candidate_signup {
  background: #eee;
}
.candidate_signup .candidate_signup_inner {
  max-width: 1000px;
  margin: 2.5rem auto 0;
  padding: 2.5rem;
  background: #fff;
}
.candidate_signup .candidate_signup_inner h1 {
  font-weight: bold;
  text-align: center;
  margin: 0 0 1.25rem 0;
}
.candidate_signup .candidate_signup_inner .candidate_signup_subtitle {
  font-weight: bold;
  text-align: center;
  margin: 0 0 2.5rem 0;
}
.candidate_signup .candidate_signup_inner p a {
  color: #BC002D !important;
}
.candidate_signup .candidate_signup_inner p a:hover {
  text-decoration: underline !important;
}
.candidate_signup .candidate_signup_inner hr {
  border: 1px solid #012169;
  margin: 1.25rem 0;
  width: 100%;
}
.candidate_signup .candidate_signup_inner .candidate_signup_inner_from > .row {
  display: block;
  flex-wrap: none;
  margin-right: 0;
  margin-left: 0;
}
.candidate_signup .candidate_signup_inner .candidate_signup_inner_from > .row > div {
  max-width: 100%;
  margin: 1.25rem 0;
  padding: 0;
}
.candidate_signup .candidate_signup_inner .candidate_signup_inner_from > .row > div #submit-resume-form > p:nth-child(4), .candidate_signup .candidate_signup_inner .candidate_signup_inner_from > .row > div #submit-resume-form > div:nth-last-child(1) {
  display: none;
}
.candidate_signup .candidate_signup_inner .candidate_signup_inner_from > .row > div #submit-resume-form > div {
  max-width: 100%;
}
.candidate_signup .candidate_signup_inner .candidate_signup_inner_from > .row > div #submit-resume-form > div .form-label {
  border: none;
  font-weight: bold;
  padding: 0 0 0 0;
  display: block;
  margin: 0 0 0.5rem 0 !important;
}
.candidate_signup .candidate_signup_inner .candidate_signup_inner_from > .row > div #submit-resume-form > div > div > .form-check {
  text-align: left;
  padding: 0 0 1.25rem 0;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}
.candidate_signup .candidate_signup_inner .candidate_signup_inner_from > .row > div #submit-resume-form > div > div > .form-check > input {
  margin: 0 0.5rem 0 0;
  outline: auto;
}
.candidate_signup .candidate_signup_inner .candidate_signup_inner_from > .row > div #submit-resume-form > div > button[type=submit] {
  width: 100%;
  background: #012169;
  border: 2px solid #012169;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  font-weight: bold;
}
.candidate_signup .candidate_signup_inner .candidate_signup_inner_from > .row > div #submit-resume-form > div > button[type=submit]:hover {
  box-shadow: none;
  background: none;
  color: #012169;
}
.candidate_signup .candidate_signup_inner .candidate_signup_inner_from > .row > div #submit-resume-form > div > [data-toggle=buttons] > .active {
  background: #012169;
  border-color: #012169;
}
.candidate_signup .candidate_signup_inner .candidate_signup_inner_from > .row > div #submit-resume-form > div > [data-toggle=buttons] > .active span {
  color: #fff;
}
.candidate_signup .candidate_signup_inner .candidate_signup_inner_from > .row > div #submit-resume-form > .fieldset-resume_file .apply-section {
  display: none;
}
.candidate_signup .candidate_signup_inner .candidate_signup_inner_from > .row > div #submit-resume-form > .fieldset-resume_file > div {
  padding: 1.25rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.candidate_signup .candidate_signup_inner .candidate_signup_inner_from > .row > div #submit-resume-form > .fieldset-resume_file > div > .row {
  align-items: center;
}
.candidate_signup .candidate_signup_inner .candidate_signup_inner_from > .row > div #submit-resume-form > .fieldset-resume_file > div > .row > div > p {
  font-weight: bold;
}
.candidate_signup .candidate_signup_inner .candidate_signup_inner_from > .row > div #submit-resume-form > .fieldset-resume_file > div > p > span {
  color: #BC002D !important;
}

.page-title {
  background: none !important;
  padding: 10rem 0 2.5rem 0 !important;
}
.page-title h2 {
  font-size: 48px !important;
  font-weight: bold !important;
}

.second-page {
  max-width: 1200px;
  margin: 0 auto;
}
.second-page ul {
  background: none !important;
  justify-content: space-between !important;
}
.second-page .nav-pills .nav-item .nav-link {
  width: auto;
}
.second-page .nav-pills .nav-item .nav-link .is-active {
  background-color: #012169;
  width: 100%;
}

/*# sourceMappingURL=cm.css.map */
