@charset "UTF-8";
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, p {
    margin: 0 !important;
    font-style: normal !important;
}

a {
    text-decoration: none !important;
}

body {
    font-family: "Sarabun", Arial, sans-serif !important;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}

#s4-bodyContainer {
    padding-bottom: 0 !important;
}

.ms-webpart-zone,
.ms-webpart-cell-vertical-inline-table,
.ms-webpart-chrome {
    display: block !important;
}

img {
    max-width: 100%;
    height: auto;
}

.title-section {
    color: #005126;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
}

.btn-view-all {
    border: 1px solid #005126;
    border-radius: 4px;
    height: 42px;
    color: #005126;
    padding: 8px 32px;
    display: block;
    margin: 0 auto;
    margin-top: 24px;
    background: #fff;
    transition: all 0.3 ease-in-out;
    cursor: pointer;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    text-decoration: none;
    width: fit-content;
}

.btn-view-all:hover {
    background: #005126;
    color: #fff;
}

.header {
    background: #f5f5f5;
}

.header .header-top {
    padding: 0;
}

.header .header-top .logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.header .header-top .logo-wrapper .logo img {
    height: 150px;
}

.header .header-top .logo-wrapper .site-name {
    color: #BF1E2E;
    font-size: 48px;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Segoe UI", Tahoma, Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
}

.header .header-main {
    background: #8B0000;
}

.header .header-main .container .home-link-mobile {
    display: none;
}

.header .header-main .container .main-menu {
    padding: 10px 0;
}

.header .header-main .container .main-menu .menu-list {
    display: flex;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    gap: 24px;
}

.header .header-main .container .main-menu .menu-list .menu-item a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}

.header .header-main .container .main-menu .menu-list .menu-item a:hover {
	opacity: 0.8;
}

.header .header-main .container .main-menu .menu-list .menu-item ul.sub-menu a:hover {
    color: #333;
    background: #eee;
}

.header .header-main .container .main-menu .menu-list .menu-item a.home-link i {
    font-size: 18px;
}

.header .header-main .container .mobile-menu-btn {
    display: none;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding: 8px;
    border-radius: 4px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
}

