/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/*** === MIGRATE JOOM TO WP === ***/

/* Block Xem thêm trong bài viết */
.sp-block2 {
	padding: 8px 35px 8px 14px;
	color: #ea601e;
	background-color: #fafafa;
	border: 1px solid #FBEED5;
	margin: 5px;
}
.sp-block2 span{
	font-weight: 600;
    font-size: 0.85rem;
}
.sp-block2 hr{
	margin: 8px 0 15px;
}
.sp-block2 li{
	font-size: 0.9rem;
}

/* Bảng trong bài viết */
.sp-widget {
    border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}
.sp-head {
    background: #f5f5f5;
    border-top: 1px solid #d5d5d5;
    position: relative;
    padding: 5px 15px;
}
.sp-tableStatic tbody tr {
    border-top: 1px solid #e7e7e7;
    transition: transition:500ms;
    -moz-transition: 500ms;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
}
.sp-tableStatic tbody tr:hover {
    background: #C0F0DC;
}
.sp-tableStatic tbody td {
    border-left: 1px solid #e7e7e7;
    padding: 8px 10px;
    vertical-align: middle;
}




/*** === GENERAL === ***/
h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2{
		color:#333;
/* 		letter-spacing:-0.5px; */
	}
body{
	color:#273647;
}
.border{
	border: 1px solid #ddd;
}
.padding0{
	padding: 0 !important;
}
.marginLeft0{
	margin-left: 0 !important;
}
.form-flat input {
    font-size: 14px;
    height: 2.6rem;
    padding: 20px;
}

/* Ảnh nền trang cho quảng cáo */


/* Ngày giờ lịch */
.date-time-now {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  font-size: 12px;
	color: #808080;
}
.dt-date, .dt-time, .dt-lunar {
  white-space: nowrap;
}
.dt-sep {
  margin: 0 4px;
  color: #888;
}

/* Thời tiết */
.info-province-weather{
 	font-size: 12px;
	margin: -8px 0;
}

/* Tag Cloud */
.tagcloud a:hover {
	border-color: #d26e4b;
	background-color: #ea601e;
	color: white;
}

/* Nút phân trang */
.nav-pagination>li>a, .nav-pagination>li>span{
	border: 1px solid;
	border-radius: 4px;
	font-weight: normal;
}
span.page-number.dots {
    border: none;
}
span.page-number.dots:hover{
	background: none;
	color: #273647;
}



/*** === ADS AROUND BACKGROUND BANNER === ***/

/* 1. Toàn bộ nền banner */
body.framed {
  overflow-x: hidden;
}
.bg-fill{
	background-position: 50% 0%;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}
@media screen and (min-width: 850px) {
    body.framed {
        margin: auto;
    }
}

/* 2. Wrapper chính */
body.framed #wrapper {
  position: relative;
  z-index: auto;
  background: transparent;
}

/* 3. Căn giữa khối #main, #header, #footer */
body.framed #main,
body.framed #header,
body.framed #footer {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
body.framed #wrapper,
body.framed #main,
body.framed #header,
body.framed #footer {
  position: relative;
  z-index: auto;
}


