/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 18 2025 | 17:39:06 */
.recruit-header-wrapper{
	padding: 20px 10px;
	background: #fff;
	border-radius: 10px;
	position: relative;
}

.recruit-header-info-wrapper{
	max-width: 1440px;
	margin: 0 auto;
}

.recruit_title_des {
    color: #263a4d;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px !important;
}

.recruit-sub-detail-wrapper{
	gap: 15px;
	flex: 1;
	display: flex;
}

.recruit-sub-details-wrapper{
    gap: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.recruit-sub-detail-image{
	display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    background: linear-gradient(11deg, #0057f7, #bbaeff);
    width: 50px;
    height: 50px;
    border-radius: 100%;
	min-width: 50px;
}

.recruit-sub-detail-title{
	font-size: 14px;
	margin-bottom: 0;
}

.recruit-sub-detail{
	color: #212f3f;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .175px;
    line-height: 22px;
}

.recruit-deadline-wrapper{
    display: inline-flex !important;
    gap: 10px;
    padding: 8px 10px;
    background: #f2f4f5;
    border-radius: 4px;
    align-items: center;
	margin-top: 20px;
}

.recruit-sub-deadline-date{
	display: flex;
    gap: 4px;
    align-items: center;
    justify-content: start;
}

.recruit-sub-deadline-date p{
	margin-bottom: 0 !important;
}

.recruit-sub-dealine-obj{
	color: #7f878f;
}

.recruit-detail-main-wrapper{
	background: white !important;
	margin-top: 20px;
	padding: 20px 10px;
	border-radius: 10px;
}

.recruit-detail-header-title{
	border-left: 6px solid #0100b1;
    color: #212f3f;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.2px;
    line-height: 28px;
    margin: 0;
    padding-left: 10px;
}

.recruit-detail-des-text > p{
	margin-bottom: 10px;
	padding-top: var(--wp--preset--spacing--40);
    font-size: 16px;
}

.recruit-detail-des-text > ul {
	margin: 10px 0;
}

.recruit-detail-des-text{
	margin-bottom: 10px !important;
}

.recruit-benefit-wrapper{
	gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center !important;
	margin-bottom: 20px;
}

.recruit-benefit-img {
	margin-bottom: 0 !important;
    width: 30px;
    height: 30px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recruit-benefit-img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px !important;
}

.recruit-sub-benefit-wrapper{
	flex: 1;
}


.recruit-sub-benefit-title{
	color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .175px;
    line-height: 144%;
    margin: 0 0 2px  !important;
}

.recruit-detail-btn-submit{
	border-radius: 4px;
	width: 200px;
	transition: all 0.6s ease;
}


.recruit-detail-btn-submit a{
	background: #100a49;
    border: solid 3px #100a49;
    width: 200px;
    border-radius: 4px;
    transition: all 0.6s ease;
    padding: 12px 24px;
    display: flex;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 18px;
    justify-content: center;
    align-items: center;
}

.recruit-detail-btn-submit a:hover{
	background:transparent  !important;
	color: #100a49 !important;
}

.recruit-container {
  display: grid;
  grid-template-columns: 12fr; 
  gap: 20px;
	max-width: 1440px;
	margin: 0 auto;
}

.recruit-header-link-wrapper{
	position: absolute;
    top: 0;
    left: -2%;
    transform: translateX(-100%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 8px 16px 0 rgba(1, 18, 34, .04);
    background: #fff;
    padding: 8px 5px;
    align-items: center;
    border-radius: 1000px;;
}

.recruit-header-link-item{
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.recruit-header-link-item:hover img {
    filter: brightness(0) saturate(100%) invert(31%) sepia(96%) saturate(7471%) hue-rotate(201deg) brightness(97%) contrast(104%);
}

.recruit-company-info-wrapper{
	padding: 20px 30px;
	background: #ffffff;
}

.recruit-company-img-wrapper{
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: visible;
    position: relative;
}

.recruit-company-img{
	width: 100px;
    height: 92px;
    position: absolute;
    z-index: 10;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    border: solid 2px;
}

.recruit-company-bg-img img{
	width: 100%;
	object-fit: cover;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.recruit-company-img img{
	object-fit: contain;
    width: 100%;
}

.company-info-title {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
	margin-bottom: 20px;
}

.company-info-img.phone img{
	width: 19px;
	height: 19px;
}

.company-info-item{
	display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.company-info-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    min-width: 30px;
    width: 30px;
    height: 30px;
    background: #efefef;
    border-radius: 100%;
}

.company-info-img img{
	width: 17px;
	height: 17px;
	min-width: 19px;
}

.company-info-img-text{
	align-items: center;
    color: #7f878f;
    display: flex;
    font-size: 14px;
    font-style: normal;
    letter-spacing: .14px;
    line-height: 22px;
}

.company-info-text{
	color: #212f3f;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .14px;
    line-height: 22px;
}

.recruit-main-info-wrapper{
	padding: 20px 30px;
    background: #fff;
    margin-top: 20px;
    border-radius: 10px;
}

.recruit-main-info-title{
	color: #212f3f;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.2px;
    line-height: 28px;
    margin: 0;
}

.main-info-img{
	display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    background: #357cff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #fff;
}

.main-info-img img{
	width: 20px;
}

.recruit-main-info-list {
    margin-top: 20px;
}

.recruit-main-info-item {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
}

.main-info-text-title{
	color: #4d5965;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .14px;
    line-height: 22px;
}

.main-info-text-subtitle{
	color: #212f3f;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .175px;
    line-height: 22px;
}

.recruit-related-job-item {
    display: block;
    text-decoration: none;
    color: unset;
    cursor: pointer;
    padding: 10px;
    background: #f2f3fb;
    border-radius: 10px;
    border: 1px solid #f2f4f5;
	transition: all 0.4s ease;
}

.recruit-related-jobs-title{
	color: #212f3f;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.2px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 15px;
}

.recruit-related-job-wrapper {
	padding: 20px 30px;
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
}

.recruit-related-main-info {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}

.related-main-info-img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    border: solid;
    align-items: center;
    border: 1px solid #b5b9bb;
    border-radius: 8px;
    display: flex;
    justify-content: center;
}

.related-main-info-img img{
	object-fit: cover;
}

.related-main-info-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #263a4d;
    display: -webkit-box;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .175px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.related-main-info{
	flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: start;
    justify-content: center;
}

.related-main-info-position {
	color: #263a4d;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .15px;
    line-height: 16px;
    opacity: .7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
	flex: 1;
}

.recruit-related-sub-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 10px;
}

.related-sub-info-list {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: start;
}

.related-sub-info-item {
    align-items: center;
    background: #e5e5e5;
    border-radius: 44px;
    color: #263a4d;
    display: flex;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    justify-content: center;
    letter-spacing: .15px;
    line-height: 16px;
    padding: 4px 8px;
	cursor: pointer;
}

.related-sub-info-hashtag {
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px;
    font-family: 'Roboto', sans-serif !important;
    border-radius: 8px;
    text-transform: uppercase;
    color: white;
    background: #001a3a;
}

.recruit-related-more-jobs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    padding: 10px 0;
	position: relative;
}

.recruit-related-more-jobs span{
	color: #004498;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .175px;
    line-height: 22px;
}

.recruit-related-more-jobs i{
	color: #004498;
}

.recruit-related-job-item:hover {
	border-color: #0c6591;
	opacity: 1;
	background: #e3e6ff;
}

.recruit-related-job-item:hover .related-main-info-title{
	color: #0371d9;
	transition: all 0.2s ease;
}

.related-main-info-pos-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.related-sub-info-icon {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-right: 10px;
}

.recruit-related-job-item:hover .related-sub-info-icon i {
  animation: moveRight 0.6s infinite alternate ease-in-out;
}

@keyframes moveRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(8px); /* bạn chỉnh khoảng cách tùy ý */
  }
}

