/* Slider */

.listjob {
    display: none;
}
.home-ad {
    background: #f4f7f6;
}

 #freepost{
    display: none !important;
 }
 
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

body {
  font-family: 'Poppins', sans-serif;
  color: #212439;
}

:focus,
:active {
  outline: none !important;
}

.normal {
  height: 18px;
}

.red_like {
    cursor: pointer;
}

.red_like .active {
  display: none;
}

.red_like.active .normal {
  display: none;
  height: 18px;
}

.red_like.active .active {
  display: block;
  height: 18px;
}

.logined_btn {
  color: #212439;
}

.tooltip {
  opacity: 1;
  top: -4px;
}

.map_link {
  display: none;
}

.offset_lg_3 {
  margin-left: 25%;
}

.collapse.show {
  display: block;
}

video {
  max-width: 100%;
}

.more_link {
  color: #0d81a7;
  line-height: 1;
  padding-bottom: 11px;
  border-bottom: 2px solid #6fa8c1;
}

.about_text .full{
  display: none;
}

.more_link:hover {
  text-decoration: none;
}

.no_padding {
  padding-left: 0;
  padding-right: 0;
}

.primary-menu > .dropdown {
  display: inline-block;
}

.primary-menu > .dropdown.show {
  display: inline-block !important;
}

.color_lightgray {
  color: #adaeae;
}

.bold_500 {
  font-weight: 500;
}

.bold_700 {
  font-weight: 700;
}

.bold_300 {
  font-weight: 300;
}

.bold_600 {
  font-weight: 600;
}

.trending_companies_slide {
  padding: 0 5px;
}

a.detail_report_link {
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  color: #adaeae;
  margin-left: 28px;
  margin-right: 17px;
}

a.detail_report_link img {
  margin-right: 7px;
}

a.detail_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #212439;
  margin-right: 39px;
}

a.detail_btn_icon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

a.detail_btn_icon img {
  width: 21px;
  height: 19px;
  -o-object-fit: contain;
  object-fit: contain;
  font-size: 12px;
  font-weight: 300;
}

a.detail_btn.detail_btn_icon.red_like {
  text-decoration: none !important;
}

a.detail_btn.detail_btn_icon.red_like span {
  text-decoration: none !important;
}

a.detail_btn.detail_btn_icon.red_like.active,
a.detail_btn.detail_btn_icon.share_btn {
  text-decoration: none !important;
}

a.detail_btn.detail_btn_icon.red_like.active img,
a.detail_btn.detail_btn_icon.share_btn img {
  background: none;
}

.detail_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_mobile_menu {
  display: none;
}

.header_close_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #dbddde;
  height: 82px;
  width: 72px;
}

.header_detail {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header_detail_time {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_detail_container {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding-right: 15px;
}

.header_detail_title {
  font-size: 26px;
  font-weight: 600;
  color: #212439;
  margin-bottom: 6px;
}

.header_detail_title_box_sm {
  display: none;
}

.header_detail_title_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_detail_title_sub img {
  margin: 0 9px;
}

.header_detail_icon {
  width: 143px;
  height: 42px;
  margin-left: 43px;
  margin-right: 43px;
}

.header_detail_icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.header_detail_info {
  text-align: right;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: right;
}

.header_detail_info_md {
  display: none;
}

.header_detail_info_position {
  color: #212439;
  line-height: 1;
  margin-bottom: 6px;
}

.header_detail_info_applicants {
  color: #adaeae;
  line-height: 1;
  white-space: nowrap;
}

.header_detail_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_detail_btn_icon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header_detail_btn_apply {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 275px;
  height: 55px;
  border-radius: 4px;
  background-color: #0d81a7;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #0d81a7;
}

.header_detail_btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.header_detail_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_detail_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_homepage {
  padding-left: 10px;
  padding-right: 10px;
}

.bg_primary {
  background-color: #0d81a7;
}

.bg_darkblue {
  background-color: #173b47;
}

.color_primary {
  color: #0d81a7;
}

.color_white {
  color: #fff;
}

.header_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_box .primary-menu {
  width: 100%;
}

.primary-menu > a {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  color: #212439;
  font-weight: 400;
}

.primary-menu .dropdown-toggle {
  padding-left: 20px;
  padding-right: 20px;
  color: #212439;
  font-weight: 400;
  font-size: 16px;
}

.dropdown-menu.show {
  display: block;
  margin: 25px -20px 0;
  min-width: 190px;
}

i {
  font: normal normal normal 14px/1 FontAwesome;
}

.logined_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 29px;
  padding-right: 10px;
}

.logined_user {
  min-width: 20px;
  min-height: 20px;
  height: 20px;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 14px;
  border-radius: 50%;
  border: 2px solid #212439;
}

.logined_info {
  white-space: nowrap;
}

.logined_info div {
  line-height: 1.4;
}

.logined_info div:last-child {
  color: #0d81a7;
}

.sign_link {
  background-color: #0d81a7;
  width: 156px;
  height: 42px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.sign_link {
  background-color: #0d81a7;
  width: 156px;
  height: 42px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.login_link {
    background-color: #ffffff;
    width: 156px;
    height: 42px;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #0d81a7;
    font-size: 14px;
    font-weight: 700;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    margin-right: 6px;
    border-width: 0;
}

.search_jobs_logo {
  margin-top: 159px;
  margin-bottom: 8px;
}

.search_jobs_logo {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 938px;
}

.search_form input {
  height: 55px;
  width: 275px;
  padding-left: 48px;
  border-radius: 4px;
  background-color: #fff;
  color: #212439;
  border: none;
}

.search_form input::-webkit-input-placeholder {
  color: #212439;
  font-size: 16px;
}

.search_form input::-moz-placeholder {
  color: #212439;
  font-size: 16px;
}

.search_form input:-ms-input-placeholder {
  color: #212439;
  font-size: 16px;
}

.search_form input::-ms-input-placeholder {
  color: #212439;
  font-size: 16px;
}

.search_form input::placeholder {
  color: #212439;
  font-size: 16px;
}

.search_form button {
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;
  height: 55px;
  color: #ffffff;
  background-color: #0d81a7;
  border: none;
  width: 275px;
}

.search_form .search_input {
  width: 355px;
}

.search_group {
  margin-left: 5px;
  margin-right: 5px;
}

.search_text_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 12px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.search_text_link_box {
  margin-left: auto;
}

.search_text_link_box a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
}

.search_text_link_box a:hover {
  text-decoration: none;
}

.search_container_title {
  font-size: 32px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin-bottom: 39px;
}

.search_input {
  background-image: url("../images/img/search-cion.png");
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: 16px center;
}

.search_location {
  background-image: url("../images/img/location-icon.png");
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: 16px center;
}

.search_text_box span {
  color: #868686;
  padding: 4px 5px;
  background-color: rgba(0, 0, 0, 0.4);
  margin-left: 5px;
  margin-right: 5px;
}

.search_text_box span:first-child {
  margin-left: 0;
}

.search_text_box span:last-child {
  margin-right: 0;
}

.search_text_box a:hover {
    color: #868686;
}

.box_justify_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search_container {
  background-image: url("../images/img/hero-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 101px;
  padding-bottom: 77px;
}

.pl_pr_7 {
  padding-left: 7px;
  padding-right: 7px;
}

.pt_pb_7 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.featured_info .info_icon {
  margin-bottom: 18px;
}

.featured_container {
  margin-top: 60px;
}

.featured_container .slick-dots {
  margin-top: 40px;
  margin-bottom: 0;
}

.featured_container .title_box {
  margin-bottom: 31px;
}

.featured_title {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  color: #212439;
}

.featured_jobs_like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured_jobs_like span {
  margin-right: 9px;
}

.featured_jobs_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured_jobs_count img {
  margin-right: 11px;
}

.featured_content {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 26px;
}

.featured_slide {
  max-width: 1170px;
}

.featured_slide_box {
  width: 100%;
}

.featured_slide_box_lg {
  min-width: 584px;
}

.featured_slide_box_lg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.featured_slide_title {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  color: #212439;
}

.featured_slide_title_img {
  margin-right: 25px;
}

.featured_slide_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.featured_slide_content {
  padding-left: 65px;
}

.featured_posted_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.box_justify_between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section_link {
  display: block;
  padding-bottom: 7px;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1;
  border-bottom: 2px solid #6fa8c1;
}

.view_link {
  display: block;
  padding-bottom: 7px;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1;
}

#showcompanies {
    display: none;
}

.section_link img {
  margin-left: 11px;
  width: 9px;
  height: 9px;
}

.section_link:hover {
  text-decoration: none;
}

.section_link_if {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title_box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_icon img {
  margin-right: 10px;
  margin-top: 6px;
  min-width: 14px;
  min-height: 14px;
  height: 14px;
  width: 14px;
  -o-object-fit: contain;
  object-fit: contain;
}

.posted_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.posted_jobs_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.posted_jobs_count img {
  margin-right: 11px;
}

.posted_jobs_like {
  float: right;
}

.posted_jobs_like span {
  margin-right: 9px;
}

.trending_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 284px;
  height: 65px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1;
  border: 2px solid #0d81a7;
  background-color: #fff;
  color: #0d81a7;
  border-radius: 4px;
  margin-right: 7.5px;
  margin-left: 7.5px;
  margin-bottom: 15px;
}

.trending_btn_text_big {
  font-weight: 700;
  font-size: 18px;
}

.trending_btn_primary {
  background-color: #0d81a7;
  color: #fff;
}

.trending_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 42px;
}

.trending_container {
  padding-top: 123px;
  padding-bottom: 65px;
}

.trending_container .info_icon img {
  margin-right: 10px;
}

.trending_container .info_icon span {
  font-size: 12px;
  line-height: 2;
  font-weight: 300;
}

.trending_header {
  height: 150px;
}

.trending_header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.featured_all_container {
    padding-top: 50px;
    padding-bottom: 65px;
    grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 1fr;
}

.featured_all_column {
  float: left;
  width: 25%;
  padding: 10px 5px 10px;
}

.featured_all {
  height: 30px;
  text-align: center;
}

.featured_all img {
  object-fit: fill;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  text-align: center;
}

.trending_title {
  margin-top: 0;
  line-height: 1.5;
  color: #212439;
  font-size: 18px;
  font-weight: bold;
}

.trending_title_header {
  color: #212439;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 31px;
}

.trending_header {
  position: relative;
}

.trending_header_icon {
  position: absolute;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #ffffff;
  width: 64px;
  height: 64px;
  z-index: 3;
  bottom: -32px;
  right: 20px;
}

.trending_header_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.trending_card {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

.featured_all_card {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  height: 280px;
}

.trending_main {
  padding: 45px 20px 20px 20px;
}

.blue_dots_slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.blue_dots_slider .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #c1d3d8;
  border: none;
  font-size: 0;
  color: transparent;
  border-radius: 50%;
  padding: 0;
  margin-left: 5px;
  margin-right: 5px;
}

.blue_dots_slider .slick-dots .slick-active button {
  background-color: #0d81a7;
}

.newest {
  padding-top: 50px;
}

.newest_jobs_data {
  font-size: 12px;
  line-height: 1;
}

.newest_main .info_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 11px;
}

.newest_main .info_icon:last-child {
  margin-bottom: 0;
}

.newest_main .info_icon img {
  margin-top: 0;
}

.newest_main .info_icon span {
  font-size: 12px;
  font-weight: 300;
}

.newest_container.bg-white {
  background-color: #fff;
}

.newest_container .slick-dots {
  margin-top: 40px;
}

.newest_container .info_link {
  min-height: 100px;
}

.newest_container .title_box {
  margin-bottom: 40px;
}

.newest_title {
  margin-top: 29px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #212439;
  line-height: 1.2;
  min-height: 42px;
}

.newest_title_lg {
  font-size: 32px;
  margin-bottom: 0;
}

.newest_header img {
  margin: 0 auto;
  width: 142px;
}

.newest_container {
  background-color: #f4f7f6;
  padding-top: 80px;
  padding-bottom: 30px;
}

.newest_companies {
  padding-top: 47px;
}

.newest_companies .newest_title_lg {
  margin-top: 0;
}

.newest_card {
  min-height: 276px;
  padding: 20px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  background-color: #ffffff; 
    margin: 7.5px;
}

.recruit_container {
  padding-top: 50px;
}

.recruit_subtitle {
  margin-bottom: 45px;
}

.recruit_content {
  max-width: 395px;
}

.recruit_btn {
  border-radius: 4px;
  width: 355px;
  max-height: 55px;
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.recruit_btn_primary {
  color: #fff;
  background-color: #0d81a7;
}

.recruit_title {
  font-size: 32px;
  font-weight: 600;
  color: #212439;
  line-height: 1;
  margin-bottom: 20px;
}

.recruit_subtitle {
  font-size: 18px;
  line-height: 1.44;
}

.recruit_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.recruit_box {
  width: 50%;
}

.recruit_card {
  padding: 30px 40px 80px 40px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 92px;
}

.recruit_card_mini {
  margin-top: 30px;
  width: 33.3%;
}

.recruit_card_mini_header {
  margin-bottom: 30px;
}

.recruit_card_mini_title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 22px;
}

.recruit_card_mini_text {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
}

.recruit_card_mini_box {
  max-width: 270px;
}

.recruit_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;
  align-items: flex-start;
}

.recruit_commentator {
  font-size: 12px;
  font-weight: 400;
  color: #0d81a7;
}

.recruit_comment {
  max-width: 261px;
  line-height: 1.2;
  font-weight: 400;
  color: #212439;
}

