@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
:root {
	--primary-color: #ff0000;
	--secondary-color: #333333;
	--background-color: #ffffff;
	--font-family-base: 'Roboto', 'Arial', 'Helvetica', 'sans-serif';
	--font-size-base: 14px;
	--line-height-base: 1.42857;
	--border-radius-base: 4px;
	--border-color-base: #ddd;
}
.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 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;
}
body {
    color: #333;
    font-family: 'Roboto', 'Arial', 'Helvetica', 'sans-serif';
    font-size: 14px;
    line-height: 1.42857;
    background-color: #ffffff;
}
.nv-infodie {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100dvh; /* Tốt cho mobile */
    min-height: 100vh; /* Fallback cho trình duyệt cũ */
}
/* BLOCK TITLE */
.ddt-block-no-border{
	padding: 1rem;
 
}
.ddt-block-no-border .block-title{

}
.ddt-block-no-border .block-title h4{
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color:#fff
}
.ddt-block-no-border .block-title h4 a{
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 700;
	color:#fff
}

.ddt-block-default{
	padding: 1rem;
	border: 1px var(--border-color-base) solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.ddt-block-default .block-title{

}
.ddt-block-default .block-title h4{
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 1rem;
    padding: 0;
    margin-bottom: 15px;

}
.ddt-block-default .block-title h4 a{
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 1rem
}
.ddt-block-default .block-title h4 a:hover{}
.ddt-block-default .block-body{}

 


.ddt-block-topic{}
.ddt-block-topic .block-title{}
.ddt-block-topic .block-title h4{
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 1rem;
    border-left: 6px solid #0c0c0c;
    padding: 1px 10px 1px;
    margin-bottom: 15px;

}
.ddt-block-topic .block-title h4 a{
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 1rem
}
.ddt-block-topic .block-title h4 a:hover{}
.ddt-block-topic .block-body{}

 
.top-ads{
	width:100%;
	max-height:250px;
	background:#ddd;
}

.header-left{
	text-align:center;
}
.header-center{
	text-align:center;
}
.header-right{
	 
}
.ddt-header-logo{
	display:flex;
	justify-content:center;
	align-items:center;
	height:60px;
}
.ddt-sidebar-menu{
	display:flex;
	justify-content:center;
	align-items:center;
	height:60px;
}
.ddt-sidebar-menu svg{
	width:24px;
	height:24px;
	cursor: pointer;
}
ul.ddt-navigation-menu{
	margin-bottom: 20px;
}
ul.ddt-navigation-menu li{}
ul.ddt-navigation-menu li{
 
}
ul.ddt-navigation-menu li a{
	text-transform: capitalize;
    padding: 10px 20px;
    transition: background 0.2s cubic-bezier(.4, 0, .2, 1);
    -webkit-border-radius: 	20px;
    -moz-border-radius: 	20px;
    -ms-border-radius: 	20px;
    -o-border-radius: 	20px;
	border-radius: 	20px;
    font-size: 16px;
	font-weight:700;
}
ul.ddt-navigation-menu li a:hover{
    background: #e9e9e9;
     
}
 
 
.language-bar-content li {
    float: right;
    position: relative;
}
 
.language-bar-content li a {
    float: left;
    text-decoration: none;
    cursor: pointer;
    font-size: 11px;
    white-space: nowrap;
    color: #333;
    text-align: center;
    line-height: 1;
    padding: 0 5px;
	text-transform: uppercase;
    font-weight: 700;
    font-size: .9rem;
    cursor: pointer;
}
.language-bar-content .active a {
    color: #f00;
    border-right: 1px solid #000;
}
.language-bar-content .users a {
    padding: 3px 6px 4px 6px;
    border-radius: 3px;
    position: relative;
    top: -3px;
	background: #000;
	color: #fff;
}
#header-top {
    width: 100%;
    background: #fff; /* Ví dụ */
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
	position: relative;
	margin-bottom: 30px;
}

#header-top.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; 
	transition: all 0.2s ease-in;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
