.elementor-widget-container {
    padding: 0px 20px 0px 0px;
}

.news-index-page .news-banner .banner-breadcrumb,
.category-news-page .news-banner .banner-breadcrumb,
.news-search-page .news-banner .banner-breadcrumb,
.detail-news-page .news-banner .banner-breadcrumb {
    min-height: 500px;
}

.news-index-page,
.category-news-page {
    padding-bottom: 50px;
}

.category-news-page .title-list-news {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.news-index-page .news-index-elementor-shape,
.category-news-page .category-news-elementor-shape,
.news-search-page .news-search-elementor-shape,
.detail-news-page .detail-news-elementor-shape {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: -1px;
}

.news-index-elementor-shape,
.category-news-elementor-shape,
.news-search-elementor-shape,
.detail-news-elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.news-index-elementor-shape:not([data-negative=true]) svg,
.category-news-elementor-shape:not([data-negative=true]) svg,
.news-search-elementor-shape:not([data-negative=true]) svg,
.detail-news-elementor-shape:not([data-negative=true]) svg {
    z-index: -1;
}

.news-index-elementor-shape svg,
.category-news-elementor-shape svg,
.news-search-elementor-shape svg,
.detail-news-page .detail-news-elementor-shape svg {
    width: calc(260% + 1.3px);
    height: 120px;
    transform: translateX(-50%) rotateY(180deg);
    display: block;
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
}

.news-index-elementor-shape .elementor-shape-fill,
.category-news-elementor-shape .elementor-shape-fill,
.news-search-elementor-shape .elementor-shape-fill,
.detail-news-elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.news-index-page .news-banner .banner-breadcrumb-content h1,
.category-news-page .news-banner .banner-breadcrumb-content h1,
.news-search-page .news-banner .banner-breadcrumb-content h1,
.detail-news-page .news-banner .banner-breadcrumb-content h1 {
    color: #ffffff;
    font-family: "Varela Round", Sans-serif;
    font-size: 60px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 1.2em;
}

.news-index-page .header h4,
.category-news-page .header h4,
.news-search-page .header h4,
.detail-news-right .header h4 {
    font-size: 20px;
    font-weight: 600;
}

.news-index-page .header,
.category-news-page .header,
.news-search-page .header,
.detail-news-right .header {
    padding: 12px;
    background: #F8F8F8;
    border-bottom-color: rgb(241, 241, 241);
}

.detail-news-left {
    font-size: 15px;
}

.detail-news-right_wrapper {
    padding: 10px;
}

.detail-news-right_wrapper li a {
    margin-left: 5px;
    font-size: 16px;
    font-weight: 550;
    color: #252531;
}

.elementor-divider {
    /*padding-top: 15px;*/
    /*padding-bottom: 15px;*/
    border-top: 1px dotted #CCCCCC;
    width: 100%;
    margin: 20px 0;
}

/*article*/
.news-hot-right .news-hot-wrap{
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: flex;
}

.news-hot-right .news-hot-list {
    --grid-column-gap: 30px;
    --grid-row-gap: 30px;
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap);
    grid-template-columns: repeat(3,1fr);
    margin-bottom: 20px;
}

.news-hot-right .post__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);

    overflow: hidden;
    position: relative;
    background-color: #fff;
    width: 100%;
    min-height: 100%;
    border-radius: 3px;
    border: 0 solid #818a91;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.news-hot-right .post__card:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}

.news-hot-right .post__card:hover .post__thumbnail__link:after {
    opacity: .5;
}

.news-hot-right .post__thumbnail__link {
    margin-bottom: 25px;
    position: relative;
    display: block;
    width: 100%;
}