/* 4. Căn giữa nội dung bên trong */
body.framed #header .header-wrapper,
body.framed #footer .footer-wrapper,
body.framed .main-row-wrapper {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 5. Wrapper đệm cho phần trên */
body.framed .wrapper-spacer {
  height: 190px;
}

/* 6. Ngăn lỗi tràn nội dung và cuộn ngang */
body.framed *,
body.framed *::before,
body.framed *::after {
  box-sizing: border-box;
}

/* 7. Link vùng click (top, left, right) */
.bg-ads-link {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 190px;
  z-index: 9999;
  pointer-events: auto;
}

.bg-ads-link-left,
.bg-ads-link-right {
  top: 0;
  height: 100%;
  width: 100px;
  position: fixed;
  z-index: 9999;
  pointer-events: auto;
}
.bg-ads-link-left {
  left: 0;
}
.bg-ads-link-right {
  right: 0;
}
/* Khi scroll: không cho phép click, tránh che dropdown */
body.has-scrolled .bg-ads-link {
  pointer-events: none;
}









/*** === MENU === ***/
/* Navigation */
a.nav-top-link{
	letter-spacing: -0.5px !important;
	word-spacing: 1.5px;
}

a.ux-menu-link__link.flex {
    font-size: .9rem;
}
a.linkColor2{
	color: #273647;
}


/* SUB MENU */
.subMenu {
  display: flex;
  align-items: baseline;
  gap: 20px;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  overflow-x: auto;
	overflow-y: hidden;
	overflow: visible !important;
	 
}
/* Bọc riêng Tiêu đề + sub */
.subMenu-titleWrapper {
  position: relative;
  flex-shrink: 0;
	z-index: 1;
}
.subMenu-title {
  font-size: 1.7rem;
  font-weight: 900;
  color: #017a7a;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0;
  white-space: nowrap;
}
.subMenu-title .title-main {
  position: relative;
  z-index: 2;
}
/* Sub label nằm phía sau tiêu đề chính */
.subMenu-title .title-sub {
  font-size: 3.4rem;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: -8px;
  z-index: 0;
  color: #f3f3f3;
  line-height: 1;
  letter-spacing: -2px;
  pointer-events: none;
  white-space: nowrap;
}
/* Icon down */
.subMenu-title i {
  z-index: 1;
	font-size: 0.9rem;
}
/* Danh sách thẻ ngang */
.subMenu_list {
  display: flex;
  gap: 2px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 0;
  margin: 0;
  list-style-type: none;
	z-index: 2;
	overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;       /* Firefox */
  -ms-overflow-style: none;    /* IE/Edge */
}
.subMenu_list::-webkit-scrollbar {
  display: none;               /* Chrome/Safari */
}
.subMenu_list li {
  display: inline-block;
}
.subMenu_list a {
  color: #273647;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.subMenu-picker {
  position: absolute;
  top: 80%;
  left: 0;
	margin-top: 4px;
  padding: 8px 10px;
  background: white;
  border: 1px solid #ccc;
  list-style: none;
  z-index: 99;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  min-width: 150px;
}
.subMenu-picker li {
  padding: 6px 12px;
	font-size: 0.8rem;
	margin-left: 0 !important;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
  text-transform: capitalize;
}
.subMenu-picker li:hover {
  background-color: #f1f1f1;
}
.subMenu-picker li::before{
	content: '\f1c0';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-right: 8px;
	color: #aaa;
}

.scroll-list {
  overflow-x: auto;
  white-space: nowrap;
}
.scroll-list li {
  flex-shrink: 0;
	margin-left: 0 !important;
}
.scroll-list a {
  display: inline-block;
  padding: 6px 12px;
  color: #273647;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: sans-serif;
  text-decoration: none;
}
.scroll-list a:hover {
  color: orange;
}

@media (max-width: 768px) {
	.subMenu {
		gap: 0;
	}
  .title-main {
    font-size: 1.4rem;
	}
  .subMenu-title .title-sub {
    font-size: 2.5rem;
  }
}



/*** === HEADER === ***/
/* Tắt sticky cũ của header */
.header.has-sticky.sticky-jump {
	position: relative !important;
}

/* Tạo sticky mới cho header-bottom */
#wide-nav {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(249, 249, 249, 0.9);
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}
@media (max-width: 767px) {
  #masthead {
    position: sticky !important;
    top: 0;
    z-index: 99;
    background: #fff;
  }
}

/* Chèn logo vào header-bottom */
#wide-nav .flex-row {
  align-items: center; /* Căn giữa logo và menu theo chiều cao */
}
.logo-scroll-link {
	height: 50px;
	display: none; /* Ẩn ban đầu */
}

/* Chiều dài cho Mega Menu (Menu sổ xuống) */
.sub-menu.nav-dropdown {
    width: 1000px;
}



/*** === FOOTER === ***/
.absolute-footer{
	display:none;
}
.footerInfo{
	list-style: none;
	font-size: 0.75rem;
	margin: 0;
}
.footerInfo li{
	margin-left: 0 !important;
}
.footerInfo li::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 8px;
}
.footerInfo li:first-child::before{
	content: '\f772';
}
.footerInfo li:nth-child(2)::before{
	content: '\f018';
}
.footerInfo li:nth-child(3)::before{
	content: '\f3c5';
}
.footerInfo li:nth-child(4)::before{
	content: '\f879';
}
.footerInfo li:nth-child(5)::before{
	content: '\f0e0';
}
.footerInfo a.action::after{
	content: '\f360';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 5px;
}

.footerLink{
	list-style: none;
	margin: 0;
}
.footerLink li{
	width: 100%;
	font-size: .8rem;
	padding: 8px 0;
	margin: 0 !important;
	border-bottom: 1px solid #ececec;
	align-content: center;
	display: inline-block
}
.footerLink li::before{
	content: '\f105';
	font-family: fl-icons;
	color: #7a9c59;
	margin-right: 8px; 
}