#header-top.sticky > div:nth-child(1) {
	padding: 0 !important;
}
#header-top.sticky .ddt-header-logo img {
	height: 40px; 
	transition: all 0.2s ease-in;
}
#header-top.sticky #navigation-menu {
    height: 0; /* Thu nhỏ chiều cao */
    opacity: 0; /* Làm mờ dần */
    overflow: hidden; /* Ẩn nội dung */
	padding: 0 !important;
    /* Hoặc dùng transform để trượt: */
    /* transform: translateY(-100%); */
}
#navigation-menu {
    opacity: 1; /* Đảm bảo menu hiển thị đầy đủ */
    transition: opacity 0.2s ease-in; /* Chỉ áp dụng transition cho opacity */
    overflow: hidden; /* Đảm bảo nội dung không tràn ra */
	border-bottom: 1px solid #e9e9e9;
    
}
body.overflow{
	overflow: hidden;
}
/* Placeholder để giữ chỗ */
.header-top-placeholder {
    display: none;
}
/* group-top-news */
.group-top-news {
	width: 100%;
	margin-bottom: 20px;
}

.group-top-news .dt-col {
	box-sizing: border-box;
}

.group-top-news .first-item {
	padding: 10px 0;
}
.group-top-news .first-item .title h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;        
}
.group-top-news .first-item .desc {
	font-size: 14px;
	color: #555;
	margin-bottom: 8px;
}
.group-top-news .first-item .time {
	font-size: 12px;
	color: #999;
}

.group-top-news .ddt-image-wrapper .post-image {
	width: 100%;
	height: auto;
	display: block;
}
.group-top-news .ddt-image-wrapper-alt {
	display: block;                
}        
.group-top-news .image-alt img {
	width: 100%;
	height: auto;
	display: block;
}                
.group-top-news .ddt-image-wrapper .playvideo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	cursor: pointer;
}                
.group-top-news .ddt-image-wrapper .playvideo:after {
	content: "\f144";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 40px;
	color: #fff;
}        
.group-top-news .ddt-image-wrapper .playvideo:hover:after {
	color: #f00;
}                   
.group-top-news .ddt-image-wrapper .breakingTitle {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	border-radius: 3px;
}   
.group-top-news .ddt-image-wrapper .breakingTitle.red {
	background: #f00;
}   
.group-top-news .ddt-image-wrapper .breakingTitle.green {
	background: #00f;
}   
.group-top-news .ddt-image-wrapper .breakingTitle.yellow {
	background: #ff0;
}   
.group-top-news .ddt-image-wrapper .breakingTitle.blue {
	background: #00f;
}

.ddt-left-item-2{
	 
 
}
.ddt-right-item-2{
	display: none;
}
.group-top-item-2{
	position: relative;
	 
}

.post-image{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	max-width: 100%;
	object-fit: cover;
	height: auto;
	 
}
.ddt-image-wrapper {
    position: relative;

    /* padding-bottom: 75%; */
	/* 16:9 calc(9 / 16 * 100%) → 56.25% */
	/* 4:3 calc(3 / 4 * 100%) → 75% */
	/* 1:1 100%*/
	/* 21:9 calc(9 / 21 * 100%) → 42.857% */
	/* 3:2 calc(2 / 3 * 100%) → 66.67% */

	padding-bottom: calc(9 / 16* 100%);
    overflow: hidden;
}
.ddt-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
/* .ddt-image-wrapper.loading{
	background: #f0f0f0;
} */
.ddt-image-wrapper.loading::after {
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(90deg, transparent, rgb(139 92 92 / 6%), transparent);
  transform: translateX(-100%);
  animation: ca-shimmer 1.2s infinite;
}
@keyframes ca-shimmer { 100% { transform: translateX(100%); } }
 
.ddt-image-wrapper img.loaded {
	opacity: 1;
}

.ddt-image-wrapper img.error {
	opacity: 0.5;
}


/* TEST */
.ddt-image-wrapper {
	position: relative;
	width: 100%;
	/*height: 0;
	*/padding-bottom: calc(9 / 16* 100%);
	/*Tỷlệkhunghình16:;
	9*/overflow: hidden;
	background-size: cover;
	background-position: center;
	/*background-color: #f0f0f0;
	*/border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.ddt-image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    filter: blur(20px);
    clip-path: inset(0); /* tránh lan ra ngoài */
    z-index: 1;
    transition: opacity 0.6s ease-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
}

.ddt-image-wrapper img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.6s ease-out;
    z-index: 2;
}

.ddt-image-wrapper img.loaded {
    opacity: 1;
}

/* .ddt-image-wrapper img.loaded ~ ::before, */
.ddt-image-wrapper img.loaded::before {
    opacity: 0;
}




.image-info {
	padding: 15px;
	text-align: center;
}

.image-info h3 {
	color: #333;
	margin-bottom: 5px;
}

.image-info .status {
	font-size: 12px;
	color: #666;
	padding: 5px 10px;
	border-radius: 15px;
	display: inline-block;
	margin-top: 5px;
}