.header .header-utility {
    background: #f5f5f5;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.header .header-utility .header-utility-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .header-utility .header-utility-inner .date-time {
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.header .header-utility .header-utility-inner .right-menu {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header .header-utility .header-utility-inner .right-menu .search-box {
    display: flex;
    align-items: center;
    background: #FFF;
    border-radius: 20px;
    padding: 4px 16px;
    width: 250px;
    height: 35px;
    position: relative;
}

.header .header-utility .header-utility-inner .right-menu .search-box .search-input {
    border: none;
    outline: none;
    background: transparent;
    flex: 1;
    font-size: 14px;
    color: #333;
    margin-right: 4px;
}

.header .header-utility .header-utility-inner .right-menu .search-box .search-btn {
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
}

.header .header-utility .header-utility-inner .right-menu .lang-switcher {
    display: flex;
    align-items: center;
    gap: 7px;
}

.header .header-utility .header-utility-inner .right-menu .lang-switcher a {
    display: flex;
}

.header .header-utility .header-utility-inner .right-menu .lang-switcher a img {
    width: 29px;
    height: 20px;
}

.header .news-ticker {
    background: #FFF;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.header .news-ticker .news-ticker-content {
    height: 24px;
    overflow: hidden;
}

.header .news-ticker .news-ticker-content marquee {
    height: 100%;
    display: flex;
    align-items: center;
}

.header .news-ticker .news-ticker-content .news-ticker-item {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    white-space: nowrap;
}

.header .news-ticker .news-ticker-content .news-ticker-item .red-dot {
    color: #BF1E2E;
    font-size: 16px;
    margin-right: 5px;
}

.header .news-ticker .news-ticker-content .news-ticker-item:hover {
    color: #BF1E2E;
}

@keyframes tickerScroll {
    0% {
        transform: translate3d(100%, 0, 0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

.audio-player .box_list_voice {
    list-style: none;
}

.news-section {
    padding: 30px 0;
}

.news-section .news-section-inner {
    display: flex;
    justify-content: space-between;
}

.news-section .news-section-inner .news-summary {
    width: 74.35%;
}

.news-section .news-section-inner .news-summary .news-summary-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 24px 30px;
}

.news-summary-list .news-item {
    order: 3;
}

.news-summary-list .news-item:nth-child(1) {
    order: 1;
}

.news-summary-list .news-item:nth-child(2) {
    order: 0;
}

.news-summary-list .news-item:not(.news-main) {
	border-bottom: 1px dotted #d1d1d1;
    padding-bottom: 20px;
}

.news-summary-list .news-item:nth-child(3) {
    order: 2;
}

.news-section .news-section-inner .news-summary .news-summary-list .news-item.news-main {
    grid-column: span 2;
    grid-row: span 2;
    position: relative;
}

.news-section .news-section-inner .news-summary .news-summary-list .news-item.news-main .item-img {
    width: 100%;
    height: auto;
    position: relative;
    background-size: cover;
    background-position: center;
    aspect-ratio: 570/380;
}

.news-section .news-section-inner .news-summary .news-summary-list .news-item.news-main .item-content .title {
    font-size: 20px;
    line-height: 24px;
}

.news-section .news-section-inner .news-summary .news-summary-list .news-item.news-main .item-content .des {
    line-clamp: none;
   -webkit-line-clamp: none;
}

.news-section .news-section-inner .news-summary .news-summary-list .news-item .item-img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 270 / 180;
}

.news-section .news-section-inner .news-summary .news-summary-list .news-item .item-content {
    margin-top: 5px;
}

.news-section .news-section-inner .news-summary .news-summary-list .news-item .item-content .field {
    color: #005126;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.news-section .news-section-inner .news-summary .news-summary-list .news-item .item-content .title {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.news-section .news-section-inner .news-summary .news-summary-list .news-item .item-content .title:hover {
    color: #005126;
}

.news-section .news-section-inner .news-summary .news-summary-list .news-item .item-content .date {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #a0a0a0;
    margin-top: 8px;
}

.news-section .news-section-inner .news-summary .news-summary-list .news-item .item-content .date i {
    font-size: 20px;
}

.news-section .news-section-inner .news-summary .news-summary-list .news-item .item-content .date span {
    font-size: 14px;
    line-height: 20px;
}

.news-section .news-section-inner .news-summary .news-summary-list .news-item .item-content .des {
    margin-top: 8px;
    font-size: 16px;
    line-height: 22px;
    color: #454545;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: justify;
}

.news-section .news-section-inner .news-summary .news-summary-list .news-slider-wrap {
    position: relative;
    width: 100%;
}

.news-section .news-section-inner .news-summary .news-summary-list .news-slider-wrap .swiper-button-prev,
.news-section .news-section-inner .news-summary .news-summary-list .news-slider-wrap .swiper-button-next {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.news-section .news-section-inner .news-summary .news-summary-list .news-slider-wrap .swiper-button-prev::after,
.news-section .news-section-inner .news-summary .news-summary-list .news-slider-wrap .swiper-button-next::after {
    font-size: 14px;
}

.news-section .news-section-inner .news-summary .news-summary-list .news-slider-wrap .swiper-button-prev.swiper-button-disabled,
.news-section .news-section-inner .news-summary .news-summary-list .news-slider-wrap .swiper-button-next.swiper-button-disabled {
    opacity: 0.5;
}

.news-section .news-section-inner .news-summary .news-summary-list .news-slider-wrap .swiper-button-prev {
    left: -16px;
}

.news-section .news-section-inner .news-summary .news-summary-list .news-slider-wrap .swiper-button-next {
    right: -16px;
}

.news-section .news-section-inner .news-highlights {
    width: calc(100% - 74.35% - 30px);
    padding: 15px 13px;
    background: #f7f7f7;
    border-radius: 5px;
}

.news-section .news-section-inner .news-highlights .news-highlights-title {
    color: #bf1e2e;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 22px;
    line-height: 32px;
}

.news-section .news-section-inner .news-highlights .news-highlights-content {
    margin-top: 12px;
}

.news-section .news-section-inner .news-highlights .news-highlights-content .news-main .news-img {
    width: 100%;
    aspect-ratio: 244/160;
    border-radius: 8px;
    object-fit: cover;
}

.news-section .news-section-inner .news-highlights .news-highlights-content .news-main .news-content {
    margin-top: 5px;
}

.news-section .news-section-inner .news-highlights .news-highlights-content .news-main .news-content .field {
    color: #005126;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.news-section .news-section-inner .news-highlights .news-highlights-content .news-main .news-content .title {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: inherit;
    text-overflow: ellipsis;
}

.news-section .news-section-inner .news-highlights .news-highlights-content .news-main .news-content .title:hover {
    color: #005126;
}

.news-section .news-section-inner .news-highlights .news-highlights-content .news-main .news-content .date {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #a0a0a0;
    margin-top: 8px;
}

.news-section .news-section-inner .news-highlights .news-highlights-content .news-main .news-content .date i {
    font-size: 20px;
}

.news-section .news-section-inner .news-highlights .news-highlights-content .news-main .news-content .date span {
    font-size: 14px;
    line-height: 20px;
}

.news-section .news-section-inner .news-highlights .news-highlights-content .news-main .news-content .des {
    margin-top: 8px;
    font-size: 15px;
    line-height: 22px;
    color: #454545;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: inherit;
    text-overflow: ellipsis;
    text-align: justify;
}

.news-section .news-section-inner .news-highlights .news-highlights-content .news-list {
    margin-top: 20px;
}

.news-section .news-section-inner .news-highlights .news-highlights-content .news-list .news-item {
    display: flex;
    align-items: start;
    gap: 10px;
    padding: 24px 0;
    border-top: 1px dotted #d1d1d1;
}

.news-section .news-section-inner .news-highlights .news-highlights-content .news-list .news-item:last-child {
    padding-bottom: 10px;
}

.news-section .news-section-inner .news-highlights .news-highlights-content .news-list .news-item .item-img {
    aspect-ratio: 106/70;
    min-width: 106px;
    width: 106px;
    border-radius: 5px;
    display: flex;
}

.news-section .news-section-inner .news-highlights .news-highlights-content .news-list .news-item .item-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.news-section .news-section-inner .news-highlights .news-highlights-content .news-list .news-item .item-content {
    display: flex;
    flex-direction: column;
}

.news-section .news-section-inner .news-highlights .news-highlights-content .news-list .news-item .item-content .field {
    color: #005126;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.news-section .news-section-inner .news-highlights .news-highlights-content .news-list .news-item .item-content .title {
    color: #333;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.news-section .news-section-inner .news-highlights .news-highlights-content .news-list .news-item .item-content .title:hover {
    color: #005126;
}

.banner-section {
    margin-bottom: 40px;
}

.banner-section .banner-section-inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
}

.banner-section .banner-section-inner .banner-item {
    position: relative;
    display: flex;
}

.banner-section .banner-section-inner .banner-item .banner-img {
    max-height: 90px;
    object-fit: contain;
    border-radius: 4px;
}

.banner-section .banner-section-inner .banner-item .banner-content {
    position: absolute;
    top: 0;
    right: 10%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.banner-section .banner-section-inner .banner-item .banner-content .text-1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
}

.banner-section .banner-section-inner .banner-item .banner-content .text-2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 40px;
}

.general-block {
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    gap: 28px;
}

.general-block .general-left {
    width: 66%;
}

.general-block .general-left .field-section:not(:last-child) {
    margin-bottom: 54px;
}

.general-block .general-right {
    width: calc(100% - 66%);
}

.general-block .general-right .media-section,
.general-block .general-right .field-content {
    margin-bottom: 20px;
}

.field-section .field-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    border-bottom: 1px solid #ddd;
    flex-wrap: wrap;
    gap: 10px;
	overflow: hidden;
    padding-bottom: 2px;
}

.field-section .field-header .title {
    position: relative;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #bf1e2e;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.field-section .field-header .title a {
    text-decoration: none;
}

.field-section .field-header .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5px;
    width: 105%;
    height: 3px;
    background-color: #bf1e2e;
    border-radius: 4px;
}

.field-section .field-header .category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 14px;
    list-style: none;
    padding: 0;
    padding-bottom: 6px;
    margin: 0;
}

.field-section .field-header .category-list .category-item a {
    text-decoration: none;
    color: #606368;
    font-size: 14px;
    white-space: nowrap;
    padding: 3px;
    border-bottom: 1px solid transparent;
}

.field-section .field-header .category-list .category-item a:hover,
.field-section .field-header .category-list .category-item a .active {
    color: #005126;
    border-color: #005126;
}

.field-section .field-content {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
}

.field-section .field-content .news-item {
    border-bottom: 1px solid #dadce0;
    padding-bottom: 20px;
}

.field-section .field-content .news-item:last-child {
    border: 0;
    padding: 0;
}

.field-section .field-content .news-item:not(:last-child) {
    margin-bottom: 20px;
}

