.dropdown-container {
    position: relative;
}

.form-select {
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    color: #555;
    outline: none;
    transition: all 0.3s ease;
    min-width: 160px;
}

.form-select:focus {
    border-color: #265c77;
    box-shadow: 0 0 5px rgba(38, 92, 119, 0.4);
}

.mobile-search .form-select {
    width: auto;
    font-size: 14px;
    padding: 8px;
}

.mobile-search input {
    flex: 1;
    font-size: 14px;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.mobile-search button {
    background-color: #265c77;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.header .main-header {
    padding: 6px 0;
}

.form-input {
    padding: 8px 12px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 14px;
    flex: 1;
}

.form-input:focus {
    border-color: #265c77;
    box-shadow: 0 0 5px rgba(38, 92, 119, 0.4);
}

.btn-find {
    background-color: #265c77;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-find:hover {
    background-color: #1c4359;
}

.search-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    padding: 0 10px;
}

.form-input.input-keysearch {
    border: none;
    padding: 8px 10px;
    flex: 1;
    font-size: 14px;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
    color: #555;
}

.form-input.input-keysearch:focus {
    box-shadow: 0 0 5px rgba(38, 92, 119, 0.4);
    border-color: #265c77;
}

.search-select-wrapper {
    margin-left: 10px;
    position: relative;
}

.form-select {
    padding: 8px 10px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
    width: 120px;
}

.form-select:focus {
    box-shadow: 0 0 5px rgba(38, 92, 119, 0.4);
    border-color: #265c77;
}

.btn-find {
    background-color: #265c77;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
}

.btn-find:hover {
    background-color: #1c4359;
}

.tab-link-fix {
    background-color: #0070e8;
    box-shadow: 0 2px 10px rgba(0, 123, 255, 0.2);
    padding: 8px 18px !important;
    border-radius: 2px;
}

.header .main-menu li {
    padding: 5px 18px;
}

@media (max-width: 991px) {
    .search-wrapper {
        width: 100%;
    }

    .form-input.input-keysearch,
    .form-select {
        font-size: 14px;
        padding: 8px;
    }

    .btn-find {
        padding: 8px 16px;
    }
}

.custom-search-form {
    background: #f8f9fa;
    border-radius: 50px;
    padding: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    height: 35px;
}

.custom-search-form:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.custom-search-input {
    border: none !important;
    outline: none;
    background: transparent;
    padding-left: 0px !important;
    /* padding: 6px 12px !important; */
    font-size: 14px !important;
    width: 160px !important;
    min-width: 100px;
    height: 30px !important;
}

.custom-search-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}

.custom-search-button:hover {
    background-color: #0056b3;
}

@media (max-width: 576px) {
    .custom-search-input {
        width: 100px;
    }

    .custom-search-form {
        flex-direction: column;
        gap: 6px;
    }
}

.custom-search-select {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 14px;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    width: 140px;
    height: 35px;
    transition: border-color 0.3s ease;
}

.custom-search-select:focus {
    border-color: #007bff;
    outline: none;
}

.custom-search-select option {
    padding: 18px;
}

.banner-container {
    display: flex;
    align-items: center;
    padding: 2px 20px;
    gap: 20px;
    background-color: #f8f9fa;
    flex-wrap: wrap;
}

.logo-side {
    flex: 0 0 auto;
}

.logo-img {
    height: 65px;
    width: auto;
    /* aspect-ratio: 3 / 1; */
    /* object-fit: contain; */
}

.banner-side {
    flex: 1;
    min-width: 300px;
}

.banner-swiper {
    width: 100%;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.swiper-wrapper {
    height: 100%;
}

.swiper-slide {
    height: 100%;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.swiper-pagination {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
}

.left-logo-mobile {
    display: none;
}

.logo-side {
    display: block;
}

.btn-apply-fix {
    padding: 15px 25px
}

.img-fix {
    max-height: 480px;
    object-fit: cover;
}

.img-company-fix {
    width: 140px !important;
    height: 100px;
    object-fit: contain;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.box-border-single-fix {
    margin-bottom: 40px;
}

.location-fix {
    max-width: 100%;
}

.name-fix {
    width: 290px;
}

.ellipsis {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content-single h3,
.content-single h4,
.content-single h5,
.content-single p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.content-single p {
    line-height: 28px;
}

.paginations .pager li .pager-next,
.paginations .pager li .pager-prev {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.paginations {
    justify-content: center;
    display: flex;
}

.custom-h2 {
    font-size: 30px;
}

.custom-h3 {
    font-size: 26px;
}

.custom-h4 {
    font-size: 22px;
}

@media (max-width: 768px) {
    .left-logo-mobile {
        display: block !important;
    }

    .box-border-single-fix {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .logo-side {
        display: none !important;
    }

    .banner-container {
        padding: 1px 5px;
    }

    .sidebar-border-fix {
        padding: 15px;
        margin-bottom: 20px;
    }

    .btn-apply-big.button-fix {
        padding: 12px 28px;
        padding-left: 35px;
        background-position: 10px 11px;
        font-size: 13px;
    }

    .btn-apply-fix {
        padding: 12px 20px;
    }

    .img-fix {
        max-height: 250px;
        min-height: 120px;
        /* object-fit: unset; */
    }

    .img-company-fix {
        width: 110px !important;
        height: 80px;
    }

    .btn-call-fix {
        padding: 12px 18px;
        font-size: 12px;
        background-position: 12px 12px;
        background-image: unset;
    }

    .nav-fix {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 5px 0;
    }

    .nav-fix a {
        white-space: nowrap;
    }

    .tablist-fix {
        padding: 8px 20px;
        padding-left: 20px;
        background-image: none;
        font-size: 13px;
    }

    .tablist-fix.active {
        background-image: none;
    }

    .about-body {
        font-size: 13px;
    }

    .custom-h4 {
        font-size: 18px;
    }

    .custom-h3 {
        font-size: 22px;
    }

    .box-related-job {
        margin-top: 5px;
    }

    .mt-lg-20 {
        margin-top: 20px;
    }

    .box-filters-job {
        margin-bottom: 20px;
    }

    .paginations {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .custom-text p {
        line-height: 26px !important;
        font-size: 15px;
        /* text-align: justify; */
    }

    .btn-send-message-fix {
        padding: 10px 20px;
        background-image: none;
        font-size: 13px;
    }

    .textarea-fix {
        min-height: 150px;
    }

    .section-box .bg-news-fix {
        max-height: 200px;
    }
}

@media (max-width: 1230px) {
    .header .main-header .header-right {
        display: none;
    }

    .height-header {
        height: 60px;
    }
}

@media (max-width: 1400px) {
    .container-fix {
        max-width: 1240px;
    }
}

@media (max-width: 1200px) {
    .height-header {
        height: 50px;
    }

    .name-fix {
        width: 200px;
        font-size: 14px;
    }
}

.mobile-search form {
    padding: 0;
}

.burger-icon>span.burger-icon-bottom {
    bottom: 1px;
}

.img-box-fix {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: contain;
    background: #ffff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.menu-mobile-fix li a {
    text-transform: unset !important;
}

/* .paginations .pager li a.pager-number.active::before,
.paginations .pager li a.pager-number:hover::before {
    height: 40px;
    width: 40px;
    top: 3px;
    left: -8px;
} */