.recruit-related-more-jobs-wrapper{
    margin: 0 auto;
    display: flex;
    justify-content: center;
	cursor: pointer;
}

.recruit-related-more-jobs::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 0;
    height: 2px;
    background-color: #004498;
    transition: width 0.3s ease;
}
.recruit-related-more-jobs-wrapper:hover .recruit-related-more-jobs::after {
  width: 100%;
}

.recruit-breadcrumb-item a {
    color: #004498;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .175px;
    line-height: 22px;
}

.recruit-breadcrumb-item i{
    color: #212f3f;
    font-size: 14px;
    font-style: normal;
}

.recruit-breadcrumb {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
	padding: 0 10px;
}

.recruit-breadcrumb-current{
	color: #263a4d;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .175px;
    line-height: 22px;
}

.recruit-main-info-title i{ 
    color: #212f3f;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.2px;
    line-height: 28px;
    margin: 0;
}

.recruit-main-require-skill-wrapper {
    color: #212f3f;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.2px;
    line-height: 28px;
    margin: 0;
    margin-top: 15px;
}

.recruit-main-require-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 8px;
    margin-top: 10px;
}

.recruit-main-require-item {
    align-items: center;
    background: #e5e5e5;
    border-radius: 20px;
    color: #212f3f;
    display: flex;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    justify-content: center;
    letter-spacing: .12px;
    line-height: 16px;
    padding: 4px 8px;
	cursor: pointer;
}

