/*
Theme Name: Company
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.banner-page {
    position: relative;
    display: flex;
    min-height: 60vh;
    justify-content: flex-end;
    align-items: end;
    margin-bottom: 50px;
}
.banner-page img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.banner-page .container {
    position: relative;
    z-index: 2;
}
/* .banner-page:before { */
    /* content: ""; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* background-color: rgba(0, 0, 0, 0.3); */
    /* z-index: 1; */
/* } */
.banner-page .container .title {
    color: #ffff;
    text-align: center;
    padding-bottom: 8%;
    text-transform: uppercase;
}
.tuyen_dung .article-inner ul {
    padding-left: 18px;
}
.info-header-td {
    display: flex;
    background: #f2f2f2;
    padding: 30px;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #b33131;
    border-radius: 5px;
	align-items: center;
}
.info-header-td .btn-popup-td {
    display: inline-block;
    padding: 6px 20px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #b13939;
    text-transform: uppercase;
    background: #b13939;
    text-decoration: none;
}
.info-header-td .btn-popup-td:hover{
	opacity: 0.7;
}
.info-header-td .action-ungtuyen {
    width: 180px;
}
.info-header-td ul.view-list {
    list-style: none;
    margin: 0;
    width: calc(100% - 180px);
    padding-right: 15px;
}
.info-header-td ul.view-list li {
    font-weight: bold;
}
.mfp-tuyendung .mfp-content {
    max-width: 946px;
    background-color: #fff;
    padding: 30px;
}
.mfp-tuyendung .mfp-content button.mfp-close {
    opacity: 1;
    color: #000;
    mix-blend-mode: unset;
    font-size: 26px;
    width: 30px;
}
#popup-td .form-ungtyen .item-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
#popup-td .form-ungtyen .item-col {
    width: 50%;
    padding: 0 12px;
}
#popup-td .form-ungtyen .item-col.col-full {
    width: 100%;
}
#popup-td .form-ungtyen .submit {
    text-align: center;
}
#popup-td .form-ungtyen input.wpcf7-form-control {
    font-size: 14px;
}
#popup-td .form-ungtyen textarea {
    font-size: 14px;
    min-height: 80px;
}
.related-tuyendung h2.title-related {
    text-transform: uppercase;
    margin-bottom: 30px;
}
.lists-tuyendung .item {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 22px;
}
.lists-tuyendung .item:nth-child(even) {
    background: #f4f4f4;
}
.lists-tuyendung .item .number-td {
    width: 64px;
}
.lists-tuyendung .item .view-more {
    width: 140px;
    order: 3;
}
.lists-tuyendung .item .info-td {
    width: calc(100% - 204px);
}
.lists-tuyendung .item .view-more a {
    display: inline-block;
    padding: 6px 20px;
    color: #b13939;
    border-radius: 5px;
    border: 1px solid #b13939;
    text-transform: uppercase;
    background: #fff;
    text-decoration: none;
    font-size: 14px;
	min-width: 130px;
}
.lists-tuyendung .item .view-more a:hover{
	color: #fff;
	background: #b13939;
}
.lists-tuyendung .item .info-td h4 {
    font-size: 16px;
}
.lists-tuyendung .item .info-td h4 a:hover {
	color: #b13939;
}
.lists-tuyendung .item .info-td h4 a {
    color: #000;
}
.lists-tuyendung .item .info-td .view-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 0 12px;
    flex-wrap: wrap;
}
.lists-tuyendung .item .info-td .view-list li {
    width: calc(50% - 6px);
    margin: 0;
    font-size: 14px;
    color: #999999;
}
.lists-tuyendung .item .number-td span {
    width: 64px;
    height: 64px;
    text-align: center;
    background: #b33131;
    color: #fff;
    font-size: 28px;
    border-radius: 5px;
    padding-top: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-tuyen_dung #content {
    padding-bottom: 4%;
}
.inner-tuyendung .page-numbers.nav-pagination {
    margin-top: 30px;
}
.inner-tuyendung h2.title {
    text-transform: uppercase;
}
.tabbed-content ul.nav.nav-left {
    justify-content: start;
    gap: 10px;
}
.tabbed-content ul.nav.nav-pills a {
    border: 1px solid var(--fs-color-primary);
    color: var(--fs-color-primary);
}
.tabbed-content ul.nav.nav-pills>li.active>a,
.tabbed-content ul.nav.nav-pills a:hover {
    background-color: var(--fs-color-primary);
    color: #fff;
}
.form-ungtuyen .submit .wpcf7-submit {
    width: 100%;
    border-radius: 5px;
}
.form-ungtuyen textarea,
.form-ungtuyen input.wpcf7-form-control.wpcf7-text {
    background-color: rgba(255, 255, 255, 0.8);
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    border-radius: 5px;
}
@media only screen and (max-width: 767px) {
	.info-header-td {
		flex-wrap: wrap;
		padding: 20px;
	}
	.info-header-td ul.view-list {
		width: 100%;
		padding: 0;
	}
}
@media only screen and (max-width: 639px) {
	.lists-tuyendung .item .info-td .view-list li {
		width: 100%;
	}
	.lists-tuyendung .item .info-td {
		width: 100%;
		order: 3;
	}
	.lists-tuyendung .item {
		flex-wrap: wrap;
		gap: 20px;
	}
}
@media only screen and (max-width: 540px) {
	#popup-td .form-ungtyen .item-col {
		width: 100%;
	}
	.mfp-tuyendung .mfp-content {
		padding: 30px 15px;
	}
	#popup-td .form-ungtyen textarea {
		min-height: 135px;
	}
	.mfp-tuyendung .mfp-container {
		padding: 15px;
	}
	
}