/**
 * NukeViet Content Management System
 * @version 4.x
 * @author Văn Lang <Công an tỉnh Lai Châu>
 * @copyright (C) 2009-2021 Văn Lang. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

@font-face {
    font-family: 'NukeVietIcons';
    src: url('../fonts/NukeVietIcons.woff2') format('woff2'),
        url('../fonts/NukeVietIcons.woff') format('woff'),
        url('../fonts/NukeVietIcons.ttf') format('truetype'),
        url('../fonts/NukeVietIcons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^='icon-'],
[class*=' icon-'] {
    display: inline-block;
    font: normal normal normal 14px/1 NukeVietIcons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    vertical-align: -10%;
}

.icon-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -25%;
}

.icon-horizon {
    width: 14px;
}

.icon-lg.icon-horizon {
    width: 22px;
}

.icon-nukeviet:before {
    content: '\e607';
}

.icon-nukeviet_sm:before {
    content: '\e608';
}

.icon-callcenter:before {
    content: '\e609';
}

.icon-today:before {
    content: '\e600';
}

.icon-qrcode:before {
    content: '\e601';
}

.icon-enter:before {
    content: '\e602';
}

.icon-exit:before {
    content: '\e603';
}

.icon-yahoo:before {
    content: '\e604';
}

.icon-old-phone:before {
    content: '\e606';
}

.icon-icq:before {
    content: '\e605';
}

.icon-viber:before {
    content: '\e60a';
}

.icon_new {
    background: url('../images/icons/new.gif') no-repeat;
    display: inline-block;
    width: 33px;
    height: 15px;
}

.icon_new_small {
    background: url('../images/squared-blue.png') no-repeat 0 8px;
}

.icon_list {
    background: url('../images/arrow_left_orange.png') no-repeat 0 7px;
}

/* Fonts Color */

.text-black {
    color: #000 !important;
}

.text-white {
    color: #fff !important;
}

/* Fonts Weight */

.text-normal {
    font-weight: 400;
}

.text-bold {
    font-weight: 800;
}

/* Fix bootstrap */

.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ss-block,
.visible-ss-inline,
.visible-ss-inline-block {
    display: none;
}

.hidden-ss-block {
    display: block !important;
}

.hidden-ss-inline {
    display: inline !important;
}

.hidden-ss-inline-block {
    display: inline-block !important;
}

.margin {
    margin: 10px;
}

.mr-1 {
    margin-right: 5px;
}

.margin-right,
.mr-2 {
    margin-right: 10px;
}

.margin-left {
    margin-left: 10px;
}

.margin-top {
    margin-top: 10px;
}

.margin-bottom,
.mb-2 {
    margin-bottom: 10px;
}

.margin-sm {
    margin: 4px;
}

.margin-right-sm {
    margin-right: 4px;
}

.margin-left-sm {
    margin-left: 4px;
}

.margin-top-sm {
    margin-top: 4px;
}

.margin-bottom-sm {
    margin-bottom: 4px;
}

.margin-lg {
    margin: 15px;
}

.margin-right-lg {
    margin-right: 15px;
}

.margin-left-lg {
    margin-left: 15px;
}

.margin-top-lg {
    margin-top: 15px;
}

.margin-bottom-lg {
    margin-bottom: 15px;
}

.padding-top {
    padding-top: 10px;
}

.padding-left {
    padding-left: 10px;
}

.padding-right {
    padding-right: 10px;
}

.padding-bottom {
    padding-bottom: 10px;
}

.boder-top {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ccc;
}

.boder-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
}

.border-left {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #ccc;
}

.border-right {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ccc;
}

.column-margin-left {
    margin-left: 10px !important;
}

.bg-gainsboro {
    background-color: #dcdcdc;
}

.bg-lavender {
    background-color: #eee;
}

ul.list-items {
    padding-left: 0;
}

ul.list-items>li {
    margin-bottom: 10px;
}

ul.list-items>li:last-child {
    margin-bottom: 0;
}

/*Load_Bar*/

.load-bar {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 8px;
    background: transparent url(../../../assets/images/load_bar.gif);
    margin: auto 10px;
}

/*Center DIV*/

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

/*nv-info*/

.nv-info {
    border-width: 1px;
    border-style: solid;
    border-color: #dcdcdc;
    border-radius: 3px;
    background-color: #f7f7f7;
    color: #333;
    padding: 10px;
}

.nv-info.error {
    background-color: #efd7d7 !important;
    border-color: #dca8a6 !important;
}

.nv-info.success {
    background-color: #edf4fa !important;
    border-color: #82b2dc !important;
}

.nv-info.info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.nv-info:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
    margin-right: 5px;
}

.nv-info.error:before {
    content: ' \f057 ';
    color: #de495b;
}

.nv-info.success:before {
    content: ' \f13a ';
    color: #68d044;
}

.nv-info.info:before {
    content: '\f05a';
    color: #31708f;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pointer {
    cursor: pointer;
}

.middle {
    vertical-align: middle;
}

.align-bottom {
    vertical-align: bottom;
}

.align-top {
    vertical-align: top;
}

ul,
ol {
    list-style: none;
}

.input-group-btn {
    font-size: 14px !important;
}

.radius-top-left {
    border-top-left-radius: 5px;
}

.radius-top-right {
    border-top-right-radius: 5px;
}

.radius-bottom-left {
    border-bottom-left-radius: 5px;
}

.radius-bottom-right {
    border-bottom-right-radius: 5px;
}

.radius {
    border-radius: 5px;
}

.bg-gradient {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background-image: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.8) 0%,
            rgba(255, 255, 255, 0.3) 100%);
}

.box-shadow {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.fix-box {
    position: inherit !important;
    margin-left: 0 !important;
}

.well {
    padding: 8px;
    line-height: 18px;
}

.well p {
    margin: 0;
}

input[type='text'].required,
input[type='password'].required,
input[type='email'].required,
input[type='number'].required,
input[type='search'].required,
input[type='tel'].required,
input[type='time'].required,
input[type='url'].required,
input[type='url'].required,
textarea.required,
select.required,
label.required {
    background-image: url(../images/icons/required.png);
    background-position: right center;
    background-repeat: no-repeat;
}

textarea.required {
    background-position: right 10px;
}

select.required {
    background-position: calc(100% - 15px) 10px;
}

label.required {
    padding-right: 20px;
}

label.radio-box,
label.check-box {
    font-weight: normal;
    margin-right: 20px;
    cursor: pointer;
}

div.radio-box,
div.check-box {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 10px;
}

.has-error div.radio-box,
.has-error div.check-box {
    border-color: #de495b;
}

div.radio-box label,
div.check-box label {
    margin-bottom: 0;
}

div.radio-box label [type='radio'],
div.check-box label [type='radio'] {
    margin-top: -2px;
}

.display-inline-block {
    display: inline-block;
}

.display-table {
    display: table;
}

.display-table>* {
    display: table-row;
}

.display-table>*>* {
    display: table-cell;
    padding: 5px;
}

/*tooltip*/

.tooltip-inner {
    max-width: 250px;
    padding: 10px;
    color: #fff;
    text-align: left !important;
    background-color: #255986;
    border-radius: 4px;
    height: auto;
    overflow: auto;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #255986;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #255986;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #255986;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #255986;
}

.tooltip-inner img.pull-left {
    margin: 3px 5px 1px 0;
}

.tooltip-inner img.pull-right {
    margin: 3px 1px 0 5px;
}

/* Fixed Jquery UI Style */

.ui-widget {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
}

.ui-datepicker {
    width: 18em !important;
}

.ui-datepicker select.ui-datepicker-month {
    width: 59% !important;
    font-weight: normal !important;
}

.ui-datepicker select.ui-datepicker-year {
    width: 39% !important;
    font-weight: normal !important;
}

figure {
    position: relative;
    margin: 5px 0 10px 0;
    text-align: center;
}

figure.image.image-left,
img.image-left {
    margin-right: 15px;
    float: left !important;
}

figure.image.image-right,
img.image-right {
    margin-left: 15px;
    float: right !important;
}

.image-center figure.image,
.image-center {
    text-align: center;
    float: none !important;
}

div.image-center,
p.image-center {
    margin-bottom: 10px;
}

figure.article {
    background-color: #939393;
}

figure.left {
    float: left;
    margin: 5px 10px 10px 0;
}

figure.right {
    float: right;
    margin: 5px 0 10px 10px;
}

figure.center {
    float: none;
    background: transparent;
    margin: 0 auto 10px;
    padding-top: 0;
    text-align: center;
}

figure.noncaption {
    background: transparent;
    padding: 0;
}

figcaption {
    text-align: center;
    margin-top: 5px;
    font-weight: 700;
}

figure figcaption {
    font-size: 12px;
    font-weight: normal;
}

figure.article figcaption {
    color: #fff;
}

figure.article.center figcaption {
    color: inherit;
}

figure.avatar {
    margin-top: 0 !important;
}

figure.avatar figcaption {
    position: absolute;
    bottom: 12px;
    left: 3px;
    width: calc(100% - 6px);
    background-color: #357ebd;
    color: #fff;
    font-size: 11px;
}

/* Global */

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    background-color: #eeeeee;
}

a,
a:link,
a:active,
a:visited {
    color: #1a3f5e;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #0e2132;
}

a.dimgray {
    color: #707070;
}

a.dimgray:hover {
    color: #0e2132;
}

a.black {
    color: #333;
}

a.black:hover {
    color: #0e2132;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.title {
    font-size: 22px;
}

