@media only screen and (max-width: 768px){
.topnav {
    padding: 10px 0 10px 0;
}
}
ul.weather-city-inner {
    list-style: none;
}
.h4.mb-0.date {
    text-transform: capitalize;
    font-size: 15px;
}
.weather-feature-item > .font-weight-bold.mt-3, .title-main > .font-weight-bold.mt-3 {
    text-transform: capitalize;
}
.weather-main-hero>img:first-child {
    height: 100px;
    width: 100px;
}
body[data-topbar=dark] #page-topbar, body[data-topbar=dark] .navbar-brand-box {
    background-color: #0F67B1;
    border-color: #0F67B1;
}
.weather-general {
    padding: 55px 0 55px;
}
.footer-menu .d-none {
    display: block !important;
    background: #fff;
    margin: 0;
    padding: 0;
}
.footer {
    position: unset !important;
  height:auto !important;
}
.page-template >.ck-content {
    background: #fff;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
  font-size: 16px;
}
.content-city-inner {font-size: 16px;}
.ck-content img {
    max-width: 100%;
    text-align: center;
}
.ring-live {
  	margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    background-color: #bfdfff;
    padding: 3px 6px;
    border-radius: 6px;
    max-width: max-content;
}
.ring-container {
    position: relative;
    width: 16px;
    height: 16px;
}
.text-live {
    font-size: 12px;
}
.ringring {
    border: 3px solid #62bd19;
    -webkit-border-radius: 30px;
    height: 20px;
    width: 20px;
    position: absolute;
    left: -2px;
    top: -2px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0;
}
.circle {
    width: 8px;
    height: 8px;
    background-color: #62bd19;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
}
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(.1,.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2,1.2);
        opacity: 0
    }
}
.btn-chi-tiet {
    display: inline-flex;
}
.top-menu {
  background-color: #2a629a;}
figcaption {
    text-align: center;
    margin-top: 5px;
}
h1.card-title-widget {
    font-size: 26px;
}
.entry-content ul li {
    list-style: disc;
}
ul.toc_list li {
    list-style: none;
}
.weather-sub {border: none;}
.day-info p {
    font-size: 15px;
}
.box-datetime-current-weather {
    display: inline-flex;
    margin-bottom: 15px;
}
.box-datetime-current-weather svg {
    fill: #0f67b1;
}
h1.weather-main-title-place {
    color: #003870;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
}
span.current-weather {
    font-size: 14px;
    margin-right: 10px;
}
span.current-weather svg {
    margin-right: 2px;
    margin-bottom: 2px;
}
.entry-meta {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
    margin-bottom: 10px;
}
.air-quality-content.air-5 .title {
    text-align: center;
}
.ads {
    text-align: center;
}
.limit a {
    color: #fff;
    font-size: 10px;
}
.entry-meta{
  font-weight: 100;
}
.main-content .content-sk {
  margin-top: 20px;
}
.red {
    color: red;
}
.meta.red {
    margin-bottom: 10px;
}
.bold {
    font-weight: bold;
}
.content-sk img {
    max-width: 100%;
}
.offcanvas{
	overflow: auto;
  	scrollbar-width: none;
  	-ms-overflow-style: none;
}
.offcanvas::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}