.block-title {
    background: url(../images/line.png) no-repeat 50% 100%;
    padding: 15px 0 20px;
    margin-bottom: 20px;
}

.form-search {
    opacity: 0;
    transition: 0.3s;
    transform: scale(0);
}

.form-search.active {
    opacity: 1;
    transform: scale(1);
}

.scroll-top.active {
    bottom: 12px;
}

.scroll-top {
    bottom: -60px;
    right: 12px;
    transition: 0.3s;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-item.disabled {
    pointer-events: none;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto
}

.page-item:not(.disabled) .page-link:hover {
    background-color: rgb(249, 115, 22);
    border-color: rgb(251, 141, 63);
    color: #fff
}

.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #dee2e6
}


.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: rgb(249, 115, 22);
}

.page-link {
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: rgb(249, 115, 22);
    border-color: rgb(251, 141, 63);
}
.zoom:hover img {
    transform: scale(1.1);
}
.blog-table-of-content {
    background: #ececeb53;
    padding: 20px 24px 24px;
    border-radius: 10px;
    transition: all .3s;
    margin-bottom: 20px;
    margin-top: 10px
}

.blog-table-of-content__heading {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0
}

.blog-table-of-content__heading a {
    font-size: 60%;
    color: #2F5ACF
}

.blog-table-of-content ol {
    list-style: none;
    padding: 0 0 0 15px
}

.blog-table-of-content a {
    color: #000;
    text-decoration: underline
}
#slide-review .owl-stage {
    margin: auto;
}

#slide-review.owl-theme .owl-dots {
    display: block !important;
}