/*
Theme Name: AHS GROUP
Description: AHS GROUP
Author: A2Z Tech
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

#wp-admin-bar-a2ztech > .ab-item:before {
  background-image: url(https://a2ztech.vn/content/uploads/2020/04/logo-a2ztech.png) !important;
  width: 100%;
  height: 30px;
  background-size: contain;
  content: "";
  display: block;
  background-position: left bottom;
  background-repeat: no-repeat;
}

#wp-admin-bar-a2ztech .ab-item {
  width: 110px;
  height: 30px !important;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

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

/*  Menu */
header#header:not(.has-transparent) {
  border-bottom: 1px solid #f7f5f5;
}
.header-wrapper.stuck .header-bg-color {
  background-color: #2a4176;
}

.header-wrapper.stuck .nav > li > a {
  color: #fff !important;
}
div#menu-popup {
  min-height: 100vh;
}
.mfp-container {
  padding: 0;
}
.admin-bar div#menu-popup {
  min-height: calc(100vh - 32px);
}
.mfp-content {
  top: 0 !important;
}
.admin-bar .mfp-content {
  top: 16px !important;
}
.menu-main-popup a {
  font-size: 28px;
  padding: 0;
  line-height: 1;
}
.mfp-ready .mfp-close {
  opacity: 1;
  background: #2a4175;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  right: 30px;
  top: 30px;
  mix-blend-mode: inherit;
  color: #fff;
}
.mfp-close svg {
  width: 30px;
  height: 30px;
}

/* Homepage */
.btn-scroll {
  width: 42px !important;
}
h2.alt-font {
  font-style: normal;
  font-weight: normal;
  font-size: 64px;
  line-height: 77px;
  letter-spacing: -0.02em;
  color: #2a4175;
}

.lv-item .text-box,
.project-item .box-overlay .box-text {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 40.01%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.lv-item:hover a.fill {
  border: 8px solid #d3b869;
  z-index: 9;
}
.lv-item h2 {
  color: #d3b869;
}
.lv-item p{
  font-size: 16px;
}


.large-6 .res-text,
.large-4 .res-text,
.large-3 .res-text {
  font-size: 100%;
}

.col-left,
.col-right {
  max-width: 585px;
}

.title-session h2 {
  font-size: 36px;
}

.title-3:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 35px;
  background: url(/wp-content/uploads/2021/08/quote.png);
  background-repeat: no-repeat;
  top: -50px;
  left: -50px;
}
.title-3:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 35px;
  background: url(/wp-content/uploads/2021/08/quote.png);
  background-repeat: no-repeat;
  bottom: 15px;
  right: 15px;
  transform: scaleX(-1);
}

.title-3.title-session {
  padding-bottom: 50px;
  padding-right: 15px;
  position: relative;
}

.title-4.title-session h2.alt-font {
  font-style: normal;
  font-weight: normal;
  font-size: 64px;
  line-height: 77px;
  letter-spacing: -0.02em;
}

.project-vertical .project-item:nth-child(2n) .box-vertical {
  direction: rtl;
}

/* Single Post */
.blog-single .entry-header-text {
  text-align: left;
  padding-bottom: 0;
}

.blog-single .entry-header-text .entry-divider.is-divider.small {
  display: none;
}

.entry-category a {
  background: #1273eb;
  color: #ffffff;
  padding: 0px 8px;
  border-radius: 3px;
}

/* Slide bar */
.widget-area > .widget {
  background: #fff;
  box-shadow: 0px 7px 25px 0px rgb(0 0 0 / 5%);
  padding: 15px;
}

.widget-area .widget_search form {
  margin: 0;
}

.widget .is-divider {
  background: #1273eb;
}

.widget a {
  color: #333;
}

.row-box-shadow-1 .col-inner,
.row-box-shadow-1-hover .col-inner:hover,
.box-shadow-1,
.box-shadow-1-hover:hover {
  box-shadow: 0px 7px 25px 0px rgb(0 0 0 / 5%);
}

/* Archive - Project */
.project-item.item-hot .box-text {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffffab;
  width: 300px;
  padding: 25px 20px 15px 25px;
}

/* Single -Project */
.slider-header .row {
  position: relative;
}
.slider-header .row:before {
  content: "";
  background: #fff;
  height: 100%;
  width: calc(100% - 30px);
  position: absolute;
  top: 0;
  left: 15px;
}

.bHInfo div {
  font-weight: 400;
  font-size: 14px;
  color: #333;
  line-height: 25px;
}