.status.loading {
	background: #fff3cd;
	color: #856404;
}

.status.loaded {
	background: #d4edda;
	color: #155724;
}

.status.error {
	background: #f8d7da;
	color: #721c24;
}
.ddt-block-topic{
	padding: 1rem;
	border: 1px var(--border-color-base) solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.ddt-news-topic a.headline {
	font-size: 1.1rem;
    line-height: 23px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    display: block;
}
.news-item h3.title-transform {
    font-size: 1.1rem;
    line-height: 23px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    display: block;
} 
/* Khối tổng: 2 cột */
.news-block {
    display: grid;
    grid-template-columns: 1fr 2fr;          /* 👈 trái = 1 phần, phải = 2 phần */ 
    gap: 1.5rem;
	padding: 1rem;
	border: 1px var(--border-color-base) solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

/* Cột trái: stack 2 bài theo chiều dọc, có khoảng cách */
.news-list {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 2rem;
	
}

/* Style cho bài viết */
.news-item:first-child {
	border-bottom: 1px var(--border-color-base) solid;
    padding-bottom: 1rem;
}
.news-item .headline {
	font-size: 1.1rem;
    line-height: 23px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    display: block;
}

.news-item .headline:hover {
   text-decoration: underline;
}

.news-item .summary {
    margin-top: 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    color: #333;
}

.news-item .meta, .ddt-news-topic .meta {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    color: #666;
}

/* Ảnh bên phải */
.news-image {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
	max-height: 350px
}
.news-image a{
	display: block;
    width: 100%;
	height: 100%;
}
.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Responsive dưới ~768px: chuyển thành 1 cột */
@media (max-width: 768px) {
    .news-block {
        grid-template-columns: 1fr;          /* ảnh xuống dưới */
    }

    .news-image {
        order: -1;                           /* đẩy ảnh lên trước nếu muốn */
        max-height: 300px;
    }

    .news-image img {
        max-height: 300px;
    }

    .news-item .headline {
        font-size: 1.2rem;
    }
}



.adsbygoogle{
	
	text-align: center;
	background: #ddd;
	width:100% !important;
	overflow: hidden;
}

/* SIDEBAR  RIGHT*/
.ddt-sidebar{
	display: block;
    height: 100%;
	margin-top: 16px;
}
.ddt-sidebarv2{
	display: block;
    height: 100%;
	margin-top: 0px;
}
.ddt-sidebar-sticky {
    position: sticky;
    top: 74px;
	margin-bottom: 32px;
}

.ddt-signed{
	border: 1px var(--border-color-base) solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 1rem;
}

.ddt-border-default{
	border: 1px var(--border-color-base) solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 1rem;
}
.topic-news-block a.headline {
	font-size: 1rem;
	line-height: 20px;
	font-weight: 700;
	text-decoration: none;
	color: #000;
	display: block;
}
.topic-news-block a.headline h3 {
	font-size: 1rem;
	line-height: 20px;
	font-weight: 700;
	text-decoration: none;
	color: #000;
	display: block;
}
 
.topic-news-block a.subheadline {
	font-size: 0.8rem;
	line-height: 20px;
	font-weight: 700;
	text-decoration: none;
	color: #000;
	display: block;
}
h3.title-transform {
	font-size: 1rem;
	line-height: 20px;
	font-weight: 700;
	text-decoration: none;
	color: #000;
	display: block;
}
ul.nv-list-item li{
	display: flex;
	justify-content: left;
	align-items: center;
	border-bottom: 1px #ddd solid;
    padding-bottom: 5px;
}
ul.nv-list-item li em{
	padding-right: 5px;
}
.userBlock h3{
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 1rem;
	border-left: 6px solid #0c0c0c;
	padding: 1px 10px 1px;
}
.userBlock h3 span{
	display: inline-block;
}
.changeavatar{
	border: 1px solid var(--border-color-base);
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	display: block;
}

.article-excerpt-icon {
	background: #dc1414;
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #ffffff;
	padding: 0px 6px;
	font-size: 16px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}

.ddt-news-topic-list{
	 
}
.ddt-news-topic-list .ddt-news-topic {
	 
}
.ddt-news-topic-list .ddt-news-topic li {
	display: flex;
	border-bottom: 1px #ddd solid;
	padding: 5px 0;
	
}
.ddt-news-topic-list .ddt-news-topic li .article-ranked-index{
	font-size: 1.2rem;
	font-weight: 700;
	color: #000;
	padding-right: 10px;

}
.ddt-news-topic-list .ddt-news-topic a {
	text-decoration: none;
	color: #000;
	display: block;
	font-weight: 700;
}
.ddt-news-topic-list .ddt-news-topic a.cat{
	text-decoration: none;
	color: #3263c0;
	display: block;
	font-weight: 400;
	text-transform: uppercase;
}
.ddt-news-topic-list .ddt-news-topic a:hover{
	text-decoration: underline;	
}
.ddt-news-topic-list .ddt-news-topic .ddt-news-topic-title{
	 
}
.ddt-fullwidth{
	width: 100%;
	background: #3263c0;
}
 
.topic-news-block.blockv3 a.headline,.topic-news-block.blockv3 a.headline h3 {
	font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.2em;
}
.topic-news-block.blockv3 a.headline,.topic-news-block.blockv3 a.headline h3,.topic-news-block.blockv3 .meta{
	color: #fff;
	text-decoration: none;
}	
.topic-news-block.blockv3 .article-category{
	display: inline-block;
	font-size: 0.8rem;
	color: #fff;
	margin-top: 5px;
	text-transform: uppercase;
	font-weight: 700;
}
.topic-news-block.blockv4 .article-category{
	display: inline-block;
	font-size: 0.8rem;
	color: #333;
	margin-top: 5px;
	text-transform: uppercase; ;
	font-weight: 700;
}

.ddt-news-left-list,ddt-news-left-right{
	list-style: none;
	padding: 0;
	margin: 0;
}
.ddt-news-left-list li, .ddt-news-right-list li{
 
	border-bottom: 1px #ddd solid;
	padding: 5px 0;
}
.ddt-news-left-list li a, .ddt-news-right-list li a{
	text-decoration: none;
	color: #000;
	display: block;
	font-weight: 700;
}
.meta{
	font-style: italic;
	font-size: 0.8rem;
	color: #666;
}
.ddt-news-left-list li a:hover, .ddt-news-right-list li a:hover{
	text-decoration: underline;	
}

.ddt-block-album-tab {
	margin-bottom: 2rem;
}

.ddt-block-album-tab .ddt-tab-content {
	padding-top: 1rem;
}

.ddt-tab-link {
    color: #000000;
}
.lazy{
	filter: blur(10px);
	transition: filter .4s;
	-webkit-filter: blur(10px);
	-webkit-transition: filter .4s;
	-moz-transition: filter .4s;
	-ms-transition: filter .4s;
	-o-transition: filter .4s;

}
.lazy.loaded{
	filter: none; 
	-webkit-filter: none;
	 
}

.footer.fancyfooter {
    width: 100%;
    z-index: -1;
    background-color: #fff;
}
.footer .footer-inner {
    border-top: 3px solid #000;
    padding: 24px 0 12px 0;
}
.footer .footer__main {
    padding-bottom: 36px;
    margin-bottom: 12px;
    border-bottom: 1px solid #000;
}
#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 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: #333;
    color: #333;
}
#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 a:hover {
    text-decoration: none;
}
#footer .mb-2 {
    margin-bottom: 0px;
    margin-top: 0px;
}
#footer hr {
    border-bottom: 0px solid #fff;
    border-top: 0px solid #eeeeee;
}
#footer .social-follow-header {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #333;
}
.footer a {
    display: inline-block;
}
.social-icon--facebook {
    background-color: #4a62a0;
    font-size: 18.9px;
}
.social-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff;
    font-size: 17.5px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    background-color: #e8e8e8;
}