.hometext {
    font-weight: 700;
}

.bodytext {
    word-break: keep-all;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    line-height: 1.7em;
}

.bodytext p {
    margin-bottom: 15px !important;
}

.bodytext ol {
    list-style-type: decimal !important;
}

.bodytext ul {
    list-style-type: disc !important;
    padding-left: 40px !important;
    margin-bottom: 10px !important;
}

.bodytext li {
    margin-bottom: 0 !important;
}

.bodytext div.alert {
    margin-bottom: 7px;
    margin-top: 4px;
}

iframe {
    border: 0;
}

.m-bottom {
    margin-bottom: 10px !important;
}

.wraper {
    position: relative;
    width: 1080px;
    margin: 0 auto;
}

.container,
.rel {
    position: relative;
}

.fa-fix {
    margin-right: -5px;
}

.fa-pointer {
    cursor: pointer;
}

.fa-horizon {
    width: 14px;
}

.fa-lg.fa-horizon {
    width: 22px;
}

h3.sm {
    font-size: 16px;
}

span.keyword {
    background-color: yellow;
}

.nv-fullbg {
    min-height: 100%;
    background-color: #fff;
}

a.btn {
    color: #fff;
}

.section-header-bar {
    background-image: linear-gradient(to bottom,
            #428bca 0,
            #245682 100%,
            rgba(255, 255, 255, 1) 100%,
            rgba(255, 255, 255, 1) 100%);
}

/* Header */

.site-banner {
    position: absolute;
    width: 100%;
    background-size: cover;
    z-index: -10;
    background-position: center center;
    height: 300px;
}

#header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

#header .logo {
    padding: 20px 10px 20px 0;
}

#header .logo img {
    max-height: 120px;
    width: auto;
}

#header .logo h1,
#header .logo .site_name {
    display: none;
}

#header .logo h2,
#header .logo .site_description {
    color: #707070;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Times New Roman';
    line-height: 1.1;
    margin: 0;
    padding: 0;
    display: block;
}

#header .right-ads {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 10px 0;
}

#header .right-ads>.nv-block-banners:last-child {
    margin-bottom: 0;
}

/* breadcrumb */

.breadcrumbs-wrap {
    position: relative;
}

.breadcrumbs-wrap .display {
    height: 35px;
    overflow: hidden;
}

.breadcrumbs {
    display: inline-block;
}

.breadcrumbs li {
    float: left;
    margin: 0 0.5em 0 1em;
}

.breadcrumbs a,
.show-subs-breadcrumbs {
    background-color: #dcdcdc;
    padding: 0.6em 1em;
    float: left;
    text-decoration: none;
    color: #333;
    position: relative;
}

.breadcrumbs a:hover,
.show-subs-breadcrumbs:hover {
    background-color: #a6c8e6;
}

.breadcrumbs a:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-width: 1.5em 0 1.5em 1em;
    border-style: solid;
    border-color: #dcdcdc #dcdcdc #dcdcdc transparent;
    left: -1em;
}

.breadcrumbs a:hover:before {
    border-color: #a6c8e6 #a6c8e6 #a6c8e6 transparent;
}

.breadcrumbs a:after,
.show-subs-breadcrumbs:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-top-width: 1.5em;
    border-top-style: solid;
    border-top-color: transparent;
    border-bottom-width: 1.5em;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-left-width: 1em;
    border-left-style: solid;
    border-left-color: #dcdcdc;
    right: -1em;
}

.breadcrumbs a:hover:after,
.show-subs-breadcrumbs:hover:after {
    border-left-color: #a6c8e6;
}

/*.breadcrumbs li:last-child a,
.breadcrumbs li:last-child a:hover {
    font-weight:bold;
    background:none;
}

.breadcrumbs li:last-child a:after,
.breadcrumbs li:last-child a:before {
    content:normal;
}

*/

.subs-breadcrumbs {
    margin: 0;
    padding: 0;
    background-color: #fff linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0px,
            rgba(0, 0, 0, 0.1) 100%);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
    position: absolute;
    left: 0;
    top: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-top: none;
    box-shadow: 0 0.063em 0.25em rgba(7, 20, 34, 0.25);
    display: none;
    z-index: 999999;
}

.subs-breadcrumbs.open {
    display: block;
}

.subs-breadcrumbs li {
    background-color: #eee;
}

.subs-breadcrumbs li:last-child,
.subs-breadcrumbs li:last-child a,
.subs-breadcrumbs {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.subs-breadcrumbs li,
.subs-breadcrumbs a {
    display: block;
    float: none;
}

.subs-breadcrumbs a {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    padding: 0 10px;
}

.subs-breadcrumbs li:not(:last-child) a {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.subs-breadcrumbs a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.subs-breadcrumbs a em {
    display: inline-block;
    margin-right: 5px;
    color: #707070;
}

.show-subs-breadcrumbs {
    padding-right: 5px;
    margin-right: 7px;
    width: 30px;
    text-align: center;
}

.fix_banner_left {
    width: 120px;
    height: 480px;
    position: fixed;
    top: 2px;
    left: 2px;
    display: none;
}

.fix_banner_right {
    width: 120px;
    height: 480px;
    position: fixed;
    top: 2px;
    right: 2px;
    display: none;
}

/* SECOND NAV */

.second-nav {
    z-index: 3;
}

.second-nav .bg {
    background: #cccccc;
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.05) 0%,
            rgba(0, 0, 0, 0) 100%) !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* THIRD NAV */

.third-nav {
    position: relative;
    margin-bottom: 6px;
}

.third-nav .row {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dcdcdc;
}

.third-nav .bg {
    background-color: #eeeeee;
    padding: 5px 5px 3px;
}

.third-nav .current-time {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 37px;
}

.third-nav ul+.current-time {
    float: right;
    margin-top: -35px;
}

.headerSearch {
    margin: 0.15em 0;
}

.headerSearch input {
    border-color: #cccccc;
    background-color: #fff !important;
}

.headerSearch input:hover,
.headerSearch input:focus {
    background-color: #fff !important;
}

.headerSearch .btn-info {
    background-color: #428bca;
    border-color: #428bca;
    color: #fff;
}

.headerSearch .btn-info:focus,
.headerSearch .btn-info.focus,
.headerSearch .btn-info:hover,
.headerSearch .btn-info:active,
.headerSearch .btn-info.active {
    background-color: #e6b902;
    border-color: #caa202;
    color: #333333;
}

.headerSearch .form-control,
.headerSearch .btn {
    z-index: 0;
}

/* Bootstrap Menu */

#menusite .navbar-default {
    background-color: #428bca;
    border-bottom-color: #428bca;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 1;
}

#menusite .navbar-default .navbar-nav>li {
    margin-left: 1px;
}

#menusite .navbar-default .navbar-nav>li:first-child {
    margin-left: 4px;
}

#menusite .navbar-default .navbar-nav>li:last-child {
    margin-right: 4px;
}

#menusite .navbar-default .navbar-nav>li>a {
    color: #fff;
}

#menusite .navbar-nav>li>a {
    white-space: nowrap;
}

#menusite .dropdown-menu {
    background-color: #dcdcdc !important;
    border-color: #aaaaaa !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

#menusite .dropdown-menu>li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

#menusite .dropdown-menu>li:last-child {
    border-bottom: none;
}

#menusite .dropdown-menu>li>a {
    color: #333;
    line-height: 30px;
    padding: 3px 15px;
}

#menusite .navbar-default .navbar-nav>li>a:hover,
#menusite .navbar-default .navbar-nav>li>a:focus,
#menusite .navbar-default .navbar-nav>.active>a,
#menusite .navbar-default .navbar-nav>.active>a:hover,
#menusite .navbar-default .navbar-nav>.active>a:focus,
#menusite .navbar-default .navbar-nav>.open>a,
#menusite .navbar-default .navbar-nav>.open>a:hover,
#menusite .navbar-default .navbar-nav>.open>a:focus {}

#menusite .dropdown-menu>li>a:hover,
#menusite .dropdown-menu>li>a:focus,
#menusite .dropdown-menu>.active>a,
#menusite .dropdown-menu>.active>a:hover,
#menusite .dropdown-menu>.active>a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu>li>a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu>li>a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu>.active>a,
#menusite .navbar .navbar-nav .open .dropdown-menu>.active>a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu>.active>a:focus {
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.1) 100%) !important;
    color: #333;
}

#menusite .dropdown-submenu {
    position: relative;
    display: none;
}

#menusite .open .dropdown-submenu {
    display: block;
}

#menusite .dropdown-submenu li a {
    color: #333;
    display: block;
}

#menusite .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 5px 5px 5px;
}

#menusite .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

#menusite .dropdown-submenu>a:after {
    display: block;
    content: ' ';
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #333;
    margin-top: 10px;
    margin-right: -5px;
}

#menusite .dropdown-submenu.pull-left {
    float: none;
}

#menusite .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 5px 0 5px 5px;
}

/* Head-Nav */

.header-nav,
.header-nav-inner {
    color: #dcdcdc;
    position: relative;
}

.header-nav-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
}

.header-nav a {
    color: #dcdcdc;
}

.header-nav a:hover {
    color: #ffffff;
}

.header-nav a.button {
    display: block;
    position: relative;
    padding: 8px;
    color: #dcdcdc;
    line-height: 1;
    background-color: #428bca;
    border-radius: 5px;
    width: 34px;
    height: 34px;
}

.header-nav a.button.active,
.header-nav a.button:hover,
.header-nav a.button:focus {
    background-color: #245682;
    color: #fff;
}