section#menu_project {
  height: 55px;
  z-index: 3;
  background-color: #212121;
  padding: 10px 0;
}

section#menu_project .nav > li > a {
  color: #fff;
}

.menu-project.sticky .page-title-inner {
  padding: 0;
  min-height: unset;
}

main#main.fixed-nav-project .page-title-inner {
  height: 32px;
}

main#main.fixed-nav-project .title-content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  /* max-width: 1050px; */
  margin: auto;
  text-align: left;
  background: #fff;
  padding: 5px;
  box-shadow: 0 5px 5px #3333332b;
}

main#main.fixed-nav-project ul.nav {
  -ms-flex-pack: inherit;
  justify-content: flex-start;
  max-width: 1050px;
  margin: auto;
}

main#main.fixed-nav-project ul.nav a {
  color: #333333;
}

main#main.fixed-nav-project ul.nav li.active a {
  color: #ffffff;
}

h3.title-session-project {
  padding: 5px 10px;
  font-size: 18px;
  /* border: 1px solid #ddd; */
  border-left: 5px solid #2767c5;
}

.session-content {
  padding: 15px;
  /* border: 1px solid #ddd; */
  margin-bottom: 30px;
}

table.table-tong-quan tr > td:first-child {
  width: 35%;
}

td {
  color: #000000;
}

.entry-content.single-page {
  text-align: justify;
}

/* Contac Page */
.map {
  margin-bottom: -8px;
}

.map p {
  margin-bottom: 0;
}

/* yen */
.bg-doitac > .large-4:hover {
  background: #f9fafb;
}
.title-1 p.description {
  color: #45b36b;
  margin-bottom: 8px;
}

.project-item .button:after {
  content: "";
  position: absolute;
  top: 13px;
  right: -50px;
  width: 48px;
  height: 1px;
  background: #d3b869;
}
.project-item .button {
  color: #d8bd69 !important;
  margin-right: 50px;
}

#footer p {
  margin-bottom: 0;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 39px;
}
#footer .logo-footer p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
#footer .logo-footer ul li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  line-height: 24px;
  font-size: 16px;
}
#footer .logo-footer img.alignnone.size-full.wp-image-573 {
  margin: 0;
}

/* end yen */

/* Gioi thieu */
.bg-int .bg.fill.bg-fill.bg-loaded {
  background-size: 268px !important;
  background-position: left 150px bottom;
}

/* Page Linh vuc */
.banner-linhvuc .banner-layers.container {
  bottom: -50px;
  overflow: inherit!important;
}

.banner-recruits-top {
    margin-top: -86px;
}

.recruits-content-center {
    text-align: center;
    margin-bottom: 30px;
}

.recruits-content-text ul {
    justify-content: center;
}

.recruits-content-text ul li:nth-child(1) a {
    color: #1b2b74;
    background: #e6e4ee;
}

.recruits-content-text ul li a {
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #27272a;
}

#banner-1393509247 .overlay {
    background: transparent !important;
}

.blog-post-recruit {
    background: #f8f9fd;
    padding: 32px;
}

.recruit-wrapper .blog-post-recruit h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #001d67;
    padding-bottom: 20px;
}

.recruit-wrapper .blog-post-recruit p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #27272a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.service-form-pos {
    position: absolute;
    left: 12px;
    top: 460px;
    background: #fafafa;
    padding: 24px;
}

/* phung custome */

.d-flex {
    display: flex;
}

.p-mb-0 p {
    margin-bottom: 0;
}

.mb-0 h3 {
    margin-bottom: 0;
}

.box-recruitment .post-title {
    font-family: "Roboto", sans-serif;
}

.col.recruitment-item {
    margin-bottom: 16px;
}

.recruitment-item:last-child {
    padding-bottom: 0;
}

.recruitment-item {
    padding-bottom: 16px;
}

.recruitment-item>.col-inner {
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid #E0E4EB;
}

.recruitment-item .post-title a {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #1F242E;
}

.recruitment-item .post-title:hover a {
    color: #2a4176;
}

.recruitment-item .job-infor {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1F242E;
    justify-content: flex-start;
    margin-left: -36px;
}

.recruitment-item .job-infor>div {
    display: flex;
    align-items: center;
    margin-left: 36px;
}

.recruitment-item .job-infor>div span {
    color: #627293;
    margin-right: 8px;
}

.recruitment-item .job-infor>div::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 4px;
}

.recruitment-item .working-job::before {
    background: url(./assets/img/working.svg) no-repeat;
    background-size: cover;
}

