.link-effect {
    position: relative;
    padding-bottom: 3px;
}

.link-effect:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background: var(--primary-color);
    transition: var(--transition-default);
}

.link-effect:hover:before {
    width: 100%;
}

.section-gap {
    padding: 50px 0;
}

.button-theme {
    padding: 10px 26px;
    border-radius: 25px;
    font-weight: 800;
    display: inline-flex;
    vertical-align: middle;
    text-align: center;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: var(--transition-default);
    font-size: 1.1em;
    overflow: hidden;
}

.button-theme i {
    margin-right: .25rem;
    font-size: 1.1em;
}

.button-theme.button-theme_large {
    padding-top: 18px;
    padding-bottom: 18px;
}

.button-theme.button-theme_primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--bs-white);
    position: relative;
    border: 0;
    /*box-shadow: 1.392px 9.903px 10px 0 rgba(66, 97, 234, .21);*/
}

.button-theme.button-theme_primary::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    transition: all .5s;
    opacity: 1;
    transform: translate(-105%, 0);
    background-color: rgba(255, 255, 255, .8);
}

.button-theme.button-theme_primary:hover::after {
    opacity: 0;
    transform: translate(0, 0);

}

.button-theme.button-theme_primary:hover {
    background: var(--secondary-color);
}

.button-theme.button-theme_primary:hover > i {
    color: var(--bs-white);
    animation: translate-x 0.25s ease-in-out forwards;
}

@keyframes translate-x {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(50%);
        opacity: 0;
    }
    51% {

        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}

.button-theme.button-theme_primary > i {
    color: var(--bs-white);
    transition: var(--transition-default);
}

.button-theme.button-theme_outline {
    background-color: var(--bs-white);
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.button-theme.button-theme_outline svg path {
    fill: var(--primary-color);
}


.slider-button_next,
.slider-button_prev {
    background-color: #f9fafb;
    height: 40px;
    width: 40px;
    box-shadow: rgba(0, 0, 0, 0.08) -2px 0 8px 0;
    font-size: 1.5em;
    transition: var(--transition-default);
}

.slider-button_prev {
    left: -15px;
}

.slider-button_next {
    right: -15px;
}

.slider-button_next:disabled,
.slider-button_prev:disabled {
    opacity: 0;
    visibility: hidden;
    position: relative;
}

.slider-button_next:hover,
.slider-button_prev:hover {
    background-color: var(--primary-hover);
    color: #f0f0f0;
}

.slider-shadow {
    margin: -10px !important;
}


.section-heading {
    margin-bottom: 30px;
}

.section-heading .heading-title-2 {
    margin-bottom: 0;
    font-size: 1.8em;
    font-weight: 700;
}


.section-heading-2 .heading-2 {
    font-weight: 700;
    font-size: 2.6em;
    background: var(--text-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-heading-2 .heading-sub-2 {
    font-size: 1.4em;
    margin-top: 0.5em;
}

.section-heading-3 {
    margin-bottom: 20px;
}

.section-heading-3 .heading-3 {
    font-weight: 700;
    font-size: 2em;
}

.sidebar-heading .heading {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.4;
}

.section-heading .heading-sub {
    color: var(--bs-black);
    display: inline-flex;
    font-size: 1.6em;
    font-weight: 600;
    margin-top: 20px;
}

.section-heading .heading-subtitle {
    font-size: 1em;
    background: var(--primary-color);
    background-clip: text;
    color: transparent;
    font-weight: 600;
    text-transform: uppercase;
}

.section-heading .heading-small {
    color: var(--bs-black);
    display: inline-flex;
    border-bottom: 2px solid var(--primary-color);
    font-weight: 700;
    font-size: 2em;
}

.section-heading .heading-title {
    margin-bottom: 0;
    font-size: 2em;
    font-weight: 700;
    color: var(--bs-black);
}

.section-heading .heading-line {
    display: block;
    height: 1px;
    width: 200px;
    margin: 12px auto;
    background: var(--primary-gradient);
}

.section-heading .heading-description {
    font-size: 1.1em;
    color: var(--bs-gray-700);
    line-height: 1.6;
    margin-top: 12px;
}

.section-heading .heading-description p:last-child,
.section-heading .heading-description ul:last-child,
.section-heading .heading-description ol:last-child {
    margin-bottom: 0;
}

/*==============================
           header
=================================*/
.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: var(--bs-white);
}

.header-logo {
    width: 180px;
}

/*header-cate*/


.header-bottom .header-wrap .header-categories:before {
    position: absolute;
    content: "";
    bottom: -8px;
    height: 8px;
    width: 100%;
    left: 0;
    background-color: transparent;
}

.header-bottom .header-wrap .header-categories .header-category__title {
    background-color: var(--secondary-color);
    color: var(--bs-white);
    height: 48px;
    padding: 3px 20px;
    width: 270px;
    font-size: 1rem;
}

.header .header-categories .nav-categories-list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    min-width: 100%;
    background-color: var(--bs-white);
    border-radius: 0.25rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0 3px 7px -3px;
    transition: var(--transition);
    height: 300px;
}


.header .header-categories .nav-categories-list ul {
    height: 100%;
    overflow-y: auto;
}


.header .header-categories .nav-categories-list ul > li + li {
    border-top: 1px solid var(--bs-gray-200);
}

.page-home .header .header-categories .nav-categories-list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.other-page .header .header-categories .nav-categories-list {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}


.header .header-categories .nav-categories-list ul::-webkit-scrollbar {
    width: 6px;
}

.header .header-categories .nav-categories-list ul::-webkit-scrollbar-track {
    background: transparent;
}

.header .header-categories .nav-categories-list ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 6px;
}

.header .header-categories .nav-categories-list ul::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.header .header-categories .nav-categories-list ul > .nav-item > .nav-categories-list_sub > .nav-link,
.header .header-categories .nav-categories-list ul > .nav-item > .nav-link {
    justify-content: flex-start;
    font-weight: 500;
    color: var(--text-color);
    padding: 10px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    border-left: 2px solid transparent;
}

