.banner {
    margin-top: 0;
    position: relative;
    display: none;
}

#page-home .form-search-all,
#page-product .form-search-all,
#page-home .banner,
#page-product .banner,
#page-home .multi-lines-box,
#page-product .multi-lines-box,
#page-home .listCategory,
#page-product .listCategory {
    display: block !important;
    position: relative;
}

.banner .img-wrap {
    display: block;
    position: relative;
}

.dropdown-option.active {
    background-color: #2563eb;
    /* xanh admin */
    color: #fff;
    font-weight: 600;
}

/* .banner .img-wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, .5) 0%, rgb(0 0 0 / 33%) 50%, rgb(0 0 0 / 0%) 100%);
    z-index: 1;
} */

.shape-bottom {
    direction: ltr;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    bottom: -1px;
    transform: rotate(180deg);
}

.shape-bottom svg {
    width: calc(182% + 1.3px);
    height: 138px;
    display: block;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.shape-bottom .elementor-shape-fill {
    fill: #f4f5f5;
    transform: rotateY(0deg);
    transform-origin: center;
}

.cart-notification {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 12px;
    width: 300px;
    display: flex;
    gap: 10px;
    margin-top: 10px;
    border-radius: 6px;
    animation: fadein 0.3s ease;
    position: relative;
}

.cart-notification img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}

.cart-notification .info {
    flex: 1;
}

.cart-notification .info .name {
    font-weight: bold;
    margin-bottom: 4px;
}

.cart-notification .info .price {
    color: #f00;
}

.cart-notification .info .old-price {
    text-decoration: line-through;
    color: #888;
    font-size: 0.9em;
}

.cart-notification .view-cart-btn {
    display: inline-block;
    margin-top: 6px;
    padding: 4px 8px;
    background: var(--color-3);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.85em;
}

.cart-notification.fade-out {
    animation: fadeout 0.5s forwards;
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-20px);
    }
}

/* Giá»¯ chá»— cá»‘ Ä‘á»‹nh cho slider */
/* .banner-slider {
  aspect-ratio: 1260 / 515;
  overflow: hidden;
} */

/* áº¨n toÃ n bá»™ slide */
.banner-slider .item {
    display: none;
}

/* CHá»ˆ hiá»‡n slide Ä‘áº§u tiÃªn */
.banner-slider .item:first-child {
    display: block;
}

/* Khi slick Ä‘Ã£ init â†’ cho phÃ©p slick kiá»ƒm soÃ¡t */
.banner-slider.slick-initialized .item {
    display: block;
    position: relative;
}

.banner-slider img {
    width: 100%;
}

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

.banner-slider .text_slide h2 {
    font-size: 26px;
}

.banner .img-m {
    display: none;
}