.header-nav a.button .fa {
    position: relative;
    transform: translate3d(-50%, -50%, 0px);
    left: 50%;
    top: 50%;
}

/* TIP POPUP and FTIP POPUP */

#tip,
#ftip {
    position: absolute;
    color: #333 !important;
    background-color: #eee;
    max-width: 485px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
}

#tip {
    top: 100%;
    right: 0;
    min-height: 50px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#ftip {
    bottom: 25px;
    left: 5px;
    min-height: 51px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#tip .bg,
#ftip .bg {
    padding: 15px;
    border-bottom-color: #aaaaaa;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#tip .bg {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#ftip .bg {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#tip .tip-footer,
#ftip .tip-footer {
    background-color: #e5e5e5;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    padding: 10px;
}

#tip .tip-footer {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 10px -15px -16px;
}

#ftip .ftip-footer {
    margin: 10px -15px -15px;
}

#tip h3,
#ftip h3 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
}

#tip ul {
    margin: 0;
    padding: 0;
}

#tip a {
    color: #333;
}

#tip .socialList a {
    color: #fff;
}

/* Blocks social-icons,contactDefault and personalArea */

.contactDefault {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.social-icons {
    padding-left: 30px;
}

.personalArea {
    padding-left: 50px;
}

.personalArea a.button.user,
.personalArea a.button.user:hover {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: transparent;
    background-size: contain;
}

/* block counter */

.counter.display-table {
    width: 100%;
}

.counter span+span {
    text-align: right;
}

.socialList,
.contactList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.socialList li,
.contactList li {
    display: inline-block;
    margin-right: 10px;
}

.socialList li:last-child,
.contactList li:last-child {
    margin-right: 0 !important;
}

.socialList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.socialList li a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #428bca;
    color: #dcdcdc;
    font-size: 16px;
    border-radius: 3px;
    position: relative;
}

.enable-animate .socialList li a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.socialList li a[href*='facebook']:hover {
    background-color: #3d5d8c;
}

.socialList li a[href*='google']:hover,
.socialList li a[href*='youtube']:hover {
    background-color: #dd4b39;
}

.socialList li a[href*='twitter']:hover {
    background-color: #50a0d7;
}

.socialList li a[href*='feeds']:hover {
    background-color: #ff9900;
}

.socialList li a .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Body */

#body {
    background-color: #fff;
    border-color: #dcdcdc;
    border-style: solid;
    border-width: 0 1px 0 1px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

/* Footer-NAV2 */

.footerNav2 {
    position: relative;
    width: 100%;
    background-color: #193c5a;
    padding: 10px 0;
    color: #dcdcdc;
}

.footerNav2 .theme-change {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    height: 40px;
}

.footerNav2 .theme-change a,
.footerNav2 .theme-change span {
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
    background-color: #245682;
    color: #428bca;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    position: relative;
}

.footerNav2 .theme-change span {
    color: #dcdcdc;
    background-color: #428bca;
}

.footerNav2 .theme-change a:hover,
.footerNav2 .theme-change span:hover {
    color: #fff;
    background-color: #428bca;
}

.footerNav2 .theme-change .fa,
.footerNav2 .bttop a .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0px);
}

.footerNav2 .theme-change .fa-mobile {
    font-size: 140%;
}

.footerNav2 .bttop {
    float: right;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.footerNav2 .bttop a {
    display: block;
    background-color: #245682;
    color: #428bca;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    position: relative;
    width: 40px;
    height: 40px;
}

.footerNav2 .bttop a:hover {
    color: #fff;
    background-color: #428bca;
}

/* Footer */

#footer {
    position: relative;
    min-height: 300px;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #428bca;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #245682;
    background-color: #245682;
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.1) 0,
            rgba(0, 0, 0, 0) 100%);
    padding: 20px 0;
    font-size: 13px;
}

#footer,
#footer a {
    color: #dcdcdc;
}

#footer h3 {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #dcdcdc;
}

#footer h3 a {
    color: inherit;
}

#footer p {
    margin: 0;
    padding: 0;
}

/* Block Footer-Menu */

#footer .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .menu li {
    position: relative;
    display: inline-block;
    width: 49%;
    padding: 0;
    margin: 0;
}

#footer .menu li:nth-child(2n + 1) {
    padding-right: 8px;
}

#footer .menu li:nth-child(2n) {
    padding-left: 7px;
}

#footer .menu li a {
    display: block;
    white-space: nowrap;
    border-bottom-width: 1px;
    border-bottom-color: #6aa3d5;
    border-bottom-style: dotted;
    padding: 8px 0;
}

#footer .menu li a:before {
    content: '\f111';
    color: #dcdcdc;
    font-family: FontAwesome;
    font-size: 5px;
    padding-right: 6px;
    vertical-align: middle;
}

#footer .menu li a:hover {
    border-bottom-color: #fff;
    color: #fff;
}

#footer .menu li a:hover:before {
    color: #fff;
}

/* Block copyright*/

.copyright {
    color: #dcdcdc;
}

.copyright span a {
    color: #dcdcdc !important;
}

.copyright span a:hover {
    color: #ffffff !important;
}

/* Block Company info */

.company_info {
    padding: 0;
}

.company_info li {
    margin-bottom: 5px;
}

.company_info li:last-child {
    margin-bottom: 0;
}

.company_info .company_name {
    text-transform: uppercase;
    font-weight: 500;
}

.company_info li em {
    text-align: center;
    width: 2em;
}

.company-map {
    width: 100%;
    height: 300px;
}

/* Page break line */

.nv-hr {
    clear: both;
    height: 1px;
    border-bottom-width: 1px;
    border-bottom-color: #dcdcdc;
    border-bottom-style: solid;
    margin: 10px 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.nv-hr.nv-hr-lg {
    margin: 20px 0;
}

.nv-hr.nv-hr-sm {
    margin: 5px 0;
}

/* Social share,social button */

.nv-social-share {
    list-style: none;
    margin: 0;
    padding: 4px 5px 0 5px !important;
}

.nv-social-share li {
    display: inline-block;
    margin-bottom: 0 !important;
    height: 20px;
}

.nv-social-share li.facebook {
    position: relative;
    top: -4px;
    padding-right: 40px;
}

/* Form control */

.nv-captcha {
    vertical-align: middle;
}

.nv-recaptcha-default {
    margin: 0 auto;
    width: 304px;
    height: 78px;
}

.nv-recaptcha-compact {
    margin: 0 auto;
    width: 164px;
    height: 144px;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* List item */

.nv-list-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nv-list-item li {
    padding: 4px;
    margin: 0 !important;
}

.nv-list-item.sm li {
    padding: 2px;
}

.nv-list-item.xsm li {
    padding: 1px;
}

.nv-list-item.lg li {
    padding: 10px;
}

.page .nv-list-item li {
    display: flex;
}

.page .nv-list-item li em {
    position: relative;
    top: 2px;
}

/* sub-list-icon */

.sub-list-icon>li:first-child>*:before,
.cat-icon:before {
    content: ' \f114 ';
    font-family: FontAwesome;
    font-size: inherit;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -3px;
}

.sub-list-icon>li+li>*:before {
    content: ' \f10c ';
    font-family: FontAwesome;
    font-size: 8px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.sub-list-icon>li:first-child+li>*:before {
    content: ' \f101 ';
    font-size: 12px;
    margin-top: -2px;
}

/* List none */

.list-none {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Block global */

.nv-block-banners {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}

.nv-block-banners img {
    max-width: 100%;
    height: auto;
}

.nv-block-rss li {
    border-bottom-width: 1px;
    border-bottom-color: #dcdcdc;
    border-bottom-style: solid;
}

.nv-block-rss li:last-child {
    border: none;
    padding-bottom: 0;
}

.nv-block-rss li:first-child {
    padding-top: 0;
}

.nv-block-rss img {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #dcdcdc;
    border-radius: 4px;
    display: inline-block;
    max-width: 100%;
    height: auto;
    position: relative;
    top: 4px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.enable-animate .nv-block-rss img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Info die */

.nv-infodie {
    margin: 0 auto;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    border-width: 1px;
    border-color: #dcdcdc;
    border-style: solid;
    background-color: #fff;
    position: absolute;
    min-height: 300px !important;
    min-width: 300px !important;
    display: table;
}

.nv-infodie .panel-body {
    display: table-cell;
    vertical-align: middle;
}

.nv-infodie .logo {
    max-width: 90%;
    margin-bottom: 10px;
    height: auto;
}

/* Form */

input,
input[type='file'],
input[type='radio'],
input[type='checkbox'],
button,
.btn,
.form-control,
textarea,
input:focus,
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus,
button:focus,
.btn:focus,
.form-control:focus,
textarea:focus,
input:focus:active,
input[type='file']:focus:active,
input[type='radio']:focus:active,
input[type='checkbox']:focus:active,
button:focus:active,
.btn:focus:active,
.form-control:focus:active,
textarea:focus:active,
input.active:focus,
input[type='file'].active:focus,
input[type='radio'].active:focus,
input[type='checkbox'].active:focus,
button.active:focus,
.btn.active:focus,
.form-control.active:focus,
textarea.active:focus,
input:active,
input[type='file']:active,
input[type='radio']:active,
input[type='checkbox']:active,
button:active,
.btn:active,
.form-control:active,
textarea:active {
    outline-width: 0;
    outline-style: none;
}

input[type='checkbox'],
input[type='radio'] {
    border-width: 1px;
    border-style: solid;
    border-color: #aaaaaa;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: 3px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #707070;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

input[type='radio'] {
    border-radius: 50%;
    margin-right: 4px;
    line-height: inherit;
}

input[type='checkbox']:disabled,
input[type='radio']:disabled,
input[type='checkbox']:disabled:checked:before,
input[type='radio']:disabled:checked:before {
    opacity: 0.7;
}

input[type='checkbox']:checked:before,
input[type='radio']:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    font: normal 14px/1 'FontAwesome';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[type='checkbox']:checked:before {
    content: '\f00c';
    margin: 0 0 0 0;
    color: #333333;
}

input[type='radio']:checked:before {
    content: '\2022';
    text-indent: -9999px;
    border-radius: 50px;
    font-size: 24px;
    width: 6px;
    height: 6px;
    margin: 4px;
    line-height: 16px;
    background-color: #333333;
}

.img-thumbnail {
    background-color: #cccccc;
    border: none;
    border-radius: 3px;
    max-width: 100%;
    padding: 1px;
}

.fb-like {
    margin-right: 50px;
}

.navbar-inverse {
    background-color: #d9e8f4;
    border-color: #2a6496;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #ffffff;
    background-color: #2a6496;
}

.panel-heading {
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.05) 0%,
            rgba(0, 0, 0, 0) 100%) !important;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px;
}

.panel-primary>.panel-heading>a {
    color: #fff;
}

.panel-primary>.panel-heading>a:hover {
    color: #dcdcdc;
}

table caption {
    color: #357ebd;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    padding: 0 0 5px 2px;
}

blockquote {
    font-size: 13px;
}

.modal-header .close {
    margin-top: -2px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}

.modal-body {
    padding: 15px;
}

#sitemodal .modal-dialog {
    position: relative;
    width: auto !important;
    max-width: 600px;
    text-align: center;
    font-size: 0;
}

#sitemodal .modal-content {
    width: auto;
    display: inline-block;
    font-size: 14px;
    text-align: left;
}

#sitemodal .close,
#sitemodalTerm .close {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 24px;
    height: 24px;
    background-color: #000;
    color: #fff;
    font-size: 11px;
    opacity: 0.8;
    border-width: 2px;
    border-style: solid;
    border-color: #cccccc;
    border-radius: 12px;
}

#sitemodal .close:hover {
    opacity: 1;
}