.header .header-categories .nav-categories-list ul > .nav-item > .nav-link:hover {
    color: var(--primary-color);
    border-left: 2px solid var(--primary-color);
}

.header.is-scroll .header-categories .nav-categories-list {
    opacity: 0;
    visibility: hidden;
    user-select: none;
    pointer-events: none;
}

.other-page .header .header-categories:hover .nav-categories-list,
.header.is-scroll .header-categories:hover .nav-categories-list {
    opacity: 1;
    visibility: visible;
    user-select: auto;
    pointer-events: auto;
    z-index: 1;
}


.header .header-categories .nav-categories-list ul .nav-item .nav-categories-list_sub {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 270px;
    background-color: var(--bs-white);
    border-radius: 0.25rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0 3px 7px -3px;
    opacity: 0;
    visibility: hidden;
    user-select: none;
    pointer-events: none;
    transition: var(--transition);
    z-index: 2;
}

.header .header-categories .nav-item:hover > .nav-categories-list_sub {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    user-select: auto !important;
}

/*search*/

.header-search {
    width: 100%;
    max-width: 700px;
}

.header-search .form-control {
    font-weight: 400;
    font-size: 14px;
    height: 45px;
    padding: 5px 40px 5px 20px;
    border: 1px solid var(--bs-gray-300);
}

.header-search .header-search__icon {
    width: 36px;
    height: 36px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    background-color: var(--primary-color);
}

.header-search .search-result {
    max-height: 500px;
    border: 1px solid var(--bs-gray-200);
    box-shadow: 0px 2px 4px rgba(97, 97, 97, 0.18), 0px 4px 8px rgba(97, 97, 97, 0.18);
    transform: translateY(-5px);
    z-index: 21;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.header-search .search-result.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.header-search .search-result ul > li > a {
    padding: 8px;
    border-radius: 5px;
}

.header-search .search-result ul > li:not(:last-child) {
    border-bottom: 1px solid var(--bs-gray-300);
}

.header-search .search-result ul > li:hover a {
    background-color: var(--bs-gray-100);
}

.search-result .image {
    width: 70px;
    height: 70px;
}

.search-result .title {
    font-size: 15px;
    color: var(--text-color);
}

.search-result .price-sale {
    color: var(--bs-gray-700);
}

/*end-search*/

.header .nav-list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    height: 100%;
    position: relative;
    backface-visibility: visible;
    transform-style: preserve-3d;
    perspective: 500px;

}

.header .nav-list > .nav-item {
    display: block;
    position: relative;
    height: 100%;
}

.header .nav-list > .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .nav-list > .nav-item > .nav-link {
    font-size: var(--text-md);
    color: var(--bs-white);
    font-weight: 600;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

.header .nav-link i {
    transition: transform 0.25s ease;
}


.header .nav-list > .nav-item:hover > .nav-link {
    color: var(--secondary-color);
}

.header .nav-list > .nav-item:hover > .nav-link i {
    transform: rotate(180deg);
}

.header .nav-list .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--text-base);
    transition: var(--transition);
    padding: 12px 20px;
    width: 100%;
    text-transform: capitalize;
}

.header .nav-list .nav-sub-list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    min-width: 270px;
    background-color: var(--bs-white);
    border-radius: 0.25rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0 3px 7px -3px;
    opacity: 0;
    visibility: hidden;
    user-select: none;
    pointer-events: none;
    transition: var(--transition);
}


.header .nav-list .nav-item:hover > .nav-sub-list {
    opacity: 1;
    visibility: visible;
    user-select: auto;
    pointer-events: auto;
    z-index: 1;
}

.header.is-scroll .nav-list .nav-item:hover > .nav-sub-list {
    transform: translateY(0);
}

.header .nav-list .nav-sub-list > .nav-item > .nav-link {
    justify-content: flex-start;
    font-weight: 500;
    color: var(--text-color);
    padding: 10px;
    display: flex;
    align-items: center;
    border-left: 2px solid transparent;
}


.header .nav-list .nav-sub-list > .nav-item > .nav-link:hover {
    color: var(--primary-color);
    border-left: 2px solid var(--primary-color);
}

body.is-navigation .header {
    transition: var(--transition);
}

.header.is-scrolled {
    animation: header-scrolled 1 500ms ease backwards;
}

.header.is-scroll {
    animation: header-prepare 1 500ms ease forwards;
}

.header.is-scroll .nav {
    padding-top: 0;
    padding-bottom: 0;
}

.header {
    box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
}

.header.is-scroll {
    position: fixed;
}

.header .nav .nav-logo__wrapper img,
.header.other-page .nav .nav-logo__wrapper img,
.header.other-page.is-scroll .nav .nav-logo__wrapper img,
.header.is-scroll .nav .nav-logo img {
    width: 190px;
    transition: unset;
}

.header.is-scroll .nav .nav-list > .nav-item > .nav-link::before {
    background-color: var(--primary-color);
}

.header-logo_hamburger {
    position: relative;
    transition: .3s all ease;
    display: none;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding: 10px 0;
}

.header-logo_hamburger button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    border: 0;
    outline: none;
    box-shadow: none;
    background: var(--primary-color);
    transition: var(--transition);
}

body.is-navigation .header-logo_hamburger button span,
.header.is-scroll .header-logo_hamburger button span {
    background-color: var(--bs-white);
}

.header-logo_hamburger button span:nth-child(1) {
    animation: outTop .5s backwards;
    animation-direction: reverse;
}

.header-logo_hamburger button span:nth-child(2) {
    margin: 6px 0;
    animation: outMiddle .5s backwards;
    animation-direction: reverse;
}

.header-logo_hamburger button span:nth-child(3) {
    animation: outBottom .5s backwards;
    animation-direction: reverse;
}

.is-navigation .header-logo_hamburger button span:nth-child(1) {
    animation: inTop .5s forwards;
}

