.fw-500 {
    font-weight: 500 !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.p-20 {
    padding: 20px;
}

.pt-40 {
    padding-top: 40px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-65 {
    padding-top: 65px;
}

.pb-65 {
    padding-bottom: 65px;
}

.py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.pt-115 {
    padding-top: 115% !important;
}

.mb-13 {
    margin-bottom: 13px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.rounded-6 {
    border-radius: 6px !important;
}

.rounded-8 {
    border-radius: 8px !important;
}

.rounded-bot-16 {
    border-radius: 0 0 16px 16px !important;
}

.rounded-16 {
    border-radius: 16px !important;
}

.rounded-50 {
    border-radius: 50px !important;
}

.cs-poiter {
    cursor: pointer;
}

.box_shadow {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
}

.box_shadow2 {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
}

[class*="line-clamp"] {
    display: -webkit-inline-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

[class*="block-line-clamp"] {
    display: -webkit-box !important;
}

.line-clamp-1,
.block-line-clamp-1 {
    -webkit-line-clamp: 1;
}

.line-clamp-2,
.block-line-clamp-2 {
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
}

.row-space-6_5 {
    margin-left: -6.5px;
    margin-right: -6.5px;
}

.row-space-6_5 > div {
    padding-left: 6.5px;
    padding-right: 6.5px;
}

.row-space-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.row-space-10 > div {
    padding-left: 10px;
    padding-right: 10px;
}

.setting-menu {
    padding: 0 20px;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1.3px 13px 3.25px;
    border-bottom: 1px solid rgb(241, 241, 244);
}

.setting-menu.fixed {
    position: fixed;
}

.setting-menu > .row > div {
    display: flex;
    align-items: center;
}

.header_contact {
    color: var(--black);
}

.header_contact a {
    color: var(--red);
    font-weight: 700;
    font-size: 16px;
}

.btn_online {
    background-color: var(--light);
    border-radius: 6px;
    padding: 6.5px;
    font-size: 12px;
    line-height: 1;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
}

.btn_online::before {
    content: "";
    position: absolute;
    background-color: green;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    left: 6.5px;
    top: 0;
    bottom: 0;
    margin: auto;
    animation: scale-up-center .6s ease-in-out infinite both;
}

@keyframes scale-up-center {
    0%{
        transform:scale(.6);
        opacity: .1;
    }
    70%{
        transform:scale(.9);
        opacity: 1;
    }
    100%{
        transform:scale(1);
        opacity: 1;
    }
}

.header_icon {
    font-size: 20px;
    margin-right: 15px;
    color: var(--gray-bold);
}

.header_avt {
    height: 35px;
    aspect-ratio: 1;
    object-fit: cover;
}

.sub-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #076a3b;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.right_description {
    font-size: 15px;
    color: var(--color-main);
}

.bd_radius {
    overflow: hidden;
    border-radius: 50%;
}

.swiper_trademark .swiper-slide img {
    padding: 10px;
    object-fit: contain;
}

.bv_title {
    font-size: 32px;
    font-weight: 700;
    color: #076a3b;
    line-height: 40px;
    margin-bottom: 20px;
}

.bv_description {
    color: var(--color-main);
    font-size: 16px;
    font-weight: 300;
}

.swiper_trademark .swiper-slide {
    cursor: pointer;
}

.swiper_trademark {
    padding-bottom: 0 !important;
}

.shadow-item {
    border-radius: 10px;
    cursor: grab;
    border: 1px solid #04304d17;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 3px 4px 0px;
    transition: all .25s ease-in-out;
    height: 100%;
}

.shadow-item:hover {
    box-shadow: rgb(153, 161, 183) 0px 0px 10px 0px;
}

.feature-item {
    position: relative;
    padding: 20px 15px;
    overflow: hidden;
    height: auto;
}

.feature-item .article-description {
    letter-spacing: 0;
    font-weight: 300;
}

.slide-title {
    font-size: 18px;
    font-weight: 700;
}

.icon-contract {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    margin: 0px auto 15px;
    background: #076a3b;
    border-radius: 50px;
    color: var(--white);
    font-weight: 600;
    display: inline-block;
}

.bg_tk {
    position: relative;
}

.bg_tk::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: #deebfbc4;
}

.item_tk {
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding: 50px; */
}

.icon_tk {
    font-size: 75px;
}

.item_tk img {
    width: 10rem;
    height: 10rem;
    aspect-ratio: 1/1;
    object-fit: contain;
    margin-bottom: 2rem;
}

.title_tk {
    font-size: 24px;
    font-weight: 800;
    color: var(--red);
    text-transform: uppercase;
    margin-bottom: 12px;
}

.description_tk {
    font-size: 14px;
    color: var(--black);
    letter-spacing: 0.5px;
}

footer {
    background-color: #1d5530;
}

.footer-setting > .container > .row {
    border-bottom: 1px solid var(--white);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.entire-info-website {
    font-size: 13px;
}

.footer_social .social_item {
    width: 4.2rem;
    height: 4.2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_social .social_item:hover {
    background-color: var(--color-highlight);
    border: 1px solid var(--color-highlight) !important;
    transition: all .3s linear;
}

.footer_social .social_item i {
    color: white;
    font-size: 16px;
}

.footer_title {
    color: white;
    font-size: 16px;
}

.footer_title.company_name {
    font-size: 14px;
}

.slider-ultilities .swiper {
    padding: 1rem 1rem 5rem;
}

.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.filter-container {
    display: flex;
    gap: 12px;
    padding: 20px;
    background: #ffffff;
    justify-content: center;
    flex-wrap: wrap;
}

[wrap="filter-project"] .filter-container > .search-box,
[wrap="filter-project"] .filter-container > .filter-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

[wrap="filter-project"] .search-box {
    position: relative;
    flex: 1;
    min-width: 300px;
    max-width: 400px;
}

[wrap="filter-project"] .icon-search {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23999'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}

[wrap="filter-project"] .search-input {
    width: 100%;
    padding: 12px 15px 12px 45px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    outline: none;
    transition: all 0.3s ease;
}

[wrap="filter-project"] .search-input:focus {
    border-color: #4a90e2;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
}

[wrap="filter-project"] .search-input::placeholder {
    color: #999;
}

[wrap="filter-project"] .filter-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

[wrap="filter-project"] .filter-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    width: 100%;
}

[wrap="filter-project"] .filter-btn:hover {
    border-color: #4a90e2;
    background: #f8fbff;
}

[wrap="filter-project"] .filter-btn:active {
    transform: scale(0.98);
}

[wrap="filter-project"] .filter-btn.active {
    border-color: #f0ad4e;
    background: #fffbf5;
    color: #f0ad4e;
}

[wrap="filter-project"] .filter-wrapper {
    position: relative;
    display: inline-block;
}

[wrap="filter-project"] .dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    padding: 8px 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

[wrap="filter-project"] .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

[wrap="filter-project"] .dropdown-item {
    padding: 12px 20px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

[wrap="filter-project"] .dropdown-item:hover {
    background: #f8f9fa;
    border-left-color: #f0ad4e;
    color: #f0ad4e;
}

[wrap="filter-project"] .icon-user,
[wrap="filter-project"] .icon-location,
[wrap="filter-project"] .icon-grid {
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

[wrap="filter-project"] .icon-user {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23666'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z'%3E%3C/path%3E%3C/svg%3E");
}

[wrap="filter-project"] .icon-location {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23666'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z'%3E%3C/path%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 11a3 3 0 11-6 0 3 3 0 016 0z'%3E%3C/path%3E%3C/svg%3E");
}

[wrap="filter-project"] .icon-grid {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23666'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z'%3E%3C/path%3E%3C/svg%3E");
}

[wrap="filter-project"] .icon-dropdown {
    width: 12px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23666'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}

[wrap="filter-project"] .icon-clear {
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23d97706'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 18L18 6M6 6l12 12'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    cursor: pointer;
    margin-left: 8px;
    opacity: 0.8;
    transition: opacity 0.2s;
}

[wrap="filter-project"] .icon-clear:hover {
    opacity: 1;
}

[wrap="filter-project"] .filter-btn.has-value .icon-clear {
    display: block !important;
}

[wrap="filter-project"] .filter-btn.has-value .icon-dropdown {
    display: none;
}

@media (max-width: 768px) {
    [wrap="filter-project"] .filter-container {
        flex-direction: column;
        align-items: stretch;
    }
    
    [wrap="filter-project"] .search-box {
        max-width: 100%;
    }

    [wrap="filter-project"] .filter-wrapper {
        flex: 0 1 calc(50% - 6px);
    }
    
    [wrap="filter-project"] .filter-group {
        width: 100%;
        justify-content: center;
    }
}

.product .article-item {
    border-radius: 8px;
} 

.lb-content {
    padding: 13px;
}

.box_date {
    font-size: 13px;
}

.btn_xemthem {
    color: var(--color-main);
    text-decoration: underline;
    font-weight: 500;
}

.product-item .inner-content {
    padding: 18px 16px;
}

.product_description {
    font-size: 13px;
}

.product_address {
    color: var(--gray-bold);
    font-size: 13px;
}

.product-setting > .container > .row > div:nth-child(2) {
    position: sticky;
    top: 90px;
    padding-bottom: 13px;
    height: max-content;
}

.product .categories {
    background: white;
    border-radius: 6px;
    box-shadow: 0 .1rem 1rem .25rem rgba(0, 0, 0, .05);
    overflow: hidden;
}

.categories-section {
    padding: 8px 13px 4px;
}

.categories h3 a {
    display: flex;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px solid #f1f1f4;
}

.categories h3 a i {
    padding-right: 8px;
}

.title_cate_section {
    font-size: 17px;
    color: white;
    background: linear-gradient(135deg, #04304d, #0371ba);
    padding: 16px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.div_content-48 > div {
    width: 48%;
}

.contact_icon {
    cursor: pointer;
    font-size: 6rem;
    color: var(--gray-bold);
}

.contact_icon:hover,
.contact_title:hover {
    color: var(--color-highlight);
}

.contact_title {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 17px;
    cursor: pointer;
}

.contact_description {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--gray-bold);
}

.contact_description a {
    font-size: 15px;
    font-weight: 500;
    color: var(--gray-bold);
    word-wrap: break-word;
}

.img_custom {
    height: 25px;
    object-fit: contain;
}

.btn-quantity i {
    font-size: 11px;
    font-weight: 600;
}

.header_search {
    position: relative;
}

.search_content {
    display: flex;
    justify-content: center;
    background-color: white;
    border-radius: 10px;
    padding: 0 2.5rem;
}

.search_input {
    display: flex;
    border: 1px solid #a5a5a5;
    border-radius: 6px;
    overflow: hidden;
}

.header_search input {
    outline: none;
    height: 38px;
    border: none;
    width: 100%;
    padding-left: 1.5rem;
    font-size: 13px;
    color: var(--color-main);
    border-radius: 4px 0 0 4px;
    min-width: 300px;
}

.header_search input::placeholder {
    color: var(--gray-bold) !important;
}

.header_search button:hover {
    color: white;
}

.select_search {
    margin-left: 8px;
    border: 1px solid #a5a5a5;
    line-height: 38px;
    height: 38px;
    border-radius: 6px;
}

.select_search .orderby-title {
    color: var(--gray-bold);
    outline: none;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 6px;
    display: block;
}

.select_search .dropdown-menu {
    font-size: 15px;
    position: absolute;
    transform: translate3d(-113px, 16px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
}

.select_search .dropdown-item {
    color: var(--gray-bold);
}

.header_search button {
    padding: 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-right: 1px solid #a5a5a5;
    padding: 0 9px;
    height: 38px;
    line-height: 38px;
}

.search_input i {
    color: var(--gray-bold);
    font-size: 16px;
}

.tab_info_title { 
    justify-content: center;
}

.tab_info_title .nav-item { 
    margin: 0 2px 4px;
}

.tab_info_title .nav-link {
    border: 1px solid var(--color-main);
    border-radius: 3px 3px 0 0;
    font-size: 13px;
    outline: none;
}

.tab_info_title .nav-link i {
    padding-right: 2px;
}

.swiper_render .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}

.shadow-tf-item {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    border-radius: 16px;
}

.shadow-tf-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
}

.quantity_icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    font-size: 26px;
    text-align: center;
    line-height: 60px;
    margin-right: 20px;
    background: linear-gradient(135deg, var(--color-highlight), var(--second));
    border-radius: 50%;
    color: var(
    --white);
}

.quantity_label {
    font-size: 14px;
    color: var(--color-main);
    margin: 0;
}

.quantity_value {
    font-size: 24px;
    color: var(--color-main);
    font-weight: 700;
}

.box_news_intro {
    background-color: var(--second);
    padding: 50px;
    color: white;
    border-radius: 6px;
}

.box_news_intro h2,
.box_news_intro h3 {
    position: relative;
    color: var(--color-highlight) !important;
    font-weight: 700;
    padding-bottom: 8px;
}

.box_news_intro h2::after,
.box_news_intro h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: var(--color-highlight);
    width: 60px;
    border-radius: 10px;
}

.box_news_intro img {
    border-radius: 16px;
}

.title-project {
    font-size: 30px;
    color: var(--color-main);
    position: relative;
    font-weight: 700;
    padding-bottom: 10px;
}

.title-project::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background-color: var(--color-highlight);
    width: 60px;
    margin: auto;
    border-radius: 10px;
}

.tab_project .block-tab .nav-link {
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 50px;
    color: #6b7280 !important;
    background-color: #f3f4f6;
    font-weight: 600;
}

.tab_project .block-tab .nav-link:hover,
.tab_project .block-tab .nav-link.active {
    color: var(--white) !important;
    background-color: var(--color-highlight);
}

.building-item .inner-content-top {
    padding: 20px 24px 16px;
}

.building-item .inner-content-bot {
    padding: 12px;
}

.box-building-icon {
    font-size: 13px;
    font-weight: 600;
}

.box-building-icon i {
    font-size: 12px;
}

.building-title {
    font-size: 18px;
    font-weight: 600;
}

.attr_item {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #e2e8f099;
    border-radius: 12px;
    transition: all .25s ease-in-out;
}

.attr_item:hover {
    background: rgba(239, 246, 255, .8);
    border-color: #3b82f633;
    transform: translate(4px);
}

.attr_icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 10px;
    color: var(--white);
    margin-right: 12px;
}

.article-category {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
}

.article-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    padding: 3px 10px;
    color: var(--white);
    font-size: 11px;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(213, 99, 48) 0%, rgb(240, 172, 34) 100%);
}

.title-section-albums {
    padding-bottom: 20px;
    margin-bottom: 26px;
    font-weight: 600;
}

.tab-albums .block-tab {
    padding-left: 26px;
}

.tab-albums .block-tab::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #0371ba;
}