@media (max-width: 619px) {
    #sitemodal .modal-dialog {
        margin-left: 10px;
        margin-right: 10px;
    }

    #sitemodal .modal-content {
        display: block;
    }
}

#sb-container {
    z-index: 99999999 !important;
}

.chromeframe {
    position: fixed !important;
    top: 0 !important;
    right: 0;
    left: 0;
    width: 100% !important;
    z-index: 99999999999999 !important;
    background-color: #ffff00 !important;
    color: #000 !important;
    height: 25px;
    line-height: 25px;
    padding: 0.2em 0;
    text-align: center !important;
}

#timeoutsess {
    display: none;
}

#timeoutsess a {
    color: #2f70a7 !important;
}

/* Block featured-products */

.featured-products>.row {
    margin-bottom: 35px;
}

.featured-products>.row:last-child {
    margin-bottom: 0;
}

.featured-products .img-thumbnail {
    margin-top: 3px;
    margin-bottom: 10px;
    background-color: #fff !important;
    border-width: 1px !important;
    padding: 0 !important;
}

.featured-products ul {
    margin: 0;
    padding: 0;
}

.featured-products ul>li {
    margin-bottom: 5px;
}

.featured-products ul>li:before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin-right: 5px;
}

/* Account Level */

[class^='lev-'],
[class*=' lev-'] {
    display: inline-block;
}

[class^='lev-']:before,
[class*=' lev-']:before {
    font-family: FontAwesome;
    font-size: inherit;
    margin-right: 5px;
}

.lev-1:before {
    content: ' \f005 \f005 \f005 ';
}

.lev-2:before {
    content: ' \f005 \f005 \f006 ';
}

.lev-3:before {
    content: ' \f005 \f006 \f006 ';
}

.lev-user:before {
    content: ' \f007 ';
}

/* module Contact*/

.contact-result {
    position: absolute;
    top: 40px;
    left: 5%;
    width: 90%;
    float: left;
    z-index: 2;
    padding: 30px 20px;
    display: none;
}

/* Block module-menu */

.module-menu {
    display: block;
    float: left;
    width: 100%;
    background-color: #333;
}

.module-menu ul {
    margin: 0;
    padding: 0;
}

.module-menu a {
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    background-color: #428bca;
    background-image: linear-gradient(to right, #428bca 4px, #428bca 4px);
    background-repeat: repeat-x;
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 9px 10px 9px 20px;
    cursor: pointer;
}

.module-menu a:before {
    font-family: 'FontAwesome';
    content: ' \f105 ';
    margin-right: 5px;
}

.module-menu a.home:before {
    content: ' \f07c ';
}

.module-menu a.active {
    background-color: #a6c8e6;
}

.module-menu a:hover,
.module-menu a.active,
.module-menu a:focus {
    color: #333;
    text-decoration: none;
    background-image: linear-gradient(to right,
            #42cac5 4px,
            rgba(0, 0, 0, 0) 4px);
}

.calendar-icon {
    background-image: url(../../../assets/images/calendar.jpg);
    background-position: right 6px center;
    background-repeat: no-repeat;
    padding-right: 26px;
}

/*alert*/

.nv-alert {
    position: fixed !important;
    top: 25% !important;
    right: 0;
    left: 0;
    width: 350px !important;
    margin: auto;
    z-index: 99999999999999 !important;
    text-align: center !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.select2-container--default .select2-selection--single,
.select2-container--bootstrap .select2-selection--single {
    height: 32px !important;
    padding-top: 2px;
}

.voting-col-2 {
    border-left: 1px solid #ccc;
    padding: 0px 10px;
}

.padding-voting ul li {
    margin: 0px 10px;
    padding: 10px 0px;
    list-style: disc;
    text-align: justify;
}

.sum-voting {
    margin-top: 5px;
}

/*cookie-notice popup*/

.cookie-notice {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 350px;
    z-index: 99999999999999;
    background-color: #eee;
    border: solid 1px #dedede;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.cookie-notice a {
    color: #1a3f5e;
    text-decoration: underline;
}

.cookie-notice div {
    position: relative;
    width: 100%;
    padding: 20px;
    color: #333;
}

.cookie-notice button {
    float: right;
    margin-top: -20px;
    margin-right: -20px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    border: 0;
    font-size: 24px;
}

/* Custom Dantri Redesign Styles */
.dantri-main-img,
.dantri-related-img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
    transition: transform 0.3s ease;
    border-radius: 8px;
}

.dantri-main-img:hover,
.dantri-related-img:hover {
    transform: scale(1.03);
}

.dantri-main-article a,
.dantri-related-title a {
    color: #333;
    transition: color 0.2s ease;
    text-decoration: none;
}

.dantri-main-article a:hover,
.dantri-related-title a:hover {
    color: #00602f;
}

.dantri-main-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.dantri-related-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 0;
}

.dantri-main-article {
    overflow: hidden;
}

.media-left {
    width: 160px;
    overflow: hidden;
}

.media-right {
    width: 160px;
    overflow: hidden;
}

.media-left .dantri-related-img,
.media-right .dantri-related-img {
    width: 100%;
}

.media-object {
    display: block;
}

.dantri-main-summary {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .dantri-main-title {
        font-size: 18px;
    }

    .media-left,
    .media-right {
        width: 100px;
    }

    .dantri-related-title {
        font-size: 14px;
    }
}

/* 3-Column Top Grid CSS */
.dantri-top-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 20px;
}

.dantri-top-main {
    grid-column: 2;
    grid-row: 1 / span 5;
}

.dantri-top-other-item {
    margin-bottom: 20px;
}

/* Left column (Items 1, 2) */
.dantri-top-other-item:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
}

.dantri-top-other-item:nth-of-type(2) {
    grid-column: 1;
    grid-row: 2;
}

.dantri-top-other-item:nth-of-type(1),
.dantri-top-other-item:nth-of-type(2) {
    display: block;
}

.dantri-top-other-item:nth-of-type(1) .dantri-toi-img,
.dantri-top-other-item:nth-of-type(2) .dantri-toi-img {
    display: block;
    margin-bottom: 10px;
}

.dantri-top-other-item:nth-of-type(1) .dantri-toi-txt,
.dantri-top-other-item:nth-of-type(2) .dantri-toi-txt {
    font-size: 16px;
    font-weight: 600;
}

/* Right column (Items 3+) */
.dantri-top-other-item:nth-of-type(3) {
    grid-column: 3;
    grid-row: 1;
}

.dantri-top-other-item:nth-of-type(4) {
    grid-column: 3;
    grid-row: 2;
}

.dantri-top-other-item:nth-of-type(5) {
    grid-column: 3;
    grid-row: 3;
}

.dantri-top-other-item:nth-of-type(6) {
    grid-column: 3;
    grid-row: 4;
}

.dantri-top-other-item:nth-of-type(n+7) {
    grid-column: 3;
}

