* {
	font-family: 'Inter', sans-serif;
}

body {}
html, body, button, input, select, textarea {
	font-family: 'Inter', sans-serif;
}

a,.nav-link {
	color: #00a4ff;
}
.fw-medium {
	font-weight: 500 !important;
}
.btn-primary {
	background-color: #4D8FFF;
    border-color: #4D8FFF;
	border-radius: 99px;
    padding: 6px 24px;
}
.text-secondary {
	color: #444 !important;
}
.section-featured {
	background: #f5f7fd url(/wp-content/themes/Baothoitiet/du-bao_files/background-featured.jpg) bottom no-repeat;
	background-size: 100%;
	padding: 36px 0;
}

.wp-caption .wp-caption-text {
    background: rgba(0, 0, 0, .05);
    font-size: .9em;
    font-style: italic;
    padding: .4em;
}
.wp-caption-text {
    text-align: center;
}

@media (min-width: 1400px) {
	.container {
		max-width: 1140px;
	}
}

.custom-logo-link .custom-logo {
	height: auto;
	max-width: 250px;
}


.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

@keyframes slide-in-one-tap {
	from {
		transform: translateY(80px);
	}
	to {
		transform: translateY(0px);
	}
}




@-moz-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-o-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

a {
	text-decoration: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

.submenu-wrap {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 1rem;
}
.submenu-wrap .province-area {
	padding: 0.5rem 0 0;
	width: 25%;
}
.submenu-wrap .dropdown-item {
	text-align: left;
}
.submenu-wrap .dropdown-item:hover {
	color: #16181b;
    background-color: #f8f9fa;
}
.submenu-wrap .area-title {
	color: #57aed7;
	font-weight: bold;
	padding: 8px 16px;
	text-align: left;
}
.frmSearch {
	position: relative;
}
.frmSearch .form-control {
	background-color: #edf6fb;
	box-shadow: none;
	border-color: #56afd7;
	height: 44px;
}
.frmSearch #searchButton {
	background: #56afd5;
    border-color: #56afd5;
    color: #fff;
    padding: 0;
    line-height: 1;
    position: absolute;
	right: 4px;
    top: 4px;
	height: 36px;
    width: 36px;
}

.heading1 {
	color: #004fd5;
	line-height: 1.4;
}

.weather-main {
	border: 1px solid #8bc6ff;
	border-radius: 10px;
	transition: 0.3s;
}
.weather-main:hover {
	border-color: #59add5;
}
.weather-main .avatar {
	color: #4D8FFF;
}
.weather-main .weather-detail-location-item {
	font-size: 14px;
}
.weather-sub {
	min-height: 260px;
}
.weather-sub .list-weather>.row>div:not(:last-of-type) {
	border-right: 1px solid #f1f1f1;
}
.weather-sub .list-weather-location img {
	height: 70px;
	width: 70px;
}
.weather-characteristic {
	padding-top: 16px;
    margin-top: 24px;
    border-top: 1px solid #f3f1ef;
}

.section-current .weather-item {
	background-color: #fff !important;
	border-radius: 10px;
	border: 1px solid #8bc6ff;
	padding: 16px;
	transition: 0.3s;
}
.section-current .weather-item:hover {
	border-color: #59add5; 
}
.featured-weather-inner {
	gap: 12px;
}
.featured-weather .weather-item {
	display: flex;
	font-size: 14px;
    flex-direction: column;
    justify-content: space-between;
	max-width: calc(33.33% - 8px);
	flex-basis: calc(33.33% - 8px);
	min-height: 262px;
}
.featured-weather .weather-item p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}