.footerCopyright{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 0.8rem;
	color: #777;
	padding: 5px 25px;
	align-content: center;
	justify-content: space-between;
}
.crTerm span{
	color: #ddd;
}
.crTerm a{
	font-size: .7rem;
	margin: 0 5px;
	color: #777;
}
.crSocial {
	display: inline-block;
	align-content: center;
}
.crSocial span{
	color: #ddd;
}
.crSocial a{
	font-size: 0.9rem;
	color: #808080;
	margin: 0 5px;
}





/*** === MODULE === ***/
.blockTitle1{
	position:relative;
	font-weight: 900;
	margin-bottom: 26px;
	line-height: 26px !important;
	padding: 0;
	letter-spacing: -0.6px;
	margin-top: 36px;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	text-align: left;
	color: #017a7a;
}
.blockSubTitle{
	font-size: 56px;
	text-transform: uppercase;
	position: absolute;
	left: -4px;
	z-index: -1;
	bottom: -6px;
	white-space: nowrap;
	letter-spacing: -2px;
	color: #f3f3f3;
	line-height: 1;
}
.blockTitle2{
	position: relative;
	display: inline-block;
	padding-bottom: 4px;
	color: #888;
	font-weight: 500;
	border-bottom: 1px solid #eef4f9;
}
.blockTitle2 span {
	font-size: 18px;
}
.blockTitle2 span::before{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 40%;
	height: 2px;
	background: #f2ac00;
}
.blockTitle2 a{
	font-weight: 600;
}

.blockFocusTitle{
	position: relative;
	display: inline-block;
	padding-bottom: 4px;
	font-weight: 600;
	border-bottom: 1px solid #eef4f9;
}
.blockFocusTitle span{
	color: #f2ac00;
}
.blockFocusTitle span::before{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 25%;
	height: 2px;
	background: #f2ac00;
}

.blockFocusCont{
	padding: 20px 20px 5px;
	border-radius: 0 0 8px 8px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	font-family: "Merriweather",serif;
}
.blockFocusCont-left {
	width: 50%;
	margin-right: 8px;
}
.blockFocusCont-left img{
	margin-bottom: 10px;
}
.blockFocusCont-left p{
	line-height: 18px;
}
.blockFocusCont-right li{
	line-height: 18px;
	padding: 10px 0;
  	margin: 0;
	border-bottom: 1px dashed #ddd;
}
.blockFocusCont-right li:first-child{
	padding-top: 0;
}
.blockFocusCont-left a,
.blockFocusCont-right a{
	font-weight: 600;
	font-size: 14px;
	color: #273647;
}
.bg_light-blue{
	background: #f8fafd;
}
.bg_light-orange{
	background: #fdf8ed;
}
.blockSubTitle{
	font-size: 56px;
}

.blockAds-banner{
	position: relative;
	display: inline-block; /* để kích thước ô bao vừa hình */
}
.labelSponsored{
	position: absolute;
	top: 6px;
	left: 6px;
	font-size: 8px;
	color: #333;
	background: #ddd;
	line-height: 12px;
	padding: 0 5px;
	border-radius: 2px;
	text-decoration: none;
	z-index: 10;
}
.labelSponsored:hover {
	color: #ec6c00;
}
.labelSponsored::before{
	content: '\f0da';
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
	margin-right: 4px;
}


/* == Module List bài viết xem nhiều == */
.most-viewed-posts {
  display: flex;
  flex-direction: column;
  gap: 16px;
	padding: 0 10px;
}
.most-viewed-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
	position: relative;
}
.most-viewed-item .thumb {
  width: 60px;
  flex-shrink: 0;
}
.most-viewed-item .thumb img {
  width: 150px;
  height: auto;
  object-fit: contain;
  border-radius: 4px;
	margin-top: 5px;
}
.default-svg {
    width: 100%;
    height: auto;
    max-width: 150px;
	fill: #dadada;
}
.most-viewed-item.no-thumb .rank-number {
  width: 40px; /* hoặc nhỏ hơn tùy thiết kế */
  margin-top: 0;
}
.most-viewed-item.no-thumb {
  gap: 14px;
}
.most-viewed-item .rank-number {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-top: -20px !important;
	font-size: 3em;
	font-family: 'Roboto Serif';
	font-weight: 600;
	color: #bbb;
}
.most-viewed-item .content{
	line-height: 1.1rem;
}
.most-viewed-item .content .title {
	font-size: 0.85rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	font-family: "Merriweather",serif;
	color: #273647;
}
.most-viewed-item .meta {
  display: flex;
  gap: 8px;
  font-size: 0.7rem;
  margin-top: 4px;
}
.most-viewed-item .content .date,
.most-viewed-item .content .views {
  font-size: 0.7rem;
  color: #777;
}


