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

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

.header-nav.nav>li {
    display: inline-block;
    list-style: none;
    margin: 0 1px;
    padding: 0;
    transition: background-color .3s;
}
.header-button>.button {
    border-radius: 2px;
}
.row_5icon .icon-box-img {
    transition: transform 0.3s ease-in-out;
}

.row_5icon .icon-box:hover .icon-box-img {
    transform: scale(1.2); /* Tăng kích thước ảnh lên 1.2 lần */
}

.header-nav {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}

.text-box-banner-dautien {
    width: 60%;
    text-align: left;
    margin-left: -44px;
}

.text-box-media .text-inner.text-center {
    margin-left: -233px;
}

.tab-sanpham span {
    font-size: 15px;
}

.menu-item .sub-menu {
    display: none;
    white-space: nowrap;
    background: #fff;
    padding: 10px 0;
}

.slider-in-acc ol.flickity-page-dots {
    display: none;
}

img.menu-image.menu-image-title-below {
    width: 30px;
    height: 30px;
}

.sub-menu li:hover {
    background-color: #f0f0f0;
    transition: background-color 0.3s ease, color 0.3s ease;
}


.section-customer .flickity-viewport {
    /* height: 500px !important; */
  overflow: visible;
    position: relative;
    width: 100%;
    margin-top: 109px;
}
.menu-item>.sub-menu {
    display: flex;
}

.menu-item>.sub-menu>li>.sub-menu {
    flex-direction: column;
}

.sub-menu.nav-dropdown>li:hover {
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.sub-menu.nav-dropdown li a {
    text-align: left;
}

a.button.secondary.lowercase.btn-dungthu {
    background-color: #f3701e;
}


a.plain:hover p>span {
    color: #333;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default {
    min-width: max-content;
}

.nav-dropdown>li.image-column,
.nav-dropdown>li.nav-dropdown-col {
    width: auto;
}

.sub-menu.nav-dropdown li {
    padding: 4px !important;
    border-radius: 5px;
    margin: 0px 0;
}

span.menu-image-title-after.menu-image-title:hover {
    color: #0f6cdb;
}

.menu-item .sub-menu a {
    padding: 5px 10px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.65);

    text-align: center;

    border-radius: 5px;
}


.col-duan .col-inner {
    background-color: #fefbef !important;
    border: 1px solid #f26c2f;
}

.col-duan strong {
    color: #f26c2f;
}


.col-congviec .col-inner {
    background-color: #effbf7 !important;
    border: 1px solid #4dcd77;
}

.col-congviec strong {
    color: #4dcd77;
}

.col-vanban .col-inner {
    background-color: #effafe !important;
    border: 1px solid #42a6f5;
}

.col-vanban strong {
    color: #42a6f5;
}

.col-dexuatpheduyet .col-inner {
    background-color: #fff5f5 !important;
    border: 1px solid #ff5258;
}

.col-dexuatpheduyet strong {
    color: #ff5258;
}


.section-form-tuvan .wpcf7-form {
    max-width: 648px;
    margin: 0 auto;
}



.section-form-tuvan .wpcf7-form label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;

}

.col-sangben .col-inner {
    transform: translateX(603px);
}


.section-form-tuvan .wpcf7-form p label {
    color: #595959;
}


.section-swiper .img-inner {
    filter: brightness(50%);
    transition: filter 0.3s ease-in-out;
    border: 2px solid #000;
}

.section-swiper .img-inner:hover {
    filter: brightness(100%);
    cursor: pointer;
}

.section-form-tuvan .wpcf7-form input,
.section-form-tuvan .wpcf7-form select,
.section-form-tuvan .wpcf7-form textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 15px;

}

.social-icons {
    color: #999;
    display: inline-block;
    font-size: .85em;
    vertical-align: middle;
    margin-top: -30px;
}

.col-text-dangky p {
    display: flex;
    align-items: center;
    vertical-align: middle;
    margin-top: 6px;
    margin-left: -23px;
}

.row_5icon a:hover {
    color: #333;
}


.section-form-tuvan .wpcf7-form input[type="submit"] {
    background-color: #ff6600;
    color: white;
    border: none;
    padding: 6px 0px;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    width: 50%;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 31px;
}