.b-example-divider {
	height: 3rem;
	background-color: rgba(0, 0, 0, .1);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.form-control-dark {
	color: #fff;
	background-color: var(--bs-dark);
	border-color: var(--bs-gray);
}

.form-control-dark:focus {
	color: #fff;
	background-color: var(--bs-dark);
	border-color: #fff;
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.bi {
	vertical-align: -.125em;
	fill: currentColor;
}

.text-small {
	font-size: 85%;
}

.dropdown-toggle {
	outline: 0;
}

.bg-blue {
	background-image: url('/wp-content/themes/Baothoitiet/du-bao_files/main-weather-bg.jpg');
}

.location-name-main {
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
}

.location-name-main>a {
	color: #ffffff;
}

.overview-current {
	display: flex;
}

.overview-current img {
	width: 70px;
	height: 70px;
	margin-right: 10px;
}

.current-temperature {
	display: inline-flex;
	line-height: 70px;
	font-size: 70px;
}

.btn-unit-switcher {
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
	margin: 0;
	text-align: center;
	cursor: pointer;
	outline: none;
	border: none;
	background: inherit;
	color: inherit;
	display: block;
	font-family: inherit;
	padding: 0px;
}

.unit-group {
	padding: 5px 10px 0 10px;
}

.unit-group>p {
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	margin: 0;
	text-align: center;
}

.overview-caption-item {
	font-size: 16px;
	line-height: 20px;
	margin: 10px 0 14px 0;
	font-weight: 600;
	white-space: nowrap;
}

.overview-caption-item-detail {
	font-size: 16px;
}

.overview-caption-item:last-child {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	opacity: 0.8;
}

.avatar {
	position: relative;
	display: inline-block;
	width: 2rem;
	height: 2rem;
}

.weather-detail svg {
	fill: #f9fbfd;
	color: #f9fbfd;
}

.weather-detail-white svg {
	fill: #000000;
	color: #000000;
}

.Icon--icon--2AbGu {
	display: inline-block;
	height: auto;
	width: 24px;
}

.op-8 {
	opacity: .8;
}

.user-current-location {
	color: #ffffff;
	margin-top: 20px;
}

.weather-detail {
	font-size: 14px;
}

.section-current {
	background-size: cover;
	padding: 60px 0 80px;
}

.list-weather {
	margin-right: 10px;
}

.weather-item {
	flex: 0 0 150px;
	background:  #ffffffbf!important;
	text-align: center;
	color: #000000;
	border-right: 1px solid #228caf;
	padding: 10px 5px;
	border-radius: 20px;

}

.weather-item-title {
	font-size: 16px;
	font-weight: 600;
}

.user-current-location-title a {
	color: #fff;
	text-decoration: none;
}

.weather-detail-item {
	flex: 0 0 150px;
}

.nav-scroller {
	position: relative;
	z-index: 2;
	height: 230px;
	overflow-y: hidden;
}

.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;

}

.nav-scroller .nav-link {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: .875rem;
}

.font-size-18 {
	font-size: 18px;
}

.weather-day {
	border-bottom: 1px solid #dedede;
	color: #ffffff;
}

.weather-day:first-child {
	border-top: none;
}

.weather-summary {
	display: list-item;
	color: #ffffff;
	cursor: pointer;
	padding: 10px 0px;
	width: 100%;
	padding-left: 0;
	list-style: none;
}

.weather-summary-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}

.weather-summary-title {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	width: 100%;
	font-size: .875rem;
}

.summary-day {
	padding-right: 6px;
	flex: 0 0 70px;
	margin: 0;
	font-weight: 400;
	font-size: .875rem !important;
	white-space: nowrap;
}

.summary-temperature {
	padding: 0 6px 0 0;
	flex: 0 0 90px;
	display: flex;
	align-items: center;
}

.summary-description {
	padding-right: 6px;
	margin: 0;
	flex: 1 1 auto;
	align-items: center;
	text-align: center;
}

.summary-description span {
	display: block;
}

.summary-humidity {
	padding-right: 6px;
	flex: 0 0 80px;
	display: flex;
	align-items: center;
}

.summary-speed {
	flex: 0 0 125px;
	display: flex;
	align-items: center;
	min-width: 125px;
}

.summary-temperature-max-value {
	font-size: 1.25rem;
	font-weight: 700;
}

.weather-summary-toggle {
	margin-right: 5px;
}

.weather-content-item {
	flex: 0 0 125px;
	margin-bottom: 15px;
}

