@media only screen and (max-width: 767px) {
ul.job_listings li.job_listing a img.company_logo{
		visibility: visible;	
}
ul.job_listings li.job_listing a img.company_logo{
		margin: auto;
		float: none;
		position: static;
}
ul.job_listings li.job_listing a figure {
    text-align: center;
}
}
form.apply_with_resume{
    display: none;
}
.single_job_listing .application, .job-manager-application-wrapper .application

{

display: none;

}
.job_filters .showing_jobs {

    display: none! important;

}


header {

  position: fixed !important;

  width: 100%;

  top: 0 !important;

  background-color: #fff;

} body{ padding-top: 90px;}



.search_remote_position

{

	display: none;

}

/* Chỉnh sửa khung nhập liệu*/
.wpcf7-form-control {
    font-weight: normal;
		font-size: 16px;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

textarea.wpcf7-form-control {
    height: 150px;
}

/* Chỉnh sửa nhãn */
.wpcf7-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 16px;
    color: #333;
}

/* Chỉnh sửa bố cục của form border: 1px solid #4049ff;*/
.wpcf7-form {
    max-width: 600px;
    margin: 10 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/** Chỉnh sửa kích cỡ nút đăng ký contact form7 */
.wpcf7-form-control.wpcf7-submit {
    font-size: 18px; /* Kích thước chữ lớn hơn */
		padding: 10px 20px; /* Kích thước padding cho nút */
    width: 200px; /* Chiều rộng tự động */
    height: 50px; /* Chiều cao tự động */
    border-radius: 10px; /* Bo góc lớn hơn */
    background-color: #0073e6; /* Màu nền của nút */
    color: #fff; /* Màu chữ của nút */
    border: none; /* Bỏ đường viền */
}

/*Chỉnh sửa khoảng cách từ tin đăng với menu*/
.section {

    padding-top: 0px !important;

}


/*Ẩn tính năng login/sign up*/
ul#menu-main li.login-menu {
    display: none !important;
}
/*Thay đổi in đậm menu*/
ul#menu-main li a {
  font-weight: bold;
}
.term-viec-lam-bac-giang .articles-wrap,
.term-viec-lam-ben-tre .articles-wrap,
.term-viec-lam-binh-duong .articles-wrap,
.term-viec-lam-dong-nai .articles-wrap,
.term-viec-lam-long-an .articles-wrap,
.term-viec-lam-tp-ho-chi-minh .articles-wrap,
.term-viec-lam-vinh-long .articles-wrap{
    display: block;
}
.term-viec-lam-bac-giang article,
.term-viec-lam-ben-tre article,
.term-viec-lam-binh-duong article,
.term-viec-lam-dong-nai article,
.term-viec-lam-long-an article,
.term-viec-lam-tp-ho-chi-minh article,
.term-viec-lam-vinh-long article{
		width: 100% !important;
    display: flex;
		gap: 30px;
}
.term-viec-lam-bac-giang article .attachment-post-thumbnail,
.term-viec-lam-ben-tre article .attachment-post-thumbnail,
.term-viec-lam-binh-duong article .attachment-post-thumbnail,
.term-viec-lam-dong-nai article .attachment-post-thumbnail,
.term-viec-lam-long-an article .attachment-post-thumbnail,
.term-viec-lam-tp-ho-chi-minh .article attachment-post-thumbnail,
.term-viec-lam-vinh-long article .attachment-post-thumbnail{
		min-width: 150px;
		max-width: 190px;
}
.term-viec-lam-bac-giang article header.entry-header,
.term-viec-lam-ben-tre article header.entry-header,
.term-viec-lam-binh-duong article header.entry-header,
.term-viec-lam-dong-nai article header.entry-header,
.term-viec-lam-long-an article header.entry-header,
.term-viec-lam-tp-ho-chi-minh article header.entry-header,
.term-viec-lam-vinh-long article header.entry-header{
		position: static !important;
}
.blog article.hentry header.entry-header {
    position: static !important;
}
.post-template-default .post-navigation {
    display: none;
}
@media only screen and (max-width: 600px){
     .term-viec-lam-bac-giang article,
		.term-viec-lam-ben-tre article,
		.term-viec-lam-binh-duong article,
		.term-viec-lam-dong-nai article,
		.term-viec-lam-long-an article,
		.term-viec-lam-tp-ho-chi-minh article,
		.term-viec-lam-vinh-long article{
    flex-direction: column;
		gap: 0;
}
}