/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.entire-action-header {
    position: relative;
}

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 6px;
    border-radius: 0.25rem;
    background-color: var(--white);
    width: 260px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

.search-section .btn-submit {
    padding: 0 0.75rem !important;
    font-size: 13px;
    height: 40px;
}

.setting-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    padding: 10px 0px;
    background: rgba(255, 255, 255, 0.85);
}

/*.setting-menu > .container > .row > div:nth-child(2) {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: stretch;*/
/*}*/
/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
/*Danh muc san pham*/
.danhmucsanpham .categories-section li {
    position: relative;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 6px;
    flex-direction: row;
}

.danhmucsanpham .category_content {
    position: absolute;
    /* top: 0; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    color: white;
    text-align: center;
}

.danhmucsanpham .category {
    overflow: hidden;
}

.danhmucsanpham .category img {
    opacity: 0.9;
    transition: 3.5s all;
}

.danhmucsanpham .category img:hover {
    transform: scale(1.5,1.5);
    transform-origin: center;
}

.danhmucsanpham .category_content .read-more {
    padding: 10px 30px;
    color: #fff;
    background: rgba(236, 102, 126, 0.8);
    border-radius: 8px;
}

.danhmucsanpham .article-description {
    font-size: 18px;
    font-weight: 600;
    text-shadow: 1px 1px 20px #000;
}

/*Danh muc san pham END*/
/*San pham noi bat */
.sanphamnoibat .content_more .read-more {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    color: #ec667e;
}

.sanphamnoibat .product_img img {
    border-radius: 6px ;
}

.sanphamnoibat .color-default {
    font-size: 16px;
    color: #ec667e;
}

.product-item .inner-content .product-title {
    margin-bottom: 0;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border-bottom: 1px solid;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.product-item .inner-content .product-title a {
    color: var(--color-text);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

/*San pham noi bat END*/
/*tab san pham*/
.tabsanpham .product-item .inner-content .product-title {
    text-align: center;
}

.tabsanpham .price-amount {
    color: #ff0000;
    margin: 0 0 5px 0;
    font-weight: 700;
    text-align: center;
}

.product-tab.nav {
    margin-bottom: 40px;
    position: relative;
}

.product-tab.nav .nav-item .nav-link {
    font-size: 15px;
    line-height: 27px;
    color: #BEBEBE;
    border-radius: 8px;
    border: none;
    outline: none;
    padding: 10px 30px;
    cursor: pointer;
    background: #e6e6e6;
    color: #000000;
    margin: 0px 15px 25px 0px;
    font-weight: 700;
}

.product-tab.nav .nav-item .nav-link.active {
    color: var(--black);
    font-weight: 600;
    background: #ec667e;
    color: #fff;
    border-radius: 8px;
    border: none;
    outline: none;
    padding: 10px 30px;
    cursor: pointer;
    /* background: #e6e6e6; */
    /* color: #000000; */
}

/*tab san pham END*/
/*khach hang*/
.khachhang .article_img img {
    border-radius: 50% ;
}

.khachhang .inner-content {
    text-align: center;
}

.khachhang .inner-content:hover {
    z-index: 10;
    cursor: pointer;
    transition: 0.5s all;
}

/*khach hang END*/
/*tin tuc */
.tintuc .article-entry-info {
    border-radius: 8px;
    background: var(--color-highlight);
    position: absolute;
    top: 10px;
    z-index: 1;
    color: #fff;
    margin-left: 10px;
    font-size: 20px;
    text-align: center;
    font-weight: 800;
    padding: 0 5px;
}

.tintuc .article-item {
    background: var(--white);
    border-radius: 0.25rem;
    overflow: hidden;
    height: 100%;
}

/*tin tuc END*/
/*trang con - lien he*/
.bg-img-header img {
    width: 100%;
    height: 35vw;
    object-fit: cover;
}

/*trang con - lien he END*/
/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
.ft-content-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(0 0 0 / 16%);
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (max-width: 550px) {
    .form-get-more-deals .content-form .form-group {
        flex: 0 0 78%;
    }

    .form-get-more-deals .content-form .form-group:last-child {
        flex: 0 0 22%;
    }

    .form-get-more-deals .content-form .form-group:last-child span.btn {
        background: var(--black);
        height: 42px;
        padding: 0;
        border-radius: 0 0.25rem 0.25rem 0!important;
        line-height: 42px;
    }

    .form-get-more-deals .content-form .form-group input {
        height: 42px;
        border-radius: 0.25rem 0 0 0.25rem!important;
        border: 1px solid #000 !important;
    }

    .footer-menu-section ul li a {
        color: var(--black);
        font-size: 15px;
    }

    .title-footer {
        color: black;
    }

    i.fa-light {
        color: black;
    }

    .breadcrumbs-section {
        font-size: 12px;
    }

    .breadcrumbs-section span {
        font-size: 9px;
    }

    .tintuc .article-entry-info {
        font-size: 10px;
    }
}

footer {
    background-color: #EEEEEE;
}

@media (max-width: 991px) {
    .title-section-mobile {
        font-size: 15px;
        line-height: 30px;
        color: black;
    }
}

@media (max-width: 1000px) {
    .title-section {
        margin-bottom: 30px;
    }
}

.footer-mid .title-footer {
    color: white;
}

.entire-info-website address p {
    margin-bottom: 10px;
    color: white;
}

@media (max-width: 768px) {
    .sanphamnoibat .title-section:after {
        left: 17%;
        right: 0;
        top: 40px;
    }

    .footer-menu-section a, .entire-info-website address p {
        color: black;
    }
}

i.fa-solid.fa-magnifying-glass {
    color: white;
}

.tintuc .article-item .article-title {
    height: 50px;
    font-size: 18px;
}