.recruitment-item .address-job::before {
    background: url(./assets/img/map.svg) no-repeat;
    background-size: cover;
}

.recruitment-item .salary-job::before {
    background: url(./assets/img/salary.svg) no-repeat;
    background-size: cover;
}

.apply-now {
    padding: 10px 24px;
    min-width: 131px;
    background: #fff;
    border: 1px solid #E0E4EB;
    color: #15181E;
    font-weight: 400;
    display: inline-block;
    text-align: center;
}

.apply-now:after {
    content: '';
    background: url(./assets/img/arrow-right-black.svg) no-repeat;
    background-size: cover;
    width: 6px;
    height: 10px;
    display: inline-block;
    margin-left: 10px;
}


/* .apply-now:hover {
    background: #F6F7F9;
    color: var(--primary-color);
} */


/* .apply-now:hover::after {
    background: url(./assets/img/arrow-right-black.svg) no-repeat;
} */

#popup_apply_job .maintitle {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

#popup_apply_job .related-recruitment {
    color: #6A7788;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.recruitment-wrap #breadcrumbs {
    box-shadow: 0px 1px 0px #EAECF0;
    color: #29303D;
    padding-bottom: 16px;
    margin-bottom: 32px;
}

.recruitment-wrap #breadcrumbs a {
    color: #627293;
}

.recruitment-wrap #breadcrumbs span.separator {
    background: url(./assets/img/right-gray.svg) no-repeat;
}

.recruitment-wrap #breadcrumbs p>a:first-child:before {
    background: url(./assets/img/home-gray.svg) no-repeat;
}

.recruitment-wrap .content-left li {
    margin-left: 1.2rem;
}

.info-recruitment .item {
    color: #6A7788;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.info-recruitment .item span {
    color: #061D38;
    font-weight: 700;
}

.info-recruitment .total-apply {
    background: #F8F9FA;
    padding: 16px;
    margin-bottom: 16px;
}

.info-recruitment .number-apply {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #6A7788;
    margin-bottom: 8px;
}

.info-recruitment .number-apply strong {
    color: #061D38;
}

#progress-apply {
    background: #E0E4EB;
    height: 8px;
    width: 100%;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}

#progress-apply::-webkit-slider-thumb {
    width: 0;
    height: 8px;
    -webkit-appearance: none;
    cursor: ew-resize;
}

.share-job {
    border-top: 1px solid #DAE2EE;
    padding-top: 20px;
    margin-top: 4px;
}

.share-job a {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #FEFEFE;
    border: 1px solid #DAE2EE;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    text-align: center;
    line-height: 39px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.share-job a .tooltiptext {
    display: none;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 0px 10px;
    position: absolute;
    z-index: 1;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    z-index: 1;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}

.share-job a .tooltiptext::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}

.share-job a+a {
    margin-left: 12px;
}

.info-recruitment .related-recruitment {
    margin-top: 40px;
}

.related-recruitment ul li {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #DAE2EE;
    border-radius: 8px;
    padding: 24px;
}

.related-recruitment ul li h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #061D38;
    margin-bottom: 0;
    flex: 1;
    margin-right: 24px;
}

.related-recruitment ul li h3 a {
    color: #061D38;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.related-recruitment .info-job {
    color: #6A7788;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.related-recruitment .info-job>div+div::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #9BA5AF;
    border-radius: 50%;
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    vertical-align: middle;
}

.readmore-recruitment {
    padding: 8px;
    width: 32px;
    height: 32px;
    background: #F8F9FA;
    border-radius: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M9.797 4.5H0.5C0.354 4.5 0.234167 4.54683 0.1405 4.6405C0.0468334 4.73417 0 4.854 0 5C0 5.146 0.0468334 5.26583 0.1405 5.3595C0.234167 5.45317 0.354 5.5 0.5 5.5H9.797L6.1405 9.1405C6.04683 9.24483 6 9.36467 6 9.5C6 9.63533 6.0495 9.7525 6.1485 9.8515C6.2475 9.9505 6.36467 10 6.5 10C6.63533 10 6.75517 9.95317 6.8595 9.8595L11.3595 5.3595C11.4532 5.25517 11.5 5.13533 11.5 5C11.5 4.86467 11.4532 4.74483 11.3595 4.6405L6.8595 0.1405C6.75517 0.0468334 6.63533 0 6.5 0C6.36467 0 6.2475 0.0495 6.1485 0.1485C6.0495 0.2475 6 0.364667 6 0.5C6 0.635333 6.04683 0.755167 6.1405 0.8595L9.797 4.5Z' fill='%232E3094'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 10px 12px;
    background-position: 50%;
}