.is-navigation .header-logo_hamburger button span:nth-child(2) {
    animation: inMiddle .5s forwards;
}

.is-navigation .header-logo_hamburger button span:nth-child(3) {
    animation: inBottom .5s forwards;
}

.is-navigation .header-logo_hamburger.no-animation > span {
    animation: none;
}

@keyframes header-prepare {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
        /*background-color: var(--bs-white);*/
    }
}

@keyframes header-scrolled {
    0% {
        transform: translateY(-100%);
        background-color: var(--bs-white);
    }
    1% {
        background-color: transparent;
    }
    100% {
        transform: translateY(0);
    }
}

.header-logo_hamburger {
    position: relative;
    transition: .3s all ease;
    display: none;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding: 10px 0;
}

.header-logo_hamburger button span {
    background-color: var(--bs-white);
    border-radius: 2px;
    content: '';
    display: block;
    width: 20px;
    height: 2px;
}

.header .header-navigation {
    display: none;
    position: fixed;
    z-index: 12;
    top: 0;
    left: -100%;
    background-color: var(--bs-white);
    width: 100%;
    max-width: 375px;
    transition: var(--transition);
    height: 100vh;
    border-top: 1px solid var(--bs-gray-300);
    overflow-y: auto;
}

.navigation-list {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

.navigation-list .navigation-item {
    width: calc(100% - 30px);
    margin: 0 15px !important;
    position: static;
}

.navigation-list .navigation-item + .navigation-item {
    border-top: 1px solid #d8d8d87d;
}

.navigation-list .navigation-item .navigation-sub .navigation-sub_link,
.navigation-list .navigation-item .navigation-link {
    height: unset !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    color: var(--text-color);
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
}

.navigation-list .navigation-item .navigation-sub .navigation-sub_link {
    padding: 14px 15px;
}

.navigation-list .navigation-item .navigation-sub,
.navigation-list .navigation-item .navigation-category_sub,
.navigation-list .navigation-item .navigation-category {
    padding-left: 15px;
    border-left: 1px solid var(--secondary-color);
}

.navigation-list .navigation-item .navigation-sub i {
    transform: rotate(90deg);
}

.navigation-link_arrow {
    transition: transform 0.25s ease;
}

.navigation-link[aria-expanded="true"] .navigation-link_arrow {
    transform: rotate(180deg);
}


.header .header-overlay {
    position: fixed;
    top: 0;
    left: -130%;
    width: 100%;
    height: 100vh;
    z-index: 4;
    -webkit-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    background-color: rgba(0, 0, 0, 0.78);
    backdrop-filter: blur(15px);
}


.is-navigation .header .header-overlay,
.is-navigation .header .header-navigation {
    left: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/*================================
      section-hero
===============================*/
.hero-item .hero-item_image video,
.hero-item .hero-item_image img {
    width: 100% !important;
    height: auto !important;
    vertical-align: middle;
}

.content-container {
    position: relative;
    margin: 0 auto;
    height: 100%;
    width: 960px;
}

.hero-content .hero-content_sub > span {
    color: var(--bs-white);
    font-size: 1.25em;
    font-style: italic;
    background: #ff000070;
    font-weight: 600;
    display: inline-flex;
}

.hero-content .hero-content_title {
    font-size: 2.5em;
    font-weight: 700;
    color: var(--bs-white);
    text-shadow: .05em .05em 0 rgba(0, 0, 0, 0.2);
    line-height: 1.1;
    transition: 1s cubic-bezier(.175, .885, .32, 1.275) all 0s;
}

.hero-content .hero-content_desc {
    color: var(--bs-white);
    font-size: 1.225em;
    transition: 1s cubic-bezier(.175, .885, .32, 1.275) all 0.3s;
}

.hero-content .hero-content_desc ul {
    list-style: none;
    padding-left: 0;
}

.hero-content .hero-content_desc ul li {
    position: relative;
    padding-left: 30px;
}

.hero-content .hero-content_desc p:last-child,
.hero-content .hero-content_desc ul:last-child,
.hero-content .hero-content_desc ol:last-child {
    margin-bottom: 0;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: var(--bs-gray-500);
    margin: 0 5px !important;
    opacity: 1;
    transition: var(--transition-default);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

.idex-alo-phone {
    position: relative;
    background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
    width: 240px;
    height: auto;
    cursor: pointer;
    z-index: 200 !important;
    align-items: center;
    border-radius: 5px;
    animation: heartbeat 1.8s ease-in-out infinite;
}

@keyframes heartbeat {
    0%, 100% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.03); /* phồng rất nhẹ */
    }
    50% {
        transform: scale(1);
    }
    70% {
        transform: scale(1.03);
    }
}

.phone-hotline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 4px;
}

.phone-number {
    margin-top: 0;
    font-size: 16px;
    color: #6f3c00;
    margin-bottom: 0;
}

.contact-text-hero {
    text-transform: uppercase;
    font-size: 1.1em;
    color: #6f3c00;
    font-weight: bold;
    margin-bottom: 0;
}

.category-product {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.06) -2px 0px 8px 0px;
    background-color: var(--bs-white);
    overflow-y: auto;
}


.category-product::-webkit-scrollbar {
    width: 6px;
}

.category-product::-webkit-scrollbar-track {
    background: transparent;
}

.category-product::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.category-product::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.45);
}

.category-product .title {
    background: var(--primary-color);
    color: var(--bs-white);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 10px 20px;

}

.category-product > ul > li > button,
.category-product > ul > li > a {
    background-color: #f9faf8d1;
    padding: 8px 15px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #212121;
}

.category-product > ul > li:hover > button,
.category-product > ul > li:hover > a {
    color: var(--primary-color);
}

.category-product > ul > li > ul {
    background-color: var(--bs-white);
}

.category-product > ul > li > ul > li > a {
    padding: 8px 25px;
    display: inline-flex;
    transition: var(--transition);
    font-weight: 500;
    color: var(--bs-gray-700);
}

