
.btn-apply {
  padding: 12px 20px;
  gap: 8px;
  background: var(--company-color);
  border-radius: 4px;
  /*color: var(--company-complementary-color) !important;*/
  color: var(--company-complementary-color);
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}

.btn-apply:active {
  background: var(--company-complementary-color) !important;
  color: var(--company-color) !important;
}


.btn-apply i {
  margin-right: 12px;
}

.btn-apply:disabled {
  background: #999 !important;
  color: #ccc !important;
  cursor:default
}

.company_logo {
  margin-top: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  height: 26px;
  background-size: 20px 32px;
}

.dz-button {
  background: #fff0 !important;
  border: #fff0 !important;
  color: #5d596c;
  font-size: 17px;
}

.small-info {
  color: Grey;
  margin-top: 5px;
  font-size: 0.7rem;
  line-height: 1.2;
}

.form-label.required {
  cursor: help;
}
.form-label.required::after {
  content: " *";
  color: red;
  font-size: 17px;
}

.icon-dropdown {
  margin-left: 10px;
  padding-right: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.st-btn {
  border-radius: 22px !important;
}

.job-offer-video {
	width:100%;
	max-width:100%;
	height: 480px;
}

.additional-pictures {
  text-align: center;
}

.additional-pictures img {
  margin-bottom: 27px;
}

.job-contact {
  text-align: center;
}

.job-contact .adv_avatar {
  max-width:120px;
  margin: auto;
}

.job-contact .adv_avatar img {
  border: 1px solid #ddd;
  border-radius: 50%;
}

.job-contact .title {
  font-size: 16px;
  margin-bottom: 14px;
}

.job-contact .name {
  margin-top: 14px;
  font-size: 18px;
  font-weight: bold;
}

.job-contact .function {
  margin-top: 0px;
  font-size: 16px;
}

.job-contact .emailphone {
  margin-top: 10px;
  font-size: 16px;
  /* font-weight: bold; */
}
.ilovepdf {
  text-align: center;
}
.ilovepdf .title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;  
}
.ilovepdf .description {
  font-size: 16px;
  margin-bottom: 6px;
  min-height: 35px;
  line-height: 0.8em;
}


.tf-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 1440px;
  max-width: 100%;
}

.over-flow-hidden {
  overflow: hidden;
}

.job-article .inner-content {
  padding: 9px 34px 10px 29px;
 
}

.job-article .inner-content h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 17px;
  /* text-transform: capitalize; */
}

.job-article .inner-content h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
  /* text-transform: capitalize; */
}

.job-article .inner-content-text>p,
.job-article .inner-content>p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22.05px;
  color: #64666c;
  margin-bottom: 16px;
}

.job-article .inner-content p.mg-19 {
  margin-bottom: 19px;
}

.job-article .inner-content p.mg-39 {
  margin-bottom: 39px;
}

.job-article.stc .widget-dash-video .gallery-slide {
  margin: 0 0 40px 0;
}

.job-article.stc .form-candidate h5 {
  margin-bottom: 24px;
}

.job-article.stc .form-candidate .ip textarea {
  height: 110px;
}

.form-details.stc .preview-cv.mgt-32 {
  margin-top: 30px;
  margin-bottom: 32px;
}

.list-dot {
  margin-bottom: 19px;
}

.list-dot li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #64666c;
  display: flex;
}

.list-dot li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #64666c;
  content: "";
  display: block;
  margin-left: 9px;
  margin-right: 10px;
  margin-top: 12px;
  flex-shrink: 0;
}

.group-job-sidebar {
  margin-right: -7px;
}

.job-article .inner-content.home2 {
  overflow-y: scroll;
  height: 70vh;
}

