﻿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; }