.category-product > ul > li > ul > li > a:hover {
    color: var(--primary-color);
}

.category-product > ul > li > ul > li:not(:last-child) {
    border-bottom: 1px solid var(--bs-gray-100);
}

/*.======================================
      section-category
===========================================*/
.category-main .category-box .box-image {
    width: 160px;
    height: 160px;
    border: 7px solid var(--bs-white);
    box-shadow: 0 0 10px 0 #cbcbcbf5;
}

.category-main .category-box .box-content h3 {
    font-weight: 700;
    font-size: 1.2em;
    color: var(--bs-gray-800);
}

.category-box:hover .box-content h3 {
    color: var(--secondary-color);
}

/*.======================================

      section-prodcut-main
===========================================*/


.section-product .section-heading .button-theme {
    font-weight: 500;
    font-size: 1.05em;
    transition: var(--transition-default);
    display: inline-flex;
    padding: 5px 15px;
    border-radius: 20px;
    width: auto;
}

.section-product .button-theme .icon-hover {
    display: flex;
    font-size: 0.9em;
    align-items: center;
    margin-left: 5px;
    transition: all 0.3s ease;
}

.section-tab__category .nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-tab__category .nav .tab-category {
    border: 1px solid rgb(221, 221, 227);
    border-radius: 16px;
    padding: 6px 24px;
    display: flex;
    color: var(--bs-gray-600);
    text-align: center;
    font-weight: 600;
    font-size: 0.9em;
    background-color: transparent;
    white-space: nowrap;
    transition: var(--transition-default);
    position: relative;
    overflow: hidden;
}

.section-tab__category .nav .tab-category:focus,
.section-tab__category .nav .tab-category.active {
    border: 1px solid var(--secondary-color) !important;
    color: var(--secondary-color);
}

/*.======================================

      section-prodcut
===========================================*/


.product-card {
    border-radius: 10px;
    border: 1px solid #ede8e8;
}

.product-card__title {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.5;
}

.product-card__price {
    font-size: 15px;
}

.product-card__price .price {
    font-size: 1.1em;
    color: #B70A0E;
}

.product-card__price .price-sale {
    color: var(--bs-gray-600);
}

.product-card .label {
    background-color: #B70A0E;
    border-radius: 30px;
    padding: 3px 12px;
    width: max-content;
    top: 15px;
    left: 15px;
    font-size: 12px;
}

.product-card:hover {
    border: 1px solid rgb(var(--primary-rgb), 0.5);
}

.product-card:hover .product-card__image img {
    transform: scale(1.1);
}

.product-card:hover .product-card__title {
    color: var(--bs-gray-800);
}

.service-desc {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #333;
}

.service-desc p {
    margin-bottom: 5px;
}

.service-desc p:first-child {
    font-weight: 600;
    color: #111;
}


/*.======================================
      section-breadcrumb
===========================================*/
.section-breadcrumb {
    padding: 100px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.section-breadcrumb__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-breadcrumb__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(101deg, rgba(255, 255, 255, 0.77) 33%, rgba(183, 8, 15, 0) 53%);
    z-index: 1;
}

.section-breadcrumb .breadcrumb-title {
    color: var(--bs-black);
    font-size: 2em;
    margin-bottom: 100px;
    font-weight: 700;
    line-height: 1.5;
}

.section-breadcrumb .breadcrumb-list .breadcrumb-item {
    color: #000000;
    font-size: 1.075em;
    position: relative;
}

.section-breadcrumb .breadcrumb-list .breadcrumb-item > a {
    color: #000000;
    text-transform: capitalize;
}

.section-breadcrumb .breadcrumb-list .breadcrumb-item > a:hover {
    color: var(--secondary-color);
}

.section-breadcrumb .breadcrumb-list .breadcrumb-item + .breadcrumb-item {
    padding-left: 12px;
}

.section-breadcrumb .breadcrumb-list .breadcrumb-item + .breadcrumb-item:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    float: none;
    padding-right: 0;
    color: #000000;
    margin-right: 12px;
}


.page-detail .section-breadcrumb .breadcrumb-list .breadcrumb-item:last-child {
    display: none;
}

/*.================================
    section-pagination
===================================*/

.section-pagination {
    margin-top: 48px;
}

.section-pagination .pagination .page-item {
    border-radius: 5px;
    min-width: 34px;
    border: 0;
    background-color: var(--bs-gray-100);
    color: var(--black-color);
    position: relative;
    box-shadow: 0px 2px 4px rgba(97, 97, 97, 0.18), 0px 4px 8px rgba(97, 97, 97, 0.18);
}

.section-pagination .pagination .page-item .page-link {
    outline: none !important;
    box-shadow: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 0.95em;
    font-weight: 700;
    transition: var(--transition);
}

.section-pagination .pagination .page-item.pageactive .page-link,
.section-pagination .pagination .page-item .page-link:hover {
    background-color: var(--black-color);
    color: var(--bs-white);
}

.section-pagination .pagination .page-item:before {
    display: block;
    padding-top: 100%;
    content: "";
}


.empty-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 15px;
    padding: 15px;
    font-size: 1.25em;
    color: var(--bs-gray-700);
}

.page-article .article-content .article-title {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.4;
}

.sidebar-right .sidebar-heading .heading-title-2 {
    font-weight: 700;
    font-size: 1.4em;
    padding-bottom: 5px;
    position: relative;
}

.page-article .article-content .article-meta {
    color: var(--bs-gray-600);
    position: relative;
}

.detail-article__desc {
    padding: 1rem;
    background-color: #e8f5e9;
    border-radius: 0.5rem;
}

.detail-article__desc p {
    margin-bottom: 0;
}

.page-article .article-content .article-meta .article-meta_item + .article-meta_item {
    padding-left: 8px;
}

.page-article .article-content .article-meta .article-meta_item + .article-meta_item:before {
    color: #c0c4cb;
    margin-right: 8px;
    content: "|";
    position: relative;
    top: -1px;
}