.tab-albums .block-tab > li:last-child {
    margin: 0;
}

.tab-albums .block-tab .nav-link {
    transition: all .3s ease;
    border: 2px solid transparent !important;
    border-bottom: 3px solid transparent !important;
    background-color: var(--gray) !important;
    border-radius: 10px;
    font-weight: 500;
    padding: 10px !important;
    color: var(--black) !important;
}

.tab-albums .block-tab .nav-link.active,
.tab-albums .block-tab .nav-link:hover {
    border-bottom-color: #0371ba !important;
}

.tab-albums .block-tab .nav-link::before {
    content: "";
    position: absolute;
    left: -26.5px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #0371ba;
    border: 2px solid white;
}

.video-progress iframe,
.video-progress video {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1.776;
    object-fit: cover;
    border-radius: 12px;
}

.title-album {
    position: relative;
    font-size: 18px;
    padding: 22px 0 10px;
    margin-bottom: 20px;
    font-weight: 600;
    display: inline-block;
}

.title-album::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background-color: #0371ba;
    width: 60px;
    border-radius: 10px;
    transition: width .25s linear;
}

.title-album:hover::after {
    width: 90px;
}

.box-albums {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    gap: 10px;
}

.box-documents {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px #00000014;
    overflow: hidden;
}

.item-document {
    page-break-inside: avoid;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    transition: all .2s ease;
    padding: 10px 13px;
}