/* == Module List bài viết custom == */
.lcp .lcp_feature {
	margin-bottom: 20px;
}
.lcp .lcp_feature_item {
	margin-bottom: 20px;
}
.lcp .lcp_feature_item .feature-thumb img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
}
.lcp .lcp_feature_item .feature-title a {
	font-size: 1.1rem;
	font-weight: 700;
	color: #273647;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 5px;
	font-family: "Merriweather",serif;
}
.lcp .lcp_feature_item .feature-title a:hover {
	color: #009090;
}
.lcp .lcp_feature_item .feature-meta {
	font-size: 12px;
	color: #999;
	margin-bottom: 5px;
}
.lcp .lcp_feature_item .feature-date {
	margin-right: 1rem;
}
.lcp .lcp_feature_item .feature-intro {
	font-size: 0.9rem;
	color: #444;
	line-height: 1.5;
}
.lcp .lcp_feature_item .feature-comments,
.lcp .listP_comments {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	gap: 4px;
	margin-left: 0.5rem;
	color: #00908f;
	font-size: 0.8rem;
	font-weight: 500;
	font-family: Arial, sans-serif;
}
.lcp .lcp_feature_item .feature-comments i,
.lcp .listP_comments i {
	color: #bdbdbd;
	font-size: 0.75rem;
}

.lcp .lcp_listP_item {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin-left: 0;
	margin-bottom: 0;
	padding: 10px 0;
	border-bottom: 1px dashed #ddd;
}
.lcp .lcp_listP_item .listP-thumb {
	flex: 0 0 80px;
	margin-top: 5px;
}
.lcp .lcp_listP_item .fa-icon {
	flex: 0 0 20px;
	margin-top: 5px;
}
.lcp .lcp_listP_item .listP-content {
	font-size: 0.85rem;
	line-height: 1.4;
}
.lcp .lcp_listP_item .listP-content a {
	color: #273647;
	font-weight: 700;
	font-family: "Merriweather",serif;
}
.lcp .lcp_listP_item .listP-meta {
	font-size: 12px;
	color: #999;
	margin-top: 3px;
}
.lcp .listP-title a:hover {
	color: #009090;
}


/* LIST BÀI VIẾT SCROLL LOAD HOẶC "TẢI THÊM"  */
.loadMorePost .loader-post-item {
	margin-top: 1.5rem;
	border-bottom: 1px solid #e5e5e5;
}
.loadMorePost .loader-post-title a{
	font-weight: 700;
	font-size: 0.95rem;
	font-family: "Merriweather",serif;
	margin-bottom: 10px;
	display: block;
	color: #273647;
	text-decoration: none;
	line-height: 1.3rem;
	letter-spacing: -0.4px;
}
.loadMorePost .loader-post-content {
	display: flex;
	flex-direction: row;
	gap: 10px;
	margin-bottom: 20px;
}
.loader-post-content .loader-thumb img {
	width: 160px;
	height: auto;
	display: block;
}
.loader-post-content .loader-text {
	flex: 1;
	color: #555;
	font-size: 0.9rem;
	position: relative;
}
.comment-count{
	color: #00908f;
	font-size: 0.8rem;
	font-weight: 500;
	margin-left: 5px;
	font-family: Arial, sans-serif;
}
.loader-post-content .comment-count i{
	color: #bdbdbd;
	font-size: 0.75rem;
}
.loader-post-content .comment-count i:hover{
	color: #757575;
}
.load-more-wrap {
	background: #f8f8f8;
	margin-top: 2rem;
	text-align: center;
	font-size: 0.8rem;
	font-weight: normal;
}
.load-more-wrap:hover{
	background: #eee;
}
button.load-more-btn {
    margin: 0;
    padding: 3px 50px;
}
/* Mobile */
@media (max-width: 768px) {
	.loadMorePost .loader-post-content {
		flex-direction: column;
	}

	.loader-post-content .loader-thumb img {
		width: 100%;
	}
	.loader-post-content.desktop {
		display: none !important;
	}
}
/* Desktop */
@media (min-width: 769px) {
	.loader-post-content.mobile {
		display: none !important;
	}
}


