@charset "UTF-8";

/* Toc */
.box-readmore {
    padding: 8px 15px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background-color: #eeeeee;
}

.box-readmore li ul>li {
    margin: 0;
    margin-bottom: 8px;
}

.box-readmore li ul>li:before {
    content: counters(item, ".") " ";
}

.box-readmore ul {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 0px;
    padding-left: 0px !important;
    margin-top: 8px;
}

.box-readmore ul li {
    display: table;
    counter-increment: item;
    margin-bottom: 5px;
}

.box-readmore ul li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 5px;
}

.box-readmore ul li a {
    color: #333333;
    cursor: pointer;
    font-weight: 600;
}

.box-readmore ul li ul li a {
    font-weight: 400;
}

.box-readmore ul li a:hover {
    color: #767676;
}

/** Theme **/
.theme-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0 13px 57px -15px rgba(64, 83, 111, 0.15);
    overflow: hidden;
    position: relative;
}

.theme-item__info {
    padding: 20px 10px 10px;
    text-align: left;
}

.theme-item__description {
    line-height: 1.6;
    margin: 10px 0 15px;
    max-height: 52px;
    overflow: hidden;
    display: none !important;
    /* có thể bật lên tùy mục đích */
}

.theme-item__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.theme-item__price {
    font-size: 14px;
    color: #222;
}

.theme-item__price-value {
    font-weight: bold;
}

.theme-item__image {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.theme-item__image picture,
.theme-item__image img {
    width: 100%;
    height: 100%;
    display: block;
}

.theme-item__image img {
    transition: all ease-in-out 5s;
    top: 0;
    position: absolute;
    height: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    padding: 0;
    border-radius: 10px;
}

/* Hover effect: slide image up */
.theme-item:hover .theme-item__image img {
    top: 100%;
    transform: translateY(-100%);
}

.theme-item__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Show overlay on hover */
.theme-item__image:hover .theme-item__overlay {
    opacity: 1;
}

.theme-item__btn {
    padding: 10px 25px;
    font-size: 12px;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 5px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 10px 20px -8px rgba(255, 117, 117, 0.45);
}

.theme-item__btn--detail {
    background: #fff;
    color: #000;
}

.theme-item__btn--demo {
    background: #002980;
    color: #fff;
}

#toc-content h1,
#toc-content h2,
#toc-content h3,
#toc-content h4,
#toc-content h5,
#toc-content h6 {
    font-weight: 600;
}

.home .header {
    min-height: 100vh;
}

.owl-feedback .owl-dots .owl-dot span,
#owl-blogs .owl-dots .owl-dot span,
#owl-partner .owl-dots .owl-dot span,
.owl-reviews .owl-dots .owl-dot span {
    width: 32px;
    height: 3px;
}

.owl-feedback .owl-dots .owl-dot.active span,
#owl-blogs .owl-dots .owl-dot.active span,
#owl-partner .owl-dots .owl-dot.active span,
.owl-reviews .owl-dots .owl-dot.active span {
    background: var(--color-main);
}

.h-card {
    display: none;
}

.hidden-seo {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden;
}

#review-form input,
#review-form textarea {
    font-size: 14px !important;
    color: #363636 !important;
}

#review-form input::-moz-placeholder,
#review-form textarea::-moz-placeholder {
    color: #363636 !important;
}

#review-form input::placeholder,
#review-form textarea::placeholder {
    color: #363636 !important;
}

.item-partner {
    transition: all 0.3s;
    position: relative;
    cursor: pointer;
}

.item-partner img {
    transition: all 0.5s;
}

.item-partner:hover img {
    filter: grayscale(100%);
}

@media only screen and (max-width: 767px) {
    #btn-feedback-prev {
        display: none;
    }

    #btn-feedback-next {
        display: none;
    }

    .home .header {
        min-height: 80vh;
    }

    #company-stats {
        margin-top: 24px;
    }
}

/*# sourceMappingURL=app.css.map */

/* -------------------Card basic------------------- */
.border-chase {
    position: relative;
    overflow: hidden;
}

.border-chase::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #C0C0C0, #002980, #C0C0C0, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    box-shadow: 0 0 5px rgba(0, 41, 128, 0.7);
}

.border-chase::after {
    content: '';
    position: absolute;
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #C0C0C0, #002980, #C0C0C0, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    box-shadow: 0 0 5px rgba(0, 41, 128, 0.7);
}

.border-chase .bottom-border {
    position: absolute;
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #C0C0C0, #002980, #C0C0C0, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    box-shadow: 0 0 5px rgba(0, 41, 128, 0.7);
}

.border-chase .left-border {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(0deg, transparent, #C0C0C0, #002980, #C0C0C0, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    box-shadow: 0 0 5px rgba(0, 41, 128, 0.7);
}

.border-chase:hover::before {
    opacity: 1;
    animation: chase-top 1.5s ease-in-out infinite;
}

.border-chase:hover::after {
    opacity: 1;
    animation: chase-right 1.5s ease-in-out infinite 0.375s;
}

.border-chase:hover .bottom-border {
    opacity: 1;
    animation: chase-bottom 1.5s ease-in-out infinite 0.75s;
}

.border-chase:hover .left-border {
    opacity: 1;
    animation: chase-left 1.5s ease-in-out infinite 1.125s;
}

@keyframes chase-top {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

@keyframes chase-right {
    0% {
        top: -100%;
    }

    100% {
        top: 100%;
    }
}

@keyframes chase-bottom {
    0% {
        right: -100%;
    }

    100% {
        right: 100%;
    }
}

@keyframes chase-left {
    0% {
        bottom: -100%;
    }

    100% {
        bottom: 100%;
    }
}

.custom-scroll-thumb::-webkit-scrollbar-thumb {
    background-color: #c0c0c0;
    border-radius: 10px;
}

.custom-scroll-thumb::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a0;
}

.custom-scroll-thumb::-webkit-scrollbar {
    width: 4px;
}

/** Toc content **/
#toc-content img {
    display: initial;
}

#toc-content ul,
#toc-content ol {
    list-style: revert;
    margin-left: 17px;
    margin-bottom: 1rem;
}

#toc-content img {
    max-width: 100% !important;
    height: auto !important;
}

#toc-content a {
    color: revert;
    text-decoration: revert;
}

.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    pointer-events: auto;
    /* background: #2563eb !important;
    color: #fff !important; */
    border: none;
    border-radius: 50%;
    border-color: #2563eb !important;
    width: 48px;
    height: 48px;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.15);
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    outline: none;
    opacity: 0.9;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    background: #1d4ed8;
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 8px 32px rgba(37, 99, 235, 0.22);
    opacity: 1;
}

.owl-nav button.owl-prev {
    margin-left: 8px;
}

.owl-nav button.owl-next {
    margin-right: 8px;
}

.owl-nav button[disabled] {
    background: #e5e7eb;
    color: #a5b4fc;
    pointer-events: none;
    opacity: 0.5;
    box-shadow: none;
}