/* FONT SIZE */

.site h1 {
    font-size: 1.7rem !important;
    margin-bottom: 25px;

}

.site h2 {
    font-size: 1.5rem !important;
    margin-bottom: 20px;

}

.site h3 {
    font-size: 1.35rem !important;
    margin-bottom: 18px;
}

.site h4 {
    font-size: 1.25rem !important;
    margin-bottom: 15px;
}

.site h5 {
    font-size: 1.25rem !important;
}

.site h6 {
    font-size: 1rem !important;
}

.site a,
.site p,
.site span {
    font-size: 0.9rem !important;
    line-height: 1rem;
}


.btn-primary {
    background: #006501;
    border-color: #006501;
}

a {
    color: #000;
}

a:hover {
    color: #006501;
    text-decoration: none;

}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #006501;
}


/* END FONT CUSTOM */

.on_mobile,
.hiden {
    display: none !important;
}

.on_pc {
    display: block;
}

.nav-container {
    background: #fff;
    border-bottom: 1px solid #ecedef;
    position: sticky;
    padding: 10px 0px;
    top: 0;
    z-index: 999 !important;
}

header.header .header-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* CUSTOM NAV MAIN */
header.header .header-container .menu-logo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

header.header .header-container .menu-logo .logo-image img {
    object-fit: contain;
    height: 60px;
    width: auto;
}


header.header .header-container .menu-logo .menu .menu-item.user {
    position: relative;
}

header.header .header-container .menu-logo .menu .menu-item.user ul.submenu {
    display: none;
    flex-direction: column;
    list-style-type: none;
    align-items: flex-start;
    margin: 0px;
    padding: 0px 6px;
    gap: 15px;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.08) 4px 4px 16px;
    width: 100%;
    padding: 15px;
    z-index: 100;
    min-width: 300px;
    border: 1px solid #ddd;
}

header.header .header-container .menu-logo .menu .menu-item.user ul.submenu.submenu-active {
    display: flex !important;
}

header.header .header-container .menu-logo .menu .menu-item.user ul.submenu li a:hover,
header.header .header-container .menu-logo .menu .menu-item.user ul.submenu li a {
    color: #000;
    text-decoration: none;
}

header.header .header-container .menu-logo .menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;
    align-items: center;
    margin: 0px;
    padding: 0px;
    gap: 20px;
}

header.header .header-container .menu-logo .menu .menu-button {
    background: transparent;
    color: #000;
    border: none;
}

header.header .header-container .menu-logo .menu .menu-item.user ul.submenu li i,
header.header .header-container .menu-logo .menu .menu-button i {
    padding-right: 10px;
    font-size: 20px;
}

/* CUSTOM MENU SEARCH */
header.header .header-container .menu-search ul,
header.header .header-container .menu-search {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;
    align-items: center;
    margin: 0px;
    padding: 0px;
    gap: 20px;

}

header.header .header-container .menu-search ul li {
    position: relative;
}



header.header .header-container .menu-search ul li:first-child:before {
    display: none;
}

header.header .header-container .menu-search ul li::before {
    content: "";
    height: 100%;
    width: 1px;
    background: #ecedef;
    position: absolute;
    left: -10px;
}

header.header .header-container .menu-search .search-form {
    box-shadow: rgb(245, 247, 249) 0px 0px 0px 2px;
    padding: 0px 10px;
    border-radius: 50px;
    min-width: 400px;
    border: 1px solid #ecedef;

}

header.header .header-container .menu-search .search-form .search-submit,
header.header .header-container .menu-search .search-form input {
    border: none !important;
    background: transparent;
}

header.header .header-container .menu-search .search-form input:focus {
    border: none;
    box-shadow: none;
}

header.header .header-container .menu-search .btn-post button {
    padding: 10px 50px;
    background: #ff6600;
    text-align: center;
    color: #fff;
    width: 100%;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid #ff6600;
}

header.header .header-container .menu-search .search-form button i::before {
    color: #ff6600;
}

