/*
Theme Name: bictweb-child
Description: This is a child theme for BICTweb.vn
Author: BICTweb.vn
Template: flatsome
Version: 3.17.6
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


.archive p.from_the_blog_excerpt {
    display: none !important;
}
.col.post-item img.wp-post-image {
    object-fit: fill !important;
}
.col.post-item h5.post-title.is-large {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
}

.archive h5.post-title.is-large {
    height: 45px;
    overflow: hidden;
}

/**na**/


.archive.category .col.post-item img.wp-post-image {
    object-fit: fill;
}
.archive.category .col.post-item h5.post-title.is-large {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}


[rel="tag"] {
    align-items: center;
    background-color: whitesmoke;
      border: 1px solid #eaeaea;
    border-radius: 3px;
    color: #4a4a4a;
    display: inline-flex;
    font-size: 0.75rem;
    height: 2em;
    justify-content: center;
    line-height: 1.5;
    padding-left: 0.75em;
    padding-right: 0.75em;
    white-space: nowrap;
  }


.section.bictweb_mb .image-cover {
    padding-top: 130% !important;
}
.section.bictweb_pc .image-cover {
    padding-top: 130% !important;
}


.row-small>.col, .row-small>.flickity-viewport>.flickity-slider>.col {
    margin-bottom: 0;
    padding-bottom: 0px !important;
}
.col, .columns, .gallery-item {
    padding-bottom:  0px;
}

.bictweb_pc .row-small>.col,
.bictweb_pc .row-small>.flickity-viewport>.flickity-slider>.col {
    padding-bottom: 20px !important;
}
.section.bictweb_mb .image-cover {
    margin-bottom: 20px !important;
}
/* Fix test */
.none-image .box-image {
    display: none;
}
.none-image .is-divider {
    display: none;
}

.none-image .box-text {
    padding: 0;
}

/* border-blog  */
.border-blog .box.box-blog-post{
    border: 1px solid #eaeaea;
    padding: 12px 0;
}
.border-blog .is-divider {
    display: none;
}
.border-blog .col.post-item .box.box-blog-post {
    padding: 8px 12px;
}
.border-blog .col.post-item:not(:last-child) .box.box-blog-post {
    border-bottom: 1px solid #eaeaea00;
    padding-bottom: 8px
}
.border-blog  .post-title {
    font-weight: 400;
    max-height: 3.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* featured-title */
.blog-featured-title {
    background: #02913e;
    color: #e7fff1;
    padding: 6px 12px;
    margin-bottom: 0;
	border-radius:6px 6px 0 0;
}
/* featured-title 1 */
.blog-featured-title-1 {
    background: #02913e0d;
    color: #02913e;
    padding: 10px 12px;
    margin-bottom: 0;
    border-radius: 0;
    position: relative;
}
.blog-featured-title-1:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 10%;
    left: 0;
    background: #02913e;
    height: 1px;
    transition: all ease .3s;
}
.blog-featured-title-1:hover:before {
    width: 100%;
}
/* featured-title */
.blog-featured-title {
    background: #02913e;
    color: #ffffff;
    padding: 10px 12px;
    margin-bottom: 0;
    border-radius: 6px 6px  0 0;
    position: relative;
}
.blog-featured-title:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 0%;
    left: 0;
    background: #61d491;
    height: 3px;
    transition: all ease .3s;
}
.blog-featured-title:hover:before {
    width: 100%;
}

.post-item .box-image:hover::before{
    -webkit-animation:shine .75s;
    animation:shine .75s}
    @-webkit-keyframes shine{
    100%{left:125%}
    }
    @keyframes shine{
    100%{left:125%}
    }
    .post-item .box-image::before{
    position:absolute;
    top:0;
    left:-75%;
    z-index:2;
    display:block;
    content:'';
    width:50%;
    height:100%;
    background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform:skewX(-25deg);transform:skewX(-25deg)
    }




   