@font-face {
    font-family: "Inter Typeface";
    src: url("../font/Inter-VariableFont.ttf");
}

:root {
    --mainColor: #ff6449;
}

.site-operation {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    background-color: #1f2833;
    z-index: 999;
    border-radius: 5px;
    overflow: hidden;
    padding: 8px 0;
    gap: 8px;
}

.site-operation a {
    font-size: 24px;
    color: #fff;
    border-radius: 5px;
    padding: 0 12px;
    background-color: #1f2833;
}

/* left img */
.alash-home-page .container .alash-home-left {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 723px;
    overflow: hidden;
}

.alash-home-page .container .alash-home-left .alash-home-left-img {
    width: 100%;
}

.alash-home-page .container .alash-home-left .alash-home-left-img .left-img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: transform 0.5s ease;
}

.alash-home-page
.container
.alash-home-left
.alash-home-left-img
.left-img:hover {
    transform: scale(1.05);
}

.alash-home-page .container .alash-home-left-img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, transparent, black 85%);
    z-index: 3;
    pointer-events: none;
}

.alash-home-page .container .alash-home-position-card {
    position: absolute;
    bottom: 8.2%;
    left: 8%;
    z-index: 3;
    color: red !important;
    padding-right: 7.75rem;
}

.alash-home-page .container .alash-home-position-card .position-card-tittle {
    margin-bottom: 1.25rem;
}

.alash-home-page .container .position-card-tittle .position-card-tittle-a {
    display: inline-block;
    padding: 5px 9px;
    background: var(--mainColor);
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 18px */
}

.alash-home-page .container .position-card-text a {
    display: block;
    color: #fff;
    font-family: Lora;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    margin-bottom: 20px;
    /* 28.75px */
}

.alash-home-page .container .position-card-text a:hover {
    color: var(--mainColor);
}

.alash-home-page .container .position-card-time {
    color: #ababab;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    /* 83.333% */
    text-transform: lowercase;
}

