
/* /htmlib/duan/hocmon/css/hocmon.css */
header {
    height: 56px;
    background: white;
}

#config-page {
    --mau-md: #006241;
    --layer: 2022;
    --font-md: 'RobotoSlab';
    --mau-2: #003A27;
}

.landing-brand {
    height: 70px;
    background: var(--mau-md);
    color: white;
    padding: 0px 10px;
}

    .landing-brand h1 {
        color: white;
    }

.a-none {
    color: inherit;
    text-decoration: none;
    line-height: 22px;
}

.container {
    max-width: 1140px !important;
    padding: 0px 10px;
    width: 100% !important;
}

.list-brand-header .subcate-view:not(:last-child) {
    position: relative;
}

.list-brand-header .subcate-view {
    cursor: pointer;
    height: 100%;
    margin: 0px 10px;
}

    .list-brand-header .subcate-view:not(:last-child):after {
        content: '|';
        position: absolute;
        right: -10px;
    }

.menu-inside-item {
    min-width: 300px;
    width: max-content;
}

    .menu-inside-item .view-dropdown {
        display: flex;
        height: 100%;
        padding: 8px 10px;
    }

.input-search-dv {
    width: 100%;
    height: 33px;
    border: none;
    box-shadow: 0px 0px 1px 1px #696969;
    padding: 0px 12px;
    border-radius: 4px;
    background: rgba(0,98,65,0.1);
    outline: none;
}

    .input-search-dv:focus {
        background: white;
    }

.list-dsdv {
    max-height: 400px;
    max-width: 90vw;
    width: 600px;
    /*overflow-y: scroll;*/
    /*overflow-x: visible;*/
    border-top: solid 1px rgba(152,152,152,0.5);
}

    .list-dsdv li {
        width: 600px;
        max-width: 90vw;
    }

        .list-dsdv li:not(:last-child) {
            border-bottom: solid 1px rgba(152,152,152,0.5);
        }

.menu-inside-item .view-dropdown:hover {
    color: var(--mau-md);
    background: rgba(152,152,152,0.1);
}

.simplebar-track {
    width: 7px !important;
}

header {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.fw-medium {
    font-weight: 500;
}

.list-brand-header .subcate-view:last-child {
    margin-right: 0px;
}

.search-folder {
    width: 300px;
    height: 591px;
    position: absolute;
    top: 0;
    left: 18px;
    background: #ffffff50;
    z-index: 1;
    padding: 15px 17px;
}

.swiper_header {
    height:fit-content;
}

.title-quick-access {
    height: 60px;
    background: var(--mau-md);
}

.place-container-header {
    height: calc(100% - 66px);
}

.item_container_1 {
    height: 60px;
    background: var(--mau-md);
    position: relative;
    cursor: pointer;
    user-select: none;
}

.icon_1 {
    position: absolute;
    right: 10px;
    color: #9FC6FF;
}

.toggle_1 {
    padding: 30px 0px;
}

body {
    font-family: var(--font-md);
}

.fos-14 {
    font-size: 14px;
}

.link-1 {
    font-size: 14px;
}

.ch-md:hover {
    color: var(--mau-md);
    text-decoration: underline;
}

.image-1 {
    width: 30px;
    height: 30px;
}

.obj-cover {
    object-fit: cover;
    object-position: bottom;
}

.dnone {
    display: none;
}

.item_container_1 span {
    width: calc(100% - 60px);
}

.place-container-header .item_1:not(:last-child) {
    margin-bottom: 2px;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: white !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background-color: var(--mau-md) !important;
}

.rate-16x9 {
   /* padding-top: calc(9 / 16 * 100 * 1%);*/
    position: relative;
}

.item-ratio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rate-4x3 {
    position: relative;
}


.rate-3x2 {
    position: relative;
    padding-top: calc(2/3*100%);
}
.link-underline:hover {
    text-decoration: underline;
    color: var(--mau-md);
}

.title-1 {
    line-height: .8 !important;
}

.swiper-light .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background-color: var(--mau-md) !important;
    opacity: .4 !important;
}