.section-form-tuvan * {
    font-family: 'Inter';
}

.section-form-tuvan .wpcf7-form-control.wpcf7-select {
    color: #999;
    font-size: 15px !important;
}

.section-form-tuvan .wpcf7-form input[type="submit"]:hover {
    background-color: #e55a00;
}

.custom-swiper .swiper-slide.swiper-slide-active.swiper-slide-next {
    max-width: 100% !important;
    height: 603px;
}


.acc_cus>.accordion-item>.accordion-inner {
    width: 74%;
}

.all-posts-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

.post-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.post-item {
    width: 25%;
    padding: 15px;
    border-radius: 8px;
	box-shadow: none;
    text-align: left;
    transition: transform 0.3s ease;
}

.header-wrapper.stuck div#masthead{
	background: #203C7B;
}
.header-wrapper.stuck div#masthead img.header_logo.header-logo, .header-wrapper.stuck  .hotline-icon{
filter: brightness(0) invert(1);
}

.header-wrapper.stuck .hotline-wrapper *{
	color: white;
	
}

.header-wrapper.stuck .header-main .nav>li>a{
	color: white !important;
}

.gal-media img{
	height: 300px;
}

.copyright-footer {
    font-size: 12px;
}

.post-item .is-divider{
	display: none;
}

.section-media .post-item {
    width: 30%;
    max-width: 399px !important;
    padding: 13px;
    border-radius: 8px;
    text-align: left;
    transition: transform 0.3s ease;
    margin: 0 12px;
}

.post-item:hover {
    transform: translateY(-5px);
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
}

.post-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.post-item p {
    font-size: 14px;
    color: #555;
}

.related-posts-section h2 {
    justify-content: center;
    display: flex;
}


.tt_ar>* {
    color: #0f6cdb !important;
    font-size: 40px !important;
    text-transform: capitalize;
    font-weight: 400;
}

.img-box-hieuung .box-image {
    position: relative;
    overflow: hidden;
    border-radius: 126px;
    width: 150px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-box-hieuung .box-image img {
    transition: transform 0.3s ease, filter 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.3s ease, filter 0.3s ease;
}


.sub-menu.nav-column.nav-dropdown-default li:hover a img {
    transform: scale(1.1);
    transition: transform 0.3s ease, filter 0.3s ease;
}

.img-box-hieuung:hover .box-image img {
    transform: scale(1.2);
    filter: brightness(0) saturate(100%) invert(100%);
}

.box.has-hover.img-box-hieuung.has-hover.box-text-bottom:hover {
    transform: scale(1.1);
}





.img-box-hieuung:hover .box-text-inner h4,
.img-box-hieuung:hover .box-text-inner p {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}


.img-box-hieuung:hover .box-text-inner h4,
.img-box-hieuung:hover .box-text-inner p {
    color: #fff;
}

.image-with-effect {
    transform: translateX(-100%);
    /* Bắt đầu ngoài màn hình */
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out;
}

.image-with-effect.visible {
    transform: translateX(0);
    opacity: 1;
}

.image-with-effect.jump-left.visible {
    transform: translateX(-100px);
    /* Nhảy sang trái */
    transition: transform 0.5s ease-out;
    /* Hiệu ứng mượt */
}

.image-with-effect.jump-right.visible {
    transform: translateX(100px);
    /* Nhảy sang phải */
    transition: transform 0.5s ease-out;
    /* Hiệu ứng mượt */
}

.section-footer .ux-menu-link.flex.menu-item:hover span {
    color: #0f6cdb;
}

.section-footer span,
.section-footer p {
    font-size: 14px;
}

.row-tintuc-duoi .box-text.text-left {
    margin-top: 10px;
    display: flex;
    vertical-align: middle;
    align-items: center;
}



.flickity-page-dots .dot {

    background: rgba(217, 217, 217, 1) !important;
}

.flickity-page-dots .dot.is-selected,
.slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: #0f6cdb !important;
}


.text-khongxuongdong p {
    white-space: nowrap;
}


.custom-post-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.custom-post-list .post-item h3 {
    margin: 0;
}

.custom-pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.custom-pagination .page-number {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #0073aa;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.custom-pagination .page-number:hover {
    background-color: #0073aa;
    color: #fff;
}

