
/* /App_Themes/all/allcss/qiGridView.css */
/*GridViewCSS*/
#MainContent {
  
    padding-right: 2px;
}
.GridViewStyle {
    font-size: 1em;
    table-layout: auto;
    border-collapse: collapse;
    border: #009AD9 3px solid;
    width: 100%;
    height: 500px;
}

.GridViewStyle2 {
    Border-Color: #3366CC;
    table-layout: auto;
    border-collapse: collapse;
    border: #e1e1e1 1px solid;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

/*Header and Pager styles*/

.HeaderStyle, .PagerStyle /*Common Styles*/ {
    background-image: url(/App_Themes/all/allcss/images/HeaderGlass.jpg);
    background-position: center;
    background-repeat: repeat-x;
    background-color: White;
    padding-bottom: 5px;
    font-size: 1em;
    text-align: center;
}

.HeaderStyle2, .PagerStyle2 /*Common Styles*/ {
    background-color: White;
    color: #004175;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
}


    .HeaderStyle2 th, .HeaderStyle2 a, .PagerStyle2 a {
        color: #004175;
        font-weight: bold;
        vertical-align: middle;
        font-size: 1em;
        text-align: center;
        padding: 5px;
    }

    .HeaderStyle2 th {
        /*background-image: url(/App_Themes/all/allcss/Image/thead-khoikhac.png);
        padding: 13px;
        white-space: nowrap;*/
    }

.HeaderStyle th {
    font-family: Tahoma;
    padding: 5px;
    color: #ffffff;
}

.HeaderStyle a {
    color: #ffffff;
    display: block;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 11px;
    text-align: center;
}

.PagerStyle table {
    text-align: center;
    margin: auto;
}

    .PagerStyle table td {
        border: 0px;
        padding: 5px;
    }

.PagerStyle td {
    border-top: #1d1d1d 3px solid;
}

.PagerStyle a {
    color: #ffffff;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #777777;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    border-left: solid 1px #777777;
}


.PagerStyle span {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
}

/*RowStyles*/

.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/ {
    padding: 1px 4px 1px 2px;
    border: solid 1px #D0D7E5;
}

.RowStyle td {
    background-color: white;
    padding-left: 5px;
}

.AltRowStyle td {
    background-color: #E6F5FB;
}

.SelectedRowStyle td {
    background-color: #ffff66;
}


/*PagerStyles for DetailView in Edit Mode*/
.PagerStyleEdit table {
    text-align: center;
    margin: auto;
}

    .PagerStyleEdit table td {
        border: 0px;
        padding: 5px;
    }

.grvScheduleHeader {
    vertical-align: middle;
    padding-top: 5px;
}

.PagerStyleEdit a {
    color: #008000;
    font-size: small;
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #A7DE92;
    border-right: solid 1px #01971C;
    border-bottom: solid 1px #01971C;
    border-left: solid 1px #A7DE92;
}

.PagerStyleEdit span {
    font-weight: bold;
    font-size: small;
    color: #008000;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
}

.GridViewStyle2 td {
    padding: 6px 12px;
    border: 1px solid #dddddd;
}

    .GridViewStyle2 td span {
    }
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}

/*phân trang dữ liệu*/
.pagination-ys {
    border-radius: 4px;
    margin: 20px 0;
    padding-left: 0;
}

    .pagination-ys table > tbody > tr > td {
        display: contents;
    }

        .pagination-ys table > tbody > tr > td > a, .pagination-ys table > tbody > tr > td > span {
            background-color: #ffffff;
            border: 1px solid #dddddd;
            color: #337ab7;
            float: left;
            line-height: 1.42857;
            margin-left: -1px;
            padding: 8px 12px;
            position: relative;
            text-decoration: none;
        }

        .pagination-ys table > tbody > tr > td > span {
            background-color: #337ab7;
            border: 1px solid #dddddd;
            color: #fff;
            cursor: default;
            float: left;
            line-height: 1.42857;
            padding: 8px 12px;
            position: relative;
            text-decoration: none;
            z-index: 2;
        }

        .pagination-ys table > tbody > tr > td:first-child > a, .pagination-ys table > tbody > tr > td:first-child > span {
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
            margin-left: 0;
        }

        .pagination-ys table > tbody > tr > td:last-child > a, .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover, .pagination-ys table > tbody > tr > td > span:hover, .pagination-ys table > tbody > tr > td > a:focus, .pagination-ys table > tbody > tr > td > span:focus {
            background-color: #eeeeee;
            border-color: #dddddd;
            color: #97310e;
        }

