﻿body{
    margin: 0; 
    padding: 0; 
    box-sizing: border-box;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 20px;
    right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 20px;
    left: auto;
}

.breadcrumb-container {
    border-bottom: 1px solid #ccc;
    padding: 12px 10px;
}

    .breadcrumb-container .breadcrumb {
        margin: 0;
    }

        .breadcrumb-container .breadcrumb .breadcrumb-item a {
            text-decoration: none;
            font-weight: bold;
        }

.text-red {
    color: red !important;
}

.text-main {
    color: var(--mainColor) !important;
}

.l-height-1 {
    line-height: 1.5rem;
}

.main-content {
    margin-top: 108px;
}

.main-header {
    padding: 12px;
    background: #fff;
}


.logo img{
    width: 150px; 
}

.main-header, .main-header.sticky {
    /*background-color: var(--mainColor);*/
}

    .main-header .search {
        min-width: 100% !important;
        margin: 5px;
        background-color: white;
        border: 1px solid #ddd;
        border-radius: 10px;
        border-color: rgba(0,0,0,.09);
        box-shadow: 0px 0px 0px grey;
    }

        .main-header .search .form-control {
            padding: 6px 20px;
            color: black;
        }

        .main-header .search button {
            padding: 6px;
        }

    .main-header .btn-phone {
        background-color: var(--mainColor);
        border: 1px solid var(--mainColor) !important;
        color: white;
        padding: 18px;
    }

    .btn-phone {
        background-color: white;
        border: 1px solid var(--mainColor) !important;
        color: var(--mainColor);
    }

    .btn-phone:hover {
        background-color: var(--mainColor);
        border: 1px solid var(--mainColor) !important;
        color: white;
    }

    .navbar-nav .nav-item .nav-link:hover {
        text-decoration: underline;
    }

.dropend .dropdown-toggle {
    color: salmon;
    padding: 0px 45px 0 8px;
    margin-left: 1em;
}

.dropdown-menu li {
    padding: 6px;
}

.dropdown-item:hover {
    background-color: var(--mainColor);
    color: #fff;
    border-radius: 4px;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}

@media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }
}

@media screen and (max-width: 992px) {
    .option-container {
        order: -1;
    }
}

.footer {
    background-color: #004328;
    padding: 50px 0 50px;
}

    .footer p {
        font-size: 1rem !important;
        line-height: 22px !important;
    }

    .footer .footer-contacts{
        list-style: none;
    }

    .footer .footer-contacts .item .title , 
    .footer .footer-contacts .item .content {
        color: white;
    }

        .footer .footer-contacts .item .content {
            font-size: 1rem;
            line-height: 22px;
        }

    @media (min-width: 1200px) {
        .navbar-expand-xl .navbar-collapse {
        justify-content: space-evenly;
    }
}

.footer .copyrights {
    color: white !important;
}

    .footer .copyrights a {
        color: #ffba00;
        font-size: 20px;
    }
     

#fixed-contact {
    position: fixed;
    right: 20px;
    bottom: 10px
}

#fixed-contact ul li {
    list-style: none;
    margin-bottom: 5px;
}

#fixed-contact ul li a {
    padding-bottom: 0;
}

#fixed-contact .icon-container {
    width: 60px;
    height: 60px;
    background-color: var(--mainColor);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px
}

.container-title {
    margin-bottom: 17px;
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--mainColor);
    text-transform: uppercase;
}

.items {
}

    .items .items {
        border: 1px solid grey;
    }

    .items .item .item-body {
        padding: 6px;
    }

        .items .item .item-body .item-img {
            height: 200px;
            width: 100%;
            overflow: hidden;
        }

    .items .item .item-text {
        line-height: 24px;
        font-size: 1rem;
        margin-top: 1rem;
        text-decoration: none;
        height: 30px;
    }

    .items .item a {
        color: black;
        text-decoration: none;
    }
    .items .item a:hover {
        color: var(--mainColor);
    }


    .items .item button {
        padding: 10px;
        margin-top: 10px;
        font-size: .8rem;
        background: none;
        color: var(--mainColor);
        font-weight: bold;
        border: 1px solid var(--mainColor);
    }

        .items .item button:hover {
            color: white;
            background: var(--mainColor);
        }

    #btnLoadMore {
        padding: 10px 40px;
        margin-top: 10px;
        font-size: 0.8rem;
        background: none;
        color: var(--mainColor);
        font-weight: bold;
        border: 1px solid #ccc;
    }

        #btnLoadMore:hover {
            color: white;
            background: var(--mainColor);
        }