.dantri-top-other-item:nth-of-type(n+3) {
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.dantri-top-other-item:nth-of-type(n+3) .dantri-toi-img {
    flex: 0 0 110px;
}

.dantri-top-other-item:nth-of-type(n+3) .dantri-toi-txt {
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .dantri-top-grid {
        grid-template-columns: 1fr 1fr;
    }

    .dantri-top-main {
        grid-column: 1 / span 2;
        grid-row: 1;
    }

    .dantri-top-other-item:nth-of-type(1) {
        grid-column: 1;
        grid-row: 2;
    }

    .dantri-top-other-item:nth-of-type(2) {
        grid-column: 2;
        grid-row: 2;
    }

    .dantri-top-other-item:nth-of-type(n+3) {
        grid-column: 1 / span 2;
        grid-row: auto;
    }
}

@media (max-width: 767px) {
    .dantri-top-grid {
        display: block;
    }

    .dantri-top-other-item:nth-of-type(1),
    .dantri-top-other-item:nth-of-type(2) {
        display: flex;
        flex-direction: row-reverse;
        gap: 15px;
        align-items: flex-start;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }

    .dantri-top-other-item:nth-of-type(1) .dantri-toi-img,
    .dantri-top-other-item:nth-of-type(2) .dantri-toi-img {
        flex: 0 0 110px;
    }

    .dantri-top-other-item:nth-of-type(1) .dantri-toi-txt,
    .dantri-top-other-item:nth-of-type(2) .dantri-toi-txt {
        font-size: 14px;
        margin-top: 0;
    }
}

/* Unified Category Styles */
.dantri-cat-related-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.dantri-cat-related-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.dantri-cat-related-item:last-child {
    border-bottom: none;
}

/* text left, image right */
.dantri-cat-related-item.text-left-img-right {
    flex-direction: row-reverse;
}

.dantri-cat-related-img-wrap {
    flex: 0 0 120px;
    overflow: hidden;
    border-radius: 6px;
}

.dantri-cat-related-title {
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Two Column category style */
.dantri-cat-2col-main-img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
}

.dantri-cat-2col-related {
    margin-top: 15px;
}

.dantri-cat-2col-related li {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
}

.dantri-cat-2col-related li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #00602f;
}

/* 3-Column Layout: 20% - 60% - 20% with 3 bottom items */
.dantri-3col-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* 5 columns: 1 (left) + 3 (center) + 1 (right) */
    gap: 20px;
}

.dantri-3col-main {
    grid-column: 2 / span 3;
    /* middle 60% */
    grid-row: 1 / span 3;
    /* spans 3 rows for the 3 side items */
}

.dantri-3col-other-item {
    display: block;
    margin-bottom: 20px;
}

/* Left 3 items */
.dantri-3col-other-item:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
}

.dantri-3col-other-item:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
}

.dantri-3col-other-item:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
}

/* Right 3 items */
.dantri-3col-other-item:nth-child(5) {
    grid-column: 5;
    grid-row: 1;
}

.dantri-3col-other-item:nth-child(6) {
    grid-column: 5;
    grid-row: 2;
}

.dantri-3col-other-item:nth-child(7) {
    grid-column: 5;
    grid-row: 3;
}

/* Below 3 items */
.dantri-3col-other-item:nth-child(8) {
    grid-column: 2;
    grid-row: 4;
}

.dantri-3col-other-item:nth-child(9) {
    grid-column: 3;
    grid-row: 4;
}

.dantri-3col-other-item:nth-child(10) {
    grid-column: 4;
    grid-row: 4;
}

/* Hide any extra items beyond the 9 */
.dantri-3col-other-item:nth-child(n+11) {
    display: none;
}

.dantri-3col-img {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.dantri-3col-img:hover {
    transform: scale(1.03);
}

.dantri-3col-img-wrap {
    overflow: hidden;
    display: block;
    border-radius: 8px;
}

.dantri-3col-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 63px;
}

.dantri-3col-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.dantri-3col-title a:hover {
    color: #00602f;
}

/* Responsive */
@media (max-width: 991px) {
    .dantri-3col-grid {
        grid-template-columns: 1fr 1fr;
    }

    .dantri-3col-main {
        grid-column: 1 / span 2;
        grid-row: 1;
    }

    .dantri-3col-other-item {
        grid-column: auto !important;
        /* reset explicit placement */
        grid-row: auto !important;
    }
}

@media (max-width: 767px) {
    .dantri-3col-grid {
        display: block;
    }

    .dantri-3col-other-item {
        display: flex;
        flex-direction: row-reverse;
        gap: 15px;
        align-items: flex-start;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }

    .dantri-3col-other-item .dantri-3col-img-wrap {
        flex: 0 0 100px;
        margin-bottom: 0;
    }

    .dantri-3col-title {
        flex: 1;
        min-width: 0;
        font-size: 14px;
        margin-top: 0;
    }
}

/* Flexbox Layout for Nested 3-Col (Fixes vertical gap) */
.dantri-3col-grid.restructured {
    display: flex !important;
    gap: 20px;
    align-items: flex-start;
}

.dantri-col-left,
.dantri-col-right {
    flex: 0 0 20%;
    min-width: 0;
}

.dantri-col-center {
    flex: 1;
    min-width: 0;
}

.dantri-bottom-row {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.dantri-bottom-row .dantri-3col-other-item {
    flex: 1;
    min-width: 0;
    margin-bottom: 0;
}

/* Responsive Overrides for Restructured Flexbox */
@media (max-width: 991px) {
    .dantri-3col-grid.restructured {
        flex-wrap: wrap;
    }

    .dantri-col-left,
    .dantri-col-right {
        flex: 0 0 calc(50% - 10px);
    }

    .dantri-col-center {
        flex: 0 0 100%;
        order: -1;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {

    .dantri-col-left,
    .dantri-col-right {
        flex: 0 0 100%;
    }

    .dantri-bottom-row {
        flex-direction: column;
    }
}

/* Random Layout Variations for 3-Col Grid */
.dantri-3col-grid.layout-center .dantri-col-left {
    order: 1;
}

.dantri-3col-grid.layout-center .dantri-col-center {
    order: 2;
}

.dantri-3col-grid.layout-center .dantri-col-right {
    order: 3;
}

.dantri-3col-grid.layout-left .dantri-col-center {
    order: 1;
}

.dantri-3col-grid.layout-left .dantri-col-left {
    order: 2;
}

.dantri-3col-grid.layout-left .dantri-col-right {
    order: 3;
}

.dantri-3col-grid.layout-right .dantri-col-left {
    order: 1;
}

.dantri-3col-grid.layout-right .dantri-col-right {
    order: 2;
}

.dantri-3col-grid.layout-right .dantri-col-center {
    order: 3;
}

/* Ensure Mobile/Tablet always keeps Main on top */
@media (max-width: 991px) {
    .dantri-3col-grid.restructured .dantri-col-center {
        order: -1 !important;
    }
}

/* Carousel Styles */
#dantriMainCarousel .carousel-inner {
    border-radius: 4px;
    overflow: hidden;
}

#dantriMainCarousel .item img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

#dantriMainCarousel .carousel-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 20px 30px 20px;
    text-align: left;
}

#dantriMainCarousel .carousel-caption h2 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
}

#dantriMainCarousel .carousel-caption h2 a {
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

#dantriMainCarousel .carousel-caption h2 a:hover {
    color: #e0e0e0;
}

#dantriMainCarousel .carousel-indicators {
    bottom: 0px;
}

#dantriMainCarousel .carousel-indicators li {
    border: 1px solid #fff;
    background-color: transparent;
}

#dantriMainCarousel .carousel-indicators .active {
    background-color: #00602f;
    border-color: #00602f;
}

/* Layout Variation: Equal (All items are the same size) */
.dantri-3col-grid.layout-equal {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 20px;
}

.dantri-3col-grid.layout-equal .dantri-3col-main {
    grid-column: auto !important;
    grid-row: auto !important;
    margin-bottom: 20px;
}

.dantri-3col-grid.layout-equal .dantri-3col-other-item {
    grid-column: auto !important;
    grid-row: auto !important;
}

.dantri-3col-grid.layout-equal .dantri-main-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 63px;
}

.dantri-3col-grid.layout-equal .dantri-main-summary {
    display: none;
    /* Hide summary to look like other items */
}

.dantri-3col-grid.layout-equal .dantri-3col-main>a {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}

