.header-top01 {
    background: #6bc431;
    background: linear-gradient(90deg, #6bc431 35%, rgba(0, 168, 158, 1) 100%);
    padding: 5px 0;
}

.header-top01 > .container > .row > div > div {
    display: flex;
    align-items: center;
    height: 100%;
}

.swiper-slide--link1 a, .product-action-xem-nhanh a {
    color: white;
    background-color: rgb(0, 69, 235);
    padding: 8px 15px;
    border-radius: 30px;
    font-weight: bold;
}

.swiper-slide--link2 a, .product-action-dang-ky a,
.btn-dang-ky-form, .swiper-slide--link3 a {
    color: white;
    background-color: rgb(0, 168, 158);
    padding: 8px 15px;
    border-radius: 30px;
    font-weight: bold;
    text-align: center;
}

.swiper-slide--link3 a {
    background-color: rgb(69 186 86);
}

.cus-flex-cate-home {
    box-shadow: 0 3px 6px #0000000f;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 40px;
    display: inline-block;
}

.categories-dao .cus-flex-cate-home:nth-child(2n+2) > .row {
    display: flex;
    flex-direction: row-reverse;
}

.categories-dao .title, .box-module-top .title, .title-section {
    font-size: 34px;
    font-weight: bold;
    color: var(--color-main);
    margin-bottom: 15px;
    line-height: 1.5;
}

.categories-dao .title {
    font-size: 30px;
}

.categories-dao .description {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 16px;
    line-height: 1.7;
}

.categories-dao .url-link > a {
    background-color: var(--color-highlight);
    color: white;
    padding: 8px 15px;
    font-weight: 600;
    border-radius: 20px;
}

.categories-dao .url-link {
    float: right;
    margin-right: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
    display: flex;
}

.cus-flex-cate-home > .row > div:nth-child(2) {
    padding: 0 35px;
}

.box-shadow-article {
    background: white;
    box-shadow: 0 4px 6px #0000002e;
    border-radius: 10px;
    overflow: hidden;
}

.post-date-news {
    color: #fff;
    background: black;
    border-radius: 0 20px 20px 0;
    padding: 5px 20px 5px 16px;
    display: inline-block;
    width: max-content;
    font-size: 12px;
}

.cus-xem-them-block a {
    background-color: #373B41;
    color: white;
    font-weight: 600;
    padding: 8px 20px 8px 20px;
    border-radius: 30px;
}

.cus-xem-them-block {
    text-align: center;
}

.img-doi-tac-home {
    background: white;
    box-shadow: 0 4px 6px #0000002e;
    border-radius: 10px;
    height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-doi-tac-home img {
    max-height: 100px;
    height: 100%;
}

footer {
    background: #6bc431;
    background: linear-gradient(90deg, #6bc431 35%, rgba(0, 168, 158, 1) 100%);
    color: white;
}

.title-footer {
    font-size: 20px;
    font-weight: 600;
}

.topbar-section.social-section i {
    font-size: 23px;
}

.footer-menu-section ul {
    display: flex;
}

.footer-menu-section ul li a {
    color: white;
}

.banner-page-tk-viec-lam img {
    width: 100%;
    min-height: 600px;
    object-fit: cover;
}

.banner-page-tk-viec-lam {
    position: relative;
}

.title-page-tk-viec h1 {
    font-size: 60px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, .16);
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-width: 680px;
    max-width: 680px;
    color: white;
}

.title-page-tk-viec {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.btn-dangky-xemnhanh {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.product-category-viec-lam {
    font-size: 12px;
    margin-bottom: 10px;
}

.product-category-viec-lam a {
    color: var(--color-text);
}

.border-shadow-radius {
    background: white;
    box-shadow: 0 4px 6px #0000002e;
    border-radius: 10px;
    padding: 15px 15px 15px 15px;
}

.product_detail .product-image-detail .inner-image {
    position: relative;
    padding-top: 40%;
}

.card-base {
    background: white;
    box-shadow: 0 4px 6px #0000002e;
    border-radius: 10px;
}

.cus-form-dk-doi-tac .form-control, .form-control-select {
    display: block;
    width: 100%;
    height: auto;
    padding: 16px 10px 16px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /*color: #8A8A8A;*/
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #EEE;
}

.cus-form-dk-doi-tac label {
    font-size: 16px;
    color: #8A8A8A;
}

@media (min-width: 768px) and (max-width: 1000px) {
    .swiper-slide--link1 a, .product-action-xem-nhanh a {
        padding: 8px 8px;
        border-radius: 20px;
    }

    .swiper-slide--link2 a, .product-action-dang-ky a, .btn-dang-ky-form {
        padding: 8px 8px;
        border-radius: 20px;
    }

    .categories-dao .title {
        font-size: 24px;
    }

    .swiper-slider-main .swiper-slide img {
        height: 55rem;
    }
}

@media (max-width: 767px) {
    .header-top01 > .container > .row > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .swiper-slide--tile {
        font-size: 20px;
        text-align: center;
    }

    .flex-mb-wrap {
        display: flex;
        /* flex-wrap: wrap; */
    }

    .swiper-slider-main .swiper-slide img {
        height: 45rem;
    }

    .categories-dao .title {
        font-size: 24px;
        margin-top: 15px;
    }

    .footer-menu-section ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .title-page-tk-viec h1 {
        font-size: 26px;
        min-width: 200px;
    }

    .banner-page-tk-viec-lam img {
        min-height: 350px;
    }
}

/* Styling cho bộ lọc nghiadt */
#form_filter_city .modal-dialog {
    max-width: 800px;
}

#form_filter_city .modal-content {
    border: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

#form_filter_city .modal-header {
    padding: 20px 30px 10px;
    background-color: #f8f9fa;
}

#form_filter_city .modal-title {
    color: #333;
    font-size: 1.2rem;
    font-weight: 600;
}

#form_filter_city .close {
    font-size: 1.5rem;
    font-weight: 300;
    color: #666;
    opacity: 0.7;
    outline: none;
    border: none;
    background: none;
}