/* CUSTOM MENU FOOTER */
.account_menu_footer {
    display: none;
}


/* CONTENT TOP*/
.navigation-menu {
    background: #fff;
    border-bottom: 1px solid #ecedef;
    padding: 15px;
    border-radius: 8px;
    min-height: 150px;
    display: flex;
    align-items: center;

}

.navigation-menu ul.menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    align-items: flex-start;
    margin: 0px;
    padding: 0px;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.navigation-menu ul.menu>* {flex: 0 0 72px;}

.navigation-menu ul.menu li.menu-item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #000;
    text-decoration: none;
    text-align: center;
}

.navigation-menu ul.menu li.menu-item:hover a {
    color: #006600;
}

.navigation-menu ul.menu li.menu-item img.category-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    background: #0066000e;
    border-radius: 5px;
    border: 1px solid #0066003f;
}



/* MAIN CONTENT WEB */
.tabhome ul {
    display: flex;
    list-style: none;
    padding: 0;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 0;
}

.tabhome ul li a {
    font-size: 20px !important;
}

.tabhome ul li {
    background: #1e6703;
    width: 50%;
    text-align: center;
    margin: 2px;
    border: 1px solid transparent;
}

.tabhome ul li.active {
    background: #f56603;
    border-bottom: none;
}

.tabhome ul li a {
    font-size: 20px !important;
    text-transform: uppercase;
    color: white;
    width: 100%;
    height: 100%;
    display: block;
    padding: 25px 0;
}

.tabhome ul li:hover {
    cursor: pointer;
    border: 1px solid black;
}

.sliderhome {
    border-radius: 8px;
    overflow: hidden;
    max-height: 280px;
}

.sliderhome img.slider_item {
    width: 100%;
    height: auto;
}

.title-header {
    background: #fff;
    border-bottom: 1px solid #ecedef;
    padding: 15px;
    border-radius: 15px 15px 0px 0px;


}

.title-header h1 {
    font-size: 20px !important;
    margin-bottom: 0px;
}

.no-post {
    margin-top: 20px;
}

p.no-post {
    padding: 15px;
    background: white;
    margin: 0;
}

.home .row.main_content_web {
    margin-top: 30px;
}

.viec-lam-parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style-type: none;
    margin: 20px 0px 0px 0px;
    padding: 0px;
    gap: 10px;

}


.viec-lam-parent.quan-ly-tin {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 30px 0px 0px 0px;
    padding: 0px;
    gap: 10px;

}

.related-job {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style-type: none;
    margin: 30px 0px 0px 0px;
    padding: 0px;
    gap: 10px;

}

.related-job .slick-track {
    margin: 0px !important;
}

.viec-lam-parent a {
    text-decoration: none;
}

.viec-lam-parent.quan-ly-tin a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.viec-lam-parent.quan-ly-tin a .item-tin-viec-lam-image {
    flex: 1 1 20%;
}

.viec-lam-parent.quan-ly-tin a .item-tin-viec-lam-content {
    flex: 1 1 80%;
}

.viec-lam-parent.quan-ly-tin .item-tin-viec-lam {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.17) 0px 1px 7px 0px;
    transition: .3s all;
    border-radius: 5px;
    background: #fff;
    display: flex;
    flex-direction: row;
    gap: 10px;

}

.viec-lam-parent.quan-ly-tin a {
    flex: 1 1 85%;
}



.viec-lam-parent.quan-ly-tin .item-tin-viec-lam .edit-button {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    flex: 1 1 15%;

}



.viec-lam-parent.quan-ly-tin .item-tin-viec-lam .edit-button button.btn {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.viec-lam-parent.quan-ly-tin .item-tin-viec-lam .edit-button button.btn span {
    font-size: 12px !important;
}

.quan-ly-tin-page.container h1 {
    font-size: 25px !important;
    color: #ff6600;
    text-align: center;

}

.quan-ly-tin-page.container .col-md-9 {
    margin-top: 30px;
	width: 100%;
}


.viec-lam-parent p {
    margin: 0;
}

.viec-lam-parent .item-tin-viec-lam {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.17) 0px 1px 7px 0px;
    transition: .3s all;
    border-radius: 5px;
    background: #fff;
}

