/* ---------------------------------------- */

/* -----------------NEWS------------------- */

/* ---------------------------------------- */

.new_site_content {
    background: url("../images/bg_news.jpg");
    background-position: center top !important;
    width: 1920px;
    height: auto;
    min-height: 1866px;
    flex-direction: column;
    align-items: center;
}

.new_site_content .section_title {
    width: 1200px;
    margin: 20px auto;
}

.new_site_content .section_title img {
    width: 100%;
}

.news_site_board {
    width: 100%;
    height: auto;
}

.news_site_tab {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 40px 30px 20px 30px;
}

.news_site_tab ul {
    width: 100%;
}

.news_site_tab ul li {
    background: url("../images/bg_new_tag.png") no-repeat;
    width: 427px;
    height: 107px;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 0;
}

.news_site_tab ul li span {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 500;
    background: -webkit-linear-gradient(#c22b19, #ef0e0e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.news_site_tab ul li:first-child::before {
    content: unset;
}

.news_site_tab ul li:hover {
    filter: drop-shadow(1px 2px 3px #ffdc8f) brightness(1.15);
    background: url("../images/bg_new_tag_act.png") no-repeat;
    width: 427px;
    height: 107px;
    color: #ebcc98;
}

.news_site_tab ul li:hover span {
    filter: drop-shadow(1px 2px 3px #b44d4d);
    background: -webkit-linear-gradient(#fcd285, #ffffcc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.news_site_tab ul li.active_news_site_tab {
    filter: drop-shadow(1px 2px 3px #ffdc8f) brightness(1.15);
    background: url("../images/bg_new_tag_act.png") no-repeat;
    width: 427px;
    height: 107px;
    color: #ebcc98;
}

.news_site_tab ul li.active_news_site_tab span {
    filter: drop-shadow(1px 2px 3px #b44d4d);
    background: -webkit-linear-gradient(#fcd285, #ffffcc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.news_site_body {
    padding: 0 100px 0 100px;
    margin-top: 40px;
}

.news_site_body .tab_content {
    display: none;
}

.tab_content.active_news_site_body {
    display: block;
}

.news_site_body ul li.news_site_item {
    transition: all 0.4s;
    position: relative;
    margin-bottom: 40px;
}

.news_site_body ul li.news_site_item::after {
    content: "";
    background: url("../images/news_content_line.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.news_site_body ul li.news_site_item:hover {
    transform: translateX(10px);
}

.news_site_body ul li.news_site_item:hover .news_text a {
    color: #d18355;
}

.news_thumb {
    width: 340px;
    height: 168px;
}

.news_thumb img {
    max-width: 100%;
    height: 100%;
}

.news_label {
    font-size: 27px;
    font-weight: 700;
    flex: 1;
    background: -webkit-linear-gradient(#ffcc00, #ffff99);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.news_text {
    flex: 5;
    margin-left: 15px;
    font-family: UTMAvo;
}

.news_text a {
    color: #7d492a;
}

.news_text .news_title {
    font-size: 35px;
    font-weight: 700;
}

.news_title span {
    margin-bottom: 0;
    justify-content: flex-end;
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 30px;
    text-shadow: 0px 0px 5px rgba(181, 80, 27, 0.73);
    background: -webkit-linear-gradient(70deg, #ffffff 0%, #ffffcc 132%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bolder;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(181, 80, 27, 0.2);
    -webkit-text-fill-color: #ffffcc;
}

.news_title p {
    margin-bottom: 0;
    width: 960px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    text-shadow: 0px 0px 5px rgba(181, 80, 27, 0.73);
    background: -webkit-linear-gradient(70deg, #ffffff 0%, #ffffcc 132%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bolder;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(181, 80, 27, 0.2);
    -webkit-text-fill-color: #ffffcc;
}

.news_des p {
    font-size: 30px;
    margin-bottom: 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-align: justify;
    text-shadow: 0px 0px 5px rgba(181, 80, 27, 0.73);
    background: -webkit-linear-gradient(70deg, #ffffff 0%, #ffffcc 132%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.5;
    -webkit-text-stroke-color: rgba(181, 80, 27, 0.2);
    -webkit-text-fill-color: #ffffcc;
}

.news_site_paginate {
    margin-top: 50px;
}

.page-item.active .page-link {
    z-index: 3;
    background-color: transparent;
    border-color: transparent;
    background: -webkit-linear-gradient(#fcd285, #ffffcc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.news_site_paginate .page-link {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -1px;
    line-height: 1.25;
    color: transparent;
    border: unset;
    font-size: 30px;
    background: -webkit-linear-gradient(#c22b19, #ef0e0e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-item {
    background: url("../images/bg_paginate.png");
    background-size: cover;
    background-position: center;
    width: 75px;
    height: 75px;
}

.page-item:hover {
    background: url("../images/bg_paginate_act.png");
    background-size: cover;
    background-position: center;
    width: 75px;
    height: 75px;
}

.page-item:hover .page-link {
    background: -webkit-linear-gradient(#fcd285, #ffffcc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-item.active {
    background: url("../images/bg_paginate_act.png");
    background-size: cover;
    background-position: center;
    width: 75px;
    height: 75px;
}

/* ---------------------------------------- */

/* -----------------NEWS_DETAIL------------------- */

/* ---------------------------------------- */

.news_detail_content {
    background: url("../images/bg_news.jpg");
    background-position: center top !important;
    width: 1920px;
    height: auto;
    min-height: 1800px;
    padding-bottom: 100px;
    padding-top: 50px;
    background-position: center top;
}

.news_detail_content .section_title {
    width: 900px;
    margin: 0 auto;
}

.news_detail_content .section_title img {
    width: 100%;
}

/* .news_detail_top {
    background: url('../images/news_detail_top.png') no-repeat;
    width: 1200px;
    height: 202px;
    margin: 50px auto 0;
} */

/* .news_detail_bot {
    background: url('../images/news_detail_bot.png') no-repeat;
    width: 1200px;
    height: 202px;
    margin: -190px auto;
} */

.news_detail_body {
    background-color: #fff;
    box-shadow: 0px 0px 6px 2px rgb(153 153 153 / 80%);
    width: 1400px;
    height: auto;
    position: relative;
    padding: 20px 30px;
    border-radius: 2px;
    margin: 0 auto 0;
    /* font-family: "verdara" !important; */
}

.news_detail_body table {
    width: 100% !important;
    height: 100% !important;
}

.new-detail-header {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
}

.new-detail-header label {
    display: inline-block;
    margin-bottom: 40px;
    color: #993031;
}

.new-detail-body p {
    width: 100%;
    font-size: 20px;
    margin: 10px 0;
    text-align: justify;
    /* font-family: "verdara" !important; */
}

.new-detail-body p span {
    /* font-family: "verdara" !important; */
}

.new-detail-body p img {
    max-width: 100% !important;
    border: 5px solid #fff;
    padding: 5px;
    box-shadow: 0px 0px 5px #8b8b8b;
}

.new-detail-body img {
    max-width: 100% !important;
    border: 5px solid #fff;
    padding: 5px;
    box-shadow: 0px 0px 5px #8b8b8b;
}

.new-detail-body a {
    width: 100%;
}

table {
    border-collapse: collapse;
    text-align: center;
}

table td {
    padding: 0.5rem;
}

@media only screen and (max-width: 1920px) {
    .new_site_content {
        width: 100%;
        height: auto;
        min-height: 116.7vw;
        flex-direction: column;
        align-items: center;
    }

    .new_site_content .section_title {
        width: 63vw;
        margin: 1vw auto;
    }

    .news_site_board {
        width: 100%;
        height: auto;
    }

    .news_site_tab {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 3.5vw 2vw 1vw 2vw;
    }

    .news_site_tab ul li {
        width: 22.533vw;
        height: 5.65vw;
        font-size: 1.8vw;
        text-transform: uppercase;
        font-weight: 500;
        cursor: pointer;
        color: white;
    }

    .news_site_tab ul li:hover {
        width: 22.533vw;
        height: 5.65vw;
    }

    .news_site_tab ul li.active_news_site_tab {
        width: 22.533vw;
        height: 5.65vw;
    }

    .news_site_tab ul li span {
        font-size: 2vw;
        text-transform: uppercase;
        font-weight: 500;
    }

    .news_site_body {
        padding: 0 6vw 0 6vw;
        margin-top: 1.6vw;
    }

    .news_site_body ul li.news_site_item {
        transition: all 0.4s;
        position: relative;
        margin-bottom: 1vw;
    }

    .news_site_body ul li.news_site_item:hover {
        transform: translateX(0.5vw);
    }

    .news_site_body ul li.news_site_item::after {
        content: "";
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 0.12vw;
        position: absolute;
        bottom: -0.5vw;
        left: 0;
    }

    .news_thumb {
        width: 21.48vw;
        height: 10.613vw;
    }

    .news_label {
        font-size: 1.8vw;
        font-weight: 700;
        flex: 1;
    }

    .news_text {
        width: 100%;
        margin-left: 1vw;
    }

    .news_text .news_title {
        font-size: 2vw;
        font-weight: 700;
    }

    .news_text .news_title span {
        font-size: 1.5vw;
    }

    .news_title p {
        margin-bottom: 0;
        width: 44vw;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: justify;
    }

    .news_des p {
        font-size: 1.5vw;
        margin-bottom: 0;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        text-align: justify;
    }

    .page-item.active .page-link {
        z-index: 3;
        background-color: transparent;
        border-color: transparent;
        background: -webkit-linear-gradient(#fcd285, #ffffcc);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .news_site_paginate .page-link {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -1px;
        line-height: 1.25;
        color: transparent;
        border: unset;
        font-size: 2vw;
        background: -webkit-linear-gradient(#c22b19, #ef0e0e);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .page-item {
        background: url("../images/bg_paginate.png");
        background-size: cover;
        background-position: center;
        width: 4vw;
        height: 4vw;
    }

    .page-item:hover {
        background: url("../images/bg_paginate_act.png");
        background-size: cover;
        background-position: center;
        width: 4vw;
        height: 4vw;
    }

    .page-item:hover .page-link {
        background: -webkit-linear-gradient(#fcd285, #ffffcc);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .page-item.active {
        background: url("../images/bg_paginate_act.png");
        background-size: cover;
        background-position: center;
        width: 4vw;
        height: 4vw;
    }

    .news_site_paginate {
        margin-top: 2.5vw;
    }

    .news_detail_content {
        width: 100%;
        height: auto;
        min-height: 50vw;
        padding: 1vw 0 6vw 0;
    }

    .news_detail_content .section_title {
        width: 57vw;
        margin: 2vw auto;
    }

    .news_detail_top {
        background: url(../../../trang-chu.html) no-repeat;
        width: 74.674vw;
        height: 12.5701vw;
        margin: 0vw auto 0;
    }

    /* .news_detail_bot {
        background: url('../images/news_detail_bot.png') no-repeat;
        width: 74.647vw;
        height: 12.5701vw;
        margin: -11.8vw auto;
    } */

    .news_detail_body {
        background-color: #fff;
        box-shadow: 0px 0px 6px 2px rgb(153 153 153 / 80%);
        width: 80vw;
        height: auto;
        position: relative;
        padding: 1.2vw 1.5vw;
        border-radius: 0.3vw;
        margin: -11.8vw auto 0;
    }

    .new-detail-header {
        text-transform: uppercase;
        font-size: 40px;
        font-weight: 700;
    }

    .new-detail-header label {
        display: inline-block;
        margin-bottom: 2.5vw;
    }

    .new-detail-body p {
        width: 100%;
        font-size: 1.2vw;
        margin: 1vw 0;
        text-align: justify;
    }
}

@media only screen and (max-width: 1024px) {
    /* ---------------------------------------- */

    /* -----------------NEWS------------------- */

    /* ---------------------------------------- */

    .new_site_content {
        background: url("../images/mb_bg_news.jpg");
        background-size: cover;
        background-position: center top !important;
        width: 100%;
        height: auto;
        min-height: 154vw;
        flex-direction: column;
        align-items: center;
    }

    .new_site_content .section_title {
        width: 100%;
        margin: 4vw auto;
    }

    .news_site_body {
        padding: 0 3vw 0 3vw;
    }

    .news_site_board {
        width: 100%;
        height: auto;
    }

    .news_thumb {
        width: 27.48vw;
        height: 13.613vw;
        display: none;
    }

    .news_site_tab {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 2vw 1vw 1vw 1vw;
    }

    .news_site_tab ul li {
        width: 27.5vw;
        height: 6vw;
        font-size: 2.1vw;
        text-transform: uppercase;
        font-weight: 500;
        cursor: pointer;
        color: white;
        padding: 0vw 0 0 0;
    }

    .news_site_tab ul li:hover {
        width: 27.5vw;
        height: 6vw;
    }

    .news_site_tab ul li.active_news_site_tab {
        width: 27.5vw;
        height: 6vw;
    }

    .news_site_body ul li.news_site_item:hover {
        transform: translateX(0.8vw);
    }

    .news_site_body ul li.news_site_item {
        transition: all 0.4s;
        position: relative;
        margin-bottom: 3vw;
    }

    .news_label {
        font-size: 2vw;
        font-weight: 700;
        flex: 1;
        background: -webkit-linear-gradient(#ffcc00, #ffff99);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .news_text {
        width: 100%;
        margin-left: 1vw;
    }

    .news_text .news_title {
        font-size: 3vw;
        font-weight: 700;
    }

    .news_text .news_title span {
        font-size: 2vw;
    }

    .news_title p {
        margin-bottom: 0;
        width: 50vw;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: justify;
    }

    .news_des p {
        font-size: 2.2vw;
        margin-bottom: 0;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        text-align: justify;
        display: none;
    }

    .news_title span {
        margin-bottom: 0;
        justify-content: flex-end;
        flex: 1;
        font-size: 1.8vw;
        display: flex;
        align-items: center;
    }

    .news_site_body ul li.news_site_item::after {
        content: "";
        width: 100%;
        background-size: cover;
        background-position: center;
        height: 0.12vw;
        position: absolute;
        bottom: -1.5vw;
        left: 0;
    }

    .news_site_paginate .page-link {
        font-size: 2.5vw;
    }

    .page-item.active {
        width: 6vw;
        height: 6vw;
    }

    .page-item:hover {
        width: 6vw;
        height: 6vw;
    }

    .page-item {
        width: 6vw;
        height: 6vw;
    }

    /* ---------------------------------------- */

    /* -----------------NEWS_DETAIL------------------- */

    /* ---------------------------------------- */

    .news_detail_content {
        background: url("../images/mb_bg_news.jpg");
        width: 100%;
        height: auto;
        min-height: 170vw;
        padding-top: 3vw;
        background-repeat: repeat !important;
        background-position: center top !important;
        background-size: 100% auto !important;
    }

    .news_detail_content .section_title {
        width: 82vw;
        margin: 0 auto;
    }

    .news_detail_top {
        width: 95vw;
        height: 16vw;
        margin: 2vw auto 0;
    }

    .new-detail-header {
        text-transform: uppercase;
        font-size: 30px;
        font-weight: 700;
    }

    /* .news_detail_bot {
        width: 95vw;
        height: 16vw;
        margin: -14.8vw auto 0;
    } */

    .news_detail_body {
        background-color: #fff;
        box-shadow: 0px 0px 5px 2px rgb(129 129 129 / 80%);
        width: 92.5vw;
        height: auto;
        position: relative;
        padding: 2vw 2vw;
        border-radius: 2px;
        margin: -14.8vw auto 0;
    }

    label {
        display: inline-block;
        margin-bottom: 2vw !important;
    }

    .new-detail-body p {
        width: 100%;
        font-size: 16px;
        margin: 2vw 0;
        text-align: justify;
    }
}

@media only screen and (max-width: 568px) {
    .new-detail-header {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 700;
    }

    label {
        display: inline-block;
        margin-bottom: 2vw !important;
    }

    .new-detail-body p {
        width: 100%;
        font-size: 14px;
        margin: 2vw 0;
        text-align: justify;
    }

    .news_site_tab ul li span {
        font-size: 13px;
    }

    .news_title p {
        font-size: 15px;
        max-width: 70%;
    }

    .news_des p,
    .news_text .news_title span,
    .news_site_paginate .page-link {
        font-size: 13px;
    }
}

@media only screen and (max-width: 375px) {
    .news_site_tab ul li span {
        font-size: 12px;
    }
}