/* BLOCK POST FEATURELINK */
.blockFeatureLink {
  margin-bottom: 30px;
  border-top: 2px solid #eee;
  padding-top: 15px;
  font-family: Arial, sans-serif;
}
.blockFeatureLink-title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 15px;
}
.blockFeatureLink-title h3 {
  margin: 0;
	display: inline-block;
	width: auto;
  font-size: 1.3rem;
  font-weight: bold;
  color: #273647;
	white-space: nowrap;
	flex: 0 0 auto; /* Chỉ chiếm vừa nội dung */
}
.blockFeatureLink-title h3 a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}
.blockFeatureLink-title h3 a:hover {
  color: #00908f;
}
.blockFeatureLink-title h3 a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: orange;
}
.blockFeatureLink-title .scroll-list {
  display: flex;
	flex: 1 1 auto;
  overflow-x: auto;
  gap: 10px;
	min-width: 0; /* Tránh vỡ dòng */
	transition: transform 0.3s ease;
  scroll-behavior: smooth; 
	scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
	 
}
.blockFeatureLink-title .scroll-list::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
.blockFeatureLink-title .scroll-list a {
  text-decoration: none;
  color: #666;
  font-size: 0.8rem;
  white-space: nowrap;
	scroll-snap-align: start;
}
.blockFeatureLink-title .scroll-list a:hover {
  color: #0056b3;
}
.blockFeatureLink-content {
  display: flex;
  gap: 10px;
}
.blockFeatureLink-feature-posts {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.feature-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.feature-thumb img {
  width: 500px;
  height: auto;
  object-fit: cover;
}
.feature-content h4 {
  margin: 0 0 5px;
  font-size: 1rem;
  line-height: 1.3;
}
.feature-content h4 a {
  color: #273647;
	font-size: 0.9rem;
  text-decoration: none;
}
.feature-content h4 a:hover {
  color: #00908f;
}
.feature-content p {
  margin: 0;
  font-size: 0.8rem;
  color: #444;
}
.blockFeatureLink-link-posts {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.link-item a {
	display: inline-block;
  color: #273647;
	font-size: 0.85rem;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: -0.5px;
	font-family: "Merriweather",serif;
	line-height: 1.5;
}
.link-item a:hover {
  color: #00908f;
}
.link-item a::before{
	content: '\f111';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 0.5em;
	color: #bdbdbd;
	margin-right: 8px;
	vertical-align: middle;
	line-height: 1;
}
.feature-content .comment-count,
.link-item .comment-count {
	color: #00908f;
	font-size: 0.8rem;
	font-weight: 500;
	margin-left: 5px;
	font-family: Arial, sans-serif;
}
.feature-content .comment-count i,
.link-item .comment-count i{
	color: #bdbdbd;
	font-size: 0.75rem;
}

/* Responsive Mobile */
@media (max-width: 768px) {
  .blockFeatureLink-content {
    flex-direction: column;
  }
  .feature-item {
    flex-direction: column;
  }
  .feature-thumb img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .blockFeatureLink-title {
    flex-direction: column;
    align-items: flex-start;
		gap: 10px;
		margin-bottom: 20px;
  }
}



/*** === NEWS === ***/

/* List bài viết */
.is-divider{
  height: 0 !important;
  margin: 0 !important;
}
.box-image{
	margin-bottom: .5rem;
}
.box-text h5 {
    margin-top: -0.3em;
}
.large-columns-1 .col.post-item {
    padding-right: 0;
}
.large-columns-3 .col.post-item {
    padding-bottom: 0;
}
h2.widgettitle {
    display: none;
}
.widget_recent_entries {
	margin-top: -30px !important;
    margin-left: 0 !important;
    font-size: 14px;
}
@media screen and (min-width: 550px){
	.box-vertical .box-text{
		vertical-align: top;
		padding: 0 0 1.4em 1em;
	}
	.box-vertical .box-image{
		vertical-align: top;
	}
}

/* item trong list bài viết */
.box-text p {
    margin-bottom: .1em;
    margin-top: .3em;
}

/* Ẩn ngày tháng trên thumbnail của List bài trong chuy mục (list Archive) (added) */
.badge.absolute.top.post-date.badge-outline {
    display: none;
}


/* TRONG BÀI VIẾT */
.post-views {
    font-weight: 600;
    font-size: 16px;
}
.entry-image img {
	border-radius: 10px;
}


/* Comment bài viết */
.comments-title {
	text-transform: initial;
	letter-spacing: -0.5px;
	margin-bottom: 0;
}
.comments-title::before{
	content: '';
	border: 2px solid orange;
	margin-right: 10px;
}

.comment-list .children {
    margin-left: 30px; /* Dịch chuyển comment con sang phải */
}
.comment-avatar {
    float: left;
    margin: 0 10px 0 0;
}
.comment-meta {
    display: flex;
    align-items: flex-start;
	flex-direction: column;
}

.comment-content {
	border: 1px solid #ededed;
	border-radius: 8px;
	padding: 10px 10px;
	background: #fafafa;
	font-size: 0.85rem;
	margin-top: 10px;
}
.comment-author {
    font-size: 0.8rem;
    color: #888;
    font-style: italic;
}
.comment-author a{
	font-size: 0.85rem;
	font-weight: bold;
	color: #273647;
	font-style: normal;
}
.comment-date {
	font-size: .7rem;
	color: #888;
}
.comment-metadata{
  font-size: .7rem;
	margin: -5px 0 10px 35px;
}
.comment-metadata a{
	color: #888;
}
span.edit-link{
	margin-left: 1rem;
}
span.edit-link::before{
	content: '\f044';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	margin-right: 5px;
	color: #888;
}

.reply {
    font-size: .85rem;
	margin: 5px 0 0 8px;
}
.reply a{
	color: #888;
}
.reply::before{
	content: '\f064';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	font-size: .8rem;
	margin-right: 5px;
	color: #888;
}

#comments .comment-respond {
	background: none;
	padding: 0;
	margin-top: 2rem;
}
#comments .comment-respond .comment-reply-title {
	font-size: 1em;
}
.logged-in-as {
	font-size: 12px;
	display: none;
}
.comment-form-comment label {
	display: none;
}
textarea#comment {
	border: 1px solid #f5f5f5;
	border-left: 3px solid #00908f;
	border-radius: 4px;
	font-style: normal;
	color: #273647;
	font-size: 0.9rem;
}
textarea#comment::placeholder{
	font-style: italic;
    color: #aaa;
	font-size: 0.9rem;
}
.comment-form-comment textarea{
	min-height: 70px;
}
#respond input#submit {
    font-size: 0.7rem;
    border-radius: 4px;
    border: 1px solid #00908f;
    background: none;
    color: #00908f;
	padding: .25em 1.5em;
}
#respond input#submit:hover{
	background: #00908f;
	color: white;
}
.comment-notes {
	font-size: 0.8rem;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label{
	font-size: 0.8rem;
}
.comment-form-cookies-consent{
	font-size: 0.9rem;
}
.comment-list>li{
	padding: 25px 0;
}

/* Form thông tin của Người nhập bình luận */
.comment-form-author,
.comment-form-email,
.comment-form-phone,
.comment-form-cookies-consent,
.comment-notes,
#submit {
	display: none;
}
.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-phone input{
	margin-bottom: 0;
}