.form-details.job-sg {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.form-details.job-sg.add-mgt {
  margin-top: 110px;
}

.form-sticky {
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.form-sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: #fff;
}

.job-article::-webkit-scrollbar-track,
.job-article .inner-content::-webkit-scrollbar-track,
.form-details.job-sg::-webkit-scrollbar-track {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-left: unset;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.job-article::-webkit-scrollbar-thumb,
.job-article .inner-content::-webkit-scrollbar-thumb,
.form-details.job-sg::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.job-article::-webkit-scrollbar,
.job-article .inner-content::-webkit-scrollbar,
.form-details.job-sg::-webkit-scrollbar {
  width: 5px;
  height: 50px;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.list-dot.mg-bt-15 {
  margin-bottom: 15px;
}

.post-navigation {
  justify-content: space-between;
  padding: 0 41px;
}


.post-navigation .list-social li a {
  background: #f1f1f1;
}

.post-navigation .wd-social span {
  font-weight: 600;
  margin-right: 15px;
}

.post-navigation {
  margin-bottom: 40px;
}

.hide-scroll::-webkit-scrollbar,
.client-review .btn-like {
  display: none;
}

.hide-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.form-details {
  background: #f8f8f8;
  box-shadow: 0px 2px 2px rgba(28, 36, 51, 0.1);
  border-radius: 8px;
  padding: 24px 24px 24px 24px;
}

.form-details h6 {
  font-size: 20px;
  line-height: 28px;
  /* text-transform: capitalize; */
  margin-bottom: 17px;
}

.form-details .list-infor {
  margin-bottom: 25px;
}

.form-details .list-infor li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 17px;
  border-bottom: 1px solid #e5e5e5;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #64666c;
  gap: 15px;
}

.form-details .list-infor li .detail {
  color: #121212;
  font-weight: 500;
}

.form-details .list-infor li .detail.logo img {
  max-width: 250px;
  max-height: 200px;
  text-align: center;
}

.form-details .list-infor li .detail.logo {
  margin: auto;
}

.form-details p {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 11px;
}

.form-details .map-content {
  border: 8px solid #ffffff;
  margin-bottom: 33px;
}

.form-details .list-infor li .detail a {
  color: var(--company-color);
}

.form-details .map-content iframe {
  width: 100%;
  height: 276.75px;
}

.form-details .wd-social {
  margin-top: -8px;
  justify-content: space-between;
}

.form-details .form-job-single h6 {
  margin-bottom: 25px;
}

.form-details .form-job-single input,
.form-details .form-job-single textarea {
  background: #ffffff;
  padding: 12px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
}

.form-details .form-job-single {
  margin-top: 30px;
}

.form-details .form-job-single input {
  margin-bottom: 19.6px;
}

.form-details .form-job-single textarea {
  height: 100px;
}

.form-details .form-job-single input::placeholder,
.form-details .form-job-single textarea::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #64666c;
}

.form-details .form-job-single button {
  padding: 12px 28px;
  background: var(--company-color);
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  color: #ffffff;
  border-color: transparent;
  width: 100%;
  margin-top: 24px;
}

.form-details .wd-social span {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}

.form-details .wd-social ul li a {
  background: #e5e5e5;
}

.form-details .wd-social ul li a:hover {
  background: var(--company-color);
}

.col-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}


.job-article.single-job .inner-content {
  padding: 0px;
  padding-right: 40px;
}

.job-article.single-job .post-navigation {
  padding: 0;
}

.job-article.single-job .menu-tab {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 23px;
}

.job-article.single-job .menu-tab li {
  font-size: 16px;
  line-height: 26px;
  /* text-transform: capitalize; */
  font-weight: 700;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  color: #b1b1b1;
  padding-bottom: 5px;
}

.job-article.single-job .menu-tab li.active {
  border-color: var(--company-color);
  color: #121212;
}

.job-article.single-job .menu-tab li:not(:last-child) {
  margin-right: 24px;
}

.header-block {
  padding: 40px 40px 30px 40px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  margin-bottom: 48px;
  background: #fff;
}

.header-block .content-left {
  display: flex;
  align-items: center;
  flex: 1;
}

.header-block .content-left .thumb {
  width: 100px;
  height: 100px;
  margin-right: 32px;
}

.header-block .content-left .thumb img {
  width: 100%;
}

.header-block .content-left .content .category {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: var(--company-color);
}

.header-block .content-left .content h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 3px;
  word-break: break-word;
}