.related-job .item-tin-viec-lam {
    margin: 5px !important;
}

.slick-arrow::before {
    opacity: 1 !important;
    color: #000 !important;
}

.viec-lam-parent .item-tin-viec-lam:hover {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 7px 0px;
}

.viec-lam-parent .item-tin-viec-lam .item-tin-viec-lam-image {
    margin-bottom: 10px;
}

.viec-lam-parent .item-tin-viec-lam .item-tin-viec-lam-image img.attachment-post-thumbnail {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    object-position: center;
}


.viec-lam-parent .item-tin-viec-lam .item-tin-viec-lam-content {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.viec-lam-parent .item-tin-viec-lam .item-tin-viec-lam-content .item-tin-viec-lam-tieu-de {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    min-height: 2.1rem;
}

.viec-lam-parent .item-tin-viec-lam .item-tin-viec-lam-content .item-tin-viec-lam-excapret {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    color: #000;
    text-decoration: none;
}

.viec-lam-parent .item-tin-viec-lam:hover .item-tin-viec-lam-content .item-tin-viec-lam-tieu-de {
    color: #006600;
}

.viec-lam-parent .item-tin-viec-lam .item-tin-viec-lam-content .item-tin-viec-lam-luong {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    color: #ff6600;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    text-transform: lowercase;
}

.luong_single {
    text-transform: lowercase;
}

.viec-lam-parent .item-tin-viec-lam .item-tin-viec-lam-content ul.item-tin-viec-lam-thong-tin-them {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0px;
    flex-wrap: wrap;

}

.viec-lam-parent .item-tin-viec-lam .item-tin-viec-lam-content ul.item-tin-viec-lam-thong-tin-them li.item-tin-viec-lam-thong-tin-them {
    color: #b1b3b5;
    font-size: 12px;
    flex: 1 1 47%;

}

.viec-lam-parent.quan-ly-tin .item-tin-viec-lam .item-tin-viec-lam-content ul.item-tin-viec-lam-thong-tin-them {
    gap: 10px;
    flex-wrap: nowrap;

}

.viec-lam-parent.quan-ly-tin .item-tin-viec-lam .item-tin-viec-lam-content ul.item-tin-viec-lam-thong-tin-them li.item-tin-viec-lam-thong-tin-them {
    color: #b1b3b5;
    font-size: 12px;
    flex: none;
}

.modal-backdrop.show {
    display: none !important;
}

/* SIDEBAR */
.widget-area {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.widget-area .widget {
    background: #fff;
    border: 1px solid #ecedef;
    padding: 15px;
    border-radius: 8px;

}

.widget-area .widget .wp-block-heading,
.widget-area .widget .widget-title {
    font-size: 20px;
}

.widget-area .widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    gap: 50px;
}

.widget-area .widget ul#menu-menu-tinh-thanh li {
    margin: 0 5px;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.widget-area .widget ul#menu-menu-tinh-thanh li a {
    line-height: 2.5rem;
}


ul#menu-tinh-thanh li.menu-item-has-children {
    position: relative;
}

ul#menu-tinh-thanh li.menu-item-has-children ul.sub-menu {
    margin-left: 15px;
}

ul#menu-tinh-thanh li.menu-item-has-children .arrow.rotate {
    position: absolute;
    right: 0;
    top: 5px;
    transform: rotate(180deg);
}

ul#menu-tinh-thanh li.menu-item-has-children .arrow {
    position: absolute;
    right: 0;
    top: 5px;
    transition: 0.3s all;
}



ul#menu-tinh-thanh li.menu-item-has-children .active .arrow {
    transform: rotate(90deg);
    /* Xoay 90 Ä‘á»™ khi class 'active' Ä‘Æ°á»£c thÃªm */
}

.widget-area .widget ul#menu-menu-tinh-thanh li:hover a {
    color: #006600;
}

