/* possible container  */
.possible-container .possible-box .box {
    display: block;
    background-color: #ffffff;
    padding: 30px 10px;
    border-top: 1px solid #f80000;
    box-shadow: 0px 40px 50px 18px rgba(0, 0, 0, 0.12);
    margin-bottom: 10px;
    border-radius: 2px;
    text-decoration: none;
    color: #000000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.possible-container .possible-box .box:nth-last-child(1) {
    margin-bottom: 0;
}

.possible-container .possible-box .box .btn-box {
    margin-bottom: 12px;
}

.possible-container .possible-box .box .btn-box p {
    background-color: #e21f26;
    color: #ffffff;
    padding: 6px 30px;
    font-weight: 600;
    font-size: 16px;
}

.possible-container .possible-box .box .info-box p {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.5;
    word-wrap: break-word;
}

.possible-container .possible-box .box .author-profile .avatar-box {
    min-width: 42px;
    min-height: 42px;
    max-width: 42px;
    max-height: 42px;
    width: 42px;
    height: 42px;
    filter: drop-shadow(1px 2px 4px rgb(175, 175, 175));
    border: 1px solid #ededed;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.possible-container .possible-box .box .author-profile .avatar-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.possible-container .possible-box .box .author-profile .name-box p {
    font-weight: 600;
}

.possible-container .possible-box .box .author-profile .date-box i {
    margin-right: 10px;
}

.possible-container .possible-box .box .img-box {
    margin-top: 12px;
    /* max-height: 300px; */
}

.possible-container .possible-box .box .img-box img {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
}

/* primary news  */
.primary-news-container .primary-news-box {
    gap: 16px;
}