.news-hot-right .post__thumbnail__link:after{
    display: block;
    content: "";
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.35)),color-stop(75%,transparent));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.35),transparent 75%);
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.35) 0,transparent 75%);
    background-image: linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.news-hot-right .post__thumbnail {
    padding-bottom: calc( 0.66 * 100% );
    position: relative;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.news-hot-right .post__thumbnail img {
    height: 100%;
    width: auto;
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    -webkit-transform: scale(1.01) translate(-50%,-50%);
    -ms-transform: scale(1.01) translate(-50%,-50%);
    transform: scale(1.01) translate(-50%,-50%);
    box-shadow: none;
    border: none;
}
.news-hot-right .post__badge a {
    color: #fff;
}
.news-hot-right .post__badge {
    margin: 20px;
    right: 0;
    text-transform: uppercase;
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 12px;
    padding: .6em 1.2em;
    line-height: 1;
    border-radius: 999px;
}

.news-hot-right .post__avatar {
    position: relative;
    padding: 0 30px;
    width: 100%;
    top: -25px;
    height: 0;
    pointer-events: none;
}

.news-hot-right .post__avatar img {
    border-radius: 50%;
    width: 60px;
    pointer-events: all;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    height: auto;
    max-width: 100%;
    border: none;
    box-shadow: none;
}

.news-hot-right .post__text {
    margin-top: 20px;
    padding: 0 30px;
    margin-bottom: 0;
}

.news-hot-right .post__text h3 {
    margin-bottom: 15px;
}

.news-hot-right .post__text h3 a {
    color: #252531;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    display: inline-block;
}

.news-hot-right .post__excerpt {
    margin-bottom: 5px;
    line-height: 1.7;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-hot-right .post__excerpt p {
    margin: 0;
    line-height: 1.5em;
    font-size: 14px;
    color: #777;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.detail-news-left div#gallery-5 {
    height: auto !important;
}

.news-hot-right .post__meta-data {
    margin-top: auto;
    padding: 15px 30px;
    margin-bottom: 0;
    border-top: 1px solid #eaeaea;
    line-height: 1.3em;
    font-size: 12px;
    color: #adadad;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.news-hot-right .news-hot-more a {
    color: #fff;
    width: auto;
    display: inline-flex;
    line-height: 1;

    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
    background-color: var(--e-global-color-accent);
}

.news-hot-right .news-hot-more span i.fa-arrow-alt-circle-right {
    margin-left: 5px;
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
}

.detail-news-page {
    padding-bottom: 50px;
}

/*news-search-page*/
.news-search-page {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 050px 0px
}

.news-search-title {
    margin-bottom: 20px;
}

.news-search-text-result {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.news-search-nav {
    display: flex;
    align-items: center;
    justify-content: end;
}

.news-search-nav .news-search-nav-wrap {
    border: 1px solid rgb(164, 175, 183);
}

.news-search-nav .news-search-nav-wrap .news-search-nav-title {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    padding: 12px;
    border-bottom: 1px solid rgb(164, 175, 183);
}

.news-search-nav .news-search-nav-wrap .news-search-nav-title h4 {
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 20px;
}

.news-search-nav .news-search-nav-content {
    padding: 12px;
    font-size: 16px;
    overflow-y: auto;
}

.detail-news-content-wrapper {
    position: relative;
}

.category-news-content-box,
.detail-news-content-box {
    width: 70%;
}

.list-news .post-avatar:before {
    content: "•";
    margin: 0 5px;
}

.news-hot-right .paginator .currentPage,
.news-hot-right .paginator a {
    display: inline-block;
    background: #fff;
    padding: 5px 10px;
    margin: 0 5px;
    color: #000;
    border: 1px solid rgba(0,0,0,.15);
}

.news-hot-right .paginator .paging-first,
.news-hot-right .paginator .paging-previous,
.news-hot-right .paginator .paging-next,
.news-hot-right .paginator .paging-last {
    display: none;
}

.news-hot-right .paginator .currentPage {
    color: #B19777;
}

@media (max-width: 1024px) {
    .news-index-page .news-banner .banner-breadcrumb,
    .category-news-page .news-banner .banner-breadcrumb,
    .news-search-page .news-banner .banner-breadcrumb,
    .detail-news-page .news-banner .banner-breadcrumb {
        min-height: 350px;
    }

    .news-banner .banner-image {
        padding: 0% 5% 0% 5%;
    }

    .news-index-page .detail-news-elementor-shape svg,
    .category-news-page .detail-news-elementor-shape svg,
    .news-search-page .detail-news-elementor-shape svg,
    .detail-news-page .detail-news-elementor-shape svg {
        height: 195px;
    }
}

@media (max-width: 768px) {
    .news-hot-right .news-hot-list {
        grid-template-columns: repeat(1,1fr);
    }

    .news-intro-page .news-hot-heading {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .news-hot-left {
        margin-top: 10px;
    }

    .news-hot-right .post__thumbnail {
        padding-bottom: calc( 0.5 * 100% );
    }

    .news-hot-right .post__thumbnail img {
        width: calc(100% + 1px);
    }

    .news-index-page .news-banner .banner-breadcrumb,
    .category-news-page .news-banner .banner-breadcrumb,
    .news-search-page .news-banner .banner-breadcrumb,
    .detail-news-page .news-banner .banner-breadcrumb {
        min-height: 280px;
    }

    .news-index-page .news-banner .banner-breadcrumb-content h1,
    .category-news-page .news-banner .banner-breadcrumb-content h1,
    .news-search-page .news-banner .banner-breadcrumb-content h1,
    .detail-news-page .news-banner .banner-breadcrumb-content h1 {
        font-size: 30px;
    }

    .news-index-page .news-banner .banner-image,
    .category-news-page .news-banner .banner-image,
    .news-search-page .news-banner .banner-image,
    .detail-news-page .news-banner .banner-image {
        padding: 10% 5% 0% 5%;
    }

    .news-index-page .category-news-elementor-shape svg,
    .category-news-page .category-news-elementor-shape svg,
    .news-search-page .news-search-elementor-shape svg,
    .detail-news-page .detail-news-elementor-shape svg {
        height: 50px;
    }

    .news-index-page .category-news-left,
    .category-news-page .category-news-left,
    .detail-news-page .detail-news-left {
        font-size: 16px;
        font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    }

    .news-index-page,
    .category-news-page,
    .news-search-page,
    .detail-news-page {
        padding-bottom: 20px;
    }

    .detail-news-content .container .row {
        flex-direction: column-reverse;
    }

    .news-search-nav {
        margin: 10px 0;
    }

    .news-search-nav .news-search-nav-wrap {
        width: 100%;
    }

    .news-search-nav .news-search-nav-wrap .news-search-nav-title h4 {
        font-size: 20px;
    }

    .category-news-content-box,
    .detail-news-content-box {
        width: 100%;
    }
}