.weather-content-item-sun {
	flex: 0 0 auto;
}

.card-list-weather .header-thoi-tiet-ngay {
	border-bottom: unset !important;
}

.weather-detail-cac-ngay .avatar {
	width: 20px;
	margin-right: 5px;
}

.weather-content-item-description {
	display: none !important;
}

summary {
	list-style: none;
}

summary::-webkit-details-marker {
	display: none;
}

.weather-content-item {
	font-size: 14px;
}

.weather-content-item h6,
.weather-content-item span {
	font-size: 14px;
}

.breadcrumb-item a {
	text-decoration: none;
	color: #6c757d;
}

.weather-date-left .list-group-item {
	background: transparent;
}

.weather-date-left svg {}

.page-title a {
	text-decoration: none;
	color: #212529;
	font-size: 1.5em;
}

.weather-date {
	margin-bottom: 20px;
}

.weather-date-title {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.weather-date .bg-card {
	background: #368ca9;
}

.weather-date:nth-child(2n+1) .bg-card {
	background: #046f94;
}

.ui-menu {
	z-index: 1000;
	min-width: 10rem;
	padding: .5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
}

.weather-others a {
	text-decoration: none;
}

.weather-others a:hover {
	text-decoration: underline;
}

.height-auto {
	height: auto;
}

.air-api {
	font-size: 18px;
	font-weight: bold;
}

@media screen and (max-width:789px) {
	.weather-detail-item {
		flex: 0 0 95px;
	}

	.list-weather {
		margin-right: 0px;
	}
}


.card-list-weather {}

.card-list-weather .avatar {
	width: 50px;
	height: 50px;
}

.card-weather-item {
	display: block;
}

.card-weather-item:nth-of-type(odd)>.card-weather-item-container {
	background-color: rgba(0, 0, 0, 0.05);
	color: #212529;
}

.card-weather-item-container {
	padding: 5px 5px;
}

.weather-link a {
	color: #fff
}

.weather-link a.active,
.weather-link a:hover {
	color: #fff;
	background-color: #4a98b2 !important;
}

.weather-others a {
	flex: 0 0 120px;
}

.font-h2 {
	font-size: 18px;
}

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

.search-container {
	flex-grow: 2;
}

.separator-dashed {
	border-top: 1px dashed rgba(255, 255, 255, 0.08);
	margin: 5px 0;
}

@media (max-width:767px) {
	.overview-current img {

		margin-right: 10px;
	}

	.current-temperature {
		font-size: 50px;
	}
}

.bg-weather-primary {
	background-color: #274e87;
}

.sun-item {
	text-align: center;
}

.sun-item span {
	font-size: 25px;
}

.sun-item i {
	font-size: 40px;
}

.summary-icon svg {
	color: #4D8FFF;
}

.cover-content {
	margin-top: 20px;
	max-height: 430px;
	padding: 0 15px;
	overflow: hidden;
}

.cover-content.active {
	max-height: initial !important;
}

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

.list-weather-location img {
	width: 50px;
}

.list-weather-location .weather-item {
	flex: 0 0 100px;
}

.list-weather-location .nav-scroller {
	height: auto;
}

.list-weather-location .nav {
	justify-content: center;
}

@media (max-width:1400px) {
	.list-weather-location img {
		width: 40px;
	}

	.list-weather-location .weather-item {
		flex: 0 0 85px;
	}
}

@media screen and (max-width:789px) {
	.weather-location {
		display: block !important;
		padding-right: 10px;
	}

	.weather-detail-location {
		border-bottom: 1px dotted rgba(255, 255, 255, 0.08);
	}

	.weather-detail-location .avatar {
		flex: 0 0 50px;
	}

	.weather-detail-location-item {
		display: flex;
		flex: 1 1 auto;
		justify-content: space-between;
	}

	.weather-detail-location-item .fw-bold {
		flex: 0 1 auto;
	}

	.list-weather-location img {
		width: 40px;
	}

	.list-weather-location .weather-item {
		flex: 0 0 95px !important;
	}
}


.sunrise {
	background-image: url('./sunrise-sunset-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}

.sunrise span,
.sunrise h2 {
	text-shadow: 1px 2px #000000;
}

.sunrise .sun-item {
	margin-top: 20px;
}

.menu-location .nav-scroller {
	height: auto;
}

.menu-location .nav {
	padding-bottom: 0;
}

.menu-location .nav-link {
	color: #fff;
}

.menu-location .nav-link:focus,
.menu-location .nav-link:hover {
	color: #fff;
	background-color: #0d6efd;
}

.font-bold {
	font-weight: bold !important;
}

.current-location {
	color: #ffffff;
	background: #4a98b2;
	transition: transform 0.8s ease 0s;
	padding: 5px 10px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 5px;
}

.location-name {
	font-size: 18px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: flex;
	width: 100%;
}

.location-auto-refresh {
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	height: 16px;
	display: inline-block;
}

.overview-current {
	display: flex;
}

.unit-group {
	padding: 14px 10px 0 10px;
}

.unit-group>p {
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	margin: 0;
	text-align: center;
}

.unit-group>p {
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	margin: 0;
	text-align: center;
}



.overview-caption-item:last-child {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	opacity: 0.8;
}

.weather-feature-day {
	display: flex;
	text-align: center;
	justify-content: space-between;
}

.weather-feature-day-btn {
	color: #ffffff;
	margin-right: 10px;
	background: rgba(255, 255, 255, .1);
	font-size: 14px;
	font-weight: normal;
	display: block;
	padding: 5px 10px;
}

.weather-feature-day>a {
	display: block;
	border-radius: 3px;
	padding: 0;
	padding: 5px 0px;
	width: 100px;
}

.weather-detail .avatar {
	height: auto;
}

.weather-detail .separator-dashed,
.current-location .separator-dashed {
	border-top: 1px dashed rgba(255, 255, 255, 0.08);
	margin: 5px 0;
}

.weather-detail h3,
.weather-detail h6 {
	font-size: 14px;
	margin-bottom: 0;
}

.weather-sun {
	text-align: right;
}

.weather-detail h3,
.weather-detail h6 {
	font-size: 14px;
	margin-bottom: 0;
}

.location-wheather {
	text-align: center;
}

.location-wheather>.card {
	background: #bfdaf5ad;
	transition: 0.3s;
	border-radius: 20px;
}

.shadow {
	border-radius: 20px !important;
}


.location-wheather:hover>.card {
	background: rgba(255, 255, 255, 0.08) !important;
}

.location-wheather a {
	color: #212529;
}

.location-wheather.active>.card {
	background: rgba(255, 255, 255, 0.08) !important;
}

.card-city-title {
	font-size: 16px;
	line-height: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.card-city-body {
	display: flex;
	justify-content: center;
}

.card-city-body img {
	width: 70px;
	height: 70px;

}

.precipitation {
	font-size: 14px;
	font-weight: 400;
}
.precipitation svg {
	color: #4D8FFF;
}

.wheather-group-title {
	color: #212529;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 12px 0 8px 0;
	margin: 0;
}

.card-city-footer {
	margin-top: 12px;
	margin-bottom: 12px;
	display: flex;
	justify-content: center;
}

.next-nav {
	position: absolute;
	top: 11px;
	right: 10px;
	display: block;
	width: 20px;
	height: 20px;


	text-align: center;
	z-index: 999999;
	display: none;
}

.next-nav .bi {
	vertical-align: 0;
	background-color: rgba(0, 0, 0, 0.9);
	color: #fff;
	border-radius: 50%;
}

@media screen and (max-width:768px) {
	.next-nav {
		display: block;
	}

	.sunrise {
		min-height: unset;
		background-size: cover;
	}
}

.location-wheather>.card-item {
	background: #fff;
	border: 1px solid #d0e8ff;
    border-radius: 10px;
	transition: 0.3s !important;
}
.location-wheather:hover>.card-item {
	background: #fff !important;
	border-color: #59add5;
}
.card-item .card-city-body {
	flex-direction: column;
    align-items: center;
	gap: 8px;
    margin-top: 20px;
}
.card-item .card-city-footer {
	font-size: 14px;
}


.btn-facebook {
	background: #fff;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	color: #4267B2;
}

.btn-facebook i {
	font-size: 28px;
	align-self: center;
}

.btn-facebook:hover {
	background: #4267B2;
	color: #fff;
}

.social-footer {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #ffffff;
	text-align: center;
}

.social-footer i {
	display: block;
	padding: 3px;
}

.social-footer img {
	width: 17px;
	height: 17px;
}

.social-pinterest {
	width: 30px;
	height: 30px;
	overflow: hidden;
}

.footer-items-left {
	display: flex;
}

.footer-items-left a,
.footer-items-left span {
	margin-right: 10px;
	align-self: center;
}

.social-facebook {
	color: #4267B2 !important;
}

.social-facebook:hover {
	color: #fff !important;
	background: #4267B2 !important;
}

.social-twitter {
	color: #1DA1F2 !important;
}

.social-twitter:hover {
	color: #fff !important;
	background: #1DA1F2 !important;
}

.social-instagram {
	color: #C13584 !important;
}

.social-instagram:hover {
	color: #fff !important;
	background: #C13584 !important;
}

.social-linkedin {
	color: #0e76a8 !important;
}

.social-linkedin:hover {
	color: #fff !important;
	background: #0e76a8 !important;
}

.social-pinterest {
	color: #4267B2 !important;
}

.social-pinterest:hover {
	color: #fff !important;
	background: #4267B2 !important;
}

.social-youtube {
	color: #FF0000 !important;
}

.social-youtube:hover {
	color: #fff !important;
	background: #FF0000 !important;
}

.social-footer-items {
	display: flex;
}

.menu-location .nav-item {
	border-right: 1px solid #fff;
}

.menu-location .nav-item:last-child {
	border-right: none;
}

.ui-menu {
	z-index: 999999;
}

h1>a {
	color: #212529;
}

.cover-content.conver-content-30-ngay-toi {
	max-height: 1000px;
}

@media screen and (max-width:768px) {
	.footer-items-left {
		flex-wrap: wrap;
	}
}

.news-category {
	display: inline-block;
	margin: 5px 0 5px 0;
	padding: 0 10px;
	background-color: #398bca;
	color: #fff;
}

.news-category:hover {
	color: #fff;
	opacity: 0.9;
}

.news-list img {
	max-width: 150px;
}

.news-list h3.title {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 1.3;
	color: #333;
}

.news-list li {
	border-top: 1px dashed rgba(0, 0, 0, 0.08);
	padding-top: 10px;
	padding-bottom: 10px;
}

.news-list li:first-child {
	border: unset;
	padding-top: unset;
}

.news-link {
	display: block;
}

.html-content h1 {
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
}

.html-content h2 {
	font-size: 19px;
	line-height: 25px;
	font-weight: bold;
}

.html-content h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

.html-content h4 {
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
}

.html-content h5,
.html-content h6{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

.html-content img {
	max-width: 100% !important;
	height: auto !important;
	display: block; /* Chuyển ảnh thành khối để áp dụng margin auto */
	margin-left: auto; /* Tự động căn lề trái */
	margin-right: auto; /* Tự động căn lề phải */
	text-align: center; 
}

.toc-links ul {
	counter-reset: item;
	margin-top: 5px !important;
}

.toc-links ul,
.toc-links li {
	background: 0 0;
	list-style: none none;
	line-height: 1.6;
	margin: 0;
	overflow: hidden;
	z-index: 1;
	padding: 0;
}

.toc-links ul li {
	font-size: 95%;
	margin-bottom: 5px;
}

.toc-links a {
	color: #444;
	box-shadow: none;
	text-decoration: none;
	text-shadow: none;
}

.toc-links li a::before {
	content: counters(item, ".") ". ";
	display: inline-block;
	counter-increment: item;
	margin-right: .2em;
}

.toc-links ul ul {
	margin-left: 1.5em;
}

.toc-container {
	background: #f9f9f9;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	display: table;
	margin-bottom: 1em;
	padding: 10px;
	position: relative;
	width: auto;
}

.toc-title-container {
	display: table;
	width: 100%;
}

p.toc-title {
	font-weight: 500;
	font-size: 120%;
	text-align: left;
	line-height: 1.45;
	margin: 0;
	padding: 0;
}

.title-toggle {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}

.title-toggle i {
	font-size: 16px;
	margin-left: 2px;
	color: #444;
}

.ez-toc-heading-1 {
	font-size: 16px;
}

.ez-toc-heading-2 {
	font-size: 14px;
}

.ez-toc-link:hover {
	text-decoration: underline;
}

.btn-toggle-toc {
	padding: 0px 3px;
	margin-left: 5px;
}

.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

.media-body {
	flex: 1;
}

h3.title:hover {
	color: #333;
	opacity: 0.9;
}

.bootstrap-autocomplete.dropdown-menu {
	z-index: 99999;
}

.bootstrap-autocomplete.dropdown-menu {
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	border-radius: unset;
	top: 5px;
	border: 0;
}

.bootstrap-autocomplete .dropdown-item.active>.text-muted {
	color: #fff !important;
}

.list-top-new-items {
	position: relative;
	padding: 5px;
	margin-right: 0;
	margin-left: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	color: #212529;
}

.list-top-new-items img {
	width: 100px;
}

.list-top-new-items h5 {
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}
.list-top-new-items span {
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}
.top-news-link {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}

.text-container,
.text-container a,
.text-container p,
.text-container span,
.text-container strong {
	color: white;
	text-decoration: underline;
	margin-right: 4px;
	display: none;
}

.card-post-item {
	transition: 0.3s;
}
.card-post-item:hover {
	transform: translateY(-4px);
}
.card-post-item .card-img-top {
	aspect-ratio: 1 / 0.5;
	border-radius: 10px;
	object-fit: cover;
}
.card-post-item .card-title {
	color: var(--bs-dark);
}
.card-post-item:hover .card-title {
	color: var(--bs-blue);
}

.list-info>li {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 12px;
}
.list-info .icon {
	flex-shrink: 0;
	width: 20px;
}
.list-info .icon svg {
	height: 100%;
	width: 100%;
}

.col-footer-menu {
	transform: translateY(-38px);
}

@media (max-width: 767px) {
	.submenu-wrap {
		max-height: 550px;
		overflow-y: auto;
	}
	.submenu-wrap .province-area {
		width: 50%;
	}
	.weather-main {
		margin-bottom: 12px;
	}
	.section-current {
		padding: 40px 0;
	}
	.weather-characteristic {
		overflow-x: auto;
        margin-top: 16px;
        padding-top: 12px;
        padding-bottom: 6px;
	}
	.weather-main .weather-location {
		display: flex !important;
		min-width: 516px;
	}
	.weather-main .weather-detail-location .avatar {
		flex: 0 0 32px;
	}
	.weather-main .weather-detail-location-item {
		flex-direction: column;
	}
	.featured-weather-inner {
		gap: 8px;
	}
	.featured-weather .weather-item {
		padding: 12px 8px;
		flex-basis: calc(33.33% - 5.333px) !important;
		max-width: calc(33.33% - 5.333px);
		min-height: auto;
	}
	.featured-weather .weather-item-title {
		font-size: 15px;
	}
	.featured-weather .weather-item-body img {
		height: 60px;
		width: 60px;
	}
	.overview-caption-item-detail {
		font-size: 14px;
	}
	.col-footer-menu {
		transform: translateY(0);
	}

	.weather-sub {
		min-height: auto;
	}
	.weather-sub .list-weather-location img {
		height: 50px;
		width: 50px;
	}
	.weather-sub .weather-item {
		padding-bottom: 8px;
        padding-top: 8px;
	}
	.weather-sub .weather-item-footer {
		font-size: 14px;
	}
}