.widget-area .widget ul.wp-block-latest-posts__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.widget-area .widget ul.wp-block-latest-posts__list li a {
    color: #000;
    text-decoration: none;
}

.widget-area .widget ul.wp-block-latest-posts__list li {
    overflow: hidden;
    position: relative;
}

.widget-area .widget ul.wp-block-latest-posts__list li::after {
    content: "";
    height: 1px;
    width: 100%;
    background: #000;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 1;
}

.widget-area .widget ul.wp-block-latest-posts__list li img {
    height: 75px;
    width: 100px;
    object-fit: cover;
    aspect-ratio: 4/3;
}

.widget-area .widget ul.wp-block-latest-posts__list li:hover a {
    color: #006600;
}

.side-bar-acccout .d-flex {
    margin-top: 30px;
    background: #fff;
    border: 1px solid #ecedef;
    padding: 15px;
    border-radius: 8px;
}

.side-bar-acccout .avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;

}

.side-bar-acccout .avatar img {
    max-width: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
    box-shadow: 1px 1px 3px #d9d9d9;
    padding: 10px;
}

.avatar .username {
    font-weight: bold;
}

/* CHI TIáº¾T VIá»†C LÃ€M */
.single_viec_lam {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.single_viec_lam .attachment-post-thumbnail {
    aspect-ratio: 4/3;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}

.single_viec_lam h1.single-viec-lam-title {
    margin: 0;
    font-size: 25px !important;
    font-weight: 500;
    color: #000;
}

.single_viec_lam .single-viec-lam-luong {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    color: #ff6600;
}

.single_viec_lam ul.single-viec-lam-thong-tin {
    display: flex;
    flex-direction: column;
    gap: 0px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.single_viec_lam .single-viec-lam-content {
    margin: 0;
    background: #fff;
    border: 1px solid #ecedef;
    padding: 15px;
    border-radius: 8px;

}

.single-viec-lam-content p {
    line-height: 1.6;
}

.single_viec_lam .main-info {
    margin: 0;
    background: #fff;
    border: 1px solid #ecedef;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.single_viec_lam .thong-tin-them {
    margin: 0;
    background: #fff;
    border: 1px solid #ecedef;
    padding: 15px;
    border-radius: 8px;
}

.single_viec_lam .thong-tin-them .a2a_dd {
    padding: 10px 15px;
    background: #ecedef;
    text-align: center;
    color: #000;
    width: 30%;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #ecedef;
    font-size: 20px;
    position: relative;
}

.single_viec_lam .thong-tin-them .a2a_dd::before {
    font-family: 'Font Awesome 6 Free';
    content: '\f14d';
    /* Unicode cá»§a icon cá»¥ thá»ƒ (vÃ­ dá»¥: fas fa-home) */
    display: inline-block;
    margin-right: 5px;
    /* Äiá»u chá»‰nh khoáº£ng cÃ¡ch giá»¯a icon vÃ  ná»™i dung */

}

.single_viec_lam .thong-tin-them .title-thong-tin-them {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.single_viec_lam .thong-tin-them .single-viec-lam-thong-tin-them {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
    padding: 0px;
    margin-top: 10px;
    grid-column-gap: 30px;
}

.single_viec_lam .thong-tin-them .single-viec-lam-thong-tin-them .single-viec-lam-thong-tin-them-child {
    border-bottom: 1px solid #ecedef;
    padding: 10px 0;
}

.single_viec_lam .thong-tin-them .single-viec-lam-thong-tin-them .single-viec-lam-thong-tin-them-child p {
    margin: 0;
}

.tin-lien-quan {
    margin-top: 30px;
    background: #fff;
    border: 1px solid #ecedef;
    padding: 15px;
    border-radius: 8px;
}

.siderbar-contact {
    background: #fff;
    border: 1px solid #ecedef;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    position: sticky;
    top: 150px;
}

.siderbar-contact .button_contact_sidebar {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.siderbar-contact a.btn-lien-he {
    padding: 10px 15px;
    background: #006600;
    text-align: center;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #006600;
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.siderbar-contact a.btn-zalo {
    padding: 10px 15px;
    background: transparent;
    text-align: center;
    color: #006600;
    width: 100%;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #006600;

}

.siderbar-contact .siderbar-contact-accout {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
}

.siderbar-contact .siderbar-contact-accout .siderbar-contact-accout-img {
    flex: 1 1 30%;
    width: 80px !important;
    height: auto !important;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 1px 1px 3px #d9d9d9;
    padding: 10px;

}

.siderbar-contact .siderbar-contact-accout .siderbar-contact-accout-info {
    flex: 1 1 70%;
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: 100%;
}

.gallery_viec_lam {
    margin: 0 auto;
    width: 100%;

}

.gallery_viec_lam .slider_image_main {
    background: #ECEDEF;
    margin-bottom: 5px;
}

.gallery_viec_lam .slider_image_main img {
    width: 100%;
    height: 550px;
}

.gallery_viec_lam .slider_image_thumnail img {
    aspect-ratio: 1/1 !important;
}

.gallery_viec_lam img {
    object-fit: contain;
}

.gallery_viec_lam .slider_image_thumnail img {
    padding-right: 3px;
}

/* CUSTOM ÄÄ‚NG TIN */
.container.form-dang-tin .col-md-9 {
    background: #fff;
    border-bottom: 1px solid #ecedef;
    padding: 30px;
    border-radius: 8px;
    margin-top: 30px;
}

.container.form-dang-tin h1 {
    font-size: 25px !important;
    font-weight: bold;
    color: #ff6600;
}

.container.form-dang-tin .btn_dang {
    background: #006600;
    color: #fff;
    border: 1px solid #006600;
    border-radius: 5px;
}

.container.form-dang-tin #gallery_container {
    display: flex;
    flex-direction: row;
    gap: 10px;

}

.container.form-dang-tin #gallery_container .gallery_item {
    flex: 1 1 20%;
    max-width: 20%;
    position: relative;
}

.container.form-dang-tin #gallery_container .gallery_item img {
    border-radius: 8px;
}

.container.form-dang-tin #gallery_container .gallery_item .delete_image_button {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    border: none;
    border-radius: 5px;
    opacity: 0;
    transition: all .3s;
}

.container.form-dang-tin #gallery_container .gallery_item:hover .delete_image_button {
    opacity: 1;
}