.swiper-light .swiper-pagination-bullet-active {
    background-color: var(--mau-md) !important;
    opacity: 1 !important;
}

.swiper {
    user-select: none;
}

.swiper-light {
    padding-bottom: 60px;
}

.block_gray {
    background: #F6F6F6;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.title-2 {
    font-size: 23px;
    line-height: 29px;
    margin: 8px 0px;
    font-weight: 600;
}

.button-simple:focus, .button-simple, .button-simple:focus, .button-simple:active {
    box-shadow: none !important;
    border: none;
}

.item-zoom-image, .item-zoom-image img {
    overflow: hidden;
    transition: .2s ease;
    transform: scale(1);
    filter: brightness(100%);
}

    .item-zoom-image:hover img {
        transform: scale(1.1);
        filter: brightness(60%);
    }

.big-title {
    color: var(--mau-md);
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

    .big-title:after {
        content: '';
        width: 62px;
        height: 3px;
        background: var(--mau-md);
        position: absolute;
        bottom: 0;
    }

.block_news {
    padding: 60px 0px;
}

.button_a {
    background: var(--mau-md);
    color: white !important;
    padding: 8px 60px;
    margin-top: 20px;
    border-radius: 30px;
}

.swiper_gallery .swiper-slide {
    transform: scale(0.7);
    transition: .3s;
}

.swiper_gallery .swiper-slide-active {
    transform: scale(1);
}

.left_gallery_home {
    left: 0;
    font-size: 50px;
    color: rgba(0,0,0,0.5);
}

.right_gallery_home {
    right: 0;
    font-size: 50px;
    color: rgba(0,0,0,0.5);
}

.left_gallery_home, .right_gallery_home {
    position: absolute;
    cursor: pointer;
}

.anim-title {
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0)), linear-gradient(to right, var(--mau-md), var(--mau-md), var(--mau-md));
    background-size: 100% 2px, 0 2px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
    text-decoration: none;
}

    .anim-title:hover {
        background-size: 0 2px, 100% 2px;
        color: var(--mau-td);
    }

.button-simple:focus, .button-simple, .button-simple:focus, .button-simple:active {
    box-shadow: none !important;
    border: none;
}

.item-zoom-image, .item-zoom-image img {
    overflow: hidden;
    transition: .2s ease;
    transform: scale(1);
    filter: brightness(100%);
}

    .item-zoom-image:hover img {
        transform: scale(1.1);
        filter: brightness(60%);
    }