/* Responsive for Layout Equal */
@media (max-width: 991px) {
    .dantri-3col-grid.layout-equal {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 767px) {
    .dantri-3col-grid.layout-equal {
        grid-template-columns: 1fr !important;
        display: block !important;
    }

    .dantri-3col-grid.layout-equal .dantri-3col-main,
    .dantri-3col-grid.layout-equal .dantri-3col-other-item {
        display: flex;
        flex-direction: row-reverse;
        gap: 15px;
        align-items: flex-start;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .dantri-3col-grid.layout-equal .dantri-3col-img-wrap,
    .dantri-3col-grid.layout-equal .dantri-3col-main>a {
        flex: 0 0 100px;
        margin-bottom: 0;
    }

    .dantri-3col-grid.layout-equal .dantri-main-title,
    .dantri-3col-grid.layout-equal .dantri-3col-title {
        flex: 1;
        min-width: 0;
        height: auto;
        -webkit-line-clamp: 4;
    }
}



/* ----------------------------------------------------
   VIEWCAT MAIN RIGHT - EXPANDED MAIN
   ---------------------------------------------------- */
.dantri-main-right-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.dantri-main-right-grid .dantri-3col-main {
    grid-column: 1 / span 2;
    grid-row: 1 / span 3;
    margin-bottom: 0;
}

/* Expand Main Image */
.dantri-main-right-grid .dantri-3col-main img {
    width: 100%;
    aspect-ratio: 16 / 9 !important;
    /* Cinematic wide aspect */
    object-fit: cover;
    border-radius: 8px;
}

.dantri-main-right-grid .dantri-main-title {
    font-size: 26px;
    /* Larger title */
    font-weight: 700;
    line-height: 1.3;
    margin-top: 15px;
    margin-bottom: 10px;
}

.dantri-main-right-grid .dantri-main-summary {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
    display: block !important;
    /* Force show summary */
}

/* Side items (Right) */
.dantri-main-right-grid .dantri-3col-other-item {
    margin-bottom: 0;
}

.dantri-main-right-grid .dantri-3col-other-item:nth-child(2) {
    grid-column: 3;
    grid-row: 1;
}

.dantri-main-right-grid .dantri-3col-other-item:nth-child(3) {
    grid-column: 3;
    grid-row: 2;
}

.dantri-main-right-grid .dantri-3col-other-item:nth-child(4) {
    grid-column: 3;
    grid-row: 3;
}

/* Bottom items (Span all columns) */
.dantri-main-right-grid .dantri-3col-other-item:nth-child(5) {
    grid-column: 1;
    grid-row: 4;
}

.dantri-main-right-grid .dantri-3col-other-item:nth-child(6) {
    grid-column: 2;
    grid-row: 4;
}

.dantri-main-right-grid .dantri-3col-other-item:nth-child(7) {
    grid-column: 3;
    grid-row: 4;
}

.dantri-main-right-grid .dantri-3col-other-item:nth-child(8) {
    grid-column: 1;
    grid-row: 5;
}

.dantri-main-right-grid .dantri-3col-other-item:nth-child(9) {
    grid-column: 2;
    grid-row: 5;
}

.dantri-main-right-grid .dantri-3col-other-item:nth-child(10) {
    grid-column: 3;
    grid-row: 5;
}

/* Hide extras */
.dantri-main-right-grid .dantri-3col-other-item:nth-child(n+11) {
    display: none;
}

/* Responsive */
@media (max-width: 991px) {
    .dantri-main-right-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dantri-main-right-grid .dantri-3col-main {
        grid-column: 1 / span 2;
        grid-row: auto;
    }

    .dantri-main-right-grid .dantri-3col-other-item:nth-child(n+2) {
        grid-column: auto !important;
        grid-row: auto !important;
    }
}

@media (max-width: 767px) {
    .dantri-main-right-grid {
        display: block;
    }

    .dantri-main-right-grid .dantri-3col-main {
        margin-bottom: 20px;
    }

    .dantri-main-right-grid .dantri-3col-other-item {
        display: flex;
        flex-direction: row-reverse;
        gap: 15px;
        align-items: flex-start;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .dantri-main-right-grid .dantri-3col-img-wrap {
        flex: 0 0 100px;
        margin-bottom: 0;
    }

    .dantri-main-right-grid .dantri-3col-title {
        flex: 1;
        min-width: 0;
    }
}

/* TĂNG TỈ LỆ CONTAINER BODY LÊN LỚN HƠN (WIDE LAYOUT) */
@media (min-width: 1200px) {

    .wraper,
    .container {
        width: 92% !important;
        max-width: 1600px !important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {

    .wraper,
    .container {
        width: 95% !important;
    }
}

/* VIEWCAT PAGE - CATEGORY LISTING */
.dantri-cat-item {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.dantri-cat-img-wrap {
    flex: 0 0 35%;
    max-width: 35%;
    display: block;
}

.dantri-cat-img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.dantri-cat-img-wrap:hover .dantri-cat-img {
    transform: scale(1.02);
}

.dantri-cat-content {
    flex: 1;
}

.dantri-cat-title {
    margin-top: -3px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 10px;
}

.dantri-cat-title a {
    color: #222;
    text-decoration: none;
    transition: color 0.2s;
}

.dantri-cat-title a:hover {
    color: #00602f;
}

.dantri-cat-meta {
    font-size: 13px;
    margin-bottom: 10px;
    color: #888;
}

.dantri-cat-summary {
    font-size: 15px;
    color: #444;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Featured Item */
.dantri-cat-featured .dantri-cat-img-wrap {
    flex: 0 0 50%;
    max-width: 50%;
}

.dantri-cat-featured .dantri-cat-title {
    font-size: 28px;
}

.dantri-cat-featured .dantri-cat-summary {
    -webkit-line-clamp: 6;
    font-size: 16px;
}

@media (max-width: 767px) {
    .dantri-cat-item {
        flex-direction: column;
        gap: 15px;
    }

    .dantri-cat-img-wrap {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* =========================================================
   PREMIUM FOOTER REDESIGN
   ========================================================= */
#footer {
    background: linear-gradient(135deg, #091e3b 0%, #1c4f74 100%) !important;
    border-top: 4px solid #cc9900 !important;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.3) !important;
    position: relative;
    overflow: hidden;
    color: #e0e6ed !important;
}

/* Subtle background overlay pattern */
#footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.05) 0%, transparent 60%);
    pointer-events: none;
}

#footer h3 {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 25px !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1) !important;
    padding-bottom: 15px !important;
    position: relative;
}

#footer h3::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #cc9900;
    box-shadow: 0 0 10px #cc9900;
}

#footer a {
    color: #a9bccc !important;
    transition: all 0.3s ease !important;
}

#footer a:hover {
    color: #ffeb3b !important;
    text-shadow: 0 0 8px rgba(255, 235, 59, 0.5);
    text-decoration: none !important;
}

/* MENU FOOTER GRIDS */
#footer .menu {
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 0 !important;
    margin: 0 -10px 30px !important;
    border: none !important;
}

#footer .menu li {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    float: none !important;
    width: auto !important;
    border: none !important;
    padding: 8px 10px !important;
    position: relative;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    #footer .menu li {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}

#footer .menu li a {
    display: block;
    padding: 8px 15px 8px 25px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

#footer .menu li a::before {
    content: "\f105" !important;
    font-family: "FontAwesome" !important;
    position: absolute !important;
    left: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #cc9900 !important;
    font-size: 14px !important;
}

#footer .menu li a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 235, 59, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* COMPANY INFO */
.company_info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.company_info li {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    font-size: 14.5px;
    line-height: 1.6;
}

.company_info li em.fa {
    color: #cc9900;
    font-size: 16px;
    margin-right: 12px;
    margin-top: 4px;
    width: 20px;
    text-align: center;
}

.company_info li span {
    flex: 1;
}

.company_info li.company_name {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.color-text-footer {
    color: #cbd5e1 !important;
}

/* Divider glow */
.footer-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
}

.footer-divider::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 15%;
    right: 15%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(204, 153, 0, 0.5), transparent);
}

/* =========================================================
   THEME RED GOLD - TRONG DONG
   ========================================================= */

/* --- HEADER --- */
header {
    background: linear-gradient(135deg, #ab0000 0%, #e60000 100%) !important;
    position: relative;
    border-bottom: 3px solid #ffcc00 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
}

header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../../tintuc/images/trongdong.svg');
    background-size: 300px;
    background-position: center;
    background-repeat: repeat;
    opacity: 0.15;
    pointer-events: none;
    z-index: 0;
}

/* Remove the old blue background banner image but keep its layout */
.site-banner {
    background-image: none !important;
    background-color: transparent !important;
}

header .wraper,
header .section-header-bar,
header .section-header {
    position: relative;
    z-index: 1;
    background: transparent !important;
}

/* Text & Icons in header */
header .contactDefault,
header .social-icons,
header .personalArea,
header a,
header span,
header h1,
header h2,
.section-header-bar a {
    color: #fff !important;
}

header a:hover,
.section-header-bar a:hover {
    color: #ffcc00 !important;
    text-shadow: 0 0 5px rgba(255, 204, 0, 0.5);
}

/* MENU OVERRIDES */
.section-nav .bg,
nav.second-nav {
    background: #8b0000 !important;
    border-bottom: 2px solid #ffcc00 !important;
}


/* Search Box */
.headerSearch .btn-info {
    background-color: #ffcc00 !important;
    border-color: #ffaa00 !important;
    color: #990000 !important;
}

.headerSearch .btn-info:hover {
    background-color: #ffaa00 !important;
}

/* --- FOOTER OVERRIDES FOR RED/GOLD --- */
#footer {
    background: linear-gradient(135deg, #660000 0%, #990000 100%) !important;
    border-top: 4px solid #ffcc00 !important;
}

/* Redefine the ::before pattern from the previous redesign */
#footer::before {
    background-image: url('../../tintuc/images/trongdong.svg') !important;
    background-size: 300px !important;
    background-position: center !important;
    background-repeat: repeat !important;
    opacity: 0.1 !important;
}

#footer h3::after {
    background: #ffcc00 !important;
    box-shadow: 0 0 10px #ffcc00 !important;
}

#footer a:hover {
    color: #ffcc00 !important;
    text-shadow: 0 0 8px rgba(255, 204, 0, 0.5) !important;
}

#footer .menu li a::before {
    color: #ffcc00 !important;
}

.company_info li em.fa {
    color: #ffcc00 !important;
}

.footer-divider::before {
    background: linear-gradient(90deg, transparent, rgba(255, 204, 0, 0.6), transparent) !important;
}

#footer p a {
    color: #ffcc00 !important;
}

/* =========================================================
   THEME RED GOLD - TRONG DONG ADJUSTMENTS
   ========================================================= */

/* Center the logo */
#header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
}

#header .logo {
    float: none !important;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