.form-slider {
    max-width: 1200px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.form-slider .text-form {
    color: #FFF;
    text-align: center;
    margin-bottom: 30px;
}

/* #page-product .form-slider .text-form {
    display: none;
} */

.form-slider .text-form h2 {
    font-size: 50px;
}

.form-slider .text-form h3 {
    font-size: 45px;
    font-family: "Birthstone", cursive;
    font-weight: 400;
    font-style: normal;
}

.form-search-all {
    margin: 10px auto 0;
    max-width: 950px;
}

.listCategory {
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 20px;
    margin-top: 10px;
    text-align: center;
}

.listCategory .item {
       font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #dee2e6;
    margin-right: 15px;
}

.listCategory .item.active {
    background: #ca23361c;
    border-bottom: 2px solid var(--color-3);
}

.option-wrap button {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}

.form-search-license-plate {
    border-radius: 16px;
    padding: 10px 20px;
}

.form-search-license-plate .search-item {
    position: relative;
}

.form-search-license-plate .search-dropdown {
    position: relative;
    width: 100%;
    padding: 9px 10px 8px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #FFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.form-search-license-plate .search-dropdown.plate {
    min-width: 130px;
}

.form-search-license-plate .search-dropdown.city {
    min-width: 260px;
}

.form-search-license-plate .dropdown-icon {
    display: flex;
}

.form-search-license-plate .search-dropdown:hover {
    border-color: var(--color-3);
}

.form-search-license-plate .search-dropdown.active {
    border-color: var(--color-3);
}

.form-search-license-plate .dropdown-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.form-search-license-plate .dropdown-label {
    font-size: 12px;
    color: #888;
}

.form-search-license-plate .dropdown-value {
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

.form-search-license-plate .dropdown-arrow {
    transition: transform 0.3s ease;
    display: flex;
}

.form-search-license-plate .search-dropdown.active .dropdown-arrow {
    transform: rotate(180deg);
}

.form-search-license-plate .dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    background: #FFF;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    max-height: 250px;
    overflow-y: auto;
    z-index: 21;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.form-search-license-plate .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.form-search-license-plate .dropdown-option {
    padding: 12px 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
}

.form-search-license-plate .dropdown-option:last-child {
    border-bottom: none;
}

.form-search-license-plate .dropdown-option:hover {
    background: #f8f7ff;
    color: var(--color-3);
    padding-left: 25px;
}

.form-search-license-plate .search-input {
    position: relative;
    height: 100%;
}

.form-search-license-plate .search-input input {
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 20px 60px 20px 17px;
    border-radius: 8px;
    background: #FFF;
    height: 100%;
    font-size: 17px;
    font-weight: 500;
}

.form-search-license-plate .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px ;
    height: 100%;
    background-color: var(--color-3);
    color: #FFF;
    border-radius: 0 8px 8px 0;
}

.form-search-license-plate .option-grid {
    margin-top: 5px;
}

.form-search-license-plate .option-grid .top-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
}

.form-search-license-plate .option-item {
    display: grid;
    grid-template-columns: 100px auto;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}

.form-search-license-plate .option-item.no-width {
    display: flex;
}

.form-search-license-plate .option-item .title {
    font-size: 16px;
    font-weight: 500;
}

.form-search-license-plate .option-item .option-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.form-search-license-plate .option-item button {
    padding: 6px 12px;
    border: 1px solid #E9EAEC;
    background-color: #fff;
    border-radius: 8px;
    min-width: 36px;
    transition: all .2s linear;
}

.form-search-license-plate .option-item button:hover {
    background: #EEEEEE;
}

.form-search-license-plate .option-item button.active {
    border-color: var(--color-3);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 0.7;
        transform: translateX(0);
    }
}

/* Custom Scrollbar */
.form-search-license-plate .dropdown-menu::-webkit-scrollbar {
    width: 6px;
}

.form-search-license-plate .dropdown-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.form-search-license-plate .dropdown-menu::-webkit-scrollbar-thumb {
    background: var(--color-3);
    border-radius: 10px;
}


/* News home  */
.news-home-block {
    margin-top: 15px;
}

.item-news-home.left .wrap-img {
    padding-bottom: 64.5%;
    margin-bottom: 10px;
}

.item-news-home.left .name {
    font-size: 20px;
}

.item-news-home.left .des {
    font-size: 15px;
    margin-top: 5px;
}

.item-news-home .wrap-img {
    padding-bottom: 71.5%;
}

.item-news-home .name {
    font-size: 18px;
}