#detailContent img {
    max-width: 100% !important;
    height: auto !important;
}

#detailContent iframe {
    max-width: 100% !important;
}

#detailContent h1,
#detailContent h2,
#detailContent h3,
#detailContent h4,
#detailContent h5,
#detailContent h6,
#detailContent strong {
    font-weight: 700 !important;
    margin-bottom: 1rem;
}

#detailContent h1 {
    font-size: 1.8em;
}

#detailContent h2 {
    font-size: 1.7em;
}

#detailContent h3 {
    font-size: 1.6em;
}

#detailContent h4 {
    font-size: 1.5em;
}

#detailContent h5 {
    font-size: 1.4em;
}

#detailContent h6 {
    font-size: 1.3em;
}

.slider-related .slider-button_next,
.slider-related .slider-button_prev {
    background-color: var(--primary-color);
    color: var(--bs-white);
    width: 40px;
    height: 40px;
    font-size: 1.5em;
}

.slider-related .slider-button_next:hover,
.slider-related .slider-button_prev:hover {
    background-color: var(--primary-hover);
}

.slider-related .slider-button_next {
    right: -45px;
}

.slider-related .slider-button_prev {
    left: -45px;
}


.section-hero .slider-button_prev {
    left: -25px;
}

.section-hero .slider-button_prev i {
    margin-left: 17px;
}

.section-hero .slider-button_next {
    right: -25px;
}

.section-hero .slider-button_next i {
    margin-right: 17px;
}

.section-hero__banner:hover .slider-button {
    opacity: 1;
}

.section-hero__banner .slider-button_next,
.section-hero__banner .slider-button_prev {
    width: 50px;
    height: 50px;
}

.detail-product__images .image-thumb .image-item {
    height: 100px;
    border: 1px solid var(--bs-gray-400);
    transition: var(--transition-default);
    opacity: 0.8;
}

.detail-product__images .image-thumb .image-item:hover,
.detail-product__images .swiper-slide-thumb-active .image-item {
    border: 1px solid var(--primary-color);
    opacity: 1;
    cursor: pointer;
}


.detail-product .detail-product__title {
    font-size: 1.7em;
    font-weight: 700;
    color: var(--bs-gray-900);
    line-height: 1.5;
}

.detail-product__price .price {
    font-size: 1.8em;
    color: #B70A0E;
}

.detail-product__price .price-sale {
    font-size: 1.2em;
    color: var(--bs-gray-600);
}

.detail-product__price .price-sale .label {
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
}

.detail-product .button-theme {
    font-weight: 600;
}

/*==============================
         footer
=================================*/

.footer-logo {
    width: 200px;
}

.footer-block {
    min-width: 150px;
}

.footer-block .footer-block__title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--bs-black);
    position: relative;
    text-transform: capitalize;
    line-height: inherit;
}

.footer-block__text--sm,
.footer-block .footer-block__text {
    color: var(--bs-gray-700);
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.footer-block__text--sm {
    color: var(--bs-white);
}

.footer-block + .footer-block {
    margin-top: 25px;
}

.footer a.footer-block__text:hover {
    color: var(--primary-hover);
    transition: var(--transition);
    transform: translateX(5px);
}

.footer .footer-list li {
    margin-top: 10px;
}

.footer-block > .footer-block__text + .footer-block__text {
    margin-top: 5px;
}

.footer .footer-terms {
    padding: 20px 0;
    background-color: var(--primary-hover);
}

.footer .footer-terms .footer-terms__wrapper .footer-block__text--sm > a {
    color: var(--bs-white);
    font-size: 0.9rem;
    transition: var(--transition);
}

.footer .footer-socials a.item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    color: var(--bs-white);
    background-color: #1757b4;
}

.footer-social .footer-social_item {
    width: 30px;
    height: 30px;
}

.footer .footer-socials a.item:hover {
    background-color: var(--secondary-color);
    color: var(--bs-white);
}

.footer-statistical li:not(:first-child) {
    margin-left: 10px;
    padding-left: 10px;
}

.footer-statistical li:not(:first-child)::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff75;
    height: 20px;
    width: 1px;
    display: block;
}

@media (max-width: 768px) {
    .footer-block .footer-block__title {
        font-size: 1.1rem;
    }
}


/*================================
       floating-social
===================================*/

.floating-social_phone {
    position: fixed;
    bottom: 170px;
    right: 10px;
    width: 55px;
    height: 55px;
    background: green;
    color: #fff;
    font-size: 1.6em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    z-index: 3;
}

.floating-social_phone:hover {
    background: #fff;
    color: blue;
}

@media (max-width: 767.98px) {
    .floating-social_phone {
        width: 45px;
        height: 45px;
        font-size: 1.2em;
        right: 8px;
    }
}


/*================================
       section-introduce
======================================*/
.section-introduce__image {
    padding: 20px;
}

.section-introduce__image > img {
    border-radius: 10px;
}

.section-introduce__image::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
}

.section-introduce__image::after {
    right: 0;
    bottom: 50px;
    height: 80%;
    width: 100%;
    border: 7px solid var(--primary-color);
    background-color: transparent;

    z-index: -1;
}

.section-introduction .introduction-thumb {
    right: -80px;
    top: 30%;
    width: 200px;
    position: relative;
}

.section-introduction .introduction-thumb img {
    position: relative;
    padding: 10px;
    z-index: 3;
}

.section-introduction .introduction-thumb:before {
    background-color: #F8F9FA;
    border-radius: 15px;
    z-index: 2;
    right: 0;
    bottom: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .section-introduction .introduction-thumb {
        display: none;
    }
}

@media (max-width: 576px) {
    .section-introduce__image {
        padding: 10px;
    }

    .section-introduce__image > img {
        border-radius: 8px;
    }

    .section-introduce__image::after {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        height: 85%;
        border-width: 4px;
    }
}


/*================================
   section-feedback
 ======================================*/

.section-feedback {
    padding: 160px 0;
    will-change: background;
    transition: all 0.5s ease-in-out;
}