.icon-box-img svg path {
    fill: #fff;
}

.custom-pagination .page-number.active {
    background-color: #0073aa;
    color: #fff;
    font-weight: bold;
    pointer-events: none;
}


.img-play img {
    border-radius: 99px;
    border: 14px solid #ff0033;
    display: block;
    width: auto;
    height: auto;
}

.row_5icon .icon-box:hover .icon-box-img .icon-inner img {
    transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    transform: scale(1.2);
}


.short-line-height,
.visible p {
    line-height: 1.2 !important;
}


/* Định dạng phần tử bao quanh form */
.section-tuyendung .wpcf7 form .email-input {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;

    border-radius: 30px;
    overflow: hidden;
}


.section-tuyendung .wpcf7 form .email-input input[type="email"] {
    width: 100%;
    padding: 28px;
    font-size: 16px;
    border: none;
    outline: none;
    border-radius: 30px;
    box-sizing: border-box;
}


.section-tuyendung .wpcf7 form .email-input input[type="submit"] {
    background-color: #143EC9;
    color: #fff;
    margin-left: -180px;

    font-size: 16px;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: background-color 0.3s;
    border-radius: 30px;
}

.section-tuyendung .wpcf7 form .email-input input[type="submit"]:hover {
    background-color: #fecc4e;
}

/* Điều chỉnh khi hover vào ô email */
.section-tuyendung .wpcf7 form .email-input input[type="email"]:focus {
    border: 1px solid #fecc4e;
}

/* Cơ bản: Ẩn tất cả submenu */
.custom-menu-item .sub-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    z-index: 10;
    padding: 10px;
    list-style: none;
}


.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: unset !important;
}

/* Hiển thị menu cấp 2 khi hover vào menu cấp 1 */
.custom-menu-item>li:hover>.sub-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* Menu cấp 2 hiển thị dạng cột */
    column-gap: 20px;
    background: #fff;
    padding: 10px;
    width: auto;
}

/* Menu cấp 3: Căn chỉnh theo cột */
.custom-menu-item .sub-menu .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    /* Hiển thị cạnh menu cấp 2 */
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    z-index: 20;
    padding: 10px;
}

/* Hiển thị menu cấp 3 khi hover vào menu cấp 2 */
.custom-menu-item .sub-menu li:hover>.sub-menu {
    display: block;
    /* Hiển thị menu cấp 3 */
    display: grid;
    /* Đảm bảo hiển thị dạng cột */
    grid-template-columns: 1fr;
    /* Menu cấp 3 dạng 1 cột */
    row-gap: 10px;
    /* Khoảng cách giữa các dòng */
    width: 200px;
    /* Chiều rộng cố định */
}

/* Tùy chỉnh item trong menu cấp 3 */
.custom-menu-item .sub-menu .sub-menu li {
    display: block;
    margin: 5px 0;
}

/* Tùy chỉnh liên kết */
.custom-menu-item .sub-menu a {
    text-decoration: none;
    color: #333;
    padding: 5px 10px;
    display: block;
    transition: all 0.3s ease;
}

.custom-menu-item .sub-menu a:hover {
    background: #f0f0f0;
    color: #000;
}




a.button.primary.lowercase.btn-thamkhao:hover {
    background-color: #7191dc;
    /* Màu xanh nhạt */
}

a.button.primary.lowercase.btn-thamkhao {
    background-color: #203c7b;
    z-index: 99;
}

.tabbed-content.tab-sanpham {
    z-index: -1;
}

.tab-sanpham a {
    display: flex;
    justify-content: center;
    vertical-align: middle;
    margin-bottom: 15px;
}

.tab-sanpham li {
    margin: 0 37px;
}


.tab-sanpham ul.nav.nav-line-bottom.nav-normal.nav-size-xlarge.nav-left {
    border-bottom: 1px solid #dee3e6;
}

.tab-sanpham .text {
    margin-bottom: 20px;
    /* Khoảng cách dưới mỗi đoạn */
}

.tab-sanpham .text p {
    margin-bottom: 0px;
    font-size: 16px;
}

.text-box-bangia {
    margin-left: 20px;
}

.tab-sanpham .text div {
    margin-bottom: 10px;
    /* Khoảng cách giữa các div con */
}