#header .logo img {
    max-height: 120px;
    /* Optional: Ensure logo isn't too huge, adjust as needed */
    display: inline-block;
}

/* If there are ads on the right, position them so they don't break centering */
#header .right-ads {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    #header .right-ads {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        margin-top: 15px;
        width: 100%;
        text-align: center;
    }
}

/* Background image: Full width, no repeat */
header::before {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    opacity: 0.25 !important;
    /* Slightly more visible since it's just one large image */
}

#footer::before {
    background-image: url('../../tintuc/images/trongdong.svg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    opacity: 0.15 !important;
}

/* =========================================================
   THEME RED GOLD - BODY OVERRIDES (Matches Header/Footer)
   ========================================================= */

/* --- General Links --- */
a {
    color: #a70000;
}

a:hover,
a:focus {
    color: #d50000;
}

/* --- Buttons --- */
.btn-primary,
.btn-info,
.btn-success {
    background-color: #a70000 !important;
    border-color: #8b0000 !important;
    color: #ffffff !important;
    transition: all 0.3s ease;
}

.btn-primary:hover,
.btn-info:hover,
.btn-success:hover,
.btn-primary:focus,
.btn-info:focus,
.btn-success:focus {
    background-color: #d50000 !important;
    border-color: #a70000 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.btn-default {
    border-color: #e6e6e6;
    color: #333;
}

.btn-default:hover {
    background-color: #fff9e6 !important;
    border-color: #ffcc00 !important;
    color: #a70000 !important;
}

/* --- Panels and Blocks --- */
.panel-primary {
    border-color: #a70000 !important;
}

.panel-primary>.panel-heading {
    background-color: #a70000 !important;
    border-color: #a70000 !important;
    color: #ffffff !important;
    text-transform: uppercase;
}

.panel-default>.panel-heading {
    background-color: #fffaf0 !important;
    border-bottom: 2px solid #a70000 !important;
    color: #a70000 !important;
}

.panel-default>.panel-heading a {
    color: #a70000 !important;
}

.panel-default>.panel-heading a:hover {
    color: #d50000 !important;
}

/* Theme specific block titles (often h2 or h3 inside panels) */
.panel-body h2 a,
.panel-body h3 a {
    color: #333;
    /* Default dark text */
}

.panel-body h2 a:hover,
.panel-body h3 a:hover {
    color: #a70000 !important;
}

/* --- Tabs and Navigation --- */
.nav-tabs>li>a {
    color: #555;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #a70000 !important;
    border-bottom-color: transparent !important;
    font-weight: bold;
}

.nav-tabs>li>a:hover {
    background-color: #fff9e6;
    color: #a70000;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: #a70000 !important;
    color: #ffffff !important;
}

/* --- Pagination --- */
.pagination>li>a,
.pagination>li>span {
    color: #a70000;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #a70000 !important;
    border-color: #a70000 !important;
    color: #ffffff !important;
}

.pagination>li>a:hover,
.pagination>li>span:hover {
    background-color: #fff9e6;
    color: #d50000;
    border-color: #ffcc00;
}

/* --- Alerts and Badges --- */
.alert-info {
    background-color: #fff9e6 !important;
    border-color: #ffcc00 !important;
    color: #8b0000 !important;
}

.badge {
    background-color: #a70000 !important;
}

.label-primary,
.label-info,
.label-success {
    background-color: #a70000 !important;
}

/* --- Theme Specific Tweaks (Dantri) --- */
/* Custom Dantri cat page items */
.dantri-cat-title a {
    color: #222;
    /* Keep it dark for readability */
}

.dantri-cat-title a:hover {
    color: #a70000 !important;
}

/* The 'New' icon */
span.icon_new {
    background: #ffcc00 !important;
    color: #a70000 !important;
    border-radius: 3px;
    padding: 0 4px;
    font-size: 10px;
    font-weight: bold;
}

/* Top hits / trending news */
.tophits li::before,
.related li::before {
    color: #ffcc00 !important;
}

/* Make sure related links hover correctly */
ul.related li a:hover {
    color: #a70000 !important;
}

/* Any active state in list groups */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #a70000 !important;
    border-color: #8b0000 !important;
}

/* Block title custom backgrounds (if any exist) */
[class*="block-title"] {
    border-bottom: 2px solid #a70000 !important;
}

[class*="block-title"] span,
[class*="block-title"] a {
    background-color: #a70000 !important;
    color: #fff !important;
}

/* =========================================================
   FIX NAVBAR COLORS & REDUCE HEIGHTS
   ========================================================= */

/* =========================================================
   CLEAN NAVBAR BACKGROUND (SINGLE LAYER ONLY)
   ========================================================= */
.section-header-bar,
.section-nav {
    background-color: #8b0000 !important;
    background-image: none !important;
}

/* Remove all redundant background layers, borders, and shadows inside the main navbar */
/* This prevents the "staircase" overlapping layers effect */
.section-nav .wraper,
.section-nav .bg,
nav.second-nav,
nav.second-nav .bg,
.navbar,
.navbar-default,
.tmsmenu,
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Ensure the third-nav (breadcrumbs & search bar) does NOT inherit the red background */
/* It should return to its original clean style so it doesn't look like a broken broken red box */
nav.third-nav,
nav.third-nav .bg,
.section-body {
    background-color: transparent !important;
    background-image: none !important;
}

/* Reduce Header Height */
#header {
    padding: 5px 0 !important;
    /* Was 20px */
}

#header .logo img {
    max-height: 70px !important;
    /* Was 120px */
    width: auto !important;
}

.section-header-bar {
    padding: 2px 0 !important;
}

/* Reduce Footer Height */
#footer {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.footer-divider {
    margin-top: 10px !important;
    padding-top: 10px !important;
}

#footer h3 {
    margin-bottom: 10px !important;
    padding-bottom: 5px !important;
}

#footer .menu {
    margin-bottom: 10px !important;
}


/* =========================================================
   FIX TOP/BOTTOM BUTTONS CAUSING WHITESPACE BELOW FOOTER
   ========================================================= */
#top-buttom-image {
    position: fixed !important;
    bottom: 30px !important;
    right: 20px !important;
    z-index: 99999 !important;
    text-align: center !important;
    line-height: 1 !important;
}

#top-buttom-image a {
    display: block !important;
    margin-bottom: 10px !important;
}

#top-buttom-image img {
    width: 45px !important;
    height: 45px !important;
    background-color: #a70000 !important;
    border: 2px solid #ffcc00 !important;
    border-radius: 50% !important;
    padding: 8px !important;
    opacity: 0.7 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3) !important;
}

#top-buttom-image img:hover {
    opacity: 1 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 5px 15px rgba(255, 204, 0, 0.5) !important;
}

/* =========================================================
   INDEPENDENT ROUNDED BLOCKS (CARDS) FOR CATEGORIES & ADS
   ========================================================= */

/* General Panels and Blocks */
.panel,
.panel-default,
.panel-primary,
.nv-block-banners,
.block-theme,
.block-primary,
.block-default {
    background-color: #ffffff;
    border: none !important;
    border-radius: 15px !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08) !important;
    margin-bottom: 30px !important;
    overflow: hidden !important;
    /* Ensure content obeys border radius */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect for blocks */
.panel:hover,
.nv-block-banners:hover,
.block-theme:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12) !important;
}

/* Panel Headings */
.panel>.panel-heading,
.block-theme>.block-title,
.block-primary>.block-title {
    border-radius: 15px 15px 0 0 !important;
    margin: 0 !important;
    padding: 12px 20px !important;
    border-bottom: 3px solid #ffcc00 !important;
}

/* Ensure images inside ads are also rounded if the ad isn't in a panel */
.nv-block-banners img,
.banners img,
.banner img,
a>img[src*="banner"] {
    border-radius: 15px !important;
    display: block;
    width: 100%;
    height: auto;
}

/* Adjust the inner body of the panels to look spacious */
.panel-body,
.block-content {
    padding: 20px !important;
}

/* Specific for news category blocks in Dantri theme */
.dantri-cat-item,
.news_column {
    background-color: #ffffff;
    border-radius: 15px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06) !important;
    padding: 15px !important;
    margin-bottom: 25px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
}

.dantri-cat-item:hover,
.news_column:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
    border-color: #ffcc00;
}

/* Fix ruộng bậc thang: Remove background of inner panel inside news_column */
.news_column .panel {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    margin-bottom: 0 !important;
}

/* Make images inside news blocks rounded and add hover zoom effect */
.dantri-cat-item img,
.imghome img,
.panel-body img.img-thumbnail,
.dantri-main-img,
.dantri-3col-img,
.dantri-cat-2col-main-img {
    border-radius: 10px !important;
    border: none !important;
    /* Remove legacy thumbnail borders */
    transition: transform 0.4s ease !important;
}

/* Container for images must hide overflow to prevent zoom bleeding */
.dantri-3col-main>a,
.dantri-3col-img-wrap,
.news_column a:has(> img),
.panel-body a:has(> img.img-thumbnail),
.imghome>a {
    display: block;
    overflow: hidden;
    border-radius: 10px !important;
}

/* Zoom effect on hover */
.dantri-3col-main>a:hover img,
.dantri-3col-img-wrap:hover img,
.news_column a:hover img,
.panel-body a:hover img.img-thumbnail,
.imghome>a:hover img {
    transform: scale(1.08) !important;
}

/* List group adjustments inside panels */
.panel .list-group {
    margin-bottom: 0;
}

.panel .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel .list-group-item:last-child {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    border-bottom: none;
}