#form_filter_city .close:hover {
    opacity: 1;
    color: #333;
}

/* Styling cho ô tìm kiếm */
#city_search {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

#city_search:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    outline: none;
}

/* Styling cho các checkbox */
.city-sections h6 {
    color: #495057;
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e9ecef;
}

.form-check {
    padding-left: 0;
    margin-bottom: 8px;
    display: flex;
}

.form-check-input {
    margin-top: 0.3rem;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.content_list_city {
    padding: 2rem;
}
.form-check-input:checked {
    background-color: #007bff;
    border-color: #007bff;
}

.form-check-label {
    margin-left: 1rem;
    font-size: 14px;
    color: #495057;
    cursor: pointer;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 400;
}

.form-check-label:hover {
    color: #007bff;
}

/* Styling cho nút Lọc */
#btn_apply_city_filter {
    background-color: #007bff;
    border-color: #007bff;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.3s ease;
}

#btn_apply_city_filter:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    transform: translateY(-1px);
}

/* Styling cho input filter_city */
.btn-search {
    border-radius: 10px;
}
.form_search.form_search_main {
    background: white;
    box-shadow: 0 4px 6px #0000002e;
    border-radius: 10px;
    padding: 4rem;
    z-index: 9;
    position: relative;
    margin-top: -12rem;
}
.keyword_custom {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    background-color: #fff;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#filter_city {
    cursor: pointer;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    background-color: #fff;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#filter_city:focus {
    box-shadow: none;
    border-color: #007bff;
}

/* Responsive cho modal */
@media (max-width: 768px) {
    #form_filter_city .modal-dialog {
        max-width: 95%;
        margin: 10px auto;
    }
    
    .city-sections .col-md-3 {
        margin-bottom: 20px;
    }
    
    #form_filter_city .modal-body {
        padding: 15px;
    }
    
    #form_filter_city .modal-header {
        padding: 15px;
    }
}