.recruit_comment_box {
  min-width: 344px;
  background-color: #fff;
  position: absolute;
  left: 5px;
  background-image: url("../images/img/mdi-format-quote-close.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 17px;
  z-index: 5;
  bottom: -30px;
  padding: 14px 20px 9px 15px;
}

.recruit_video_box {
  min-width: 551px;
  position: relative;
}

.recruit_video_box video {
  height: 100%;
}
.recruit_video_box iframe {
  width: 552px;
  height: 311px;
  margin-bottom: 110px;
  display: none;
}
.video-play-icon {
  width: 552px;
  height: 311px;
}

.comunity_video_box {
  min-width: 551px;
  position: relative;
}

.comunity_video_box video {
  height: 100%;
}
.comunity_video_box iframe {
  width: 552px;
  height: 311px;
  margin-bottom: 110px;
  display: none;
}

.helped_container {
  background-color: #173b47;
  padding-top: 50px;
  padding-bottom: 50px;
}

.career_comment {
  width: 100%;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 17px;
  padding-bottom: 13px;
  background-image: url("../images/img/citate_white.png");
  background-repeat: no-repeat;
  background-position: 13px 5px;
  bottom: 13px;
}

.career_comment p {
  line-height: 1.2;
}

.career_slider {
  margin-bottom: 86px;
  top: 7px;
}

.career_title {
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 22px;
  line-height: 1.3125;
}

.career_btn {
  margin-top: 52px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 235px;
  height: 55px;
  border-radius: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}

.career_btn_primary {
  background-color: #0d81a7;
  color: #fff;
}

.career_text {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.career_comment {
  z-index: 5;
}

.career_slide_box {
  position: relative;
  min-height: 374px;
  color: #fff;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.career_slide_box video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.career_slide_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news_main {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 54px;
}

.news_text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  line-height: 1.5;
}

.news_title {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.careerlink_title{
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 80px;
}

.news_subtitle {
  color: #fff;
  text-align: center;
  max-width: 618px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  margin-bottom: 46px;
}

.careerlink_subtitle {
  color: #fff;
  text-align: center;
  max-width: 618px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.9;
}

.news_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 48px;
  height: 21px;
  border-radius: 4px;
  background-color: #0d81a7;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 19px;
}

.news_info_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 25px;
  margin-bottom: 24px;
}

.footer_social a img {
  width: 20px;
  height: 20px;
  margin-right: 17px;
}

.footer_social a i {
  margin-right: 17px;
}

.footer_link {
  font-weight: 600;
}

.footer-fifth ul {
  margin-top: 40px;
}

.footer_dark {
  background-color: #212527;
  padding-top: 93px;
  padding-bottom: 51px;
}

.footer a {
  color: #fff;
}

.footer li {
  line-height: 2;
}

.footer li a {
  font-size: 16px;
}

.footer_copy {
  text-align: center;
  font-size: 12px;
  color: #7c7d7d;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 1;
}

.footer_copy_box {
  padding-top: 69px;
}

.company_logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.company_logos_carousel {
  display: none;
}

.company_title {
  margin-bottom: 19px;
}

.company_name {
  position: absolute;
  z-index: 5;
}
.company_name {
  width: 100%;
  text-align: center;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 17px;
  padding-bottom: 13px;
  bottom: 13px;
}

.company_name_text {
    font-size: 24px;
    color: #76777b;
}

.synd_company_name_text {
  font-size: 14px;
  color: #76777b;
  background-color: #f2f2f2;
  text-align: center;
}

.synd_list_company_name_text {
  font-size: 14px;
  font-weight: 300;
  color: #76777b;
  text-align: center;
}

.jobs_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -81px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #ffffff;
}

.jobs_start_box {
  padding-top: 21px;
  padding-bottom: 21px;
  width: 50%;
  text-align: center;
}

.jobs_start_box:first-child {
  border-right: 1px solid #eee;
}

.jobs_start_box a {
  font-size: 16px;
  font-weight: 400;
  color: #0d81a7;
}

.jobs_start_box a:hover {
  text-decoration: none;
}

.jobs_start_hide {
  color: #212439;
  font-size: 13px;
}

.jobs_start_box a:hover .jobs_start_hide {
  text-decoration: underline;
}

.jobs_start_box.jobseeker a:hover .fa-user-o {
  transform: rotate(341deg) translate(-2px, -2px);
}

.jobs_start_box.jobseeker a:hover .fa-file-text-o {
  transform: rotate(26deg) translate(-2px, -2px);
}

.jobs_start_box.jobseeker .fa-user-o {
  transform: rotate(351deg);
  transition: all 0.4s;
  position: relative;
  left: 5px;
  font-weight: 500;
  color: #0d81a7;
  font-size: 18px;
}

.jobs_start_box.jobseeker .fa-file-text-o {
  transform: rotate(16deg);
  position: relative;
  transition: all 0.4s;
  color: #0d81a7;
  background: white;
  margin-right: 3px;
}

.jobs_start_box.employer a:hover .fa-briefcase {
  transform: rotate(341deg) translate(-2px, -2px);
}

.jobs_start_box.employer a:hover .fa-envelope-o {
  transform: rotate(26deg) translate(-2px, -2px);
}

.jobs_start_box.employer .fa-briefcase {
  transform: rotate(351deg);
  transition: all 0.4s;
  position: relative;
  left: 5px;
  font-weight: 500;
  color: #0d81a7;
  font-size: 18px;
}

.jobs_start_box.employer .fa-envelope-o {
  transform: rotate(16deg);
  position: relative;
  transition: all 0.4s;
  color: #0d81a7;
  background: white;
  margin-right: 3px;
}

.corporation_link_md {
  display: none;
  font-size: 18px;
  font-weight: 300;
  color: #212439;
  background-color: #f2f2f2;
  border-radius: 4px;
  padding-left: 51px;
  padding-right: 48px;
  margin-right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 18px;
  padding-bottom: 17px;
}

.corporation_container .container {
  padding-top: 24px;
}

.corporation_title {
  font-size: 32px;
  font-weight: 600;
  color: #000000;
}

.corporation_subtitle {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #adaeae;
  padding-left: 20px;
  background-image: url("../images/img/mdi-tag.png");
  background-repeat: no-repeat;
  background-position: left center;
  margin-top: 8px;
}

.corporation_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 20px;
}

.corporation_box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.corporation_box_info {
  margin-right: 49px;
}

.corporation_box_info:last-child {
  margin-right: 0;
}

.corporation_box_text {
  font-size: 14px;
  color: #adaeae;
}

.corporation_box_year {
  color: #0d81a7;
  font-size: 18px;
  font-weight: 300;
}

.starbucks_menu {
  padding-top: 29px;
}

.starbucks_address {
  line-height: 1;
  padding-top: 23px;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #212439;
}

.starbucks_link_count .link_count {
  min-width: 24px;
  min-height: 24px;
  background-color: #38aecc;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 24px;
  font-size: 12px;
  font-weight: 700;
  margin-left: 12px;
  color: #ffffff;
}
.starbucks_link_count:hover {
  text-decoration: none;
}

.starbucks_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1115px;
  margin-left: auto;
  margin-right: auto;
}

.starbucks_nav_box {
  border-top: 1px solid #dbddde;
  border-bottom: 1px solid #dbddde;
}

.starbucks_nav a {
  padding-left: 8px;
  padding-right: 8px;
  margin-right: 25px;
  font-size: 18px;
  font-weight: 300;
  color: #212439;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 18px;
  padding-bottom: 17px;
  line-height: 1;
  position: relative;
}

.starbucks_nav a:hover {
  text-decoration: none;
}

.starbucks_nav a.active {
  color: #38aecc;
  font-weight: 600;
}

.starbucks_nav a.starbucks_link_count {
  margin-left: auto;
  background-color: #f2f2f2;
  border-radius: 4px;
  padding-left: 51px;
  padding-right: 48px;
  margin-right: 0;
}

.qa_ask {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-top: 40px;
  line-height: 1;
  padding-bottom: 11px;
  border-bottom: 2px solid #6fa8c1;
  margin-bottom: 80px;
}

.qa_none {
  border-top: 0.5px solid #eeeeee;
  padding: 18px;
}

.qa_ask:hover {
  text-decoration: none;
}

.qa_answer {
    margin-bottom: 40px;
}

.show-more {
    display: none;
}

.about_row {
  margin-top: 60px;
  padding-bottom: 60px;
}

.about_row img {
  border-radius: 4px;
}
.about_row_slider {
  display: none;
}

.about_link {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-top: 80px;
}

.about_text {
  margin-bottom: 0;
  margin-top: 0;
}

.about_title {
  color: #212439;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 39px;
}

.about_card {
  padding: 7.5px;
}

.about_card_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about_info_row {
  width: 100%;
}

.about_info_col {
  width: 50%;
}

.about_info_col img {
  width: 100%;
}

.about_info_col p {
  width: 100%;
}

.about_info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site_card {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 6px 6px;
  background-color: #ffffff;
}

.text-center {
  text-align: center;
}

.technologies_technologies {
  width: calc(60% - 20px);
  margin-right: 40px;
}

.technologies_culture {
  width: calc(50% - 20px);
}

.technologies_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.technologies_more_link {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
}

.technologies_card {
  padding-bottom: 32px;
  padding-left: 30px;
  padding-top: 39px;
}

.technologies_title {
  color: #212439;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 23px;
}

.technologies_icon_box {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 39px;
}

.technologies_icon_box img {
  margin-right: 10px;
  min-width: 30px;
  min-height: 30px;
  height: 30px;
  width: 30px;
}

.technologies_icon_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.technologies_col img {
  min-width: 285px;
  height: 298px;
}

.technologies_content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.technologies_text {
  line-height: 1.57;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.show_tech {
    display: none;
}

.less_tech {
    display: none;
}

.team {
  padding-top: 50px;
}

.team .title_box {
  margin-bottom: 29px;
}

.team_title {
  font-size: 28px;
  color: #212439;
  font-weight: 600;
  margin-bottom: 0;
}

.team_content_citate {
  background-image: url("../images/img/citate_white.png");
  background-repeat: no-repeat;
  background-position: 20px 40px;
}

.team_content_box {
  background-color: #0d81a7;
  color: #fff;
  padding-top: 107px;
  padding-left: 20px;
  padding-bottom: 61px;
  border-radius: 6px;
}

.team_content_text {
  font-size: 16px;
  font-weight: 400;
  max-width: 301px;
  line-height: 26px;
  margin-top: -40px;
}

.team_box {
  width: 33.33%;
  padding-left: 7px;
  padding-right: 7px;
}

.team_box_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.straight_user_box {
  margin-left: 14px;
}

.straight_user_name {
  font-weight: 600;
  color: #212439;
  line-height: 1;
  margin-bottom: 6px;
}

.straight_user_position {
  color: #212439;
  line-height: 1;
}

.straight_container {
  padding-top: 50px;
}

.straight_container .title_box {
  margin-bottom: 23px;
}

.straight_content_link {
  color: #0d81a7;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  display: inline-block;
}

.straight_title {
  font-size: 28px;
  color: #212439;
  font-weight: 600;
  margin-bottom: 0;
}

.straight_card {
  padding: 29px 10px 17px 20px;
}

.straight_user_avatar {
  min-width: 34px;
  min-height: 34px;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #9b9b9f;
  border-radius: 50%;
  background-color: #e8eaeb;
}

.straight_user_avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.straight_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 29px;
}

.straight_company_name {
  font-size: 12px;
  font-weight: 300;
  color: #adaeae;
}

.follow_card {
  margin-top: 45px;
}

.follow_card_slider {
  width: 100%;
}

.follow_container {
  padding-top: 50px;
  padding-bottom: 80px;
}

.follow_container .title_box {
  margin-bottom: 23px;
}

.follow_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.follow_instagram {
  background-image: url("../images/img/instagram-sketched_dark.svg");
  background-repeat: no-repeat;
  background-size: 20px;
}

.follow_instagram.active {
  background-image: url("../images/img/instagram-sketched_blue.svg");
}

.follow_facebook {
  background-image: url("../images/img/facebook_dark.svg");
  background-repeat: no-repeat;
  background-size: 20px;
}

.follow_facebook.active {
  background-image: url("../images/img/facebook_blue.svg");
}

.follow_twitter {
  background-image: url("../images/img/twitter_dark.svg");
  background-repeat: no-repeat;
  background-size: 20px;
}

.follow_twitter.active {
  background-image: url("../images/img/twitter_blue.svg");
}

.follow_link {
  padding-left: 46px;
  padding-right: 17px;
  background-position: 17px center;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  color: #212439;
}

.follow_link.active {
  color: #0d81a7;
  font-weight: 700;
  border-radius: 23px;
  background-color: #f5f7f6;
}

.follow_company_text_box p {
  margin-top: 0;
  line-height: 1.57;
}

.follow_company_text_box p:last-child {
  margin-bottom: 9px;
}

.follow_company_name {
  line-height: 1;
  font-weight: 600;
  margin-bottom: 5px;
}

.follow_company_subname {
  font-weight: 300;
  color: #8996a2;
  line-height: 1;
}

.follow_company_contact {
  padding-right: 27px;
  margin-left: 10px;
}

.follow_company_contact.verified {
  background-image: url("../images/img/verify_icon.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 20px;
}

.follow_company_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.follow_info_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #212439;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.follow_info_link span {
  margin-left: 9px;
}

.companie_btn {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 6px;
  padding-right: 6px;
}

.companie_profile_link {
  font-size: 12px;
  font-weight: 300;
  color: #212439;
  margin-left: 30px;
}

.companie_profile_link img {
  margin-left: 10px;
}

.companie_profile_box {
  padding-top: 17px;
}

.companie_profile_logo {
  top: -111px;
  position: absolute;
}
.companie_profile_logo img{
  border-radius: 4px;
}
.banner-hd img {
  border-bottom-right-radius: 6px;
}

.companie_profile_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.places_container {
  padding-top: 50px;
}

.places_container .title_box {
  margin-bottom: 23px;
}

.places_title {
  font-weight: 600;
  font-size: 28px;
  color: #212439;
  margin-bottom: 0;
}

.description_title {
  color: #212439;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1;
}