.item-document:hover {
    background: #f8f9fa;
}

.quantity_document {
    border-radius: 8px;
    background: var(--color-highlight);
    font-size: 13px;
    font-weight: 700;
    height: 36px;
    width: 36px;
    line-height: 36px;
    min-width: 36px;
    color: white;
    margin-right: 10px;
    text-align: center;
}

.footer_mxh {
    display: flex;
    flex-direction: column;
}

.item_mxh {
    display: inline-block;
    width: max-content;
    padding: 7px 20px;
    border-radius: 20px;
    color: var(--white) !important;
    margin-bottom: 10px;
}

.item_mxh.zalo {
    background-color: var(--green);
}

.item_mxh.facebook {
    background-color: var(--blue);
}

.item_mxh.hotline {
    background-color: var(--red);
    margin-bottom: 0;
}
.bg-light-1 {
    background: #a0c97c7d !important;
}
@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 768px;
    }
    
    .py-md-65 {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    
    .box-albums {
        grid-template-columns: repeat(3, minmax(auto, 1fr));
    }        
}

@media (min-width: 992px) {
    .box-taikhoan {
        border-right: 1px solid var(--color-highlight);
    }
    
    .box_news_intro div[class*="col-"] {
        align-self: center;
    }
}

@media (min-width: 1024px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 1024px;
    }
    
    .box-albums {
        grid-template-columns: repeat(4, minmax(auto, 1fr));
    }   
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}