#popup_apply_job .maintitle {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

#popup_apply_job .related-recruitment {
    color: #6A7788;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.content-left {
    flex: 1;
    padding-bottom: 32px;
}

.content-left .item .value {
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    color: var(--primary-color);
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 2px solid var(--primary-color);
}

.content-left .item .value span {
    font-size: 24px;
    line-height: 32px;
    margin-left: 8px;
    display: inline-block;
}

.content-left .item .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #414C62;
}

.content-right {
    width: 380px;
    margin-left: 32px;
}

.post-meta-single {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1D2939;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #E4E7EC;
    padding-bottom: 16px;
}

.post-meta-single .post-by {
    font-weight: 400;
    color: #98A2B3;
}

.post-meta-single .name-author {
    text-transform: capitalize;
}

.post-meta-single img {
    border-radius: 50%;
    margin-right: 12px;
}

.post-meta-single .post-date {
    margin-left: 12px;
    padding-left: 12px;
    position: relative;
}

.post-meta-single .post-date::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #D0D5DD;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.submit-job {
    padding: 12px 20px;
    height: 48px;
    background: #2a4176;
    border: 1px solid #2a4176;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FDFDFD!important;
    display: flex;
    align-items: center;
    width: max-content;
}

.submit-job::after {
    content: '';
    background: url(./assets/img/icon-right-white.svg) no-repeat;
    background-size: cover;
    width: 20px;
    height: 16px;
    display: inline-block;
    margin-left: 12px;
}

.apply-first {
    font-size: 16px;
    line-height: 24px;
    color: #414C62;
    margin-top: 12px;
}

#popup_apply_job .wpcf7-submit {
    width: 100%;
    display: block;
    color: #fff;
    font-weight: bold;
    border: none;
}

#popup_apply_job .wpcf7-spinner {
    position: absolute;
    margin: 0;
    bottom: 10px;
    left: 12px;
}

.bread-crumb-recruit {
    padding: 16px 0px;
    border-top: 1px solid #E6EAED;
}

.bread-crumb-recruit p {
    margin-bottom: 0;
}

.bread-crumb-recruit a,
.bread-crumb-recruit *,
.rank-math-breadcrumb a,
.rank-math-breadcrumb * {
    color: #71677A;
}

.section-title-container .section-title-normal,
.section-title-container .section-title-normal span {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.section-title.section-title-center{
    margin-bottom: 0 !important;
}

.section-title-center b, .section-title b {
    opacity: 0;
    visibility: hidden;
}

.blog-single {
    margin-top: 20px;
}

.content-recruitment header.entry-header {
    margin-bottom: 20px;
}

@media only screen and (min-width: 49em) {
	.project-vertical
	.project-item:nth-child(2n + 1)
	.box-text
	.box-text-inner.blog-post-inner {
		text-align: right;
	}
	
	.bg-int .banner-layers.container {
		right: -60px;
		position: relative;
	}
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/

  /* Archive - Project */
  .project-item.item-hot .box-text {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ffffffab;
    width: 100%;
    padding: 25px 20px 15px 25px;
  }

  section#menu_project {
    height: auto;
  }

  .menu-project .text-right.nav-right {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logged-in main#main.fixed-nav-project .title-content {
    top: 0px;
  }
	
	.banner-layers.container {
		overflow: hidden;
	}
	.title-session h2 {
		font-size: 30px;
	}
	.title-4.title-session h2.alt-font,
	h2.alt-font{
		font-size: 50px;
	}
	
	.title-3.title-session h2 {
		font-size: 22px;
	}

	.title-3.title-session {
		padding-left: 15px;
	}

	.title-3:before {
		top: -30px;
		left: 15px;
		width: 20px;
		height: 17.5px;
		background-size: contain;
	}

	.title-3:after {
		bottom: 30px;
		width: 20px;
		height: 17.5px;
		background-size: contain;
	}
	
	.banner h1 {
		font-size: 30px;
	}
	
	.single-project section.slider-header {
		background: #fff;
		background-image: none !important;
	}
	.res-text {
		font-size: 14px;
	}

  .recruitment-item .job-infor>div{
    margin-bottom: 5px;
  }
  .recruitment-item .apply-now{
    margin-top: 10px;
  }
  .recruitment-item .job-infor{
    align-items: start;
    flex-direction: column;
  }
  .recruitment-wrap .content-right{
	  margin-left: 0;
	  width: 100%;
  }

}