/* =========================================================
   INCREASE LOGO SIZE WITHOUT INCREASING HEADER HEIGHT
   ========================================================= */
#header .logo {
    position: relative;
    z-index: 100 !important;
}

#header .logo img {
    /* Keep the original physical height so header doesn't expand */
    max-height: 80px !important;

    /* Visually scale it up. 1.6x = ~128px visual height */
    transform: scale(1.6) !important;

    /* Scale from bottom center if we want it to sit on the menu, or center center to overlap top and bottom */
    transform-origin: bottom center !important;

    /* Ensure it overlaps other elements smoothly */
    position: relative;
    z-index: 999;
}

/* Ensure the navbar below doesn't hide the overlapping logo */
.section-nav {
    position: relative;
    z-index: 10;
}

/* =========================================================
   FIX CLIPPED LOGO (OVERHANG DOWNWARDS)
   ========================================================= */
header {
    overflow: visible !important;
}

#header .logo img {
    /* Scale from top center so it grows downwards over the menu, not upwards off the screen */
    transform-origin: top center !important;

    /* Ensure it overlaps the menu correctly */
    position: relative;
    z-index: 9999 !important;
}

.section-header {
    overflow: visible !important;
}

/* =========================================================
   RE-FIX LOGO SIZE (USING NEGATIVE MARGIN INSTEAD OF SCALE)
   ========================================================= */
header,
.section-header,
.section-header-bar,
#header,
#header .wraper,
#header .logo {
    overflow: visible !important;
}

#header {
    padding: 5px 0 !important;
    height: auto !important;
}

#header .logo {
    position: relative;
    z-index: 9999 !important;
    text-align: center;
    width: 100%;
}

#header .logo img {
    /* Reset any scale */
    transform: none !important;

    /* Set the actual physical size of the logo to be larger */
    max-height: 130px !important;
    height: 130px !important;
    width: auto !important;

    /* Use negative margin to prevent the header container from expanding */
    /* If the logo is 130px, a margin-bottom of -50px makes it take up only 80px in the document flow */
    margin-bottom: -50px !important;

    position: relative;
    z-index: 9999 !important;
}

.section-nav {
    position: relative;
    z-index: 10 !important;
}

/* =========================================================
   RESTORE LOGO TEXT (MOVE OVERHANG TO CONTAINER)
   ========================================================= */
#header .logo {
    /* Apply the overhang to the entire logo container so the text goes with it */
    margin-bottom: -60px !important;
    position: relative;
    z-index: 9999 !important;
}

#header .logo img {
    /* Remove negative margin from the image itself so it doesn't overlap its own text */
    margin-bottom: 5px !important;
}

/* Ensure the text is visible and styled nicely */
#header .logo h1,
#header .logo h2,
#header .logo span.site_name,
#header .logo span.site_description {
    position: relative;
    z-index: 9999 !important;
    display: block;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

/* Add a bit of padding to the navbar below to accommodate the overhanging text if needed */
.section-nav {
    padding-top: 15px !important;
}



/* =========================================================
   CLEAN & CONSOLIDATED NAVBAR MENU STYLES
   ========================================================= */

/* 1. Reset all default backgrounds (Remove any inherited blue/grey) */
.tmsmenu li,
.tmsmenu a,
#menusite li,
#menusite a,
#navbar_menu li,
#navbar_menu a,
.section-nav li,
.section-nav a {
    background-image: none !important;
    background-color: transparent !important;
}

/* 2. Style Top-Level Menu Items (Hover, Active, Current) */
.tmsmenu>ul>li:hover>a,
.tmsmenu>ul>li.active>a,
.tmsmenu>ul>li.current>a,
#menusite>ul>li:hover>a,
#menusite>ul>li.active>a,
#menusite>ul>li.current>a,
#navbar_menu>ul>li:hover>a,
#navbar_menu>ul>li.active>a,
#navbar_menu>ul>li.current>a,
.navbar-nav>li:hover>a,
.navbar-nav>li.active>a,
.navbar-nav>li.current>a {
    background-color: #cc0000 !important;
    background-image: linear-gradient(to bottom, #ff3333 0%, #cc0000 100%) !important;
    border-radius: 8px !important;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4), 0 2px 5px rgba(0, 0, 0, 0.3) !important;
    color: #ffcc00 !important;
    transition: all 0.2s ease-in-out !important;
}

/* 3. Ensure Top-Level <li> elements have NO background or borders */
.tmsmenu>ul>li,
#menusite>ul>li,
#navbar_menu>ul>li,
.navbar-nav>li {
    background: transparent !important;
    background-image: none !important;
    background-color: transparent !important;
    margin: 2px 3px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* 4. Dropdown Container Style */
.tmsmenu ul ul,
.dropdown-menu,
#menusite ul ul,
#navbar_menu ul ul,
nav.second-nav ul ul,
.wsmenu>.wsmenu-list>li>ul.sub-menu,
.wsmenu>.wsmenu-list>li>.wsmegamenu {
    background: #a70000 !important;
    background-color: #a70000 !important;
    background-image: none !important;
    border: 1px solid #ffcc00 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 5. Dropdown Links (Normal state) */
.tmsmenu ul ul li a,
.dropdown-menu>li>a,
#menusite ul ul>li>a,
#navbar_menu ul ul>li>a,
nav.second-nav ul ul>li>a,
.wsmenu>.wsmenu-list>li>ul.sub-menu li>a,
.wsmenu>.wsmenu-list>li>.wsmegamenu li>a {
    color: #ffffff !important;
    background: #a70000 !important;
    background-color: #a70000 !important;
    background-image: none !important;
    border-bottom: 1px solid rgba(255, 204, 0, 0.3) !important;
    padding: 10px 15px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    text-shadow: none !important;
    font-weight: normal !important;
}

.tmsmenu ul ul>li:last-child>a,
.dropdown-menu>li:last-child>a,
#menusite ul ul>li:last-child>a,
#navbar_menu ul ul>li:last-child>a,
nav.second-nav ul ul>li:last-child>a {
    border-bottom: none !important;
}

/* 6. Dropdown Links (Hover, Active states) */
.tmsmenu ul ul li a:hover,
.tmsmenu ul ul li a:focus,
.tmsmenu ul ul li.active>a,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li.active>a,
#menusite ul ul>li:hover>a,
#menusite ul ul>li.active>a,
#navbar_menu ul ul>li:hover>a,
#navbar_menu ul ul>li.active>a,
nav.second-nav ul ul>li:hover>a,
.wsmenu>.wsmenu-list>li>ul.sub-menu li a:hover,
.wsmenu>.wsmenu-list>li>.wsmegamenu li a:hover {
    background: #d50000 !important;
    background-color: #d50000 !important;
    background-image: none !important;
    color: #ffcc00 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* 7. Dropdown Arrows (if applicable) */
.tmsmenu ul li a:after {
    border-top-color: #ffffff !important;
}

.tmsmenu ul li:hover>a:after {
    border-top-color: #ffcc00 !important;
}

.tmsmenu ul ul li a:after {
    border-left-color: #ffffff !important;
}

.tmsmenu ul ul li:hover>a:after {
    border-left-color: #ffcc00 !important;
}

/* =========================================================
   MOBILE OPTIMIZATIONS
   ========================================================= */
@media (max-width: 767px) {

    .dantri-cat-item,
    .news_column {
        padding: 10px !important;
        border-radius: 8px !important;
    }

    /* Fixed navbar (float theo trang) */
    .section-nav {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }
    .section-body {
        padding-top: 55px !important;
    }

    .section-nav .bg,
    #menusite .navbar-default {
        background-color: #8b0000 !important;
        margin-bottom: 0 !important;
        border-radius: 0 !important;
    }

    /* Sửa lỗi dropdown menu mobile (nền trong suốt và màu xanh) */
    .navbar-collapse,
    .navbar-default .navbar-collapse {
        background-color: #a70000 !important;
        background-image: none !important;
        border-top: 2px solid #8b0000 !important;
        max-height: calc(100vh - 60px) !important;
        overflow-y: auto !important;
    }

    .navbar-collapse li,
    .navbar-collapse a {
        background-color: transparent !important;
        color: #ffffff !important;
    }

    .navbar-collapse li:hover>a,
    .navbar-collapse a:hover,
    .navbar-collapse a:focus {
        background-color: #d50000 !important;
        color: #ffcc00 !important;
    }

    .navbar-default .navbar-toggle {
        border-color: #ffffff !important;
        background-color: #af0000 !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff !important;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #a70000 !important;
    }
}

/* =========================================================
   NO IMAGE PLACEHOLDER (SVG)
   ========================================================= */
img[src=""],
img:not([src]),
img[src="#"] {
    position: relative;
    display: inline-block;
    min-width: 80px;
    min-height: 80px;
    background-color: #f5f7fa !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cccccc' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'%3E%3C/circle%3E%3Cpolyline points='21 15 16 10 5 21'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 40px auto !important;
    border: 1px dashed #dddddd !important;
    border-radius: 8px;
    color: transparent !important;
    /* Ẩn alt text khi không có ảnh */
}

/* Đảm bảo ảnh trống trong các khối bài viết không bị xẹp */
.dantri-3col-img-wrap img[src=""],
.dantri-3col-img-wrap img:not([src]),
.dantri-main-img[src=""],
.dantri-main-img:not([src]),
.imghome img[src=""],
.imghome img:not([src]) {
    width: 100% !important;
    aspect-ratio: 4/3;
    object-fit: cover;
}