/* Animation cho modal */
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

.modal.show .modal-dialog {
    transform: none;
}

/* Styling cho scroll bar trong modal */
#form_filter_city .modal-body {
    max-height: 70vh;
}

#form_filter_city .modal-body::-webkit-scrollbar {
    width: 6px;
}

#form_filter_city .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

#form_filter_city .modal-body::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

#form_filter_city .modal-body::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Styling cho Country Tag Input */
.country-tag-input-container {
    position: relative;
    flex: 1;
}

.country-tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    min-height: 45px;
    cursor: text;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    background-color: #fff;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.country-tags-wrapper:focus-within {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.country-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.country-tag {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    background-color: #007bff;
    color: white;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

.country-tag-remove {
    margin-left: 6px;
    cursor: pointer;
    font-weight: bold;
    opacity: 0.8;
    font-size: 14px;
    line-height: 1;
}

.country-tag-remove:hover {
    opacity: 1;
}

.country-input {
    border: none;
    outline: none;
    flex: 1;
    min-width: 120px;
    padding: 0;
    font-size: 14px;
    background: transparent;
}

.country-input::placeholder {
    color: #6c757d;
}

.country-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ced4da;
    border-top: none;
    border-radius: 0 0 0.375rem 0.375rem;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.country-option {
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f8f9fa;
    font-size: 14px;
    transition: background-color 0.2s ease;
}

.country-option:hover {
    background-color: #f8f9fa;
}

.country-option.selected {
    background-color: #e3f2fd;
    color: #1976d2;
}

.country-option:last-child {
    border-bottom: none;
}

/* Empty state cho dropdown */
.country-dropdown-empty {
    padding: 15px;
    text-align: center;
    color: #6c757d;
    font-style: italic;
}

/* Responsive cho country tags */
@media (max-width: 768px) {
    .country-tags-wrapper {
        min-height: 40px;
        padding: 6px 10px;
    }
    
    .country-tag {
        font-size: 12px;
        padding: 3px 6px;
    }
    
    .country-input {
        min-width: 100px;
        font-size: 13px;
    }
}

/* Animation cho tags */
.country-tag {
    animation: tagFadeIn 0.3s ease;
}

@keyframes tagFadeIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
/* Styling cho City Tag Input */
.city-tag-input-container {
    position: relative;
    flex: 1;
}

.city-tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    min-height: 45px;
    cursor: pointer;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    background-color: #fff;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 100% !important;
}

.city-tags-wrapper:hover {
    border-color: #007bff;
}

.city-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.city-tag {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    background-color: #007bff;
    color: white;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    animation: tagFadeIn 0.3s ease;
}

.city-tag-remove {
    margin-left: 6px;
    cursor: pointer;
    font-weight: bold;
    opacity: 0.8;
    font-size: 14px;
    line-height: 1;
}

.city-tag-remove:hover {
    opacity: 1;
}

.city-input-placeholder {
    color: #6c757d;
    font-size: 14px;
    pointer-events: none;
    user-select: none;
}

.city-tags-wrapper.has-tags .city-input-placeholder {
    display: none;
}
.block_filter_custom ul {
    display: block !important;
}
.content_category_filter {
    padding-left: 15px;
}
/* Responsive cho city tags */
@media (max-width: 768px) {
    .city-tags-wrapper {
        min-height: 40px;
        padding: 6px 10px;
    }
    
    .city-tag {
        font-size: 12px;
        padding: 3px 6px;
    }
}
/* END Styling cho bộ lọc nghiadt */


/*CSS by quyettq*/
.gap-3 {
    gap: 3rem;
}

.bg-main {
    background: var(--color-main) !important;
}

@media (min-width: 768px) {
    .img-about {
        -webkit-mask-image: url(/templates/thoitrang05/assets/media/backinfo.svg);
        -webkit-mask-size: 100% 100%;
        -webkit-mask-repeat: no-repeat;
    }
}