/* img rigth */
.alash-home-right .right-img a {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.alash-home-right .right-img a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.alash-home-right .right-img a img:hover {
    transform: scale(1.05);
}

.alash-home-right .alash-home-category a {
    display: block;
    color: var(--mainColor);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 10px;
    /* 83.333% */
}

.alash-home-right .alash-home-tittle a {
    color: #000;
    font-family: Lora;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 14px 0;
    /* 16.8px */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.alash-home-right .alash-home-tittle a:hover {
    color: var(--mainColor);
}

.alash-home-time {
    color: #c0c0c0;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    /* 100% */
    text-transform: lowercase;
}

.alash-home-hr {
    margin: 15px;
    height: 1px;
    background-color: #dfdfdf;
}

/* news-header */
.alash-home-new-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 65px 0 45px 0;
}

.alash-home-new-header .new-header-label a {
    color: #000;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 32px */
}

.alash-home-new-header .new-header-label i {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    cursor: pointer;
}

.alash-home-new-header .home-new-btn {
    display: inline-block;
    padding: 8px 7px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 15px;
    flex-wrap: wrap;
    border-radius: 4px;
    background: #efefef;
    color: #000;
    text-align: right;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 90%;
    /* 9px */
}

/* alash-home-news */

.alash-home-news .home-news-btn {
    display: flex;
    padding: 6px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #5f616a;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    border-radius: 4px;
    background: #ddd;
    /* 150% */
}

.alash-home-news .home-news-btn.active {
    color: #fff;
    background: var(--mainColor);
}

.alash-home-news .home-news-scrol {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 555px;
}

.alash-home-news .home-news-scrol::-webkit-scrollbar {
    width: 3px;
}

.alash-home-news .home-news-scrol::-webkit-scrollbar-thumb {
    background: var(--mainColor);
    border-radius: 2px !important;
    /* 设置滚动条的颜色 */
}

.alash-home-news .home-news-scrol li a.news-scro-tittle {
    color: #000;
    font-family: Lora;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 20.4px;
    /* 20.4px */
}

.alash-home-news .home-news-scrol li a.news-scro-tittle:hover {
    color: var(--mainColor);
}

.alash-home-news .home-news-scrol li .news-scro-time {
    color: #c0c0c0;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    /* 100% */
    text-transform: lowercase;
}

.alash-home-news .news-scro-hr {
    background-color: #dfdfdf;
    width: 100%;
    height: 1px;
    margin: 20px 0;
}

.alash-home-news .home-news-scrol-footer a {
    color: var(--mainColor);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 120% */
    text-transform: uppercase;
}

.alash-home-news .home-news-scrol-footer i {
    color: var(--mainColor);
    font-size: 16px;
    padding-left: 15px;
    cursor: pointer;
}

.home-news-card .news-card-img img {
    width: 100%;
    height: auto;
}

.home-news-card .news-card-img {
    position: relative;
}

.home-news-card .news-card-btn {
    position: absolute;
    bottom: -6%;
    left: 0;
    z-index: 3;
    pointer-events: none;
    display: flex;
    background: var(--mainColor);
    padding: 3px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 120% */
}

.home-news-card .news-card-tittle {
    margin-top: 27px;
}

.home-news-card .news-card-tittle a {
    display: block;
    color: #000;
    font-family: Lora;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 26.4px */
}

.home-news-card .news-card-tittle a:hover {
    color: var(--mainColor);
}

.home-news-card .news-card-time {
    margin-top: 15px;
    color: #ababab;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    /* 83.333% */
    text-transform: lowercase;
}

/* middle-img */
.alash-home-page .container-fluid {
    margin: 65px 0;
    position: relative;
}

.alash-home-page .container-fluid .alash-middle-container {
    height: 100%;
    display: flex;
    align-items: center;
}

.alash-home-page .container-fluid .alash-middle-img {
    background: var(--mainColor);
    height: 148px;
}

.alash-home-page .container-fluid .middle-img-right {
    background-image: url("/images/vector3.png");
    background-repeat: repeat;
    background-position: 0px -30px;
    background-size: 70px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    height: 100%;
}

.alash-home-page .container-fluid .middle-img-left {
    display: flex;
    align-items: center;
    /* padding-left: 12.5%; */
}

/* Economy */

.alash-home-page .alash-home-economy .alashi-economy-hr {
    width: 100%;
    height: 1px;
    background: #e2e2e2;
    margin-top: 65px;
}

.alash-home-page
.alash-home-economy
.alashi-alemi-row
.alash-home-dbtn-left
.home-new-bachund {
    border-radius: 4px;
    background: #e6e6e6 !important;
}

.alash-home-page .alash-home-economy .card-left .card {
    box-shadow: none !important;
}

.alash-home-page .alash-home-economy .card-img {
    overflow: hidden;
}

.alash-home-page .alash-home-economy .card-img a {
    width: 100%;
    display: block;
    overflow: hidden;
}

.alash-home-page .alash-home-economy .card-img img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.alash-home-page .alash-home-economy .card-img img:hover {
    transform: scale(1.05);
}

.alash-home-page .alash-home-economy .card-left .card-tittle a {
    display: block;
    color: #000;
    font-family: Lora;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    margin-top: 20px;
    line-height: 120%;
    /* 33.6px */
}

.alash-home-page .alash-home-economy .card-left .card-tittle a:hover {
    color: var(--mainColor);
}

.alash-home-page .card-left .card-text-a {
    display: block;
    margin-top: 20px;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.alash-home-page .alash-home-economy .card-left .card-span-a {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}

.alash-home-page .alash-home-economy .card-left .card-span-a:hover {
    color: var(--mainColor);
}

.alash-home-page .alash-home-economy .card-left .card-time {
    margin-top: 20px;
    color: #c0c0c0;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    /* 83.333% */
    text-transform: lowercase;
}

.alash-home-page .alash-home-economy.card-left .card-time-last-child {
    padding-left: 40px;
}

.alash-home-page .alash-home-economy .card-right .alash-card-mt {
    margin-bottom: 35px;
}

.alash-home-page .alash-home-economy .card-right .card {
    box-shadow: none;
}

.alash-home-page .alash-home-economy .card-right .card-img img {
    width: 100%;
    height: auto;
}

.alash-home-page .alash-home-economy .card-right .card-tittle a {
    display: block;
    color: #000;
    font-family: Lora;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding: 10px 0;
    /* 21.6px */
}

.alash-home-page .alash-home-economy .card-right .card-tittle a:hover {
    color: var(--mainColor);
}

.alash-home-page .alash-home-economy .card-right .card-time {
    color: #c0c0c0;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    /* 100% */
    text-transform: lowercase;
}

.alash-home-page .alash-home-economy-header {
    margin: 35px 0 !important;
}

.alashi-alemi-container {
    margin-top: 115px !important;
    background: #1a1a1a;
}

.alashi-alemi-container .alashi-alemi-row {
    margin-top: 98px !important;
}

.alashi-alemi-container .home-economy-row {
    margin-bottom: 64px;
}

.alashi-alemi-container .home-economy-row .card {
    background-color: transparent !important;
}

.alashi-alemi-container .alash-home-economy .home-economy-row .card a {
    color: #fff;
}

.alashi-alemi-container .alash-home-economy .home-economy-row .card p {
    color: #fff;
}

.alashi-alemi-container .alashi-alemi-row .alashi-alemi-label a {
    color: var(--mainColor);
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 93.75% */
}

.alashi-alemi-container .alashi-alemi-row .alashi-alemi-label i {
    color: var(--mainColor);
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    cursor: pointer;
}

.alash-home-page .alash-home-economy .card-left .card .card-time-last-child {
    padding-left: 40px;
}

.alshi-home-footer-mb {
    margin-bottom: 100px;
}

@media screen and (min-width: 1199px) {
    .alash-home-page .alash-home-economy .home-economy-row .card-left {
        padding-right: 31px;
    }

    .alash-home-page .alash-home-economy .home-economy-row .card-right {
        padding-left: 32px;
    }

    .alash-home-page .alash-home-economy .home-economy-row .home-news-col-pr {
        padding-right: 39px;
    }

    .card-right-dsort {
        margin-bottom: 0;
    }

    .home-news-md-btn {
        display: flex !important;
    }

    .home-news-lx-btn {
        display: none !important;
    }

    .alash-home-page .container .alash-home-right-dnone {
        display: none !important;
    }

    .alash-home-right .right-img a {
        height: 100%;
    }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .alash-home-new-header {
        display: flex;
    }

    .alash-home-dbtn-left {
        display: flex;
        justify-content: left !important;
        padding-left: 0 !important;
    }

    .alash-home-page .container .alash-home-new-header {
        margin-top: 35px;
        margin-bottom: 16px;
    }

    .alash-home-page .alash-home-economy .card-right .alash-card-mt {
        margin-bottom: 10px;
    }

    .alshi-home-footer-mb {
        margin-bottom: 60px;
    }

    .card-right-dsort {
        margin-bottom: 16px;
    }

    .home-news-md-btn {
        display: flex !important;
    }

    .home-news-lx-btn {
        display: none !important;
    }

    .alash-home-page .container .alash-home-right-dnone {
        display: none !important;
    }

    .alash-home-right .right-img a {
        height: 100%;
    }
}

@media screen and (max-width: 767.98px) {
    .alash-home-page .container .alash-home-left-col {
        padding: 0;
    }

    .alash-home-news .home-news-scrol {
        display: none;
    }

    .alash-home-page
    .alash-home-economy
    .home-economy-row
    .alash-home-right-dnone {
        display: block;
    }

    .alash-home-page .container .alash-home-position-card {
        position: absolute;
        bottom: 5%;
        left: 8%;
        z-index: 3;
        color: red !important;
        padding-right: 2rem;
    }

    .alash-home-page .container .alash-home-left {
        height: 468px;
        width: 100%;
    }

    .alash-home-page .container .alash-home-left .alash-home-left-img .left-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .alash-home-page .container .position-card-tittle .position-card-tittle-a {
        color: #fff;
        font-family: Inter;
        font-size: 12px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        /* 12px */
    }

    .alash-home-page .container .alash-home-position-card .position-card-tittle {
        margin-bottom: 15px;
    }

    .alash-home-page
    .container
    .alash-home-position-card
    .position-card-text
    a
    p {
        color: #fff;
        font-family: Lora;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 115%;
        margin-bottom: 15px;
        /* 23px */
    }

    .alash-home-page .container .alash-home-position-card .position-card-time {
        font-size: 10px !important;
    }

    .alash-home-page .container .right-img a img {
        display: block;
        width: 100%;
        object-fit: cover;
        height: auto !important;
    }

    .alash-home-page .container .alash-home-right-pl {
        padding-left: 0 !important;
    }

    .alash-home-page .container .home-news-row-pr {
        margin-top: 30px;
    }

    .alash-home-page .container .home-news-scrol-btn a {
        display: flex;
        padding: 8px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 4px;
        border: 1px solid var(--mainColor);
        color: var(--mainColor);
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        margin-top: 15px;
    }

    .alash-home-page .container .alash-home-new-header {
        margin-top: 30px !important;
        margin-bottom: 15px !important;
    }

    .alash-home-page .container .alash-home-dbtn-left {
        display: flex;
        justify-content: left !important;
        padding-left: 0 !important;
    }

    .alash-home-page .container .alash-home-dbtn-left a {
        font-size: 8px !important;
    }

    .alash-home-page .container .alash-home-right-dnone {
        display: flex;
    }

    .alash-home-page .container .card-left .card .card-tittle a {
        font-size: 20px;
        margin-top: 15px;
    }

    .alash-home-page .container .card .card-time {
        font-size: 10px !important;
        margin-top: 15px !important;
    }

    .alash-home-page .container .card-left .card .card-text-a {
        font-size: 10px;
        margin-top: 15px;
    }

    .alash-home-page .container .card-right {
        margin-top: 30px;
    }

    .alash-home-page .container .card-right .card .card-tittle a {
        font-size: 14px;
        padding: 8px 0;
    }

    .alash-home-page .container .card-right .card .card-time {
        font-size: 8px !important;
        margin-top: 0 !important;
    }

    .alash-home-page .container .alash-card-mt {
        margin-bottom: 15px !important;
    }

    .alash-home-page .container .card-right .card-right-dsort .card .card-img a {
        display: block;
    }

    .alash-home-page .container .card-right .card-right-dsort .card .card-tittle {
        padding-left: 0 !important;
    }

    .alash-home-page
    .container
    .card-right
    .card-right-dsort
    .card
    .card-tittle
    a {
        padding: 0 !important;
    }

    .card-span-a {
        font-size: 12px !important;
    }

    .alashi-alemi-row .alashi-alemi-label a {
        font-size: 20px !important;
        font-weight: 600 !important;
    }

    .alashi-alemi-row .alashi-alemi-label i {
        font-size: 16px !important;
    }

    .alashi-alemi-row .alashi-alemi-row-blck-img a img {
        width: 20px !important;
        height: 20px !important;
    }

    .alashi-alemi-container {
        margin-top: 30px !important;
        margin-bottom: 0 !important;
        background-color: #f0f0f0 !important;
    }

    .alashi-alemi-container .alash-home-economy .home-economy-row .card a,
    p {
        color: #000;
    }

    .home-economy-row {
        margin-bottom: 35px !important;
    }

    .alash-home-new-header .new-header-label a {
        font-size: 20px !important;
    }

    .alash-home-new-header .new-header-label i {
        font-size: 16px !important;
    }

    .alash-home-time {
        padding-top: 10px;
        display: flex;
    }

    .alshi-home-footer-mb {
        margin-bottom: 30px;
    }

    .home-news-md-btn {
        display: none !important;
    }

    .home-news-lx-btn {
        display: flex !important;
    }

    .alashi-alemi-container .alash-home-economy .home-economy-row .card a {
        color: #000;
    }

    .alashi-alemi-container .alash-home-economy .home-economy-row .card p {
        color: #000;
    }
}

.alash-home-page .container .alash-home-dbtn-left {
    display: none !important;
}

@font-face {
    font-family: Inter;
    src: url("../font/Inter-Medium.ttf");
}

@font-face {
    font-family: Lora;
    src: url("../font/Lora-Regular.ttf");
}

.article-list,
.articel-view {
    font-family: Inter;
}

.article-list a,
.articel-view a {
    color: #000;
}

.article-list a:hover,
.articel-view a:hover {
    color: var(--mainColor) !important;
}

.article-list hr,
.articel-view hr {
    margin: 30px 0;
}

.article-list .sub-header h1,
.articel-view .sub-header h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 90%;
}

.article-list .sub-header .tags,
.articel-view .sub-header .tags {
    column-gap: 15px;
}

.article-list .sub-header .tags li,
.articel-view .sub-header .tags li {
    border-radius: 4px;
    background: #efefef;
    display: flex;
    padding: 8px 7px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 90%;
    border: none;
}

.article-list > .row,
.articel-view > .row {
    column-gap: 63px;
}

.article-list p,
.articel-view p {
    margin: 0;
}

.article-list .article-list-item hr,
.articel-view .article-list-item hr {
    margin: 30px 0;
}

.article-list .article-list-item .thumbnail,
.articel-view .article-list-item .thumbnail {
    height: 195px;
    width: 344px;
}

.article-list .article-list-item .thumbnail .view,
.articel-view .article-list-item .thumbnail .view,
.article-list .article-list-item .thumbnail img,
.articel-view .article-list-item .thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.article-list .article-list-item .description,
.articel-view .article-list-item .description {
    height: 195px;
}

.article-list .article-list-item .description h4,
.articel-view .article-list-item .description h4 {
    font-weight: 600;
    font-family: Lora;
}

.article-list .article-list-item .description .short-description,
.articel-view .article-list-item .description .short-description {
    max-height: 80px;
    overflow: hidden;
    font-size: 12px;
    line-height: 150%;
}

.article-list .article-list-item .description .short-description .view-more,
.articel-view .article-list-item .description .short-description .view-more {
    color: #000;
    font-weight: 600px;
}

.article-list .publish-time,
.articel-view .publish-time {
    font-size: 12px;
    font-weight: 500;
    color: #c0c0c0;
}

.article-list .publish-time .view-count,
.articel-view .publish-time .view-count {
    margin-left: 40px;
}

.article-list .publish-time .view-count i,
.articel-view .publish-time .view-count i {
    margin-right: 5px;
}

.article-list .w-70,
.articel-view .w-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
}