.section-feedback .container-fluid {
    padding: 0 5vw;
}

.section-feedback .feedback-subtitle {
    font-size: 1.3em;
    margin-bottom: 0.5em;
}

.section-feedback .feedback-title {
    font-weight: 300;
    font-size: 3.9em;
}

.card-feedback {
    display: flex;
    flex-direction: column;

    color: var(--bs-white);
    padding: 0 80px;
}

.card-feedback__text {
    font-size: 1.3em;
    margin-bottom: 2em;
    line-height: 1.5em;
    transition: var(--transition);
}

.card-feedback__title {
    line-height: 1.4em;
    letter-spacing: 0.1em;
}

.section-feedback .btn-swiper {
    font-size: 28px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    color: var(--bs-white);
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
}

.section-feedback .btn-swiper.btn-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 4;
}

.section-feedback .btn-swiper.btn-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 4;
}

.section-feedback .btn-swiper:focus {
    border-color: transparent !important;
}

.section-feedback .btn-swiper:hover {
    transform: translateY(3px);
}

.section-feedback.bg-change {
    background-color: #dfdfdf;
}

.section-feedback.bg-change .card-feedback {
    color: rgb(102, 102, 102);
}

.section-feedback.bg-change .btn-swiper {
    color: rgb(146, 146, 146);
}

.section-pagination__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.section-pagination__wrap {
    font-size: 13px;
}

.section-pagination__wrap .progressbar {
    width: 200px;
}

.section-pagination__wrap .swiper-pagination-progressbar.swiper-pagination-horizontal {
    position: unset !important;
    background-color: rgba(51, 51, 51, .25);
    height: 1px;

}

.section-pagination__wrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #000000;
}

@media (max-width: 1024px) {
    .section-feedback .feedback-title {
        font-size: 2.3em;
    }

    .section-feedback .feedback-subtitle {
        font-size: 1.1em;
    }

    .section-feedback .swiper-pagination-bullet {

        background: rgb(255 255 255 / 65%);
        opacity: unset !important;
        margin: 0 6px;
        width: 6px;
        height: 6px;
        transition: var(--transition);
    }

    .section-feedback .swiper-pagination-bullet.swiper-pagination-bullet-active {

        background: #dfdfdf;
        width: 15px;
        border-radius: 5px;
    }

    .section-feedback.bg-change .swiper-pagination-bullet {
        background: rgba(51, 51, 51, .25);
    }

    .section-feedback.bg-change .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #000000 !important;
    }

}

@media (max-width: 992px) {
    .card-feedback {
        padding: 0 30px;
    }

    .section-feedback .btn-swiper {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .card-feedback {
        padding: 0;
    }
}


/*================================
   section-introduce
 ======================================*/

.section-introduction__wrap {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.introduce-heading__subtitle {
    color: rgb(255, 255, 255);
    font-size: 2em;
    margin-bottom: 0.5em;
}

.introduce-heading__title {
    font-weight: 700;
    font-size: 6em;
    background: var(--text-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-introduce .introduce-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
    .introduce-heading__title {
        font-size: 3.2em;
    }

    .introduce-heading__subtitle {
        font-size: 1.1em;
    }
}

@media (max-width: 992px) {
    .introduce-heading__title {
        font-size: 3em;
    }
}

.section-introduce-1 {
    padding: 100px 0;
}

.card-introduce__heading {
    color: rgb(255, 255, 255);
    margin-bottom: 30px;
    padding: 0 25px;
}

.introduce-1__title {
    font-size: 3.3em;
    margin-bottom: 0.8em;
}

.introduce-1__text {
    font-size: 1.6em;
}

.section-introduce-1 .card-introduce {
    background-color: #000000;
}

.section-introduce-1 .btn-swiper {
    font-size: 28px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    color: rgb(177, 177, 177);
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
}

.section-introduce-1 .btn-swiper:hover {
    transform: translateY(3px);
    color: rgb(255, 255, 255);
}

.section-introduce-1 .btn-swiper.btn-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 4;
}

.section-introduce-1 .btn-swiper.btn-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 4;
}

.section-introduce-1 .btn-swiper:focus {
    border-color: transparent !important;
}

.section-introduce-1 .swiper-pagination-bullet {
    background-color: rgb(255, 255, 255);
    opacity: unset !important;
    margin: 0 6px;
    width: 6px;
    height: 6px;
    transition: var(--transition);
}

.section-introduce-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgb(255, 255, 255);
    width: 15px;
    border-radius: 5px;
}

@media (max-width: 1024px) {
    .introduce-1__title {
        font-size: 2.3em;
        margin-bottom: 0.5em;
    }

    .introduce-1__text {
        font-size: 1.15em;
    }
}

@media (max-width: 1024px) {
    .introduce-1__title {
        font-size: 2em;
    }
}

.section-introduce-2 {
    height: 85vh;
}