.card {
    border-radius: 12px;
    border: 1px solid #ccc;
}

    .card .card-header {
        font-weight: bold;
        color: white;
        padding: 16px;
        border-radius: 10px 10px 0 0;
        border: none;
        background: var(--mainColor);
    }

    .card .card-body {
        padding: 14px;
    }

        .card .card-body .form-control {
            padding: 6px;
            font-size: 1rem;
            text-align: center;
        }

            .card .card-body .form-control::placeholder {
                font-size: 15px;
            }

    .card .label {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5;
    }

    .card .sub-label {
        font-size: 14px;
    }

    .options .option {
        margin-bottom: 16px;
    }

        .option .info, .options .info {
            font-size: 0.8rem;
            color: #808080e0;
        }

    .options .actions button {
        background-color: white;
        color: var(--mainColor);
        font-weight: bold;
        border: 1px solid var(--mainColor);
    }

        .options .actions button:hover {
            color: white;
            background-color: var(--mainColor);
        }

        .option table td, 
        .option table th {
            padding: 10px;
            vertical-align: middle;
        }

        .option table {
            font-size: 16px;
        }

            .option table tbody tr {
                border-top: 1px solid #dee2e6;
                border-color: rgba(0, 0, 0, 0.06);
            }

        .text-right {
            text-align: right;
        }

        .option table button {
            width: 75px;
            font-size: 11px;
            padding: 10px;
        }

.list-container h4 {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.list-title {
    color: #ff9900;
    font-size: 1.2rem;
}

.form-select {
    padding: 14px;
    font-size: 15px;
    line-height: 20px;
}

.btn-xembaogia{
    background-color: var(--mainColor);
}

#btn-CollapseNavBar::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

#collapseNavBar {
    margin-bottom: 20px;
}

    #collapseNavBar ul {
        list-style: none;
        padding-left: 10px;
    }

        #collapseNavBar ul li .dropdown-item {
            padding: 10px;
        }

.btn-sticker-type {
    padding: 10px;
    margin: 10px 5px 0 5px;
    background-color: white;
    color: var(--mainColor);
    border: 1px solid var(--mainColor) !important;
}

    .btn-sticker-type:hover {
        background-color: var(--mainColor);
        color: white;
    }

    .btn-sticker-type.active {
        background-color: var(--mainColor);
        color: white;
        border: 1px solid var(--mainColor);
    }

.input-group {
    margin-bottom: 5px !important;
}

.product-slide .swiper-slide img {
    max-height: 500px;
    object-fit: cover;
    border-radius: 5px;
}

#BaoGiaNhanh-Container li {
    margin: 5px 0 !important;
}

.BaoGiaNhanh-Details {
    padding: 10px;
    background-color: #02432626;
    border-radius: 5px;
    height: 100%;
    font-weight: bold;
}

#BaoGiaNhanh-HinhAnhSanPham {
    border-radius: 5px;
}

#BaoGiaNhanh-HinhAnhSanPham .swiper-slide {
    text-align: center;
}

.modal-footer  {
    border-top: 1px solid #ccc !important;
}

.modal-header {
    border-bottom: 1px solid #ccc !important;
}

#baogianhanhModal .modal-body .col {
    margin: 5px 0 !important;
}

#baogianhanhModal .modal-body {
    max-height: calc(100vh - 180px);
}

.image-popup img {
    width: auto !important;
    max-height: 500px;
}

#loading-container, #loading-baogianhanh-container, #loadmore-loading-container {
    background-color: #0043282b;
    border-radius: 10px;
    padding: 10px;
}

#fullscreen-image-container {
    position: fixed;
    inset: 0;
    background-color: #8080809e;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

    #fullscreen-image-container div {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    #fullscreen-image-container .close-icon {
        top: 10px;
        right: 20px;
        position: absolute;
        background-color: var(--mainColor);
        border-radius: 50%;
        padding: 8px;
        cursor: pointer;
    }

    #fullscreen-image {
        width: 95%;
        max-height: calc(100vh - 45px);
    }