.article-list .card,
.articel-view .card {
    box-shadow: none;
    --webkit-box-shadow: none;
    padding: 0;
}

.article-list .card .breadcrumb,
.articel-view .card .breadcrumb {
    background-color: transparent;
    padding: 0;
}

.article-list .card .breadcrumb .breadcrumb-item::before,
.articel-view .card .breadcrumb .breadcrumb-item::before {
    color: var(--mainColor);
    font-size: 15px;
}

.article-list .card .breadcrumb a,
.articel-view .card .breadcrumb a {
    color: var(--mainColor) !important;
    font-size: 15px;
}

.article-list .card .article-title,
.articel-view .card .article-title {
    color: #000;
    font-family: Lora;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
}

.article-list .card .publish-time,
.articel-view .card .publish-time {
    margin: 20px 0;
}

.article-list .card .copyright,
.articel-view .card .copyright {
    color: #c0c0c0;
    font-size: 12px;
    font-weight: 500;
    line-height: 10px;
    margin-top: 20px;
}

.article-list .card .content,
.articel-view .card .content {
    margin-top: 20px;
}

.article-list .card .content table,
.articel-view .card .content table,
.article-list .card .content img,
.articel-view .card .content img,
.article-list .card .content iframe,
.articel-view .card .content iframe,
.article-list .card .content video,
.articel-view .card .content video,
.article-list .card .content audio,
.articel-view .card .content audio,
.article-list .card .content svg,
.articel-view .card .content svg,
.article-list .card .content canvas,
.articel-view .card .content canvas,
.article-list .card .content embed,
.articel-view .card .content embed,
.article-list .card .content object,
.articel-view .card .content object {
    max-width: 100%;
}