.item-news-home .des {
    font-size: 14px;
    margin-top: 5px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.right .item-news-home:not(:last-child) {
    margin-bottom: 16px;
}

/* product home  */
.list-product {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}

.item-product {
    border: 1px solid #ccc;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
    border-radius: 10px;
    padding: 8px;
    position: relative;
    background-color: #fff;
    text-align: center;
    font-weight: 500;
}

.item-product .item-title {
    padding: 8px 0;
    border: 1px solid #BDC1C5;
    border-radius: 5px;
    font-weight: 400;
}

.item-product .item-title a {
    font-size: 38px;
    font-weight: 700;
}

.product_status {
    display: flex;
    justify-content: space-between;
    color: #4D4D4D;
    margin-top: 10px;
    margin-bottom: 5px;
    align-items: center;
    flex-wrap: wrap;
}

.product_status .status span {
    color: var(--color-3);
}

.product_status .node span {
    color: #000;
}

.product-home {
    padding: 20px 0px;
    position: relative;
    z-index: 10;
    margin-top: 20px;
}

.img-product {
    display: flex;
    margin-top: 20px;
}

/* why choose  */
.why-choose {
    background-color: #000;
    color: #FFF;
    position: relative;
}

.why-choose .inner {
    display: grid;
    grid-template-columns: auto 40%;
    padding: 0 var(--container-gutter);
    margin: 0 auto;
    max-width: var(--container);
    width: 100%;
}

.why-choose__content {
    padding: 120px 40px 120px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.why-choose__label {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #FFF;
    font-weight: 600;
    position: relative;
}

.why-choose__label::before {
    content: '';
    height: 2px;
    width: 100px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background-color: #FFF;
}

.why-choose__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}

.why-choose__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.why-choose__feature {
    display: flex;
    align-items: center;
    gap: 15px;
}

.why-choose__feature-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose__feature-icon svg {
    width: 40px;
    height: 40px;
    fill: white;
}

.why-choose__feature-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.why-choose__description {
    color: #b0b0b0;
    line-height: 1.4;
    font-size: 15px;
    margin-bottom: 30px;
}

.why-choose__services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.why-choose__service {
    display: flex;
    align-items: center;
    gap: 20px;
}

.why-choose__service-number {
    width: 60px;
    height: 60px;
    border: 2px solid #ff8c00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
}

.why-choose__service-name {
    font-size: 20px;
    font-weight: 600;
}

.why-choose__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
}

.why-choose__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kham-pha {
    display: inline-flex;
    align-items: center;
    justify-content: right;
    padding: 6px 12px;
    border-radius: 10px;
    border: 1px solid #E9EAEC;
}

.kham-pha:hover {
    background-color: var(--color-3);
    color: #FFF;
}

/* news home fix  */
.title-page {
    margin-bottom: 30px;
}

