a {
	display: block;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

input,
button,
textarea,
button {
	font-family: "Inter", sans-serif;
	border: none;
	outline: none;
	background-color: transparent;
	color: #585858;
}
input:hover,
button:hover,
textarea:hover,
button:hover {
	outline: none;
}

button {
	cursor: pointer;
}

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

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body {
	background: #f4f8f9;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #585858;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-20 {
	margin-top: 20px;
}
.mt-15{
	margin-top: 15px;
}
.card-br-white {
	background-color: #fff;
	border-radius: 10px;
}

.pagi {
	display: flex;
	margin: 0;
	list-style: none;
}

.pagi-item {
	margin-right: 16px;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s linear;
}

.pagi-item a {
	min-width: 32px;
	min-height: 32px;
	border: 1px solid #3C74B9;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 18px;
	color: #3C74B9;
	transition: all 0.2s linear;
}

.pagi-item.is-disabled {
	color: #e5e5e5;
	pointer-events: none;
}

.pagi-item.is-disabled i {
	color: #c4c4c4;
}

.pagi-item:hover a,
.pagi-item.is-active a {
	color: #fff;
	background-color: #3C74B9;
}

.pagi-item.is-active a {
	pointer-events: none;
}

.pagi-item.pagi-action a {
	border: none;
}
.pagi-item.pagi-action a:hover,
.pagi-item.pagi-action a .pagi-item.pagi-action:hover {
	background-color: transparent;
	transition: all 0.2s linear;
}
.pagi-item.pagi-action a:hover:hover,
.pagi-item.pagi-action a .pagi-item.pagi-action:hover:hover {
	transform: translateX(2px);
}

.pagi-item.pagi-action:hover a {
	background-color: transparent;
	border: none;
}
.rank-math-breadcrumb {
	padding: 11px 0;
}
.rank-math-breadcrumb p {
	color: #fff;
	display: flex;
	flex-wrap: wrap;
}
.rank-math-breadcrumb a {
	color: #fff;
}
.rank-math-breadcrumb a:hover {
	color: #aeebcc;
}
.rank-math-breadcrumb .separator {
	color: #aeebcc;
	margin: 0 8px;
}
.breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
}
.breadcrumb-custom {
	background: #3C74B9;
}
.breadcrumb-custom .breadcrumb {
	padding: 10px 0;
}
.breadcrumb-item {
	font-size: 16px;
	line-height: 27px;
	display: flex;
	align-items: center;
}
.breadcrumb-item.active {
	color: #fff;
}
.breadcrumb-item a {
	color: #fff;
}
.breadcrumb-item a:hover {
	color: #aeebcc;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #9dd1b7;
	content: "\\";
}

.button-primary {
	outline: none !important;
	background-color: #3C74B9;
	border-radius: 20px;
	font-weight: 600;
	font-size: 16px;
	line-height: 27px;
	text-align: center;
	transition: all 0.2s linear;
	padding: 6px 20px;
}
.button-primary a {
	color: #fff !important;
}
.button-primary:hover {
	transform: translateY(-2px);
}

.button-border {
	border: 1px solid #3C74B9;
	padding: 8px 20px;
	color: #3C74B9;
	font-size: 16px;
	line-height: 24px;
	border-radius: 26px;
	transition: all 0.2s linear;
}
.button-border:hover {
	color: #fff;
	background-color: #3C74B9;
}

.title-main h2,
.title-main h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 21px;
	color: #18211e;
}

.dropdown-custom .dropdown-btn {
	border: none;
	outline: none;
	background-color: transparent;
	font-size: 16px;
	line-height: 27px;
	color: #585858;
}

