:root {
    --red: #c7383e;
    --grey: #eef1f4;
    --text-main: #0f0f0f;
    --text-grey: #515151;
}

body {
    position: relative;
    color: var(--text-main);
    font-family: "IBM-Regular", sans-serif;
    font-size: 16px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

a,
a:hover {
    text-decoration: none;
}

a {
    line-height: normal;
    color: var(--text-grey);
}

p {
    margin-bottom: 0;
}

img {
    border-radius: 4px;
}

.see-more a:hover,
.label:hover {
    color: #ed2c35;
    border-color: #ed2c35;
}
/* .date-desc::before {
    content: "";
    background-image: url(../img/clock.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    vertical-align: baseline;
} */
.sm-menu-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 14px 0;
}

.hot-news-top {
    display: flex;
    gap: 24px;
    align-items: center;
}

    .hot-news-top i {
        color: #8a8aa8;
    }

    .hot-news-top a {
        color: var(--blue-for-text);
        font-family: "IBM-Medium", sans-serif;
        font-size: 12px;
    }

.sign-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
}

.sign-btn {
    border-radius: 10px;
    background-color: var(--red);
    padding: 6px 12px;
    font-family: "IBM-Medium", sans-serif;
    font-size: 14px;
    color: #fff;
}

.logo-top {
    display: flex;
    gap: 24px;
    align-items: flex-end;
}

    .logo-top .logo-1 img {
        width: 127px;
        object-fit: cover;
    }

    .logo-top .logo-2 img {
        width: 110px;
        object-fit: cover;
    }

.menu {
    display: flex;
    gap: 24px;
    margin-top: 16px;
    justify-content: flex-start;
    align-items: center;
}

    .menu a {
        color: var(--blue-for-text);
        font-family: "IBM-Medium", sans-serif;
        font-size: 16px;
        text-transform: capitalize;
    }

        .menu a:hover {
            color: var(--red);
        }

.link-top {
    color: var(--blue-for-text);
    font-family: "IBM-Regular", sans-serif;
    font-size: 14px;
}

    .link-top i {
        vertical-align: middle;
        margin-left: 10px;
    }

.about-us .sm-title {
    margin-bottom: 60px;
    display: block;
}

.about-us {
    margin-bottom: 60px;
}

.sm-title {
    color: var(--text-grey);
    font-family: "IBM-Regular", sans-serif;
    font-size: 16px;
    display: block;
}

.banner {
    padding-top: 35px;
    padding-bottom: 100px;
    position: relative;
}

.tt .sm-title {
    margin-bottom: 11px;
}

.tt .md-header {
    margin-bottom: 10px;
}

.news-item {
    flex: 1;
}

    .news-item img {
        border-radius: 16px;
        object-fit: cover;
        width: 100%;
    }

.date-desc {
    color: var(--text-grey);
    font-family: "IBM-Regular", sans-serif;
    font-size: 14px;
}

.news-item-content {
    margin-top: 20px;
}

    .news-item-content .date-desc {
        margin-bottom: 8px;
    }

.news-title a {
    color: var(--blue);
    font-family: "IBM-SemiBold", sans-serif;
    font-size: 20px;
}

