.btn-chat-fb,
#scrolltop,
h2,
h3 {
    color: #29c610;
    padding: 10px 0px;
}

.detail-content img {
    margin: 10px 0px 0px
}

.title-seemore {
    color: #29c610;
    text-transform: uppercase;
}

.btn-seemore {
    background: rgb(206, 76, 5);
    background: linear-gradient(181deg, rgba(206, 76, 5, 1) 0%, rgba(105, 56, 12, 1) 100%);
    font-size: 14px;
    color: #fff;
    border-radius: 10px;
    border: unset;
}

.absolute {
    position: absolute !important;
}

.badge {
    display: table;
    z-index: 20;
    pointer-events: none;
    height: 2.8em;
    width: 2.8em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.badge-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #446084;
    line-height: .85;
    color: #fff;
    font-weight: bolder;
    padding: 2px;
    white-space: nowrap;
    transition: background-color .3s, color .3s, border .3s;
}

.badge-inner.secondary.on-sale {
    background: url("/upload/images/icon-badge.png");
    background-size: cover;
}

.autozoom {
    transition: transform 0.5s ease;
}

.badge {
    animation: blink 2s infinite;
}

.phone-ring {
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

@keyframes phone-vr-circle-fill {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.d-flex {
    display: flex;
    align-items: center;
}

#menu-header {
    width: 100%;
    transition: all 0.4s ease;
    z-index: 1000;
}

#logo {
    height: 150px;
    padding-top: 10px;
}

#logo img {
    height: 90%;
    width: auto;
}

@media (max-width:549px) {

    #sidebar,
    #menu-desktop {
        display: none;
    }

    #logo {
        text-align: center;
        height: 100px;
        padding-top: 5px;
    }

    #logo img {
        width: auto;
        height: 97%;
    }

    .main-brc {
        padding-left: 5px;
    }

    .breadcrumb {
        font-size: 13px;
    }

    .block-on-mb {
        display: block !important;
    }

}

@media (max-width:768px) {
    #sidebar {
        display: none;
    }
}

@media (min-width:1024px) {
    .mobile-menu {
        display: none !important;
    }
}

@media (max-width:1200px) {

    #menu-desktop,
    form#form-search {
        display: none !important;
    }

    #group-contact {
        flex-wrap: wrap;
        row-gap: 10px;
    }
}

iframe {
    max-width: 100%;
}

.carousel-product .owl-item a {
    text-align: left;
    line-height: 1.5em;
    font-weight: 400;
}

.short-detail li {
    list-style: none;
}


/* Menu sticky */

.has-sticky {
    background-color: rgba(51, 51, 51, 0.9);
}

.sticky-jump {
    transform: translateY(-100%);
}

#menu-header.has-sticky {
    transform: translateY(0);
}

#menu-header.has-sticky img {
    max-width: 65%;
}

#menu-header img {
    -webkit-transition: max-width .6s;
    -o-transition: max-width .6s;
    transition: max-width .6s;
}

/* END Menu sticky */
.des-khuyencao {
    font-size: 13px !important;
    width: 90% !important;
}

.nav-main li a {
    line-height: 40px;
}

#content img+em {
    display: inline-block;
}

.entrycontent,
#content p {
    text-align: justify;
}

#content li a {
    color: #12ca0b !important;
}

#content p+p {
    margin-top: 1em;
}

#content h2,
#content h3 {
    margin: 1em 0 10px 0;
}

ul.line-contact li {
    margin: 5px 0px;
}

.text-center {
    text-align: center;
}

.note {
    border: 2px solid #0c450e;
    padding: 5px;
    border-radius: 10px;
    background: #0a330b;
}

.note ul li {
    padding-top: 10px;
}

/* BOX AUTHOR */
.author-box {
    display: flex;
    align-items: center;
    background: #073408;
    padding: 16px;
    border-left: 3px solid #4caf50;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    max-width: 100%;
    color: #e0f2e9;
    margin: 10px;
    line-height: 1.5em;
}

.author-avatar img {
    width: 150px;
    height: auto;
    margin-right: 16px;
    object-fit: cover;
}

.author-info .author-name {
    font-size: 16px;
    margin: 0;
    color: #00cc00;
}

.author-info .author-title {
    font-size: 13px;
    margin: 4px 0;
    color: #d0e7d4;
}

.author-info .author-bio {
    font-size: 14px;
    margin-top: 8px;
    color: #d0e7d4;
}

@media (max-width: 768px) {
    .author-box {
        flex-direction: column;
        align-items: flex-start;
        text-align: center;
        margin: -10px 5px 20px 5px;
    }

    .author-avatar {
        width: 100%;
    }

    .author-avatar img {
        margin-bottom: 12px;
        margin-right: 0;
    }
}

/* END box author */