/* div.latest-post ul {
    column-count: 2;
    margin-bottom: 2rem;
}
div.latest-post ul li {
    height: 100%;
    overflow: auto;
    border-radius: 10px;
}
div.latest-post ul li a {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}
div.latest-post ul li div.img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0%;
}
div.latest-post ul li div.img span{
    background-size: cover !important;
}
div.latest-post ul li:hover div.img span{
    transform: scale(1.15);
}
div.latest-post ul li a::before {
    content: '';
    width: 100%;
    height: 6rem;
    background-image: linear-gradient(to bottom,rgb(0,0,0,0),rgb(0,0,0,.4));
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
div.latest-post ul li span.date {
    position: absolute;
    bottom: 4.1rem;
    left: 1.5rem;
    color: white;
    font-size: 14px;
    background-color: #2a1675;
    border-radius: 3px;
    padding: 0 0.8rem;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
div.latest-post ul li p.title {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    color: white;
    font-size: 1.4rem;
    font-weight: 300;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 1.5rem;
    text-align: left;
    z-index: 2;
    letter-spacing: 0.5px;
}
div.latest-post ul li:nth-child(2) {
    margin-bottom: 0.7rem;
} */
div.latest-post{
    text-align: center;
    padding-bottom: 11rem;
}
div.latest-post>div,div.latest-post>ul{
    text-align: left;
}
div.all-banner.news-banner.post-banner{
    height: unset;
    padding: 5rem 0 9rem;
}
div.all-banner.news-banner div.content>p{
    color: rgb(255, 255, 255,.9);
}
div.all-banner.news-banner div.breadcrumbs{
    margin-top: 1rem;
}
div.breadcrumbs {
    color: rgb(255, 255, 255,.8);
    font-size: 17px;
    font-weight: 300;
}
div.news-content{
    margin-bottom: 8rem;
    text-align: center;
}
div.news-content .button{
    min-width: 11rem;
}
div.news-detail {
    position: relative;
    background: white;
    box-shadow: 0 0 20px rgb(52 42 79 / 10%);
    padding: 3rem 5rem 3.5rem;
    border-radius: 15px;
    transform: translateY(-5rem);
}
.news-detail span.post-date {
    display: block;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    color: #95939e;
}
.news-detail p {
    line-height: 30px;
    margin-bottom: 2rem;
    hyphens: auto;
    font-size: 18px;
    color: #575759;
}
.news-detail figure {
    width: 100%;
    overflow: hidden;
    max-height: 24rem;
    border-radius: 5px;
    margin-bottom: 2.5rem;
}
.news-detail figure img {
    transition: 0.5s all ease;
    width: 100%;
    border-radius: 3px;
}
.news-detail .wp-block-column figure{
    margin-bottom: 0;
}
.news-detail div.social {
    text-align: right;
    margin-top: 6rem;
    margin-bottom: 0.5rem;
}
.news-detail div.social a {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../image/aticle-facebook.svg) no-repeat center;
    background-size: contain !important;
    margin-right: 1.2rem;
    transition: 0.3s all ease;
}
.news-detail div.social a.facebook{
    background-size: contain !important;
}
.news-detail div.social a.twitter {
    background: url(../image/article-twitter.svg) no-repeat center;
    background-size: contain !important;
}
.news-detail div.social a.pinterest {
    background: url(../image/article-pinterest.svg) no-repeat center;
    background-size: contain !important;
}
.news-detail div.social a.instagram {
    background: url(../image/article-ins.svg) no-repeat center;
    background-size: contain !important;
}
.news-detail div.social a.link {
    background: url(../image/article-link.svg) no-repeat center;
    background-size: contain !important;
}
.news-detail h2{
    text-align: left;
    margin-bottom: 1rem;
    line-height: 30px;
    font-size: 1.5rem;
}
.news-detail div.breadcrumbs{
    color: #979797;
    font-weight: unset;
}
div.news-detail div.news-header{
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.3rem;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 3.5rem;
}
div.all-banner.news-banner h1{
    font-weight: 600;
    font-size: 2.8rem;
}
div.all-banner.post-banner h1{
    font-size: 3.2rem;
    max-width: 50rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
div.swiper-post ul li a{
    display: block;
    padding: 0 1rem;
    line-height: 40px;
    color: #333333;
    font-size: 18px;
    letter-spacing: 0.5px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
div.swiper-post ul li:nth-child(even) a{
    text-align: right;
}
div.bottom-post {
    background: #f5f5f5;
    padding: 2.6rem 5rem;
    border-radius: 10px;
    overflow: hidden;
    margin: -1rem auto 5rem;
}
div.bottom-post ul{
    justify-content: space-between;
}
div.bottom-post ul li{
    max-width: 46%;
}
div.swiper-post{
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    overflow: hidden;
}
/* .new-btn{
    position: relative;
}
.new-btn .swiper-button-prev,.new-btn .swiper-button-next{
    background: url(../img/swiper-left01.svg) no-repeat center;
    background-size: 10px !important;
    left: -3rem;
    top: -1.4rem;
}
.new-btn .swiper-button-next{
    background: url(../img/swiper-right01.svg) no-repeat center;
    left: unset;
    right: -3rem;
} */
.archive div.news-content{
    margin-top: 5rem;
}
/* .archive.category div.loader,.blog div.loader{
    margin-top: -2.5rem;
} */
.news-cat{
    text-align: center;
    margin-bottom: 2rem;
}
.blog .latest-post{
    min-height: 50rem;
}
.latest-post ul.news-list{
    margin-bottom:5rem;
    flex-wrap: wrap;
}
.latest-post ul.news-list li{
    width: 32.2%;
    margin-right: 1.7% !important;
    margin-bottom: 2.5rem;
}
.latest-post ul.news-list li:nth-child(3n) {
    margin-right: 0 !important;
}
.latest-post ul.news-list li div.mess span.more{
    font-weight: 500;
}
/* copy from connector */

.post-banner div.breadcrumbs span.breadcrumb_last,.post-banner div.breadcrumbs a {
    color: rgb(255, 255, 255,.7);
    font-size: 18px;
    font-weight: 300;
}
div.post-banner{
    color: white;
    position: relative;
    background-size: cover !important;
    height: 574px;
    padding-top: 16rem;
}
div.post-banner::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0,.18);
    position: absolute;
    top: 0;
    left: 0;
}
div.post-banner *{
    position: relative;
}
div.post-banner h1{
    font-size: 3rem;
    max-width: 53rem;
    line-height: 3.8rem;
    margin: 1.5rem 0 3rem;
}
span.banner-date{
    font-size: 21px;
    color: white;
    background-color: var(--hover-color);
    display: inline-block;
    padding: 13px 2.5rem;
    font-size: 19px;
}
div.post-content{
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    margin-top: 4rem;
    margin-bottom: 6rem;
}
div.post-content div.post-detail{
    width: 68%;
}
.page-template-default div.all-banner.news-banner h1{
    text-transform: capitalize;
}
div.post-content div.news-sidebar{
    width: 27%;
}
div.post-detail p ,div.post-detail li{
    line-height: 30px;
    margin-bottom: 2rem;
    hyphens: auto;
    font-size: 18px;
    color: #5b5f63;
}
div.post-detail figure{
    width: 100%;
    overflow: hidden;
    max-height: unset;
    border-radius: 0px;
}
div.post-detail>figure{
    margin-bottom: 2rem;
}
div.post-detail figure img {
    transition: 0.5s all ease;
    width: 100%;
    border-radius: 3px;
    transition: 0.5s all ease;
}
.page-template-default div.post-detail h2{
    padding-top: 0;
}
div.post-detail h2{
    font-size: 1.5rem;
    text-align: left;
    padding-top: 1rem;
    color: var(--hover-color);
    line-height: 30px;
    margin-bottom: 2rem;
    font-weight: 500;
}
div.post-detail li {
    position: relative;
    margin-bottom: 0 !important;
    padding-left: 1.3rem;
}
div.post-detail li::before{
    content: '';
    width: 6px;
    height: 6px;
    background-color: var(--hover-color);
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0;
}
div.post-detail ul{
    margin-bottom: 1.8rem;
}
div.wp-column{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
div.wp-column figure{
    width: 48%;
}
div.post-detail div.social {
    margin-top: 7.5rem;
}
div.post-detail div.social a {
    display: inline-block;
    width: 25px;
    height: 22px;
    background: url(../image/aticle-facebook.svg) no-repeat center;
    background-size: contain !important;
    margin-right: 1rem;
    transition: 0.3s all ease;
}
div.post-detail div.social a:first-of-type{
    margin-left: 0;
}
div.post-detail div.social a.twitter {
    background: url(../image/article-twitter.svg) no-repeat center;
    background-size: contain;
}
div.post-detail div.social a.pinterest {
    background: url(../image/article-pinterest.svg) no-repeat center;
    background-size: contain;
}
div.post-detail div.social a.instagram {
    background: url(../image/article-ins.svg) no-repeat center;
    background-size: contain;
}
div.post-detail div.social a.link {
    background: url(../image/article-link.svg) no-repeat center;
    background-size: contain;
}
div.news-sidebar strong{
    font-size: 1.55rem;
    letter-spacing: 0.5px;
    margin-bottom: 2rem;
    display: block;
}
div.news-sidebar ul.news-cat{
    margin-bottom: 7rem;
    padding-left: 0.2rem;
    text-align: left;
}
div.news-sidebar ul.news-cat a{
    display: block;
    text-transform: capitalize;
}
div.news-sidebar ul.news-cat li{
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    color: #808084;
    margin-bottom: 1rem;
    font-size: 1.05rem;
}
div.news-sidebar ul.news-cat li.active{
    color: var(--hover-color);
}
div.news-sidebar ul.news-cat li::before{
    content: "";
    width: 1rem;
    height: 1rem;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 1px;
}
div.news-sidebar ul.news-cat li::after{
    content: "";
    width: 1rem;
    height: 1rem;
    border: 1px solid transparent;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 1px;
    background: url('../image/duigou-w.svg') no-repeat center;
    background-size: 80%;
    background-color: var(--hover-color);
    opacity: 0;
    transition: 0.3s all ease;
}
div.news-sidebar ul.news-cat li.active::after{
    opacity: 1;
}

div.news-sidebar div.sidebar ul li::after{
    left: 3px;
}
ul.latest-list li a {
    display: flex;
    justify-content: space-between;
    color: unset;
    font-weight: unset;
}
ul.latest-list li {
    margin-bottom: 1.3rem;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid #dddddd;
}
ul.latest-list li a div.img {
    height: 5rem;
    width: 5rem;
    border-radius: 0px;
    overflow: hidden;
}
ul.latest-list li a div.img span {
    transition: 0.4s all ease;
}
ul.latest-list li a div.mess {
    width: 70%;
    margin-left: 3%;
}
ul.latest-list li a div.mess p.title {
    margin-bottom: 0.8rem;
    hyphens: auto;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: 0.3s all ease;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
}
ul.latest-list li a div.mess span {
    font-size: 13px;
    display: inline-block;
    color: #919191;
    vertical-align: text-bottom;
}
div.post-content div.news-sidebar a.view-all{
    float: right;
    margin-top: 0.5rem;
    font-size: 17px;
    color: var(--hover-color);
    text-decoration: underline transparent;
    transition: 0.2s all ease;
}

/* from vape */
ul.articles {
    list-style: none;
}
ul.articles li.article:first-child {
    padding-top: 0;
}
ul.articles li.article {
    padding: 2.5rem 0;
    border-bottom: 1px solid #dcdcdc;
}
ul.articles li.article a>div:first-child {
    width: 14rem;
}
ul.articles li.article a>div:last-child{
    padding: 1rem 0 1rem 1rem;
    flex: 1;
}
ul.articles li.article:last-of-type{
    border-bottom: 0;
}
.articles .article a {
    text-decoration: none;
}
.blog .latest-post{
    padding-top: 7rem;
}
.articles .article span.date {
    color: #676767;
    font-size: 1rem;
    margin-bottom: 1.1rem;
    display: inline-block;
}
.articles .right .article span.date{
    margin-top: 1rem;
}
.articles .article h3 {
    color: #222;
    line-height: 1.8rem;
}
.articles div.article img {
    margin-bottom: 2rem;
    width: 100%;
}
.articles div.article h3{
    font-size: 1.46rem;
    line-height: 2rem;
    margin-bottom: 1.3rem;
    padding: 0 22px;
}
.articles .article p {
    color: #929395;
    padding: 0 22px;
}
.article a.btn_light, .reviewer .btn_light {
    color: #333;
    margin-top: 1rem;
    display: inline-block;
    font-weight: 600;
    padding: 0 22px;
}
.left .article  span.date{
    padding: 0 22px;
}
.blog .articles h2{
    font-size: 2.8rem;
}
/* section.articles{
    padding-bottom: 6rem;
    padding-top: 6rem;
    background: url('../img/background3.webp') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
} */
/* .category .news-banner h1,.category .news-banner div.breadcrumbs span a{
    color: #333;
}
.category .news-banner .content p.excerpt{
    color: #666;
}
.category .news-banner div.breadcrumbs span{
    color: #999;
} */
.category div.all-banner.news-banner{
    padding: 7.5rem;
}
.all-banner.cat-banner{
    height: 20rem;
    padding-top: 7.5rem;
}
.news-content ul.news-list{
    margin-bottom: 3rem;
}
.blog .news-list .video-item{
    margin-bottom: 4.1rem;
}
ul.news-list li.video-item div.mess h3{
    font-size: 1.2rem;
}