.social-icon i.fa {
    color: #fff;
    line-height: 35px;
}
.social-icon-facebook {
    background-color: #4a62a0;
    font-size: 18.9px;
}
.social-icon-facebook i.fa {
    transform: translateX(-7%) translateY(2%);
    -webkit-transform: translateX(-7%) translateY(2%);
    -moz-transform: translateX(-7%) translateY(2%);
    -ms-transform: translateX(-7%) translateY(2%);
    -o-transform: translateX(-7%) translateY(2%);
}
.social-icon-twitter {
    background-color: #1DA1F2;
    font-size: 20.3px;
}
.social-icon-instagram {
    font-size: 20.65px;
    background: -webkit-linear-gradient(45deg, #FEDA77, #DD2A7B, #515BD3);
    background: linear-gradient(45deg, #FEDA77, #DD2A7B, #515BD3);
}
.social-icon-instagram i.fa {
    transform: translateX(0) translateY(0);

}
.social-icon-youtube {
    background-color: #ff0033;
}
.social-icon-rss {
    background-color: #ed6100;
    font-size: 19.25px;
}
.social-icon-rss i.fa {
    transform: translateX(5%) translateY(0);
}
.social-follow-icons {
    float: right;
}

/* VIEW CAT PAGE */
/* Section Header */
.section-header {
	border-bottom: 3px solid #000;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}

.section-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* News Card Styles */
.news-card {
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	padding: 1rem 0;
	transition: background-color 0.2s ease;
}
#posts-container .news-card:first-child {
	padding-top:0 !important;
}

.news-card:hover {
	background-color: #fafafa;
}

.news-card-inner {
	display: flex;
	gap: 2rem;
	align-items: flex-start;
}

.images-news {
	flex: 0 0 420px;
	max-width: 420px;
}

.images-news .ddt-image-wrapper {
	aspect-ratio: 16/10;
	border-radius: 4px;
	overflow: hidden;
}

.news-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.news-meta {
	font-size: 0.875rem;
	color: #666;
	font-weight: 600;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.news-title {
	font-size: 1.8rem;
	font-weight: 700;
	color: #000;
	line-height: 1.3;

	text-decoration: none;
	display: block;
	transition: color 0.2s ease;
}

.news-title:hover {
	color: #333;
}

.news-excerpt {
	font-size: 1rem;
	color: #333;
	line-height: 1.6;
	margin-bottom: 1rem;
}

.news-author {
	font-size: 0.875rem;
	color: #666;
	font-weight: 600;
}

.news-author span {
	color: #000;
}

/* Responsive Design */
@media (max-width: 992px) {
	.images-news {
		flex: 0 0 350px;
		max-width: 350px;
	}

	.news-title {
		font-size: 1.75rem;
	}
}

@media (max-width: 768px) {
	.section-title {
		font-size: 2rem;
	}

	.news-card-inner {
		flex-direction: column;
		gap: 1.5rem;
	}

	.images-news {
		flex: 1;
		max-width: 100%;
	}

	.news-title {
		font-size: 1.5rem;
	}
}

@media (max-width: 576px) {
	.section-title {
		font-size: 1.75rem;
	}

	.news-card {
		padding: 1.5rem 0;
	}

	.news-title {
		font-size: 1.25rem;
	}

	.news-excerpt {
		font-size: 0.938rem;
	}
}

h1.category_name{
	font-size: 2.5rem;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 1rem;
}
.subcat_list{
	margin-bottom: 1rem;
	border-bottom: 2px #ddd solid;
}
.subcat_list a{
	display: inline-block;
	background: #f0f0f0;
	color: #333;
	padding: 8px 16px;
	margin-right: 8px;
	margin-bottom: 8px;
	border-radius: 20px;
	text-decoration: none;
	font-weight: 700;
	transition: background-color 0.2s ease, color 0.2s ease;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
.subcat_list a:hover{
	background: #333;
	color: #fff;
}
h1.category__heading{
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-size: 2.5rem;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 1rem;
	border-bottom:1px #ddd solid;
}
.viewcat_top .subcat_list{
	justify-content: center;
}
.news-content .cat{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.8rem;
}
 
.mostread-item.next-item .flt {
    flex: 1;
    min-width: 0; /* cho phép text wrap */
}

.mostread-item.next-item .mostread-link {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mostread-item.next-item .mostread-link:hover {
    color: #333;
    text-decoration: underline;
}

/* === CỘT PHẢI: ẢNH 60px === */
.mostread-item.next-item .flr {
    flex-shrink: 0;
    width: 60px;
}
.ddt-other-viewcat>h4{
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.mostread-item.first-item a.mostread-link{
	font-size: 1.2rem;
	line-height: 1.3;
	font-weight: 700;
	padding: 0.5rem 0;
	color: #000;
	text-decoration: none;
	display: block;
	transition: color 0.2s ease;
	border-bottom:1px #ddd solid;
}
.mostread-item.first-item a.mostread-link:hover{
	color: #333;
}


.mostread-item.next-item {
    border-bottom: 1px #ddd solid;
    padding: 10px 0;
}


.topic__head {
    font-size: 1.2rem;
    padding-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
}
span.topic__head-txt {
    font-size: 12px;
    padding-bottom: 0;
    font-weight: 900;
    text-transform: uppercase;
}
.breadcrumb_read {
    color: #858687;
    position: relative;
    top: 3px;
}
.reading_time {
    font-size: 12px;
    color: #858687;
}

.heading-title {
    font-weight: 900;
    font-size: 3.5rem;
    line-height: 1em;
    margin-bottom: 20px;
    border-inline-start: 12px solid #c00;
    padding-inline-start: 20px;
}

.margin-bottom-lg {
    margin-bottom: 15px;
}
.article-meta {
    color: #333;
    font-size: 14px;
    margin-bottom: 15px;
}
.article-updated i.fa-clock-o {
    margin-right: 6px;
    color: #333;
}
#updated-summary {
    color: #333;
}
.dropdown-icon {
    margin-left: 6px;
    transition: transform 0.3s;
}
.article-times {
    margin-top: 6px;
    padding-left: 20px;
    display: none;
    color: #666;
}
.article-times strong {
    color: #333;
    margin-right: 5px;
}
.bodytext {
    word-break: keep-all;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    line-height: 1.7em;
}
.share-wrap {
    display: flex
;
    flex-direction: row-reverse;
    width: fit-content;
    gap: 8px;
    margin-bottom: 15px;
}
.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
    color: #111;
    cursor: pointer;
    transition: box-shadow .15s, transform .05s;
    position: relative;
}
.share-btn svg{
	width: 16px;
    height: 16px;
}
.share-btn:hover{ box-shadow:0 2px 6px rgba(0,0,0,.08); }
.share-btn:active{ transform:translateY(1px); }
.share-btn:focus-visible{ outline:2px solid #111; outline-offset:2px; }
.keyword-link:hover em {
    color: #d9534f;
}
.keyword-group em {
    text-transform: uppercase;
    font-style: normal;
    display: inline-flex;
    padding: 10px;
    align-items: center;
    background: #F6F6F6;
    box-sizing: border-box;
    font-weight: 600;
    color: #141414;
    margin-bottom: 5px;
}
.keyword-group a {
    font-size: 12px;
}
.ads-content{
	width:100%;
}
.ads-bottom{
	width:100%;
}
.ads-top{
	width:100%;
}
.ads-left{
	width:100%;
}
.ads-right{
	width:100%;
}
.ads-sidebar{
	width:100%;
}
.listcat-title ul li h4{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.3;
	color: #000;
	text-decoration: none;
}
.centered {
    text-align: center;
    font-size: 0;
}
.nv-info {
    border-width: 1px;
    border-style: solid;
    border-color: #dcdcdc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #f7f7f7;
    color: #333;
    padding: 10px;
}
.form-group {
    margin-bottom: 15px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group-addon:first-child {
    border-right: 0;
}
.centered > div {
    float: none;
    display: inline-block;
    text-align: left;
    font-size: 14px;
}
.login-box {
	width: 334px;
	border: 1px #ccc solid;
	margin-bottom: 30px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
}
#other_form a,#other_form em{
	padding-right: 5px;
}
#tip {
    top: 51px;
    right: 0;
    min-height: 51px;
    margin-right: 10px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#tip, #ftip {
    position: absolute;
    color: #333 !important;
    background-color: #eeeeee;
    max-width: 485px;
    min-width: 300px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
}
#tip .bg {
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#tip .bg, #ftip .bg {
    padding: 15px;
    border-bottom-color: #aaaaaa;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.login-box .panel-body {
    padding: 15px;
}
.ddt-input-group-prepend {
    display: flex;
    align-items: center;
    border: 1px #ccc solid;
    padding: 8px 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.ddt-input-group-prepend-addon {
  flex-shrink: 0; /* Không cho icon bị co lại */
  padding: 0 10px;
}

.ddt-input-group-prepend input {
  flex: 1; /* Hoặc flex-grow: 1 - cho input chiếm hết không gian còn lại */
  min-width: 0; /* Quan trọng: tránh overflow trên flexbox */
  padding: 5px;
}
.login-box-navbar em{
	padding-right: 5px;
}
.login-box-navbar a{
	padding-right: 5px;
}


/* MENU LEFT */
.menu-btn {
	width: 45px;
	height: 45px;
	background: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
	padding: 10px;
	transition: transform 0.3s ease;
}

.menu-btn:hover {
	transform: scale(1.1);
}

.menu-btn span {
	width: 25px;
	height: 3px;
	background: #fff;
	border-radius: 2px;
	transition: all 0.3s ease;
}

.menu-btn.active span:nth-child(1) {
	transform: rotate(45deg) translate(8px, 8px);
}

.menu-btn.active span:nth-child(2) {
	opacity: 0;
}

.menu-btn.active span:nth-child(3) {
	transform: rotate(-45deg) translate(8px, -8px);
}
 

/* Sidebar Wrapper - không có overflow */
.sidebar-wrapper {
	position: fixed;
	top: 0;
	left: -270px;
	width: 270px;
	height: 100vh;
	z-index: 1000;
	transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-wrapper.active {
	left: 0;
}

/* Sidebar - có overflow */
.sidebarv2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow-y: auto;
	overflow-x: hidden;
}

.sidebarv2::-webkit-scrollbar {
	width: 4px;
}

.sidebarv2::-webkit-scrollbar-track {
	background: #565151;
}

.sidebarv2::-webkit-scrollbar-thumb {
	background: #555;
	border-radius: 4px;
}

.sidebarv2::-webkit-scrollbar-thumb:hover {
	background: #777;
}

.sidebarv2-header {
	padding: 20px;
	background: #ffffff;
	border-bottom: 1px solid #ededed;
}
 

.search-container {
	position: relative;
	width: 100%;
}

.search-box {
	width: 100%;
	padding: 15px 45px 8px 15px;
	background: #fff;
	border: 2px solid #e0e0e0;
	border-radius: 4px;
	color: #333;
	font-size: 14px;
	outline: none;
	transition: all 0.3s ease;
}

.search-box:focus {
	border-color: #c8c8c8;
	background: #fff;
}

.search-label {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #999;
	font-size: 14px;
	pointer-events: none;
	transition: all 0.3s ease;
	background: #fff;
	padding: 0 4px;
}

.search-box:focus + .search-icon + .search-label,
.search-box:not(:placeholder-shown) + .search-icon + .search-label {
	top: 0;
	font-size: 12px;
	color: #333;
}

.search-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	/* pointer-events: none; */
	z-index: 1;
	cursor: pointer;
}

.search-icon svg {
	width: 100%;
	height: 100%;
	fill: #999;
	transition: fill 0.3s ease;
}

.search-box:focus ~ .search-icon svg {
	fill: #333;
}

.menu-list {
	list-style: none;
	padding: 20px 0;
}

.menu-item {
    position: relative;
    padding: 10px 15px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border-left: 4px solid #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-item:hover {
	background: #f7f7f7;
	border-left-color: #f7f7f7;
	padding-left: 25px;
}

.menu-item.has-submenu::after {
	content: '›';
	font-size: 24px;
	transition: transform 0.3s ease;
}

.menu-item.has-submenu:hover::after {
	transform: translateX(3px);
}

/* Submenu - sử dụng position fixed để thoát khỏi overflow */
.submenu {
    position: fixed;
    width: 250px;
    background: #ffffff;
    border-left: 3px solid #f7f7f7;
    box-shadow: 5px 0 20px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1001;
    max-height: 500px;
    overflow-y: auto;
    pointer-events: none;
}

/* Mũi tên chỉ về menu chính */
.submenu::before {
	content: '';
	position: absolute;
	left: -10px;
	top: var(--arrow-top, 20px);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #f7f7f7;
	transition: top 0.3s ease;
}

.submenu::-webkit-scrollbar {
	width: 3px;
}

.submenu::-webkit-scrollbar-track {
	background: #2a2a2a;
}

.submenu::-webkit-scrollbar-thumb {
	background: #555;
	border-radius: 3px;
}

.menu-item.has-submenu:hover .submenu {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	pointer-events: auto;
}

.submenu-item {
    padding: 12px 20px;
    color: #000;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    transition: all 0.3s ease;
    cursor: pointer;
	text-align: left;
}

.submenu-item:last-child {
	border-bottom: none;
}

.submenu-item:hover {
    background: #f7f7f7;
    padding-left: 25px;
    color: #333;
}

.menu-separator {
	height: 1px;
	background: #333;
	margin: 10px 20px;
}

/* Overlay */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
}

.overlay.active {
	opacity: 1;
	visibility: visible;
}
.module-content{
	width:100%;
}
.detail-category {
    display: flex
;
    margin-bottom: 20px;
    justify-content: center;
}
.detail-category a, .detail-category span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 5px;
}
.detail-category span.caret-right {
    background: url(../images/caret-right-icon.svg) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.heading-main-title {
    position: relative;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    font-size: 30px;
    font-weight: 900;
}
.font-style-1 {
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}
#article-times {
    display: flex
;
    justify-content: center;
}
.article-meta {
    color: #333;
    font-size: 14px;
    margin-bottom: 15px;
}
.article-updated {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #333;
    font-weight: 500;
}

.article-updated i.fa-clock-o {
    margin-right: 6px;
    color: #333;
}
#updated-summary {
    color: #333;
}
.dropdown-icon {
    margin-left: 6px;
    transition: transform 0.3s;
}
.article-times {
    margin-top: 6px;
    padding-left: 20px;
    display: none;
    color: #666;
}
.article-times strong {
    color: #333;
    margin-right: 5px;
}
.breakingTitle {
    padding: 6px 10px;
    position: absolute;
    bottom: 16px;
    left: 6px;
    z-index: 10;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.breakingTitle:before {
    content: ' ';
    position: relative;
    width: 6px;
    display: inline-block;
    height: 6px;
    vertical-align: middle;
    border: 1px #ffffff solid;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: -1px;
    margin-right: 4px;
}

.playvideo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 86%);
    height: calc(100% - 76%);
	background: rgba(255, 0, 0, 0.9);
	z-index: 10;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.playvideo:hover {
	background: rgba(255, 0, 0, 1);
	transform: translate(-50%, -50%) scale(1.1);
}
/* Play icon triangle */
.playvideo:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 20px;
	border-color: transparent transparent transparent #fff;
	margin-left: 4px;
}
/* Video Popup */
.video-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999;
	align-items: center;
	justify-content: center;
}
.video-popup.active {
	display: flex;
}
.video-container {
	position: relative;
	width: 90%;
	max-width: 900px;
	background: #000;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	height: 0;
	overflow: hidden;
}
.video-wrapper iframe,
.video-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
/* Close button */
.close-popup {
	position: absolute;
	top: -40px;
	right: 0;
	width: 35px;
	height: 35px;
	background: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	transition: all 0.3s ease;
	color: #333;
}
.close-popup:hover {
	background: #ff0000;
	color: #fff;
	transform: rotate(90deg);
}
.ads-wrapper{
	overflow: hidden;
}
.navbar-nav li em{
	padding-right: 5px;
}
.userinfomation{
margin-bottom: 30px;
}
figure.avatar {
	position: relative;
	margin-right: 10px;
}
figure.avatar img {
	border:1px #ccc solid
}
figure.avatar figcaption {
    position: absolute;
    bottom: 12px;
    left: 3px;
    width: calc(100% - 6px);
    background-color: #357ebd;
    color: #fff;
    font-size: 11px;
}



