/*
Theme Name: Tài liệu
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.reweb-row.row .col {
    padding: 0 10px 0;
}
.reweb-row.row .col.small-6:not(:nth-child(2n)) {
    padding-left: 10px;
    padding-right: 5px;
}
.reweb-row.row .col.small-6:not(:nth-child(2n+1)) {
    padding-left: 5px;
    padding-right: 10px
}
.reweb-title {
    margin-bottom: 0;
    padding: 0 10px;
}
.reweb-title .section-title-normal {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    height: 50px;
    background-color: #f8f8f8;
}
.reweb-title .section-title-main {
    background: var(--primary-color);
    background: linear-gradient(0deg, var(--primary-color) 0%, var(--primary-color) 50%, var(--primary-color) 100%);
    position: relative;
    font-size: 15px;
    padding: 15px 15px;
    color: #fff;
    border-bottom: 0;
    line-height: 1.2;
    margin-right: 0;
}
.reweb-title .section-title-main:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    background-color: var(--primary-color);
    top: -8px;
    left: 0;
}
.reweb-title .section-title-main:after {
    position: absolute;
    content: "";
    right: -7px;
    top: -8px;
    height: 0;
    width: 0;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #035282
}
.reweb-title .section-title a {
    font-size: 14px;
    display: none;
    padding-right: 15px;
}
.reweb-title .section-title a i {
    display: none;
}
.reweb-section .section-content {
    background-color: #fff;
}

/*reweb boxx*/
.reweb-box__meta {
    display: flex;
    flex-flow: wrap row;
    align-items: center;
    justify-content: space-between;
}
.reweb-box__meta span i {
    margin-right: 5px
}
.reweb-row .box > .box-image {
    border-radius: 5px;
    border: 1px solid #f0f0f0;
}
.reweb-row .box > .box-text {
    padding-bottom: 10px
}
.reweb-row .box > .box-text a {
    margin-top: .4em
}
/*home blog*/
.from_the_blog_comments {
    display: none;
}

.reweb-row .post-item .box > .box-text .post-title {
    font-size: 18px;
    margin-bottom: .5em;
}
.post-item .box > .box-text .post-title a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.post-item .box > .box-text .from_the_blog_excerpt {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
}
/* 
* Blog
*/
.page-wrapper.wrapper {
    padding: 0
}
.blog-wrapper .large-10 {
    flex-basis: 100%;
    max-width: 100%;
}
.blog-wrapper .row {
    max-width: 1170px;
    margin: 0 auto;
    background-color: #fff;
    padding: 15px 10px 0
}
.blog-archive > .row {
    padding-top: 5px;
    padding-bottom: 30px;
}
.blog-archive > .row > .col {
    padding-bottom: 0
}
.blog-archive .archive-page-header .row {
    padding: 0
}
.blog-archive .archive-page-header .col.large-12 {
    padding: 0
}
.blog-archive .archive-page-header h1 {
    margin: 0;
    padding: 20px 0 20px;
    border-bottom: 1px solid #eee;
    font-size: 1.75em;
}
.blog-archive .col.post-item {
    padding: 0 10px 20px;
}
.blog-archive .col.post-item .box .box-image {
    border-radius: 5px;
}

.blog-single article.post {
    padding: 10px 10px 0;
    margin-bottom: 0;
}
.blog-single article .entry-header .entry-title {
    font-size: 200%;
}
.blog-single article .entry-header .entry-header-text {
    padding-bottom: 15px;
}
.blog-single article .entry-header .entry-header-text .entry-divider {
    max-width: 100%;
    height: 1px
}
.blog-single article .entry-content {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 110%
}
.reweb-relate-blog__title {
    margin: 0
}
.reweb-relate-blog__title .section-title-normal {
    border-bottom: 1px solid #eee;
    padding: 0 10px;
}
.reweb-relate-blog__title .section-title-normal span {
    border-bottom: 0;
}
.blog-single > .row > .large-10.col {
    padding: 0
}
.html-before-comments .row.reweb-row {
    margin: 0 auto
} 
.blog-share .button i {
    top: 0;
}
.single-docs article {
    padding: 0 10px;
}

.ids-tpm-li {
    list-style: none;
}
.ids-tpm-li:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('https://taiphanmemungdung.com/wp-content/uploads/2024/03/WQrsjhCmh7BgqgssJi-ezgif.com-webp-to-gif-converter.gif');
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
}
/* 
* Footer
*/
.reweb-footer .col {
    padding: 15px
}
.page-numbers.nav-pagination li {
    margin: 0 .2em
}
.page-numbers.nav-pagination li span,
.page-numbers.nav-pagination li a {
    border-radius: 2px;
}
@media only screen and (max-width: 500px) {
    .reweb-row.latest-posts .post-item .box {
        display: flex;
        flex-flow: wrap row;
        margin-bottom: 10px
    }
    
    .reweb-row.latest-posts .post-item .box > .box-image {
        flex-basis: 30%;
        max-width: 30%;
    }
    .reweb-row.latest-posts .post-item .box > .box-text {
        flex-basis: 70%;
        max-width: 70%;
    }
    .reweb-row.latest-posts .post-item .box > .box-image {
        height: 90px
    }
    .reweb-row.latest-posts .post-item .box > .box-image .image-cover {
        height: 100%;
        width: 100%;
    }
    .reweb-row.latest-posts .post-item .box > .box-text {
        padding-left: 10px;
    }
    
    .reweb-row.latest-posts .post-item .box > .box-text .is-divider,
    .reweb-row.latest-posts .post-item .box > .box-text .from_the_blog_excerpt  {
        display: none;
    }
    #breadcrumbs {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 414px) {
    .reweb-title .section-title a {
        display: block;
    }
    .reweb-title .section-title-main {
        font-size: 16px;
        margin-right: 15px
    }
}

@media only screen and (min-width: 500px) {
    .reweb-row.row .col.small-6:not(:nth-child(2n)) {
        padding: 0 10px 0
    }
    .reweb-row.row .col.small-6:not(:nth-child(2n+1)) {
        padding: 0 10px 0
    }
}
@media only screen and (min-width: 500px) and (max-width: 880px) {
    .small-12, .small-columns-1 .flickity-slider>.col, .small-columns-1>.col {
        flex-basis: 50%;
        max-width: 50%;
    }
}
@media only screen and (min-width: 1170px) {
    #main, #wrapper {
        background: #f6f6f6;
    }
    .reweb-title {
        padding: 0 15px;
    }
    .reweb-title .section-title-normal {
        margin-bottom: 0;
        background-color: #fff;
    }
    .reweb-row.row {
        max-width: 1170px;
        background: #fff;
        padding: 15px 5px 20px
    }
    
    .reweb-section .section-content {
        background-color: transparent;
    }
    .page-wrapper.blog-wrapper {
        padding: 15px 0;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}