/* /App_Themes/all/allcss/qiStyleCategory.css */
#MainContent {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.qisubmenubg {
    background-color: #fafafa;
}
.qisubmenubg a {
        color:#808080;

}
h5.qititle
{
    color:#000000;
    font-weight:600;
    font-size:20px;
    line-height:24px;
}

p.qisummary {
    color:#333;
    font-weight:normal;
}

#yw5 {
    display: inline-block;
}

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    font-size: 14px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #337ab7;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            color: #23527c;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        background-color: #337ab7;
        border-color: #337ab7;
        cursor: default;
    }

.PagingWrapper {
    text-align: center;
}
.qisubmenu a.qihome_tieude {
    font-size: 14px;
    font-weight: normal;
}
.qisubmenu:first-child {
    padding-top: 15px;
}
.qisubmenu:last-child {
    padding-bottom: 15px;
}
.qisubmenu
{
    padding-top:5px;
}
.qiborder
{
    border-radius:5px;
}
/* /htmlib/duan/hp/assets/css/Module/news_one.css */
:root {
  --layer: 2022;
  --gradient-md: linear-gradient(270deg, #1F73D5 19.92%, #0963CC 70.73%);
  --mau-md: #1565C0;
  --mau-anim: #005894;
  --mau-nen: rgb(255, 255, 255);
  --mau-td: #333333;
  --mau-td-revert: #eeeeee;
  --mau-icon: #333333;
  --boxshadow: #989898;
  --mau-trending: #171818;
  --mau-drop: rgb(255,255,255);
  --mau-hover-drop: #c9c9c969;
  --mau-boder-item: #adadad;
  --mau-menu: #eeeeee;
  --mau-hint: #999999;
  --mau-gray: #6C6C6C;
  --mau-spot-head: rgb(218,218,218);
  --time-transition: .3s ease;
  --font-md: Roboto;
  --content-width: calc(100% - var(--content-minus));
  --menu-width: 256px;
  --content-minus: 256px;
  --menu-left: 0px;
  --content-left: var(--menu-width);
  --none-start: initial;
  --margin-block-menu: 25px;
  --box-shadow-block: rgb(166,166,166);
  --mau-head-block: rgb(224,224,224);
  --background-inner: #fff;
  --chart-color-1: #000000;
  --chart-color-2: #006b49;
  --chart-color-3: #003e6b;
  --chart-color-4: #20008a;
  --chart-color-5: #78008a;
  --chart-color-6: #8a003c;
  --chart-color-7: #7f8a00;
  --chart-color-8: #d18800;
}

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

.w-1200 {
  max-width: 1260px;
  width: 100%;
}

.w-1920 {
  max-width: 1920px;
  width: 100%;
}

.color-white {
  color: white;
}

.a-simple {
  text-decoration: none;
  color: inherit;
}

.a-simple:hover {
  color: inherit;
}

@keyframes slideRight {
  from {
    left: -100%;
  }
  to {
    left: 0px;
  }
}

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

.center-all {
  display: flex;
  justify-content: center;
  align-items: center;
}

.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);
}