.col-anh {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.img-download {
    z-index: 10;
    margin-top: -72px;
}

h3 {
    line-height: 1.5 !important;
}


#menu-item-140 a,
#menu-item-186 a {
    transition: color 0.3s ease, transform 0.3s ease;
}

.sub-menu.nav-dropdown a:hover .menu-image-title {
    color: #0f6cdb;
}

/* Thay đổi màu nền của thẻ li khi hover */


/* Đảm bảo hình ảnh không bị thay đổi kích thước ban đầu */
#menu-item-140 .menu-image,
#menu-item-186 .menu-image {
    transition: transform 0.3s ease;
}


#menu-item-186 .sub-menu.nav-dropdown li {
    padding: 10px;
    border-radius: 5px;
    margin: 5px 0;
    margin: 0 12px;
}

#menu-item-186 .sub-menu.nav-dropdown li:hover {
    background-color: unset;
}

#menu-item-186.menu-item .sub-menu {
    display: none;
    white-space: nowrap;
    background: #fff;
    padding: 10px 0px;
    display: flex;
    border: 1px solid #bbaeae;
}
.flex-grow ul.sub-menu.nav-dropdown.nav-dropdown-default {
    border: 1px solid #bbaeae;
}

.nav-dropdown {
    margin: 2px;
}



.hotline-wrapper img {
    width: 32px;
}

.hotline-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0 17px;
}

.hotline-wrapper span:first-of-type {
    font-weight: 700;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
}

.hotline-wrapper span:last-of-type {
    font-size: 20px;
    font-weight: 700;
    color: rgba(183, 71, 42, 1);
}





.row-chucnang {
    background-color: #f1fbff;
    padding: 30px;
    height: 710px;
    margin-bottom: 30px;
}

.row-tichhop {
    background-color: #fef9f3;
    padding: 30px;
    height: 710px;
    margin-bottom: 30px;
}

ul.nav.nav-sidebar.nav-vertical.nav-uppercase .menu-item .sub-menu a {
    padding: 20px 19px 0px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
    border-radius: 5px;
    float: left;
    display: block;
}

.sub-menu.nav-sidebar-ul.children li a:hover .menu-image-title {
    color: #0f6cdb;
}

.menu-item-378 span.menu-image-title-after.menu-image-title:after {
    content: "Quản lý văn bản";
    display: block;
    padding-left: 63px;
    align-items: center;
    color: #000;
}

.menu-item-377 span.menu-image-title-after.menu-image-title:after {
    content: "Quản lý phòng & lịch họp";
    display: block;
    padding-left: 63px;
    align-items: center;
    color: #000;
}
.menu-item-376 span.menu-image-title-after.menu-image-title:after {
    content: "Quản lý sử dụng xe công";
    display: block;
    padding-left: 63px;
    align-items: center;
    color: #000;
}


.menu-item-375 span.menu-image-title-after.menu-image-title:after {
    content: "Truyền thông nội bộ";
    display: block;
    padding-left: 63px;
    align-items: center;
    color: #000;
}

.menu-item-374 span.menu-image-title-after.menu-image-title:after {
    content: "Tài liệu & chia sẻ";
    display: block;
    padding-left: 63px;
    align-items: center;
    color: #000;
}

.menu-item-373 span.menu-image-title-after.menu-image-title:after {
    content: "Quản lý tài sản công";
    display: block;
    padding-left: 63px;
    align-items: center;
    color: #000;
}

.menu-item-372 span.menu-image-title-after.menu-image-title:after {
    content: "Ký số & ký điện tử";
    display: block;
    padding-left: 63px;
    align-items: center;
    color: #000;
}

.menu-item-403 span.menu-image-title-after.menu-image-title:after {
    content: "Quản lý công việc & dự án";
    display: block;
    padding-left: 63px;
    align-items: center;
    color: #000;
}

.menu-item-402 span.menu-image-title-after.menu-image-title:after {
    content: "Đề xuất & phê duyệt";
    display: block;
    padding-left: 63px;
    align-items: center;
    color: #000;
}

.menu-item-401 span.menu-image-title-after.menu-image-title:after {
    content: "Quản lý quy trình";
    display: block;
    padding-left: 63px;
    align-items: center;
    color: #000;
}