.weather-main {
	background-color: #fff;
	border-radius: 10px;
	padding: 18px 20px 20px;
	width: 560px;
	flex-shrink: 0;
}
@media screen and (max-width: 575px) {
	.weather-main {
		padding: 15px;
	}
}
.weather-main-title {
	color: #033323;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
}
.weather-main-hero {
	display: flex;
	align-items: center;
	padding-bottom: 16px;
	margin-bottom: 24px;
	border-bottom: 1px solid #f3f1ef;
}
@media screen and (max-width: 450px) {
	.weather-main-hero {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}
.weather-main-hero img {
	width: 78px;
	height: 78px;
	object-fit: cover;
}
.weather-main-hero .temp {
	font-weight: 600;
	font-size: 60.75px;
	line-height: 74px;
	color: #033323;
}
.weather-main-hero .desc {
	margin-left: 16px;
}
@media screen and (max-width: 450px) {
	.weather-main-hero .desc {
		margin-left: 0;
		text-align: center;
		width: 100%;
	}
}
.weather-main-hero .desc p {
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	color: #033323;
	margin-bottom: 0;
}
.weather-main-hero .desc p:first-letter {
	text-transform: uppercase;
}
.weather-main-hero .desc span {
	font-size: 16px;
	line-height: 24px;
	color: #698a7f;
}
.weather-main-desc {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 575px) {
	.weather-main-desc {
		overflow-x: auto;
		scroll-snap-type: x mandatory;
	}
}
@media screen and (max-width: 370px) {
	.weather-main-desc {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 575px) {
	.weather-main-desc .item {
		flex: 0 0 75px;
		text-align: center;
		margin: 0 10px;
	}
}
@media screen and (max-width: 370px) {
	.weather-main-desc .item {
		width: 33%;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 575px) {
	.weather-main-desc .item img {
		margin: 0 auto;
	}
}
.weather-main-desc .item {
	color: #033323;
}
.weather-main-desc .item .item-title {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 4px;
}
.weather-main-desc .item img {
	height: 20px;
}
.weather-main-desc .item .temp {
	font-size: 14px;
	line-height: 20px;
	color: #033323;
	display: flex;
}
@media screen and (max-width: 575px) {
	.weather-main-desc .item .temp {
		justify-content: center;
	}
}

.weather-sub {
	border: 1px solid #9CDCFF;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 10px;
	width: 170px;
	flex-shrink: 0;
	text-align: center;
	transition: all 0.2s linear;
}
.weather-sub .title {
	font-weight: 600;
	font-size: 16px;
	line-height: 27px;
	color: #18211e;
}
.weather-sub img {
	width: 100%;
	height: 135px;
	object-fit: contain;
}
.weather-sub .desc .humidity {
	font-size: 14px;
	line-height: 20px;
	color: #585858;
	display: flex;
	justify-content: center;
}
.weather-sub .desc .humidity img {
	height: auto;
	width: auto;
	object-fit: contain;
	margin-right: 4px;
}
.weather-sub .desc p {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #585858;
	margin-top: 14px;
	margin-bottom: 4px;
}
.weather-sub .desc p:first-letter {
	text-transform: uppercase;
}
.weather-sub .desc .temp {
	display: flex;
	justify-content: center;
	font-size: 14px;
	line-height: 20px;
	color: #9ea0a2;
}
.weather-sub .desc .temp p {
	font-size: 14px;
	line-height: 20px;
	color: #9ea0a2;
	margin: 0;
	padding: 0;
}

.weather-day {
	background-color: #fff;
	border-radius: 10px;
	padding: 19px 20px 25px;
	width: 550px;
	flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
	.weather-day {
		width: 49%;
	}
}
@media screen and (max-width: 1199px) {
	.weather-day {
		width: 100%;
		margin-top: 30px;
	}
}
@media screen and (max-width: 575px) {
	.weather-day {
		padding: 15px;
	}
}
.weather-day-title {
	color: #033323;
	font-size: 18px;
	line-height: 27;
}
.weather-day-temp {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	margin-top: 9px;
}
.weather-day-temp .temp-item {
	width: calc(25%);
	text-align: center;
}
@media screen and (max-width: 575px) {
	.weather-day-temp .temp-item {
		padding: 10px;
	}
}
.weather-day-temp .temp-item:not(:last-child) {
	border-right: 1px solid #f3f1ef;
	padding-top: 13px;
	padding-bottom: 5px;
}
.weather-day-temp .temp-item .h4,
.weather-day-temp .temp-item h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #033323;
}
.weather-day-temp .temp-item img {
	width: 102px;
	height: 102px;
	object-fit: cover;
	margin: 9px auto 18px auto;
}
@media screen and (max-width: 575px) {
	.weather-day-temp .temp-item img {
		width: 100%;
		height: auto;
	}
}
.weather-day-temp .temp-item span {
	font-size: 16px;
	line-height: 24px;
}
@media screen and (max-width: 575px) {
	.weather-day-temp .temp-item span {
		font-size: 16px;
	}
}

.weather-date-title {
	color: #18211e;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
}
.weather-date .overview-current {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.weather-date-left > .d-flex {
	height: 98px;
}
.weather-date .current-temperature {
	font-weight: 600;
	font-size: 65px;
	line-height: 1;
}
.weather-date .overview-caption {
	font-size: 14px;
	margin-left: 1rem;
	line-height: 1.5;
}
.weather-date .overview-caption-item {
	text-transform: capitalize;
}
.weather-date .icon {
	width: 40px;
	display: flex;
	align-items: center;
}
.weather-date .icon img {
	height: 20px;
	width: 20px;
	object-fit: contain;
}
.weather-date .list-group-item {
	align-items: center;
	padding-left: 0;
	padding-right: 0;
	font-size: 14px;
	border-bottom: 1px solid #e9e5e1;
}
.weather-date .list-group-item i {
	font-size: 20px;
}

.header-inner {
	display: flex;
	align-items: center;
	padding: 20px 0;
	position: relative;
}
@media screen and (max-width: 991px) {
	.header-inner {
		position: relative;
		padding: 10px 0 0 0;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 992px) and (max-width: 576px) {
	.header-inner {
		padding-top: 10px;
		justify-content: center;
	}
}
.header {
	background: #fff;
}
.header-inner .logo img {
	width: 100%;
	height: auto;
	object-fit: cover;
	width: 250px;
}
.header .search {
	display: flex;
	margin-left: 45px;
	width: 100%;
	flex: 1;
}
@media screen and (max-width: 991px) {
	.header .search {
		margin-left: 0;
	}
}
@media screen and (max-width: 575px) {
	.header .search {
		display: block;
	}
}
.header .search-form {
	width: 455px;
	position: relative;
	flex-shrink: 0;
	background: #f3f1ef;
	border-radius: 100px;
}
@media screen and (max-width: 991px) {
	.header .search-form {
		position: absolute;
		top: 15px;
		right: 0;
	}
}
@media screen and (max-width: 768px) {
	.header .search-form {
		width: 330px;
	}
}
@media screen and (max-width: 575px) {
	.header .search-form {
		position: relative;
		width: 100%;
	}
}
.header .search-form .search-results {
	background: #fff;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	display: none;
	position: absolute;
	margin-top: 1px;
	width: 100%;
	min-height: 50px;
	overflow: hidden;
	z-index: 99;
}
.header .search-form .search-results > a {
	color: #333;
	padding: 6px 20px;
}
.header .search-form .search-results > a:hover {
	background: #efefef;
	color: #3C74B9;
}
.header .search-form button {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	height: 100%;
	padding: 0 10px 0 18px;
}
.header .search-form button img {
	width: auto;
	height: auto;
}
.header .search-form input {
	width: 100%;
	background: #fff;
	border-radius: 100px;
	border: 0;
	padding: 12px 20px 12px 52px;
	font-size: 16px;
	line-height: 27px;
	font-family: "Inter", sans-serif;
	border: 1px solid #cdcdcd;
	transition: all 0.2s linear;
}
.header .search-form input::placeholder {
	color: #9ea0a2;
}
.header .search-form input:focus {
	border-color: #3C74B9;
}
@media screen and (max-width: 575px) {
	.header .search-form input {
		padding: 9px 15px 9px 50px;
	}
}
.header .search-dropdown {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}
.header .search-dropdown .dropdown:not(:last-child) {
	margin-right: 40px;
}
.header .search-dropdown .dropdown {
	position: unset;
}
@media screen and (max-width: 991px) {
	.header .search-dropdown {
		justify-content: flex-start;
		padding: 10px 0;
	}
}
@media screen and (max-width: 575px) {
	.header .search-dropdown {
		margin: 30px 0 10px 0;
		padding: 0;
		justify-content: center;
	}
	.header .search-dropdown .dropdown:first-child {
		margin-right: 0;
	}
}
@media screen and (max-width: 991px) {
	.header .search-dropdown .dropdown-custom {
		text-align: left;
		width: 33%;
	}
}
@media screen and (max-width: 767px) {
	.header .search-dropdown .dropdown-custom {
		width: 200px;
	}
}
@media screen and (max-width: 575px) {
	.header .search-dropdown .dropdown-custom {
		text-align: center;
		width: 50%;
	}
}
.header .search-dropdown .c-dropdown-menu {
	transform: unset !important;
	top: calc(100% - 1px) !important;
	margin: 0;
	width: 100%;
}
.header .search-dropdown .dropdown-header {
	font-size: 16px;
	font-weight: bold;
	color: #2A90FF;
	white-space: pre-wrap;
}
.header .search-dropdown .submenu-wrap {
	display: flex;
	flex-wrap: wrap;
}
.header .search-dropdown .submenu-wrap .divide {
	width: 25%;
}
@media (max-width: 991px) {
	.header .search-dropdown .submenu-wrap .divide {
		width: 33%;
	}
}
@media (max-width: 767px) {
	.header .search-dropdown .submenu-wrap .divide {
		width: 50%;
	}
	.header .search-dropdown .c-dropdown-menu {
		height: 300px;
		overflow: auto;
	}
}

.weather-general.today-page {
	background-image: none;
	padding: 30px 0 0 0;
	/* background-color: #fff; */
}
.weather-general.today-page .weather-main-hero {
	margin-bottom: 32px;
}
.weather-general-inner {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 1400px) {
	.weather-general-inner {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 1400px) {
	.weather-general-inner .weather-main {
		width: 49%;
	}
}
@media screen and (max-width: 1199px) {
	.weather-general-inner .weather-main {
		width: 100%;
	}
}
@media screen and (max-width: 1400px) {
	.weather-general-inner .weather-sub {
		width: 15%;
	}
}
@media screen and (max-width: 1199px) {
	.weather-general-inner .weather-sub {
		width: 30%;
		margin-top: 30px;
	}
}
@media screen and (max-width: 767px) {
	.weather-general-inner .weather-sub {
		width: 32%;
	}
}
@media screen and (max-width: 575px) {
	.weather-general-inner .weather-sub {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 575px) {
	.weather-general-inner .weather-sub img {
		height: 72px;
	}
}
@media screen and (max-width: 370px) {
	.weather-general-inner .weather-sub .title {
		font-size: 14px;
	}
}

.footer {
	background: #fff;
	padding-top: 43px;
	border-top: 1px solid #dadada;
}
.footer .footer-address p {
	color: #4d4d4d;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 16px;
}
.footer .address p svg,
.footer .address p img {
	margin-right: 12px;
	margin-bottom: 0;
}
.footer .logo img{
	max-height: 120px;
}
.footer h6 {
	margin-top: 45px;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 32px;
}
.footer ul li {
	 margin-bottom: 16px;
}
.footer ul li a {
	color: #4d4d4d;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.footer .list-socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer .list-socials li {
	margin: 0 4px 4px 0;
}
.footer .list-socials li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	border-radius: 0.5rem;
	width: 32px;
	height: 32px;
	font-size: 16px;
}
.footer .footer-bottom {
	margin-top: 48px;
	border-top: 3px solid #dadada;
	text-align: center;
}
.footer .footer-bottom p {
	padding: 24px 15px 28px;
	color: #999;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
}

@media (max-width: 575px){
	.footer h6 {
		margin-top: 20px;
		margin-bottom: 15px;
	}
}

.weather-highlight {
	background-color: #f4f8f9;
	padding-top: 38px;
	padding-bottom: 19px;
	position: relative;
}
.weather-highlight-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.weather-highlight-inner {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	z-index: 2;
	position: relative;
}
@media screen and (max-width: 991px) {
	.weather-highlight-inner {
		display: block;
	}
}
.weather-highlight-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
@media screen and (max-width: 991px) {
	.weather-highlight-list {
		justify-content: center;
	}
}
.weather-highlight-list .weather-sub {
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 15px 10px;
}
@media screen and (max-width: 1399px) {
	.weather-highlight-list {
		justify-content: space-between;
		padding-right: 20px;
	}
	.weather-highlight-list .weather-sub {
		margin-right: 0;
	}
}
@media screen and (max-width: 991px) {
	.weather-highlight-list {
		padding-right: 0;
		margin-bottom: 20px;
	}
	.weather-highlight-list .weather-sub {
		margin-bottom: 12px;
		width: calc(100% / 4 - 10px);
	}
}
@media screen and (max-width: 767px) {
	.weather-highlight-list .weather-sub {
		margin-bottom: 15px;
		width: calc(100% / 3 - 10px);
	}
}
@media screen and (max-width: 575px) {
	.weather-highlight-list .weather-sub {
		margin-bottom: 20px;
		width: calc(100% / 2 - 10px);
	}
}
.weather-highlight-list .weather-sub:hover {
	border-color: #3C74B9;
}
.weather-highlight-list .weather-sub .title {
	font-weight: 400;
}
.weather-highlight-list .weather-sub img {
	height: 100px;
	object-fit: contain;
}
.weather-highlight-list .weather-sub .desc > p {
	margin: 10px 0 4px;
}
.weather-highlight-list .weather-sub .desc > p:first-letter {
	text-transform: uppercase;
}
.weather-highlight-live {
	width: 360px;
	flex-shrink: 0;
}
@media screen and (max-width: 991px) {
	.weather-highlight-live {
		width: 100%;
	}
}
.weather-highlight-live .fluctuating {
	aspect-ratio: 1 / 0.85;
	overflow: hidden;
	box-shadow: -2px 5px 15px -5px rgba(3, 51, 35, 0.05);
	border-radius: 10px;
	margin-bottom: 25px;
}
.weather-highlight-live .fluctuating img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 1199px) {
	.weather-highlight-live .fluctuating {
		width: 100%;
	}
}
.weather-city {
	padding: 18px 20px 23px 20px;
	border-radius: 10px;
	background-color: #fff;
	margin-bottom: 20px;
}
.weather-city-inner {

}
.weather-city-inner li {
	font-size: 16px;
	line-height: 24px;
	color: #9ea0a2;
	display: flex;
	align-items: center;
	padding-bottom: 17px;
	margin-bottom: 18px;
	border-bottom: 1px solid #e9e5e1;
	transition: all 0.2s linear;
}
.weather-city-inner li a {
	color: #585858;
	margin-left: 8px;
}
.weather-city-inner li:hover {
	transition: all 0.2s linear;
}
.weather-city-inner li:hover:hover {
	transform: translateX(2px);
}
.weather-city-inner li:hover a,
.weather-city-inner li:hover i {
	color: #3C74B9;
}
.weather-city-inner .showMore a:after {
	content: "Xem thêm";
}
.weather-city-inner .showMore.showLess a:after {
	content: "Ẩn bớt";
}
.weather-feature-btns .showMore a:after {
	content: "Xem thêm";
}
.weather-feature-btns .showMore.showLess a:after {
	content: "Ẩn bớt";
}
@media screen and (max-width: 767px) {
	.weather-city-inner li {
		width: 50%;
	}
}
@media screen and (max-width: 575px) {
	.weather-city-inner li {
		width: 100%;
	}
}
.new-highlight {
	background-color: #f4f8f9;
	padding: 50px 0;
}
.new-highlight-inner {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 21px;
}
@media screen and (max-width: 991px) {
	.new-highlight-inner {
		flex-wrap: wrap;
	}
}
.new-highlight .card-post {
	width: calc(25% - 15px);
	transition: all 0.2s linear;
}
@media screen and (max-width: 991px) {
	.new-highlight .card-post {
		width: calc(50% - 15px);
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.new-highlight .card-post {
		width: calc(50% - 10px);
	}
}
.new-highlight .card-post:hover {
	transform: translateY(-2px);
}
.new-highlight .card-post:hover .title a {
	color: #3C74B9;
}
.new-highlight .card-post .thumb {
	border-radius: 10px;
	overflow: hidden;
	height: 188px;
}
@media screen and (max-width: 575px) {
	.new-highlight .card-post .thumb {
		height: 170px;
	}
}
.new-highlight .card-post .thumb img {
	width: 100%;
	height: 100%;
	/*aspect-ratio: 1 / 0.5;*/
	object-fit: cover;
}
.new-highlight .card-post .title {
	margin-top: 8px;
}
.new-highlight .card-post .title a {
	transition: all 0.2s linear;
	color: #18211e;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	max-width: 100%;
	word-break: break-word;
}
.new-highlight .card-post .create {
	display: flex;
	align-items: center;
	margin-top: 10px;
	font-size: 15px;
}
.new-highlight .card-post .create i {
	padding-right: 10px;
}
.new-highlight-ads {
	border-radius: 10px;
	margin-top: 52px;
	overflow: hidden;
}
.new-highlight-ads img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.weather-menu {
	position: sticky;
	top: 0;
	z-index: 11;
}
.weather-menu-overlay {
	overflow-x: auto;
}
.weather-menu-inner {
	display: flex;
	justify-content: space-between;
}
.weather-menu-inner {
	padding: 14px 0;
}
.weather-menu-link {
	border-radius: 10px;
	background-color: #FF9C00;
	color: #FFFFFF;
	padding: 5px 20px;
}
.weather-menu-link:hover {
	color: #3C74B9;
}
@media screen and (max-width: 1199px) {
	.weather-menu-inner {
		width: max-content;
	}
	.weather-menu-item:not(:last-of-type) {
		margin-right: 10px;
	}
}
.weather-menu-item.active .weather-menu-link {
	color: #fff;
	background: #3C74B9;
}
.weather-detail {
	background-color: #f4f8f9;
	padding-top: 48px;
	padding-bottom: 43px;
	position: relative;
}
.weather-detail-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1;
}
.weather-detail-inner {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 1199px) {
	.weather-detail-inner {
		display: block;
	}
}
.weather-detail-content {
	width: 100%;
	max-width: 740px;
	margin-right: 20px;
}
@media screen and (max-width: 1199px) {
	.weather-detail-content {
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 1199px) {
	.weather-detail .weather-highlight-live {
		width: 100%;
		margin-top: 30px;
		/*display: flex;*/
		/*flex-wrap: wrap;*/
		/*justify-content: space-between;*/
	}
}
.weather-detail .air-quality,
.weather-detail .sunrise-sunset {
	width: 100%;
}
@media screen and (max-width: 575px) {
	.weather-detail .calendar {
		margin-top: 20px;
	}
}
.weather-detail .calendar-box {
	width: 100%;
}

.weather-time {
	border-radius: 10px;
	background-color: #fff;
	padding: 18px 20px 18px;
	position: relative;
}
.weather-time-title {
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #18211e;
	margin-bottom: 28px;
}
.weather-time-list {
	display: flex;
	overflow-x: auto;
	/* scroll-snap-type: x mandatory; */
	padding-bottom: 10px;
}
.weather-time-list::-webkit-scrollbar {
	display: none;
}
/* .weather-time-list::-webkit-scrollbar {
	height: 7px;
}
.weather-time-list::-webkit-scrollbar-track {
	background-color: #eee;
	border-radius: 3px;
}
.weather-time-list::-webkit-scrollbar-thumb {
	background-color: #025e3041;
	border-radius: 5px;
} */
.weather-time-actions .action-arrow {
	background: #f6a233;
	box-shadow: 0px 0px 15px -4px rgba(3, 51, 35, 0.25);
	border-radius: 50%;
	color: #9ea0a2;
	height: 28px;
	width: 28px;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	outline: none;
	transition: all 0.2s;
}
.weather-time-actions .action-arrow:hover {
	background: #3C74B9;
	color: #fff;
}
.weather-time-actions .arrow-left {
	left: -14px;
}
.weather-time-actions .arrow-right {
	right: -14px;
}
.weather-time-item {
	scroll-snap-align: start;
	text-align: center;
	padding: 5px 10px;
	flex-shrink: 0;
	width: 159.5px;
}
.weather-time-item:not(:last-child) {
	border-right: 1px solid #e9e5e1;
}
.weather-time-item .title {
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #18211e;
	margin-bottom: 6px;
}
.weather-time-item .temp {
	font-size: 18px;
	line-height: 22px;
}
.weather-time-item img {
	width: 78px;
	height: 78px;
	object-fit: cover;
	margin: 12px auto 7px auto;
}
.weather-time-item .humidity {
	display: flex;
	align-items: center;
	justify-content: center;
}
.weather-time-item .humidity img {
	width: auto;
	height: auto;
	margin: 0;
	margin-right: 4px;
}
.weather-time-item .desc {
	font-size: 14px;
	line-height: 20px;
	margin-top: 8px;
}
.weather-time-item .desc::first-letter {
	text-transform: uppercase;
}

.weather-feature {
	background-color: #fff;
	border-radius: 10px;
	padding: 18px 20px 20px;
}
.weather-feature-title {
	font-size: 18px;
	line-height: 27px;
	color: #18211e;
}
.weather-feature-list {
	margin-top: 35px;
}
.weather-feature-sumary {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
}
.weather-feature-item:not(:last-child) {
	border-bottom: 1px solid #e9e5e1;
}
.weather-feature-item h4,
.weather-feature-item .h4 {
	color: #18211e;
	flex: 0 0 80px;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	margin-right: 26px;
}
@media screen and (max-width: 575px) {
	.weather-feature-item h4 {
		font-size: 16px;
		line-height: 24px;
		flex: 0 0 75px;
	}
}
.weather-feature-item p {
	font-size: 15px;
	line-height: 24px;
	margin-right: 18px;
	flex: 0 0 80px;
	white-space: nowrap;
}
@media screen and (max-width: 575px) {
	.weather-feature-item p {
		flex: 0 0 70px;
		margin-right: 20px;
	}
}
.weather-feature-item .image {
	width: 72px;
	height: 72px;
	object-fit: cover;
	margin-right: 6px;
}
@media screen and (max-width: 991px) {
	.weather-feature-item .image {
		width: 65px;
		height: 65px;
	}
}
@media screen and (max-width: 575px) {
	.weather-feature-item .image {
		width: 50px;
		height: 50px;
	}
}
.weather-feature-item .desc {
	font-size: 15px;
	line-height: 24px;
	margin-right: 15px;
	flex: 0 0 14px;
	min-width: 130px;
	text-align: center;
}
.weather-feature-item .desc::first-letter {
	text-transform: uppercase;
}
@media screen and (max-width: 991px) {
	.weather-feature-item .desc {
		flex: 0 0 150px;
		font-size: 16px;
	}
}


.weather-feature-item .rain {
	font-size: 15px;
	display: flex;
	align-items: center;
	margin-right: 15px;
	flex: 0 0 90px;
}
.weather-feature-item .rain span {
	padding-left: 7px;
}
@media screen and (max-width: 575px) {
	.weather-feature-item .humidity span {
		font-size: 16px;
	}
}
.weather-feature-item .windy {
	font-size: 15px;
	display: flex;
	align-items: center;
	margin-right: 25px;
}
.weather-feature-item .windy img {
	transform: rotate(180deg);
}
@media screen and (max-width: 991px) {
	.weather-feature-item .humidity,
	.weather-feature-item .windy {
		display: none;
	}
}
@media screen and (max-width: 575px) {
	.weather-feature-item .humidity {
		display: none;
	}
}
@media screen and (max-width: 575px) {
	.weather-feature-item .windy {
		margin-right: 15px;
		display: none;
	}
}
.weather-feature-item .windy span {
	padding-left: 6px;
}
.weather-feature-item i {
	margin-left: auto;
	font-size: 25px;
	color: #9ea0a2;
	padding-right: 5px;
	cursor: pointer;
}
.weather-feature-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
}
.weather-feature-content .item {
	display: flex;
	align-items: flex-start;
}
.weather-feature-content .item:nth-child(5),
.weather-feature-content .item:nth-child(6) {
	display: none;
}
@media screen and (max-width: 991px) {
	.weather-feature-content .item:nth-child(5),
	.weather-feature-content .item:nth-child(6) {
		display: flex;
	}
}
.weather-feature-content .item .icon {
	padding-top: 4px;
}
.weather-feature-content .item img {
	height: 20px;
	margin: 0 auto;
	object-fit: contain;
}
.weather-feature-content .item .content {
	margin-left: 10px;
}
.weather-feature-content .item .content h5,
.weather-feature-content .item .content .h5 {
	color: #033323;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}
.weather-feature-content .item .content span,
.weather-feature-content .item .content p {
	font-size: 14px;
}
@media screen and (max-width: 991px) {
	.weather-feature-content .item {
		width: 33.33%;
		margin: 4px 0;
	}
	.weather-feature-content .item .icon {
		width: 24px;
	}
}
@media screen and (max-width: 767px) {
	.weather-feature-content .item {
		width: 50%;
	}
	.weather-feature-content .item .icon {
		width: 20px;
	}
	.weather-feature-content .item .content h5 {
		font-size: 14px;
	}
	.weather-feature-item p {
		margin-right: 20px;
	}
}
@media screen and (max-width: 575px) {
	.weather-feature{
		padding-left: 15px;
		padding-right: 15px;
	}
	.weather-feature-item h4, .weather-feature-item .h4,
	.weather-feature-item p, .weather-feature-item .image, .weather-feature-item .rain{
		margin-right: 10px;
	}
	.weather-feature-item .desc {
		display: none;
	}
	.weather-feature-item i{
		padding-right: 0;
	}
}
@media screen and (max-width: 375px) {
	.weather-feature-item h4, .weather-feature-item .h4, .weather-feature-item p, .weather-feature-item .image, .weather-feature-item .rain {
		margin-right: 5px;
	}
	.weather-feature-item .image {
		width: 40px;
		height: 40px;
	}
	.weather-feature-item .rain span {
		padding-left: 5px;
	}
	.weather-feature-btns .button-border{
		padding: 5px 15px;
		font-size: 15px;
	}
}
.weather-feature-btns {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 26px;
}
@media screen and (max-width: 768px) {
	.weather-feature-btns {
		overflow-x: auto;
		scroll-snap-type: x mandatory;
	}
}
@media screen and (max-width: 768px) {
	.weather-feature-btns .button-border {
		width: auto;
		flex-shrink: 0;
		scroll-snap-align: start;
	}
	.weather-feature-btns .button-border:not(:last-child) {
		margin-right: 15px;
	}
}

.air-quality {
	padding: 18px 20px 23px 20px;
	border-radius: 10px;
	background-color: #fff;
	margin-bottom: 20px;
}
.air-quality .title-main {
	margin-bottom: 9px;
}
.air-quality-content {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.air-quality-content .title {
	width: 102px;
	height: 102px;
	flex-shrink: 0;
	margin-right: 15px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	display: flex;
	font-size: 18px;
	line-height: 27px;
}
.air-quality-content.air-5 .title {
	border: thin solid #f5222d;
	background-color: #ffccc7;
	color: #cf1322;
}
.air-quality-content.air-4 .title {
	border: thin solid #fa541c;
	background-color: #ffd8bf;
	color: #d4380d;
}
.air-quality-content.air-3 .title {
	border: thin solid #fa8c16;
	background-color: #ffe7ba;
	color: #fa8c16;
}
.air-quality-content.air-2 .title {
	border: thin solid #faad14;
	background-color: #fff1b8;
	color: #d48806;
}
.air-quality-content.air-1 .title {
	border: thin solid #52c41a;
	background-color: #d9f7be;
	color: #389e0d;
}
.air-quality-content .desc {
	font-size: 14px;
	line-height: 20px;
}
.air-quality-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.air-quality-list:not(:last-child) {
	padding-bottom: 12px;
	margin-bottom: 13px;
	border-bottom: 1px solid #e9e5e1;
}
.air-quality-item {
	min-width: 50px;
}
.air-quality-item .title,
.air-quality-item h5 {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #18211e;
	margin-bottom: 0;
}
.air-quality-item p {
	font-size: 14px;
	line-height: 20px;
}
.air-quality-item sub {
	font-size: 11.5px;
}

.sunrise-sunset {
	background-image: url("../images/icon/sunrise-sunset.png");
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	padding: 18px 20px 20px;
	margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
	.sunrise-sunset {
		width: 50%;
	}
}
.sunrise-sunset .title {
	font-size: 18px;
	line-height: 27px;
	color: #fff;
	margin-bottom: 52px;
}
.sunrise-sunset-time {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sunrise-sunset-time .item {
	font-size: 27px;
	line-height: 33px;
	color: #fff;
}

.weather-chart {
	padding: 20px 16px;
	background-color: #fff;
	border-radius: 10px;
	margin-top: 26px;
}
.weather-chart .title {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 34px;
	color: #18211e;
	object-fit: cover;
}

.news-wrapper {
	background-color: #f4f8f9;
}

.news-top {
	margin-top: 54px;
	margin-bottom: 20px;
}
.news-top-inner {
	display: flex;
}
@media screen and (max-width: 991px) {
	.news-top-inner {
		display: block;
	}
}
.news-top .newest {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	overflow: hidden;
}
.news-top .newest .thumb {
	border-radius: 5px;
	overflow: hidden;
	height: 317px;
}
@media screen and (max-width: 575px) {
	.news-top .newest .thumb {
		height: 250px;
	}
}
.news-top .newest .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-top .newest .text {
	padding-top: 20px;
}
.news-top .newest .text .title {
	margin-bottom: 9px;
}
.news-top .newest .text .title a {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #18211e;
	transition: all 0.2s linear;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	max-width: 100%;
	word-break: break-word;
}
.news-top .newest .text .title a:hover {
	color: #3C74B9;
}
.news-top .newest .text .desc {
	font-size: 16px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	max-width: 100%;
	word-break: break-word;
}
@media screen and (max-width: 575px) {
	.news-top .newest .text .desc {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
		max-width: 100%;
		word-break: break-word;
		font-size: 16px;
	}
}
.news-top .newest .text .create {
	display: flex;
	align-items: center;
	margin-top: 10px;
	font-size: 15px;
}
.news-top .newest .text .create i {
	padding-right: 10px;
}

.weather-city-detail {
	margin-left: 20px;
}
@media screen and (max-width: 991px) {
	.weather-city-detail {
		margin-left: 0;
	}
}

.weather-main.weather-main-sidebar {
	width: 455px;
	height: 100%;
	padding: 20px 27px 20px 22px;
}
@media screen and (max-width: 991px) {
	.weather-main.weather-main-sidebar {
		width: 100%;
		margin-top: 30px;
	}
}
.weather-main.weather-main-sidebar .weather-main-hero {
	padding-bottom: 0;
	border-bottom: 0;
}
.weather-main.weather-main-sidebar .weather-main-desc {
	display: block;
}
@media screen and (max-width: 370px) {
	.weather-main.weather-main-sidebar .weather-main-desc {
		overflow-x: unset;
	}
}
.weather-main.weather-main-sidebar .weather-main-desc .item {
	display: flex;
	align-items: center;
}
.weather-main.weather-main-sidebar .weather-main-desc .item .icon {
	width: 20px;
}
.weather-main.weather-main-sidebar .weather-main-desc .item .icon img {
	margin: 0 auto;
	object-fit: contain;
}
@media screen and (max-width: 370px) {
	.weather-main.weather-main-sidebar .weather-main-desc .item {
		width: 100%;
	}
}
.weather-main.weather-main-sidebar .weather-main-desc .item h4 {
	margin-left: 26px;
	margin-top: 0;
	margin-bottom: 0;
}
.weather-main.weather-main-sidebar .weather-main-desc .item:not(:last-child) {
	border-bottom: 1px solid #e9e5e1;
	margin-bottom: 16px;
	padding-bottom: 16px;
}
@media screen and (max-width: 575px) {
	.weather-main.weather-main-sidebar .weather-main-desc .item img {
		margin: unset;
	}
}
.weather-main.weather-main-sidebar .weather-main-desc .temp {
	margin-left: auto;
}

.news-content {
	margin-top: 50px;
	padding-bottom: 68px;
}
.news-content-heading {
	color: #033323;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.news-content-inner {
	display: flex;
}
@media screen and (max-width: 991px) {
	.news-content-inner {
		display: block;
	}
}

@media screen and (max-width: 991px) {
	.new-list {
		margin-top: 30px;
	}
}

.pagenavi {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
.pagenavi .page-numbers {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #ededed;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 4px;
	color: #333;
}
.pagenavi .page-numbers:hover {
	color: #3C74B9;
}
.pagenavi .page-numbers.current {
	background: #3C74B9;
	border-color: #3C74B9;
	color: #fff;
}

.new-list .pagi {
	margin-top: 34px;
}

.archive .new-item:first-child {
	flex-wrap: wrap;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	border-bottom: 0;
}
.archive .new-item:first-child .thumb {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 0.6;
	margin-right: 0;
}
.archive .new-item:first-child .text {
	margin-top: 15px;
}
.archive .new-item:first-child .desc {
	-webkit-line-clamp: unset;
}

.new-item {
	display: flex;
}
.new-item:not(:last-of-type) {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e9e5e1;
}
.new-related-inner .new-item:not(:last-of-type) {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}
@media screen and (max-width: 575px) {
	.new-item:not(:last-of-type) {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}
.new-item .thumb {
	width: 170px;
	height: 135px;
	flex-shrink: 0;
	margin-right: 20px;
}
@media screen and (max-width: 575px) {
	.new-item .thumb {
		width: 150px;
		height: 100px;
	}
}
.new-item .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.new-item .title {
	margin-bottom: 10px;
}
.new-item .title a {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #18211e;
	transition: all 0.2s linear;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	max-width: 100%;
	word-break: break-word;
}
.new-item .title a:hover {
	color: #3C74B9;
}
.new-item .desc {
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	max-width: 100%;
	word-break: break-word;
}
@media screen and (max-width: 575px) {
	.new-item .desc {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
		max-width: 100%;
		word-break: break-word;
	}
}
.new-item .create {
	display: flex;
	align-items: center;
	margin-top: 10px;
	font-size: 15px;
}
.new-item .create i {
	padding-right: 10px;
}

.new-sidebar {
	width: 350px;
	margin-left: 20px;
	flex-shrink: 0;
}
@media screen and (max-width: 991px) {
	.new-sidebar {
		width: 100%;
		margin-left: 0;
	}
}
.new-sidebar-ads {
	margin-top: 11px;
}
.new-sidebar-ads img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.table-of-contents {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}
.table-of-contents h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #033323;
	margin-bottom: 20px;
}
.table-of-contents .list-contents > li:not(:last-of-type) {
	margin-bottom: 24px;
}
.table-of-contents .list-contents > li a {
	font-size: 16px;
	line-height: 24px;
	color: #585858;
}
.table-of-contents .list-contents > li a:hover {
	color: #3C74B9;
}

.new-related {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 13px 20px 23px 20px;
}

.new-cate {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 13px 20px 23px 20px;
}
.new-cate-title {
	font-weight: 600;
	font-size: 18px;
	color: #033323;
	margin-bottom: 8px;
}
.new-cate-main .thumb {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 16px;
}
.new-cate-main .thumb img {
	aspect-ratio: 1 / 0.65;
	object-fit: cover;
}
.new-cate-main .text-secondary {
	font-size: 14px;
}
@media screen and (max-width: 575px) {
	.new-cate-main .thumb {
		height: 180px;
	}
}
.new-cate-main .thumb img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.new-cate-main .title a {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #18211e;
	transition: all 0.2s linear;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	max-width: 100%;
	word-break: break-word;
}
.new-cate-main .title a:hover {
	color: #3C74B9;
}
.new-cate-item {
	font-size: 16px;
	line-height: 24px;
	color: #585858;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #e9e5e1;
	width: 100%;
	max-width: 100%;
	word-break: break-word;
}
@media screen and (max-width: 575px) {
	.new-cate-item {
		margin-top: 15px;
		padding-top: 15px;
	}
}
.new-cate-item:hover {
	transition: all 0.2s linear;
}
.new-cate-item:hover:hover {
	color: #3C74B9;
}

.news-wrapper,
.new-wrapper {
	background-color: #f4f8f9;
}
.new-wrapper .new-sidebar {
	width: 350px;
}
.new-wrapper .weather-main.weather-main-sidebar {
	width: 100%;
}
.new-wrapper .weather-main-hero {
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 35px;
}
.new-wrapper .weather-main-hero .desc {
	width: 100%;
	margin-left: 0;
	text-align: center;
}
@media screen and (max-width: 991px) {
	.new-wrapper .new-sidebar {
		width: 100%;
	}
}
.new-content {
	padding-top: 54px;
	padding-bottom: 64px;
	position: relative;
}
.new-content-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.new-content-inner {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	align-items: flex-start;
}
@media screen and (max-width: 991px) {
	.new-content-inner {
		display: block;
	}
}
.new-content-detail {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
}
.new-content-detail .title {
	font-weight: 600;
	font-size: 27px;
	line-height: 40px;
	color: #18211e;
}
@media screen and (max-width: 575px) {
	.new-content-detail .title {
		font-size: 23px;
		line-height: 1.3;
	}
}
.new-content-detail .create {
	display: flex;
	align-items: center;
	margin-top: 5px;
	font-size: 15px;
	margin-bottom: 16px;
}
.new-content-detail .create i {
	padding-right: 10px;
}
.new-content-detail p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.new-content-detail h1,
.new-content-detail h2,
.new-content-detail h3,
.new-content-detail h4,
.new-content-detail h5,
.new-content-detail h6 {
	margin: 10px 0;
	color: #333;
}

@media screen and (max-width: 575px) {
	.new-content-detail p {
		font-size: 17px;
	}
}
.new-content-detail .weather-feature-content .item .content p,
.new-content-detail .weather-feature-content .item .content h5 {
	margin: 0;
}
.new-content-detail img {
	max-width: 100%;
	height: auto;
	margin: 24px auto;
	border-radius: 5px;
	overflow: hidden;
}
.new-content-detail figure {
	width: 100% !important;
}
.new-content-detail h3 {
	margin-top: 24px;
	font-weight: 600;
	font-size: 19px;
}
.new-content-detail h3 + p {
	margin-top: 0;
}
.new-content-detail h3 + h3 {
	margin-top: 0;
}
.new-content-detail p {
	margin: 15px 0;
}
@-webkit-keyframes loadingspin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loadingspin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.loadingspinner {
	pointer-events: none;
	width: 30px;
	height: 30px;
	border: 3px solid transparent;
	border-color: #ddd;
	border-top-color: #3C74B9;
	border-radius: 50%;
	-webkit-animation: loadingspin 1s linear infinite;
	animation: loadingspin 1s linear infinite;
	position: absolute;
	left: 50%;
	top: 10px;
}
#toc_container span.toc_toggle a {
	display: inline-block;
}
#toc_container p.toc_title {
	color: #333;
}
.widget-page .new-content-detail h1 {
	font-size: 24px;
}
.widget-form-wrap label {
	color: #666;
	font-size: 14px;
}
.widget-form-wrap .form-control {
	box-shadow: unset;
	margin-top: 4px;
}
.widget-form-wrap .form-control:focus {
	border-color: #3C74B9;
}
.widget-form-wrap .form-group {
	position: relative;
	width: 50%;
}
.widget-search-results {
	display: none;
	padding: 0.375rem 0;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	min-height: 54px;
	position: absolute;
	width: 100%;
	background: #fff;
	z-index: 1;
	top: calc(100% + 2px);
}
.widget-search-results a {
	color: #18211e;
	display: block;
	padding: 0.375rem 0.75rem;
}
.widget-search-results a:hover {
	background: #efefef;
	color: #3C74B9;
}
.form-control-color {
	width: 3.5rem;
	height: 42px;
	padding: 0.47rem;
}
.widget-container {
	margin: 0 auto;
}
#urlValue {
	font-size: 14px;
	font-family: monospace;
}
.collapse-desc .entry-content {
	max-height: 500px;
	overflow: hidden;
}
.collapse-desc .entry-content.active {
	max-height: 100%;
}
.entry-content table {
	border: 1px solid #868686;
}
.entry-content table tr,
.entry-content table td {
	border: 1px solid #868686;
}
.entry-content table td {
	padding: 10px;
}
.entry-content h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}
span.toc_number:after {
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #287bff;
	content: "";
	border-radius: 50%;
	margin-left: 2px;
}

.entry-content a {
	display: initial !important;
}

.entry-content p {
	color: #333;
	margin-bottom: 10px;
}
.entry-content table tr:first-child td {
	background: #249a56;
	font-weight: 600;
	color: #f4f8f9;
	border-color: #666262;
}
.entry-content table tr td:first-child {
	vertical-align: middle;
}
figcaption.wp-caption-text {
	font-size: 14px;
	text-align: center;
	font-style: italic;
}

.new-content-detail img {
	margin-bottom: 0;
}
.entry-content strong {
	font-weight: 600;
}
.new-item .thumb img {
	height: auto;
}
a.button-back-home {
	display: inline-block;
	padding: 15px 40px;
	background: #249a56;
	color: #fff;
	border-radius: 30px;
	font-size: 20px;
}
.new-highlight .card-post .thumb,
.new-item .thumb {
	height: auto;
}
.archive .new-item:first-child .thumb {
	aspect-ratio: auto;
}
.entry-content ul {
	padding-left: 30px;
}

.entry-content ul li {
	margin-bottom: 15px;
}
h2.weather-main-title a {
	color: #033323;
}
.entry-content ul li:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #3C74B9;
	margin-right: 5px;
	position: relative;
	top: -3px;
}

.entry-content #toc_container ul li:before {
	display: none;
}
.new-highlight .card-post h4 a {
	font-size: 17px;
}
.rank-math-breadcrumb p {
	margin-bottom: 0;
}
.weather-main.weather-main-sidebar .weather-main-desc .item h4 {
	font-size: 16px;
}
.weather-main.weather-main-sidebar .weather-main-desc .temp p {
	margin-bottom: 0;
}
form#tracuu {
	max-width: 500px;
	margin: 0 auto;
	display: block;
	position: relative;
	margin-bottom: 18px;
}

form#tracuu button {
	width: 100px;
	height: 43px;
	position: absolute;
	top: 0;
	right: 0;
	background: #ff5722;
	color: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.show-ket-qua {
	width: 500px;
	margin: 0 auto;
}

form#tracuu input {
	width: 100%;
	border: 1px solid #9d9d9d;
	border-radius: 5px;
	height: 43px;
	padding-left: 10px;
}