.research-item img {
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.research-item-content .desc-wrap {
    display: flex;
    gap: 16px;
    margin-bottom: 12px;
    align-items: baseline;
}

.research-item-content {
    text-align: left;
    margin-top: 24px;
}

.label {
    color: var(--red);
    font-family: "IBM-SemiBold", sans-serif;
    font-size: 14px;
    border-radius: 4px;
    background: rgba(255, 218, 218, 0.47);
    color: var(--red);
    padding: 4px 12px;
}

.research-title a {
    color: #12193a;
    font-family: "IBM-SemiBold", sans-serif;
    font-size: 24px;
    text-align: left;
    margin-bottom: 24px;
    display: block;
}

.lg-header {
    position: relative;
}

    .lg-header a {
        color: var(--red);
        font-family: "IBM-Bold", sans-serif;
        font-size: 42px;
        text-transform: uppercase;
        position: relative;
        display: inline-block;
    }

.mission-wrap {
    display: flex;
    gap: 60px;
    margin-top: 80px;
    align-items: center;
}

    .mission-wrap img {
        border-radius: 16px;
        object-fit: cover;
        width: 100%;
    }

.mission-content {
    position: relative;
    background-color: #b2292f;
    border-radius: 16px;
    padding: 66px 80px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

    .mission-content .item .headline {
        background-color: var(--grey);
        border-radius: 4px;
        padding: 10px;
        color: var(--red);
        font-family: "IBM-Bold", sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 24px;
        display: inline-block;
    }

    .mission-content .item p {
        color: #fff;
        font-family: "IBM-Medium", sans-serif;
        font-size: 18px;
    }

.desc-header {
    color: #585981;
    font-family: "IBM-Regular", sans-serif;
    font-size: 14px;
    text-align: right;
}

.ncc-content {
    display: flex;
    gap: 24px;
}

    .ncc-content .item {
        background-color: #ecf1f6;
        padding: 18px 36px;
        border-radius: 8px;
        text-align: center;
        flex: 1;
    }

        .ncc-content .item p {
            color: var(--blue-for-text);
            font-family: "IBM-SemiBold", sans-serif;
            font-size: 18px;
            margin-top: 13px;
        }

.ns-wrap {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-areas:
        "item1 item1 item2 item2 item3 item3"
        ". item4 item4 item5 item5 .";
    column-gap: 60px;
    row-gap: 80px;
    padding-left: 125px;
    padding-right: 125px;
    margin-top: 100px;
}

.ns-item:nth-child(1) {
    grid-area: item1;
}

.ns-item:nth-child(2) {
    grid-area: item2;
}

.ns-item:nth-child(3) {
    grid-area: item3;
}

.ns-item:nth-child(4) {
    grid-area: item4;
}

.ns-item:nth-child(5) {
    grid-area: item5;
}

.ns-item-4 {
    grid-column: 1 / 2;
    justify-self: end;
}

.ns-item-5 {
    grid-column: 2 / 3;
    justify-self: start;
}

.ns-item img {
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
}

.ns-content {
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(188, 196, 208, 0.57);
    padding: 14px 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
    border-radius: 8px;
}

    .ns-content .p-text {
        color: var(--red);
        font-family: "IBM-Bold", sans-serif;
        font-size: 18px;
    }

    .ns-content .s-text {
        color: #6e6e6e;
        font-family: "IBM-Medium", sans-serif;
        font-size: 16px;
    }

.cb .desc-header {
    text-align: center !important;
}

.cb-wrap .item p {
    color: var(--blue);
    font-family: "IBM-Medium", sans-serif;
    font-size: 18px;
}

.sh-item img {
    border-radius: 16px;
    object-fit: cover;
    width: 100%;
}

.vl-tt-item .desc-date {
    text-align: center;
}

.sh-content .sh-title a {
    color: #292e31;
    font-family: "IBM-SemiBold", sans-serif;
    font-size: 18px;
    text-align: center;
    transition: color 0.1s ease-in-out;
}

.sh-content .desc {
    color: #6e6e6e;
    font-family: "IBM-Regular", sans-serif;
    font-size: 16px;
}

.ht-item img {
    border-radius: 8px;
    background: linear-gradient(125.9deg, rgba(237, 212, 212, 0.17) 4.24%, rgba(255, 255, 255, 0.03) 100%);
    backdrop-filter: blur(15px);
    padding: 12px;
    object-fit: cover;
    width: 100%;
}

.ht-item .ht-content {
    background-color: #fff;
    padding: 24px 12px;
    border-radius: 8px;
    margin-top: 12px;
}

.ht-title a {
    color: var(--blue);
    font-family: "IBM-Bold", sans-serif;
    font-size: 18px;
    transition: all 0.3s linear;
    margin-bottom: 12px;
    display: block;
}

.ht-content .s-text {
    color: #172248;
    font-family: "IBM-Regular", sans-serif;
    font-size: 16px;
}

    .ht-content .s-text:first-of-type {
        margin-bottom: 6px;
    }

.sitemap-tit {
    color: #000;
    font-family: "IBM-Medium", sans-serif;
    font-size: 16px;
}

.sitemap a {
    color: #060719;
    font-family: "IBM-Medium", sans-serif;
    font-size: 16px;
}

.sitemap {
    display: flex;
    gap: 8px;
}

.quote-text p {
    color: var(--blue-for-text);
    font-family: "IBM-Medium", sans-serif;
    font-size: 16px;
}

.footer .text-name-footer {
    color: #fff;
    font-family: "IBM-SemiBold", sans-serif;
    font-size: 20px;
    margin-bottom: 24px;
}

.footer p {
    color: #fff;
    font-family: "IBM-Regular", sans-serif;
    font-size: 16px;
}

.footer-bottom .s-text {
    color: #0a0a24;
    font-family: "IBM-Medium", sans-serif;
    font-size: 14px;
}
/* ---------- */
.cb-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 60px;
    justify-content: center;
}

.cb-wrap-item {
    background-image: url(../img/cb-item-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 34px 44px 34px;
}

.tt {
    margin-top: 110px;
}

.ncap {
    background-color: #f5f9ff;
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 100px;
}

.research-wrap {
    display: flex;
    gap: 25px;
    margin-top: 60px;
}

.ncap .sm-title {
    margin-bottom: 12px;
}

.sm {
    margin-top: 75px;
    padding-top: 40px;
    overflow: hidden;
}

    .sm .lg-header {
        text-align: center;
    }

.ncc {
    margin-top: 170px;
}

    .ncc .desc-header {
        width: 560px;
    }

    .ncc .header-wrap {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

.ncc-wrap {
    background-image: url(../img/ncc-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 60px;
}

.ns {
    margin-top: 100px;
}

    .ns .lg-header {
        text-align: center;
    }

.center-btn {
    text-align: center;
    margin-top: 75px;
}

.ns-item {
    width: 316px;
    position: relative;
}

.cb {
    margin-top: 95px;
    padding-top: 60px;
    padding-bottom: 100px;
    background-image: url(../img/cb-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cb-carousel {
    padding-left: 326px;
    padding-right: 326px;
}

.cb .md-header {
    text-align: center;
    margin-bottom: 27px;
}

.cb .desc-header {
    margin-bottom: 45px;
    width: 340px;
}

.cb .desc-header-wrap {
    display: flex;
    justify-content: center;
}

.sh {
    margin-top: 110px;
}

    .sh .header-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .sh .header-wrap .seemore-btn-md {
            height: fit-content;
        }

.sh-carousel {
    margin-top: 60px;
}

.sh-content {
    margin-top: 22px;
}

    .sh-content .date-desc {
        text-align: center;
    }

.sh-title {
    padding: 0 15px;
    margin-top: 6px;
    text-align: center;
}

.sh-content .desc {
    margin-top: 8px;
}

.sh-content .seemore-btn-md {
    margin-top: 25px;
    text-align: center;
}

.ht {
    margin-top: 100px;
}

    .ht .desc-header {
        margin-top: 24px;
    }

    .ht .lg-header {
        text-align: center;
    }

    .ht .desc-header {
        text-align: center;
        width: 430px;
    }

    .ht .desc-header-wrap {
        display: flex;
        justify-content: center;
    }

.ht-carousel-wrap {
    background-image: url(../img/ht-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
    padding-left: 240px;
    padding-right: 240px;
}

.b-footer {
    margin-top: 100px;
}

.b-footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-footer-img {
    display: flex;
    gap: 30px;
    align-items: flex-end;
}

.sitemap-tit {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #000;
}

.sitemap {
    display: flex;
    justify-content: space-between;
}

.quote-text {
    width: 530px;
    position: relative;
    margin-right: 65px;
}

    .quote-text::before {
        content: "";
        background-image: url(../img/quote.svg);
        width: 32px;
        height: 32px;
        display: block;
        position: absolute;
        top: -18px;
        left: -60px;
        background-size: cover;
    }

    .quote-text::after {
        content: "";
        background-image: url(../img/quote.svg);
        width: 32px;
        height: 32px;
        display: block;
        position: absolute;
        bottom: -18px;
        right: -60px;
        transform: scale(-1);
        background-size: cover;
    }

.b-footer .logo-1 img {
    width: 158px;
    object-fit: cover;
}

.b-footer .logo-2 img {
    width: 138px;
    object-fit: cover;
}

.footer {
    margin-top: 40px;
    background-image: url(../img/footer-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
}

.footer-info-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .footer-info-wrap .text {
        margin-left: 10px;
    }

.footer-ic {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 24px;
}

.location-ic {
    background-image: url(../img/location-ic.svg);
}

.phone-ic {
    background-image: url(../img/phone.svg);
}

.mail-ic {
    background-image: url(../img/mail-ic.svg);
}

.link-ic {
    background-image: url(../img/link-ic.svg);
}

.link-mxh-wrap {
    display: flex;
    gap: 12px;
    align-items: flex-end;
}

.footer-bottom-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer-bottom {
    padding-top: 15px;
    padding-bottom: 23px;
}

.sh .seemore-wrap {
    display: flex;
    justify-content: center;
}

.sign-wrap .link-mxh-wrap {
}

.search-input-container {
    width: 100%;
    max-width: 380px;
    box-sizing: border-box;
}

.search-input-wrapper {
    position: relative;
    width: 255px;
}

.search-icon {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    color: #a1a3a6;
    font-size: 18px;
    border: none;
    background-color: transparent;
    z-index: 99;
    border-left: 1px solid #e4e4e4;
    padding-left: 10px;
}

.search-input {
    font-family: "Barlow Regular" !important;
    font-size: 14px !important;
    color: #000 !important;
    width: 100% !important;
    padding: 8px 15px !important;
    padding-left: 15px !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 8px !important;
    font-size: 14px;
    color: #333;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.container-md-width {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 26px;
    margin-bottom: 57px;
    position: relative;
}

.search-wrap {
    position: absolute;
    top: 0;
    right: -240px;
    display: flex;
    gap: 24px;
    align-items: center;
    width: 300px;
}

.seemore-btn-lg i,
.seemore-btn-md i {
    display: inline-flex;
    font-size: 22px;
    vertical-align: sub;
}
/* menu */
.menu-wrap-mobile {
    width: 100%;
    display: none;
}
/* Nút Hamburger (ẩn trên desktop) */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
}

    .menu-toggle i {
        display: flex;
        font-size: 24px;
    }

    .menu-toggle:focus {
        border: none;
        outline: none;
    }

.menu-wrap-mobile {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    overflow-y: auto;
    padding-top: 40px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none; /* Ẩn lớp phủ ban đầu */
}

.footer-info-wrap-item {
    display: flex;
    align-items: baseline;
}
/* menu */
.menu-wrap-mobile .menu {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

    .menu-wrap-mobile .menu a {
        display: block;
        text-align: center;
    }

        .menu-wrap-mobile .menu a:not(:last-child) {
            border-bottom: 1px solid #ebeef0;
            padding-bottom: 14px;
        }

.menu-wrap-mobile .mobile-close {
    outline: none;
    border: none;
    background-color: transparent;
    color: #000;
    font-size: 24px;
}

.mobile-close-wrap {
    display: flex;
    justify-content: flex-end;
}

.sign-wrap-mobile {
    text-align: center;
    margin-top: 40px;
}

    .sign-wrap-mobile .link-mxh-wrap {
        margin-top: 30px;
        justify-content: center;
        gap: 24px;
    }

        .sign-wrap-mobile .link-mxh-wrap img {
            width: 16px;
        }

.has-bg::after {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    content: attr(data-content);
    font-family: "Lora-Bold";
    font-size: 60px;
    line-height: 60px;
    color: #ad3c3c;
    opacity: 0.04;
    white-space: nowrap;
    text-transform: uppercase;
}

input[type="search" i]::-webkit-search-cancel-button {
    margin-inline-end: 40px;
    color: #a1a3a6;
}

.search-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    right: 0px !important;
    background-image: url(../img/clear-type-ic.svg);
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.tab-content > .active {
    display: flex;
}

.owl-dots span {
    background-color: #d9d9d9;
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 100%;
}

.owl-dots {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-top: 80px;
}

.cb .owl-dots {
    margin-top: 60px;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -180px;
    top: 50%;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -180px;
    top: 50%;
    transform: translateY(-50%);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--red);
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background-color: var(--red);
    width: 100px;
    height: 100px;
    border-radius: 100%;
    font-size: 0px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .owl-carousel .owl-nav button.owl-prev:hover,
    .owl-carousel .owl-nav button.owl-next:hover {
        background-color: #da353c;
    }

    .owl-carousel .owl-nav button.owl-prev::after {
        content: "";
        background-image: url(../img/ht-ar.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 32px;
        height: 32px;
        display: block;
        transform: scale(-1);
    }

    .owl-carousel .owl-nav button.owl-next::after {
        content: "";
        background-image: url(../img/ht-ar.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 32px;
        height: 32px;
        display: block;
    }

.sitemap a:hover {
    color: #da353c;
}

.footer-info-wrap-item a.text {
    color: #fff;
}

    .footer-info-wrap-item a.text:hover {
        color: #ffc9cc;
    }

.sh-item {
    height: 100%;
}

.sh-content .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.content-pc .news-item .news-content .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.scrollToTopBtn {
    background-color: var(--red);
}

.scrollToTopBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 48px;
    bottom: 92px;
    padding: 16px;
    color: #fff;
    border-radius: 100%;
    opacity: 0;
    z-index: 99;
    transform: translateY(100px);
    transition: all 0.5s ease;
}

    .scrollToTopBtn:hover {
        background-color: #da353c;
        color: #fff;
    }

    .scrollToTopBtn i {
        display: flex;
        font-size: 16px;
    }

.showBtn {
    opacity: 1;
    transform: translateY(0);
}

.ns-bg::after {
    content: "";
    position: absolute;
    background-image: url(../img/ns-bg-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 228px;
    height: 228px;
    z-index: -1;
}

.ns-bg-1::after {
    top: 60%;
    left: -40%;
}

.ns-bg-3::after {
    top: -40px;
    right: -50%;
}

.ns-bg-5::after {
    top: 30px;
    right: -50%;
}

.ns-bg-1::before {
    content: "";
    position: absolute;
    background-image: url(../img/ns-bg-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 900px;
    height: 800px;
    z-index: -1;
    left: -108px;
    top: -369px;
    background-position: center center;
}

.mission-content::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    right: 20px;
    top: 0;
    background-color: #b2292f;
    transform: translateX(100%);
}

.research-item {
    flex: 1;
}

.banner::after {
    content: "";
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 80%;
    height: 30px;
    background-color: var(--red);
}
/* trang con  */
ol.breadcrumb {
    margin-bottom: 0;
}

    ol.breadcrumb li {
        color: #fff;
        font-family: "IBM-Medium", sans-serif;
        font-size: 14px;
    }

        ol.breadcrumb li a {
            color: #fff;
            font-family: "IBM-Medium", sans-serif;
            font-size: 14px;
        }

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.content-pc .title-content {
    color: #fff;
    font-family: "IBM-Medium", sans-serif;
    font-size: 20px;
}

.content-pc .details-content {
    color: #fff;
    font-family: "IBM-Regular", sans-serif;
    font-size: 16px;
    margin-top: 20px;
}

.relate-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .relate-content h6 {
        color: var(--blue-for-text);
        font-family: "IBM-Medium", sans-serif;
        font-size: 20px;
    }

    .relate-content .item {
        color: var(--blue-for-text);
        font-family: "IBM-Regular", sans-serif;
        font-size: 16px;
        display: flex;
        align-items: flex-start;
        gap: 15px;
        transition: all 0.3s linear;
    }

        .relate-content .item:hover {
            color: var(--red);
        }

        .relate-content .item i {
        }

.content-pc .news-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.content-pc .news-item {
    display: flex;
    gap: 12px;
}

    .content-pc .news-item .image {
        width: 250px;
        height: auto;
        object-fit: cover;
    }

    .content-pc .news-item .news-content .title {
        color: var(--blue-for-text);
        font-family: "IBM-Medium", sans-serif;
        font-size: 20px;
        margin-top: 8px;
        display: block;
        transition: all 0.3s linear;
    }

        .content-pc .news-item .news-content .title:hover {
            color: var(--red);
        }

    .content-pc .news-item .news-content .desc {
        color: var(--blue-for-text);
        font-family: "IBM-Regular", sans-serif;
        font-size: 16px;
        margin-top: 2px;
    }

.sm-content {
    margin-top: 16px;
}

.content-pc {
    margin-top: 20px;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 60px;
}

    .pagination .item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border: 1px solid #99a4ca;
        border-radius: 4px;
        color: var(--blue-for-text);
        font-family: "IBM-Regular", sans-serif;
        font-size: 14px;
        transition: all 0.3s linear;
    }

        .pagination .item i {
            display: flex;
            font-size: 14px;
        }

        .pagination .item:hover {
            color: #fff;
            border-color: var(--red);
            background-color: var(--red);
        }

.page-bg {
    margin-top: 40px;
    margin-bottom: 40px;
    background-image: url(../img/banner-des.png);
    background-position: left center;
    height: 60px;
    display: flex;
    align-items: center;
}

.contact-box {
    background-color: #f1f4f7;
    padding: 100px 25px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

    .contact-box p {
        color: #626c72;
        font-family: "IBM-Medium", sans-serif;
        font-size: 16px;
    }

        .contact-box p span {
            color: var(--red);
            font-family: "IBM-Bold", sans-serif;
            font-size: 16px;
        }

            .contact-box p span.tit {
                color: var(--red);
                font-family: "IBM-Bold", sans-serif;
                font-size: 18px;
            }

.map-box {
    background-color: #d4d4d4;
    border-radius: 8px;
}

.content-pc .main-content {
    padding-right: 80px;
}

.ht-title a:hover {
    color: var(--red);
}

.topbar-bg {
    background-image: url(../img/topbar.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 14px 0;
    background-position-x: right;
}

.lang {
    padding: 4px 10px;
    background-color: #fff;
    display: flex;
    column-gap: 4px;
    align-items: center;
    border-radius: 2px;
    font-family: "IBM-Medium", sans-serif;
    font-size: 14px;
    color: var(--text-grey);
}

    .lang a:hover {
        color: var(--red);
    }

#focus {
    color: var(--red);
}

.top-head-bar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.web-name {
    font-family: "IBM-Bold", sans-serif;
    font-size: 32px;
    color: var(--red);
    padding-left:2rem;
    text-transform:uppercase;
}

.line-br {
    background-color: #fff0f0;
    height: 2px;
    margin-top: 30px;
}

.ctsk-wrap {
    display: flex;
    justify-content: space-between;
}

.content-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ctsk-content .news-item {
    margin-top:12px;
}
    .ctsk-content .news-item .news-item-content {
        margin-top: 8px;
    }
.ctsk-content .news-item h6 a,
.tvhn-content .news-item h6 a {
    margin-top: 10px;
    font-family: "IBM-Medium", sans-serif;
    font-size: 20px;
    color: var(--text-main);
}

    .ctsk-content .news-item h6 a i,
    .tvhn-content .news-item h6 a i {
        display: inline-flex;
        font-size: 16px;
        margin-right: 12px;
    }

.ctsk-content .see-more {
    text-align: right;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e5e5e5;
}

    .ctsk-content .see-more a {
        border: 1px solid var(--red);
        padding: 4px 12px;
        color: var(--red);
        border-radius: 4px;
    }

.ctsk-content {
    display: flex;
    flex-direction: column;
   /* gap: 24px;*/
}

.ctsk-wrap {
    margin-top: 77px;
    gap: 120px;
}

.tlvl {
    background-image: url(../img/tl-vl-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 14px 0 40px;
    margin-top: 135px;
}

.chvl-bg {
    background-image: url(../img/cohoivieclam-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.chvl .desc {
    font-family: "IBM-Bold", sans-serif;
    font-size: 14px;
    color: #fff;
    margin-bottom: 8px;
    display: inline-block;
}

.chvl-bg img {
    margin-left: 20px;
}

.tlvl-wrap {
    display: flex;
}

.chvl .tlvl-content {
    margin-top: 90px;
}

.tlvl-content {
    margin-top: 105px;
    margin-left: 60px;
}

    .tlvl-content h6 a {
        font-family: "IBM-Bold", sans-serif;
        font-size: 38px;
        color: #fff;
        text-transform: capitalize;
    }

    .tlvl-content .see-more {
        margin-top: 30px;
    }

        .tlvl-content .see-more a {
            background-color: var(--red);
            padding: 10px 16px;
            border-radius: 8px;
            font-family: "IBM-Bold", sans-serif;
            font-size: 16px;
            color: #fff;
            text-transform: uppercase;
            display: inline-block;
        }

.see-more i {
    display: inline-flex;
    font-size: 16px;
    margin-left: 12px;
}

.see-more a {
    font-family: "IBM-Medium", sans-serif;
    font-size: 16px;
    color: var(--red);
}

.ttin {
    margin-top: 100px;
}

.ksvl {
    margin-top: 100px;
}

.ksvl-bg {
    background-image: url(../img/khaosat-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
    border-radius: 4px;
}
.nopminhchung-bg {
    background-image: url(../img/nopminhchung_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
    border-radius: 4px;
}
    .ksvl-bg .tlvl-content, .nopminhchung-bg .tlvl-content {
        margin-top: 0;
    }

.content-img img {
    width: 100%;
}

.tvhn-content .news-item {
    border-bottom: 1px dashed #e5e5e5;
}

.tvhn-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 100px;
}

.tvhn-wrap {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.tvhn {
    margin-top: 100px;
    position: relative;
    padding-bottom: 80px;
}

.vl-tt {
    margin-top: 100px;
}

.vl-tt-wrap {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 div mỗi hàng */
    gap: 40px;
}

.vl-tt .see-more {
    text-align: center;
    margin-top: 100px;
}

    .vl-tt .see-more a {
        background-color: var(--red);
        padding: 10px 16px;
        border-radius: 8px;
        font-family: "IBM-Bold", sans-serif;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        display: inline-block;
        transition: background-color 0.3s ease-in-out;
    }

.chvl {
    margin-top: 100px;
}

.dn {
    margin-top: 100px;
}
    .dn .dn-corousel-wrap a {
        color: #292e31;
        font-family: "IBM-SemiBold", sans-serif;
        font-size: 16px;
        transition: color 0.1s ease-in-out;
    }
        .dn .dn-corousel-wrap a:hover {
            color: var(--red);
          
        }
    .logo-footer {
        margin-bottom: 30px;
    }

.md-header a {
    font-family: "IBM-SemiBold", sans-serif;
    font-size: 28px;
    color: var(--red);
    text-transform: capitalize;
    position: relative;
}

.vl-tt .md-header {
    text-align: center;
}

.menu a i {
    display: inline-flex;
    font-size: 16px;
    margin-left: 4px;
}

.menu-desktop .submenu-wrapper {
    position: relative;
    width: auto;
}

.submenu-wrapper {
    position: relative;
    width: 100%;
}

/* Submenu xổ xuống */
.menu-desktop .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%; /* nằm ngay dưới nút cha */
    left: 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-width: 100%;
    z-index: 10;
    width: 360px;
    padding: 15px 30px;
}

    .menu-desktop .submenu a {
        padding: 15px 0;
        border-bottom: 1px dashed #d4d4d4;
        text-decoration: none;
        color: #10131b;
        white-space: nowrap;
    }

        .menu-desktop .submenu a:last-child {
            border-bottom: none;
        }

        .menu-desktop .submenu a:hover {
            color: var(--red);
        }

/* Hiệu ứng*/
.menu-desktop .submenu {
    opacity: 0;
    transform: translateY(5px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.menu-desktop .submenu-wrapper:hover .submenu {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
/* mobile menu-------------- */
.menu-wrap-mobile .menu {
}

    .menu-wrap-mobile .menu a {
        display: block;
        padding: 10px 15px;
        color: #222;
        text-decoration: none;
    }

        .menu-wrap-mobile .menu a:hover {
            color: var(--red);
        }

.menu-desktop .menu-wrap-mobile .submenu {
    display: none;
    background: #f6f9fc;
}

.menu-wrap-mobile .submenu {
    display: none;
    background: #f6f9fc;
    border: 1px solid #e7e7e7;
}

/*end mobile menu-------------- */
.chvl .content-img a {
    position: relative;
    display: inline-block;
    pointer-events: none;
}

.canclick {
    position: absolute;
    top: 70px;
    left: 0px;
    width: 100%;
    height: 50%;
    pointer-events: auto;
    cursor: pointer;
}

.bottom-footer {
    display: flex;
    justify-content: space-between;
}

.bottom-f {
    background: rgba(161, 33, 39, 0.2);
    margin-top: 40px;
    padding: 10px;
}

.sm-title {
    margin-top: 16px;
}

.vl-tt-item img {
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.canbo-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
}

.canbo-item img {
    width: 200px;
}

.canbo-content .name {
    font-family: "IBM-SemiBold", sans-serif;
    font-size: 20px;
    color: var(--text-main);
}

.canbo-content .desc {
    font-family: "IBM-Regular", sans-serif;
    font-size: 16px;
    color: var(--text-main);
}

.canbo-content .sm-desc {
    font-family: "IBM-Medium", sans-serif;
    font-size: 16px;
    color: var(--text-main);
    margin-left: 12px;
}

.canbo-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 12px;
}

.bv-wrap {
}

.title-bv {
    text-align: center;
    font-family: "IBM-Medium", sans-serif;
    font-size: 24px;
    color: var(--text-main);
    margin-bottom: 24px;
}

.logo-footer img {
    width: 150px;
}

.has-de::after {
    content: "";
    background-image: url(../img/deco1.svg);
    background-repeat: no-repeat;
    display: block;
    width: 832px;
    height: 100%;
    position: absolute;
    top: 189px;
    right: 0px;
    z-index: -2;
}

.has-de {
    position: relative;
}

.sh-title a:hover {
    color: var(--red);
}

.vl-tt .see-more a:hover,
.tlvl-content .see-more a:hover {
    background-color: #da3740;
}

.vl-tt-item a:hover ~ .sh-content .sh-title a {
    color: var(--red);
}

.news-item h6 a:hover {
    color: var(--red);
}

.research-item a:hover ~ .research-item-content .research-title a,
.research-title a:hover {
    color: var(--red);
}

.vl-tt-item a:hover img,
.research-item a:hover img {
    transform: scale(1.04);
}

.tvhn:after {
    content: "";
    background-color: rgba(243, 243, 243, 0.46);
    display: block;
    width: 100%;
    height: 740px;
    position: absolute;
    top: 98px;
    left: 0;
    z-index: -2;
}

.banner-carousel .item img {
    height: 510px;
    object-fit: cover;
}

.md-header a::after {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 0px;
    width: 430px;
    height: 100%;
    z-index: -2;
    background-repeat: no-repeat;
}





.bv-line .news-item:not(:last-child) {
    border-bottom: 1px dashed #e4e4e4;
    padding-bottom: 24px;
}

.canbo-wrap-chitiet .canbo-item {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

.canbo-wrap-chitiet .bv-info p {
    color: var(--text-main);
    font-family: "IBM-Regular", sans-serif;
    font-size: 16px;
}

.header-line {
    color: var(--text-main);
    font-family: "IBM-Bold", sans-serif;
    font-size: 24px;
    border-bottom: 1px dashed #dfdfdf;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.canbo-row:not(:last-child) {
    margin-bottom: 40px;
}

.must-have {
    color: red;
}

.input-item label,
.select-ct label {
    color: var(--text-main);
    font-family: "IBM-Medium", sans-serif;
    font-size: 16px;
}

.label-ct-re {
    color: var(--text-main);
    font-family: "IBM-Regular", sans-serif;
    font-size: 16px;
}
/* form dang ky */
.card {
    background: white;
    border-radius: 12px;
    border-color: #ededed;
    padding: 20px;
    margin-bottom: 20px;
    transition: 0.3s;
}

    .card h3 {
        margin: 0;
        font-size: 16px;
        font-family: "IBM-Regular", sans-serif;
        color: #333;
    }

.card-content {
    margin-left: 25px;
    display: none;
}

.open-content {
    display: none;
}

.date-item {
    margin-top: 10px;
}

.job-list {
    border-left: 3px solid #e5e7eb;
    padding-left: 15px;
    margin-top: 10px;
    display: none;
}

.job-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 6px 0;
    width: 500px;
}

    .job-row span {
        flex: 1;
    }

    .job-row input {
        width: 70px;
        padding: 4px;
    }

input[type="checkbox"] {
    transform: scale(1.1);
    margin-right: 6px;
}

.job-row:hover span,
.job-row input:hover ~ span {
    color: var(--text-main);
    font-family: "IBM-Medium", sans-serif;
}

.date-checkbox-label {
    color: var(--text-main);
    font-family: "IBM-Medium", sans-serif;
}

.label-ct {
    color: var(--text-main);
    font-family: "IBM-Medium", sans-serif;
    font-size: 16px;
}

.open-content {
    border: 1px solid #ededed;
    border-radius: 12px;
    padding: 20px;
    background-color: #fff;
}

.text-regular {
    font-family: "IBM-Regular", sans-serif;
}

.text-medium {
    font-family: "IBM-Medium", sans-serif;
}

.text-bold {
    font-family: "IBM-bold", sans-serif;
}

.red-color {
    color: var(--red);
}

.pagedangky p {
    margin-bottom: 10px;
}

.mt-5 {
    margin-top: 40px;
}

.danhmuc > span {
    background-color: #f5e1e2;
    color: var(--red);
    padding: 3px 10px;
    border-radius: 2px;
    margin-right: 8px;
}

.danhmuc {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

.link-down {
    color: #1e313d;
    background-color: #e6ecf0;
    padding: 4px 16px;
    border-radius: 4px;
    margin-left: 8px;
}

    .link-down:hover {
        background-color: #f5e1e2;
        color: var(--red);
    }

.btn-bt-form {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.step {
    display: none;
    animation: fade 0.3s ease;
}

    .step.active {
        display: block;
    }

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.btn-bt-form .prev {
    background-color: #d6dbe1;
    color: #17284f;
    border: none;
    border-radius: 8px;
    padding: 4px 10px;
    transition: all 0.1s ease-in-out;
}

    .btn-bt-form .prev:hover {
        background-color: #dee5ec;
    }

.btn-bt-form .next, .btn-bt-form .next1,
.btn-bt-form .btn-submit {
    background-color: var(--red);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 6px 12px;
    transition: all 0.1s ease-in-out;
}

    .btn-bt-form .next:hover, .btn-bt-form .next1:hover,
    .btn-bt-form .btn-submit:hover {
        background-color: #e11b23;
    }

.content-desc-head {
    padding: 40px 80px;
    background-color: #f5fafe;
    border-radius: 16px;
    margin-bottom: 40px;
}

.desc-title-w {
    width: 870px;
    margin: 0 auto;
}

.img-header {
    margin: 40px auto;
    display: block;
    width: 100%;
    object-fit: cover;
}

.form-bg {
    padding: 40px 80px;
    background-color: #f5fafe;
    border-radius: 16px;
}

.form-ct.form-bg label {
    font-family: "IBM-Regular", sans-serif !important;
}

.form-item i {
    display: inline-flex;
    width: 16px;
    height: 20px;
    color: #6e6e6e;
    margin-right: 8px;
    vertical-align: middle;
}

.text-head-line {
    display: inline-block;
    text-transform: uppercase;
}

.sub-content-form {
    padding-left: 15px;
}

.mota-wrap {
    border-bottom: 1px dashed #818181;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.link-wrap {
    margin-bottom: 20px !important;
}

.align-input {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.title-form {
    font-size: 20px;
    margin-bottom: 20px !important;
    display: block;
    text-transform: uppercase;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: #ecb4b7;
    background-color: #edf4f6;
}

.checkbox-wrap {
    display: flex;
    gap: 20px;
}

.input-item--row {
    display: flex;
    gap: 16px;
}

    .input-item--row label {
        white-space: nowrap;
    }

.btn-add-row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #d6dbe1;
}

    .btn-add-row i {
        width: 16px;
        height: 16px;
        margin-right: 0;
    }

.btn-check:focus + .btn, .btn:focus {
    box-shadow: none;
}

.captcha-wrap {
    width: 300px;
    height: 74px;
}

.mota-text p {
    margin-bottom: 10px;
}
.canbo-wrap-chitiet .canbo-item {
display: flex;
gap: 24px;
margin-bottom: 24px;
}
.canbo-wrap-chitiet .bv-info p {
    color: var(--text-main);
    font-family: "IBM-Regular", sans-serif;
    font-size: 16px;
}
.other-news .title_other {
    font-family: "IBM-Medium", sans-serif;
    font-size: 18px;
    color: var(--text-main);
    margin-top: 24px;
    margin-bottom:15px;
}
.other-news ul {
   padding-left:15px;
    
}
.other-news li {
    line-height: 1.5rem;
    padding-left: .75rem;
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}
    .other-news li:before {
        color: #c7383e;
        content: '\2022';
        font-size: 1.125rem;
        padding-right: 10px;
    }
    .other-news li.file-list:before {
        font-family: uicons-regular-straight !important;
        font-style: normal;
        font-weight: normal !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        content: '\e57f';
        font-size: 1.125rem;
        padding-right: 10px;
    }
    .other-news li a:hover {
        color: #c7383e;
    }
.page-c-conent .box_submenu {
    margin-bottom: 25px;
  
}

    .page-c-conent .box_submenu .title_submenu {
        font-family: "IBM-SemiBold", sans-serif;
        font-size: 24px;
        color: #c7383e;
        line-height: 1;
        margin-bottom: 15px;
        text-transform: uppercase;
    }
    .page-c-conent .box_submenu .sub_menu  {
       
        padding-left:0;
    }
    .page-c-conent .box_submenu .sub_menu li {
        background-color: #F5F7FA;
        margin-bottom: 4px;
    }

        .page-c-conent .box_submenu .sub_menu li a {
            color: #333333;
            font-size: 17px;
            font-family: "IBM-SemiBold", sans-serif;
            padding: 15px 18px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .page-c-conent .box_submenu .sub_menu li a::after {
                content: "\e07e";
                color: #333333;
                font-family: uicons-regular-straight !important;
                font-style: normal;
                font-weight: normal !important;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
            }

        .page-c-conent .box_submenu .sub_menu li.active a {
            background-color: var(--red);
            color: #FFFFFF;
        }

            .page-c-conent .box_submenu .sub_menu li.active a::after {
                color: #FFFFFF;
            }

        .page-c-conent .box_submenu .sub_menu li a:hover {
            background-color: var(--red);
            color: #FFFFFF;
        }

            .page-c-conent .box_submenu .sub_menu li a:hover:after {
                color: #FFFFFF;
            }
/*contact page*/
.map-section {
    height: 300px;
    position: relative;
}

.contact-info-warp {
    position: absolute;
    width: 400px;
    height: 100%;
    background: rgb(199 56 62 / 80%);
    text-align: center;
    z-index: 1;
    padding: 20px 5px;
}

    .contact-info-warp .contact-info {
        margin-bottom: 20px;
    }

        .contact-info-warp .contact-info h4 {
            color: #fff;
            font-weight: 600;
            margin-bottom: 6px;
            font-size: 18px;
            margin-top: 10px;
        }

        .contact-info-warp .contact-info p {
            color: #fff;
            margin-bottom: 0;
        }

.map-section .map {
    height: 100%;
}

.contact-form {
    background: #fff;
    padding: 25px 0;
}

    .contact-form .section-title, .contact-page .section-title {
        margin-bottom: 30px;
        font-family: "IBM-SemiBold", sans-serif;
        text-transform: uppercase;
        font-size: 1.5rem;
    }

    .contact-form p.note {
        margin-bottom: 10px;
        text-align: center;
        font-size: 14px;
        color: #636363;
        line-height: 1.6;
    }

    .contact-form select,
    .contact-form input[type=text],
    .contact-form input[type=email],
    .contact-form textarea {
        height: 37px;
        width: 100%;
        padding: 0 15px;
        border-radius: 8px;
        border: none;
        font-size: 14px;
        font-weight: normal;
        background: #edf4f6;
    }

        

    .contact-form input[type=file] {
        display: none;
    }

    .contact-form textarea {
        padding-top: 23px;
        padding-bottom: 15px;
        height: 125px;
    }

    .contact-form .site-btn {
        border: none;
        min-width: 150px;
        color: #fff;
        font-family: "IBM-SemiBold", sans-serif;
        display: block;
        padding: 15px 15px;
        text-align: center;
        font-size: 13px;
        text-transform: uppercase;
        border-radius: 5px;
        background-color:   var(--red) ;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        background-size: 200% 100%;
    }

        .contact-form .site-btn:hover {
            border: 1px solid #c7383e;
            background-color: #FFFFFF;
            color: #000000;
        }

    .contact-form .img-captcha {
        object-fit: contain;
        height: 100%;
        max-width: 100%;
        width: auto;
    }
/*imagegrid*/
.image-grid {
    padding:  0;
}

    .image-grid .image-card {
        position: relative;
        overflow: hidden;
    }

        .image-grid .image-card img {
            width: 100%;
            height: auto;
            display: block;
        }




.grid {
    margin: 0 auto;
    width: 100%;
}

    .grid .grid-sizer, .grid .grid-item {
        width: calc(33.333% - 10px);
    }

    .grid .grid-item {
        margin-bottom: 15px;
        overflow: hidden;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

        .grid .grid-item img {
            width: 100%;
            height: auto;
            display: block;
            vertical-align: middle;
            /*height: 250px;
            object-fit: cover;*/
        }

.filler {
    visibility: hidden;
}

.lightbox-gallery .chuongtrinh-img {
    width: 100%;
}

.lightbox-gallery .card-img-overlay-bottom {
    position: absolute;
    bottom: 24px;
    left: 25px;
    right: 25px;
    background: rgba(0, 0, 0, 0.5);
    padding: 17px 10px;
    text-align: center;
    border-radius: 25px;
    font-family: "IBM-Regular", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase
}

    .lightbox-gallery .card-img-overlay-bottom:hover {
        color: #fff;
        background-color: #C7383E
    }

.lightbox-gallery .image-card {
    position: relative;
    overflow: hidden;
}

    .lightbox-gallery .image-card img {
        height: 240px;
        object-fit: cover;
        width: 100%;
        border-radius: 12px;
    }
.left-sidebar .ksvl {
    margin-top: 0;
}
.left-sidebar .ksvl .ksvl-bg{
    padding:20px;
}
    .left-sidebar .ksvl .ksvl-bg-1 {
        padding: 20px;
        background-image: linear-gradient(  rgba(0, 0, 0, 0.45) ), url(../img/sidebar1.png);
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 4px;
        background-position: center;
    }
    .left-sidebar .ksvl .ksvl-bg-2 {
        padding: 20px;
        background-image: linear-gradient( rgba(0, 0, 0, 0.45) ), url(../img/sidebar3.png);
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 4px;
        background-position: center;
    }
    .left-sidebar .ksvl .cohoivieclam-bg {
        padding: 20px;
        background-image: linear-gradient( rgba(0, 0, 0, 0.45) ),url(../img/sidebar5.png);
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 4px;
        background-position: center;
    }
    .left-sidebar .ksvl .tlvl-content{
        margin:unset;
    }
.left-sidebar .tlvl-content h6 a {
    font-size: 24px;
    text-shadow: 1px 1px 2px black;
}
.left-sidebar .tlvl-content .see-more a {
    font-size: 14px;
}
.left-sidebar .tlvl {
    margin: unset;
    padding: 20px;
    background-image: linear-gradient( rgba(0, 0, 0, 0.45) ),url(../img/sidebar2.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
}
.left-sidebar .tlvl-content{
    margin:unset;
}
.form-ht {
    margin-top: 100px;
}

.box-wrap-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 340px;
    border-radius: 8px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}

.box-wrap-gv {
    background-image: url(../img/box1.png);
}

.box-wrap-dv {
    background-image: url(../img/box2.png);
}

.formbox-wrap {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 80px;
}

.box-wrap-item .link-item {
    background-color: #fff;
    padding: 18px 24px;
    border-radius: 8px;
}

.form-ht .md-header {
    text-align: center;
}

.box-wrap-item a {
    display: block;
    color: var(--text-main);
    font-family: "IBM-Medium", sans-serif;
    font-size: 20px;
    border-bottom: 1px solid var(--text-main);
    padding-bottom: 5px;
}

    .box-wrap-item a:hover {
        color: var(--red);
        border-color: var(--red);
    }
/* form login */
.login-page {
    background-image: url(../img/bg-login.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 100vh;
    position: relative;
}

.form-container {
    display: flex;
    justify-content: center;
    padding-top: 140px;
}

.title-form {
    color: var(--text-main);
    font-family: "IBM-SemiBold", sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
}

.form-wrap {
    border-radius: 12px;
    background: linear-gradient(139deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 254, 254, 0.26) 100%);
    backdrop-filter: blur(7px);
    margin-top: 40px;
    padding: 32px;
}

.form-content {
    border-radius: 16px;
    background: #fff;
    padding: 40px 36px;
}

.text-sm-login {
    text-align: center;
    margin-top: 40px;
}

    .text-sm-login a {
        color: var(--text-main);
        font-family: "IBM-Regular", sans-serif;
        font-size: 16px;
        border-bottom: 1px solid var(--text-main);
        padding-bottom: 8px;
        cursor:default;
    }

.btn-login {
    text-align: center;
    margin-top: 40px;
}

.btn-submit-m {
    background-color: var(--red);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    transition: all 0.1s ease-in-out;
    font-family: "IBM-Medium", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

    .btn-submit-m:hover {
        background-color: #e11b23;
    }

.ic-item::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: baseline;
    background-size: cover;
}

.ic-user::before {
    background-image: url(../img/user-name.svg);
}

.ic-pass::before {
    background-image: url(../img/pass.svg);
}

.ic-code::before {
    background-image: url(../img/code.svg);
}

.ic-eye::before {
    content: "";
    background-image: url(../img/eye.svg);
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: baseline;
    background-size: cover;
    cursor: pointer;
}

.form-content input {
    border-radius: 8px;
    min-width: 320px;
}

.login-page .input-group-text {
    background-color: transparent;
    border-left: none;
}

.input-ic {
    position: relative;
}

.login-page .input-ic .ic-eye {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}

.login-page input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-family: "IBM-Regular", sans-serif;
    font-size: 14px;
    font-style: italic;
}

.form-content-wrap {
    position: relative;
}

.warning {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffe5e5;
    padding: 10px 16px;
    border-radius: 4px;
    min-width: max-content;
}

    .warning span {
        color: var(--red);
        font-family: "IBM-Regular", sans-serif;
        font-size: 16px;
    }
.sm-menu-top .lang {
    margin-left: auto; 
}
.sm-menu-top .loggedIn {
    padding: 6px 10px 0 10px;
}
.sm-menu-top .loggedIn .btn{
    padding: 0;
}
.sm-menu-top .loggedIn i{
   color:#fff;
   font-size:24px;
}
    .sm-menu-top .loggedIn .dropdown-toggle::after {
        color: #fff;
        vertical-align: 8px;
    }
.input-error {
    border: 1px solid #dc3545 !important;
}
.content-bv img{
    max-width:100%;
    height:auto!important;
}
/* code mới */
.content-pc .news-item .news-content .title {
    font-size: 18px;
}

.content-pc .date-desc {
    color: #797979;
    font-style: italic;
}

.content-pc .news-item .news-content .desc {
    color: #4D4E4E;
}

.content-pc .news-item {
    border-bottom: 1px solid #eaeef0;
    padding-bottom: 25px;
}

.sm-content {
    margin-top: 8px;
}

.page-c-conent .left-sidebar .tlvl-content h6 a {
    font-family: "IBM-Medium", sans-serif;
    font-size: 18px;
}