.primary-news-container .primary-news-box .card {
    width: calc(100% / 3 - 11px);
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.primary-news-container .primary-news-box .card:hover {
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
}

.primary-news-container .primary-news-box .card .img-box {
    height: 290px;
    /* background-color: #ffffff; */
    background-color: #808e97;
}

.primary-news-container .primary-news-box .card .img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.primary-news-container .primary-news-box .card .img-box img.no-img {
    /*border: 1px solid #e0e0e0;
    */
    object-fit: contain;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.primary-news-container .primary-news-box .card .info-wrapper {
    padding: 0 20px;
    margin-top: -30px;
}

.primary-news-container .primary-news-box .card .info-box {
    width: 100%;
    background-color: #ffffff;
    padding: 10px;
    border-top: 2px solid #e21f26;
    box-shadow: 0px 40px 50px 18px rgba(0, 0, 0, 0.12);
}

.primary-news-container .primary-news-box .card .info-box .desc {
    min-height: 54px;
    max-height: 54px;
    height: 54px;
    overflow-y: hidden;
}

.primary-news-container .primary-news-box .card .info-box p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

/* hot news  */
.hot-news-container .hot-news-box .left-box {
    width: 380px;
    min-width: 380px;
    max-width: 380px;
    margin-right: 20px;
}

.hot-news-container .hot-news-box .left-box .box .title h1 {
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
}

.hot-news-container .hot-news-box .left-box .box .title h1::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 40px;
    height: 4px;
    background-color: #b62222;
}

.hot-news-container .hot-news-box .left-box .box .list-box {
    background-color: #ededed;
    max-height: 540px;
    overflow-y: auto;
}

.hot-news-container .hot-news-box .left-box .box .list-box .list {
    padding: 20px 0px;
    border-bottom: 2px solid #dadada;
}

.hot-news-container
    .hot-news-box
    .left-box
    .box
    .list-box
    .list:nth-last-child(1) {
    border-bottom: none;
}

.hot-news-container .hot-news-box .left-box .box .list-box .list .img-box {
    min-width: 140px;
    min-height: 90px;
    width: 140px;
    height: 90px;
    background-color: #808e97;
}

.hot-news-container .hot-news-box .left-box .box .list-box .list .img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hot-news-container
    .hot-news-box
    .left-box
    .box
    .list-box
    .list
    .img-box
    img.no-img {
    object-fit: contain;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.hot-news-container .hot-news-box .left-box .box .list-box .list .info-box {
    padding-left: 12px;
    padding-right: 6px;
}

.hot-news-container
    .hot-news-box
    .left-box
    .box
    .list-box
    .list
    .info-box
    .info-text {
    min-height: 64px;
    max-height: 64px;
    height: 64px;
    overflow-y: hidden;
}

.hot-news-container .hot-news-box .left-box .box .list-box .list .info-box p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.hot-news-container .hot-news-box .left-box .box .list-box .list .info-box a {
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Raleway", sans-serif;
    color: #dc2626;
    font-weight: 700;
    text-decoration: none;
}

.hot-news-container .hot-news-box .right-box {
    width: 100%;
}

.hot-news-container .hot-news-box .right-box .box {
    display: block;
    text-decoration: none;
    color: #000000;
}

.hot-news-container .hot-news-box .right-box .box .img-box {
    height: 400px;
    /* background-color: #ffffff; */
    background-color: #808e97;
}

.hot-news-container .hot-news-box .right-box .box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hot-news-container .hot-news-box .right-box .box .img-box img.no-img {
    /*border: 1px solid #e0e0e0;
    */
    object-fit: contain;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.hot-news-container .hot-news-box .right-box .box .info-wrapper {
    position: relative;
    padding: 0 40px;
    margin-top: -40px;
}

.hot-news-container .hot-news-box .right-box .box .info-box {
    background-color: #ffffff;
    padding: 14px 20px 14px 20px;
    border-top: 6px solid #e21f26;
    box-shadow: 0px 40px 50px 18px rgb(0 0 0 / 12%);
    width: 100%;
}

.hot-news-container .hot-news-box .right-box .box .info-box .title {
    /* min-height: 72px; */
    max-height: 72px;
    /* height: 72px; */
    overflow-y: hidden;
}

.hot-news-container .hot-news-box .right-box .box .info-box .title h1 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.5;
}

.hot-news-container .hot-news-box .right-box .box .info-box .desc {
    min-height: 72px;
    max-height: 72px;
    height: 72px;
    overflow-y: hidden;
}

.hot-news-container .hot-news-box .right-box .box .info-box .desc p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

/* trending news  */
.trending-news-container
    .trending-news-box
    .trending-news-head-wrapper
    .left-box {
    width: 100%;
}

/* trending news  */
.trending-news-container
    .trending-news-box
    .trending-news-head-wrapper
    .left-box
    .box-wrapper {
    width: 100%;
    gap: 10px;
}

.trending-news-container
    .trending-news-box
    .trending-news-head-wrapper
    .left-box
    .box {
    width: calc(100% / 2 - 10px);
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.trending-news-container
    .trending-news-box
    .trending-news-head-wrapper
    .left-box
    .box:hover {
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
}

.trending-news-container
    .trending-news-box
    .trending-news-head-wrapper
    .left-box
    .box
    .img-box {
    width: 100%;
    height: 200px;
    background-color: #ffffff;
    background-color: #ab312f;
}

.trending-news-container
    .trending-news-box
    .trending-news-head-wrapper
    .left-box
    .box
    .img-box
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trending-news-container
    .trending-news-box
    .trending-news-head-wrapper
    .left-box
    .box
    .img-box
    img.no-img {
    /*border: 1px solid #e0e0e0;
    */
    object-fit: contain;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.trending-news-container
    .trending-news-box
    .trending-news-head-wrapper
    .left-box
    .box
    .info-box {
    background-color: #ffffff;
    padding: 10px;
    border-top: 2px solid #e21f26;
    box-shadow: 0px 40px 50px 18px rgb(0 0 0 / 12%);
    position: relative;
}

.trending-news-container
    .trending-news-box
    .trending-news-head-wrapper
    .left-box
    .box
    .info-wrapper {
    padding: 0 20px;
    margin-top: -20px;
}

.trending-news-container
    .trending-news-box
    .trending-news-head-wrapper
    .left-box
    .box
    .info-box
    .desc {
    min-height: 68px;
    max-height: 68px;
    height: 68px;
    overflow-y: hidden;
}

.trending-news-container
    .trending-news-box
    .trending-news-head-wrapper
    .left-box
    .box
    .info-box
    p {
    line-height: 1.4;
    font-size: 16px;
    font-weight: 600;
}

.trending-news-container
    .trending-news-box
    .trending-news-head-wrapper
    .left-box
    .show-more-btn
    a {
    background-color: #dc2626;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 30px;
}

.trending-news-container
    .trending-news-box
    .trending-news-head-wrapper
    .right-box {
    width: 380px;
    min-width: 380px;
    max-width: 380px;
}

.trending-news-container
    .trending-news-box
    .trending-news-head-wrapper
    .right-box
    .box
    .title
    h1 {
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
}

.trending-news-container
    .trending-news-box
    .trending-news-head-wrapper
    .right-box
    .box
    .title
    h1::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 40px;
    height: 4px;
    background-color: #b62222;
}

.trending-news-container
    .trending-news-box
    .trending-news-head-wrapper
    .right-box
    .box
    .list-box {
    background-color: #ededed;
    max-height: 540px;
    overflow-y: auto;
}

.trending-news-container
    .trending-news-box
    .trending-news-head-wrapper
    .right-box
    .box
    .list-box
    .list {
    padding: 20px 0px;
    border-bottom: 2px solid #dadada;
}

.trending-news-container
    .trending-news-box
    .trending-news-head-wrapper
    .right-box
    .box
    .list-box
    .list:nth-last-child(1) {
    border-bottom: none;
}

.trending-news-container
    .trending-news-box
    .trending-news-head-wrapper
    .right-box
    .box
    .list-box
    .list
    .img-box {
    min-width: 140px;
    min-height: 90px;
    width: 140px;
    height: 90px;
    background-color: #ab312f;
}

.trending-news-container
    .trending-news-box
    .trending-news-head-wrapper
    .right-box
    .box
    .list-box
    .list
    .img-box
    img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.trending-news-container
    .trending-news-box
    .trending-news-head-wrapper
    .right-box
    .box
    .list-box
    .list
    .img-box
    img.no-img {
    object-fit: contain;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.trending-news-container
    .trending-news-box
    .trending-news-head-wrapper
    .right-box
    .box
    .list-box
    .list
    .info-box {
    padding-left: 12px;
    padding-right: 6px;
}

.trending-news-container
    .trending-news-box
    .trending-news-head-wrapper
    .right-box
    .box
    .list-box
    .list
    .info-box
    .info-text {
    min-height: 64px;
    max-height: 64px;
    height: 64px;
    overflow-y: hidden;
}

.trending-news-container
    .trending-news-box
    .trending-news-head-wrapper
    .right-box
    .box
    .list-box
    .list
    .info-box
    p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.trending-news-container
    .trending-news-box
    .trending-news-head-wrapper
    .right-box
    .box
    .list-box
    .list
    .info-box
    a {
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Raleway", sans-serif;
    color: #dc2626;
    font-weight: 700;
    text-decoration: none;
}

/* .category news container (economic) */
.category-head {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 30px;
}

.category-head h1 {
    color: #dc2626;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
}

.category-head h1::after {
    content: "";
    position: absolute;
    width: 150%;
    background-color: #ef4444;
    height: 4px;
    bottom: -2px;
    left: -25%;
}

.category-news-container
    .first-category-news-box
    .category-wrapper.head-wrapper
    .left-box {
    width: 50%;
}

.category-news-container
    .first-category-news-box
    .category-wrapper.head-wrapper
    .left-box
    .box {
    text-decoration: none;
    color: #000000;
}

.category-news-container
    .first-category-news-box
    .category-wrapper.head-wrapper
    .left-box
    .box
    .img-box {
    width: 100%;
    height: 300px;
    background-color: #ab312f;
}

.category-news-container
    .first-category-news-box
    .category-wrapper.head-wrapper
    .left-box
    .box
    .img-box
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-news-container
    .first-category-news-box
    .category-wrapper.head-wrapper
    .left-box
    .box
    .img-box
    img.no-img {
    object-fit: contain;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.category-news-container
    .first-category-news-box
    .category-wrapper.head-wrapper
    .left-box
    .box
    .info-box {
    background-color: #ffffff;
    padding: 10px;
    border-top: 2px solid #e21f26;
    box-shadow: 0px 40px 50px 18px rgb(0 0 0 / 12%);
    position: relative;
    width: 100%;
}

.category-news-container
    .first-category-news-box
    .category-wrapper.head-wrapper
    .left-box
    .box
    .info-wrapper {
    padding: 0 20px;
    margin-top: -20px;
}

.category-news-container
    .first-category-news-box
    .category-wrapper.head-wrapper
    .left-box
    .box
    .info-box
    .title {
    min-height: 27px;
    max-height: 27px;
    height: 27px;
    margin-bottom: 6px;
    overflow-y: hidden;
}

.category-news-container
    .first-category-news-box
    .category-wrapper.head-wrapper
    .left-box
    .box
    .info-box
    .desc {
    min-height: 48px;
    max-height: 48px;
    height: 48px;
    overflow-y: hidden;
}

.category-news-container
    .first-category-news-box
    .category-wrapper.head-wrapper
    .left-box
    .box
    .info-box
    h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.category-news-container
    .first-category-news-box
    .category-wrapper.head-wrapper
    .left-box
    .box
    .info-box
    p {
    font-size: 16px;
    line-height: 1.5;
}

.category-news-container
    .first-category-news-box
    .category-wrapper.head-wrapper
    .right-box {
    width: 50%;
    gap: 6px;
}

.category-news-container
    .first-category-news-box
    .category-wrapper.head-wrapper
    .right-box
    .box {
    width: calc(100% / 2 - 4px);
    text-decoration: none;
    color: #000000;
    margin-bottom: 4px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.category-news-container
    .first-category-news-box
    .category-wrapper.head-wrapper
    .right-box
    .box:hover {
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
}

.category-news-container
    .first-category-news-box
    .category-wrapper.head-wrapper
    .right-box
    .box
    .img-box {
    width: 100%;
    height: 140px;
    background-color: #ab312f;
}

.category-news-container
    .first-category-news-box
    .category-wrapper.head-wrapper
    .right-box
    .box
    .img-box
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-news-container
    .first-category-news-box
    .category-wrapper.head-wrapper
    .right-box
    .box
    .img-box
    img.no-img {
    object-fit: contain;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.category-news-container
    .first-category-news-box
    .category-wrapper.head-wrapper
    .right-box
    .box
    .info-wrapper {
    padding: 0 20px;
    margin-top: -20px;
}

.category-news-container
    .first-category-news-box
    .category-wrapper.head-wrapper
    .right-box
    .box
    .info-box {
    background-color: #ffffff;
    padding: 10px;
    border-top: 2px solid #e21f26;
    box-shadow: 0px 40px 50px 18px rgb(0 0 0 / 12%);
    position: relative;
    width: 100%;
}

.category-news-container
    .first-category-news-box
    .category-wrapper.head-wrapper
    .right-box
    .box
    .info-box
    .desc {
    min-height: 45px;
    max-height: 45px;
    height: 45px;
    overflow-y: hidden;
}

.category-news-container
    .first-category-news-box
    .category-wrapper.head-wrapper
    .right-box
    .box
    .info-box
    p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
}

.category-news-container .show-more-btn a {
    background-color: #dc2626;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 30px;
}

/* .category news container (sports) */
.category-news-container
    .second-category-news-box
    .category-wrapper.head-wrapper {
    gap: 10px;
}

.category-news-container
    .second-category-news-box
    .category-wrapper.head-wrapper
    .box {
    width: calc(100% / 2);
    text-decoration: none;
    color: #ffffff;
}

.category-news-container
    .second-category-news-box
    .category-wrapper.head-wrapper
    .box
    .img-box {
    width: 100%;
    height: 300px;
    background-color: #ab312f;
}

.category-news-container
    .second-category-news-box
    .category-wrapper.head-wrapper
    .box
    .img-box
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-news-container
    .second-category-news-box
    .category-wrapper.head-wrapper
    .box
    .img-box
    img.no-img {
    object-fit: contain;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.category-news-container
    .second-category-news-box
    .category-wrapper.head-wrapper
    .box
    .info-wrapper {
    margin-top: -20px;
    padding: 0 20px;
    position: relative;
}

.category-news-container
    .second-category-news-box
    .category-wrapper.head-wrapper
    .box
    .info-box {
    background-color: #000000;
    padding: 10px;
    width: 100%;
}

.category-news-container
    .second-category-news-box
    .category-wrapper.head-wrapper
    .box
    .info-box
    .title {
    min-height: 27px;
    max-height: 27px;
    height: 27px;
    margin-bottom: 6px;
    overflow-y: hidden;
}

.category-news-container
    .second-category-news-box
    .category-wrapper.head-wrapper
    .box
    .info-box
    .desc {
    min-height: 48px;
    max-height: 48px;
    height: 48px;
    overflow-y: hidden;
}

.category-news-container
    .second-category-news-box
    .category-wrapper.head-wrapper
    .box
    .info-box
    h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.category-news-container
    .second-category-news-box
    .category-wrapper.head-wrapper
    .box
    .info-box
    p {
    font-size: 16px;
    line-height: 1.5;
    color: #e2e2e2;
}

.category-news-container
    .second-category-news-box
    .category-wrapper.list-wrapper {
    gap: 10px;
}

.category-news-container
    .second-category-news-box
    .category-wrapper.list-wrapper
    .box {
    width: calc(100% / 4 - 8px);
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.category-news-container
    .second-category-news-box
    .category-wrapper.list-wrapper
    .box:hover {
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
}

.category-news-container
    .second-category-news-box
    .category-wrapper.list-wrapper
    .box
    .img-box {
    width: 100%;
    height: 170px;
    background-color: #ab312f;
}

.category-news-container
    .second-category-news-box
    .category-wrapper.list-wrapper
    .box
    .img-box
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-news-container
    .second-category-news-box
    .category-wrapper.list-wrapper
    .box
    .img-box
    img.no-img {
    object-fit: contain;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.category-news-container
    .second-category-news-box
    .category-wrapper.list-wrapper
    .box
    .info-box {
    background-color: #000000;
    padding: 10px;
    width: 100%;
}

.category-news-container
    .second-category-news-box
    .category-wrapper.list-wrapper
    .box
    .info-box
    .desc {
    min-height: 72px;
    max-height: 72px;
    height: 72px;
    overflow-y: hidden;
}

.category-news-container
    .second-category-news-box
    .category-wrapper.list-wrapper
    .box
    .info-box
    p {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
}

/* video container  */
.video-container .video-box .video-wrapper {
    gap: 10px;
}

.video-container .video-box .video-wrapper .box {
    width: calc(100% / 4 - 8px);
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.video-container .video-box .video-wrapper .box:hover {
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
}

.video-container .video-box .video-wrapper .box .img-box {
    width: 100%;
    height: 160px;
    position: relative;
    background-color: #ab312f;
}

.video-container .video-box .video-wrapper .box .img-box .thumbnail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-container .video-box .video-wrapper .box .img-box .thumbnail-img.no-img {
    object-fit: contain;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.video-container .video-box .video-wrapper .box .img-box .icon-box {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0px;
    padding: 20px;
    z-index: 0;
    background: rgba(255, 0, 0, 0.32);
}

.video-container .video-box .video-wrapper .box .info-wrapper {
    padding: 0 10px;
    margin-top: -18px;
    z-index: 2;
}

.video-container .video-box .video-wrapper .box .info-box {
    background-color: #ffffff;
    padding: 10px;
    border-top: 2px solid #e21f26;
    box-shadow: 0px 40px 50px 18px rgb(0 0 0 / 12%);
    position: relative;
    width: 100%;
}

.video-container .video-box .video-wrapper .box .info-box .desc {
    min-height: 48px;
    max-height: 48px;
    height: 48px;
    overflow-y: hidden;
}

.video-container .video-box .video-wrapper .box .info-box p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    /* font-family: "Raleway", sans-serif; */
}

.video-container .show-more-btn a {
    background-color: #dc2626;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 30px;
}

/* swiper  */
.swiper-slide {
}

.news-swiper {
    min-height: 450px;
    max-height: 450px;
    height: 450px;
}

.news-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-swiper .swiper-button-next,
.swiper-button-prev {
    color: #ffffff;
}

.swiper-pagination-bullet {
    background-color: #ffffff;
    height: 10px;
    width: 10px;
}

/* responsive  */
@media (max-width: 1000px) {
    .hot-news-container .hot-news-box .right-box .box .info-wrapper {
        padding: 0 20px;
    }
    .hot-news-container .hot-news-box .left-box {
        width: 360px;
        min-width: 360px;
        max-width: 360px;
        margin-right: 14px;
    }
    .trending-news-container
        .trending-news-box
        .trending-news-head-wrapper
        .right-box {
        width: 360px;
        min-width: 360px;
        max-width: 360px;
    }
}

@media (max-width: 900px) {
    .primary-news-container .primary-news-box .card .info-wrapper {
        padding: 0 10px;
    }
    .primary-news-container .primary-news-box {
        gap: 12px;
    }
    .primary-news-container .primary-news-box .card {
        width: calc(100% / 3 - 8px);
    }
    .hot-news-container .hot-news-box .right-box .box .info-box {
        padding: 10px 14px 20px 14px;
    }
    .category-news-container
        .second-category-news-box
        .category-wrapper.list-wrapper
        .box {
        width: calc(100% / 3 - 8px);
    }
    .video-container .video-box .video-wrapper .box {
        width: calc(100% / 3 - 7px);
    }
}

@media (max-width: 850px) {
    .hot-news-container .hot-news-box {
        flex-direction: column;
    }
    .hot-news-container .hot-news-box .left-box {
        min-width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .hot-news-container .hot-news-box .right-box .box {
        margin-top: 20px;
    }
    .hot-news-container .hot-news-box .right-box .box .info-box .title {
        height: auto;
        max-height: none;
        min-height: auto;
    }
    .hot-news-container .hot-news-box .right-box .box .info-box .desc {
        height: auto;
        max-height: none;
    }
    .trending-news-container .trending-news-box .trending-news-head-wrapper {
        flex-direction: column;
    }
    .trending-news-container
        .trending-news-box
        .trending-news-head-wrapper
        .left-box {
        margin-bottom: 40px;
    }
    .trending-news-container
        .trending-news-box
        .trending-news-head-wrapper
        .left-box
        .box {
        width: calc(100% / 2 - 5px);
    }
    .trending-news-container
        .trending-news-box
        .trending-news-head-wrapper
        .right-box {
        min-width: 100%;
        max-width: 100%;
    }
    .category-news-container
        .first-category-news-box
        .category-wrapper.head-wrapper {
        flex-direction: column;
    }
    .category-news-container
        .first-category-news-box
        .category-wrapper.head-wrapper
        .left-box {
        width: 100%;
        margin-bottom: 40px;
    }
    .category-news-container
        .first-category-news-box
        .category-wrapper.head-wrapper
        .right-box {
        width: 100%;
    }
    .category-news-container
        .first-category-news-box
        .category-wrapper.head-wrapper
        .left-box
        .box
        .img-box {
        height: 350px;
    }
    .category-news-container
        .first-category-news-box
        .category-wrapper.head-wrapper
        .right-box
        .box
        .img-box {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .possible-container .possible-box .box .info-box p {
        font-size: 30px;
    }
    .primary-news-container .primary-news-box .card {
        width: calc(100% / 2 - 6px);
    }
    .category-news-container
        .second-category-news-box
        .category-wrapper.head-wrapper {
        flex-direction: column;
    }
    .category-news-container
        .second-category-news-box
        .category-wrapper.head-wrapper
        .box {
        width: calc(100% / 1);
    }
}

@media (max-width: 650px) {
    .category-news-container
        .second-category-news-box
        .category-wrapper.list-wrapper
        .box {
        width: calc(100% / 2 - 6px);
    }
    .video-container .video-box .video-wrapper .box {
        width: calc(100% / 2 - 5px);
    }
}

@media (max-width: 600px) {
    .category-news-container
        .first-category-news-box
        .category-wrapper.head-wrapper
        .left-box
        .box
        .img-box {
        height: 300px;
    }
    .category-news-container
        .first-category-news-box
        .category-wrapper.head-wrapper
        .right-box
        .box
        .img-box {
        height: 140px;
    }
}

@media (max-width: 550px) {
    .news-swiper {
        min-height: 400px;
        max-height: 400px;
        height: 400px;
    }
}

@media (max-width: 500px) {
    .primary-news-container .primary-news-box .card {
        width: calc(100% / 1 - 0px);
    }
    .hot-news-container .hot-news-box .right-box .box .info-wrapper {
        padding: 0 10px;
    }
    .hot-news-container .hot-news-box .right-box .box .info-box .title h1 {
        font-size: 20px;
    }
    .hot-news-container .hot-news-box .right-box .box .info-box {
        padding: 10px 14px 10px 14px;
    }
    /* .hot-news-container .hot-news-box .right-box .box .info-box .desc {
        min-height: 100px;
        max-height: 100px;
        height: 100px;
    } */
    .hot-news-container .hot-news-box .right-box .box .img-box {
        height: 340px;
    }
    .trending-news-container
        .trending-news-box
        .trending-news-head-wrapper
        .left-box
        .box {
        width: calc(100% / 1 - 0px);
    }
    .category-news-container
        .first-category-news-box
        .category-wrapper.head-wrapper
        .right-box
        .box {
        width: calc(100% / 1 - 0px);
    }
    .category-news-container
        .first-category-news-box
        .category-wrapper.head-wrapper
        .right-box
        .box
        .img-box {
        height: 250px;
    }
    .news-swiper {
        min-height: 350px;
        max-height: 350px;
        height: 350px;
    }
}

@media (max-width: 450px) {
    .hot-news-container .hot-news-box .left-box .box .list-box .list .img-box {
        min-width: 130px;
        width: 130px;
    }
    .hot-news-container .hot-news-box .left-box .box .list-box .list .info-box {
        padding-left: 10px;
        padding-right: 5px;
    }
    .trending-news-container
        .trending-news-box
        .trending-news-head-wrapper
        .right-box
        .box
        .list-box
        .list
        .img-box {
        min-width: 130px;
        width: 130px;
    }
    .trending-news-container
        .trending-news-box
        .trending-news-head-wrapper
        .right-box
        .box
        .list-box
        .list
        .info-box {
        padding-left: 10px;
        padding-right: 5px;
    }
    .category-news-container
        .first-category-news-box
        .category-wrapper.head-wrapper
        .left-box
        .box
        .img-box {
        height: 250px;
    }
    .category-news-container
        .first-category-news-box
        .category-wrapper.head-wrapper
        .right-box
        .box
        .img-box {
        height: 200px;
    }
    .category-news-container
        .second-category-news-box
        .category-wrapper.list-wrapper
        .box {
        width: calc(100% / 1 - 0px);
    }
    .category-news-container
        .second-category-news-box
        .category-wrapper.list-wrapper
        .box
        .img-box {
        height: 200px;
    }
    .video-container .video-box .video-wrapper .box {
        width: calc(100% / 1 - 0px);
    }
    .video-container .video-box .video-wrapper .box .img-box {
        height: 200px;
    }
}

@media (max-width: 400px) {
    .hot-news-container .hot-news-box .left-box .box .list-box .list .img-box {
        min-width: 120px;
        width: 120px;
    }
    .hot-news-container .hot-news-box .left-box .box .list-box .list .info-box {
        padding-left: 8px;
        padding-right: 4px;
    }
    .trending-news-container
        .trending-news-box
        .trending-news-head-wrapper
        .right-box
        .box
        .list-box
        .list
        .img-box {
        min-width: 120px;
        width: 120px;
    }
    .trending-news-container
        .trending-news-box
        .trending-news-head-wrapper
        .right-box
        .box
        .list-box
        .list
        .info-box {
        padding-left: 8px;
        padding-right: 4px;
    }
    .category-news-container
        .second-category-news-box
        .category-wrapper.head-wrapper
        .box
        .info-box
        p {
        /* font-size: 16px; */
    }
}