.title-page .title {
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.title-page .des {
    font-size: 14px;
}

.title-page .des {
    max-width: 700px;
    margin: 0 auto;
}

.news-home {
    padding: 40px 0;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.item-newss {
    display: grid;
    grid-template-columns: 50% 50%;
}

.item-newss.border {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    overflow: hidden;
}

.item-newss .fig-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.item-newss .fig-wrap {
    min-height: 260px;
}

.item-newss .content {
    padding: 25px;
    background: linear-gradient(135deg, #ffffff, #ccc8c8);
}

.item-newss .content .name {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
}

.item-newss .content .des {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 15px;
}

.btn-web {
    display: inline-block;
    padding: 7px 30px;
    border-radius: 30px;
    color: #FFF;
    border: 1px solid var(--color-3);
    font-size: 16px;
    background: var(--color-3);
    transition: .4s;
}

.btn-web:hover {
    background-color: #FFF;
    color: #000;
    border: 1px solid #000;
}

.multi-lines-box {
    margin: 20px 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.multi-lines-box .multi-lines:first-child {
    margin-top: 0;
}

.multi-lines-box .multi-lines {
    height: 4px;
    border-top: dashed 1px #cfc9c9;
    border-bottom: dashed 1px #d5d2d2;
    margin: 2px;
}

.form-search-all,
.multi-lines-box,
.listCategory {
    display: none !important;
}

.banner-cate {
    display: flex;
}

.banner-cate img {
    width: 100%;
}
.banner-qc{
    margin-top: 30px;
}

.banner-qc img {
    width: 100%;
}

.images-most-safe {
    position: relative;
    overflow: hidden;
}

.images-most-safe:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    animation: shine 3s infinite 3s;
    display: block;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@media (max-width: 1650px) { 
    .why-choose__content {
        padding: 105px 40px 105px 0;
    }
}

@media (max-width: 1200px) {
    .item-product .item-title a {
        font-size: 32px;
    }
}

@media (max-width: 992px) {
    .opportunity .inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .list-product {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .form-slider .text-form h2 {
        font-size: 38px;
    }

    .form-slider {
        width: 96%;
        margin: 0 auto;
    }

    .why-choose__title {
        font-size: 26px;
    }

    .why-choose__service-name {
        font-size: 17px;
    }

    .form-search-license-plate .option-item.no-width {
        display: grid;
    }

    .shape-bottom {
        display: none;
    }
}

@media (max-width: 768px) {
    .banner .img-mobile,
    .banner-qc .img-mobile {
        display: block !important;
    }

    .banner .img-pc,
    .banner-qc .img-pc {
        display: none;
    }

    .item-news-home.left .des {
        display: -webkit-box;
        margin-bottom: 15px;
        text-align: left;
    }

    .opportunity__title {
        font-size: 30px;
    }

    .list-product {
        grid-template-columns: 1fr 1fr;
    }

    .form-search-license-plate .option-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .form-slider .text-form {
        display: none;
    }

    .form-slider {
        position: unset;
        transform: unset;
    }


    .form-search-license-plate {
        margin-top: 20px;
        padding: 5px;
    }

    .banner-slider img {
        min-height: unset;
    }

    .news-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px 50px;
	}

    .why-choose .inner {
        grid-template-columns: 1fr;
        padding: 20px 10px;
    }

    .why-choose__image {
        position: unset;
        width: 100%;
    }

    .why-choose__content {
        padding: 30px 0;
    }

    .listCategory {
        display: block;
        white-space: nowrap;
        overflow: auto;
    }

    .listCategory .item {
        font-size: 16px;
        margin-right: 20px;
    }

    .name-category {
        font-size: 28px;
    }

    .form-search-license-plate .option-grid .top-wrap {
        gap: 0px 10px;
    }
}

@media (max-width: 550px) {
    .news-home {
        padding: 20px 0;
    }

    .item-news-home .des {
        display: none;
    }

    .news-home-block {
        margin-top: 15px;
    }

    .opportunity__content {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .opportunity__badge {
        font-size: 14px;
    }

    .opportunity__title {
        font-size: 24px;
    }

    .opportunity__description {
        font-size: 14px;
    }

    .opportunity__feature-content h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .opportunity__feature-content p {
        font-size: 14px;
    }

    .opportunity {
        padding: 20px 0;
    }

    .product_status {
        font-size: 13px;
        display: block;
    }

    .item-newss .content .des {
		display: none;
	}

	.item-newss .content {
		padding: 10px 12px;
        display: flex;
        align-items: center;
	}

	.item-newss .content .name {
        font-size: 13px;
    }

	.item-newss .fig-wrap {
		height: 160px;
		min-height: unset;
	}

    .why-choose__title {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 25px;
    }

    .why-choose__features {
        gap: 15px;
    }

    .why-choose__feature-text {
        font-size: 15px;
    }

    .why-choose__description {
        margin-bottom: 25px;
    }

    .why-choose__description span {
        font-size: 16px !important;
    }

    .why-choose__content {
        padding: 0 0 30px;
    }

    .title-page .title {
        font-size: 24px;
    }

    .form-search-license-plate .search-dropdown.city {
        width: 100%;
        min-width: unset;
    }

    .form-search-license-plate .option-item {
        grid-template-columns: 80px auto;
    }
}


/* Loading Overlay */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loading-overlay.active {
    display: flex;
}

/* Spinning Circles Animation */
.loader {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0 auto;
}

.loader div {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 4px solid transparent;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.loader div:nth-child(2) {
    border-top-color: #764ba2;
    animation-duration: 1.5s;
    animation-direction: reverse;
}

.loader div:nth-child(3) {
    border-top-color: #f093fb;
    animation-duration: 2s;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.loading-text {
    color: white;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    animation: fadeInOut 1.5s infinite;
}

@keyframes fadeInOut {

    0%,
    100% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }
}