.container.form-dang-tin img.attachment-thumbnail {
    width: 68.5px;
    height: 68.5px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 8px;
}

.container.form-dang-tin .btn_dang,
.container.form-dang-tin .accordion {
    margin-top: 15px;
}

.container.form-dang-tin label.tieu_de_new_feed {
    padding-top: 15px;
}




/* CUSTOM ACC */
.md-accordion .card-header .card-header-title {
    position: relative;
}

.md-accordion .card-header .card-header-title::after {
    content: "â–²";
    position: absolute;
    right: 0;
}

.md-accordion .card-header .collapsed .card-header-title::after {
    content: "â–¼";
    position: absolute;
    right: 0;
}

.md-accordion .card-body {
    padding: 15px;
}

.md-accordion .card-body ul {
    margin: 0;
    padding: 0;
}

.md-accordion .card-body ul li {
    margin: 0;
}

.md-accordion .card-body .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.md-accordion a:hover {
    text-decoration: none;
}

/* END CUSTOM ACC */
p.dangky a {
    color: blue;
}


/* CUSTOM PAGINATION */
.pagination {
    margin-top: 30px;
}

.pagination .page-numbers {
    background: #ddd;
    margin: 0 5px;
    font-weight: 700;
    transition: .2s all;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1px;

}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    background: #006600;
    color: #fff;
}