.anim-title-white {
  background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0)), linear-gradient(to right, white, white, white);
  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-white:hover {
  background-size: 0 2px, 100% 2px;
  color: white;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.color-white {
  color: white !important;
}

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

.input-simple {
  border-radius: 5px;
  height: 36px;
  border-style: solid;
  border-color: var(--mau-md);
}

.input-simple:focus {
  border-style: solid;
  border-color: var(--mau-md);
  box-shadow: none;
}

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

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

.toggle_background {
  background-repeat: no-repeat !important;
  background-position: 100% 100% !important;
  background-size: 100% 0% !important;
  transition: .3s ease;
}

.toggle_background:hover {
  background-size: 100% 100% !important;
}

.color_white_hover:hover {
  color: white;
}

.center-ngang {
  display: flex;
  align-items: center;
}

.center-doc {
  display: flex;
  justify-content: center;
}

.w-1400 {
  max-width: 1400px;
  width: 100%;
}

.item_quickview_chart .highcharts-series-group {
  opacity: .5;
}

.w-1300 {
  max-width: 1300px;
  width: 100%;
}

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

.ratio-3x2 {
  padding-top: 66.6667%;
  position: relative;
}

.center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.anim_title_big {
  --size-anim-title: 4px;
}

.anim_title_small {
  --size-anim-title: 2px;
}

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

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

.anim_title_black {
  --mau-anim-title: black;
}


/* /htmlib/duan/hp/assets/css/styles.css */
:root {
    --intro-text-width: 1000px;
    --intro-text-hover: 1000px;
}
a{
    text-decoration:none;
}
header {
    height: 40px;
    background: var(--gradient-md);
    z-index: var(--layer);
    position: sticky;
    top: 0;
}

.search_button {
    background: white;
    border-radius: 0px;
    font-size: 20px;
    padding: 0px 10px;
    height: 30px;
    border: none;
}

.search-input input {
    height: 30px;
    border-radius: 0px;
    border: none !important;
}

.search-input {
    width: 328px;
    border-radius: 2px;
    overflow: hidden;
}

.hv_dark:hover {
    background: rgba(0, 0, 0, 0.1);
}

.static_banner {
    display: flex;
    width: 100%;
    padding-top: 16.07%;
    position: relative;
}

.center-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top_action_bar {
    background: var(--gradient-md);
}

.list_header_item {
    color: white;
    height: 100%;
    white-space: nowrap;
    margin-bottom: 0px;
}

.home_button {
    height: 100%;
    color: white !important;
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.menu_button {
    color: white !important;
    border-radius: 0px;
}

.list_header_item li {
    display: flex;
    position: relative;
    justify-content: start;
    align-items: center;
}

.big_menu_drone {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 100vh;
    background: rgb(235, 235, 235);
    display: flex;
    justify-content: center;
}

.category_menu_to {
    width: 30%;
}

.menu_to_content {
    width: 70%;
}

.menu_to {
    background: white;
    height: 100vh;
    position: relative;
}

.menu_mini {
    position: absolute;
    top: 100%;
    min-width: 250px;
    border-radius: 0px 0px 6px 6px;
    padding: 5px;
    display: none;
    z-index: calc(var(--layer) + 1);
    background: white;
}

    .menu_mini li a {
        padding: 10px;
        color: black;
        font-size: 15px;
        font-weight: 500;
        position: absolute;
        left: 5px;
        top: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border-radius: 6px;
    }

        .menu_mini li a:hover {
            background: rgba(31, 115, 213, 0.15);
            color: black;
        }

    .menu_mini li {
        padding: 5px;
        height: 50px;
    }

.menu_mini_right {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 250px;
    max-width: 320px;
    border-radius: 0px 0px 6px 6px;
    padding: 0px 5px;
    display: none;
}

.menu_mini .list_menu_mini {
    box-shadow: 0px 0px 5px rgb(220, 220, 220);
    border-radius: 6px;
    background: white;
}

@keyframes menuToggle {
    0% {
        top: -50px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

.item_header:hover .menu_mini {
    display: block;
}

.status_bar {
    height: 40px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.rss_button {
    width: 57px;
    height: 20px;
}

.text_intro {
    overflow: hidden;
}

.intro_text {
    display: none;
    position: relative;
    color: #D32F2F;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .big_blog_left {
        width: 68%;
    }
}

@media (min-width: 1200px) {
    .big_blog_right {
        width: 31%;
    }
}

.item_drune_left {
    width: 60%;
}

.item_drune_right {
    width: 38%;
}

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

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

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

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

.item_drune_right .simplebar-vertical {
    background: rgba(162,162,162,0.5);
    width: 6px;
}

.item_drune_right .simplebar-scrollbar:before {
    background: rgb(150,150,150);
    width: 6px;
    border-radius: 6px;
    left: 0px;
    right: 0px;
}

.tab_items_head {
    height: 40px;
}

.content_tab_news {
    height: calc(100% - 40px);
    display: flex;
    padding: 10px;
    border: 1px solid #1565C0;
    box-sizing: border-box;
    box-shadow: 0px 1px 0.5px -1px rgba(0, 0, 0, 0.25);
    min-height: 511px;
}

.tabs_news {
    height: 100%;
}

.tab_items_head .active {
    background: var(--mau-md) !important;
    color: white !important;
    font-size: 15px;
    text-transform: uppercase;
}

.tab_items_head .nav-item {
    width: 50%;
}

.tab_items_head .nav-link {
    color: black;
    background: #e6e6e6;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    border: none !important;
}

.tab_items_head {
    margin-bottom: -2px;
    border: none !important;
}

.list_item_dt li {
    padding: 5px 9px;
    border: 1px solid #1565C0;
    font-weight: 500;
    font-size: 15px;
}

    .list_item_dt li:nth-child(even) {
        background: var(--mau-md);
        color: white;
    }

    .list_item_dt li:not(:last-child) {
        margin-bottom: 5px;
    }

.item_banner_news {
    width: 100%;
    padding-top: 19%;
}

.fr {
    display: flex;
    position: relative;
}

.row_out {
    margin-left: -15px;
    margin-right: -15px;
}

.block_gray {
    background: #F9F9F9;
    box-shadow: 0px 1px 0.5px -1px rgba(0, 0, 0, 0.25);
}

.left_detail_content {
    width: 280px;
}



.heading_block_item {
    background: linear-gradient(90deg, #1565C0 13.57%, #1F73D5 86.96%);
    border-radius: 3px 3px 0px 0px;
    padding: 12px;
    color: white;
}

.list_item_inside li {
    padding: 12px;
    font-size: 15px;
    font-weight: 400;
}

.list_item_inside {
    border: 1px solid rgb(222,222,222);
}

    .list_item_inside li:nth-child(even) {
        background: #F8F8F8;
    }

.icon_for_item {
    color: var(--mau-md);
    width: 13px;
}

.list_item_inside a {
    margin-left: 10px;
    width: calc(100% - 30px);
}

.item_block_news {
    width: 280px;
}

.head_item_block {
    height: 48px;
    background: var(--mau-md);
    color: white;
    font-size: 15px;
    border-radius: 6px 0px 0px 0px;
    overflow: hidden;
}

.name_block {
    height: 100%;
    width: 50%;
    color: var(--mau-md) !important;
    background: white;
    color: var(--mau-md);
    font-weight: 500;
    text-transform: uppercase;
    border-top-style: solid;
    border-top-color: var(--mau-md);
    border-left-style: solid;
    border-left-color: var(--mau-md);
    border-radius: 6px 0px 0px 0px;
}

.list_item_news li {
    padding: 12px 0px;
    position: relative;
    border-bottom: 1px dotted rgb(183,183,183);
}
.list_item_news li:last-child {
   
    border-bottom: 0px;
}
.list_item_news {
    height: 394px;
    border: 1px solid #E7E7E7;
}

   /* .list_item_news li:not(:last-child):after {
        content: '';
        width: calc(100% - 30px);
        position: absolute;
        left: 15px;
        bottom: 0;
        border-bottom: 1px dotted rgb(183,183,183);
    }*/

    .list_item_news .simplebar-vertical {
        background: rgba(162,162,162,0.5);
        width: 6px;
    }

    .list_item_news .simplebar-scrollbar:before {
        background: rgb(150,150,150);
        width: 6px;
        border-radius: 6px;
        left: 0px;
        right: 0px;
    }

.block_item_vhice {
    width: 49%;
    margin-bottom: 20px;
}

.list_item_vhice {
    padding: 12px;
    border: 1px solid rgb(222,222,222);
}

.big_item .item:first-child {
    width: 210px;
}

.big_item .item:last-child {
    width: 240px;
}

.ratio-3x2 {
    width: 100%;
    position: relative;
    padding-top: 66.67%;
    display: flex;
}

.color_gray {
    color: #6F6F6F;
}

.big_item {
    padding-bottom: 12px;
    border-bottom: 0.8px dashed #C4C4C4;
}

.list_item_vhice li:not(.big_item) {
    padding: 14px 0px;
}

    .list_item_vhice li:not(.big_item):not(:last-child) {
        border-bottom: 0.8px dashed #C4C4C4;
    }

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

.list_item_inside a:hover, .list_item_vhice a:hover, .link_hover a:hover {
    color: var(--mau-md);
    text-decoration: underline;
}

.content_tab_news a:hover {
    text-decoration: underline;
}

.content_gallery_swiper {
    padding: 12px 12px 12px 12px;
    border: 1px solid rgb(222,222,222);
}

.swiper_gallery {
    padding-bottom: 0px;
}

.big_item_video {
    padding: 12px;
}

.list_video {
    padding: 0px 12px;
}

    .list_video li {
        width: 48%;
        margin-bottom: 10px;
        max-height: 70px;
        overflow: hidden;
    }

.video_news {
    border: 1px solid rgb(222,222,222);
    display: flow-root;
}
.left_detail_content {
    width: 280px;
}
    .left_detail_content .list-unstyled {
        width: 280px;
    }

    .left_detail_content .item_detail_content:not(:last-child) {
        margin-bottom: 19px;
    }

.thongke_truycap {
    padding: 12px;
    border: 1px solid rgb(222,222,222);
}

    .thongke_truycap li:not(:last-child) {
        padding-bottom: 8px;
        border-bottom: 1px solid rgb(222,222,222);
    }

.status_tk {
    width: 120px;
    display: flex;
}

.thongke_truycap li:not(:first-child) {
    padding-top: 8px;
}

.block_school .item {
    width: 50%;
    float: left;
    padding: 0px 10px;
    user-select: none;
}

.list-school .school_item {
    padding: 12px;
    background: linear-gradient(90deg, #1565C0 13.57%, #1F73D5 86.96%);
    border-radius: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.like_true_head {
    height: 40px;
    background: var(--gradient-md);
    z-index: var(--layer);
    position: sticky;
    top: 0;
}

.like_true_content {
    height: 100%;
    margin-bottom: 0px;
    color: white;
}

.chuyenmuc_cate {
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    box-shadow: 0px 1px 0.5px -1px rgba(0, 0, 0, 0.25);
}

.bread {
    background: linear-gradient(90deg, #1565C0 13.57%, #1F73D5 86.96%);
    border-radius: 3px 0px 0px 0px;
    padding: 12px;
}

    .bread li {
        color: white;
    }

.breadcrumb_list li:not(:last-child):after {
    content: '\f105';
    font-family: fontawesome;
    margin-left: 8px;
    margin-right: 8px;
}

.image_big_item {
    width: 100%;
    padding-top: 56%;
    position: relative;
    display: flex;
}

.date_and_cate span:after {
    content: '|';
    margin: 0px 8px;
}

.big_item_news {
    padding-bottom: 30px;
    border-bottom: 1px solid #E0E0E0;
}

.item_hint li {
    padding: 28px 0px;
    width: 100%;
}

    .item_hint li .item:first-child {
        width: 40%;
    }

    .item_hint li .item:last-child {
        width: 58%;
    }

.image_item_hint {
    width: 100%;
    padding-top: 62.3%;
    display: flex;
    position: relative;
}

.item_hint li {
    border-bottom: 1px solid #E0E0E0;
}

.font-change:after {
    content: '';
    width: 1px;
    height: 70%;
    position: absolute;
    right: 0;
    top: 15%;
    background: rgba(0,0,0,0.5);
}

.action_button_change button:hover {
    background: rgba(0,0,0,0.1);
}

.action_button_change button {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content_page figure {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .content_page figure figcaption {
        max-width: 600px;
        text-align: center;
    }

    .content_page figure img {
        width: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

.content_page p {
    font-size: 15px;
}

.content_page strong {
    font-size: 16px;
}

.content_page figcaption {
    font-size: 14px;
}


/* anh thuong code*/
/*.adsRight {
    left: 1300px;
}*/
div#main_nav99 {
    height: 26px;
}
li.item_detail_content {
    clear: both;
}
.list_item_vhice {
   
    height: 455px;
    
}
.big_item {
    padding-bottom: 8px;
    border-bottom: 0.8px dashed #C4C4C4;
    padding-top: 8px;
}
    .big_item:last-child {
        border-bottom: none;
        padding-bottom: 10px;
    }

.lhe-24
{
    line-height:24px;
}
.ml-30 {
    margin-left: 30px !important;
}
.fs-19 {
    font-size: 19px !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fs-15 {
    font-size: 15px !important;
}
.pd-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
.mr-6 {
    margin-right: 6px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.btn.shadow-none.fs-15.color-white.hv_dark.br-0 {
    background-color: #0c65cd;
    border: 0px;
}
.pn-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.mr-16 {
    margin-right: 16px !important;
}
.top_action_bar {
    height:34px !important;
}
.ratio-16x9_pd {
    width: 100%;
    display: flex;
    position: relative;
    padding-top: 56.25%;
}
.homehaiphong {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.chuyenmuc_cate {
  
    width: 100%;
}
p.lhe-20.mt-5.line-5 {
    font-size: 15px;
    line-height: 24px;
}
h1.fs-21.lhe-28.line-3.color-md.mt-10.pb-10.mb-0 {
    max-height: 86px;
    overflow: hidden;
}
.simplebar-content {
    padding: 12px !important;
}
.center-ngang a {
    font-family: Time news roman !important;
}
footer aside.w-100.pd-20.container.px-0 {
    margin-top: 20px;
}
/* /App_Themes/all/gd15/gd15.css */

.qibgmenutop {
    background-image: linear-gradient(to top, #e8e8e8, #ffffff);
}

body {
    background: none !important;
}

.qimenu, .qihomemenudoc, .qilitop:hover, #toolbar, .qifootermobile {
    background-color: white;
}

.qiChuChay {
    color: #B31717 !important;
}

.qiborderbottom-2 {
    border-bottom: 1px solid #006ab0;
}

.qisubtopmenu {
    border-top: 2px solid #006ab0;
    border-bottom: 2px solid #006ab0;
}

.qihome_tieudebg {
    border-left: 5px solid #006ab0;
    padding-left: 5px;
}

.dropdown-menu > li > a:hover, .submenu > li > a:hover {
    background: #f9f9f9;
    border-left: 2px #006ab0 solid;
}

.qitabtop .nav-link.active {
    border-top: 2px solid #006ab0 !important;
}
/*
#banner {
    background-image: linear-gradient(to top, #fca613, #fca613) !important;
}*/
ul.qimenudoc li a {
    color: #ab1818;
}

.qiborderbottom-2 {
    border-bottom: 1px solid #006ab0;
}

.lineFooter {
    background: #006ab0;
}

.qifooterbgcolor {
    background-color: #f8f9fb;
}

.qihomemenudoc {
    color: #fff;
}

#CenterFooter {
    padding: 1.5em 0 2em;
    min-height: 133px;
    background: url('/App_Themes/haiphong/Images/Footerhp.png') no-repeat;
}

.qifontbold-1:hover, .qifontbold-1:active {
    background-color: #fff !important;
}

.qitopsubmenu:hover {
    background-color: #fff !important;
}

.qitopsubmenu a:hover {
    background-color: #fff !important;
    border-left: 0px !important;
}

.menuTime {
    color: #1c1c1c;
}

.qilitop:hover {
    color: #fff !important;
    padding-bottom: 5px;
}

    .qilitop:hover > a.qifontbold-1 {
        background-color: #006ab0 !important;
        color: #fff !important;
    }

.qilitop:active > a.qifontbold-1 {
    color: #fff !important;
}

.qihome_tieudebg {
    box-shadow: none !important;
}


.containerqibanner {
    max-width: 2000px;
}

svg.icon.icon-tabler.icon-tabler-search.fs-18 {
    color: #fff;
}

.menu_111 .dropdown-toggle::after {
    display: none;
}

.container-fluid.qimenu.sticky-top.menu-main {
    background-color: #fff !important;
}

.container-fluid.qiMenuTime {
    background-color: #fff !important;
}

.container.px-0.header-second {
    background-color: white !important;
}

.container-fluid.qiMenuTime {
    background-color: #fff !important;
    background-image: none;
    border-bottom: 0px;
}

.qiMenuTime .container {
    /*  Bỏ ảnh nền bgmenuchuchay.png (5×30px, lặp lại ⇒ vệt gãy khi dải cao 40px cho vừa khay ngôn
        ngữ) — thay bằng mã màu trung bình của ảnh. Xem `qistyleall.css`. */
    background-image: none;
    background-color: #f1f4f5;
    clear: both;
    min-height: 40px;
    border-bottom: 1px #EBE3DA solid;
}

#MainContent {
    box-shadow: 0px 2px 4px #fff;
}

.s_CategoryHome_Title_Parent {
    color: #fff;
}

.tab_tieude {
    background: var(--mau-md);
}

.qitab > li > a {
    color: #fff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--mau-md);
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.qitab > li > a:hover {
    color: #fff !important;
}

a {
    text-decoration: none;
}


.menusub li:nth-child(even) {
    background: #fff;
}

.menusub li {
    border-bottom: 1px solid #dee2e6;
    padding-left: 0px;
    margin-left: 12px;
}

    .menusub li:last-child {
        border-bottom: 0px solid #dee2e6;
    }

.center-ngang {
    /*display: flow-root !important;*/
    align-items: center;
}

.font-bold {
    font-weight: 600;
}

.btn.search_button.center-all {
    padding-top: 0px;
}

.tenchuyenmuclct {
    background: linear-gradient(90deg, #1565C0 13.57%, #1F73D5 86.96%);
    color: #fff !important;
    padding: 2px;
    border-radius: 5px;
}

    .tenchuyenmuclct a {
        color: #fff !important;
    }

.itemlichcongtac {
    max-height: 280px;
    overflow-y: scroll;
    overflow-x: hidden;
}


.navbar-dark .navbar-nav .nav-link {
    color: red !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    letter-spacing: 0px;
}




.sticky-top{
    background-color: white;
}

.navbar-collapse {
    display: flex;
    justify-content: space-between;
}

.link-menu {
    display: flex;
}

/* Trang này đặt nhiều <li> thẳng trong <div> (menu .link-menu, header khối .qihome_tieudebg,
   social .iconhay...) -> sinh dấu chấm "•" bullet thừa. Bỏ bullet toàn trang homegd15 (gd15.css
   chỉ nạp cho homegd15 + tenant Trần Hữu Trang nên an toàn, không đụng trang khác). */
li { list-style: none !important; }

/* Header khối homegd15 canh GIỮA -> gạch nhấn ::before (thanh accent trái của skin modern)
   bị tách rời trông như dấu "|" lạc ở đầu. Ẩn nó đi. */
.qihome_tieudebg::before { content: none !important; display: none !important; }

/* Khối chữ chạy dọc (marquee slogan) bọc trong .border.p-2.my-2: viền Bootstrap xám nhạt
   gần như không thấy -> cho viền rõ + bo góc đồng bộ card. */
.border.p-2.my-2 {
    border: 1px solid var(--m-border, #dbe3ec) !important;
    border-radius: 8px;
}

.nav-link {
    color: red;
    font-size: 16px;
    font-weight: 600;
}

    .nav-link:hover {
        color: blue !important;
    }



li a:hover {
    color: blue !important;
}

/*@media (min-width: 992px) {
    .navbar-hover.navbar-dark .nav-item:hover .nav-link {
        color: blue;
    }
}*/

.nav-item.dropdown .nav-link:focus,
.nav-item.dropdown .nav-link:active {
    color: blue;
}



    .logo-donvi:hover {
        color: gray;
    }

.qibgmenutop-bg {
    background-color: #2879ff;

}

.qibgmenutop{
    background-image: none;
}

.color-a-top{
    color: white;
}

.icon-header-m{
    background: #04f6ee;
}


.fixed-left {
    position: fixed;
    left: 0;
    top: 500px;
    padding: 20px 10px 0 10px;
    background: #FFFFFF;
    border-radius: 0 10px 10px 0;
    z-index: 999;
}

    .fixed-left .iconhay {
        text-align: center;
        padding-bottom: 20px
    }

        .fixed-left .iconhay a i {
            width: 20px;
        }


.qifontbold-1{
    color: white;
}

.qifontbold-1{
    color: white;
}

.qibgtop1 > ul > li > a.nav-link {
    color: white !important;
    font-size: 16px;
}

.qifontbold-1 {
    color: white !important;
}

.navbar {
    padding: 0;
}


body {
    background: none !important;
}

.qinoboder {
    border: 0px !important;
}

.qiContainer_border {
    text-align: center;
    border: none !important;
}

.qiheightItem {
    max-height: 140px;
}

.tieude_cmhome {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.qihome_tieude2 {
    font-size: 30px;
    font-weight: 600;
    color: #c91209;
    border-bottom: 2px solid gray;
}

.df-jt {
    display: flex;
    justify-content: center;
}

.qihome_img_title {
    background-color: #FFFFFF;
    border: 1px solid #447BE8;
    box-shadow: 0 12px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.qimaxheighthome1 {
    height: 120px;
}

.imgnew_home {
    border-radius: 10px 10px 0 0;
    min-height: 180px !important;
}

.imgnew_home_top {
    border-radius: 10px;
}

.combo_new {
    display: flex;
    justify-content: space-between;
}

h1.fs-21.lhe-28.line-3.color-md.mt-10.pb-10.mb-0 {
    max-height: 115px;
}

.qihome_tieudebg {
    border: none;
    display: flex;
    justify-content: center;
    border-left: none !important;
    border-right: none !important;
    background-image: none !important;
    border-bottom: none !important;
}

.qihome_tieude {
    font-size: 26px;
    font-weight: 600;
    /*color: red !important;*/
    border-bottom: 2px solid gray;
    padding: 0;
}

.qihome_tieudebg a:hover {
    color: #2879FF !important;
}

.col-4 .border {
    /*margin-top: 15px;*/
    border: none !important;
}

.item_drune_right1 {
    overflow: auto;
}

    .item_drune_right1::-webkit-scrollbar-thumb {
        border-radius: 10px;
    }

.maxhieght::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

.fix-height {
    height: 70px;
    margin-top: 50px;
}

.video-fluid {
    max-height: 200px;
}

.anim_title_md {
    font-size: 20px;
}

.a-simple {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.col-4 .pb-2 .qiContainer_border a img {
    width: 60% !important;
}

.dropdown-item {
    color: #337ab7;
    font-size: 20px !important;
}

.qitieudechinh15 {
    font-size: 25px !important;
    /*color: #4d84de !important;*/
    font-weight: 500 !important;
    line-height: 30px !important;
}

    .qitieudechinh15:hover {
        color: #2879FF !important;
    }

/* căn lề mô tả*/
.qisummaryhome {
    text-align: justify;
}


.embed-responsive-item {
    transition: transform 0.5s ease;
}

.embed-responsive:hover .embed-responsive-item {
    transform: scale(1.1);
}


.embed-responsive {
    overflow: hidden;
}


.ratio_item_news .item-ratio {
    transition: transform 0.5s ease;
}

.ratio_item_news:hover .item-ratio {
    transform: scale(1.1);
}


.ratio_item_news {
    display: block;
    overflow: hidden;
}


.ratio-16x9_pd .item-ratio {
    transition: transform 0.5s ease;
}

.ratio-16x9_pd:hover .item-ratio {
    transform: scale(1.1);
}

.ratio-16x9_pd {
    display: block;
    overflow: hidden;
}

.text-al-l {
    text-align: left;
}


.menulienkettop {
    padding-left: 10px;
    border-left: 2px solid white;
    margin-left: 10px;
}

.title-footer1 {
    font-size: 16px;
    color: white;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
}

.footersaidong {
    background-color: #1665c1 !important;
    padding: 50px 20px;
}

.content-foooter1 a {
    font-size: 14px;
    color: white;
}

.LogoBotoom1 {
}

    .LogoBotoom1 ul {
        padding: 0;
        text-align: left;
    }

.combologo {
    display: flex;
    align-items: center;
}

.logo-tienganh1 {
    width: 160px;
    background-color: white;
    padding: 10px;
    margin-left: 10px;
    border-radius: 5px;
}


.color-title-ft {
    color: white;
}

    .color-title-ft a {
        color: white;
    }

        .color-title-ft a:hover {
            color: blue;
        }

.content-foooter1 i {
    color: white;
}

.content-info-ft {
    display: flex;
}

    .content-info-ft i {
        color: white;
        align-items: center;
        display: flex;
        font-size: 30px;
    }


@media (min-width: 1024px) {
    .item_drune_right1{
        max-height: 600px;
    }
}

@media (min-width: 1920px) {
    .item_drune_right1 {
        max-height: 600px;
    }
}

.color-title-ft {
    color: white;
}

    .color-title-ft a {
        color: white;
    }

        .color-title-ft a:hover {
            color: blue;
        }

.content-foooter1 i {
    color: white;
}

.content-info-ft {
    display: flex;
}

    .content-info-ft i {
        color: white;
        align-items: center;
        display: flex;
        font-size: 30px;
    }

.border {
    border: none !important;
}

.input-email {
    width: 60%;
    height: 35px;
    border-radius: 5px;
}

.megamenu-rp {
    right: 0;
    left: auto;
    min-width: 300px;
    max-height: 500px;
    overflow: auto !important;
}

.combo-menu {
    display: flex;
    justify-content: right;
}

.breadcrumb_list li{
    display: flex;
}

/* /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;*/
}