.big-title {
    color: var(--mau-md);
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

    .big-title:after {
        content: '';
        width: 62px;
        height: 3px;
        background: var(--mau-md);
        position: absolute;
        bottom: 0;
    }

.block_news {
    padding: 60px 0px;
}

.event_news aside .item:last-child {
    padding: 25px 20px;
    min-height: 329px;
}

.event_news aside {
    background: white;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
}

    .event_news aside .item:last-child h2 a {
        font-weight: 500;
        font-size: 19px;
    }

.button_s_news {
    background: linear-gradient(90deg, var(--mau-md), var(--mau-md) 100%) 0% 100% / 0% 100% no-repeat, white;
    color: black;
    border: solid 1px var(--mau-md) !important;
    height: 40px;
    padding: 0px 31px;
    transition: .3s;
    background-position: 0% 100%;
    background-size: 0% 100%;
    font-size: 15px;
    border-radius: 40px;
}

    .button_s_news:hover {
        background-size: 100% 100%;
        color: white;
    }

.event_news .swiper-slide {
    width: 414px;
    min-height: 380px;
}

.button_a {
    background: var(--mau-md);
    color: white !important;
    padding: 10px 60px;
    margin-top: 20px;
    border-radius: 30px;
}

.event_news .item img {
    background: url("/Images/anh-tin-tuc-md.png") center / cover no-repeat;
}

label {
    margin-bottom: 0px !important;
}

.list-1 li:before {
    content: '';
    background: url();
}

.list-1 li:not(:last-child) {
    margin-bottom: 8px;
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.anim-title {
    background: linear-gradient(to right, #00000000, #00000000), linear-gradient(to right, var(--mau-anim-title), var(--mau-anim-title), var(--mau-anim-title));
    background-size: 100% var(--size-anim-title), 0 var(--size-anim-title);
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
    text-decoration: none;
}

    .anim-title:hover {
        background-size: 0 var(--size-anim-title), 100% var(--size-anim-title);
        color: var(--mau-md);
    }

.item-ratio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: contain;
}

.anim_title_medium {
    --size-anim-title: 3px;
}

.anim_title_md {
    --mau-anim-title: var(--mau-anim);
}

@media (min-width: 1200px) {
}

.item_drune_left {
}

.item_drune_right {
    width: 38%;
}

@media (min-width: 1200px) {
    .item_drune_right {
        padding-right: 6px;
    }
}

.ratio-16x9 {
    width: 100%;
    display: flex;
    position: relative;
    padding-top: 56.25%;
}

.item_news_same .left_item {
    width: 43%;
}

.item_news_same .right_item {
    width: 55%;
}

.ratio_item_news {
    width: 100%;
    padding-top: 60%;
    position: relative;
    display: flex;
}

.item_drune_right .item_news_same:not(:last-child) {
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(200,200,200);
}

.item_drune_right .item_news_same:not(:first-child) {
    padding-top: 10px;
}

.item_news_same a:hover {
    color: var(--mau-anim);
    text-decoration: underline;
}

.color_gray {
    color: #6F6F6F;
}

.title-3 {
    font-size: 15px;
}

.subtitle-1 {
    font-size: 11px;
    color: #828282;
}

@media (min-width: 300px) {
    .motcuadientu {
        width: 100%;
        height: 499px;
        position: relative;
        background: #ffffff50;
        z-index: 1;
        padding: 15px 17px;
        border: 1px solid #E7E7E7;
    }
}

@media (min-width: 992px) {
    .motcuadientu {
        width: 266px;
        height: 499px;
    }
}

.hovbutton-1 {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-shadow: 0px 1px 0.5px -1px rgba(0, 0, 0, 0.25);
    border-radius: 0px;
    padding: 15px;
    width: 100%;
}

.gachchan-title:after {
    position: absolute;
    content: '';
    width: 200px;
    height: 2px;
    background: white;
    bottom: 0;
    left: 0;
}

.gachchan-title {
    position: relative;
    padding-bottom: 10px;
}

.list-2 li {
    border: solid 1px white;
    padding: 8px 0px;
    border-radius: 10px;
}

.lg-outer {
    user-select: none;
}

.link-3 {
    font-size: 13px;
}

.list-3 .item_news_same:not(:last-child) {
    margin-bottom: 20px;
}

.chu-1 {
    font-size: calc(12px + .3vw);
}

.chu-2 {
    font-size: calc(14px + .4vw);
}

.title-5 {
    color: var(--mau-md);
}

.color-md {
    color: var(--mau-md);
}

a:hover {
    color: var(--mau-md);
}

.fs-7 {
    font-size: .9rem;
}

.title-6 {
    font-size: 20px;
}

/*Phần Css anh Thương bổ sung */
.navbar .nav-item:hover .dropdown-menu {
    display: block;
}

.mnclear {
    float: left;
    height: 210px;
    overflow: hidden;
    padding-left: 25px;
}

.h5level0 {
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.maxhieght {
    max-height: 150px !important;
    overflow: auto;
}

p.navbar-item {
    margin: 0px !important;
}

.nav-link2 {
    color: #23313f;
    font-weight: 500 !important;
    display: flex;
}

.navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
}

.navbar .has-megamenu {
    position: static !important;
}

.ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
}

.mr-2, .mx-2 {
    margin-right: .5rem !important;
}

a {
    text-decoration: none;
    background-color: transparent;
}

.h5level0 a {
    font-size: 16px !important;
    font-weight: bold !important;
    color: var(--mau-md) !important;
    text-transform: unset !important;
}


a:hover {
    text-decoration: none !important;
}

.event_news aside {
    width: 100%;
}

.itemhome:nth-child(2n+1) {
    background: #F6F6F6;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.qimenu .nav-item, .qimenu .nav-link {
    white-space: nowrap;
}

.hocmonmegamenu {
    right: 0;
    width: 100vw;
    max-width: 1320px;
}

.itemhome:nth-child(2n+1) {
    background: #F6F6F6;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

a.nav-link.dropdown-toggle.font-weight-lighter.py-2 {
    color: #3c3c3c;
}

.link-light {
    color: #f8f9fa;
}

    .link-light a {
        color: #f8f9fa;
    }

.navbar-dark .navbar-nav .nav-link {
    color: #3c3c3c;
}

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #3c3c3c !important;
    }

video.video-fluid {
    width: 100%;
}
.menuTime {
    font-size: 16px !important;
    font-weight: normal;
    padding-top: 0px;
}

.color-md {
    color: var(--mau-md) !important;
}
.landing-2 {
    height: 56px;
    background: linear-gradient(220deg, #e5e5e5 0%, #F4F4F4 100%);
}
.swiper-wrapper123 a {
    color: var(--mau-md) !important;
    font-weight: 500;
}
.tab_tieude {
    color: #38579a;
    background: #fff3e0;
}

.s_CategoryHome_Title_Parent {
    color: var(--mau-md);
}

.s_CategoryHome_Title_Parent {
    font-size: 16px !important;
    border-bottom: 0px;
    font-weight: bold;
}

.qitab > li > a {
    color: #3c3c3c;
}

.tab_tieude {
    color: #38579a;
}

.listitem a {
    font-size: 14px;
    line-height: 24px;
    padding-left: 0;
}

.border .listitem {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.listitem a {
    padding-right: 5px;
}

.listitem a {
    color: #000;
}

.qiiconnew {
    width: 30px !important;
    height: 16px !important;
}

.border .listitem:last-child {
    border-bottom: 0px solid #ddd;
}


.rssxemthem a {
    font-weight: bold;
    color: White;
    text-transform: uppercase;
    /* padding: 10px; */
    font-size: 11px;
     border-radius: 7px; 
    margin-left: 10px;
    padding:15px;
}
.itemhome:nth-child(2n+1) {
    background: #F6F6F6;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.w-1300 {
    max-width: 1200px;
    width: 100%;
}
.navbar-hover.navbar-dark .nav-item:hover .nav-link {
    color: #3c3c3c !important;
}
.bannerhtml5 {
    display: flex;
    justify-content: center;
}

/* ============================================================
   homegd14 (menu Hóc Môn .qimenu22 + dải search .landing-2) — áp fix GIỐNG homegd1413.
   Đặt trong hocmon.css vì homegd14 nạp file này (không nạp tpthuduc/styles.css).
   ============================================================ */

/* --- MENU BAR .qimenu22: dàn đều mục ra 2 bên (home TRÁI, 3-gạch PHẢI), panel megamenu = khung menu cha --- */
.qimenu22 .navbar-nav .nav-link { padding: 6px 10px !important; font-weight: 600 !important; white-space: nowrap !important; } /* chữ 1 dòng, không xuống dòng khi dàn đều */
.qimenu22 .container { max-width: 1300px !important; width: 1300px !important; } /* nới khung để mục + 3-gạch không tràn */
.qimenu22 #main_nav99 { justify-content: space-between !important; align-items: center !important; }
.qimenu22 #main_nav99 > .navbar-nav {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    justify-content: space-between !important; /* các mục cách đều */
    align-items: center !important;
}
.qimenu22 .has-megamenu {
    flex: 0 0 auto;
    position: static !important; /* megamenu neo theo navbar = khung menu cha, không neo nút 3-gạch */
    margin-left: 10px !important;
}
.qimenu22 .megamenu {
    left: 0 !important; right: 0 !important; width: auto !important; /* ép bám navbar, hủy Popper */
    transform: none !important; top: 100% !important; margin: 0 !important; z-index: 1050 !important;
}

/* --- DẢI SEARCH .landing-2 (menuchuchaytd): sửa vỡ layout + làm mỏng, giống homegd1413 --- */
.landing-2 .landing-item-2 { width: 100% !important; max-width: 1300px !important; height: auto !important; min-height: 0 !important; }
.landing-2 .input-group { flex-wrap: nowrap !important; align-items: center; }
.landing-2 .ml-auto { flex: 0 0 auto; }
.landing-2 .landing-item-2 > .item.flex-grow-1 { min-width: 0 !important; max-width: none !important; overflow: hidden !important; } /* chữ chạy không kéo tràn ngang trang */
.landing-2 { height: auto !important; min-height: 0 !important; padding: 2px 0 !important; }
.landing-2 img { max-height: 20px !important; width: auto !important; }
.landing-2 .px-2, .landing-2 .item, .landing-2 .ml-auto { padding-top: 0 !important; padding-bottom: 0 !important; }
.landing-2 #qitxtSearch.form-control,
.landing-2 .input-group-append .input-group-text { height: 30px !important; }
.landing-2 .a-simple.fs-19 { font-size: 15px !important; }
/* /App_Themes/all/allcss/qi-desktop-hep.css */
/* =====================================================================================
   VỎ DESKTOP Ở CỬA SỔ HẸP (< 1200px)  —  thêm 2026-08-11
   User báo giao diện vỡ khi xem ở khổ iPad (ảnh chụp 1024×1366): ba cột 590+295+295 chồng
   lên nhau, sinh một dải trắng giữa cột tin và cột "Tin mới nhất".

   NGUYÊN NHÂN đo được: bộ vỏ desktop bị GHIM KHUNG CỨNG —
     · `.container { min-width: 1200px }` và `#MainContent { min-width: 1200px }`
       (có trong CẢ style2.css LẪN App_Themes/hanoi/css/hanoi.css của tenant Hà Nội);
     · quảng cáo "bay hai bên mép" định vị tuyệt đối theo mép 1275px.
   ⇒ ở khung 1014px trang rộng 1342px, cuộn ngang và vỡ cột.

   PHẠM VI CỐ Ý HẸP — tệp này CHỈ làm ba việc, và chỉ dưới 1200px:
     ① gỡ khoá khung cứng (min-width) để bố cục co được;
     ② ẩn quảng cáo bay hai mép (ở khổ này chúng nằm ngoài vùng nhìn hoặc đè nội dung);
     ③ cho thanh menu ngang cuộn trong chính nó thay vì đẩy cả trang.
   KHÔNG đụng tới lưới, cỡ chữ hay màu của bất kỳ mẫu nào: từ 1200px trở lên tệp này
   không sinh một luật nào, nên 46 mẫu giữ nguyên hiển thị như trước.

   TRANG CHỦ của đơn vị đã bật Is_auto_Responive không cần tới đây: `_MasterAllDesktop`
   đưa cửa sổ hẹp sang thẳng bản "rp" (đã responsive hoàn chỉnh). Tệp này lo phần còn lại —
   các TRANG TRONG và những đơn vị chưa bật cờ.
   ===================================================================================== */

@media (max-width: 1199.98px) {

    /* ① Gỡ khoá khung. Dùng !important vì luật gốc nằm ở style2.css / hanoi.css của tenant,
       nạp sau tệp này trong vài nhánh vỏ. */
    .container,
    #MainContent,
    .content {
        min-width: 0 !important;
    }

    /* ② Quảng cáo bay hai bên mép: định vị theo mép màn hình rộng nên ở khổ này luôn nằm
       ngoài khung hoặc chồng lên nội dung. */
    .ads-wrapper.adsLeft,
    .ads-wrapper.adsRight {
        display: none !important;
    }

    /* ③ Menu ngang dài hơn khung thì cuộn trong chính nó, không đẩy cả trang trượt ngang. */
    .qimenu,
    .menu-main {
        overflow-x: auto;
    }
}

/* /App_Themes/all/allcss/qiUserLogin.css */
.open-chat-btn {
    position: fixed;
    bottom: 150px;
    right: 20px;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 100000;
}

    .open-chat-btn:hover {
        background-color: #0056b3;
    }

/* Popup chat */
.chat-popup {
    display: none; /* Ẩn popup mặc định */
    position: fixed;
    bottom: 200px; /* Cách nút 60px */
    right: 20px;
    width: 380px;
    height: 450px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1100;
    overflow: hidden;
}

/* Header của popup */
.chat-header {
    background-color: #007bff;
    color: white;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

/* Nút đóng trong popup */
.close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

    .close-btn:hover {
        color: #ffdddd;
    }

.login-web {
    position: fixed;
    bottom: 150px;
    right: 20px;
    z-index: 9000;
    background: #006ab0;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
a:focus-visible {
    outline: none !important;
}

.qibgmenutop .pt-1 {
    padding-top: 5px !important;
}

.goog-te-combo {
    border: 1px solid #ddd !important;
    padding: 2px 10px;
    border-radius: 5px;
}

select:focus-visible {
    outline: 1px solid #ddd !important;
}

.skiptranslate {
    width: 0px !important;
    height: 0px !important;
}

body {
    top: 0px !important;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
    width: 0px !important;
    height: 0px !important;
    display: none !important;
}

#goog-gt-tt {
    display: none !important;
}

#google_translate_element {
    bottom: 0px !important;
    position: fixed;
}

.infoFooter {
    text-wrap: balance;
}

.zalo-chat-widget {
    bottom: 80px !important;
    right: 20px !important;
    /*left: auto !important;*/
    visibility: visible !important;
    /*position: fixed !important;*/
}
/* /htmlib/css/gdfull.css */
body {
}
#MainContent {
    
    padding: 10px 5px !important;
}

.container, .container-fluid, .menu-main, .sticky-top, .container-fluid.qiMenuTime_flex, div#banner, footer, .left_detail_content .list-unstyled {
    max-width: 100% !important;
}
    .container main {
        /*width: 95%;*/
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
.hntexttop
{
    width:70% !important
}
.hnimgtop
{
        width:30% !important
}
.item-ratio {
    object-fit: cover !important;
}
.fit-obj {
    object-fit: cover !important;
}
.img-lv2 {
    width: 100%;
    height: auto;
    max-height: 83px;
}
/* Slideshow homegd131:
   - BỎ ép "#amazingslider-12 { height:max-content }": max-content làm container co ~0 (slide
     là ABSOLUTE) -> slide tràn xuống ĐÈ khối "Tin tức sự kiện". Bỏ đi để amazingslider tự set
     chiều cao thật, chứa slide -> hết đè.
   - .demo-slider-3: BỎ margin-bottom 8em (128px) thừa (nguồn KHOẢNG TRẮNG phải: cột slideshow
     cao 638 trong khi cột "Tin mới nhất" chỉ ~498). min-height chỉ còn floor an toàn, height auto
     -> cột ôm SÁT slider thật. */
/* Reservation CO GIÃN cho slider: ảnh (#amazingslider-12, in-flow) tự co giãn theo bề rộng
   cột (JS set, vd 324px@628 / 484px@938...); dải THUMBNAILS là ABSOLUTE, cao CỐ ĐỊNH ~204px,
   không tính vào chiều cao -> dùng padding-bottom (KHÔNG min-height cố định) để chừa chỗ cho
   thumbnails ở MỌI khổ màn -> khối tin dưới không bị đè. (min-height cố định sai ở màn rộng.) */
.demo-slider-3 {
    min-height: 0 !important;
    height: auto !important;
    padding-bottom: 210px !important;
    margin: 0 auto 8px !important;
}
div#amazingslider-12, .left_detail_content .list-unstyled {
    width: 100% !important;
}
/* "Tin mới nhất" (cột phải row đầu) GIÃN đầy chiều cao cột = cao slideshow -> hết khoảng trắng
   giữa nó và "Văn bản" (khối bên dưới). */