.introduce-2__image {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.introduce-2__image > img {
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.section-introduce-2 .introduce-2__wrap {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.section-introduce-2 .introduce-2__title {
    font-size: 2em;
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 3;
    text-align: center;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
}

@media (max-width: 1024px) {
    .section-introduce-2 .introduce-2__title {
        font-size: 1.7em;
    }

    .introduce-2__image > img {
        object-position: unset;
    }
}

/*================================
         section-certification
 ======================================*/
.section-certification {
    padding: 300px 0 30px 0;
    background-color: var(--black-color);
}

.certification__title {
    font-size: 1.8em;
    color: var(--bs-white);
    margin-bottom: 0.5em;
}

.certification-item {
    background-color: var(--bs-white);
    color: var(--black-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 1.3em;
    border-radius: 2px;
    width: 100%;
    padding: 1.15em 2.1em;
    transition: var(--transition);
}

.certification-item:hover {
    border-color: rgba(0, 0, 0, 0);
    background-color: #222029;
    color: #fff;
    transform: translate3d(0, -2px, 0);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}

@media (max-width: 756px) {
    .certification-item {
        padding: 1.1em;
        font-size: 1.1em;
    }
}

/*=======================================
       article-card
=========================================*/
.article-card__image {
    width: 160px !important;
    height: 120px !important;
}

.article-main .article-card__title {
    --lines: 2;
    display: inline-block;
    display: -webkit-box;
    width: 100%;
    line-clamp: var(--lines);
    -webkit-line-clamp: var(--lines);
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card-article-2__title,
.article-card__title {
    font-weight: 700;
    font-size: 1.1em;
    color: var(--bs-gray-800);
    transition: var(--transition);
    display: flex;
}

.card-article-2__title {
    height: 47px;
    font-size: 1.2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-article-2__title:hover,
.article-card__title:hover {
    color: var(--secondary-color);
}

.card-article-2__date,
.article-card__date {
    font-size: 0.8em;
    color: var(--bs-gray-600);
    margin-bottom: 3px;
}

.card-article-2 .card-body .card-time,
.card-article-2 .card-body .card-view {
    font-size: 1em;
    color: rgb(107, 104, 106);
    font-weight: 500;
    text-decoration: none;
    line-height: 2;
}

.card-article-2:hover .card-article-2__image img,
.article-card:hover .article-card__image img {
    transform: scale(1.1);
    opacity: 0.9;
}

.card-article-2__text {
    color: var(--bs-gray-600);

}

.view-all {
    color: var(--bs-gray-600);
    font-weight: 500;
    padding-left: 15px;
    position: relative;
    transition: var(--transition);
}

.view-all:before {
    position: absolute;
    left: 0;
    content: '/';
    top: 0;
}

.view-all:hover {
    color: var(--bs-gray-800);
}

/*===============================
          section-partner
==================================*/

.section-partner {
    padding: 80px 0 50px 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
}

.section-partner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to left, #2d582ddb 40%, #152715d1);
}

.section-partner .section-heading {
    position: relative;
    z-index: 2;
}

.card-partner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    padding: 10px;
    border: 1px solid rgb(203 192 192 / 32%);
}

/*===============================
          section-quote
==================================*/

.section-quote__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 495px;
}

.section-quote__bg::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to left, #2d582ddb 40%, #152715d1);
}

.quote-left .form-label {
    font-weight: 700;
    font-size: 1.1em;
}

.quote-left .form-input {
    width: 100%;
    height: 45px;
    font-weight: 500;
    font-size: 1.05em;
    border: 1px solid rgba(223, 226, 231, 0.71);
}

.quote-right .quote-content .content-img {
    position: relative;
    width: 75%;
    height: 75%;
}

.quote-right .quote-content .content-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    position: relative;
    z-index: 4;
    padding: 10px;
}

.quote-right .quote-content .content-img::before {
    background-color: var(--bs-white);
    z-index: 2;
    right: 0;
    bottom: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
}

.quote-right .quote-content .quote-shape {
    position: absolute;
    bottom: -40px;
    right: -145px;
}

.quote-right .quote-content .content-img_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--secondary-color);
    font-size: 1.2rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote-right .quote-content .content-img_play:before {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-name: animationRipple;
    animation-name: animationRipple;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    background: var(--bs-white);
    width: 100%;
    height: 100%;
}

@keyframes animationRipple {
    0% {
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    50% {
        width: calc(100% + 30px);
        height: calc(100% + 30px);
        opacity: 0;
    }
    100% {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        opacity: 1;
    }
}

@media screen and (max-width: 992px) {
    .quote-right .quote-content .content-img {
        width: 100%;
        height: 100%;
    }
}

/*===============================
         branch
==================================*/
.section-branch {
    background-color: #f2f2da61 !important;
}

.branch-header .branch-item__title {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--bs-gray-800);
    text-transform: uppercase;
}

.branch-item__address ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.branch-item__address li {
    line-height: 1.6;
    font-size: 0.85rem;
    color: #444;
}

.branch-item__address li + li {
    margin-top: 6px;
}

.branch-item__address li:first-child {
    color: #222;
}

.branch-item__address li strong {
    font-weight: 600;
    color: #111;
}

.branch-item__address p {
    margin-bottom: 2px !important;
}

.branch-item__address p > a {
    color: var(--primary-color);
    text-decoration: none;
    position: relative;
    transition: color 0.2s ease;
}

.branch-item__address p > a:hover {
    color: var(--secondary-color);
}


@media (max-width: 992px) {
    .branch-header .branch-item__title {
        font-size: 1.1em;
        margin-bottom: 6px;
    }

    .branch-item__address li + li {
        margin-top: 4px;
    }
}

@media (max-width: 576px) {
    .branch-header .branch-item__title {
        font-size: 1em;
        line-height: 1.3;
    }
}


/*===============================
          cursor
==================================*/
.cursor {
    position: fixed;
    width: 15px;
    height: 15px;
    background-color: rgba(232, 158, 71, 0.7);
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: 5;
    transition: all 0.05s;
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1);
}

.cursor > span {
    transition: 0.1s;
    display: none;
}

.cursor.hover {
    width: 70px;
    height: 70px;
}

.cursor.hover > span {
    display: flex;
    font-weight: 500;

}

.cursor.zoom {
    width: 33px;
    height: 33px;
    background-color: rgba(232, 158, 71, 0.86);
}


/*===============================
           change color logo and cursor
==================================*/
.change-color.page-home .header-logo__pc {
    filter: invert(1);
}

.change-color .scroll-top {
    color: #000000;
}

.change-color .scroll-top .scroll-line {
    background-color: rgba(44, 44, 44, 0.45);
}

.change-color .scroll-top .scroll-line .circle {
    background-color: #000000;
}


@media (max-width: 1000px) {
    .section-hero .hero-content {
        padding: 0 30px;
    }
}

@media (max-width: 576px) {
    .section-hero .hero-content {
        padding: 30px 30px;
    }

    .section-feedback {
        padding: 80px 30px;
    }
}