.menu-item-407 span.menu-image-title-after.menu-image-title:after {
    content: "Quản lý hồ sơ nhân sự";
    display: block;
    padding-left: 63px;
    align-items: center;
    color: #000;
}

.menu-item-406 span.menu-image-title-after.menu-image-title:after {
    content: "Quản lý quy trình";
    display: block;
    padding-left: 63px;
    align-items: center;
    color: #000;
}

.menu-item-405 span.menu-image-title-after.menu-image-title:after {
    content: "Quản lý chấm công";
    display: block;
    padding-left: 63px;
    align-items: center;
    color: #000;
}

.menu-item-404 span.menu-image-title-after.menu-image-title:after {
    content: "Lương & phiếu lương";
    display: block;
    padding-left: 63px;
    align-items: center;
    color: #000;
}


span.menu-image-title-after.menu-image-title {
    position: relative;
    top: -10px;
    left: -7px;
}

.menu-item-529 span.menu-image-title {
    font-weight: bold;
    color: black;
    font-size: 14px;
}

span.menu-image-title::after {
    font-weight: normal;
    font-size: 12px;
    margin-top: -5px;
    margin-left: -2px;
}


/* ---------------------------------------------------- */





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


    .acc_cus>.accordion-item>.accordion-inner .img {
        top: 0px;
        position: unset !important;
        width: 100% !important;
        right: 0;
        z-index: 20;

    }

    .section-swiper .img-inner.dark {
        border: 1px solid #000;
    }

    .custom-swiper .swiper-slide.swiper-slide-active.swiper-slide-next {
        height: unset;
    }

    .acc_cus>.accordion-item>.accordion-inner {
        width: 100% !important;
    }

    .text-box-banner-dautien {
        width: 60%;
        text-align: left;
        margin-left: 0px;
    }

    .row-chucnang {
        height: auto;
    }

    .row-tichhop {
        height: auto;
    }

    .col-btn-thamkhao .col-inner {
        display: flex;
        justify-content: center;
    }

    .flickity-page-dots {
        bottom: 0px;
        left: 20%;
        line-height: 1;
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 20%;
        text-align: center;
    }



    .img-box-hieuung .box-image {
        position: relative;
        overflow: hidden;
        border-radius: -4px;
        width: 173px !important;
        height: 172px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .image-column.large-column {
        grid-row: span 1 !important;
    }

    .image-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 0;
        width: 100%;
        height: 217px !important;
    }

    .image-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(50%);
        transition: all 0.3s ease;
        border: 3px solid black;
        max-height: 348px;
        min-height: 0px !important;
    }


    .text-box-media .text-inner.text-center {
        margin-left: -63px;
    }

    .text-box-bangia {
        margin-left: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 29vh;
    }

}

select, option{
	font-weight: 400;
}

.img-con-nguoi img {
    border-radius: 99px;
    width: 120px;
    height: 120px;
}

.load-lazy {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.load-lazy.show {
  opacity: 1;
}

.latest_archive > .col:hover{
	transition: all 0.2s ease;
}

.latest_archive > .col:hover{
	transform: translatey(-10px);
}


@media (min-width: 550px) and (max-width: 1024px) {
    .fill.banner-link {
        height: 55% !important;
        /* Thêm !important nếu cần */
    }

    .row_5icon {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }



    .row_5icon .col.medium-4.small-12.large-3 {
        max-width: 30% !important;
        flex-basis: 30% !important;
    }

    .acc_cus>.accordion-item>.accordion-inner .img.has-hover.x.md-x.lg-x.y.md-y.lg-y {
        top: 109px;
        position: absolute;
        width: 33% !important;
        right: 0;
        z-index: 20;
    }

    .text-box-content.text.dark {
        padding: 25px;
    }

    .count h3 {
        white-space: nowrap;
    }

    .col.m-0.col-btn-thamkhao.small-12.large-12>.col-inner {
        margin: 0 !important;
    }

    .row.row-chucnang {
        height: 1087px;
    }

    .row.row-tichhop {
        height: 1088px;
    }

    .img-box-hieuung .box-image {
        width: 103px !important;
        height: 107px;
    }
}