@media (min-width: 1280px) {
    .box-albums {
        grid-template-columns: repeat(5, minmax(auto, 1fr));
    }   
}

@media (min-width: 1356px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}

@media (min-width: 1535px) {
    .container-3xl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1440px;
    }
}

@media (max-width: 992px) {
    .block_menu {
        order: 3;
    }
    
    .menu-section {
        display: flex;
        flex-direction: column;
    }
    
    .swiper-slide--title {
        font-size: 42px;
    }
    
    .contact_form > .row > div:last-child {
        padding: 0;
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    .menu-section .menu-link {
        color: var(--color-main);
    }
    
    .swiper-slide--wrap {
        left: 20px;
        right: 20px;
    }
    
    .swiper-slider-main .swiper-slide img {
        height: auto;
        min-height: 350px;
    }
    
    .swiper-slide--title {
        font-weight: 800;
        font-size: 3rem;
        margin-bottom: 0;
    }
    
    .swiper-slide--description {
        font-size: 16px;
        margin: 20px 0;
    }
    
    .swiper-slide--link {
        font-size: 15px;
    }
    
    .sub-title {
        font-size: 18px;
        margin-bottom: 5px;
    }
    
    .bv_title {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    
    .title-section {
        font-size: 24px;
        line-height: 36px;
        font-weight: 600;
    }
    
    .item_tk {
        /* max-width: 150px; */
    }
    
    .icon_tk {
        font-size: 50px;
    }
    
    .title_tk {
        font-size: 18px;
    }
    
    .slider-ultilities .swiper {
        padding: 1rem 2rem 5rem;
    }
    
    .slide-description {
        font-size: 16px;
    }
    
    footer {
        padding: 0 10px;
    }
    
    .box_news_intro {
        padding: 30px 15px;
    }
    
    .title-project {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .setting-menu {
        padding: 0 10px;
    }
}