.description_submit_lg {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.description_submit_sm {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.description_form {
  border-radius: 6px;
  background-color: #f4f7f6;
  width: 100%;
  display: block;
  padding: 28px 20px 38px 20px;
}

.description_form_box {
  margin-top: 90px;
}

.description_form_submit {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 65px;
  border-radius: 4px;
  border: 2px solid #0d81a7;
  background-color: #0d81a7;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.description_form_label {
  color: #212439;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 13px;
}

.description_form_group textarea {
  border-radius: 4px;
  border: 1px solid #dbddde;
  width: 100%;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  resize: none;
  height: 105px;
  background-color: #ffffff;
}

.description_form_info {
  font-size: 14px;
  font-weight: 400;
  color: #adaeae;
  line-height: 1.5;
  margin-bottom: 34px;
}

.description_form_required {
  font-size: 12px;
  font-weight: 300;
  color: #212439;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.description_form_required img {
  margin-right: 10px;
}

.description_form_title {
  font-size: 22px;
  font-weight: 600;
  color: #212439;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
}

.description_form_title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 17px;
}

.description_header_box {
  margin-bottom: 80px;
}

.description_text {
  color: #212439;
  line-height: 1.85;
  font-size: 14px;
  font-weight: 300;
}

.description_list {
  padding-left: 0;
  list-style: none;
}

.description_list_box {
  margin-bottom: 80px;
}

.description_list_title {
  font-size: 14px;
  font-weight: 700;
  color: #212439;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 0;
}

.description_item {
  font-size: 14px;
  font-weight: 300;
  color: #212439;
  line-height: 1.4;
  margin-bottom: 24px;
}

.description_card_body {
  padding: 20px;
}

.description_answer {
  margin-top: 56px;
}

.about_container .description_answer {
  margin-top: 0;
}

.description_answer_provided {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.description_answer_provided img {
  margin-right: 9px;
}

.description_answer_header {
  padding-top: 30px;
  padding-bottom: 19px;
  padding-left: 18px;
  padding-right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.description_answer_title {
  color: #212439;
  font-size: 22px;
  font-weight: 600;
}

.description_answer .accordion {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

.description_answer_btn {
  font-size: 18px;
  color: #212439;
  font-weight: 600;
  padding-top: 18px;
  padding-bottom: 18px;
  display: block;
  width: 100%;
  line-height: 1.2;
  border: 0.5px solid #eeeeee;
  border-left: none;
  border-right: none;
  background-color: #fff;
  text-align: left;
  padding-left: 44px;
  background-image: url("../images/img/chevron_down.png");
  background-repeat: no-repeat;
  background-position: 20px center;
}

.description_answer_btn[aria-expanded="true"] {
  border-bottom: none;
  background-image: url("../images/img/drop_down_chevron.png");
}

.description_hashtag {
  display: inline;
  font-weight: 300;
  text-decoration: none;
  color: #adaeae;
}

.similar_title {
  margin-top: 59px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #212439;
  line-height: 1.2;
}

.similar_card {
  padding: 20px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.similar_card_title {
  margin-top: 11px;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: bold;
  color: #212439;
  line-height: 1.2;
}

.similar_main {
  max-width: 100%;
  width: 100%;
}

.similar_header {
  margin-top: 17px;
  min-width: 62px;
  margin-right: 32px;
}

.profile_active {
  margin-top: 30px;
  margin-bottom: 24px;
}

.profile_vacantion_location {
  margin-right: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 28px;
}

.profile_vacantion_location img {
  margin-right: 10px;
}

.profile_vacantion_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 28px;
}

.profile_vacantion_time img {
  margin-right: 10px;
}

.profile_vacantion_info {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile_vacantion_title {
  font-size: 18px;
  font-weight: 600;
  color: #212439;
  margin-bottom: 12px;
}

.profile_corporation_title {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 13px;
}

.profile_corporation_card {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  padding-bottom: 29px;
}

.profile_corporation_card_main {
  padding-left: 18px;
  padding-right: 18px;
}

.profile_corporation_card_center_link_box {
  text-align: center;
}

.profile_corporation_card_header {
  position: relative;
}

.profile_corporation_card_header_logo {
  width: 143px;
  height: 42px;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 75px);
  background-color: #ffffff;
}

.synd_profile_corporation_card_header_logo {
  width: 143px;
  height: 42px;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 75px);
}

.profile_corporation_card_header_logo img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.profile_corporation_card_header img {
  border-radius: 4px;
}

.profile_corporation_card_link_box {
  padding-top: 24px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.profile_corporation_card_link_box_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.profile_corporation_card_link_box_center a {
  margin-right: 7px;
  margin-left: 7px;
}

.dream_team_card {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  margin: 1rem 0;
  text-align: center;
  padding: 18px;
}
.dream_team_card a {
  font-size: 14px;
  display: inline-block;
  margin: auto;
  margin-top: 1rem;
}

.details_link {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  text-decoration: underline;
}

.details_title {
  color: #212439;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}

.details_item {
  margin-bottom: 20px;
  margin-top: 20px;
}

.details_item_map {
  margin-top: 12px;
  margin-bottom: 20px;
}

.details_item_map iframe {
  width: 100%;
  height: 200px;
}

.details_item_video {
  margin-top: 12px;
  margin-bottom: 20px;
}

.details_item_video iframe {
  width: 100%;
  height: 200px;
}

.details_item_description {
  font-size: 12px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.8;
}

.details_item_alert {
  font-size: 14px;
  font-weight: 300;
  color: #11ae57;
}

.details_item_benefits {
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1.8;
}

.details_item_confirm {
  font-weight: 700;
  font-size: 14px;
  color: #212439;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.details_item_confirm a {
  font-size: 12px;
  color: #adaeae;
  font-weight: 300;
  text-decoration: underline;
  margin-left: auto;
}

.details_skills {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 17px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.view-skills {
    display: none;
}

.ask_question {
    margin-top: 2rem;
    background: #f5f5f5;
    padding: 2rem 18px;
    border-radius: 8px;
}

.ask_question h2 {
    color: #212439;
    font-size: 22px;
    font-weight: 600;
}

.ask_question div {
    font-size: 18px;
    font-weight: 500;
}

.ask_question textarea {
    width: 100%;
    padding: 6px 12px;
    height: 110px;
    font-size: 16px;
    border-radius: 4px;
    border: 3px solid #ececec;
    margin-top: 12px;
}

.ask_question button {
    width: 100%;
    height: 65px;
    border-radius: 4px;
    border: 2px solid #0d81a7;
    background-color: #0d81a7;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    font-size: 18px;
    margin-top: 14px;
}

.ask_question textarea.is-invalid {
    border: 3px solid #ca1414;
}

.ask_question .is-invalid + p {
    color: #ca1414;
    line-height: 1rem;
}

.helped_carrer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom_career_slide {
  width: 25%;
}

.trending_companies_slider .slick-dots {
  margin-top: 20px;
}

.trending_companies_slider .draggable {
  padding-bottom: 10px;
}

.primary-menu > a:hover {
  text-decoration: underline;
}

.share_btn .active {
  display: none;
}

.share_btn:hover .normal {
  display: none;
}

.share_btn:hover .active {
  display: inline-block;
}

.similar_container .red_like.active .active {
  display: inline;
}

.about_slide_img_wrapper {
  padding-left: 7px;
  padding-right: 7px;
}

.about_slider .slick-dots {
  margin-top: 20px;
}

.about_info_col {
  height: 100%;
}

.about_info_col iframe {
  width: 540px;
  height: 268px;
  margin-bottom: -9px;
}

#believe_slider {
  display: none;
}

.believe_container {
  background-color: #173b47;
  margin-top: 15px;
  padding-top: 50px;
  padding-bottom: 200px;
}

.believe_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.believe_box_title {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 42px;
}

.believe_box_text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}

.believe_box_content img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.believe_box_content a img {
  width: auto;
  height: auto;
}

.believe_box_slide {
  height: 374px;
  margin-right: 7.5px;
  margin-left: 7.5px;
  margin-bottom: 20px;
}

.believe_box_active img {
  opacity: .3;
}

.believe_box_active a img {
  opacity: 1;
}

.believe_box_slide {
  max-width: calc(25% - 15px);
  position: relative;
}

.believe_box_slide img {
  border-radius: 4px;
}

.believe_info_name {
  color: #0d81a7;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 8px;
}

.believe_info_credo {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 3px;
}

.believe_info_text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  line-clamp: 12;
  box-orient: vertical;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 12px;
}

.believe_info_box {
  color: #fff;
  position: absolute;
  z-index: 9;
  font-size: 14px;
  font-weight: 300;
  width: calc(100% - 20px);
  left: 10px;
}

.believe_btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 229px;
  width: 100%;
  height: 55px;
  border-radius: 4px;
  background-color: #0d81a7;
}

.breadcrumb_separator {
  background-image: url("../images/img/breadcrumb.png");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  height: 8px;
  width: 10px;
  margin: 0 10px;
}

.breadcrumb_separator_mobile {
  background-image: url("../images/img/breadcrumps_icon_back.png");
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  height: 8px;
  width: 10px;
  margin-right: 10px;
}

.breadcrumb_container .container {
  padding-top: 20px;
}

.breadcrumb_nav a {
  font-size: 12px;
  font-weight: 300;
  color: #212439;
}

.breadcrumb_nav a.active {
  color: #0d81a7;
}

.leaders_container {
  position: relative;
  padding-bottom: 120px;
}

.leaders_container_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  color: #212439;
}

.leaders_container_title .normal {
  font-weight: 300;
}

.leaders_positioned_col {
  position: static;
}

.leaders_img_box {
  position: absolute;
  width: calc(50vw - 138px);
  right: 0;
  top: 25px;
}

.leaders_citate_author {
  padding-left: 20px;
  background-image: url("../images/img/citate_darkblue.png");
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 14px;
  font-weight: 700;
  color: #212439;
  margin-top: 36px;
  padding-left: 45px;
  margin-bottom: 67px;
}

.leaders_info {
  color: #212439;
  line-height: 30px;
  font-size: 18px;
  font-weight: 300;
}

.leaders_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  width: 229px;
  height: 55px;
  border-radius: 4px;
  background-color: #0d81a7;
  margin-right: 20px;
  margin-bottom: 10px;
}

.leaders_secondary_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #0d81a7;
    width: 229px;
    height: 55px;
    border-radius: 4px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.leaders_btn_box {
  margin-top: 42px;
}

.competitors_container {
  background-color: #f5f7f6;
  padding-top: 50px;
  padding-bottom: 50px;
}

.competitors_container_title {
  color: #212439;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 0px;
}

.competitors_list li {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.44;
  color: #212439;
  margin-top: 32px;
}

.blue_dots_list {
  list-style: none;
  padding-left: 0;
}

.blue_dots_list li {
  padding-left: 38px;
  background-image: url("../images/img/blue_elipse.png");
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 18px;
}

.next_gen_title {
  margin-bottom: 34px;
  margin-top: 40px;
}

.applicant_nav {
  height: auto;
}

.applicant_container {
  position: relative;
  margin-top: 8px;
  padding-bottom: 50px;
}

.applicant_img_box {
  position: absolute;
  top: 23px;
  right: 0;
  width: calc(50vw - 70px);
}

.applicant_text {
  margin-top: 45px;
  font-size: 16px;
  font-weight: 400;
  color: #212439;
}

.bg_gray {
  background-color: #f5f7f6;
}

.applicant_tracking_container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.applicant_alert_box {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #ffffff;
}

.applicant_alert_for_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 355px;
  width: 100%;
  height: 55px;
  border-radius: 4px;
  background-color: #fff;
  color: #0d81a7;
  font-size: 18px;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.applicant_tracking_title {
  font-size: 28px;
  color: #212439;
  font-weight: 600;
  margin-top: 30px;
}

.applicant_tracking_text {
  font-size: 16px;
  margin-top: 25px;
  line-height: 24px;
}

.applicant_graph_row {
  margin-top: 80px;
}

.applicant_alert_for {
  background-color: #0d81a7;
  padding-top: 10px;
  padding-bottom: 40px;
}

.applicant_alert_for_text {
  font-size: 26px;
  color: #fff;
  margin-bottom: 23px;
  line-height: 34px;
  font-weight: 600;
}

.applicant_tracking_img_box {
  position: relative;
}

.applicant_tracking_text_box {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background-color: #fff;
  padding-left: 14px;
  padding-top: 13px;
  padding-bottom: 20px;
  padding-right: 35px;
  line-height: 20px;
}

.application_tracking_text_l {
  font-size: 14px;
  line-height: 22px;
}

.applicant_tracking_citate_box {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-color: #fff;
  z-index: 2;
  background-image: url("../images/img/mdi-format-quote-close.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) 17px;
  padding-top: 13px;
  padding-left: 15px;
  padding-right: 93px;
  padding-bottom: 12px;
}

.applicant_tracking_citate_text {
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 20px;
}

.applicant_alert_box {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding-top: 22px;
  padding-bottom: 22px;
  position: relative;
  bottom: -96px;
}

.applicant_tracking_container_b {
  padding-top: 100px;
}

.row_pt_80 {
  padding-top: 80px;
}

.pb_120 {
  padding-bottom: 120px;
}

.action_features_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.action_features_item {
  width: 100%;
  max-width: calc(25% - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
  margin-bottom: 55px;
}

.action_features_container {
  background-color: #173b47;
  padding-top: 50px;
}

.action_features_link {
  font-size: 18px;
  color: #0d81a7;
  font-weight: 600;
  line-height: 1.89;
}

.action_features_text_box {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 18px;
}

.action_features_title {
  font-size: 32px;
  color: #ffffff;
  line-height: 42px;
  font-weight: 600;
}

.action_plan_card_mini_title {
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
}

.action_plan_card_mini {
  max-width: 274px;
}

.action_plan_card_mini_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 22px;
  margin-bottom: 0;
}

.action_plan_card_mini_img {
  margin-bottom: 31px;
}

.action_plan_card {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background-color: #ffffff;
  padding-bottom: 80px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.action_plan_card_title {
  font-size: 32px;
  margin-top: 45px;
  color: #212439;
  font-weight: 600;
  margin-bottom: 20px;
}

.action_plan_card_text {
  max-width: 364px;
  color: #212439;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 50px;
  line-height: 26px;
}

.action_plan_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 355px;
  width: 100%;
  height: 55px;
  border-radius: 4px;
  background-color: #0d81a7;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.action_plan_row {
  margin-top: 65px;
}

.action_plan_img_box {
  position: relative;
}

.action_plan_citate_box {
  position: absolute;
  z-index: 2;
  max-width: 344px;
  padding-top: 14px;
  padding-left: 15px;
  padding-right: 50px;
  padding-bottom: 9px;
  width: 100%;
  background-color: #ffffff;
  bottom: 10px;
  left: 10px;
  background-image: url("../images/img/mdi-format-quote-close.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 17px;
}

.action_plan_citate_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #212439;
  margin-bottom: 15px;
}

.mb_md_26 {
  margin-bottom: 26px;
}

.about_us_img_box {
  position: absolute;
  top: 47px;
  right: 0;
  width: calc(50vw - 111px);
  overflow: hidden;
}

.about_us_img_box img {
  margin-left: 41px;
}

.about_us_title {
  margin-top: 40px;
  margin-bottom: 27px;
}

.customer_service_title {
  font-size: 28px;
  line-height: 1.29;
  color: #212439;
  font-weight: 300;
  margin-bottom: 38px;
}

.mb_md_38 {
  margin-bottom: 38px;
}

.customer_service_text {
  line-height: 1.67;
  font-size: 18px;
  margin-top: 0;
}

.about_us_img_mob,
.customer_service_img_mob {
  display: none;
}

.customer_social_links a img {
  width: 20px;
  height: 20px;
  margin-right: 17px;
}

.customer_social_title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.29;
  margin-bottom: 36px;
}

