.breadcrumbs-list {
  text-align: center;
}
.section-in {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .section-hr {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .section-hr {
    padding-bottom: 60px;
  }
}
@media (min-width: 1600px) {
  .section-hr {
    padding-bottom: 120px;
  }
}
.filter-tab-inner ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.filter-tab-inner ul li {
  list-style: none;
}
.filter-tab-inner ul li a {
  cursor: pointer;
  position: relative;
  padding: 8px 16px;
  color: #0d4b88;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  transition: all 0.3s linear;
}
@media (max-width: 767.98px) {
  .filter-tab {
    padding: 20px 15px 0;
  }
  .filter-tab-inner ul li {
    width: 100%;
  }
  .filter-tab-inner ul li.active a {
    border: 1px solid #0d4b88;
    border-radius: 30px;
  }
}
@media (min-width: 768px) {
  .filter-tab {
    transform: translateY(-50%);
  }
  .filter-tab-inner ul li {
    margin: 0 2px;
  }
  .filter-tab-inner ul li a {
    background-color: #e5eef7;
  }
  .filter-tab-inner ul li.active a {
    background-color: #0d4b88;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .filter-tab-inner ul li a {
    padding: 12px 32px;
    font-size: 14px;
  }
  .loading i {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .filter-tab-inner ul li a {
    padding: 18px 52px;
    font-size: 18px;
  }
}
.single-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.single-subtitle {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .single-title {
    font-size: 32px;
  }
  .single-subtitle {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .single-title {
    font-size: 44px;
  }
  .single-subtitle {
    font-size: 18px;
  }
}
.is_sticky {
  top: 0;
  position: sticky;
}
.left-col,
.right-col {
  margin-top: 30px;
}
#pagination {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
#pagination ul {
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 0 auto;
}
#pagination ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 1px solid #ececec;
  line-height: 40px;
  text-align: center;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  background: #fff;
}
#pagination ul li a {
  display: block;
  height: 100%;
  width: 100%;
}
#pagination ul li.active {
  background-color: #333;
  color: #fff;
}
.read-more__wrapper {
  text-align: center;
  padding: 20px 0;
}
.read-more-post {
  display: inline-block;
  padding: 5px 20px;
  background-color: #0d4b88;
  color: #fff !important;
  cursor: pointer;
}
.bgcolor_theme.header td {
  font-weight: 700;
}
table.tbl_top_listing thead tr td,
table.tbl_top_listing tbody tr td {
  padding: 10px 0;
}
table.tbl_top_listing thead tr td.link a,
table.tbl_top_listing tbody tr td.link a {
  color: #c99b52;
}
table.tbl_top_listing thead tr td {
  color: #0d4b88;
}
table.tbl_top_listing tbody tr td.column-primary {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.toggle-row {
  position: absolute;
  right: 8px;
  top: 10px;
  display: none;
  padding: 0;
  width: 40px;
  height: 40px;
  border: none;
  outline: 0;
  background: 0 0;
}
@media screen and (max-width: 767.98px) {
  table.tbl_top_listing thead tr.is-expanded td:not(.column-primary),
  table.tbl_top_listing tbody tr.is-expanded td:not(.column-primary) {
    display: block !important;
  }
  table.tbl_top_listing thead tr td,
  table.tbl_top_listing tbody tr td {
    position: relative;
  }
  table.tbl_top_listing thead tr td:not(.column-primary),
  table.tbl_top_listing tbody tr td:not(.column-primary) {
    display: none;
    padding: 3px 8px 3px 35%;
    position: relative;
    clear: both;
    width: auto !important;
    font-size: 13px;
  }
  table.tbl_top_listing thead tr td:not(.column-primary):before,
  table.tbl_top_listing tbody tr td:not(.column-primary):before {
    position: absolute;
    left: 10px;
    display: block;
    overflow: hidden;
    width: 32%;
    content: attr(data-name);
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  table.tbl_top_listing thead tr td.column-primary,
  table.tbl_top_listing tbody tr td.column-primary {
    padding-right: 50px;
    position: relative;
    clear: both;
    display: block !important;
    width: auto !important;
    border-top: 1px solid #ddd;
  }
  .toggle-row {
    display: block;
  }
  .toggle-row:target,
  .toggle-row:focus {
    outline: none;
  }
  .toggle-row:before {
    position: absolute;
    top: 0;
    left: 15px;
    border-radius: 50%;
    display: block;
    padding: 1px 2px 1px 0;
    color: #444;
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
  }
}
@media screen and (min-width: 768px) {
  table.tbl_top_listing thead tr td {
    white-space: nowrap;
  }
  table.tbl_top_listing thead tr td,
  table.tbl_top_listing tbody tr td {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
  }
  table.tbl_top_listing thead tr td.center,
  table.tbl_top_listing tbody tr td.center {
    text-align: center;
  }
  table.tbl_top_listing thead tr td:last-child,
  table.tbl_top_listing tbody tr td:last-child {
    width: 80px;
  }
  table.tbl_top_listing thead tr td.column-primary,
  table.tbl_top_listing tbody tr td.column-primary {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  table.tbl_top_listing thead tr td,
  table.tbl_top_listing tbody tr td {
    padding: 20px 0;
    font-size: 14px;
    line-height: 24px;
  }
  table.tbl_top_listing thead tr td:last-child,
  table.tbl_top_listing tbody tr td:last-child {
    width: 112px;
  }
  table.tbl_top_listing tbody tr td.column-primary {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  table.tbl_top_listing thead tr td,
  table.tbl_top_listing tbody tr td {
    font-size: 16px;
    line-height: 28px;
  }
  table.tbl_top_listing thead tr td:last-child,
  table.tbl_top_listing tbody tr td:last-child {
    width: 130px;
  }
  table.tbl_top_listing tbody tr td.column-primary {
    font-size: 18px;
  }
}

/*
  Them
*/
.Reqbody{ display: flex; justify-content:space-between; }
.Reqbody .Reqcontent{ width: 60%; background: #f0f0f0;}
.Reqbody .Reqsend{ width: 40%; padding: 5%;}
.job-bgblack{  background: #103d6c;}
.job-padding{ padding: 0;}
.job-padding button.close{ position: absolute; right: 15px; opacity: 1; color: #fff;font-weight: 300;font-size: 55px;}
.Reqtitle{font-size: 26px;line-height: 32px;color: #1d1d1d;text-transform: uppercase; font-weight: 700;}
.Reqarea-local{padding:  15px 0;}

.wpcf7-form-row {
    margin: 15px 0;
}

.wpcf7-form-row .wpcf7-form-control-wrap {
    height: 40px;

}



 
.wpcf7-form-row .wpcf7-form-control-wrap input[type=text],.wpcf7-form-row .wpcf7-form-control-wrap input[type=tel],.wpcf7-form-row .wpcf7-form-control-wrap input[type=email] {  
    cursor: pointer;
    width: 100%;
    height: 50px;
    background: #485b7d;
    padding: 15px;
    color: #fff;
    border: 0;
    outline: 0;
    border-radius: 0;
    transition: .4s;
    -webkit-transition: .4s;
    -o-transition: .4s;
 }
.wpcf7-form-row .wpcf7-form-control-wrap input[type=text]:focus,.wpcf7-form-row .wpcf7-form-control-wrap input[type=tel]:focus,.wpcf7-form-row .wpcf7-form-control-wrap input[type=email]:focus {
  /*background-color: #484747;*/
}
.wpcf7-form-row label{ color: #8a8d8f; }


.wpcf7-form-row .wpcf7-form-control-wrap .text_upload_file {
    width: calc(100% - 90px);
    color: #8a8d8f;
    position: absolute;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.input_file_form {
    width: 100%;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
}
.input_file_form input {
    width: 90px;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
}
.input_file_form .text_upload_file {
    width: calc(100% - 90px);
    color: #f0eeee;
    position: absolute;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.input_file_form .btn_upload_file {
    min-width: 90px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    right: 0;
    z-index: 1;
}
.btn_main {
   height: 38px;
  text-align: center;
  background: #c99b52;
  padding: 9px 15px;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  -webkit-transition: .6s;
  font-weight: 600;
}
 
.line_style{
  height: auto;
  padding: 7px 50px;
  background: none;
  border: 3px solid #707070;
  color: #c99b52;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  transition: .6s;
  -webkit-transition: .6s;
  -o-transition: .6s;
  border-radius: 0;
  cursor: pointer;

}

.apply-row input[type="submit"]:hover{
  background-color: #c99b52;
  color: #fff;
}

.scrollBbar 
{ 
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 390px;
}


.modal-dialog{
  margin: 1.4rem auto;
}
.modal-custum{
  width: 1100px;
  max-width: 1100px;
  
}
.modal{ z-index: 99999; }
.apply_job_title{  
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;

}
.form_modal {
    padding: 50px;
}
.form_modal_left{
  padding: 50px 15px 50px 50px;
}

.title_top {font-size: 100px;line-height: 100px;color: #8a8d8f;text-transform: uppercase;display: flex !important;align-items: center;margin-top: -10px;}
.pd-2 { padding: 40px 0;}
#main_wrapper {width: 100%;min-height: calc(100vh - 272px);margin: auto;position: relative;z-index: 10;}
#main_wrapper.pd_top { padding-top:10px;}
.listing_career {margin-top: 0px;margin-bottom: 50px;display: grid;grid-template-columns: repeat(3, 1fr);grid-template-rows: 280px;border: 1px solid #8a8d8f;grid-gap: 1px;background: #8a8d8f;}
.listing_career .thumb_career {width: 100%; height: 280px;}
.listing_career .thumb_career a {width: 100%;height: 100%;display: block;position: relative;background: #e7e7e7;padding: 50px 28px;display: grid;grid-template-rows: 60px 80px 1fr;color: #1d1d1d;transition: .6s;-webkit-transition: .6s;-o-transition: .6s;}
.listing_career .thumb_career a .title_career {font-size: 18px;line-height: 30px;color: #1d1d1d;text-transform: uppercase;display: -webkit-inline-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;font-family: "Montserrat", Helvetica, sans-serif;font-weight: 700;}
.listing_career .thumb_career a .location_career {padding: 15px 0 5px 0;}
.listing_career .thumb_career a .location_career p {margin: 0;}
.listing_career .thumb_career a .btn_career {display: table;}
.listing_career .thumb_career a:hover {background: #0d4b88;transition: .6s;-webkit-transition: .6s;-o-transition: .6s; color: #fff;}
.listing_career .thumb_career a:hover .title_career {color: #fff;}
.listing_career .thumb_career a:hover .a_link span {color: #fff;}
.listing_career .thumb_career a:hover .a_link.black i svg path, .a_link.black i svg polygon {
    fill: #fff;
}



.a_link {color: #fff;display: inline-flex;align-items: center;}
.a_link i {width: 25px;height: 25px;position: relative;bottom: -0.5px;}
.a_link.black i::before {
    background: url(../img/arrow_next_black.svg) no-repeat center;
}
.a_link i::before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    background: url(../img/arrow_next.svg) no-repeat center;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%) scale(0);
    -webkit-transform: translateX(-100%) scale(0);
    -o-transform: translateX(-100%) scale(0);
    transition: .6s cubic-bezier(0.61, 0.22, 0.23, 1);
    -webkit-transition: .6s cubic-bezier(0.61, 0.22, 0.23, 1);
    -o-transition: .6s cubic-bezier(0.61, 0.22, 0.23, 1);
}
.a_link i svg {
    width: 25px;
    height: 25px;
    opacity: 1;
    visibility: visible;
    transform: translateX(0%) scale(1);
    -webkit-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    transition: .6s cubic-bezier(0.61, 0.22, 0.23, 1);
    -webkit-transition: .6s cubic-bezier(0.61, 0.22, 0.23, 1);
    -o-transition: .6s cubic-bezier(0.61, 0.22, 0.23, 1);
} 


.a_link span {
    font-weight: bold;
    margin-left: 12px;
    letter-spacing: 0.5px;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    transition: .6s;
    -webkit-transition: .6s;
    -o-transition: .6s;
    color: #1d1d1d;
}
.a_link.small span {
    text-transform: none;
    font-size: 14px;
}
 

/*
  benifit
*/
.title_benefit {
    font-size: 60px; 
    line-height: initial;
    color: #ecc41b;
    text-transform: none;
    letter-spacing: -1px;
    margin-bottom: 40px;
}
.list_benefit { 
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.list_benefit .item {
    padding: 20px 40px 20px 0;
}
.list_benefit .item strong, .list_benefit .item b {
    font-family: bb;
    font-size: 16px;
    line-height: 24px;
}
.mReq-back,.mReq-next{
  padding: 7px 0;
  text-align: center;
}
.mReqnext,.mReqback{
  padding: 7px 15px;
  background-color: #1d1d1d;
  color: #fff;
}


@media (min-width: 1366) {
   .modal-custum{ width:  width: 1100px; max-width: 1100px; }
}

@media (min-width: 1200px) {
    .modal-custum{ width: 82% ; }
}
@media (min-width: 879px) {
  .modal-custum{ width: 82% ; }
  .mReq-back,.mReq-next{ display: none; }
} 

@media screen and (max-width: 878px) {
  .mReq-back,.mReq-next{ display: block; }
  .Reqbody .Reqcontent{ width: 100%; background: #f0f0f0;}
  .Reqbody .Reqsend{ width: 100%; padding: 5%; display: none;}

  .listing_career {
      margin-top: 30px;
      margin-bottom: 30px;
      grid-template-columns: 1fr;
      grid-template-rows: auto;
  }
  .listing_career .thumb_career{
    height: auto;
  }
  .listing_career .thumb_career a{
    padding: 20px 28px;
  }
  .modal-custum{ width: 80%; }
  .form_modal_left {
    padding: 50px 15px 50px 20px;
  }
  .Reqtitle {
    font-size: 18px;
  }

}

 @media only screen and (min-width: 1200px) and (-ms-high-contrast:none)
 {
    .listing_career{ display: flex; flex-wrap: wrap; }
    .listing_career .thumb_career{ width: 33.333%; border: 0.6px solid #666363; }
 }
@media only screen and (-ms-high-contrast:none) and (min-width: 900px)
 {
    
 }
@media only screen and (-ms-high-contrast:none) and (min-width: 578px)
 {
     
 }