.col-sm-4.Content_right { display: flex; flex-direction: column; }
.col-sm-4.Content_right > .qiContainer { flex: 1 1 auto; display: flex; flex-direction: column; min-height: 0; }
/* Bỏ padding-left mặc định của qiContainer_border (~14px) -> text SÁT MÉP như khối Văn bản. */
.col-sm-4.Content_right > .qiContainer > .qiContainer_border { flex: 1 1 auto; min-height: 0; display: flex; flex-direction: column; padding: 0 !important; }
/* Danh sách tin: mỗi tin CÁCH NHAU 10px (gap), text SÁT MÉP (~6px, như Văn bản),
   CUỘN DỌC (overflow-y:auto) nếu tin nhiều hơn chiều cao khung. min-height:0 để scroll chạy
   đúng trong flex. */
.col-sm-4.Content_right > .qiContainer > .qiContainer_border > ul.qiheightTop {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 6px 0 !important;
    margin: 0 !important;
}
/* Giữ nguyên chiều cao tin (không để flex bóp méo) -> tràn thì CUỘN, không cắt lem nhem.
   padding NGANG 10px -> chữ cách mép 10px, nền/viền full. */
.col-sm-4.Content_right ul.qiheightTop > li { flex: 0 0 auto !important; padding-left: 10px !important; padding-right: 10px !important; }