/* REPONSIVE MOBILE */
@media only screen and (max-width: 678px) {

    /* FONT SIZE */
    .site {
        h1 {
            font-size: 2rem !important;
        }

        h2 {
            font-size: 1.75rem !important;
        }

        h3 {
            font-size: 1.5rem !important;
        }

        h4 {
            font-size: 1.25rem !important;
        }

        h5 {
            font-size: 1rem !important;
        }

        h6 {
            font-size: 0.85rem !important;
        }

        a,
        p,
        span {
            font-size: 0.85rem !important;
        }
    }

    .hidden-sm-down {
        display: none;
    }


    /* END FONT CUSTOM */
    .nav-container {
        overflow-x: hidden;
    }

    header.header .header-container {
        flex-direction: row;
        justify-content: space-between;
    }

    .on_mobile {
        display: block !important;
    }

    .on_pc {
        display: none !important;
    }

    header.header .header-container .menu-search .search-form {
        min-width: unset;
    }

    .viec-lam-parent {
        grid-template-columns: repeat(2, 1fr);


    }

    .navigation-menu ul.menu {
        flex-wrap: wrap;

    }

    .navigation-menu ul.menu>* {
        flex: 1 1 20%;
        max-width: 20%;
    }

    .navigation-menu ul.menu li.menu-item img.category-image {
        width: 50px;
        height: 50px;
    }

    .widget-area {
        margin-top: 30px;
    }

    .viec-lam-parent .item-tin-viec-lam .item-tin-viec-lam-content ul.item-tin-viec-lam-thong-tin-them li.item-tin-viec-lam-thong-tin-them {
        font-size: 8px;
    }

    .menu_mobile_footer {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: space-between;
        background: #fff;
        padding: 10px;
        position: fixed;
        bottom: 0;
        z-index: 9999;
        transform: translateY(30px);
        border-top: 1px solid #ddd;
    }

    .menu_mobile_footer .menu_mobile_footer-item:nth-child(3) {
        background: #fff;
        border-radius: 50%;
        transform: translateY(-35px);
        width: 75px;
        height: 60px;
        border-top: 1px solid #ddd;
        padding: 10px;
    }

    .menu_mobile_footer .menu_mobile_footer-item:nth-child(3) i {
        color: #006600;
    }


    .menu_mobile_footer .menu_mobile_footer-item:nth-child(3) i::before {
        font-size: 2rem;

    }

    .menu_mobile_footer .menu_mobile_footer-item i {
        margin-bottom: 3px;
        color: #006501;
        font-size: 18px;
    }

    .menu_mobile_footer .menu_mobile_footer-item a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #000;
    }

    .menu_mobile_footer .menu_mobile_footer-item span {
        font-size: 10px !important;
    }


    .account_menu_footer.account_menu_footer-active {
        display: block !important;
        width: 100vw;
        height: 100vh;
        z-index: 1000;
        position: fixed;
        top: 0;
        background: #fff;
    }

    .account_menu_footer.account_menu_footer-active .on_pc {
        display: block !important;
    }

    .account_menu_footer .side-bar-acccout .d-flex {
        border: none !important;
        padding: 0px !important;
    }

    .account_menu_footer .side-bar-acccout .d-flex .nav-item {
        border-bottom: 1px dashed #ddd;
    }

    .account_menu_footer .side-bar-acccout .d-flex .nav-link.link-dark {
        /* padding: 10px 0px !important; */
    }

    .single_viec_lam h1.single-viec-lam-title,
    .title-header h1 {
        font-size: 20px !important;
    }

    .single_viec_lam .thong-tin-them .a2a_dd {
        width: 100%;
    }

    .siderbar-contact {
        margin-top: 30px;
        position: relative;
        top: 0px;
    }

    .siderbar-contact .button_contact_sidebar {
        display: flex;
        flex-direction: row;
        gap: 15px;
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 999;
        padding: 15px 5px;
        border-top: 1px solid #ddd;
        background: #fff;
    }

    .tin-lien-quan {
        padding: 5px;
    }

    .gallery_viec_lam {
        max-width: 90%;
    }

    .gallery_viec_lam .slider_image_main img {
        height: 250px;
    }
	.site-footer {
    width: 100%;
    max-width: 100vw;
    clear: both;
    background-color: #f8f9fa; /* Màu nền cho dễ nhìn */
}
}