@media (max-width: 375px) {
    .section-hero .hero-content {
        padding: 0 25px;
    }

    .section-feedback {
        padding: 80px 25px;
    }
}


/*.======================================

      section-video
===========================================*/

.video-player {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-item:hover .video-player {
    color: #fff;
    background-color: var(--primary-hover);
}


@media (max-width: 768px) {
    .video-player {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }
}


/*.======================================

      danhmuc cha
===========================================*/

.sidebar-left .sidebar-heading {
    padding: 15px;
    border-bottom: 1px solid var(--bs-gray-300);
    width: 100%;
    font-size: 15px;
}

.sidebar-heading .sider-heading__title {
    font-size: 1.1em;
    font-weight: 600;
    color: var(--bs-gray-700) !important;
}


.sidebar-left .nav {
    margin-top: 15px
}

.sidebar-left .nav-item {
    width: 100%;
    text-align: left;
    padding: 7px 14px;
    transition: all .25s ease;
    font-size: 1rem;
}

.sidebar-left .tab-category {
    color: var(--bs-gray-700);

}

.sidebar-left .tab-category:hover {
    color: var(--secondary-color)
}

.sidebar-left .nav-tabs {
    border-bottom: 0
}

.sidebar-left .nav-tabs .nav-link,
.sidebar-left .nav-tabs .nav-link:focus {
    border: none
}

.article-category__main .section-heading .button-theme,
.product-category__main .section-heading .button-theme {
    font-weight: 500;
    font-size: 1.05em;
    transition: var(--transition-default);
    display: inline-flex;
    padding: 5px 15px;
    border-radius: 20px;
    width: auto;
}

.article-category__main .section-heading .button-theme .icon-hover,
.product-category__main .section-heading .button-theme .icon-hover {
    display: flex;
    font-size: 0.9em;
    align-items: center;
    margin-left: 5px;
    transition: all 0.3s ease;
}

/*===============================
          page-contact
==================================*/
.page-contact .contact-map iframe {
    width: 100%;
    height: 350px;
    vertical-align: middle;
}

.page-contact .contact-left {
    padding: 1.875rem 1.25rem;
    background-color: #e8f5e9;
    border-radius: 0.5rem;
}


.page-contact .contact-right {
    background: var(--bs-white);
    border-radius: 16px;
    padding: 42px;
    position: relative;
    z-index: 2;
    box-shadow: rgba(17, 17, 17, 0.08) 0px 20px 80px;
}

.page-contact .contact-right .form-inputx {
    width: 100%;
    height: 45px;
    font-weight: 500;
    font-size: 1.05em;
    border: 1px solid rgba(223, 226, 231, 0.71);
}


.contact-left__icon {
    width: 35px;
    height: 35px;
    background-color: var(--primary-color);
    color: var(--bs-white);
    border-radius: 50%;
    font-size: 1em;
}

.contact-left__content .title {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 1.2em;
    margin-bottom: 3px;
}

.contact-left__content .text {
    color: var(--bs-gray-600);
    font-weight: 500;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.contact-social_item {
    width: 30px;
    height: 30px;
}

.nav-breadcrumb .breadcrumb-img {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.nav-breadcrumb .breadcrumb-img::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}


.was-validated .form-control:valid {
    padding-right: .75rem;
    border-color: #ced4da;
    background-image: none;
}

.nav-breadcrumb .breadcrumb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.nav-breadcrumb .breadcrumb-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 2rem 1rem;
}

.nav-breadcrumb .breadcrumb-title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.5;
}

.nav-breadcrumb .breadcrumb-item {
    display: inline-flex;
    align-items: center;
    font-size: 1em;
    font-weight: 500;
}

.nav-breadcrumb .breadcrumb-item > a {
    display: inline-block;
    align-items: center;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%;
    color: var(--bs-white);
    text-transform: capitalize;
}

.nav-breadcrumb .breadcrumb-item > a:hover {
    color: var(--primary-color);
}

.nav-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: var(--bs-white);
}


.group-contact {
    position: fixed;
    bottom: 20%;
    right: 0;
    z-index: 5;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 3px;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease-in-out;
}

.group-contact.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.group-contact .item-contact {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--bs-white);
    background-color: var(--primary-color);
    border-radius: 5px 0 0 5px;
    text-transform: capitalize;
    font-weight: 500;
    transition: var(--transition-default);
    padding: 10px;
    position: relative;
}

.item-contact {
    position: relative;
}

.item-contact .text-contact {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 4px 8px;
    margin-right: 8px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none; /* tránh bắt sự kiện chuột */
}

.item-contact:hover .text-contact {
    opacity: 1;
    visibility: visible;
}

.group-contact .item-contact:hover {
    width: auto;
}

.group-contact .item-contact .item {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease-in-out;
    font-size: 1.5em;
    color: var(--bs-white);
}

.group-contact .item-contact .item.item-phone svg {
    width: 25px;
}

.group-contact .item-contact span.text {
    transition: all 0.35s ease-in-out;
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.group-contact .item-contact:hover {
    background-color: var(--secondary-color);
}


/*======================================
       scroll-top
========================================*/
.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    border-radius: 6px;
    height: 40px;
    width: 40px;
    background: var(--primary-hover);
    color: var(--bs-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.1em;
    z-index: 5;
    box-shadow: 10px 6px 14px -17px rgb(24 39 75 / 59%), 0 10px 32px -4px rgba(24, 39, 75, 0.1);
    -webkit-transition: var(--transition-default);
    -o-transition: var(--transition-default);
    transition: var(--transition-default);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.scroll-top.is-show {
    opacity: 1;
    visibility: visible;
}

.scroll-top:hover {
    background-color: var(--primary-hover);
}

.scroll-mobile {
    display: none !important;
}

@media (max-width: 768px) {
    .scroll-top {
        right: 10px;
    }

    .breadcrumb-item.active {
        display: none !important;
    }
}

.wrap-price .price {
    color: #B70A0E;
}