.header-block .content-left .content h6 span {
  width: 20px;
  height: 20px;
  background: #504cfe;
  border-radius: 99px;
  color: #fff;
  margin-left: 6px;
}

.header-block .content-left .content .job-info {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #64666c;
  margin-bottom: 15px;
}

.header-block .content-left .content .job-info span {
  margin-right: 5px;
}

.header-block .content-left .content .job-info li:not(:last-child) {
  margin-right: 10px;
}

.header-block .content-left .content .tags {
  display: flex;
}

.header-block .content-left .content .tags a, 
.header-block .content-left .content .tags span {
  padding: 8px 16px;
  background: #f1f1f1;
  border-radius: 52px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.header-block .content-left .content .tags li:not(:last-child) {
  margin-right: 8px;
}

.inner-content .share,
.header-block .content-right .top .share,
.header-block .content-right .top .wishlist {
  width: 40px;
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  transition: all 0.3s ease-in-out;
}

.header-block .content-right .top .wishlist:hover {
  color: #eb4d4d;
}

.header-block .content-right .gr-rating,
.header-block .content-right .price {
  display: flex;
  align-items: center;
  justify-content: right;
}

.header-block .content-right .gr-rating p {
  margin-right: 13px;
}

.header-block .content-right .price .icon-dollar {
  background: var(--company-color);
  color: #fff;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 8px;
}

.header-block .content-right .price p {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #121212;
}

.header-block .content-right .price p span {
  color: #64666c;
}

.header-block .content-right .top {
  margin-bottom: 10px;
}

.header-block .content-right .gr-rating {
  margin-bottom: 7px;
}

.single-job-thumb img {
  /* height: 431px; */
  width: 100%;
  object-fit: cover;
}

.single-job-thumb.st2 {
  margin-bottom: 0px;
}

.form-details.st2 {
  margin-top: -70px;
}


.btn-pri,
.wd-meta-select-job button.btn-pri {
  margin-top: 0;
}

.tf-container.st3 {
  width: 1201px;
}

.tf-container.st4 {
  width: 960px;
}

.job-article.single-job .menu-tab.stc {
  margin-bottom: 15px;
  margin-top: 6px;
}

.video-thumb {
  margin-bottom: 30px;
}

.video-thumb .thumb img {
  width: 100%;
  height: 492px;
  object-fit: cover;
}

.video-thumb .thumb {
  position: relative;
  margin-bottom: 20px;
}

.video-thumb .thumb a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-thumb .thumb-menu {
  display: flex;
  margin-left: -20px;
}

.video-thumb .thumb-menu li {
  width: calc(33.33333% - 20px);
  margin-left: 20px;
  cursor: pointer;
}

.video-thumb .thumb-menu li img {
  /* height: 160px; */
  object-fit: cover;
  width: 100%;
}


.content-right #map,
.content-right iframe {
  width: 100%;
  height: 100%;
}


.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

#map {
  height: 600px;
  width: 100%;
}


.content-tab.padding {
  padding-right: 80px;
}

.tf-container.ct1 {
  width: 1490px;
  margin-left: auto;
  margin-right: auto;
}


#map .infoBox {
  margin-left: 170px;
  margin-bottom: -100px;
}

.content-tab.jobs-tab {
  padding: 0px 13px;
}


/* Inner page section spacing */
.inner-jobs-section {
  padding-bottom: 60px;
  background: #fff;
}

.content-left .widget-filter.mb1 {
  margin-bottom: 40px;
}


.tf-container.st5 {
  width: 1234px;
}


/* .btn-primary {
  background-color: var(--company-color);
  border: 1px solid var(--company-color);
  text-transform: capitalize;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:focus {
  background-color: #148160;
  border: 1px solid #148160;
  box-shadow: unset;

} */




/* -------------------- */
/* ---- Responsive ---- */
/* -------------------- */

@media only screen and (max-width: 1600px) {

  .form-details.job-sg.add-mgt {
    margin-top: 0px;
  }

}