/* ===== Khối VĂN BẢN: bỏ chiều cao cố định gây THỪA khoảng trắng =====
   qistyleall ép .mq13{height:600px} + block bị fix height:638 nhưng chỉ vài tin -> trắng đáy.
   Cho co theo nội dung (max-height 420 + scroll khi nhiều tin). */
.rightitem.van-ban { height: auto !important; min-height: 0 !important; }
.rightitem.van-ban .mq13 { height: auto !important; max-height: 420px !important; overflow-y: auto !important; }
.rightitem.van-ban .mq13 .slick-list { height: auto !important; }
/* Slick (rows:10) set inline width ~310px cho track/slide/li (HẸP hơn khối 475) -> HỞ mép PHẢI.
   Ép full-width + padding 5px 10px (chữ cách mép 10px, các dòng cách nhau 10px = 5+5). */
.rightitem.van-ban .mq13 .slick-track,
.rightitem.van-ban .mq13 .slick-slide,
.rightitem.van-ban .mq13 .slick-slide > div { width: 100% !important; }
.rightitem.van-ban .mq13 ul li {
    width: 100% !important;
    display: block !important;
    padding: 5px 10px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

/* (Clamp 3 dòng + đồng nhất cỡ/màu tiêu đề tin: ĐÃ chuyển sang skin qistyleall-modern.css,
   bản SCOPE trong .qiContainer_border để không cắt tiêu đề trang chi tiết. Không lặp ở đây.) */

/* ===== Khối tin dạng LIST: CHỮ cách mép ~10px, nhưng NỀN hover + ĐƯỜNG PHÂN CÁCH FULL =====
   Đặt padding NGANG trên LI (nền/border của li full theo mép; nội dung thụt 10px). Container
   bỏ padding. :has(>ul) để CHỈ áp cho khối dạng list, KHÔNG đụng khối featured 2-cột (>.row). */
.qiContainer_border:has(> ul) { padding: 0 !important; }
.qiContainer_border > ul > li { padding: 5px 10px !important; }
/* Font tiêu đề trong .listitem ĐỒNG ĐỀU: item MỚI NHẤT render <a> KHÔNG có class qitieudechinh
   nên thiếu font-weight -> đậm/nhạt lệch. Ép 500 = đúng như .qitieudechinh (qistyleall). */
.listitem > a { font-weight: 500 !important; }
.big_item .item:last-child {
    width: 350px;
}

.bgwhite{
    padding: 0 !important;
}

.width1200 {
    max-width: 100% !important;
}

.w-1300{
    max-width: 100% !important;
}

.right_gallery_home {
    /*right: 0;
    position: relative;
    z-index: 9999;
    pointer-events: auto;*/
}

.left_gallery_home {
    /*left: 0;
    position: relative;
    z-index: 9999;
    pointer-events: auto;*/
}

.adsRight {
    display: none;
}

.adsLeft {
    display: none;
}

article.itemhome {
    padding-left: 30px;
    padding-right: 30px;
}

.right_detail_content {
    width: 100% !important;
}