.article-list .card .content p,
.articel-view .card .content p {
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 140%;
}

.article-list .card .content p img,
.articel-view .card .content p img {
    margin: 15px 0;
}

.article-list .card .content strong,
.articel-view .card .content strong {
    font-weight: 700;
    line-height: 140%;
}

.article-list .card .content blockquote,
.articel-view .card .content blockquote {
    padding: 70px 34px 36px 34px;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f4;
    border-left: 4px solid var(--mainColor);
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.article-list .card .content blockquote::before,
.articel-view .card .content blockquote::before {
    content: "\f10d";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    font-size: 25px;
    color: var(--mainColor);
    top: 25px;
    left: 37px;
    font-weight: 900;
}

.article-list .card .content .article-tag-list,
.articel-view .card .content .article-tag-list {
    column-gap: 15px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.article-list .card .content .article-tag-list .badge,
.articel-view .card .content .article-tag-list .badge {
    display: flex;
    padding: 8px 7px;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    margin-bottom: 11px;
    background-color: #efefef !important;
    color: #000 !important;
}

.article-list .card .rating-container,
.articel-view .card .rating-container {
    margin-top: 40px;
}

.article-list .card .rating-container .rating-text,
.articel-view .card .rating-container .rating-text {
    font-weight: 700;
    font-size: 18px;
}

.article-list .card .rating-container .rating,
.articel-view .card .rating-container .rating {
    gap: 2px;
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
}

.article-list .card .rating-container .rating li,
.articel-view .card .rating-container .rating li {
    border: none !important;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.article-list .card .rating-container .rating li a,
.articel-view .card .rating-container .rating li a {
    align-items: center;
    display: flex;
    background-color: transparent;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 10px;
    border-radius: 50%;
}

.article-list .card .rating-container .rating li a:hover,
.articel-view .card .rating-container .rating li a:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.article-list .card .rating-container .rating li i,
.articel-view .card .rating-container .rating li i {
    line-height: 1;
    width: auto;
    font-size: 30px;
}

.article-list .card .rating-container .rating li a.emoji i,
.articel-view .card .rating-container .rating li a.emoji i {
    font-size: 50px;
}

.article-list .card .rating-container .rating li a .text,
.articel-view .card .rating-container .rating li a .text {
    border-radius: 5px;
    font-weight: 500;
    line-height: 140%;
    padding: 8px 0;
}

.article-list .card .rating-container .rating li a .text:hover,
.articel-view .card .rating-container .rating li a .text:hover {
    color: #ffac4a;
}

.article-list .card .rating-container .rating li .rating-count,
.articel-view .card .rating-container .rating li .rating-count {
    color: #000;
    border-radius: 5px;
    padding: 8px 14px;
    text-align: center;
}

.article-list .recommended,
.articel-view .recommended {
    margin-top: 40px;
}

.article-list .recommended h5,
.articel-view .recommended h5 {
    color: var(--mainColor);
    font-size: 32px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 35px;
    margin-top: 0;
}

.article-list .recommended hr,
.articel-view .recommended hr {
    margin: 15px 0;
}

.article-list .recommended hr.d-none.d-xl-block,
.articel-view .recommended hr.d-none.d-xl-block {
    margin-bottom: 40px;
}

.article-list .recommended .card-title,
.articel-view .recommended .card-title {
    margin: 10px 0;
}

.article-list .recommended .publish-time,
.articel-view .recommended .publish-time {
    color: #c0c0c0;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    text-transform: lowercase;
    margin: 0;
}

.latest-news .title {
    color: var(--mainColor);
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 41px;
}

.latest-news .article-list-item {
    border-bottom: none;
    padding-top: 16px;
    margin-bottom: 0;
}

.latest-news .article-list-item .description {
    height: auto;
}

.latest-news .article-list-item .description hr {
    margin: 0;
    margin-bottom: 16px;
}

.latest-news .article-list-item .description h4 {
    font-weight: 600;
    font-family: Lora;
    color: #000;
    font-size: 14px;
    font-style: normal;
    line-height: 130%;
    margin-bottom: 16px;
}

.latest-news .article-list-item .description .publish-time {
    color: #c0c0c0;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    text-transform: lowercase;
}

.latest-news .article-list-item .description .publish-time .view-count {
    margin-left: 34px;
}

.pagination {
    column-gap: 4px;
}

.pagination li a,
.pagination li a:hover {
    border-radius: 9px !important;
    box-shadow: none !important;
    color: #000 !important;
}

.pagination li.active a {
    border-radius: 9px !important;
    box-shadow: none !important;
    background-color: var(--mainColor) !important;
    color: #fff !important;
}

.articel-view .card .content a {
    color: var(--mainColor) !important;
}

.articel-view .card .content a:hover {
    text-decoration: underline !important;
}

@media screen and (max-width: 767px) {
    .article-list hr,
    .articel-view hr {
        margin: 15px 0;
    }

    .article-list .sub-header h1,
    .articel-view .sub-header h1 {
        font-size: 20px;
    }

    .article-list .sub-header .tags,
    .articel-view .sub-header .tags {
        margin-bottom: 15px;
    }

    .article-list .sub-header .tags li,
    .articel-view .sub-header .tags li {
        font-size: 8px;
        font-weight: 600;
        line-height: 90%;
    }

    .article-list .article-list-item,
    .articel-view .article-list-item {
        border: none;
        padding-bottom: 0;
        margin-bottom: 15px;
    }

    .article-list .article-list-item .description strong,
    .articel-view .article-list-item .description strong {
        font-weight: 600;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .article-list .article-list-item:nth-child(even),
    .articel-view .article-list-item:nth-child(even) {
        padding-left: 7.5px;
    }

    .article-list .article-list-item:nth-child(odd),
    .articel-view .article-list-item:nth-child(odd) {
        padding-right: 7.5px;
    }

    .article-list .article-list-item .thumbnail,
    .articel-view .article-list-item .thumbnail {
        height: auto;
        width: auto;
    }

    .article-list .article-list-item .description,
    .articel-view .article-list-item .description {
        height: auto;
    }

    .article-list .article-list-item .description h4,
    .articel-view .article-list-item .description h4 {
        min-height: 44px;
        margin-top: 8px;
        font-size: 12px;
        line-height: 120%;
    }

    .article-list .article-list-item .description .publish-time,
    .articel-view .article-list-item .description .publish-time {
        font-size: 8px;
        font-weight: 500;
        line-height: 120%;
        text-transform: lowercase;
    }

    .article-list .w-70,
    .articel-view .w-70 {
        width: auto;
    }

    .article-list .card .article-title,
    .articel-view .card .article-title {
        font-size: 24px;
    }

    .article-list .card .copyright,
    .articel-view .card .copyright,
    .article-list .card .content,
    .articel-view .card .content {
        margin-top: 15px;
    }

    .article-list .card .copyright blockquote,
    .articel-view .card .copyright blockquote,
    .article-list .card .content blockquote,
    .articel-view .card .content blockquote {
        margin-top: 15px;
    }

    .article-list .recommended img,
    .articel-view .recommended img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .article-list .recommended .card-title,
    .articel-view .recommended .card-title {
        margin-top: 0;
    }

    .article-list .recommended .card-title a,
    .articel-view .recommended .card-title a {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .article-list .recommended .card-title .article-category,
    .articel-view .recommended .card-title .article-category {
        color: var(--mainColor);
        font-size: 10px;
        font-weight: 600;
        line-height: 100%;
        margin-bottom: 5px;
    }

    .article-list .recommended h5,
    .articel-view .recommended h5 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .article-list .recommended .publish-time,
    .articel-view .recommended .publish-time {
        display: flex;
        justify-content: space-between;
    }

    .article-list .recommended .publish-time .view-count,
    .articel-view .recommended .publish-time .view-count {
        margin-left: 0;
    }

    .pagination {
        margin: 8px 0 !important;
    }
}

@media screen and (min-width: 767px) and (max-width: 1199px) {
    .article-list .w-70,
    .articel-view .w-70 {
        width: auto;
    }

    .article-list .sub-header .tags,
    .articel-view .sub-header .tags {
        margin-bottom: 30px;
    }
}

.tool-bar-header .a-header {
    background-color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 58px;
}

.tool-bar-header .quote_section {
    background-color: var(--mainColor);
    height: 4rem;
    width: 100%;
}

.tool-bar-header .topic-section {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 400;
}

.page-footer .about-us-section {
    color: #1a1a1a;
    font-family: Inter;
    font-size: 15px;
}

.quote_section .hr-line {
    height: 1px;
    width: 16.5% -16px;
    background-color: #fff;
}

.page-footer .footer-copyright .copirighting-str:hover,
.page-footer .footer-copyright .copirighting-str .footer-str:hover {
    color: #000 !important;
}

.tool-bar-header .quote_section .quote {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tool-bar-header .quote_section .quote strong {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    flex-wrap: nowrap;
    margin-bottom: 0;
}

.tool-bar-header .quote_section .quote p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin: 1rem;
}

.tool-bar-header .a-header .weather-section {
    color: #7e7e7e;
    font-size: 15px;
    font-weight: 400;
}

.tool-bar-header .a-header .time-section {
    color: #7e7e7e;
    font-size: 15px;
    font-weight: 400;
}

.tool-bar-header .a-nav-tabs .a-tabs a {
    border: none !important;
}

.tool-bar-header .a-nav-tabs {
    justify-content: start;
    column-gap: 36px;
}

.tool-bar-header .a-nav-tabs :last-child .dropdown-menu a:hover {
    background-color: #f0f1f1;
    transition: none;
    --webkit-transition: none;
    box-shadow: none;
    --webkit-box-shadow: none;
    color: #000 !important;
}

.tool-bar-header .a-nav-tabs :last-child .dropdown-menu .active {
    background-color: var(--mainColor);
    color: #fff !important;
}

.tool-bar-header .a-nav-tabs :last-child .dropdown-menu .active:hover {
    background-color: var(--mainColor);
    color: #fff !important;
}

.tool-bar-header .header-modal .modal-content,
.tool-bar-header .header-modal .modal-header {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 1px 19px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.footer-copyright .footer-str:hover {
    color: #000;
}

.tool-bar-header .modal-dialog .modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.tool-bar-header #frameModalBottomSuccessDemo {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
}

.tool-bar-header .a-nav-tabs :last-child .dropdown-menu a {
    color: #000 !important;
}

.tool-bar-header .a-nav-tabs :last-child a span {
    border-bottom: 1px transparent;
    color: #7e7e7e !important;
    font-size: 18px;
    font-weight: 500;
}

.tool-bar-header .a-nav-tabs :last-child a {
    padding: 0.5rem 1rem;
}

.tool-bar-header .a-nav-tabs li {
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
    border-bottom: 1px solid transparent;
}

.tool-bar-header .a-nav-tabs li.active:before {
    content: '';
    position: absolute;
    height: 3px;
    left: 0;
    right: 0;
    bottom: -3px;
    background-color: var(--mainColor);
}

.tool-bar-header .a-nav-tabs li a {
    border: none !important;
    border-bottom: 1px transparent;
    color: #7e7e7e !important;
    font-size: 18px;
    font-weight: 500;
    font-family: "Inter Typeface";
}

.tool-bar-header .a-nav-tabs li.active a {
    color: var(--mainColor) !important;
}

.tool-bar-header .a-nav-tabs li:hover a {
    color: var(--mainColor) !important;
}

.tool-bar-header .a-nav-tabs .dropdown-menu-right .dropdown-item {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.tool-bar-header .a-nav-tabs .dropdown-item {
    text-align: center;
    color: #1a1a1a;
}

.tool-bar-header .a-nav-tabs .dropdown-item.active {
    background-color: var(--mainColor);
    color: #fff !important;
}

.tool-bar-header .a-header .fa-bars {
    color: var(--mainColor);
    font-size: 1.5rem;
}

.page-footer {
    padding-bottom: 2rem;
}

.page-footer,
.footer-copyright {
    background-color: #f0f0f0 !important;
}

.page-footer .footer-copyright {
    border-top: 1px solid #e2e2e2;
    margin-top: 2rem;
    padding-top: 2rem;
}

.page-footer .footer-str {
    color: #1a1a1a;
    font-size: 15px;
}

.page-footer .footer-main-str {
    color: #1a1a1a !important;
    font-size: 18px;
    /*    font-weight: 700;*/
}

.tool-bar-header .a-header .site-logo {
    height: 2.5rem;
}

.tool-bar-header .modal {
    top: 15% !important;
    bottom: 0% !important;
    left: 0;
    right: 0;
}

footer.page-footer a:hover {
    color: var(--mainColor) !important;
}

.tool-bar-header .a-header a:active {
    transform: scale(0.95);
}

.tool-bar-header .d-main-page-modal .modal-dialog {
    position: fixed;
    bottom: 0 !important;
    left: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 80%;
    border-radius: 0;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
}

.tool-bar-header .header-modal {
    top: 10% !important;
    padding-top: 20%;
}

header .top-nav-collapse {
    --webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.tool-bar-header .a-nav-tabs li a {
    padding: 0 !important;
}

.tool-bar-header .a-nav-tabs li:last-child.active {
    border-bottom: 1px transparent;
}

.tool-bar-header .d-main-page-modal.show .modal-dialog {
    transform: translateY(0);
}

.tool-bar-header .a-md-tabs {
    display: flex;
    justify-content: space-between;
}

.tool-bar-header .d-home-links hr {
    height: 1px;
    color: #ebebeb;
    width: 100%;
}

.tool-bar-header .a-md-tabs,
.tool-bar-header .a-md-tabs i {
    color: #505050;
    font-size: 16px;
    font-weight: 500;
}

.tool-bar-header .d-home-links {
    list-style: none;
}

.tool-bar-header .modal-dialog .modal-body {
    max-height: calc(100vh - 200px);
}

.tool-bar-header .a-model-header {
    border-bottom: none;
    background-color: #fff !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.tool-bar-header .a-model-header .fa-xmark {
    font-weight: 600 !important;
    margin-right: 0.25rem;
}

.tool-bar-header .a-header {
    margin-top: 0;
}

.tool-bar-header .a-nav-bar {
    padding: 2rem !important;
}

.tool-bar-header .a-header .modal-body {
    padding: 2rem;
}

.tool-bar-header .main-part-header {
    padding: 58px 0 14px;
}

.tool-bar-header .a-nav-tabs .dropdown-menu-right {
    top: 37px;
}

.modal-open {
    overflow: hidden !important;
}

.header-social-list-group .social-list-group {
    justify-content: end;
}

.modal-social-list-group .social-list-group {
    justify-content: center;
}

.footer-social-list-group .social-list-group {
    justify-content: start;
}

.mobile-footer-social-list-group .social-list-group {
    justify-content: space-between;
}

.social-list-group {
    column-gap: 15px;
}

.social-list-group li {
    border: none;
    padding: 0 !important;
    background-color: transparent;
    width: 32px;
    height: 32px;
}

.social-list-group li img {
    width: 100%;
}

.top-middle-ads {
    max-height: 40px;
}

.top-menu {
    border-bottom: 1px solid #D4D4D4;
}

.top-menu .a-nav-tabs {
    border: none !important;
}

.header-search-form {
    margin-left: auto;
}

.header-search-form input {
    border-inline-end: none !important;
    border-color: #7E7E7E !important;
    border-radius: 50px;
    padding: 0 0 0 20px;
    transition: none;
}

.header-search-form input:focus {
    box-shadow: none;
    border-color: var(--mainColor) !important;
}

.header-search-form input:focus + .header-search-button-container {
    border-color: var(--mainColor) !important;
}

.header-search-form .header-search-button-container {
    border: 1px solid #7E7E7E !important;
    border-inline-start: none !important;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    display: flex;
    align-items: center;
    transition: none;
}

.header-search-form .header-search-button-container button {
    border: none;
    background-color: transparent !important;
}

footer.footer .copirighting-str a svg {
    margin-left: 8px;
}
@media screen and (max-width: 767px) {
    .header-search-form {
        margin-top: 0;
    }

    .tool-bar-header .main-part-header {
        padding: 27px 0 16px;
    }

    .tool-bar-header .a-header {
        position: fixed;
        z-index: 99;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
    }

    header .top-nav-collapse {
        --webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    }

    .tool-bar-header .a-header .site-logo {
        height: 1.5rem;
    }

    .tool-bar-header .empty-set {
        height: 5.3rem;
        width: 100%;
    }

    .page-footer .number {
        margin-top: -1rem;
    }

    .tool-bar-header .a-header {
        margin-top: 0;
    }

    .page-footer .dark-grey-text {
        text-align: left;
    }

    .page-footer .footer-copyright .footer-str,
    .page-footer .footer-copyright .footer-main-str {
        font-size: 14px;
        text-align: left;
    }

    .page-footer .footer-main-str {
        font-size: 16px;
        text-align: left;
    }
}