@media only screen and (max-width: 1400px) {

  .post-navigation {
    padding: 0px;
  }

  .form-details .list-partner li a {
    margin-bottom: 10px;
  }

  .content-right {
    padding-right: 0px;
  }

}

@media only screen and (max-width: 1200px) {

  .job-article .inner-content,
  .form-checkout.form-checkout.form-stc {
    padding: 0px;
  }

  .content-job {
    max-width: 100%;
  }

  .form-details .wd-social span {
    margin-right: 20px;
  }

  .header-block {
    padding: 25px;
  }

}

@media only screen and (max-width: 1024px) {

  .post-navigation {
    display: block !important;
  }

  .wd-social {
    margin-bottom: 30px;
  }

}

@media only screen and (max-width: 991px) {

  .header-block .content-left .content .job-info {
    flex-wrap: wrap;
  }
 
  .header-block {
    padding: 20px;
  }

  .job-article.single-job .inner-content {
    padding: 0;
  }

  .form-details.job-sg {
    height: unset;
    overflow: unset;
    margin-top: 50px;
  }

  .job-article .inner-content.home2 {
    height: unset;
    overflow: unset;
  }

  .form-details.st2 {
    margin-top: 40px;
  }

  .job-article {
    overflow-y: unset;
    height: unset;
  }

  .header-block .content-left .content .job-info {
    flex-wrap: wrap;
  }

  .form-sticky {
    position: relative;
  }

  .col-sticky {
    position: relative;
    top: 0 !important;
  }  

}

@media only screen and (max-width: 768px) {

  .header-block {
    display: block;
  }

  .header-block .content-left .thumb {
    margin-right: 15px;
  }

  .header-block {
    gap: unset;
  }

  .header-block .content-right .gr-rating,
  .header-block .content-right .price {
    justify-content: flex-start;
  }

  .header-block .content-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }

  .header-block .content-right .top {
    margin-bottom: 0px;
  }

  .header-block .content-right .top .share,
  .header-block .content-right .top .wishlist {
    margin-right: 7px;
  }

  .header-block .content-right .price .icon-dollar,
  .header-block .content-right .gr-rating p {
    margin-right: 5px;
  }

  .header-block .content-left .content .job-info {
    flex-wrap: wrap;
  }

  .content-right {
    padding: 50px 10px;
  }

  .form-details {
    margin-top: 20px;
  }

}

@media only screen and (max-width: 700px) {
}

@media only screen and (max-width: 550px) {

  .header-block .content-right {
    flex-direction: column-reverse;
    gap: 15px;
    align-items: flex-start;
  }

  .content-tab.padding {
    padding: 0;
  }

}

@media only screen and (max-width: 480px) {
}


@media print {
 
  .form-details {
    background: none;
    box-shadow: none;
    padding: 0px 9px 0px 9px;
  }

  .job-contact {
    break-inside: avoid;
    width: 48%;
    float: left;
    border: 1px solid #ccc;
    background: #f8f8f8;;
    margin: 1%;
    padding: 12px;
    min-height: 360px;
  }

  .job-contact .title {
    min-height: 30px;
  }
  

  .company-details {
    break-inside: avoid;
    border: 1px solid #ccc;
    background: #f8f8f8;;
    margin: 0px !important;
    padding: 15px !important;
    line-height: 8px !important;
    border: 1px solid #ccc !important;    
    border-radius: 8px;
    width: 96%;
  }

  .form-details .list-infor li {
    line-height: 8px !important;
  }

  .form-details .list-infor li {
    border: 0px;
  }

  .job-description {
    margin-left: 15px;
  }

  .additional-pictures{
    display: block ruby;
  }
  .additional-picture3 {
    width: 33%;
  }
  .additional-picture2 {
    width: 50%;
  }
  .additional-picture1 {
    width: 100%;
  }

  .form-sticky {
    position: relative;
  }

  .inner-content-text ul li::before {
    display: none !important;
  }

  .inner-content-text ul, .inner-content-text ol {
    list-style-type: disc !important;
    padding-left: 20px !important;
  }

  .inner-content-text li {
      display: list-item !important;
  }

}