/* dropdown  */
/* ==== Dropdown cÆ¡ báº£n (theo phong cÃ¡ch Bootstrap 3/4) ==== */

.dropdown {
  position: relative;
  display: inline-block;
}

/* Toggle button */
.dropdown-toggle {
  display: inline-block;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.dropdown-toggle:focus,
.dropdown-toggle:hover {
  background-color: #333;
  border-color: #444;
  color: #fff;
  text-decoration: none;
}

/* Caret icon (tam giÃ¡c nhá») */
.dropdown-toggle .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* Menu chÃ­nh */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  display: none;
  min-width: 180px;
  margin: 2px 0 0;
  padding: 5px 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

 
.dropdown.open > .dropdown-menu,
.dropdown-menu.show {
  display: block;
}

/* Item */
.dropdown-menu > li > a {
  display: block;
  padding: 6px 16px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
}

 
.dropdown-menu > li > a:hover,
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover {
  background-color: #3d0606;
  color: #fff;
  text-decoration: none;
}

 
.dropdown-menu > .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* GÃ³c bo nháº¹ hÆ¡n khi náº±m trong tab */
.dropdown.active > .dropdown-toggle {
    background-color: #3d0606;
    border-color: #ccc;
    color: #ffffff;
}
/* dropdown  */

/* TAB CONTENT */
.tab-content {
    margin-top: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 15px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.tab-pane.fade {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.tab-pane.fade.in {
  opacity: 1;
}

/* TAB CONTENT */
#search_result{
	margin-bottom: 30px;
}
#search_result .keyword{
	font-weight: bold;
	color:#444;
}
#search_result .nav-tabs a{
	font-weight: bold;
	color:#444;
	text-transform: uppercase;
}
.gsc-search-button button{
	width: 40px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ddt-page-link, .pagination>li>a, .ddt-page-link:hover, .pagination>li>a:hover{
    color: #000000;
}
.pagination>li.active>a{

	background-color: #dee2e6;
	 
}
.share-mobile .share-close{
	display: none;
}

.authorlist{display: flex;}
