.bg-main {
    background: var(--color-main);
}

/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.hoteline-top {
    background: var(--color-main);
    display: inline-flex;
    align-items: center;
    padding: .5rem 1.5rem .5rem 5rem;
    color: white;
    position: relative;
    border-radius: 3rem;
    font-size: 1.6rem;
    font-weight: 600;
}

.hoteline-top span {
    width: 4rem;
    height: 4rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-main);
    border-radius: 100%;
    font-size: 1.8rem;
}

.hoteline-top span i {
    -webkit-animation: blink-1 1s infinite both;
    animation: blink-1 1s infinite both;
}

@-webkit-keyframes blink-1{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes blink-1{0%,50%,100%{opacity:1}25%,75%{opacity:0}}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.categories-box a {
    border: 1px solid #ddd;
    border-radius: 8px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    box-shadow: 0px 0px 1rem #ddd;
    padding: 1rem;
    aspect-ratio: 16/9;
    height: 100%;
    width: 100%;
    color: black;
    font-weight: bold;
}

.categories-box a:hover {
    background: lightgrey;
}

.categories-home .row > div:nth-child(n+7) {
    margin-bottom: 0 !important;
}

.promotion-home {
    background: var(--color-main);
    padding: 1.5rem;
    text-align: center;
}

.promotion-home .title-section {
    display: inline-block;
    margin: 0 auto;
    background: var(--color-highlight);
    padding: 1.5rem 1rem;
    color: white;
    position: relative;
}

.promotion-home .title-section span {
    background: var(--color-main);
    aspect-ratio: 1/1;
    padding: 0.8rem 1.1rem;
    border-radius: 100%;
}

.promotion-home .title-section:before, .promotion-home .title-section:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
}

.promotion-home .title-section:after {
    border-top: 60px solid var(--color-highlight);
    border-right: 60px solid transparent;
    left: 100%;
}

.promotion-home .title-section:before {
    border-top: 60px solid var(--color-highlight);
    border-left: 60px solid transparent;
    right: 100%;
}

.promotion-home .swiper {
    background: white;
    padding: 0.8rem;
}

.btn-product-cart {
    display: inline-block;
    background: var(--color-main);
    padding: .3rem 1rem;
    border-radius: 3rem;
    color: white;
    border: 1px solid var(--color-main);
}

.backgroud-main {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem 0;
}
/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
footer {
    background: var(--color-main);
    color: white;
}

.title-footer {
    font-size: 2rem;
    font-weight: 600;
    position: relative;
}

.title-footer:before {
    content: "";
    width: 100px;
    height: 2px;
    background: white;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.footer-menu-section ul {
    margin-bottom: 0;
}

.footer-menu-section ul li {
    margin-bottom: 12px;
}

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

.footer-menu-section ul li:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (max-width: 576px) {
    .row-mobile > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*--------------------------------------------------------------------------
|  CSS quyettq
--------------------------------------------------------------------------*/
.description-product-detail-custom {
    display: table;
    width: 100%;
    margin-bottom: 1.5rem;
    border: 1px dashed var(--color-highlight);
    border-radius: 0.3rem;
    background: #fffefa;
    padding: 1rem;
    font-size: 1.4rem;
}

.button-social-product ul li {
    width: 50%;
    float: left;
}

.button-social-product > ul > li:last-child > a.btn-submit {
    background-color: var(--color-main);
    border-color: var(--color-main);
}

.button-social-product > ul > li:last-child > a.btn-submit:hover {
    background-color: var(--white);
    color: var(--color-main);
}

.btn-product-cart:hover {
    background-color: var(--white);
    color: var(--color-main);
}

.title-top {
    position: absolute;
    right: 0rem;
}
/*--------------------------------------------------------------------------
|  END CSS quyettq
--------------------------------------------------------------------------*/