.news .common-banner.hasCarousel .img-box {
    position: relative
}

.news .common-banner.hasCarousel .img-box:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 600px
}

.news .common-banner.hasCarousel .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media only screen and (max-width:1024px) {
    .news .common-banner.hasCarousel .img-box {
        position: relative
    }

    .news .common-banner.hasCarousel .img-box:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-bottom: 500px
    }

    .news .common-banner.hasCarousel .img-box img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.news .common-banner.hasCarousel .img-box:after {
    display: none
}

.news .common-banner.hasCarousel .info-box {
    height: calc(100% - 100px);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

@media only screen and (max-width:1024px) {
    .news .common-banner.hasCarousel .info-box {
        height: calc(100% - 100px)
    }
}

.news .carousel {
    margin-top: -200px
}

@media only screen and (max-width:1024px) {
    .news .carousel {
        margin-top: -160px
    }
}

@media only screen and (max-width:768px) {
    .news .carousel {
        padding: 0 5.334%
    }
}

.news .carousel .container {
    margin: 0 auto;
    max-width: 1600px;
    width: calc(100% - 100px);
    background: #323232;
    position: relative
}

@media only screen and (max-width:1024px) {
    .news .carousel .container {
        max-width: 800px
    }
}

@media only screen and (max-width:768px) {
    .news .carousel .container {
        width: 100%
    }
}

.news .carousel .swiper-slide {
    text-align: left;
    height: auto
}

@media only screen and (max-width:1024px) {
    .news .carousel .swiper-slide {
        height: auto
    }
}

.news .carousel .swiper-inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media only screen and (max-width:1024px) {
    .news .carousel .swiper-inner {
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.news .carousel .swiper-inner .img-box {
    width: 50%;
    position: relative
}

.news .carousel .swiper-inner .img-box:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 64.375%
}

.news .carousel .swiper-inner .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.news .carousel .swiper-inner .img-box img {
    width: 101%;
    height: 101%
}

@media only screen and (max-width:1024px) {
    .news .carousel .swiper-inner .img-box {
        width: 100%
    }
}

.news .carousel .swiper-inner .info-box {
    padding: 40px 4.1667vw 40px 0;
    width: 50%;
    background: #323232;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:1024px) {
    .news .carousel .swiper-inner .info-box {
        padding: 0 0 40px;
        width: 100%
    }
}

.news .carousel .swiper-inner .info-container {
    padding: 0 max(11.112%, 50px);
    color: #fff
}

@media only screen and (max-width:1024px) {
    .news .carousel .swiper-inner .info-container {
        padding: 40px 11.941%
    }
}

.news .carousel .swiper-inner .date {
    font-weight: 600;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9BD816
}

.news .carousel .swiper-inner .year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news .carousel .swiper-inner .year:before {
    margin: 0 10px;
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 500px;
    background: #9BD816
}

.news .carousel .swiper-inner .title {
    margin-top: 20px;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1.3;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

@media only screen and (max-width:1200px) {
    .news .carousel .swiper-inner .title {
        font-size: 1.25rem
    }
}

.news .carousel .swiper-inner .txt {
    margin-top: 10px;
    line-height: 1.8;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.news .carousel .swiper-inner .common-btn {
    margin-top: 20px
}

.news .carousel .swiper-pagination {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 4.1667vw;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

@media only screen and (max-width:1024px) {
    .news .carousel .swiper-pagination {
        top: auto;
        bottom: 40px;
        left: 50%;
        right: auto;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:1024px) {
    .news .carousel .swiper-pagination.vertical {
        width: auto
    }

    .news .carousel .swiper-pagination.vertical .swiper-pagination-bullet-active {
        width: 75px;
        height: 1px;
        -webkit-transition: width 0.5s;
        transition: width 0.5s
    }
}

@media only screen and (max-width:1024px) {
    .news .carousel .swiper-pagination-bullet:not(:first-child) {
        margin: 0 4px
    }
}

@media only screen and (max-width:1024px) {
    .news .carousel .swiper-pagination-bullet-active {
        width: 75px;
        height: 1px;
        opacity: 1
    }
}

.news .common-category .drag-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.news .content {
    padding-top: 80px;
    padding-bottom: 80px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:768px) {
    .news .content {
        padding: 0 5.334% 60px
    }
}

.news .content .container {
    margin: 0 auto;
    max-width: 1240px;
    width: calc(100% - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 60px
}

@media only screen and (max-width:1366px) {
    .news .content .container {
        gap: 0 40px
    }
}

@media only screen and (max-width:992px) {
    .news .content .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width:768px) {
    .news .content .container {
        width: 100%
    }
}

.news .content .list-title {
    width: max(26.21%, 250px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: sticky;
    top: 20vh
}

@media only screen and (max-width:992px) {
    .news .content .list-title {
        margin: 0 auto;
        max-width: 800px;
        width: 100%;
        text-align: center;
        position: static
    }
}

.news .content .list-content {
    width: 68.952%
}

@media only screen and (max-width:992px) {
    .news .content .list-content {
        margin-top: 60px;
        width: 100%
    }
}

.news .content .list-content>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 60px;
    position: relative
}

@media only screen and (max-width:1366px) {
    .news .content .list-content>li {
        gap: 0 40px
    }
}

@media only screen and (max-width:992px) {
    .news .content .list-content>li {
        padding: 60px 0
    }
}

@media only screen and (max-width:768px) {
    .news .content .list-content>li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.news .content .list-content>li:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #D9D9D9;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

@media only screen and (max-width:992px) {
    .news .content .list-content>li:before {
        opacity: 1
    }
}

.news .content .list-content>li:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #9BD816;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.news .content .list-content>li:not(:last-child) {
    padding-bottom: 60px
}

.news .content .list-content>li:not(:first-child) {
    padding-top: 60px;
    position: relative
}

.news .content .list-content>li:not(:first-child):before {
    opacity: 1
}

.news .content .list-content>li:not(:first-child):after {
    opacity: 0
}

@media only screen and (max-width:992px) {
    .news .content .list-content>li:last-child {
        padding: 60px 0 0
    }
}

.news .content .list-content>li.active .date {
    color: #9BD816
}

.news .content .list-content>li.active .common-btn:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1)
}

.news .content .list-content>li.active .common-btn.black-frame {
    border: 1px solid transparent
}

.news .content .list-content>li.active .common-btn.black-frame i,
.news .content .list-content>li.active .common-btn.black-frame>p {
    color: #fff
}

.news .content .list-content>li.active .common-btn.white-frame {
    border: 1px solid transparent
}

.news .content .list-content>li.active .common-btn.white-frame i,
.news .content .list-content>li.active .common-btn.white-frame>p {
    color: #fff
}

.news .content .list-content>li.active+li:before {
    opacity: 0
}

.news .content .list-content>li.active+li:after {
    opacity: 1
}

.news .content .date {
    font-weight: 700;
    text-align: center;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

@media only screen and (max-width:768px) {
    .news .content .date {
        padding: 0 17.5px
    }
}

.news .content .date .day {
    font-size: 2.5rem
}

@media only screen and (max-width:1200px) {
    .news .content .date .day {
        font-size: 1.875rem
    }
}

@media only screen and (max-width:768px) {
    .news .content .date .day {
        padding: 0 17.5px
    }
}

.news .content .date>div {
    margin-top: 10px;
    font-size: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

@media only screen and (max-width:768px) {
    .news .content .date>div {
        padding: 0 17.5px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.news .content .info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

@media only screen and (max-width:768px) {
    .news .content .info {
        margin-top: 30px;
        padding: 0 17.5px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.news .content .info .info-text {
    width: 100%
}

.news .content .info .cate {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.3;
    color: #7C7C7C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 40px
}

@media only screen and (max-width:768px) {
    .news .content .info .cate {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.news .content .info .cate>li {
    cursor: pointer;
    position: relative;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.news .content .info .cate>li:not(:last-child):before {
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    background: #D9D9D9;
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

@media only screen and (min-width:1201px) {
    .news .content .info .cate>li:hover {
        color: #9BD816
    }
}

@media only screen and (max-width:1200px) {
    .news .content .info .cate>li:active {
        color: #9BD816
    }
}

.news .content .info .title {
    margin-top: 15px;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.5
}

.news .content .info .txt {
    margin-top: 15px;
    line-height: 1.8;
    color: #323232;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.news .content .info .common-btn {
    margin-top: 30px
}

@media only screen and (max-width:768px) {
    .news .content .info .common-btn {
        margin: 30px auto 0
    }
}

.news .content .info .info-img {
    max-width: 300px;
    width: 100%
}

.news .content .info .info-img img {
    -webkit-filter: drop-shadow(0px 4px 11px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 11px rgba(0, 0, 0, 0.25))
}

@media only screen and (max-width:768px) {
    .news .content .info .info-img {
        margin: 0 auto
    }
}

.news .content .common-expand-btn {
    margin-top: 80px
}

@media only screen and (max-width:768px) {
    .news .content .common-expand-btn {
        margin-top: 60px
    }
}

@media only screen and (max-width:1024px) {
    .news .content .no-content {
        margin-top: 40px
    }
}

/*# sourceMappingURL=news.css.map */
/*----------------------------------------*/
/*  3.1 Blog-details
/*----------------------------------------*/
.blog-details {
    position: relative;
    display: block;
    z-index: 1;
    background: #ffffff;
}

.blog-details__left {
    position: relative;
    display: block;
    background-color: var(--thm-white);
}

.blog-details__img-box {
    position: relative;
    display: block;
}

.blog-details__img {
    position: relative;
    display: block;
}

.blog-details__img img {
    width: 100%;
}

.blog-details__content {
    position: relative;
    display: block;
    padding: 10px 10px 0;
    padding-top: 0;
}

@media (min-width: 576px) {
    .blog-details__content {
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    .blog-details__content {
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .blog-details__content {
        padding: 13px 30px 0;
    }
}

@media (min-width: 1199px) {
    .blog-details__content {
        padding: 23px 40px 0;
    }
}

.blog-details__meta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 17px;
    justify-content: center;
}

.blog-details__meta li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
}

.blog-details__meta li .icon {
    position: relative;
    display: inline-block;
    top: 1px;
}

.blog-details__meta li .icon span {
    position: relative;
    display: inline-block;
    color: var(--accent-color);
    font-size: 16px;
}

.blog-details__meta li a {
    font-size: 14px;
    color: var(--thm-gray);
}

.blog-details__meta li a:hover {
    color: var(--accent-color);
}

.blog-details__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}

@media (min-width: 576px) {
    .blog-details__title {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .blog-details__title {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .blog-details__title {
        font-size: 28px;
    }
}

@media (min-width: 1199px) {
    .blog-details__title {
        font-size: 28px;
    }
}

.blog-details__text-2 {
    margin-top: 30px;
    margin-bottom: 23px;
}

.blog-details__img-box {
    position: relative;
    display: block;
}

.blog-details__img-box .row {
    --bs-gutter-x: 12px;
}

.blog-details__img-box-img {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-details__img-box-img img {
    width: 100%;
}

.blog-details__category-and-tag {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #E6ECFF;
    margin-left: -40px;
    margin-right: -40px;
    padding: 0.26rem 40px 25px;
    margin-top: 27px;
}

.blog-details__category {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog-details__category-title {
    position: relative;
    display: block;
}

.blog-details__category-title span {
    font-weight: 700;
    color: var(--thm-black);
}

.blog-details__category-list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
}

.blog-details__category-list a {
    font-size: 12px;
    color: var(--thm-white);
    background-color: var(--accent-color);
    line-height: 12px;
    padding: 8px 10px 8px;
}

.blog-details__category-list a:hover {
    background-color: var(--thm-black);
}

.blog-details__tag {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog-details__tag-title {
    position: relative;
    display: block;
}

.blog-details__tag-title span {
    font-weight: 700;
    color: var(--thm-black);
}

.blog-details__tag-list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-details__tag-list a {
    color: var(--thm-gray);
}

.blog-details__tag-list a:hover {
    color: var(--accent-color);
}

.blog-details__delHandle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -40px;
    margin-right: -40px;
    padding: 0.26rem 40px 25px;
    margin-top: 27px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 70px;
    line-height: 1;
    align-items: center;
    padding: 0 40px;
    justify-content: space-between;
}

.blog-details__delHandle .item i {
    display: inline-block;
    font-size: 16px;
}

.blog-details__delHandle .item a {
    transition: color .3s ease-in-out;
    align-items: center;
}

.blog-details__delHandle .delNext span {
    margin-right: 15px;
}

.blog-details__delHandle .delPrev span {
    margin-left: 15px;
}

.blog-details__delHandle .delBackLi a {
    color: #ccc;
}

.blog-details__delHandle .delBackLi i {
    font-size: 30px;
}

.blog-details__text {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
    font-size: 16px;
    line-height: 30px;
}

.blog-details__text p {
    line-height: 1.75;
    margin: 0 0 15px;
}

.offer-section {
    position: relative;
    background-color: #f0f0f0;
}

.offer-section .line-shape {
    position: absolute;
    top: -13%;
    left: 0;
}

.offer-section .line-shape img {
    width: 100%;
    height: 100%;
}

.offer-section .mask-shape {
    position: absolute;
    top: 10%;
    right: -2%;
}

.offer-items {
    margin-top: 65px;
    position: relative;
    text-align: center;
    z-index: 9;
    padding: 30px 10px;
    padding-top: 1px;
}

.offer-items::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid var(--secondary);
    opacity: 0.3;
    border-radius: 8px;
    top: 0;
    z-index: -1;
}

.offer-items .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background: var(--white);
    margin: 0 auto;
    margin-top: -35px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    border: none;
    line-height: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

@media (min-width: 0) {
    .offer-items .icon {
        width: 100px;
        height: 100px;
        line-height: 100px;
        margin-top: -50px;
    }
}

@media (min-width: 992px) {
    .offer-items .icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin-top: -40px;
    }
}

.offer-items .icon img {
    width: 88%;
    border-radius: 50%;
}

.offer-items .content {
    margin-top: 20px;
}

.offer-items .content h5 {
    color: #333;
    font-size: 1rem;
}

.offer-items .shape-top {
    position: absolute;
    top: 50%;
    right: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.offer-items .shape-bottom {
    position: absolute;
    bottom: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.offer-items:hover::before {
    background: #fff;
}

.offer-items:hover .shape-top {
    top: -1px;
    right: -1px;
    opacity: 1;
    visibility: visible;
}

.offer-items:hover .shape-bottom {
    position: absolute;
    bottom: -1px;
    left: -1px;
    opacity: 1;
    visibility: visible;
}

.offer-items:hover .icon {
    background-image: none;
    background-color: var(--accent-color);
    transform: rotateY(360deg);
}

.offer-items:hover .icon svg path {
    fill: #fff;
}

.offer-items.active .shape-top {
    top: -1px;
    right: -1px;
    opacity: 1;
    visibility: visible;
}

.offer-items.active .shape-bottom {
    position: absolute;
    bottom: -1px;
    left: -1px;
    opacity: 1;
    visibility: visible;
}

.offer-items.active .icon {
    background-image: none;
    background-color: var(--accent-color);
    transform: rotateY(360deg);
}

.offer-items.active .icon svg path {
    fill: #fff;
}