.recruit-main-require-item:hover,
.related-sub-info-item:hover{
	color: #0371d9;
	transition: all 0.2s ease;
}

.apply-method-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.recruit_title_des{
	color: #263a4d;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px !important;
}
.recruit-breadcrumb-current,
.recruit-breadcrumb-item a {
	font-size: 11px;
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recruit-breadcrumb-item {
    display: flex;
    align-items: center;
	    min-width: 0;
}

@media screen and (min-width: 750px) and (max-width: 999px) {
	.recruit-breadcrumb-current, .recruit-breadcrumb-item a{
		font-size: 14px;
	}
	
	.recruit_title_des{
		font-size: 32px;
	}
	
	.recruit-sub-details-wrapper{
		flex-direction: row;
	}
	
	.recruit-detail-header-title{
		font-size: 26px;
	}
	
	.recruit-detail-main-wrapper, .recruit-header-wrapper{
		padding: 20px 20px;
	}
	
	.company-info-title{
		margin-top:50px;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {
	.recruit-container{
		grid-template-columns: 8fr 4fr;
	}
	
	.recruit_title_des{
		font-size: 30px;
	}
		
	.recruit-sub-details-wrapper{
		flex-direction: row;
	}
	
	.recruit-detail-main-wrapper,
	.recruit-header-wrapper{
		padding: 20px 30px;
	}
	
	.recruit-deadline-wrapper{
		margin-top: 30px;
	}
	.recruit-detail-header-title{
		font-size: 26px;
	}
	
	.company-info-title{
		margin: 24px;
	}
	
	.recruit-breadcrumb-current, .recruit-breadcrumb-item a {
		font-size: 15px;
	}
}


@media screen and (min-width: 1301px) {
	.recruit_title_des{
		font-size: 40px;
	}
	
	.recruit-container{
		grid-template-columns: 8fr 4fr;
	}
	
	.recruit-sub-detail-title{
		font-size: 16px;
	}
	
	.recruit-sub-detail{
		font-size: 15px;
	}
	
	.recruit-sub-details-wrapper{
		flex-direction: row;
	}
	
	.recruit-breadcrumb-item a {
		font-size: 15px;
	}
	
	.recruit-breadcrumb{
		padding: 0;
	}
	
	.recruit-detail-main-wrapper,
	.recruit-header-wrapper{
		padding: 20px 30px;
	}
	.recruit-deadline-wrapper{
		margin-top: 30px;
	}
	.recruit-detail-header-title{
		font-size: 26px;
	}
	.company-info-title{
		margin: 24px;
	}
	
	.recruit-breadcrumb-current, .recruit-breadcrumb-item a{
		font-size: 15px;
	}
}