.customer_social_text,
.customer_social_box_title {
  font-size: 18px;
  line-height: 1.44;
  margin-top: 0;
}

.customer_social_text {
  margin-bottom: 36px;
}

.customer_social_box_title {
  margin-bottom: 26px;
}

.customer_social_container {
  padding-top: 47px;
  padding-bottom: 77px;
}

.customer_social_img_wrapper {
  margin-bottom: 46px;
}

.customer_social_img_wrapper img {
  width: 100%;
}

.customer_service_img_box img {
  width: 100%;
}

.customer_service_container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tactic_card_m {
  background-color: #fff;
  padding-left: 33px;
  padding-right: 33px;
  padding-top: 39px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.15);
  color: #212439;
  height: 100%;
  padding-bottom: 35px;
}

.tactic_card_m_title {
  color: #212439;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.29;
  margin-top: 42px;
  margin-bottom: 30px;
}

.tactic_card_wrapper {
  margin-bottom: 50px;
}

.tactic_card {
  -webkit-box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #fff;
  color: #212439;
  margin-top: -79px;
}

.tactic_card_wrapper_positions {
  margin-bottom: 82px;
}

.branding_container_title {
  color: #212439;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 35px;
}

.branding_container_title .normal {
  font-weight: 300;
}

.branding_info {
  margin-top: 0;
}

.branding_img_box {
  margin-top: -86px;
}

.branding_container {
  padding-top: 20px;
}

.branding_info_text {
  font-size: 16px;
  color: #212439;
  line-height: 1.5;
  margin-top: 35px;
  margin-bottom: 0;
}

.tactic_text {
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  max-width: 632px;
  line-height: 1.63;
  margin-left: auto;
  margin-right: auto;
  padding-top: 23px;
  padding-bottom: 23px;
  font-size: 16px;
}

.tactic_text span {
  font-weight: 600;
}

.customer_branding_container {
  padding-top: 50px;
  padding-bottom: 76px;
}

.customer_branding_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.31;
  margin-bottom: 10px;
}

.customer_branding_text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}

.customer_branding_img_wrapper {
  margin-top: -76px;
}

.customer_branding_img_wrapper img {
  width: 100%;
}

.tactic_card_m_text {
  margin-bottom: 0;
  line-height: 1.5;
  margin-top: 27px;
  font-size: 16px;
}

.row_branding {
  margin-top: 60px;
}

.tactic_container {
  margin-top: 79px;
}

.branding_integration_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.31;
  color: #212439;
  margin-bottom: 40px;
  margin-top: 70px;
}

.branding_integration_title .normal {
  font-weight: 300;
}

.branding_integration_info {
  font-size: 18px;
  line-height: 1.67;
  color: #212439;
  margin-top: 0;
  margin-bottom: 0;
}

.branding_integration_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.branding_integration_card {
  height: 73px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  font-size: 18px;
  line-height: 1.33;
  color: #212439;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc( 100% / 5 - 19px);
  margin-bottom: 19px;
  margin-right: 19px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.branding_integration_card:nth-child(5n+5) {
  margin-right: 0;
}

.branding_integration_box_title {
  font-size: 28px;
  font-weight: 600;
  color: #212439;
  margin-bottom: 20px;
  margin-top: 20px;
}

.integration_cards_container {
  padding-top: 20px;
  padding-bottom: 46px;
  margin-top: 33px;
}

.terms_menu_tablet {
  display: none;
  position: relative;
}

.terms_nav {
  display: none;
}

.terms_nav.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  left: 0;
  right: 0;
  background: #f4f7f6;
  top: 49px;
  z-index: 10;
  padding-left: 20px;
  padding-right: 20px;
}

.terms_container_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.88;
  color: #212439;
  margin-bottom: 39px;
}

.terms_container_list_title_single {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.18;
  color: #212439;
}

.terms_container_list_title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.18;
  color: #212439;
  margin-bottom: 30px;
}

.terms_container_list_subtitle {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.7px;
  line-height: 1.86;
  color: #212439;
  margin-bottom: 27px;
}

.terms_container_text {
  font-size: 14px;
  line-height: 1.86;
  font-weight: 300;
  color: #212439;
  margin-bottom: 23px;
}

.terms_nav_link {
  font-size: 14px;
  line-height: 2.57;
  color: #212439;
}

.terms_nav_link.active {
  color: #0d81a7;
}

.terms_nav_lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 91px;
}

.terms_container {
  padding-top: 53px;
  padding-bottom: 50px;
}

.about_us_info {
  margin-bottom: 35px;
}
.action_plan_container {
  padding-bottom: 80px;
  padding-top: 50px;
}

.twitter-typeahead,
#advanced-search input.employer { 
    width: 100%; 
}

.partner {
    color: #212439;
}

.employer_container_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  color: #212439;
  margin-bottom: 42px;
}

.employer_container_title .normal {
  font-weight: 300;
}

.employer_btn_box {
  margin-top: 45px;
}

.employer_img_box {
  margin-top: -60px;
}

.employer_container {
  padding-bottom: 67px;
}

.comunity_container_title {
  color: #212439;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 0px;
}

.employer_img_box img {
  width: 568px;
  max-width: auto;
}

.comunity_container {
  padding-top: 54px;
  padding-bottom: 52px;
}

.comunity_container_title {
  margin-bottom: 32px;
}

.section_title {
  color: #212439;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 0px;
}

.section_title_low {
  font-size: 28px;
}

.employer_features_container {
  padding-top: 50px;
  padding-bottom: 80px;
}

.employer_features_title {
  margin-bottom: 40px;
}

.employer_features_item {
  margin-bottom: 34px;
  cursor: pointer;
  user-select: none;
}