.field-section .field-content .news-main .news-item {
    grid-column: span 1;
    grid-row: span 3;
    position: relative;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.field-section .field-content .news-main .news-item .img-title {
    flex-direction: column;
}

.field-section .field-content .news-main .news-item .img-title .item-img {
    width: 100%;
    min-width: 100%;
    aspect-ratio: 370/246;
    display: flex;
}

.field-section .field-content .news-main .news-item .img-title .item-title {
    display: block;
}

.field-section .field-content .news-main .news-item .img-title .item-title .title {
    font-size: 22px;
    line-height: 30px;
}

.field-section .field-content .news-main .news-item .item-des {
    line-clamp: initial;
    -webkit-line-clamp: initial;
    font-size: 16px;
    line-height: 24px;
}

.field-section .field-content .news-item .img-title {
    display: flex;
    gap: 13px;
}

.field-section .field-content .news-item .img-title .item-img {
    width: 131px;
    min-width: 131px;
    aspect-ratio: 131/87;
    display: flex;
}

.field-section .field-content .news-item .img-title .item-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.field-section .field-content .news-item .img-title .item-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.field-section .field-content .news-item .img-title .item-title .title {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.field-section .field-content .news-item .img-title .item-title .title:hover {
    color: #005126;
}

.field-section .field-content .news-item .img-title .item-title .date {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #a0a0a0;
    margin-top: 8px;
}

.field-section .field-content .news-item .img-title .item-title .date i {
    font-size: 20px;
}

.field-section .field-content .news-item .img-title .item-title .date span {
    font-size: 14px;
    line-height: 20px;
}

.field-section .field-content .news-item .item-des {
    margin-top: 8px !important;
    font-size: 14px;
    line-height: 22px;
    color: #454545;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.field-section.field-section-layout-2 .field-content {
    display: flex;
    flex-direction: column;
}

.field-section.field-section-layout-2 .field-content .news-item.news-main {
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dadce0;
}

.field-section.field-section-layout-2 .field-content .news-item:not(:last-child) {
    margin-bottom: 8px;
}

.field-section.field-section-layout-2 .field-content .news-item:not(.news-main) {
    position: relative;
    padding-left: 20px;
}

.field-section.field-section-layout-2 .field-content .news-item:not(.news-main):before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #bf1e2e;
    border-radius: 50%;
}

.field-section.field-section-layout-2 .field-content .news-item:not(.news-main) .img-title .item-title .des {
    margin-top: 4px;
}

.media-section {
    padding: 18px;
    border: 1px solid #dadce0;
    border-radius: 10px;
    background-image: url("../assets/images/bg-media.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

.media-section .media-header {
    display: flex;
    gap: 20px;
    color: #bf1e2e;
}

.media-section .media-header .title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.media-section .media-content .media-main {
    margin-top: 15px;
}

.media-section .media-content .media-main .media-item .item-img {
    aspect-ratio: 334/189;
    width: 100%;
    position: relative;
    display: flex;
}

.media-section .media-content .media-main .media-item .item-img .img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.media-section .media-content .media-main .media-item .item-img .icon-media {
    position: absolute;
    left: 6px;
    bottom: 6px;
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.media-section .media-content .media-main .media-item .item-img .icon-media.icon-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
}

.media-section .media-content .media-main .media-item .item-content {
    margin-top: 10px;
}

.media-section .media-content .media-main .media-item .item-content .des {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left;
}

.media-section .media-content .media-main .media-item .item-content .des:hover {
    color: #005126;
}

.media-section .media-content .media-list .media-item {
    display: flex;
    align-items: start;
    gap: 12px;
    /* justify-content: space-between; */
    margin-top: 16px;
}

.media-section .media-content .media-list .media-item:not(:last-child) {
    border-bottom: 1px solid #dadce0;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.media-section .media-content .media-list .media-item .item-img {
    aspect-ratio: 130/90;
    width: 130px;
    min-width: 130px;
    position: relative;
    display: flex;
}

.media-section .media-content .media-list .media-item .item-img .img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

.media-section .media-content .media-list .media-item .item-img .icon-media {
    position: absolute;
    left: 6px;
    bottom: 6px;
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.media-section .media-content .media-list .media-item .item-img .icon-media.icon-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.media-section .media-content .media-list .media-item .item-content .des {
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left;
}

.media-section .media-content .media-list .media-item .item-content .des:hover {
    color: #005126;
}

.link-section {
    padding: 0;
    background: #fff;
}

.link-section .field-header-chuyende {
    background: #8B0000;
    padding: 10px;
    text-align: center;
}

.link-section .field-content-chuyende {
    padding: 15px;
    border: 1px solid #ddd;
    border-top: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.link-section .field-content-chuyende .news-item-chuyende.news-main-chuyende {
    text-align: center;
    width: 100%;
}

.item-title-chuyende a h4 {
    color: #333;
    font-weight: 700;
    font-size: 16px;
}

.link-section .field-header-chuyende a {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Sarabun", Arial, sans-serif !important;
}

.link-section .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 33px;
    color: #606368;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

.link-section .list-web {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12px;
}

.footer {
    background: #f5f5f5;
    border-top: 1px solid #eee;
}

.footer .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 46px 0;
}

.footer-logo {
    text-align: center;
    margin-bottom: 20px;
}

.footer-logo img {
    height: 80px;
}

.footer-logo .site-name {
    color: #BF1E2E;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.footer .footer-content .footer-info {
    text-align: center;
}

.footer .footer-content .footer-info .footer-title {
    color: #000;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer .footer-content .footer-info .footer-info-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer .footer-content .footer-info .footer-info-list .footer-info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    gap: 10px;
}

.footer .footer-content .footer-info .footer-info-list .footer-info-item .item-content {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
}

.footer .footer-content .footer-info .footer-info-list .footer-info-item .item-content span {
    font-weight: 500;
}

.footer .footer-content .footer-info .footer-info-list .footer-info-item .item-content:hover {
    color: #005126;
}

.footer .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #005126;
    text-align: center;
    padding: 8px 0;
    height: 50px;
}

.footer .copyright p {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    transition: left 0.3s ease-in-out;
    overflow-y: auto;
    padding-bottom: 100px;
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu .mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.mobile-menu .mobile-menu-header img {
    height: 40px;
}

.mobile-menu .mobile-menu-header .close-menu {
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
	min-width: auto;
}

.mobile-menu .mobile-nav {
    padding: 15px;
}

.mobile-menu .mobile-nav .search-box {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 8px 12px;
    margin-bottom: 15px;
}

.mobile-menu .mobile-nav .search-box .search-input {
    border: none;
    outline: none;
    background: transparent;
    flex: 1;
    font-size: 14px;
    color: #333;
    margin-right: 4px;
}

.mobile-menu .mobile-nav .search-box .search-icon {
    color: #666;
    font-size: 14px;
}

.mobile-menu .mobile-nav .mobile-lang-switcher {
    margin-bottom: 15px;
    position: relative;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-current {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #f5f5f5;
    border-radius: 4px;
    cursor: pointer;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-current img {
    width: 29px;
    height: 20px;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-current span {
    font-size: 14px;
    color: #333;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-current i {
    font-size: 12px;
    color: #666;
    margin-left: auto;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-dropdown.active {
    display: block;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-dropdown li {
    list-style: none;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-dropdown li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    text-decoration: none;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-dropdown li a img {
    width: 29px;
    height: 20px;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-dropdown li a span {
    font-size: 14px;
    color: #333;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-dropdown li a:hover {
    background: #f5f5f5;
}

.mobile-menu .mobile-nav .mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item {
    border-bottom: 1px solid #eee;
}

.mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item:last-child {
    border-bottom: none;
}

.mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item a {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

.mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item a.home-link i {
    font-size: 18px;
}

.mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item a:hover {
    color: #005126;
}

.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #25964F;
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    transform: translateY(-5px);
}

/* News List Page Styles */
.page-two-category-title {
    margin-bottom: 30px;
}

.page-two-field-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    border-bottom: 1px solid #ddd;
    flex-wrap: wrap;
    gap: 10px;
}

.page-two-field-header .title {
    position: relative;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #bf1e2e;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.page-two-field-header .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5px;
    width: 105%;
    height: 3px;
    background-color: #bf1e2e;
    border-radius: 4px;
}

.page-two-category-title h1 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}

.page-two-news-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.page-two-news-item {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.page-two-news-item:hover {
    transform: translateY(-5px);
}

.page-two-news-image {
    flex: 0 0 200px;
    height: 150px;
    overflow: hidden;
    border-radius: 4px;
}

.page-two-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-two-news-content {
    flex: 1;
}

.page-two-news-field {
    display: inline-block;
    padding: 4px 8px;
    background: #f0f0f0;
    color: #666;
    font-size: 12px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.page-two-news-title {
    margin-bottom: 10px;
}

.page-two-news-title a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
}

.page-two-news-title a:hover {
    color: #0066cc;
}

.page-two-news-date {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.page-two-news-description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

/* Pagination */
.page-two-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.page-two-pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.page-two-pagination a:hover,
.page-two-pagination a.active {
    background: #0066cc;
    color: #fff;
}

/* News Highlights Section */
.news-highlights {
    width: calc(100% - 74.35% - 30px);
    padding: 15px 13px;
    background: #f7f7f7;
    border-radius: 5px;
}

.news-highlights-title {
    color: #bf1e2e;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 22px;
    line-height: 32px;
}

.news-highlights-content {
    margin-top: 12px;
}

.news-highlights-content .news-main .news-img {
    width: 100%;
    aspect-ratio: 244/160;
    border-radius: 8px;
    object-fit: cover;
}

.news-highlights-content .news-main .news-content {
    margin-top: 5px;
}

.news-highlights-content .news-main .news-content .field {
    color: #005126;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.news-highlights-content .news-main .news-content .title {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.news-highlights-content .news-main .news-content .title:hover {
    color: #005126;
}

.news-highlights-content .news-main .news-content .date {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #a0a0a0;
    margin-top: 8px;
}

.news-highlights-content .news-main .news-content .date i {
    font-size: 20px;
}

.news-highlights-content .news-main .news-content .date span {
    font-size: 14px;
    line-height: 20px;
}

.news-highlights-content .news-main .news-content .des {
    margin-top: 8px;
    font-size: 15px;
    line-height: 22px;
    color: #454545;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: justify;
}

.news-highlights-content .news-list {
    margin-top: 20px;
}

.news-highlights-content .news-list .news-item {
    display: flex;
    align-items: start;
    gap: 10px;
    padding: 24px 0;
    border-top: 1px dotted #d1d1d1;
}

.news-highlights-content .news-list .news-item:last-child {
    padding-bottom: 10px;
}

.news-highlights-content .news-list .news-item .item-img {
    aspect-ratio: 106/70;
    min-width: 106px;
    width: 106px;
    border-radius: 5px;
    display: flex;
}

.news-highlights-content .news-list .news-item .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-highlights-content .news-list .news-item .item-content {
    display: flex;
    flex-direction: column;
}

.news-highlights-content .news-list .news-item .item-content .field {
    color: #005126;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.news-highlights-content .news-list .news-item .item-content .title {
    color: #333;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.news-highlights-content .news-list .news-item .item-content .title:hover {
    color: #005126;
}

/* News Detail Styles */
.news-detail {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.news-detail-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.4;
}

.news-detail-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    color: #666;
    font-size: 14px;
}

.news-detail-description {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 20px;
    font-style: italic;
}

.news-detail-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 30px;
}

.news-detail-content p {
    margin-bottom: 15px;
}

.news-detail-source {
    margin-bottom: 30px;
    color: #666;
    font-size: 14px;
}

.news-detail-source a {
    color: #0066cc;
    text-decoration: none;
}

.news-detail-source a:hover {
    text-decoration: underline;
}

/* Action Buttons */
.news-detail-actions {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 20px;
    justify-content: flex-end;
}

.news-detail-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    min-width: auto !important;
}

.news-detail-btn:hover {
    transform: scale(1.1);
    background: #f5f5f5;
}

.news-detail-btn i {
    font-size: 18px;
    color: #333;
}

.news-detail-btn .btn-text {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    min-width: auto !important;
    width: auto !important;
}

.news-detail-btn:hover .btn-text {
    opacity: 1;
    visibility: visible;
}

.news-detail-btn .btn-text::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top-color: #fff;
}

.news-detail-rating {
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.news-detail-rating h3 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    color: #333;
    font-weight: 600;
}

.ratting_total {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #EFEFEF;
    padding: 4px;
    border-radius: 8px;
}

.ratting_total .inner {
    padding: 1.5rem;
    background-color: white;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.rating {
    float: left;
    width: 45%;
    margin-right: 5%;
    text-align: center;
}

.rating-num {
    color: #333333;
    font-size: 3rem;
    font-weight: 100;
    line-height: 1em;
    display: block;
    margin-bottom: 0.5rem;
}

.rating-stars {
    font-size: 1.25rem;
    color: #E3E3E3;
    margin-bottom: 0.5rem;
}

.rating-stars .active {
    color: #FFD700;
}

.rating-users {
    font-size: 0.875rem;
    color: #666;
}

.histo {
    float: left;
    width: 50%;
    font-size: 0.875rem;
}

.histo-star {
    float: left;
    padding: 3px;
    width: 20%;
    color: #333;
}

.histo-rate {
    width: 100%;
    display: block;
    clear: both;
    margin-bottom: 0.5rem;
}

.bar-block {
    margin-left: 5px;
    color: black;
    display: block;
    float: left;
    width: 75%;
    position: relative;
}

.bar {
    padding: 4px;
    display: block;
    height: 20px;
    border-radius: 4px;
    transition: width 1s ease-in-out;
}

#bar-five {
    width: 0;
    background-color: #9FC05A;
}

#bar-four {
    width: 0;
    background-color: #ADD633;
}

#bar-three {
    width: 0;
    background-color: #FFD834;
}

#bar-two {
    width: 0;
    background-color: #FFB234;
}

#bar-one {
    width: 0;
    background-color: #FF8B5A;
}

.news-detail-comments {
    margin-bottom: 30px;
}

.news-detail-comments h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.news-detail-comment-form {
    margin-bottom: 20px;
}

.news-detail-comment-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
    resize: vertical;
    min-height: 100px;
}

.news-detail-comment-submit {
    padding: 8px 20px;
    background: #0066cc;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.news-detail-comment-submit:hover {
    background: #0055aa;
}

.news-detail-discussion {
    margin-bottom: 30px;
}

.news-detail-discussion h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.news-detail-related {
    margin-bottom: 30px;
}

.news-detail-related h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.news-detail-related-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.news-detail-related-item {
    display: flex;
    gap: 15px;
    text-decoration: none;
    color: #333;
    transition: transform 0.3s ease;
}

.news-detail-related-item:hover {
    transform: translateY(-5px);
}

.news-detail-related-img {
    width: 100px;
    height: 70px;
    border-radius: 4px;
    overflow: hidden;
}

.news-detail-related-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-detail-related-content {
    flex: 1;
}

.news-detail-related-content h4 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.4;
}

.news-detail-related-date {
    font-size: 12px;
    color: #666;
}

.news-detail-field-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    border-bottom: 1px solid #ddd;
    flex-wrap: wrap;
    gap: 10px;
}