.info-about .article-category a {
    color: var(--color-black);
    padding-left: 20px;
}

.info-about .description, .info-about .article-category a {
    font-size: 16px;
    line-height: 1.7;
}

.title-section h3 {
    font-size: 45px;
    font-weight: 900;
    line-height: 1.7;
}

.xem-chi-tiet i {
    
}

a.color-highlight:hover {
    color: var(--color-main) !important;
}

.title-year {
    right: 90px;
    top: 60px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    padding: 23px 0;
}
.number-year {
    font-size: 85px;
    line-height: 70px;
    text-shadow: 1px 0px var(--white);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--color-main);
    font-weight: 900;
}
.info-about .title-section {
    margin: 0;
}
.info-about .article-category:before {
    content: "";
    width: 15px;
    height: 2px;
    background: var(--color-main);
    position: absolute;
    left: 0;
    top: 12px;
}

.img-about .ratio-4-3{
    padding-top:85%;
}

.bg-image-about {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.title-section .title-head{
    color: var(--color-text);
    display: inline-block;
}

.title-section .title-head:before, .title-section .title-head:after {
    content: "";
    width: 15px;
    height: 2px;
    background: var(--color-main);
    position: absolute;    
    top: 12px;
}

.title-section .title-head:before{
    left: -20px;
}

.title-section .title-head:after{
    right: -20px;
}

.why_choice {
    position: relative;
}

/*.why_choice:before {*/
/*    content: '';*/
/*    background: url(/templates/thoitrang05/assets/media/twoarrow.png);*/
/*    display: block;*/
/*    width: 123px;*/
/*    height: 136px;*/
/*    position: absolute;*/
/*    top: -10px;*/
/*    left: 33px;*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100%;*/
/*    z-index: 1;*/
/*}*/

.why_choice_item {
    max-width: 586px;
    background: #fff;
    border-radius: 100px;
    box-shadow: 3px 2px 26px 2px #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
}

.why_choice_item .whyChoose-content {
    font-size: 16px;
    /* padding-left: 20px; */
    padding-right: 30px;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    /* height: calc(1.5em * 3); */
    display: flex;
    align-items: center;
}

.why_choice_number {
    padding-left: 4rem;
    /* color: #fff; */
    /* font-size: 50px; */
    z-index: 10;
    /* min-width: 75px; */
}

.why_choice_number img{
    /* height: 9rem; */
    width: 12rem;
}

.bg-whyChoose-us {
    position: relative;
    background: #fff;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.box-whyUs-main .why_choice:first-child .why_choice_item .why_choice_number {
    /* margin-left: 4px; */
}

@media (max-width: 1440px) {
    .why_choice:before {
        width: 110px;
        height: 124px;
        left: 25px;
    }
    
    .why_choice_number {
        /* min-width: 9rem; */
        /* padding-left: 45px; */
    }
}

@media (max-width: 992px) {
    .why_choice_number {
        min-width: 7rem;
    }
    .logo-section img {
        max-height: 8rem;
    }
}

@media (max-width: 768px) {
    .swiper-slide--wrap {
        padding: 3rem 1rem;
    }
    
    .swiper-slide--link1 a, 
    .swiper-slide--link2 a,
    .swiper-slide--link3 a {
        padding: 8px 10px;
        text-align: center;
    }
    
    .gap-1 {
        gap: 1rem
    }
    
    .title-section h3 {
        font-size: 28px;
    }
    
    .why_choice_number {
        padding-left: 32px;
        color: #fff;
        font-size: 30px;
    }

    .why_choice_item .whyChoose-content {
        padding-left: 13px;
        font-size: 14px;
    }
    
    .why_choice:before {
        width: 78px;
        height: 90px;
        position: absolute;
        top: 6px;
        left: 20px;
    }
}
/*END css by quyettq*/