.comment-reply-title {
	display: none;
}
.comment-form .field-error {
	color: #b20000;
	font-size: 10px;
	margin-top: 5px;
	display: block;
}
.comment-notes {
	margin-top: 1rem;
	font-style: italic;
	color: #555;
	display: none;
}
#submit {
	display: none;
}
body.logged-in #submit {
	display: inline-block !important;
}
body.logged-in .comment-notes {
	display: none !important;
}
button.done-comment-button {
	margin: 10px 0 0;
	padding: 0;
	font-size: 0.9rem;
	color: #00908f;
}
button.done-comment-button:hover{
	color: orange;
}
button.done-comment-button::before{
	content: '\f061';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-right: 8px;
	color: #00908f;
}
button.done-comment-button::before:hover{
	color: orange;
}

.form-submit input#submit {
	margin-top: 1.5rem;
}


/* NÚT DOWNLOAD TÀI LIỆU CHO USER */
button.btnDownloadJS{
	padding: 2px 15px;
	background: #00908f;
	font-size: 0.85rem;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
button.btnDownloadJS:hover{
	background: orange;
}
.download-protect-box i{
	margin-right: 5px;
}
.download-count{
	margin-left: 10px;
	color: #666;
	font-size: 0.9em;
}
.btnLoginDownload{
	display: inline-block;
	padding: 5px 15px;
	background: #00908f;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.8rem;
}
.btnLoginDownload:hover{
	background: orange;
	font-weight: bold;
	color: white;
}
.guest-message p{
	font-size: 0.9rem;
	font-style: italic;
}
.guest-message i {
	font-size: 1.5rem;
	margin-right: 8px;
	color: #ea601e;
}	



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}