.news-detail-field-header .title {
    position: relative;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #bf1e2e;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.news-detail-field-header .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5px;
    width: 125%;
    height: 3px;
    background-color: #bf1e2e;
    border-radius: 4px;
}

/* Rating Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 8px;
    animation: modalFadeIn 0.3s;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.container_bc {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 20px 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.container_bc .star-rating {
    text-align: center;
}

.container_bc .star-rating input {
    display: none;
}

.star-rating label {
    font-size: 25px;
    color: #444;
    padding: 10px;
    float: right;
    transition: all 0.2s ease;
    cursor: pointer;
}

input:not(:checked) ~ label:hover,
input:not(:checked) ~ label:hover ~ label {
    color: #fd4;
}

input:checked ~ label {
    color: #fd4;
}

input#rate-5:checked ~ label {
    color: #fe7;
    text-shadow: 0 0 20px #952;
}

.container_bc #btnEvent {
    display: none;
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.btn {
    height: 45px;
    flex: 1;
}

.btn button {
    height: 100%;
    width: 100%;
    border: 1px solid #444;
    outline: none;
    background: #fe7;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.btn button:hover {
    background: #fd4;
}

#huybinhchon {
    display: none;
}

/* Rating Button */
.btn-rate {
    display: block;
    margin: 20px auto 0;
    padding: 12px 24px;
    background: #fe7;
    border: 1px solid #444;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-rate:hover {
    background: #fd4;
}


