/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.entry-topbar .left-topbar li {
    list-style: none;
    margin-right: 10px;
}

.entry-topbar .left-topbar li:last-child {
    margin: 0;
}

.entry-topbar .left-topbar li a {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}

.entry-topbar .left-topbar li img {
    height: 30px;
    margin-right: 10px;
}

.home .setting-menu {
    margin-bottom: -56px;
    z-index: 1;
    background: no-repeat;
}

.home .menu-container nav.menu-section>ul {
    justify-content: flex-end;
}

.home .menu-container nav.menu-section> ul >li {
    flex: none;
    padding: 0 10px;
}

.home .menu-section .active, .home .menu-section ul li a:hover, .home .menu-section > ul > li:hover > a {
    color: var(--color-highlight);
}

.support-section .item {
    background: #f09c60;
    border-radius: 90px;
    overflow: hidden;
}

.support-section .phone-number {
    font-weight: bold;
    font-size: 15px;
}

.support-section .phone-number img {
    height: 25px;
    margin-right: 5px;
}

.support-section .info-sup {
    padding: 4px 0;
}

.support-section .name-sup {
    font-weight: bold;
}

.support-section .item:hover .image-sup {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

.connect-sup img {
    height: 40px;
    margin-right: 10px;
    border-radius: 10px;
}

.connect-link img {
    height: 35px;
    margin-right: 10px;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.title-section {
    font-family: 'Carattere', cursive;
    font-size: 50px;
    letter-spacing: 3px;
    text-transform: capitalize;
}

.btn-contact-fix {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
}

.btn-contact-fix>div a {
    position: relative;
    background: #ef6005;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 30px 0px 0px 30px;
    display: block;
    color: white;
}

.btn-contact-fix>div p {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 13px 10px;
    height: 50px;
    background: var(--color-main);
    transition: all .5s ease;
    width: 200px;
    border-radius: 30px 0px 0px 30px;
}

.btn-contact-fix>div i {
    font-size: 30px;
}

.btn-contact-fix>div a:hover {
    border-radius: 0;
}

.btn-contact-fix>div a:hover p {
    left: calc(-100% - 148px);
}

.btn-contact-fix>div:nth-child(odd) a, .btn-contact-fix>div:nth-child(odd) a p {
    background: var(--color-highlight);
}

.btn-contact-fix>.zalo-qr>a>img {
    height: 30px;
}

.btn-contact-fix>.zalo-qr p {
    height: auto;
}

.item-des-category {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}

.item-title-category a {
    text-shadow: -1px -1px 1px rgb(255 255 255 / 10%), 1px 1px 1px rgb(0 0 0 / 50%);
    font-weight: bold;
}

.bg-category {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0;
    aspect-ratio: 19/6;
    max-height: 420px;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
}

.seo-tilte-background {
    font-size: 30px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.list-item .inner-image img {
    border: 5px solid var(--color-main);
    border-radius: 30px;
}

.list-item .article-description {
    text-align: justify;
}

.banner-section {
    border: 5px solid #ccc;
    border-radius: 30px;
    overflow: hidden;
}

.entire-address i {
    background: var(--color-highlight);
    color: white;
    font-size: 55px;
    padding: 10px;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 100%;
}

.contact-box p {
    margin: 0;
    min-height: 50px;
}

.title-contact {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 20px;
}

.title-contact i {
    background: var(--color-highlight);
    padding: 5px;
    border-radius: 100%;
    color: white;
}

.ratio-slider {
    padding-top: 47%;
}

.ratio-slider img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.album-item .inner-image {
    border: 3px solid var(--color-main);
    border-radius: 15px;
    overflow: hidden;
}

.title-category {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding: 15px 5px 5px 5px;
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -17px;
    position: relative;
}

.title-category a {
    font-weight: bold;
    text-transform: uppercase;
}

.support-section {
    padding-top: 240px;
    padding-bottom: 90px;
    margin-top: -90px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: white;
    background-size: cover;
}

.position-index {
    position: relative;
    z-index: 2;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
footer {
    background: var(--color-main);
}

.footer-menu-section ul li a {
    color: white;
}

/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.footer-mid {
    background: #ef6005;
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (max-width: 578px) {
    .connect-link img {
        height: 18px;
    }
}

@media (min-width: 992px) {
    .product-home .row>div:nth-child(1) {
        border-right: 3px dashed #999999;
    }
}
