body {
    background: #fff
}
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }
    100% {
        background-position: 468px 0
    }
}
.animated-background,
.feature-news .listpost .linktitle .promotion-news-image img:not(.loaded),
.list-news .news-item .news-item-img img:not(.loaded) {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 700px 104px;
    position: relative
}
.feature-news {
    margin-top: 20px;
    margin-bottom: 20px
}
.feature-news .feature-news-title {
    margin-bottom: 20px
}
.feature-news .feature-news-title a {
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 600;
    color: #000
}
@media (max-width: 767px) {
    .feature-news .feature-news-title a {
        font-size: 20px
    }
}
.feature-news .feature-news-title a:hover,
.feature-news .feature-news-title a:focus {
    color: #c1582a
}
@media (max-width: 991px) {
    .feature-news .listpost {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        flex-direction: unset;
        -webkit-flex-flow: unset;
        flex-flow: unset;
        -webkit-justify-content: unset;
        justify-content: unset;
        -webkit-align-items: unset;
        align-items: unset
    }
}
.feature-news .listpost .linktitle {
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex
}
.feature-news .listpost .linktitle .promotion-news-image {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    margin-right: 10px;
    position: relative;
    height: 100px;
    position: relative
}
@media (max-width: 1024px) {
    .feature-news .listpost .linktitle .promotion-news-image {
        height: 100px
    }
}
@media (max-width: 991px) {
    .feature-news .listpost .linktitle .promotion-news-image {
        height: 100px
    }
}
@media (max-width: 767px) {
    .feature-news .listpost .linktitle .promotion-news-image {
        height: 87px;
        -ms-flex: 0 0 130px;
        flex: 0 0 130px
    }
}
@media (max-width: 668px) {
    .feature-news .listpost .linktitle .promotion-news-image {
        height: 87px
    }
}
@media (max-width: 569px) {
    .feature-news .listpost .linktitle .promotion-news-image {
        height: 87px
    }
}
@media (max-width: 480px) {
    .feature-news .listpost .linktitle .promotion-news-image {
        height: 87px
    }
}
@media (max-width: 376px) {
    .feature-news .listpost .linktitle .promotion-news-image {
        height: 87px
    }
}
@media (max-width: 321px) {
    .feature-news .listpost .linktitle .promotion-news-image {
        height: 87px
    }
}
.feature-news .listpost .linktitle .promotion-news-image img {
    width: 100% !important;
    max-height: 100%;
    height:100%;
    object-fit:cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}
.feature-news .listpost .linktitle .promotion-news-image img:not(.loaded) {
    width: 100% !important;
    height: 100% !important;
    opacity: 0.2
}
.feature-news .listpost .linktitle .ant-feature-news-title {
    -ms-flex: 1;
    flex: 1
}
.feature-news .listpost .linktitle .ant-feature-news-title p {
    color: #000;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}
.feature-news .listpost .linktitle:hover .ant-feature-news-title p {
    color: #c1582a
}
.news-header .news-h1 {
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 600;
    color: #000
}
@media (max-width: 767px) {
    .news-header .news-h1 {
        font-size: 20px
    }
}
.news-header .news-menu {
    display: -ms-flexbox;
    display: flex
}
@media (max-width: 767px) {
    .news-header .news-menu {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch
    }
}
.news-header .news-menu .news-menu__item {
    padding-bottom: 10px;
    text-transform: uppercase
}
@media (max-width: 767px) {
    .news-header .news-menu .news-menu__item {
        -webkit-flex-shrink: 0;
        -ms-flex: 0 0 auto;
        flex-shrink: 0
    }
}
.news-header .news-menu .news-menu__item a {
    color: #333;
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 10px;
    position: relative
}
@media (max-width: 767px) {
    .news-header .news-menu .news-menu__item a {
        font-size: 14px
    }
}
.news-header .news-menu .news-menu__item a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: transparent
}
.news-header .news-menu .news-menu__item a.active,
.news-header .news-menu .news-menu__item a:hover {
    color: #c1582a
}
.news-header .news-menu .news-menu__item a.active:before,
.news-header .news-menu .news-menu__item a:hover:before {
    background-color: #c1582a
}
.news-header .news-menu .news-menu__item + .news-menu__item {
    margin-left: 25px
}
@media (max-width: 991px) {
    .news-header .news-menu .news-menu__item + .news-menu__item {
        margin-left: 15px
    }
}
.list-news .news-item {
    margin-bottom: 20px
}
.list-news .news-item .news-item-img {
    height: 253px;
    display: block;
    position: relative;
    margin-bottom: 10px
}
@media (max-width: 1024px) {
    .list-news .news-item .news-item-img {
        height: 200px
    }
}
@media (max-width: 991px) {
    .list-news .news-item .news-item-img {
        height: 147px
    }
}
@media (max-width: 767px) {
    .list-news .news-item .news-item-img {
        height: 163px
    }
}
@media (max-width: 668px) {
    .list-news .news-item .news-item-img {
        height: 163px
    }
}
@media (max-width: 569px) {
    .list-news .news-item .news-item-img {
        height: 365px
    }
}
@media (max-width: 480px) {
    .list-news .news-item .news-item-img {
        height: 267px
    }
}
@media (max-width: 376px) {
    .list-news .news-item .news-item-img {
        height: 241px
    }
}
@media (max-width: 321px) {
    .list-news .news-item .news-item-img {
        height: 204px
    }
}
.list-news .news-item .news-item-img img {
    width: 100% !important;
    max-height: 100%;
    height:100%;
    object-fit:cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}
.list-news .news-item .news-item-img img:not(.loaded) {
    width: 100% !important;
    height: 100% !important;
    opacity: 0.2
}
.list-news .news-item h3 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}
.list-news .news-item h3 a {
    color: #000
}
.list-news .news-item h3 a:hover,
.list-news .news-item h3 a:focus {
    color: #c1582a
}
.list-news .news-item .news-item-date {
    text-transform: uppercase;
    color: #9d9d9d;
    font-size: 13px
}
@media (max-width: 569px) {
    .pagging-css {
        margin-top: 15px
    }
}
.pagging-css .pagination {
    justify-content: center
}