.employer_features_item_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.employer_features_item_text p {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.employer_features_item.active {
  padding-left: 35px;
  background-image: url("../images/img/down-chevron@1X.png");
  background-repeat: no-repeat;
  background-position: left top;
  margin-left: 35px;
}

.employer_features_item.active .employer_features_item_title {
  color: #0D81A7;
}

.employer_features_item.active .employer_features_item_text {
  color: #0D81A7;
}

.employer_chose_link span {
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.employer_chose_container {
  padding-top: 50px;
  padding-bottom: 80px;
}

.employer_chose_title {
  margin-bottom: 118px;
}

.employer_chose_card {
  position: relative;
  margin-left: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  width: 432px;
  height: 310px;
  padding-top: 82px;
  margin-bottom: 38px;
}

.employer_chose_card_thumb {
  position: absolute;
  background-color: #fff;
  width: 193px;
  height: 145px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  top: -75px;
  left: -108px;
}

.employer_chose_card_title {
  font-size: 28px;
  text-align: center;
  font-weight: 600;
}

.dark_check_list {
  list-style: none;
  padding-left: 0;
}

.dark_check_list li {
  padding-left: 38px;
  background-image: url("../images/img/employer_list_chevron.png");
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 18px;
}

.blue_check_list {
  list-style: none;
  padding-left: 0;
}

.blue_check_list li {
  padding-left: 38px;
  background-image: url("../images/img/check_blue.png");
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 18px;
}

.employer_chose_card_item {
  font-size: 20px;
}

.employer_chose_card_list {
  margin-top: 37px;
  margin-left: 89px;
}

.employer_chose_btn_wrapper {
  text-align: center;
  padding-left: 107px;
  margin-bottom: 100px;
}

.employer_slider .slick-next {
  position: absolute;
  top: 0;
  width: 20px;
  bottom: 0;
  right: 0;
  font-size: 0;
  color: transparent;
  border: none;
  background-color: transparent;
  background-image: url("../images/img/chevron_right.png");
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
}

.employer_slider .slick-prev {
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  color: transparent;
  border: none;
  background-color: transparent;
  background-image: url("../images/img/chevron_left.png");
  background-size: left center;
  background-repeat: no-repeat;
  background-position: center;
}

.employer_slide_box {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  text-align: center;
  background-color: #fff;
  height: 172px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.employer_slide_box img {
  margin-left: auto;
  margin-right: auto;
}

.employer_slider_container {
  padding-top: 50px;
  padding-bottom: 80px;
}

.employer_slider_title {
  margin-bottom: 41px;
}

.employer_discover_title {
  color: #fff;
}

.employer_discover_title {
  margin-bottom: 49px;
}

.employer_discover_text {
  color: #fff;
}

.employer_discover_img img {
  height: 455px;
  -o-object-fit: cover;
  object-fit: cover;
}

.employer_discover_conteiner {
  padding-top: 50px;
  padding-bottom: 75px;
}

.employer_discover_content {
  padding-top: 100px;
}

.employer_discover_btn_wrapper {
  margin-top: 34px;
  margin-bottom: 30px;
}

.employer_discover_link {
  color: #fff;
}

.employer_sign_btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.employer_sign_info {
  max-width: 191px;
}

.employer_sign_packages_card_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.employer_sign_packages_thumb {
  background-color: #fff;
  margin-right: 30px;
  border-radius: 4px;
  width: 152px;
  min-width: 152px;
  height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.employer_sign_packages_thumb img {
  width: 72px;
}

.employer_sign_packages_card {
  background-color: #fff;
  padding-left: 155px;
  padding-top: 30px;
  padding-bottom: 57px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  margin-top: 50px;
  margin-bottom: 50px;
}

.employer_sign_packages_card_title {
  margin-bottom: 5px;
}

.employer_sign_packages_title {
  margin-bottom: 10px;
}

.employer_sign_packages_list {
  margin-bottom: 0;
}

.employer_sign_packages_list li {
  font-size: 18px;
  margin-bottom: 8px;
}

.employer_sign_packages_list li:last-child {
  margin-bottom: 0;
}

.employer_sign_packages_card_subtitle {
  font-size: 18px;
}

.employer_sign_packages_subtitle {
  font-size: 18px;
}

.employer_sign_packages_card_main {
  margin-top: 40px;
}

.employer_card_btn {
  height: 56px;
  font-size: 18px;
}

.employer_card_price {
  font-size: 35px;
  font-weight: bold;
  color: #0D81A7;
  margin-bottom: 30px;
  margin-top: 13px;
}

.employer_card_title {
  font-weight: 400;
  color: #0D81A7;
  font-size: 18px;
  font-weight: 500;
}

.employer_card_subtitle {
  margin-bottom: 25px;
  font-size: 18px;
  min-height: 60px;
}

.employer_card_info_title {
  font-size: 18px;
}

.employer_card {
  background-color: #fff;
  max-width: 275px;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
  margin-left: auto;
}

.employer_information_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.employer_card_box {
  max-width: 275px;
  margin-left: 23px;
  width: 100%;
}

.show_text {
  display: none;
}

.show_text.active {
  display: inline;
}

.employer_information_line_box {
  overflow: hidden;
  height: auto;
  max-height: 0;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

.employer_information_line_box.active {
  max-height: 1500px;
}

.employer_card_information {
  display: none;
}

.employer_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.employer_table_col {
  max-width: 260px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}

.employer_table_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E2E4E3;
}

.employer_table_col_first {
  text-align: left;
  margin-left: 0;
  max-width: 220px;
  margin-left: 0;
}

.employer_subtable p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.employer_subtable {
  margin-top: 50px;
}

.employer_sign_packages_container {
  padding-bottom: 80px;
  padding-top: 50px;
}

.imployer_staffing_box {
  padding-top: 60px;
}

.employer_staffing_img img {
  border-radius: 4px;
}

.imployer_staffing_box p {
  margin-top: 0;
  margin-bottom: 0;
}

.employer_information_line {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #E2E4E3;
}
.employer_features_img {
  display: none;
}
.employer_features_img.active {
  display: block;
}

.final_link {
  margin-left: auto;
  border-radius: 40px;
  width: 131px;
  height: 57px;
}

.header_single {
  padding-top: 10px;
  padding-bottom: 10px;
}

.final_hero_container {
  background-image: url("../images/img/final_header_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 202px;
  padding-bottom: 242px;
}

.final_nurse_container {
  background-image: url("../images/img/at&t_banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 202px;
  padding-bottom: 242px;
}

.final_post_box {
  border-top: 10px solid #0a82a7;
  max-width: 714px;
  padding-left: 53px;
  padding-right: 53px;
  padding-top: 73px;
  padding-bottom: 63px;
  background-color: aliceblue;
}

.final_title {
  font-size: 35px;
  line-height: 1.4;
  font-weight: 500;
  color: #262C33;
  margin-bottom: 16px;
}

.final_steps_img {
  display: none;
}

.final_steps_img.active {
  display: block;
}

.final_steps_item {
  color: #bcc2c4;
  position: relative;
  padding-left: 47px;
  margin-bottom: 55px;
}

.final_steps_item::after {
  content: '';
  display: block;
  width: 9px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0b82a8;
  position: absolute;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.final_steps_item.active {
  font-family: Poppins;
  color: #000000;
}

.final_steps_btn {
  width: 200px;
  height: 50px;
  border: 1.5px solid #bcc2c4;
  background-color: transparent;
  color: #0b82a8;
  font-size: 18px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
}

.final_hire_container {
  padding-top: 451px;
  padding-bottom: 471px;
  background-image: url("../images/img/final_photo_box.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.custom_offset_right {
  float: right;
}

.final_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.final_form label {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  color: #262c33;
  margin-bottom: 18px;
}

.final_form select {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #8c9194;
  height: 40px;
  border: 1px solid #cccccc;
  padding-left: 19px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/img/final_select.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 19px) center;
  margin-bottom: 29px;
}

.final_form button {
  width: 257px;
  height: 40px;
  background-color: #0a82a7;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 40px;
}

.final_form button:hover {
  color: #00688E;
}

.final_post_box {
  padding-left: 53px;
  padding-right: 53px;
  padding-top: 73px;
  padding-bottom: 63px;
}

.final_title {
  line-height: 1.4;
  font-weight: 700;
  color: #262c33;
  margin-bottom: 16px;
}

.trusted_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}

.trusted_rating {
  margin-left: 4.5px;
  margin-right: 4.5px;
}

.trusted_text {
  text-align: center;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  text-transform: uppercase;
  color: #9b9b9b;
  margin-bottom: 50px;
}

.trusted_container {
  padding-top: 53px;
}

.trusted_logo {
  padding-bottom: 80px;
  border-bottom: 1px solid #d9dcdd;
}

.final_steps_container {
  padding-top: 62px;
  padding-bottom: 82px;
}

.final_hire_box {
  background-color: #fff;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.final_hire_title {
  margin-bottom: 0px;
  font-size: 40px;
  font-weight: 700;
  color: #515659;
}

.final_hire_subtitle {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  color: #515659;
}

.final_hire_container {
  padding-top: 22vw;
  padding-bottom: 24vw;
}

.final_testimonial_slide {
  text-align: center;
}

.final_testimonial_slide_logo {
  margin-bottom: 56px;
}

.final_testimonial_slide_logo img {
  margin-left: auto;
  margin-right: auto;
}

.final_testimonial_slide_citate {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  font-style: italic;
  color: #515659;
  margin-bottom: 12px;
}

.final_testimonial_slide_author {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  font-style: italic;
  color: #515659;
}

.slider_gray_dots .slick-dots {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 44px;
}

.slider_gray_dots .slick-dots li.slick-active button {
  background-color: #000;
}

.slider_gray_dots .slick-dots li button {
  margin-left: 17.5px;
  margin-right: 17.5px;
  border: none;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
  display: block;
  padding: 0;
  width: 8px;
  height: 8px;
  background-color: #c0c0c0;
}

.final_testimonials_container {
  padding-top: 64px;
  padding-bottom: 94px;
}

.final_testimonial_btn_wrapper {
  text-align: center;
  margin-top: 20px;
}

.final_testimonial_btn {
  width: 239px;
  height: 50px;
  border: 1px solid #0b82aa;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #0b82aa;
}

.final_trusted_card_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.final_trusted_card {
  max-width: 638px;
  width: 100%;
  height: 336px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.18);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 17.5px;
  margin-right: 17.5px;
}

.final_trusted_card:first-child {
  margin-left: 0;
}

.final_trusted_card:last-child {
  margin-right: 0;
}

.final_trusted_title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
  color: #4a545a;
}

.final_trusted_text {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: #4a545a;
}

.final_make_title {
  font-size: 32px;
  line-height: 62px;
  font-weight: 700;
  color: #2f3639;
  text-align: center;
  margin-bottom: 41px;
}

.final_make_btn_wrapper {
  text-align: center;
  padding-bottom: 69px;
  border-bottom: 1px solid #d9dcdd;
  margin-bottom: 67px;
}

.final_make_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 296px;
  height: 50px;
  background-color: #0b82a8;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 40px;
}

.hr {
  max-width: 1640px;
  height: 1px;
  border: 1px solid #d9dcdd;
  width: 100%;
  margin: 0 auto;
}

.final_make_title_low {
  font-size: 28px;
  text-align: center;
  color: #2f3639;
  margin-bottom: 28px;
}

.final_make_text {
  text-align: center;
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  color: #2f3639;
}

.final_make_text a {
  color: #0b82a8;
}

.final_make_conainer {
  padding-top: 64px;
  padding-bottom: 94px;
}

.final_steps_title {
  font-weight: 700;
  color: #2f3639;
  margin-bottom: 70px;
}

.final_steps_img {
  padding-top: 120px;
}

.final_steps_item_title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.final_steps_item_text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.final_link_header {
  width: 131px;
  height: 50px;
  background-color: #0a82a7;
  font-size: 17.9px;
  line-height: 17px;
  font-weight: 700;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  border-radius: 40px;
}

.final_hire_box {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.variant_card {
  position: relative;
}

.variant_bg {
  position: relative;
  width: 100%;
  height: 100%;
}

.variant_content {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.variant_content_wrapper {
  max-width: 233px;
  width: 100%;
}

.variant_text {
  font-weight: 300;
  text-align: center;
  max-width: 195px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
}

.variant_title {
  text-align: center;
  font-size: 18px;
  min-height: 38px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}

.home_variants_container {
  padding-top: 47px;
}

.home_variants_row {
  margin-top: 19px;
}

.hero_discover_container {
  background-image: url("../images/img/discover_list_bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-bottom: 113px;
}

.hero_list_section {
  padding-top: 76px;
}

.hero_list_section_title {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.hero_list_section_text {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  text-align: center;
}

.search_group_border {
  border: 1px solid #eee;
  border-radius: 5px;
}

.search_group_border .search_input {
  width: 353px;
}

.search_group_border .search_location {
  width: 273px;
}

.search_list_container {
  padding-top: 26px;
}

.variant_like {
  position: absolute;
  z-index: 8;
  top: 21px;
  right: 19px;
}

.variant_like img {
  width: 21px;
  height: 21px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.variant_like.active .active {
  display: inline;
  width: 21px;
  height: 21px;
}

.variant_card_top_30 {
  margin-top: 30px;
}

.list_companies_container_top_30 {
  padding-top: 30px;
}

.list_companies_container_bottom_70 {
  padding-bottom: 70px;
}

.employer_testimonial_title {
  margin-top: 100px;
  margin-bottom: 23px;
}

.employer_testimonials_info {
  font-size: 16px;
  color: #212439;
  line-height: 1.5;
}

.employer_testimonial_img {
  margin-top: 13px;
}

.employer_testimonial_card {
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0px 21px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 21px 24px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  padding: 50px;
}

.employer_testimonial_author {
  margin-top: 25px;
  font-size: 16px;
  color: #212439;
  line-height: 24px;
}

.employer_testimonial_author_name {
  font-weight: 600;
}

.employer_testimonial_text {
  font-size: 16px;
  line-height: 24px;
}

.employer_testimonial_img_logo {
  margin-bottom: 33px;
}

.employer_testimonials_section {
  padding-bottom: 36px;
}

.hero_hot_companies_container {
  background-image: url("../images/img/hot_companies_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.hero_hot_companies_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  height: 56px;
  width: 117px;
  border-radius: 6px;
  text-decoration: none;
  margin-left: auto;
}

.hero_hot_companies_btn img {
  width: 21px;
  margin-left: 5px;
}

.hero_list_section_nav_box {
/*   padding-top: 45px; */
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero_hot_keep_companies_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin-right: 40px;
}

.hero_hot_keep_companies_item img {
  margin-right: 10px;
  min-width: 20px;
}

.text_underline {
  position: relative;
}

.text_underline:after {
  content: '';
  display: block;
  width: 90%;
  height: 2px;
  background: #0D81A7;
  position: absolute;
  bottom: 0px;
}

.dream-team-feedback .form-group .work_life_label {
  width: 20px;
  text-align: center;
  margin-top: 0;
}

.dream-team-feedback .work_life_label div {

  font-size: 14px;
}

.dream-team-feedback .work_life_label input {
  margin: 0;
  position: static;
}

.dream-team-feedback .form-group>label {
  font-size: 18px;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

.dream-team-card .dream-team-header {
  margin-top: 0;
}

.dream-team-header {
  color: black;
  font-weight: bold;
  margin-top: 2rem;
  text-align: center;
  font-size: 28px;
}

.dream-team-share {
  margin-top: 0.5rem;
  width: 180px;
  text-align: left;
}


.dream-team [class^="col-"] {
  margin-bottom: 1.75rem;
}

.dream-team.result-view [class^="col-"] {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
}

.dream-team-progress {
  height: 24px;
  width: 100%;
  background: #EEE;
  border-radius: 30px;
  margin-bottom: 1rem;
  margin-top: 6px;
}

.dream-team-progress-bar {
  height: 100%;
  width: 40%;
  background: #04bef6;
  background-image: linear-gradient(to right, #4fdbfc, #0982a7);
  border-radius: 30px 0 0 30px;
}

.dream-team-card {
  padding: 24px 40px;
  -webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 15%);
  box-shadow: 0 1px 6px rgb(0 0 0 / 15%);
  border-radius: 10px;
  background-color: #ffffff;
}

.dream-team h1 {
  margin: 3rem 0;
  margin-top: 2rem;
  color: black;
  font-weight: bold;
}

.dream-team h3 {
  color: #000;
  font-weight: 600;
  margin: 1rem 0;
}

.dream-team h2.dream-team-header {

  font-weight: 500;
  margin-bottom: 0;
  font-size: 22px;
  color: black;
}

.dream-team h2 {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: normal;
  color: black;
  text-align: center;
}

.dream-team-pie-value {
  position: absolute;
  height: 200px;
  width: 100%;
  text-align: center;
  margin-top: 70px;
  font-size: 24px;
}

.dream-team-pie-value small {
  font-size: 1rem;
  display: block;
  font-size: 14px;
  text-align: center;
}

.dream_team_back {
  cursor: pointer;
  float: right;
}

.dream-team-progress-bar-label {
  background: #0982a7;
  color: white;
  text-align: center;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 0.5rem;
  position: relative;
  width: 100px;
  line-height: 1.5rem;
  font-size: 11px;
}

.dream-team-progress-bar-label::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #0982a7 transparent transparent transparent;
}

#dream-team-turnover,
#dream-team-management-style,
#dream-team-growth-opportunity {
  width: 200px;
}

#dream-team-leadership-support-yes,
#dream-team-leadership-support-no,
#dream-team-leadership-support-unsure {
  width: 180px;

}

.dream-team-custom-labels>div {
  font-size: 11px;
  line-height: 1rem;
  margin-top: 1rem;
}

.dream-team-custom-labels>div>div {
  background-color: #0982a7;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  display: inline-block;
  margin-right: 12px;
}

.dream-team-custom-labels>div:nth-child(1)>div {
  background-color: #0982a7;
}

.dream-team-custom-labels>div:nth-child(2)>div {
  background-color: #3aa9c6;
}

.dream-team-custom-labels>div:nth-child(3)>div {
  background-color: #4fdbfc;
}

.dream-team-jobs a {
  color: #000;
  font-weight: 500;
}

.dream-team-jobs div {
  line-height: 1rem;
  color: #999;
  font-size: 12px;
  margin-bottom: 1rem;
}

.list_companies_featured_title {
  font-size: 34px;
  margin-bottom: 28px;
}

.list_companies_filter_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 30;
  margin-bottom: 16px;
}

.companies_filter_box_link {
  display: block;
  margin-left: 30px;
  margin-right: 30px;
  color: #212439;
  font-weight: 600;
}

.companies_filter_box_link_single {
  margin-left: auto;
  margin-right: 0;
}

.companies_filter_card {
  min-height: 248px;
  margin-bottom: 19px;
}

.companies_filter_card .red_like .normal {
  display: block;
}

.companies_filter_card .red_like.active .normal {
  display: none;
}

.companies_filter_card .newest_header img {
  display: block;
  height: 52px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.companies_filter_card .newest_title {
  margin-top: 16px;
  font-size: 15px;
}

.companies_posted_info {
  margin-top: 25px;
}

.list_companies_filters_container {
  position: absolute;
  top: 40px;
  left: -50px;
  z-index: 10;
  background: #fff;
}

.list_companies_filters_container.active {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  width: calc(100% + 100px);
  padding-top: 50px;
  padding-left: 50px;
  padding-bottom: 50px;
  padding-right: 29px;
}

.show_list_companies_fiters_form_label {
  display: inline-block;
}

.list_companies_fiters_form_label {
  cursor: pointer;
  padding-right: 19px;
  margin-bottom: 20px;
  white-space: nowrap;
}

.list_companies_fiters_form_label span {
  margin-left: 7px;
}

.list_companies_fiters_form_label.unactive {
  display: none;
}

.list_companies_fiters_form_label.unactive.active {
  display: inline;
}

.list_companies_filters_searched_item {
  white-space: nowrap;
  background-color: #F5F7F6;
  padding: 6px 11px;
  border-radius: 3px;
  font-size: 16px;
  margin-right: 10px;
  font-weight: 500;
  margin-bottom: 10px;
}

.list_companies_filters_searched_title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}

.list_companies_filters_searched {
  margin-top: 15px;
}

.companies_filter_box_title {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.list_keep_container {
  padding-bottom: 30px;
}

.companies_filter_box_link {
  white-space: nowrap;
}

.companies_filter_box_link.active {
  color: #0d81a7;
}

.companies_filter_box_link:hover {
  text-decoration: none;
}

.companies_filter_box_link svg {
  width: 9px;
  height: 9px;
  margin-left: 20px;
}

.list_companies_filters_searched_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list_companies_filters_single_box {
  display: none;
}

.list_companies_filters_single_box.active {
  display: block;
}

.show_list_companies_fiters_form_label .second_span {
  display: none;
}

.show_list_companies_fiters_form_label.active .second_span {
  display: inline;
}

.show_list_companies_fiters_form_label.active .first_span {
  display: none;
}

.hero_keep_companies_container {
  background-image: url(../images/img/keep_n_track_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.home_variants_slider .slick-dots {
  padding-top: 15px;
}

.home_variants_link {
  margin-left: auto;
  margin-bottom: 20px;
}

.final_make_heaer_btn {
  width: 236px;
}

.advanced_search_hero_container {
  background-color: #173b47;
}

.advanced_search_result_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 13px;
  margin-top: 13px;
}

.advanced_search_result_check input {
  top: -2px;
  margin-right: 15px;
}

.advanced_search_result_check_text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  max-width: 197px;
  line-height: 1.2;
}

.advanced_search_result_check_val {
  font-size: 16px;
}

.advanced_search_result_check_count {
  display: inline-block;
  position: relative;
  top: -3px;
}

.advanced_search_result_check_drop_hide {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.advanced_search_result_check_hide {
  display: none;
}

.advanced_search_result_check_hide.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advanced_search_result_drop_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  color: #212439;
  margin-bottom: 18px;
  margin-top: 23px;
}

.advanced_search_result_drop_link span {
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.advanced_search_result_drop_link img {
  display: block;
}

.advanced_search_result_drop_link.active img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.advanced_search_result_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advanced_search_result_link {
  display: none;
}

.advanced_search_result_card_btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advanced_search_result_card_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advanced_search_result_card_btn img {
  min-height: 50px;
  min-width: 50px;
  height: 50px;
  width: 50px;
  margin-right: 14px;
}

.advanced_search_notify_form_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advanced_search_notify_form {
  margin-top: 25px;
  display: none;
}

.advanced_search_notify_form button {
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  height: 41px;
  color: #ffffff;
  background-color: #0d81a7;
  border: none;
  width: 162px;
}

.advanced_search_notify_form input {
  max-width: 412px;
  width: 100%;
  height: 41px;
  border-radius: 4px;
  border: 1px solid gray;
  margin-right: 14px;
}

.advanced_search_notify_form.active {
  display: block;
}

.advanced_search_result_card_btn:hover {
  text-decoration: none;
}

.advanced_search_result_card_btn:first-child {
  margin-right: 48px;
}

.advanced_search_result_card_btn_title {
  font-weight: 600;
  line-height: 1.2;
}

.advanced_search_result_card_btn_subtitle {
  color: #212439;
}

.advanced_search_result_card_container {
  padding-top: 56px;
  padding-bottom: 40px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
}

.advanced_search_result_box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.advanced_search_result_container {
  padding-top: 30px;
}

.advanced_search_result_filters_select {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 19px;
  margin-bottom: 19px;
}

.advanced_search_result_filters_select .close_sel {
  margin-left: -35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 35px;
  height: 35px;
  min-width: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advanced_search_result_filters_select span {
  height: 35px;
  display: inline-block;
  background-image: url("../images/img/square_sel_arrow.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 35px) center;
  background-size: 35px;
  padding-right: 73px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #e7ebec;
  border: none;
  padding-left: 11px;
  padding-top: 4px;
}

.advanced_search_result_filters_select a{
    color: #212439;
}

.advanced_search_result_filters_select select option:hover {
  background-color: #bec9cc;
}

.advanced_search_result_filters_select.active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.advanced_search_result_filters_box {
  padding-top: 20px;
  margin-top: 18px;
  /* padding-bottom: 20px; */
}

.advanced_search_result_box_col_filters {
  margin-right: 24px;
}

.advanced_search_result_filters_title {
  font-size: 24px;
  margin-bottom: 16px;
}

.advanced_search_result_filters_row .newest_card {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  height: 320px;
}

 .newest_card .newest_header {
  text-align: center;
}

 .newest_card .posted_info {
     position: absolute;
     bottom: 20px;
     width: calc(100% - 40px);
}

.hiden_newest_card {
  display: none;
}

.hiden_newest_card.active {
  display: block;
}

.advanced_search_newest_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;
  height: 55px;
  border: none;
  width: 275px;
}

.btn_primary {
  color: #ffffff;
  background-color: #0d81a7;
}

.text_center {
  text-align: center;
}

.advanced_search_newest_btn_box {
  margin-top: 30px;
}

.advanced_search_result_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 11px;
}

.advanced_search_result_drop_menu {
  margin-bottom: 38px;
}

.advanced_search_result_drop_menu.active {
  overflow: hidden;
  max-height: 0;
  margin-bottom: 0;
}

.advanced_search_result_btn {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 125px;
  height: 44px;
  border-radius: 4px;
  color: #212439;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.advanced_search_result_btn.active {
  border: 1px solid #0d81a7;
  color: #0d81a7;
  font-weight: 600;
  font-size: 16px;
}

.advanced_search_result_btn_box {
  margin-bottom: 27px;
}

.advanced_search_result_companies {
  margin-top: 60px;
}

.advanced_search_result_companies .col-sm-6.col-md-6.col-lg-3 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.close_advanced_search_result_form {
  display: none;
}

.advanced_search_modal_overlay {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 80%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.advanced_search_modal_overlay.active {
  display: block;
}

.bootstrap_container {
  max-width: 1070px;
}

.advanced_search_modal_overlay_container {
  max-width: 1551px;
  background-color: #fff;
  margin-left: auto;
}

.backdrop {
  background: #00000080;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
}

.advanced_search_detail_hero_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.advanced_search_section_link img {
  min-width: 13px;
  width: 13px;
  min-height: 13px;
  margin-right: 9px;
}

.descripton_form_box_top_30 {
  margin-top: 30px;
}

.description_form_info_high {
  font-size: 18px;
  color: #212439;
  margin-bottom: 17px;
}

.offset_lg_4 {
  margin-left: 33.333333%;
}

.advanced_similar_container {
  margin-top: 60px;
}

.header_detail_icon_ml {
  margin-left: 0;
}

.pl_lg_53 {
  padding-left: 53px;
}

.advanced_search_detail_hero_line {
  padding-bottom: 45px;
  padding-top: 52px;
}

.advanced_search_modal_header {
  border-bottom: 1px solid #dbddde;
}

.advanced_search_result_filters_row .newest_card .newest_title {
  cursor: pointer;
}

.fixed_box {
  overflow: hidden;
}

.newest_card {
  position: relative;
  height: 320px;
}

.advanced_search_result_filters_row .newest_card.featured:after {
  content: 'Featured Job';
  padding: 2px 8px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.4;
  font-size: 12px;
  background: #0d81a7;
  color: #fff;
  font-weight: 500;
}
.shopify_variant_text {
  display: none;
}

/* Dream Team */
.dream_container_title {
  margin-bottom: 28px;
  margin-top: 104px;
}

.dream_nav {
  height: auto;
}

.dream_img_box {
  transform: translate(43px,-12px);
}

.work_container {
  margin-top: 26px;
}

.work_content {
  margin-top: 149px;
  margin-right: -59px;
  margin-left: -13px;
}

.work_container_text,
.invite_container_text,
.compile_container_text,
.social_container_text,
.try_container_text {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
}

.work_container_title,
.invite_container_title,
.compile_container_title,
.social_container_title {
  margin-bottom: 28px;
  line-height: 48px;
}

.work_img_box {
  margin-left: -45px;
}

.invite_container {
  background: #F4F7F6;
  margin-top: 70px;
  padding-bottom: 29px;
}

.invite_content {
  margin-top: 181px;
}

.invite_img_box {
  transform: translate(82px, 8px);
}

.compile_container {
  padding-top: 109px;
  padding-bottom: 30px;
}

.compile_content {
  margin-top: 77px;
  margin-left: -16px;
  margin-right: -43px;
}

.social_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 53px;
  margin-right: 3px;
}

.social_links_box {
display: flex;
align-items: center;
justify-content: flex-end;   
margin-top: 62px;
}

.social_container {
  margin-top: 126px;
  padding-bottom: 30px;
}

.try_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 360px;
  width: 100%;
  height: 55px;
  border-radius: 4px;
  background-color: #fff;
  color: #0d81a7;
  font-size: 20px;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.try_btn:hover {
  text-decoration: underline;
}

.try_container {
  background: #0E81A6;
  margin-top: 186px;
  padding-top: 56px;  
  padding-bottom: 77px;
}

.try_container_title {
  color: #fff;
  margin-bottom: 32px;
}

.try_container_text {
  color: #fff;
  margin-bottom: 50px;
}

.try_container_text span {
  font-weight: 700;
}

.try_container_content {
  margin: 0 auto;
  max-width: 810px;
}

@media screen and (max-width: 1800px) {
  .about_us_img_box img {
    margin-left: 0;
  }

  .final_hire_container {
    padding-top: 20%;
    padding-bottom: 20%;
  }
}

@media screen and (max-width: 1370px) {
  .final_hire_container {
    padding-top: 19%;
    padding-bottom: 19%;
  }
}

@media screen and (max-width: 1280px) {
  .list_companies_filters_container {
    width: 100%;
  }

  .list_companies_filters_container.active {
    width: 100%;
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .list_companies_filters_container {
    width: 100%;
  }

  .list_companies_filters_container.active {
    width: 100%;
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .variant_content_wrapper {
    max-width: calc(100% - 10px);
  }

  .variant_title {
    font-size: 14px;
    min-height: 34px;
  }

  .variant_text {
    font-size: 12px;
    line-height: 1.4;
    max-width: 175px;
  }
}

@media screen and (max-width: 1199px) {
  .advanced_search_modal_overlay {
    width: 100%;
  }

  .advanced_search_section_link {
    margin-top: 20px;
  }

  .advanced_search_detail_hero_line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .close_advanced_search_result_form {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 5;
  }

  body.fixed_box {
    overflow: hidden;
  }

  .advanced_search_result_box_col_filters {
    display: none;
  }

  .advanced_search_result_box_col_filters.active {
    display: block;
    position: fixed;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    overflow-y: scroll;
    margin-right: 0;
  }

  .advanced_search_result_link {
    display: inline-block;
    margin-top: 20px;
  }

  .variant_content_wrapper {
    max-width: calc(100% - 10px);
  }

  .variant_title {
    font-size: 14px;
    min-height: 34px;
  }

  .variant_text {
    font-size: 12px;
    line-height: 1.4;
    max-width: 175px;
  }

  .featured_all_column {
    width: 33.33%;
    display: block;
    margin-bottom: 20px;
  }
  .employer_sign_packages_card {
    padding-left: 50px;
    padding-right: 50px;
  }

  .employer_sign_packages_thumb {
    margin-right: 20px;
  }

  .blue_check_list li {
    font-size: 16px;
  }

  .employer_table {
    display: none;
  }

  .employer_card_information {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }

  .employer_information_btn_wrapper {
    margin-top: 20px;
    text-align: center;
  }

  .employer_card_box {
    margin-left: auto;
    margin-right: auto;
  }

  .employer_card_box:first-child {
    margin-left: 0;
  }

  .employer_card_box:last-child {
    margin-right: 0;
  }

  .employer_sign_packages_card_subtitle {
    font-size: 16px;
  }

  .employer_sign_btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .employer_btn_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .careerlink_btn_gutter_left {
    margin-left: 0;
    margin-top: 20px;
  }

  .employer_chose_card_thumb {
    width: 120px;
    height: 95px;
    left: -60px;
    top: -50px;
  }

  .employer_chose_card_thumb img {
    width: 50%;
  }

  .employer_chose_card {
    width: 100%;
    max-width: 360px;
    min-height: 260px;
    height: auto;
    padding-top: 50px;
  }

  .employer_chose_btn_wrapper {
    padding-left: 75px;
  }

  .employer_chose_card_list {
    margin-left: 40px;
  }

  .dark_check_list li {
    font-size: 16px;
  }
  .about_us_img_desk {
    display: none;
  }
  
  .about_info_col_2 iframe {
    width: 200%;
  }

  .about_us_img_mob {
    display: inline;
  }
  .detail_time_box {
    margin-top: 17px;
  }

  .detail_report_link {
    margin-top: 17px;
    margin-right: 10px;
  }

  .about_info_col {
    height: 100%;
  }

  .primary_menu a {
    width: auto !important;
  }

  .custom_career_slide {
    width: 100%;
  }

  .custom_career_slide .career_slide_box {
    min-height: auto;
    margin-bottom: 60px;
  }

  .helped_carrer_box {
    display: block;
  }

  .header_detail_btn_apply {
    width: 150px;
  }

  a.detail_btn_icon span {
    display: none;
  }

  .header_detail_info {
    display: none;
  }

  .header_detail_info_md {
    margin-top: 25px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
  }

  .header_detail_info_position,
  .header_detail_info_applicants {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .header_detail_time {
    width: 100%;
  }

  .search_form .search_input {
    width: 100%;
  }

  .search_form input {
    width: 100%;
  }

  .search_form button {
    width: 100%;
  }

  .search_group {
    margin-bottom: 10px;
  }

  .search_group_md_50 {
    width: calc(50% - 10px);
  }

  .search_group_md_full {
    width: 100%;
  }

  .featured_slide_title {
    margin-top: 23px;
  }

  .featured_slide_content {
    padding-left: 0;
  }

  .featured_slide_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .featured_slide_box_lg {
    width: 100%;
  }

  .featured_slide_box_lg img {
    width: 100%;
  }

  .recruit_card_mini {
    width: 100%;
  }

  .recruit_card_mini_header {
    margin-right: 38px;
    min-width: 97px;
    margin-bottom: 0;
    height: 83px;
  }

  .recruit_card_mini_box {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .recruit_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .recruit_btn {
    width: 100%;
  }

  .recruit_content {
    max-width: 334px;
    margin-right: 22px;
  }

  .recruit_video_box {
    min-width: 334px;
  }

  .recruit_video_box iframe {
    height: auto;
    width: auto;
  }

  .profile_corporation_card .profile_corporation_card_header img{
    width: 100%;
  }
  
  .recruit_video_box .video-play-icon {
    height: auto;
    width: auto;
  }

  .starbucks_nav a.starbucks_link_count {
    display: none;
  }

  .starbucks_link_count.corporation_link_md {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .corporation_box {
    padding-left: 0;
    margin-top: 37px;
    margin-bottom: 11px;
  }

  .corporation_box_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .starbucks_nav {
    width: 795px;
  }

  .about_link {
    margin-top: 36px;
  }

  .about_container {
    margin-top: 77px;
  }

  .about_info_box {
    margin-top: 59px;
  }

  .newest_companies {
    margin-top: 80px;
  }

  .technologies_container {
    margin-top: 80px;
  }

  .technologies_culture {
    margin-top: 80px;
    width: 100%;
  }

  .technologies_technologies {
    width: 100%;
  }

  .technologies_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .technologies_col {
    width: 50%;
  }

  .technologies_col img {
    min-width: 285px;
    height: auto;
    width: 100%;
  }

  .technologies_text {
    padding-top: 22px;
  }

  .technologies_content_box {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .team_box {
    width: 50%;
    padding-bottom: 15px;
  }

  .team_box img {
    width: 100%;
  }

  .team_box:nth-child(2) {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .team_box_container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team_content_box {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .team_content_text {
    max-width: 100%;
    margin-top: 0px;
  }

  .compile_content {
    margin-top: 45px;
    margin-right: 0;
    margin-left: 0;
  }

  .social_link {
    margin-left: auto;
  }

  .work_img_box {
    margin-left: 0;
  }

  .work_content {
    margin-top: 94px;
  }

  .dream_container_title {
    margin-top: 45px;
  }
}

@media screen and (max-width: 1090px) {
  .final_hire_container {
    padding-top: 200px;
    padding-bottom: 200px;
    background-size: cover;
  }
}

@media screen and (max-width: 991px) {

  .pl_lg_53 {
    padding-left: 0;
  }

  .offset_lg_4 {
    margin-left: 0;
  }

  .advanced_similar_container {
    padding-top: 1px;
  }

  .advanced_search_result_container {
    padding-top: 30px;
  }

  .list_keep_container {
    padding-top: 30px;
  }

  .companies_filter_box_link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .companies_filter_box_link svg {
    margin-left: 10px;
  }

  .companies_filter_box_link_single {
    margin-left: auto;
  }

  .employer_testimonials_section {
    padding-top: 30px;
  }

  .variant_card {
    margin-bottom: 15px;
  }

  .variant_card_top_30 {
    margin-bottom: 0;
  }

  .variant_title {
    font-size: 18px;
    min-height: 38px;
  }

  .variant_text {
    font-size: 14px;
    line-height: initial;
    max-width: 196px;
  }

  .variant_content_wrapper {
    max-width: calc(100% - 10px);
  }

  .dropdown-menu {
    left: -30px;
  }
  .final_hire_container {
    padding-top: 200px;
    padding-bottom: 200px;
    background-size: cover;
  }

  .featured_all_column {
    width: 50%;
    display: block;
    margin-bottom: 20px;
  }

  .final_hero_container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .final_form select {
    width: 100%;
    padding-right: 50px;
    text-overflow: ellipsis;
  }

  .final_form button {
    width: 100%;
  }

  .final_make_title_low {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.7;
  }

  .final_make_text {
    font-size: 18px;
  }

  .final_trusted_card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .final_testimonial_slide_logo img {
    width: 340px;
  }

  .final_testimonial_slide_citate {
    font-size: 20px;
    line-height: 1.5;
  }

  .final_testimonial_slide_author {
    font-size: 19px;
  }

  .final_hire_box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .final_hire_subtitle {
    font-size: 22px;
    line-height: 1.6;
  }

  .final_hire_title {
    font-size: 48px;
  }

  .custom_offset_right {
    float: none;
  }

  .final_steps_img {
    padding-top: 80px;
    margin-bottom: 30px;
  }

  .final_steps_container .row_md_reverce .col-md-6 {
    width: 100%;
  }

  .employer_information_check {
    min-width: 20px;
  }

  .imployer_staffing_box {
    padding-top: 0;
  }

  .employer_card_btn {
    width: 100%;
    height: 40px;
    font-size: 16px;
  }

  .employer_card_title {
    font-size: 16px;
  }

  .employer_card_price {
    font-size: 30px;
  }

  .employer_card_info_title {
    font-size: 16px;
  }

  .employer_card_subtitle {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
  }

  .employer_card_box {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    width: calc(100% / 3);
  }

  .employer_card_box:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .employer_card_box:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .employer_sign_btn_box,
  .employer_btn_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .careerlink_btn_gutter_left {
    margin-top: 0;
    margin-left: 20px;
  }

  .employer_img_box {
    text-align: center;
  }

  .employer_features_item.active {
    margin-left: 15px;
  }

  .employer_img_box {
    margin-top: 50px;
  }

  .employer_chose_card_thumb {
    left: calc(50% - 60px);
  }

  .employer_chose_btn_wrapper {
    padding-left: 0;
  }
  .branding_integration_title {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  
  .employer_img_box {
    margin-top: 0px;
  }

  .customer_branding_title {
    margin-bottom: 0;
  }

  .tactic_card_wrapper_positions {
    margin-bottom: 50px;
  }

  .tactic_card_m {
    min-height: 606px;
  }

  .about_us_info {
    margin-bottom: 44px;
  }

  .customer_social_links a img {
    margin-right: 30px;
  }

  .about_us_img_mob {
    display: none;
  }

  .about_us_img_desk {
    display: inline;
  }

  .terms_col_lg {
    display: none;
  }

  .terms_menu_tablet {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f4f7f6;
    padding-top: 15.5px;
    padding-bottom: 15.5px;
  }

  .terms_container {
    padding-top: 47px;
    padding-bottom: 23px;
  }

  .terms_menu_togler {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.56;
    color: #212439;
    display: block;
    background-image: url("../images/img/plus.png");
    background-repeat: no-repeat;
    background-position: right center;
  }

  .terms_menu_togler.active {
    background-image: url("../images/img/minus.png");
  }

  .branding_integration_img_box {
    margin-top: 33px;
  }

  .branding_integration_img_box img {
    width: 100%;
  }

  .integration_cards_container {
    margin-top: 5px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .branding_integration_card {
    width: calc(100% / 3 - 19px);
  }

  .branding_integration_card:nth-child(5n+5) {
    margin-right: 19px;
  }

  .row_branding {
    margin-top: 0px;
  }

  .tactic_card {
    margin-top: -50px;
  }

  .branding_img_box {
    margin-top: 10px;
  }

  .branding_img_box img {
    width: 100%;
  }

  .branding_img_box_next {
    margin-top: 60px;
  }

  .branding_img_box_next img {
    width: 100%;
  }

  .customer_branding_img_wrapper {
    margin-top: 46px;
  }

  .order_md_1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order_md_0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order_md_2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .row_md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .customer_service_container {
    padding-top: 80px;
  }

  .about_us_img_box {
    position: static;
    width: 100%;
    margin-top: 45px;
    margin-bottom: 30px;
  }

  .about_us_img_box img {
    margin-left: 0;
    width: 100%;
  }

  .row_md_reverce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  a.detail_report_link {
    margin-right: 15px;
    margin-left: 15px;
  }

  .about_info_col {
    height: 100%;
  }

  .dropdown-menu.show {
    width: 400px;
    margin: 25px -60px 0;
  }

  .companie_profile_link {
    font-size: 0;
    color: transparent;
    margin-left: 0;
  }

  .follow_container .title_box {
    margin-bottom: 0;
  }

  .follow_company_img img {
    width: 100%;
  }

  .starbucks_nav {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .starbucks_nav a {
    margin-right: auto;
    margin-left: auto;
  }

  .corporation_box_info {
    margin-right: 10px;
  }

  .corporation_box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .primary-menu > .dropdown {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .primary_menu > a {
    background-color: #fff;
  }

  .primary_menu {
    height: auto;
    display: none;
  }

  .sign_link, .login_link {
    display: none;
  }

  .logined_info {
    display: none;
  }

  .logined_user {
    margin-right: 30px;
  }

  .header_mobile_menu {
    display: block;
    cursor: pointer;
  }

  .rogo {
    margin-right: auto;
  }

  .header_box .primary-menu {
    position: absolute;
    background-color: #fff;
    padding: 0 20px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
    top: 60px;
    right: 0;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    z-index: 90;
    width: 300px;
  }

  .header_box .primary-menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
  }

  .slide_md_hide {
    display: none;
  }

  .trending_btn_text_big {
    font-weight: 700;
    font-size: 18px;
  }

  .recruit_video_box {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  }

  .recruit_comment_box {
    min-width: 100%;
    left: 0;
    bottom: 0;
    position: relative;
  }

  .info_icon {
    line-height: 1;
  }

  .info_icon img {
    margin-top: 0;
  }

  .search_text_link_box {
    min-width: 200px;
  }

  .company_title {
    text-align: center;
  }

  .jobs_start {
    margin-top: -49px;
  }

  .jobs_start_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_dark .footer-fifth {
    width: 33%;
  }

  .footer .footer_social {
    margin-top: 80px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer .footer_social ul {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
  }

  .footer .footer_social ul li a {
    padding-right: 20px;
    padding-left: 20px;
  }

  .news_card_header img {
    width: 100%;
  }

  .news_card {
    margin-bottom: 21px;
  }

  .trending_btn {
    width: 50%;
  }

  .trending_card {
    margin-bottom: 21px;
  }
  
  .featured_all_card {
    margin: 21px;
  }

  .header_detail_icon {
    display: none;
  }

  .details_box {
    margin-top: 24px;
  }

  .header_detail_title {
    font-size: 18px;
  }

  .header_detail_title_box {
    padding-left: 22px;
  }

  .profile_vacation_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .profile_vacantion {
    width: 30%;
  }

  .description_container {
    margin-top: 59px;
  }

  .profile_corporation_card {
    margin-top: 60px;
  }

  .profile_corporation_title {
    text-align: center;
  }

  .profile_corporation_text {
    text-align: center;
  }

  .profile_corporation_card {
    padding-bottom: 49px;
  }

  .details_item {
    max-width: 33%;
    width: 100%;
    padding-right: 23px;
  }

  .details_item_video {
    display: none;
  }

  .map_link {
    display: inline;
  }

  .details_skills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .details_skills .details_item_confirm {
    margin-right: 19px;
  }

  .details_skills .details_link {
    margin-left: 21px;
  }

  .details_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .offset_lg_3 {
    margin-left: 0;
  }

  .straight_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }

  .straight_header {
    min-width: 202px;
  }

  .follow_container {
    padding-top: 65px;
  }

  .info_icon {
    margin-bottom: 12px;
  }

  .leaders_img_box {
    position: static;
    width: 100%;
    margin-bottom: 50px;
  }

  .competitors_img_box {
    text-align: center;
    margin-bottom: 80px;
  }

  .believe_box_slide {
    max-width: calc(33.33% - 15px);
    height: 305.5px;
  }

  .believe_box_start {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 90px;
  }

  .believe_info_text {
    -webkit-line-clamp: 8;
    line-clamp: 8;
  }

  .applicant_img_box {
    position: static;
    max-width: 100%;
    width: 100%;
    margin-top: 50px;
  }

  .applicant_graph_img {
    text-align: center;
  }

  .applicant_tracking_img_box {
    width: 100%;
    margin-top: 45px;
  }

  .applicant_tracking_img_box img {
    width: 100%;
  }

  .row_md_reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .row_md_reverse .col-lg-6 {
    width: 100%;
  }

  .pb_120 {
    padding-bottom: 80px;
  }

  .action_plan_citate_box {
    position: static;
    -webkit-box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.15);
    max-width: 100%;
  }

  .action_plan_card_title {
    margin-top: 35px;
  }

  .action_plan_card_text {
    margin-bottom: 45px;
  }

  .action_plan_card_mini {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-bottom: 50px;
  }

  .action_plan_card_mini_img {
    min-width: 94px;
    margin-right: 25px;
  }

  .action_features_item {
    max-width: calc(33.33% - 15px);
    margin-bottom: 50px;
  }

  .action_features_item_start {
    max-width: 100%;
  }

  .action_features_title {
    margin-bottom: 0;
  }

  .action_plan_card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .advanced_search_details_item {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }

  .advanced_search_detail_hero_line .header_detail_title_box {
    padding-left: 0;
  }

  .invite_md_column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .dream_img_box {
    margin-left: -93px;
  }

  .work_img_box,
  .compile_img_box {
    text-align: center;
  }

}

@media screen and (max-width: 767px) {

  .advanced_search_result_card_btn_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .advanced_search_result_card_btn {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .advanced_search_result_card_btn:first-child {
    margin-right: 0;
  }

  .final_post_box {
    max-width: 100%;
  }
  .final_make_conainer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .trusted_container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .trusted_text {
    font-size: 18px;
  }

  .final_steps_container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .final_trusted_card_box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .final_testimonial_slide {
    padding-left: 15px;
    padding-right: 15px;
  }

  .final_testimonial_slide_citate {
    font-size: 16px;
  }

  .final_hire_title {
    font-size: 35px;
  }

  .final_hire_subtitle {
    font-size: 18px;
    margin-top: 16px;
  }

  .final_trusted_card_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .final_trusted_card:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .final_trusted_card:last-child {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .blue_check_list li {
    font-size: 14px;
  }

  .employer_sign_container_title br {
    display: none;
  }

  .employer_sign_packages_card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .employer_sign_packages_card_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .employer_sign_packages_card_title {
    text-align: center;
  }

  .employer_sign_packages_thumb {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
  }

  .employer_sign_packages_card_subtitle {
    text-align: center;
  }

  .imployer_staffing_box {
    margin-top: 25px;
  }

  .employer_staffing_img img {
    width: 100%;
  }

  .employer_cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .employer_information_text {
    max-width: 180px;
  }

  .employer_card_box {
    max-width: 340px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }

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

  .employer_card {
    max-width: 100%;
  }

  .employer_chose_btn_wrapper {
    margin-bottom: 50px;
  }

  .employer_chose_card {
    margin-top: 80px;
  }

  .employer_chose_title {
    margin-bottom: 50px;
  }

  .row-md-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .employer_discover_content {
    padding-top: 60px;
  }

  .employer_chose_card {
    margin-right: auto;
  }
  .terms_container {
    padding-bottom: 17px;
  }

  .about_info_col_2 iframe {
    width: 100%;
    height: 100%;
  }

  .branding_integration_card {
    width: calc(100% / 2 - 17px);
    margin-left: 8.5px;
    margin-right: 8.5px;
    font-size: 14px;
    height: 58px;
  }

  .branding_integration_card:nth-child(5n+5) {
    margin-right: 8.5px;
  }

  .tactic_card {
    margin-top: -63px;
  }

  .believe_box_slide {
    display: none;
    height: auto;
  }

  .believe_box_start {
    height: auto;
  }

  .believe_box_content {
    position: relative;
  }

  .believe_box_content img {
    width: 100%;
  }

  .believe_box_content a img {
    width: auto;
  }

  .believe_box_start {
    display: block;
  }

  #believe_slider {
    display: block;
  }

  .believe_slider {
    display: block;
  }

  .believe_slider .believe_box_slide {
    display: block;
    min-height: 374px;
    margin-bottom: 0;
  }

  .primary-menu .dropdown-toggle {
    font-size: 14px;
  }

  .about_info_col {
    height: 100%;
  }
  
  .about_info_col_2 {
    width: 100%;
  }

  .about_row img {
    width: 100%;
  }

  .about_row_slider img {
    width: 100%;
  }

  .straight_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .follow_link {
    font-size: 0;
    padding: 23px;
    background-position: center;
  }

  .technologies_content_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .technologies_col {
    width: 100%;
  }

  .technologies_col img {
    width: 100%;
  }

  .technologies_text {
    margin-bottom: 47px;
  }

  .starbucks_link_count.corporation_link_md {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  .corporation_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .corporation_box_info {
    margin-right: auto;
    width: 50%;
    text-align: center;
    margin-left: auto;
  }

  .companie_profile_logo {
    width: 80px;
    top: -30px;
  }

  .header_detail_title_box {
    padding-left: 5px;
  }

  .rogo {
    margin-left: 0;
  }

  .logined_box {
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .company_logos {
    display: none;
  }

  .company_logos_carousel {
    display: block;
  }

  .company_logos_carousel img {
    width: 25%;
    height: 43px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    margin-bottom: 25px;
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
  }

  .jobs_start {
    margin-top: 0;
  }

  .jobs_container {
    margin-top: 160px;
  }

  .featured_slide_box_lg {
    min-width: 100%;
  }

  .recruit_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .recruit_content {
    max-width: 100%;
    width: 100%;
  }

  .recruit_box {
    width: 100%;
  }

  .recruit_video_box {
    margin-top: 30px;
  }

  .search_jobs_logo {
    -webkit-transform: translateY(233px);
    transform: translateY(233px);
    margin-top: 0;
  }

  .company_title {
    display: none;
  }

  .footer_dark .footer-fifth {
    width: 100%;
    margin-bottom: 28px;
  }

  .footer_dark .footer-fifth ul {
    display: none;
  }

  .footer .footer_social {
    margin-top: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer .footer_social ul {
    display: block;
    margin-left: 0;
  }

  .footer_copy {
    text-align: left;
  }

  .footer .footer_social ul li a {
    padding-left: 0;
  }

  .profile_vacantion {
    width: 100%;
  }

  .profile_vacation_box {
    display: block;
  }

  .details_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .details_item {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .details_item_description {
    min-width: 110px;
  }

  .details_item_confirm {
    width: calc(100% - 115px);
  }

  .details_item_alert {
    margin-left: 110px;
    margin-bottom: 7px;
    margin-top: 10px;
  }

  .details_link {
    display: block;
    width: 100%;
    margin-left: 110px;
  }

  .header_detail_container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header_detail_box {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 28px;
    padding-bottom: 17px;
  }

  .header_detail_time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  a.detail_report_link {
    margin-left: 0;
  }

  .map_item {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .map_link {
    width: auto;
  }

  .map_item .details_item_alert {
    margin-left: 0;
    width: 100%;
  }

  .map_item .details_link {
    margin-left: 0;
  }

  .map_item .details_item_confirm {
    margin-bottom: 12px;
    width: 100%;
  }

  .details_skills {
    padding-left: 10px;
    padding-right: 10px;
  }

  .details_skills .details_item_confirm {
    margin-bottom: 12px;
  }

  .details_skills .details_link {
    margin-left: 0;
  }

  .header_detail_box {
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
  }

  .similar_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .similar_header {
    margin-bottom: 25px;
  }

  .similar_header {
    margin-top: 13px;
  }

  .similar_title {
    font-size: 22px;
  }

  .action_plan_img_box {
    margin-top: 30px;
  }

  .action_plan_card_text {
    max-width: 100%;
  }

  .action_plan_btn {
    max-width: 100%;
  }

  .dream_md_column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .dream_nav {
    display: none;
  }

  .social_links_box {
    justify-content: center;
  }

  .social_link {
    margin-right: auto;
    margin-left: auto;
  }

  .social_link img {
    width: 72px;
  }

  .dream_img_box {
    margin-left: 0;
    transform: translate(0,0);
  }

  .dream_container_title {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .work_container {
    margin-top: 0;
  }
  
  .work_content {
    margin-right: 0;
    margin-left: 0;
  }

  .work_content,
  .invite_content {
    margin-top: 0;
  }
  .invite_container {
    margin-top: 112px;
  }

  .work_container_title, .invite_container_title, .compile_container_title, .social_container_title {
    margin-bottom: 24px;
  }

  .invite_img_box {
    transform: translate(0,0);
  }

  .compile_container {
    padding-top: 80px;
  }

  .social_links_box {
    margin-top: 0;
    padding-bottom: 65px;
  }

  .social_container {
    margin-top: 66px;
  }

  .try_container {
    margin-top: 0;
    padding-top: 96px;
    padding-bottom: 139px;
  }

}

@media screen and (max-width: 660px) {

  .hero_hot_keep_companies_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% / 3);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero_hot_keep_companies_item img {
    margin-left: auto;
    margin-right: auto;
  }

  .hero_hot_companies_btn {
    height: 46px;
  }

  .hero_list_section_nav_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero_hot_companies_btn {
    margin-top: 10px;
  }

  #believe_slider {
    display: block;
  }
  #believe_slider {
    display: block;
  }

  .starbucks_nav {
    width: 700px;
    height: 80px;
  }

  .starbucks_scroll {
    overflow-x: scroll;
    display: none;
  }
}

@media screen and (max-width: 600px) {
    .featured_all_column {
    width: 100%;
    display: block;
    margin: 21px;
  }

  .comunity_video_box iframe {
    max-width: 100%;
    width: 100%;
    display: none;
  }

  .action_features_text_box {
    display: none;
  }

  .action_features_text_box.active {
    display: block;
  }

  .action_features_link {
    background-image: url("../images/img/caret_copy_5.png");
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    width: 100%;
  }

  .action_plan_card {
    padding-left: 0;
    padding-right: 0;
  }

  .action_plan_card_mini {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .action_features_item {
    max-width: 100%;
    margin-bottom: 33px;
  }

  .action_features_item_start {
    margin-bottom: 55px;
  }

  .about_info_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about_info_col {
    width: 100%;
  }

  .about_info_col_1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .about_info_col_2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .about_info_col_2 iframe {
      width: 100%;
      height: 100%;
  }

  .about_info_col_3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .corporation_box_title {
    text-align: center;
  }

  .team_content_box {
    padding-left: 16px;
    padding-bottom: 1px;
  }

  .team_content_citate {
    background-position: 20px 19px;
  }

  .jobs_start_box a {
    font-size: 14px;
  }

  .jobs_start_box a span {
    display: none;
  }

  .jobs_start_box span {
    font-size: 14px;
  }

  .believe_box_title,
  .believe_box_text {
    text-align: center;
  }

  .breadcrumb_separator {
    display: none;
  }

  .breadcrumb_separator_mobile {
    display: inline-block;
  }

  .breadcrumb_nav a.active {
    display: none;
  }

  .leaders_container {
    padding-bottom: 80px;
  }

  .believe_btn,
  .leaders_btn {
    max-width: 100%;
    width: 100%;
  }

  .leaders_btn {
    margin-bottom: 10px;
  }

  .employer_img_box {
    margin-top: 0px;
}

  .jobs_container,
  .featured_container,
  .trending_container,
  .newest_container,
  .recruit_container,
  .helped_container,
  .footer_dark,
  .believe_container,
  .leaders_container,
  .competitors_container,
  .breadcrumb_container,
  .applicant_tracking_container,
  .applicant_alert_for,
  .applicant_container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .recruit_card_mini_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .career_title {
    text-align: center;
  }

  .career_text {
    text-align: center;
  }

  .recruit_card_mini_header {
    margin-right: 0;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .career_btn {
    width: 100%;
  }

  .trending_link_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .search_group_md_50 {
    width: 100%;
  }

  .search_text_box {
    display: none;
  }

  .search_text_link_box {
    display: block;
    text-align: right;
  }

  .recruit_video_box {
    min-width: auto;
  }

  .comunity_video_box {
    min-width: auto;
  }

  .trending_btn {
    margin-left: 0;
    margin-right: 0;
    width: calc(100% - 20px);
  }

  .new_main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header_detail_title {
    font-size: 26px;
  }

  .applicant_tracking_citate_box,
  .applicant_tracking_text_box {
    position: static;
    -webkit-box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.15);
  }

  .applicant_tracking_text_box {
    padding-right: 14px;
  }

  .applicant_tracking_container_mb {
    padding-bottom: 0;
  }

  .applicant_alert_box {
    bottom: -56px;
  }

  .applicant_tracking_citate_box {
    padding-right: 59px;
  }

  .applicant_tracking_title {
    margin-top: 0;
  }

  .applicant_graph_row {
    margin-top: 0;
  }

  .applicant_graph_img {
    margin-top: 45px;
  }

  .applicant_alert_box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 575px) {

  .advanced_search_result_card_container {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .list_companies_filter_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .companies_filter_box_link_single {
    margin-left: 10px;
  }

  .list_companies_filters_container {
    top: 65px;
  }
  .final_testimonial_slide_logo img {
    width: 300px;
  }

  .final_steps_title {
    font-size: 30px;
  }

  .final_hero_container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .final_steps_btn {
    max-width: 239px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .final_steps_btn_wrapper {
    text-align: center;
  }

  .final_form button {
    font-size: 20px;
  }

  .final_make_btn {
    width: 100%;
    font-size: 20px;
    max-width: 396px;
  }

  .final_post_box {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .final_title {
    font-size: 30px;
  }

  .final_hero_container {
    padding-left: 0;
    padding-right: 0;
  }

  .employer_sign_info {
    max-width: 100%;
  }

  .blue_check_list li {
    font-size: 14px;
  }

  .employer_btn_box,
  .employer_sign_btn_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .careerlink_btn_gutter_left {
    margin-top: 20px;
    margin-left: 0;
  }

  .tactic_container {
    margin-top: 40px;
  }

  .tactic_card {
    width: calc(100% - 28px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }

  .tactic_container {
    padding-top: 50px;
  }
}

@media screen and (max-width: 560px) {
  .dream_img_box {
      margin-right: -15px;
     margin-left: -25px;
  }

  .dream_container_title {
      margin-top: -2px;
      line-height: 48px;
  }
  
  .work_img_box {
      margin-right: -15px;
      margin-left: -15px;
  }

  .work_content {
      padding-right: 5px;
      padding-left: 5px;
  }

  .work_container_title {
      margin-bottom: 24px;
  }

  .invite_container {
      margin-top: 98px;
      padding-top: 17px;
      padding-bottom: 54px;
  }

  .invite_img_box {
      margin-right: -15px;
  }

  .invite_container_title {
      line-height: 48px;
      margin-bottom: 18px;
  }

  .invite_content {
      margin-top: 23px;
      padding-right: 5px;
      padding-left: 5px;
  }

  .compile_container {
      padding-top: 69px;
  }

  .compile_content {
      padding-right: 5px;
      padding-left: 5px;
      margin-top: 55px;
  }

  .compile_container_title {
      line-height: 48px;
  }

  .social_content {
      padding-right: 5px;
      padding-left: 5px;
  }

  .social_links_box {
      padding-bottom: 57px;
  }

  .social_container {
      padding-bottom: 24px;
  }

  .try_container_title {
      line-height: 48px;
      margin-bottom: 38px;
  }

  .try_container_text {
      margin-bottom: 39px;
  }

  .try_btn {
      max-width: 325px;
  }

}

@media screen and (max-width: 543px) {

  .variant_card {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .final_steps_item_title {
    font-size: 20px;
  }

  .final_steps_item_text {
    font-size: 16px;
  }

  .final_make_conainer {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .final_title {
    line-height: 1.7;
  }

  .final_testimonial_btn {
    max-width: 319px;
    width: 100%;
    font-size: 20px;
  }

  .final_make_title {
    line-height: 1.7;
    font-size: 30px;
  }

  .about_row {
    display: none;
  }

  .about_row_slider {
    display: block;
    padding: 20px 20px 0;
  }

  .about_row_slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .about_row_slider .slick-dots button {
    width: 10px;
    height: 10px;
    background-color: #c1d3d8;
    border: none;
    font-size: 0;
    color: transparent;
    border-radius: 50%;
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
  }

  .about_row_slider .slick-dots .slick-active button {
    background-color: #0d81a7;
  }

  .newest_companies {
    margin-top: 20px;
  }
  
  .list_companies_filters_searched_item {
    font-size: 14px;
  }

  .advanced_search_result_filters_row .newest_card {
    height: auto;
    min-height: auto;
    padding: 15px 20px;
    padding-bottom: 60px;
  }

  .advanced_search_result_filters_row .newest_card .posted_info {
    margin-top: 15px;
  }

  .advanced_search_result_filters_row .newest_card .newest_title {
    margin-top: 20px;
    min-height: auto;
  }

  .shopify_variant {
    max-width: 134px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .shopify_variant_text {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .shopify_variant .variant_text {
    display: none;
  }

  .shopify_variant .variant_title {
    font-size: 13px;
    margin-bottom: 0;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 500px) {
  .advanced_search_notify_modal {
    padding-left: 25px;
    padding-right: 25px;
    left: 0;
    top: -10px;
  }

  .advanced_search_notify_form_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .advanced_search_notify_form input {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .advanced_search_notify_form button {
    width: 100%;
    margin-bottom: 8px;
  }

  .employer_testimonial_card {
    padding: 20px;
  }

  .customer_social_title {
    margin-bottom: 39px;
  }

  .customer_social_img_wrapper {
    margin-bottom: 39px;
  }

  .about_us_info {
    margin-bottom: 34px;
  }

  .customer_service_img_desk,
  .about_us_img_desk {
    display: none;
  }

  .customer_service_img_mob,
  .about_us_img_mob {
    display: inline;
  }

  .follow_company_text_box p:last-child {
    margin-bottom: 13px;
  }

  .footer_link {
    padding-right: 20px;
    background-image: url("../images/img/caret_copy.png");
    background-repeat: no-repeat;
    background-position: right 9px;
  }

  .header_detail_title_box {
    padding-left: 22px;
  }

  .search_container {
    padding-bottom: 0;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .header_detail_btn_apply {
    width: 130px;
    height: 45px;
    font-size: 16px;
  }

  a.detail_btn {
    margin-right: 29px;
  }

  .header_close_btn {
    border: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 10px;
    width: 48px;
  }

  .company_logos_carousel {
    position: relative;
    top: -100px;
  }

  .technologies_icon_box{
      width: 50%;
  }
  
  .dropdown-menu {
    left: -70px;
  }
}

@media screen and (max-width: 440px) {
  .advanced_search_notify_modal_btn {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

@media screen and (max-width: 400px) {
  .advanced_search_result_card_container {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .advanced_search_result_card_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }

  .advanced_search_result_card_btn img {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 374px) {
  .follow_link_box {
    margin-top: 15px;
  }

  .title_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title_box a {
    margin-top: 15px;
  }

  .jobs_start_box a {
    font-size: 12px;
  }

  .jobs_start_box span {
    font-size: 12px;
  }

  .header_detail_title {
    font-size: 22px;
  }

  .recruit_title,
  .trending_title_header,
  .featured_title,
  .recruit_card_mini_title,
  .career_title,
  .news_title,
  .careerlink_title,
  .newest_title_lg,
  .corporation_title,
  .details_title,
  .description_title,
  .description_form_title,
  .description_answer_title,
  .profile_corporation_title,
  .similar_title {
    font-size: 20px;
  }

  .profile_vacantion_title,
  .similar_card_title {
    font-size: 16px;
  }

  .description_answer_provided {
    font-size: 10px;
  }

  .description_answer_btn {
    font-size: 14px;
  }

  .description_form_label {
    font-size: 14px;
  }

  .details_item_confirm {
    font-size: 12px;
  }

  .details_item_alert {
    font-size: 12px;
  }

  .company_logos img {
    height: 23px;
  }

  .company_logos_carousel img {
    height: 23px;
  }

  .career_slide_box {
    min-height: auto;
  }
}

@media screen and (max-width: 340px) {
  .list_companies_filters_container {
    top: 95px;
  }
}