/*24/12/23*/

.weather-detail-3day .weather-feature-title{
	margin-bottom: 15px;
}
.weather-detail-3day .weather-feature {
	background-color: transparent;
	padding: 0;
}
.weather-detail-3day .card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border-radius: 0.25rem;
	margin-bottom: 24px;
	box-shadow: 0 0.25rem 0.75rem rgba(18,38,63,.08);
	border: none!important;
}
.weather-detail-3day .card:hover {
	border: 1px solid #3C74B9!important;
}
.weather-detail-3day .card-body {
	flex: 1 1 auto;
	padding: 1.25rem;
}
.weather-detail-3day .title-main h2, .weather-detail-3day .title-main h3 {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 21px;
	color: #18211e;
	font-weight: 700!important;
	margin-top: 1rem!important;
}
.weather-detail-3day  .weather-main-hero {
	display: flex;
	align-items: center;
	padding-bottom: 16px;
	margin-bottom: 24px;
	border-bottom: 1px solid #f3f1ef;
}
.weather-detail-3day .weather-main-hero>img:first-child {
	width: 78px;
	height: 78px;
	object-fit: cover;
}
.weather-detail-3day .weather-main-hero .temp {
	font-weight: 600;
	font-size: 60.75px;
	line-height: 74px;
	color: #003870;
	margin-top: 0;
	margin-bottom: 1rem;
}
.weather-detail-3day .weather-main-hero .desc .overview-caption-item-detail {
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	color: #003870;
	margin-bottom: 0;
	text-transform: capitalize;
}
.weather-detail-3day .weather-main-hero .desc .overview-caption-summary-detail {
	font-size: 14px;
	line-height: 24px;
	color: #385878;
	font-weight: 400;
}
.weather-detail-3day .weather-main-hero .extra {
	display: block;
	margin-left: 110px;
	margin-top: -15px;
}
.weather-detail-3day .weather-main-hero .extra .item {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
.weather-detail-3day .weather-main-hero .extra .item .icon {
	width: 20px;
}
.weather-detail-3day .weather-main-hero .extra .item .icon svg,
.weather-detail-3day .weather-main-hero .extra .item .icon img{
	width: auto;
	height: auto;
	vertical-align: middle;
	max-height: 16px;
}
.weather-detail-3day .weather-main-hero .extra .item .temp {
	margin-left: 5px;
	font-size: 14px;
	line-height: 20px;
	color: #003870;
	display: flex;
	font-weight: 400;
	margin-bottom: 0;
}
.weather-detail-3day .weather-main-hero .extra .item .temp p {
	margin-bottom: 0;
}
.weather-detail-3day .weather-main-desc {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.weather-detail-3day .weather-main-desc .item {
	color: #003870;
	text-align: center;
}
.weather-detail-3day .weather-main-desc .item img {
	max-height: 16px;
	height: 16px;
	display: inline-block;
}
.weather-detail-3day .weather-main-desc .item .item-title {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 4px;
}
.weather-detail-3day .weather-main-desc .item .temp {
	font-size: 14px;
	line-height: 20px;
	color: #003870;
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 1199px){
	.weather-detail-3day .weather-main-desc {
		overflow-x: auto;
		scroll-snap-type: x mandatory;
	}
}
@media screen and (max-width: 575px){
	.weather-detail-3day .weather-main-hero .extra {
		display: none;
	}
	.weather-detail-3day .weather-main-desc .item {
		flex: 0 0 75px;
		text-align: center;
		margin: 0 10px;
	}
	.weather-detail-3day .weather-main-desc .item .temp {
		justify-content: center;
	}
}
@media screen and (max-width: 450px){
	.weather-detail-3day .weather-main-hero {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.weather-detail-3day .weather-main-hero .desc {
		margin-left: 0;
		text-align: center;
		width: 100%;
	}

}

/*weather-detail weather-detail-15day*/

.weather-detail.weather-detail-15day .weather-feature {
	background-color: transparent;
	padding: 0;
}
.weather-detail.weather-detail-15day .weather-feature-title{
	margin-bottom: 15px;
}
.weather-detail.weather-detail-15day .weather-feature-list {
	margin-top: 0;
}
.weather-detail.weather-detail-15day .callout {
	position: relative;
	margin: 0 0 1rem;
	padding: 1rem;
	border: 0;
	border-radius: 12px;
	background-color: #fff;
	color: #0a0a0a;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.13), 0 1px 5px 0 rgba(0,0,0,.08);
}
.weather-detail.weather-detail-15day .weather-feature-sumary{
	display: block;
}
.weather-detail.weather-detail-15day .weather-feature-sumary .row{
	margin: 0;
	align-items: center;
	position: relative;
}
.weather-detail.weather-detail-15day .weather-feature-item .rain{
	justify-content: center;
}
.weather-detail.weather-detail-15day .weather-feature-item .rain,
.weather-detail.weather-detail-15day .weather-feature-item .h4{
	margin-right: 0;
}
.weather-detail.weather-detail-15day .weather-feature-sumary .weather{
	display: flex;
	align-items: center;
	justify-content: center;
}
.weather-detail.weather-detail-15day .weather-feature-item .desc{
	text-align: left;
	min-width: auto;
}
.weather-detail.weather-detail-15day  .temperature .value {
	font-size: 1rem;
}
.weather-detail.weather-detail-15day .weather-feature-sumary i.fa-angle-down{
	position: absolute;
	right: 0;
	padding: 0;
}
.small-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.small-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
}
@media print, screen and (min-width: 50.6875em){
	.medium-uncollapse>.column, .medium-uncollapse>.columns {
		padding-right: 0.3125rem;
		padding-left: 0.3125rem;
	}
	.medium-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.medium-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

}
@media print, screen and (min-width: 67.5625em){
	.large-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
}
@media screen and (max-width: 50.68625em){
	.show-for-medium {
		display: none!important;
	}
	.weather-detail.weather-detail-15day .temperature .value{
		font-size: 1rem;
	}
}
@media screen and (max-width: 40.06125em){
	.show-for-smedium {
		display: none!important;
	}
}


/*weather-detail-hourly*/
.weather-detail-hourly .weather-feature-list > ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.weather-detail-hourly .weather-feature-list ul li.item-hourly{
	-webkit-flex: 1 1 32.333%;
	flex: 1 1 32.333%;
	margin-bottom: 15px;
	border: 1px solid rgb(238, 238, 238);
}
.dvKzxS {
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	min-height: 260px;
	margin-right: 4px;
	background: rgb(249, 249, 249);
	min-width: 170px;
	scroll-snap-align: start;
}
.cwiYBw {
	display: flex;
	flex-direction: row;
	-webkit-box-pack: start;
	justify-content: flex-start;
	width: 100%;
	height: 40px;
	padding: 8px 15px;
	font-size: 0px;
	line-height: 1.29;
	background-color: #3C74B9;
	border-bottom: 1px solid rgb(238, 238, 238);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.kvcMep {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}
.dqcGMz {
	font-size: 18px;
	font-weight: 400;
	color: rgb(156 220 255);
	margin-left: 8px;
}
.jGmCPK {
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 100%;
	height: 220px;
}
.gmjdFp {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 142px;
	padding: 15px 15px 0px;
}
.eMcDxj {
	display: flex;
	width: 100%;
	flex-direction: row;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	height: 50%;
}
.fmcMjT {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: calc(100% - 59px);
	line-height: 1;
	-webkit-box-pack: center;
	justify-content: center;
}
.dZGMNF {
	font-size: 44px;
	font-weight: 400;
	color: rgb(102, 102, 102);
}
.cxbMTs {
	font-size: 13px;
	font-weight: 400;
	color: rgb(170, 170, 170);
}
.iUtLtD {
	display: flex;
	flex-direction: column;
	width: 59px;
	height: 59px;
	-webkit-box-pack: center;
	justify-content: center;
}
.iUtLtD .wb-content-mgt-icon-image {
	width: 60px;
	height: 60px;
}
.eTYscK {
	display: flex;
	width: 100%;
	flex-direction: row;
	margin-top: 13px;
	min-height: 40px;
	height: 50%;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: rgb(102, 102, 102);
	-webkit-box-pack: center;
	justify-content: center;
	align-items: flex-start;
	text-transform: capitalize;
}
.emjxJe {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0px;
	height: calc(100% - 142px);
}
.hufaGO {
	display: flex;
	flex-direction: row;
	width: 100%;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 0px 15px;
	height: 26px;
	-webkit-box-align: center;
	align-items: center;
	background-color: rgb(241, 241, 241);
}
.fGzjJg {
	display: flex;
	flex-direction: row;
	font-size: 14px;
	font-weight: 400;
	-webkit-box-pack: start;
	justify-content: flex-start;
	color: rgb(170, 170, 170);
	width: calc(100% - 60px);
}
.bytuOC {
	display: flex;
	flex-direction: row;
	font-size: 14px;
	font-weight: 400;
	color: rgb(102, 102, 102);
	width: 60px;
	-webkit-box-pack: end;
	justify-content: flex-end;
}
.bJPrTV {
	display: flex;
	flex-direction: row;
	width: 100%;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 0px 15px;
	height: 26px;
	-webkit-box-align: center;
	align-items: center;
}


/*weather-detail-7days*/
.weather-detail-7days .weather-feature {
	background-color: transparent;
	padding: 0;
}
.weather-detail-7days .weather-feature-list {
	margin-top: 15px;
}

.weather-detail-7days .daily-wrapper {
	margin-bottom: 10px;
}
.daily-forecast-card {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	background: hsla(0,0%,100%,.9);
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 64px;
	margin-top: 10px;
	overflow: hidden;
	padding: 0 12px;
	text-align: center;
}
.daily-forecast-card .info {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-grow: 1;
	justify-content: space-between;
}
.daily-forecast-card .date {
	-ms-flex-item-align: center;
	align-self: center;
}
.module-header {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	/* text-transform: uppercase; */
}

.daily-forecast-card .date span {
	display: block;
}
.daily-forecast-card .info .dow, .daily-forecast-card .info .sub {
	font-size: 14px;
}
.daily-forecast-card .info .dow {
	font-weight: bold;
}
.daily-forecast-card .info .sub {
	font-weight: 500;
}
.module-header.sub {
	color: #878787;
}
.daily-forecast-card .icon {
	height: 34px;
	width: 34px;
}
.daily-forecast-card .temp {
	-ms-flex-item-align: center;
	align-self: center;
	white-space: nowrap;
}
.daily-forecast-card .temp .high {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.08;
}
.daily-forecast-card .temp .low {
	color: #878787;
	font-size: 20px;
	line-height: 1.2;
}
.daily-forecast-card .precip {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	align-items: center;
	color: #878787;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-grow: 2;
	font-size: 14px;
	font-weight: 700;
	justify-content: flex-end;
	line-height: 1.14;
}
.daily-forecast-card .precip .precip-icon {
	height: 14px;
	margin-right: 6px;
}
.half-day-card-content {
	background: #fff;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	color: #000;
	font-size: 16px;
	line-height: 1.25;
	padding: 0 12px 26px;
}
.half-day-card-content .phrase {
	font-size: 18px;
	padding: 11px 0 10px;
	text-transform: capitalize;
}
.half-day-card-content .panels .left {
	border-bottom: 1px solid rgba(0,0,0,.15);
	padding-bottom: 10px;
}
.half-day-card-content .panel-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid rgba(0,0,0,.15);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 11px 0 10px;
}
.half-day-card-content .panel-item .value {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.33;
	margin-left: auto;
	padding-left: 8px;
	text-align: right;
}
.half-day-card-content .panel-item:last-child {
	border: 0;
	padding-bottom: 0;
}
@media (min-width: 768px){
	.daily-forecast-card .icon {
		height: 70px;
	}
	.half-day-card-content .panels {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.half-day-card-content .panels .left {
		border-bottom: none;
		margin-right: 24px;
		padding-bottom: 0;
	}
	.half-day-card-content .panels .left, .half-day-card-content .panels .right {
		-webkit-box-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
	}
}
@media (min-width: 1024px){
	.daily-forecast-card {
		height: 86px;
	}
	.daily-forecast-card .info {
		 -webkit-box-pack: normal;
		 -ms-flex-pack: normal;
		 justify-content: normal;
	 }
	.daily-forecast-card .date {
		margin-right: 20px;
	}
	.daily-forecast-card .date {
		margin-right: 20px;
	}
	.daily-forecast-card .date {
		margin-right: 20px;
	}
	.daily-forecast-card .icon {
		height: 62px;
		margin-right: 12px;
		width: 62px;
	}
	.daily-forecast-card .temp .high {
		font-size: 50.6px;
		letter-spacing: -.42px;
		line-height: 1.07;
	}
	.daily-forecast-card .temp .low {
		font-size: 20.3px;
		line-height: .92;
	}
	.daily-forecast-card .precip {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		line-height: 1.43;
		font-size: 15px;
	}
}


/*20days*/
.forecast-pod {
	cursor: pointer;
	overflow: hidden;
}
.forecast-pod > div {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	/* justify-content: center;*/
	float: left;
	height: 90px;
	padding: 0 4px;
}

.forecast-pod  .day {
	font-size: 12px;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	padding-left: 0;
	text-transform: uppercase;
	width: 65px;
}
.forecast-pod  .temp {
	font-size: 40px;
}
.forecast-pod .high {
	color: #fc5f1b !important;
	padding-right: 0;
}
.forecast-pod sub {
	font-size: 60%;
	vertical-align: baseline;
}
.forecast-pod .more {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	float: right;
	padding-right: 10px;
}
.forecast-pod .more.up {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.forecast-pod .description {
	margin-bottom: 5px;
	max-width: 190px;
	margin-right: 0;
	text-transform: capitalize;
}
.forecast-pod .sub-description {
	font-size: 13px;
}
.forecast-detail {
	margin-bottom: 5px;
	width: 100%;
}
.forecast-detail:before,
.forecast-detail:after {
	content: '';
	display: table;
}
.forecast-detail:after {
	clear: both;
	*zoom: 1;
}
.forecast-detail .for_dls{
	float: left;
}
.forecast-detail td {
	/*background: #ecf2f6;*/
	color: #666;
	padding: 10px 4px;
	font-size:13px;
}
.forecast-detail h4 {
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	margin: 10px 0;
}
.forecast-detail span {
	font-size: 13px;
}
.forecast-detail .for_dls {
	text-align: center;
	padding: 0 !important;
	float: left;
}
.forecast-detail.tide thead {
	background: #83bee7;
	color: white;
}
.forecast-detail.tide thead th {
	padding: 5px 0;
}
.forecast-detail.tide thead th h6 {
	font-weight: normal;
}
.forecast-detail.tide tbody td {
	font-size: 13px;
	/*background: white;*/
	text-transform: uppercase;
}
.forecast-detail.tide tbody td.left {
	text-align: left;
}
.forecast-detail.tide tbody td.right {
	text-align: right;
}
.forecast-detail.tide tfoot td {
	background: white;
}
.forecast-detail.tide tfoot td .more-rows {
	font-size: 13px;
	background: #83bee7;
	border-radius: 2px;
	color: white;
	padding: 3px 8px;
	text-transform: uppercase;
}
.forecast-detail.tide tfoot td .more-rows span {
	margin-right: 5px;
}
.forecast-pod ul.rain-wind {
	overflow: hidden;
}

.forecast-pod ul.rain-wind li {
	float: left;
	/*margin-right: 10px;*/
}
.forecast-pod ul.rain-wind .wind span {
	color: #666;
}
.forecast-pod ul.rain-wind .wind img{
	display: inline;
}
.forecast-pod .hr-day {
	background: #e9e9e9;
	border-top: 1px solid #dde7ed;
	height: 60px;
	overflow: hidden;
}
.forecast-pod .hr-day .small-ad {
	float: right;
}
.forecast-pod .hr-day p {
	margin: 20px 0 0 15px;
}
.forecast-pod .hr-day p span {
	color: #fc5f1b;
}
.forecast-pod:not(.collapsed) .more {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.weather-detail-20days .forecast-pod .icon img{
	height: auto;
}

/*weather-detail-current*/
.weather-detail-current .box-weather-feature .weather-feature-title{
	
}
.w_weather_boxes {
	width: 100%;
	margin-left: 0px;
	margin-top: 15px;
	display: inline-block;
}
.w_weather {
	float: left;
	width: 24%;
	background: #d1efff;
	border: 1px solid #6bcbff;
	border-radius: 8px;
	padding: 10px;
	margin-right: 1%;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.w_weather .day {
	font-size: 16px;
	float: left;
	line-height: 20px;
	width: 100%;
}
.w_weather .day b {
	width: 100%;
	text-align: center;
	overflow: hidden;
	display: inline-block;
	font-weight: bold;
	color: #000;
}
.w_weather .date {
	font-size: 14px;
	display: inline-block;
	line-height: 20px;
	width: 100%;
	color: #444;
	text-align: center;
}
.w_weather img {
	width: 50px;
	height: 50px;
	margin-top: 10px;
	display: inline;
}
.w_weather .temp {
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	display: inline-block;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
	color: #000;
}
@media (max-width: 991px) {
	.w_weather{
		width: 32%;
	}
}
@media (max-width: 549px) {
	.w_weather{
		width: 49%;
	}
}
/**/
.weather-main-title.weather-main1{
	margin-bottom: 15px;
}
.metro-weather-overview {
	box-sizing: border-box;
	height: 330px;
	padding: 18px;
	border: 2px solid #f7f7f7;
}

.metro-weather-sunrise-sunset {
	margin: 0 0 25px;
	text-align: center;
}
.metro-weather-sunrise, .metro-weather-sunset {
	display: inline-block;
	height: 20px;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: 100% 0;
}
.metro-weather-overview-block {
	text-align: center;
	vertical-align: top;
}
.metro-weather-overview-block-temperature {
	clear: both;
}
.metro-weather-hi, .metro-weather-lo {
	position: relative;
	display: inline-block;
	padding: 0 15px;
}
.metro-weather-overview-block-temperature strong {
	clear: both;
	color: #3C74B9;
	font-weight: 700;
	line-height: 1;
}
.single-metro_weather .metro-weather-overview-block-temperature strong {
	font-weight: 700;
	font-family: Arial;
}
.metro-weather-overview-block-temperature span {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.metro-weather-hi span, .metro-weather-lo span {
	font-size: 18px;
}
.metro-weather-overview-block-description {
	margin: 5px 0;
}
.metro-weather-overview-block-description p{
	text-transform: capitalize;
}
.metro-weather-overview-block {
	text-align: center;
	vertical-align: top;
}
.metro-weather-condition.metro-weather-overview-block-icon {
	height: 180px;
	background-position: top;
	background-size: 100px;
}
.metro-weather-condition.metro-weather-overview-block-icon img{
	display: inline;
	height: auto;
}
.metro-weather-conditions {
	display: none;
	padding: 5px 0;
	background: #f1f1f1;
}
.metro-weather-conditions li {
	position: relative;
	box-sizing: border-box;
	margin: 0;
	padding: 8px 20px;
	vertical-align: top;
}
.metro-weather-conditions strong{
	font-weight: bold;
}
@media (min-width: 48em){
	.metro-weather-overview {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: 250px;
		padding: 20px 12px 12px;
	}
	.metro-weather-city {
		background-size: cover;
	}
	.metro-weather-sunrise-sunset {
		width: 100%;
		margin: 0 0 32px;
	}
	.metro-weather-sunrise {
		padding-right: 67px;
		background-image: url(../images/a2bb07640ce6fac9fecaffbd94e7a32d.svg);
	}
	.metro-weather-sunset {
		padding-right: 75px;
		background-image: url(../images/cf14f341c510f1542f151b4cdfb18c52.svg);
	}
	.metro-weather-overview-block {
		display: inline-block;
		width: 33.3333333333%;
	}
	.metro-weather-hi {
		top: -10px;
	}
	.metro-weather-hi, .metro-weather-lo {
		float: none;
		width: 100%;
		padding: 0 22px;
	}
	.metro-weather-hi strong {
		font-size: 120px;
	}
	.metro-weather-hi span {
		top: 15px;
	}
	.metro-weather-lo strong {
		font-size: 52px;
	}
	.metro-weather-lo span {
		top: 3px;
	}
	.metro-weather-overview-block-description {
		margin: 0;
	}
	.metro-weather-overview-block {
		display: inline-block;
		width: 33.3333333333%;
	}
	.metro-weather-condition.metro-weather-overview-block-icon {
		height: 100%;
		margin-top: -55px;
		background-position: top;
		background-size: 200px;
	}
	.metro-weather-conditions {
		display: block;
		padding: 0;
		overflow: hidden;
	}
	.metro-weather-conditions li {
		display: inline-block;
		float: left;
		width: 25%;
		padding: 10px 20px;
		text-align: center;
	}
	.metro-weather-conditions li:not(:last-child):after {
		position: absolute;
		top: 10px;
		right: 0;
		display: block;
		height: 18px;
		border-right: 1px solid #000;
		content: "";
	}
	.metro-weather-city {
		background-size: cover;
	}
}


/*weather-detail-30days*/
.weather-detail-30days h1.weather-feature-title{
	margin-bottom: 20px;
}
.weather-detail-30days .horizontalScroll {
	overflow-x: auto;
}
.weather-detail-30days table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ddd;
}
.weather-detail-30days .wthTable tr {
	border: 1px solid #ddd;
}
.weather-detail-30days th, .weather-detail-30days td {
	text-align: center;
	padding: 8px;
}
.weather-detail-30days tr:nth-child(even) {
	background-color: #f7f7f7;
}
.weather-detail-30days .wthTable th {
	font-size: .9em;
	color: #5f6368;
	font-weight: 400;
}
.weather-detail-30days .wthTable__legend {
	font-size: .9em;
	color: #5f6368;
	margin-left: 7px;
}
.weather-detail-30days .wthTable td {
	text-align: center;
	padding: 8px 16px;
	white-space: nowrap;
	vertical-align: middle;
}
.weather-detail-30days .wthTable__wthIcon {
	height: 33px;
	width: 33px;
}
.weather-detail-30days .wthTable__wthIcon img{
	width: 100%;
	height: auto;
}
.weather-detail-30days .wthTable td span{
	color: black;
	font-family: Helvetica,Arial,Sans-Serif,serif;
	font-size: 110%;
}

/*weather-detail-10days*/
.weather-detail-10days .weather-feature {
	background-color: transparent;
	border-radius: 10px;
	padding: 0;
}
.weather-detail-10days .weather-feature-title{
	margin-bottom: 20px;
}
.wthSBlockWrapper{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 10px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.wthSBlock {
	background-color: #9cdcff38;
	color: black;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px 7px;
	display: inline-block;
	min-width: 100%;
}
.wthSBlock__common {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}
.wthSBlock__commonTime {
	-webkit-flex-basis: 0%;
	-ms-flex-preferred-size: 0;
	flex-basis: 0%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}
.wthSBlock__timeHead {
	display: block;
}
.wthSBlock__timeVal {
	display: block;
}

.wthSBlock__timeVal, .wthSBlock__legend {
	color: #5f6368;
	font-size: .8em;
}
.wthSBlock__wthIcon_size_l {
	height: 55px;
	width: 55px;
}
.wthSBlock__wthIcon_size_l img{
	height: auto;
	width: 100%;
}
.wthSBlock__commonWth {
	-webkit-flex-basis: 0%;
	-ms-flex-preferred-size: 0;
	flex-basis: 0%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
	font-size: 2.2em;
}
.wthSBlock__condTxt {
	margin: 10px 0;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
}
.wthSBlock__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.wthSBlock__col {
	-webkit-flex-basis: 0%;
	-ms-flex-preferred-size: 0;
	flex-basis: 0%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.uiIcon {
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	display: inline-block;
	width: 20px;
	height: 15px;
}
.uiIcon_wind {
	background-image: url(../images/wind.svg);
}.uiIcon_pressure {
	 background-image: url(../images/pressure.svg);
 }
.uiIcon_humidity {
	background-image: url(../images/humidity.svg);
}
.uiIcon_cloudiness {
	background-image: url(../images/cloudiness.svg);
}
.wthSBlock__paramVal {
	font-size: .9em;
}

.wthSBlock__interday {
	border-top: 1px dotted #5f6368;
	border-bottom: 1px dotted #5f6368;
	margin-top: 15px;
	padding: 5px 0;
	font-size: 100%;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 5px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wthSBlock__interdayItem {
	-webkit-flex-basis: 0%;
	-ms-flex-preferred-size: 0;
	flex-basis: 0%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	white-space: nowrap;
}
.wthSBlock__interdayItemLegend {
	color: #5f6368;
	font-size: .8em;
	position: relative;
	bottom: 1px;
	margin-right: 5px;
}
.wthSBlock__sunTime {
	margin-top: 15px;
}
.sunTime {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 20px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.sunTime_size_s {
	font-size: .9em;
}
.sunTime__item {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	position: relative;
}
.sunTime_size_s .sunTime__item {
	-webkit-column-gap: 7px;
	-moz-column-gap: 7px;
	column-gap: 7px;
	margin-right: 7px;
}
.sunTime__icon {
	width: 55px;
	height: 35px;
	background-repeat: no-repeat;
	display: inline-block;
	background-position: center;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
.sunTime__icon_sunrise {
	background-image: url(../images/sunrise.svg);
}
.sunTime__icon_sunset {
	background-image: url(../images/sunset.svg);
}
.sunTime__icon_duration {
	background-image: url(../images/duration.svg);
}
.sunTime_size_s .sunTime__icon {
	width: 35px;
	height: 23px;
}
.sunTime__data {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.sunTime_size_s .sunTime__data {
	position: relative;
	top: 3px;
}
.sunTime__legend {
	color: #5f6368;
	font-size: .8em;
}
.sunTime_size_s .sunTime__legend {
	display: none;
}
@media screen and (max-width: 768px){
	.wthSBlockWrapper {
		display: block;
		margin: 0;
	}
	.wthSBlock_list {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 480px){
	.wthSBlock {
		min-width: 0;
		width: auto;
		display: block;
	}
}