.video-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.video-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.video-item:hover {
    transform: translateY(-5px);
}

.video-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.video-thumbnail {
    position: relative;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
}

.video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: background-color 0.3s ease;
}

.video-item:hover .play-icon {
    background: rgba(0, 0, 0, 0.7);
}

.video-info {
    padding: 15px;
}

.video-date {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.video-title {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Video Player Section */
.video-player-section {
    margin-bottom: 40px;
}

.video-player-container {
    position: relative;
    width: 100%;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-info {
    padding: 20px;
    background: #fff;
}

.video-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.video-description {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* Video Albums Section */
.video-albums-section {
    margin-top: 40px;
}

.section-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.album-item {
    display: block;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.album-item:hover {
    transform: translateY(-5px);
}

.album-thumbnail {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}

.album-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-icon i {
    color: #fff;
    font-size: 20px;
}

.album-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.album-count {
    font-size: 14px;
    color: #666;
}

/* Swiper Customization */
.video-player-swiper .swiper-button-next,
.video-player-swiper .swiper-button-prev {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.video-player-swiper .swiper-button-next:after,
.video-player-swiper .swiper-button-prev:after {
    font-size: 20px;
}

.video-albums-swiper {
    padding: 20px 0;
}

.video-albums-swiper .swiper-slide {
    width: 300px;
}

/* Media Detail Video Player Styles */
.video-player-section {
    margin-bottom: 30px;
}

.video-player-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    background: transparent !important;
    margin: 0 auto;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-info {
    padding: 20px 0;
}

.video-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.video-description {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

/* Media Detail Video Albums Styles */
.video-albums-section {
    margin-top: 40px;
}

.section-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.album-item {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
}

.album-item:hover {
    transform: translateY(-5px);
}

.album-thumbnail {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 8px;
}

.album-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.album-item:hover .play-icon {
    opacity: 1;
}

.album-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.album-count {
    font-size: 14px;
    color: #666;
}

.video-player-swiper .swiper-slide {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.video-player-swiper .video-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    position: relative;
    background: #000;
}

.video-player-swiper .video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-player-swiper .video-info {
    padding: 15px;
    background: #fff;
}

.video-player-swiper .video-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.video-player-swiper .video-description {
    font-size: 14px;
    color: #666;
}

/*Audio*/
/* Swiper Customization */
.audio-player-swiper .swiper-button-next,
.audio-player-swiper .swiper-button-prev {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.audio-player-swiper .swiper-button-next:after,
.audio-player-swiper .swiper-button-prev:after {
    font-size: 20px;
}

.audio-player-swiper .swiper-slide {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

/*HinhAnh*/
/* Swiper Customization */
.img-detail-swiper .swiper-button-next,
.img-detail-swiper .swiper-button-prev {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.img-detail-swiper .swiper-button-next:after,
.img-detail-swiper .swiper-button-prev:after {
    font-size: 20px;
}

.img-detail-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    background: transparent !important;
    margin: 0 auto;
}

.img-detail-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

.img-detail-info {
    padding: 20px 0;
}

.img-detail-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.img-detail-description {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}


.img-detail-swiper .swiper-slide {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.img-detail-swiper .video-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    position: relative;
    background: #000;
}

.img-detail-swiper .video-info {
    padding: 15px;
    background: #fff;
}

.img-detail-swiper .video-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.img-detail-swiper .video-description {
    font-size: 14px;
    color: #666;
}

/* Video Player Section */
.img-detail-section {
    margin-bottom: 40px;
}

.img-detail-wrapper img {
    width: 100%;
    height: auto;
}

.img-detail-swiper .swiper-button-next,
.img-detail-swiper .swiper-button-prev {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.img-detail-swiper .swiper-button-next:after,
.img-detail-swiper .swiper-button-prev:after {
    font-size: 20px;
}

.img-detail-swiper .swiper-slide {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

/* Menu đa cấp */
.menu-item {
    position: relative;
    list-style: none;
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #8B0000;
    min-width: 250px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
    border-radius: 4px;
    border: 1px solid #eee;
    padding: 5px 0;
    list-style: none;
}

.sub-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    background: #8B0000;
    min-width: 250px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
    border-radius: 4px;
    border: 1px solid #eee;
    padding: 5px 0;
    list-style: none;
}

.menu-item:hover > .sub-menu {
    display: block;
    animation: fadeIn 0.3s ease;
    list-style: none;
}

.sub-menu-item:hover > .sub-sub-menu {
    display: block;
    animation: fadeIn 0.3s ease;
    list-style: none;
}

.sub-menu-item {
    position: relative;
    list-style: none;
}

.sub-menu-item > a,
.sub-sub-menu li > a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.sub-menu-item > a:hover,
.sub-sub-menu li > a:hover {
    color: #fff;
    padding-left: 20px;
	background: rgb(221 221 221 / 20%);
	opacity: 1 !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mobile-menu-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}

.mobile-menu-item .arrow-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    pointer-events: auto;
    z-index: 2;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-item.active .arrow-icon {
    transform: translateY(-50%) rotate(90deg);
}

.mobile-sub-menu {
    display: none;
    padding-left: 20px;
    background: #f5f5f5;
    margin-top: 10px;
}

.mobile-sub-menu-item {
    padding: 8px 15px;
    border-bottom: 1px solid #eee;
    list-style: none;
}

.mobile-sub-menu-item:last-child {
    border-bottom: none;
}

.ms-webpart-chrome-vertical {
    display: block !important;
}


/* Contact Form Styles */
.section_head {
    text-align: center;
    margin-bottom: 40px;
}

.section_title {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
}

.section_title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #cc0001;
}

.register {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.form_contact .form-group {
    margin-bottom: 25px;
}

.form_contact .custom-text {
    padding: 12px 15px !important;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    transition: all 0.3s ease;
    width: 100%;
}

.form_contact .custom-text:focus {
    border-color: #cc0001;
    box-shadow: 0 0 0 2px rgba(204, 0, 1, 0.1);
    outline: none;
}

.form_contact textarea.custom-text {
    resize: vertical;
    min-height: 120px;
}

.captcha_code {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.captcha_code input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.captcha_code img {
    border-radius: 4px;
}

.captcha_code a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: #f5f5f5;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.captcha_code a:hover {
    background: #e9e9e9;
}

.form-action {
    margin-top: 30px;
}

.btn-outline-primary {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #cc0001;
    border: 2px solid #cc0001;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background-color: #b30000;
    border-color: #b30000;
    transform: translateY(-2px);
}

.error {
    color: #cc0001;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

/* Map Section */
.iframe_map {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.iframe_map iframe {
    width: 100%;
    height: 470px;
    border: none;
}

/* Dialog Styles */
#dialog, #dialog-error {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.overlayDialog {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.dialogMain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    min-width: 300px;
}

.dialogContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.ic {
    font-size: 48px;
    color: #4CAF50;
}

.ic_error {
    color: #cc0001;
}

.dialogText p {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.news-section.gioithieu-news-section {
    padding: 40px 0;
}

.contact-container {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.register {
    /* flex: 2; */
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.iframe_map {
    flex: 1;
    min-height: 450px;
}

.iframe_map iframe {
    width: 100%;
    border: none;
    border-radius: 8px;
}

.form-row-2col {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-row-2col .form-group {
    flex: 1;
    margin-bottom: 0;
}

/*Comment*/
.contains {
    width: 100%;
    margin: 0px auto;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 auto;
}

#scrollbox {
    width: 100%;
    max-height: 400px;
    overflow: auto;
    overflow-x: hidden;
    font-size: 13px;
    font-family: Roboto, Arial, Tahoma;
}

.contains > p {
    background: #eee;
    color: #666;
    font: 100 13px/18px Roboto, Arial, Tahoma;
    padding: 5px;
    margin: 0;
    text-align: right;
}

.comment-br {
    border-bottom: 1px dashed #DDDDDD;
    float: left;
    margin: 0 10px;
    margin-left: 40px;
    min-height: 70px;
    padding: 5px 0;
    width: 97%;
}

.comment-br:last-child {
    border-bottom: none;
}

.comment-br.prt {
    margin-left: 0;
}

.comment-br .title {
    line-height: 1.6;
}

.comment-br .contentcomment {
    float: left;
    line-height: 1.8;
    text-align: justify;
    width: 100%;
}

.comment-br .contentcomment .commentdetail video, .comment-br .contentcomment .commentdetail img {
    max-width: calc(100% - 60px);
    float: unset;
}

.title-icon {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: 2px solid antiquewhite;
}

.Danh-sach-comment {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.py-4 {
    border: 2px solid aquamarine;
    padding: 15px;
}

.chat-messages {
    display: flex;
    flex-direction: column;
    height: 400px;
    overflow-y: scroll
}

.chat-messages * {
    float: unset !important;
}

.chat-messages video {
    max-width: 100% !important;
}

.chat-message-left {
    margin-right: auto;
    max-width: 60%;
}

.chat-message-right {
    flex-direction: row-reverse;
    margin-left: auto;
    max-width: 60%;
}

.chat-message-right .chat-wraper .chat-content {
    background-color: #05728f !important;
    color: white !important;
}

.chat-message-right .chat-wraper .chat-content figcaption div {
    color: #000 !important;
}


.chat-message-left .chat-time-warpper, chat-message-right .chat-time-warpper {
    width: 100%;
    display: flex;
}

.chat-message-left .chat-time-warpper small {
    margin-left: auto;
}

.chat-message-right .chat-time-warpper small {
    margin-left: auto;
}

.bg-light {
    background: #ffffff;
}

.py-2 {
    padding-top: 0.5rem !important;
}

.py-2 {
    padding-bottom: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
}

.font-weight-bold {
    font-weight: 700;
}


/* Media section content */
.media-content-section {
    background: radial-gradient(circle, #3B82F6, #BFDBFE, #FFFFFF) !important;
    padding: 30px 0;
}

.media-content-nav {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
	justify-content: space-between;
}

.media-content-nav .nav {
    display: flex;
    align-items: center;
}

.media-content-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.media-content-tab-nav {
    color: #fff;
    text-decoration: none !important;
    text-transform: uppercase;
    margin-right: 25px !important;
    cursor: pointer;
}

.hna-social-button {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 9px 10px;
}

a.ico-social {
    display: inline-block;
    margin-left: 16px;
}

.ico-youtube {
    background: url(../assets/images/logo-youtube.png) 0 center no-repeat;
    width: 72px;
    height: 22px;
    margin-left: 10px;
}

.ico-tiktok {
    background: url(../assets/images/logo-tiktok.png) 0 center no-repeat;
    width: 76px;
    height: 22px;
}

.ico-instagram {
    background: url(../assets/images/logo-instagram.png) 0 center no-repeat;
    width: 79px;
    height: 22px;
}

.media-content-title {
    font-size: 32px;
    position: relative;
    color: #fff;
}

.media-content-title:after {
    content: "";
    width: 60%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.media-content-tab-nav:hover,
.media-content-tab-nav.active {
    color: #FF4136 !important;
}

.media-content-tab-nav:hover:after,
.media-content-tab-nav.active:after {
    background: #FF4136;
}

.media-content-tab-nav i {
    margin-right: 5px;
}

.media-content-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.media-content-sticky {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.media-content-sticky .item {
    width: calc(50% - 20px);
    margin-bottom: 40px;
}

.media-content-expanded {
    width: 100%;
}

.media-content-thumb {
    padding-top: 56.25%;
    position: relative;
    margin-bottom: 15px;
}

.media-content-thumb > * {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-content-name {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.media-content-sticky .media-content-name {
    font-size: 20px;
    color: #000;
}

.media-content-expanded ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.media-content-img .img {
    position: relative;
    padding-top: 56.25%;
}

.media-content-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-content-cont .media-content-name {
    padding-top: 10px;
}

.media-content-img i {
    color: #fff;
    font-size: 15px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.media-content-tab-item {
    display: none;
}

.media-content-tab-item.active {
    display: block;
}

.media-content-tab-title {
    font-size: 24px;
    margin-bottom: 20px !important;
	font-weight: 700;
	color: #000;
}

#video .media-content-tab-title {
	color: #FF4136;
}

.media-content-video-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.video-thumb .thumb {
    padding-top: 66.67%;
    position: relative;
}

.video-thumb .thumb a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 20%);
    transition: all ease-in-out 0.3s;
}

.video-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-thumb:hover a:after{
    background: transparent;
}

.video-thumb i {
    position: absolute;
    font-size: 40px;
    color: #FF4136;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all ease-in-out 0.3s;
}

.video-thumb:hover i{
    font-size: 60px;
}

.video-des {
    padding-top: 10px;
    font-size: 16px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #000;
}

.video-des h3 {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}

.media-content-action {
    margin-top: 30px;
    text-align: center;
}

.media-content-action a {
    color: #FF4136;
    text-align: center;
    border-radius: 47px;
    background-color: #fff;
    display: inline-block;
    margin: 0 auto;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    transition: all ease-in-out 0.3s;
	box-shadow: 0 0 10px 0 #ddd;
}

#image .media-content-action a {
    color: #4e67e7;
}

#image .media-content-action a:hover {
    color: #fff;
    background-color: #4e67e7;
}

.media-content-action a:hover{
    color: #fff;
    background-color: #FF4136;
}

.media-content-image-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.image-thumb .thumb {
    padding-top: 75%;
    position: relative;
	overflow: hidden;
}

.image-thumb .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.3s;
}

.image-thumb:hover img {
    transform: scale(1.1);
}

.image-thumb .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: end;
    padding: 10px;
    flex-wrap: wrap;
    background: rgb(0 0 0 / 30%);
    color: #fff;
    transition: all ease-in-out 0.3s;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
}

.image-thumb:hover .info {
    opacity: 1;
    visibility: visible;
}

.image-thumb .info h3 {
    font-size: 14px;
}

.image-thumb i {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    font-size: 16px;
}

.image-des {
    font-size: 14px;
    padding-top: 10px;
    line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.footer-categories {
    background: #fff;
    padding: 30px 0;
}

.ft-categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.footer a {
    display: block;
    text-decoration: none !important;
    color: #333;
    margin: 5px 0;
}

.footer a:hover{
    color: #8B0000;
}

.ft-categories h3 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 700;
}

.footer-below {
    padding: 30px 0;
}

.ft-below {
    display: flex;
	flex-wrap: wrap;
}

.ft-left {
    width: 38%;
    text-align: right;
}

.ft-right {
    width: 38%;
    text-align: left;
}

.ft-center {
    width: 24%;
    padding: 0 20px;
}

.footer-status {
    background: #25964f;
    padding: 8px 16px;
    border-radius: 8px;
    width: 100%;
    height: max-content;
    max-width: 250px;
}

.footer-status .item {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    gap: 2px;
}

.footer-status .item:not(:last-child) {
    margin-bottom: 2px;
}

.footer-status .item span {
    color: #ffc702;
    font-weight: 500;
}

.ft-below .column-1 {
    width: 15%;
    padding: 0 10px;
}

.ft-below .column-2 {
    width: 25%;
    padding: 0 10px;
}

.ft-below .column-3 {
    width: 40%;
    padding: 0 10px;
    display: flex;
	flex-wrap: wrap;
}

.ft-below .column-4 {
    width: 20%;
    padding: 0 10px;
}

.ft-below .column-3 .widget {
    width: 50%;
}

.widget h3 {
    font-size: 18px;
    margin-bottom: 15px !important;
	font-weight: bold;
}

.widget ul {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
}

.widget ul a {
    font-size: 14px;
    margin: 4px 0;
    display: flex;
    align-items: center;
}

.widget ul a:hover {
    color: #FF4136;
}

.widget ul a i {
    width: 25px;
    font-size: 15px;
}

ul.social {
    margin: 15px 0 !important;
    display: flex;
    gap: 10px;
}

ul.social li a {
    width: 30px;
    height: 30px;
    margin: 0;
    border: 1px solid #333;
    text-align: center;
    border-radius: 50%;
    justify-content: center;
}

ul.social li a i {
    transition: all ease-in-out 0.3s;
	zoom: 1;
}

ul.social li a:hover i {
    zoom: 1.1;
}

.ft-categories .cate-item > a {
    color: #666;
	font-size: 14px;
}

.ft-categories .cate-item > a:hover {
    color: #FF4136;
}

.mobile-login-icon {
    display: none;
    color: #fff !important;
    font-size: 20px;
}

.new-content-section-hcm .news-list-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
}

.new-content-section-hcm .field-section .field-content .news-item:not(.news-main) {
    border: 0;
}

.new-content-section-hcm .field-section .field-content .news-item:not(.news-main) .img-title {
    display: block;
}

.new-content-section-hcm .field-section .field-content .news-item:not(.news-main) .img-title .item-img {
    width: 100%;
    margin-bottom: 5px;
}

.login-icon a {
    display: block;
    height: 35px;
    width: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    color: #333 !important;
}

.group-icon-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.media-content-section.video {
    background: #F5F6FA !important;
    border: 1px solid #FF4136;
}

.media-content-section.podcast .media-content-tab-nav,
.media-content-section.video .media-content-tab-nav {
    color: #333;
}

.media-content-section.podcast .media-content-title:after,
.media-content-section.video .media-content-title:after {
    background: #333;
}

.media-content-section.image {
    background: linear-gradient(to bottom, #4e67e7, rgba(255, 255, 255, 0.7)) !important;
}

.media-content-section.podcast {
    background: #F0F8FF !important;
    border: 1px solid #FF4136;
}

.tcqp-scrolltop {
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 99999;
    margin: 0 !important;
    width: 40px;
    height: 40px;
    background: #005126;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 20px;
    box-shadow: 0 0 10px 0 rgb(0 81 38 / 50%);
	opacity: 0;
	visibility: hidden;
}

.show-btn-scroll .tcqp-scrolltop {
	opacity: 1;
	visibility: visible;
}

.is-scroll .header-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}


@media (min-width: 769px) and (max-width: 991px) {

    .news-highlights-content .news-list .news-item .item-img {
        width: 100%;
    }
	
    .news-section .news-section-inner {
        flex-direction: column;
        gap: 24px;
    }

    .news-section .news-section-inner .news-summary {
        width: 100%;
    }

    .news-section .news-section-inner .news-highlights {
        width: 100%;
    }

    .news-section .news-section-inner .news-highlights .news-highlights-content .news-list .news-item .item-img {
        min-width: 40%;
        width: 40%;
        display: flex;
    }
}

@media (max-width: 1200px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    .footer .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .footer-logo {
        flex-direction: column;
        text-align: center;
    }

    .footer .footer-content .footer-info {
        text-align: center;
    }

    .footer .footer-content .footer-info .footer-info-list .footer-info-item {
        justify-content: center;
    }
	
    .news-section .news-section-inner .news-summary .news-summary-list {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
	
    .banner-section .banner-section-inner {
        display: flex;
        /* flex-direction: column; */
        align-items: center;
    }

    .banner-section .banner-section-inner .banner-item .banner-content .text-1 {
        font-size: 14px;
        line-height: 20px;
    }

    .banner-section .banner-section-inner .banner-item .banner-content .text-2 {
        font-size: 18px;
        line-height: 30px;
    }
	
    .general-block {
        flex-direction: column;
    }

    .general-block .general-left,
    .general-block .general-right {
        width: 100%;
    }
	
    .video-list {
        grid-template-columns: repeat(2, 1fr);
    }
	
    .sub-menu,
    .sub-sub-menu {
        position: static;
        width: 100%;
        box-shadow: none;
        border: none;
        padding: 0;
        display: none;
    }

    .sub-sub-menu {
        padding-left: 15px;
    }
	
	.news-summary-list .news-item {
		order: 0 !important;
	}
	
	.ft-below .column-2, .ft-below .column-4 {
		width: 30%;
	}
	
	.ft-below .column-3 {
		width: 25%;
	}
	
	.ft-below .column-3 .widget {
		width: 100%;
	}
	
	.media-content-nav {
		display: block;
	}
	
	.hna-social-button {
		float: right;
		margin-top: 10px;
	}
	
	.media-content-nav:after {
		content: "";
		display: table;
		clear: both;
	}
}

@media (max-width: 768px) {
	.header .header-main .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
	
    .news-highlights {
        width: 100%;
    }

    .news-highlights-content .news-list .news-item .item-img {
        min-width: 40%;
        width: 40%;
    }
	
    .form-row-2col {
        flex-direction: column;
        gap: 0;
    }
	
    .title-section {
        font-size: 28px;
        line-height: 28px;
    }
	
    .header .header-top .logo-wrapper .site-name {
        font-size: 32px;
    }

    .header .header-main .container .main-menu {
        display: none;
    }

    .header .header-main .container .home-link-mobile {
        font-size: 24px;
        color: #fff;
        display: flex;
        padding: 12px 8px;
    }

    .header .header-main .container .mobile-menu-btn {
        display: flex;
        font-size: 24px;
		min-width: auto;
    }
	
	.banner-section .banner-section-inner {
		flex-wrap: wrap;
		justify-content: center;
	}

    .header .header-utility .header-utility-inner .right-menu {
        display: none;
    }

    .header .news-ticker {
        padding: 5px 0;
    }

    .header .news-ticker .news-ticker-content {
        height: 20px;
    }

    .header .news-ticker .news-ticker-content .news-ticker-item {
        padding: 0 20px;
        font-size: 12px;
    }

    .header .news-ticker .news-ticker-content .news-ticker-item .red-dot {
        font-size: 7px;
    }
	
    .news-section .news-section-inner {
        flex-direction: column;
        gap: 24px;
    }

    .news-section .news-section-inner .news-summary {
        width: 100%;
    }

    .news-section .news-section-inner .news-highlights {
        width: 100%;
    }

    .news-section .news-section-inner .news-highlights .news-highlights-content .news-list .news-item .item-img {
        min-width: 40%;
        width: 40%;
        display: flex;
    }
	
    .page-two-news-item {
        flex-direction: column;
    }

    .page-two-news-image {
        flex: 0 0 100%;
        height: 200px;
    }
	
    .rating {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.5rem;
    }

    .histo {
        width: 100%;
    }

    .rating-num {
        font-size: 2.5rem;
    }
	
    .news-section-inner {
        display: block !important;
    }

    .news-summary {
        width: 100% !important;
    }

    .news-highlights {
        width: 100% !important;
    }
	
    .register {
        padding: 30px 20px;
    }

    .section_title {
        font-size: 28px;
    }

    .captcha_code {
        flex-direction: column;
        align-items: flex-start;
    }

    .captcha_code input {
        width: 100%;
    }
	
    .contact-container {
        flex-direction: column;
    }

    .register {
        flex: none;
        width: 100%;
    }

    .iframe_map {
        flex: none;
        width: 100%;
    }
	
	.media-content-sticky {
		gap: 0px;
	}
	
	.media-content-expanded {
        width: 100%;
    }
	
	.media-content-sticky .item {
		margin-bottom: 20px;
		width: 100%;
	}
	
	.media-content-expanded ul {
		gap: 20px;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.media-content-expanded ul li {
		margin: 0;
	}
	
	.media-content-cont {
		flex-wrap: wrap;
		gap: 10px;
	}
	
	.media-content-img, .media-content-cont .media-content-name {
		width: 100%;
	}
	
	.media-content-image-list {
		grid-template-columns: 1fr 1fr;
	}
	
	.ft-below > div {
		width: 50% !important;
		order: 2;
		margin-bottom: 20px;
	}
	
	.ft-below .column-1 {
		order: 0;
	}
	
	.ft-below .column-4 {
		order: 1;
		display: flex;
		align-items: center;
	}
	
	.footer-below {
		padding-bottom: 10px;
	}
	
	.ft-categories {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.mobile-login-icon {
		display: block;
	}
}

@media (max-width: 576px) {
    .footer .footer-content {
        padding: 15px 0;
    }

    .footer-logo img {
        height: 60px;
    }

    .footer .footer-content .footer-info .footer-title {
        font-size: 14px;
    }

    .footer .footer-content .footer-info .footer-info-list .footer-info-item .item-content {
        font-size: 13px;
    }
	
    .header .header-top .logo-wrapper .site-name {
        font-size: 24px;
    }

    .header .header-top .logo-wrapper .logo img {
        height: 70px;
    }
	
    .banner-section .banner-section-inner .banner-item .banner-content .text-1 {
        font-size: 14px;
        line-height: 20px;
    }

    .banner-section .banner-section-inner .banner-item .banner-content .text-2 {
        font-size: 24px;
        line-height: 17px;
    }
	
    .field-section .field-content {
        display: flex;
        flex-direction: column;
    }

    .field-section .field-content .news-main .news-item {
        margin-bottom: 30px;
    }
	
    .video-list {
        grid-template-columns: 1fr;
    }
	
	.media-content-expanded ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	
	.media-content-video-list {
		grid-template-columns: 1fr;
	}
	
	.media-content-tab-title {
		font-size: 20px;
	}
	
	.media-content-title {
		font-size: 24px;
	}
	
	.media-content-tab-nav {
		margin-right: 15px !important;
	}
	
	.ft-below > div {
		width: 100% !important;
	}
	
	.ft-below .column-1 {
		display: flex;
		justify-content: center;
	}
	
	.ft-below .column-4 {
		justify-content: center;
	}
	
	.ft-categories {
		grid-template-columns: 1fr;
	}
	
	.news-detail-meta {
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 10px;
	}
	
	.audio-player {
		order: 2;
		width: 100%;
		margin: 0 !important;
	}
	
	.page-two-news-image {
		flex: 0 0 100%;
		height: auto;
	}
	
	.page-two-news-content {
		width: 100%;
	}
	
	.members-section .members-section-inner .member-slider-wrap {
		padding: 0 35px;
	}
	
	.page-two-news-item {
		gap: 10px;
	}
	
	.ckeditor-html5-video video {
		width: 100% !important;
	}
	
	table {
		width: 100% !important;
	}
}

@media (max-width: 480px) {
    .register {
        padding: 20px 15px;
    }

    .section_title {
        font-size: 24px;
    }

    .btn-outline-primary {
        width: 100%;
    }
	
	.media-content-expanded ul {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 425px) {
    .title-section {
        font-size: 22px;
        line-height: 22px;
    }
	
    .news-section .news-section-inner .news-summary .news-summary-list {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
	
    .banner-section .banner-section-inner .banner-item .banner-content .text-1 {
        font-size: 12px;
        line-height: 16px;
    }

    .banner-section .banner-section-inner .banner-item .banner-content .text-2 {
        font-size: 20px;
        line-height: 24px;
    }
}


/* Custom */
.new-content-section-hcm .field-section .field-content {    
	background: linear-gradient(90deg, rgb(147 53 97) 0%, rgba(199, 190, 87, 1) 0%, rgba(222, 219, 171, 0.31) 0%, rgb(237 251 234) 100%, rgba(240, 237, 223, 1) 100%);
}
img.banner-img-space {
    width: 100%;
    height: auto;
}