@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;700&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: url('./imgbackground/quandang.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  /* overflow: hidden; */
  height: 100%;
  font-family: 'Poppins', sans-serif;
}

.navbar-expand-lg {
  gap: 16px;
}
header {
  position: sticky;
  top: 0;
  z-index: 100000;
}
.navbar {
  padding-top: 16px;
  padding-bottom: 16px;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 10000;
  border-bottom: 1px solid #e1e2e3;
}

.navbar-nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.navbar-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.img-responsive {
  max-width: 100%;
}

@media (min-width: 576px) {
  .navbar-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .navbar-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .navbar-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .navbar-container {
    max-width: 1140px;
  }
}
.main-wrapper {
  padding: 60px 0;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.navbar-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-nav .nav-item .nav-link {
  color: #1d2025;
}
.navbar-nav .nav-item .nav-link.active {
  color: #1758e1;
}
span.navdropdown_link {
  display: flex;
  align-items: center;
}

ul.dropdown-menu.mega_menu_three.show > .nav-item > a {
  border-bottom: 1px solid #e1e2e3;
  padding-bottom: 15px;
  padding-top: 15px;
}

ul.dropdown-menu.mega_menu_three.show > .nav-item:last-child a {
  border-bottom: 0 none;
}

span.navdropdown_link .navdropdown_content {
  margin-left: 10px;
}

header .navbar-light .navbar-nav .nav-link {
  padding: 0 20px;
}

.navdropdown_content h5 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 6px;
}

.navdropdown_icon img {
  width: 48px;
}

.navdropdown_content p {
  margin: 0;
  font-size: 14px;
  color: #677294;
}

.container {
  padding: 20px 70px;
  color: #fff;
}

.textnhiet {
  font-size: 64px;
  line-height: 1;
}
.textdoc {
  font-size: 36px;
  text-align: start;
}
.temp {
  display: flex;
  align-items: flex-start;
}

.iconstemp > img {
  text-align: center;
}
.description {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5em;
  text-align: center;
  justify-content: center;
}
.temp_min_max {
  font-weight: bold;
  font-size: 1em;
  padding-top: 10px;
  white-space: nowrap;
  text-align: center;
}
.weather-day {
  display: flex;
  align-items: center;
}
.weather-day .w-icon {
  width: 88px;
}
.weather-day .big-temp {
  font-size: 64px;
  display: flex;
  align-items: flex-start;
  line-height: 1;
}

.current-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box-info-weather__left > .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.box-info-weather__left .status {
  font-size: 20px;
  font-weight: 500;
}

.box-info-weather__right {
  display: flex;
  justify-content: space-between;
}

.box-info-weather__right .navbar-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.date-container {
  height: min-content;
}
.date-container .time {
  font-size: 70px;
  text-align: center;
  margin-left: 30px;
}
.today > img {
  padding-top: 50px;
}
.date-container #am-pm {
  font-size: 30px;
  margin-left: -10px;
  margin-right: 20px;
  text-align: center;
}

.date-container .date {
  font-size: 30px;
  text-align: center;
}

.place-container {
  text-align: center;
  height: auto;
  border: 1px solid #eee;
  background-color: rgba(24, 24, 27, 0.6);
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.place-container .time-zone {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  white-space: nowrap;
}

.iconplace {
  width: 100%;
  margin-bottom: -15px;
  margin-left: -15px;
}
.iconplace .texticon {
  font-size: 20px;
  /* font-family: 'Poppins', sans-serif; */
}

.place-container .country {
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 20px;
}

.dateTimeInfo .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.weather-forecast,
.hourweather,
.current-info .others {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: rgba(24, 24, 27, 0.6);
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #eee;
}

.weather-day-current {
  font-size: 18px;
  font-weight: 500;
}

.current-info .others .weather-item {
  display: flex;
  justify-content: space-between;
}

.future-forecast {
  background: rgba(24, 24, 27, 0.8);
  padding: 30px 0;
  bottom: 0;
  display: flex;
  color: white;
  width: 100%;
  align-items: center;
  /* justify-content: center; */
  overflow-y: hidden;
}

.future-forecast > .container {
  display: flex;
  align-items: center;
}

.future-forecast .today {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 15px;
  padding-right: 40px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}

.future-forecast .today .day {
  padding: 5px 15px;
  background: #3c3c44;
  border-radius: 50px;
  text-align: center;
}

.future-forecast .today .templ {
  font-size: 18px;
  padding-top: 5px;
  font-weight: bold;
}

.future-forecast .weather-forecast {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.weather-forecast .weather-forecast-item {
  display: flex;
  align-items: center;
}

.weather-forecast .weather-forecast-item .day {
  padding: 5px 15px;
  background: #3c3c44;
  border-radius: 50px;
  text-align: center;
}

.weather-forecast .weather-forecast-item .templ {
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}

.weather-forecast-item .flexbox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.weather-forecast-item img {
  width: 45px;
  height: 45px;
  object-fit: cover;
}

.weather-forecast-item > * {
  width: 33.33333%;
}

.contensearch {
  position: relative;
}

.match-list {
  max-height: 200px;
  overflow-y: scroll;
  border-radius: 6px;
  z-index: 3;
  position: absolute;
  padding-right: 4px;
  width: 100%;
}

.list-group-item {
  line-height: 10px;
  width: unset;
}

div.scrollmenu {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 20px;
}

div.scrollmenu .card-body {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}
.modal-title {
  white-space: nowrap !important;
  float: left;
  font-size: 2rem !important;
}
.time-zonec,
.datec,
.countryc {
  float: left;
}
.datec {
  padding-right: 15px;
}

div.scrollmenu div.nav-item {
  display: inline-block;
  color: white;
  text-align: center;
  text-decoration: none;
  width: 160px;
  padding-top: 10px;
}
.chitiet {
  color: #ffc107;
}

div.modal-body {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
button.close {
  color: white !important;
}
div.modal-content {
  background-color: rgb(115.25, 183.45, 222.75, 0.95);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 0.3rem;
}
div.modal-dialog {
  max-width: 100% !important;
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}
.card {
  height: 190px !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid rgb(255, 255, 255, 0.6) !important;
}
.card-text {
  font-size: 11px;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
}
.card-body {
  padding: 0.7rem !important;
}
.card-img-top {
  width: 80px !important;
  height: 80px !important;
}

.footer-wapper {
  padding: 20px 0;
  background-color: #262b3a;
  color: #cbd5ee;
  font-size: 14px;
}

footer a {
  color: #cbd5ee;
}

ul.list-item {
  list-style: none;
  padding: 0;
}

.menu-footer {
  display: flex;
  gap: 50px;
  list-style: none;
  font-weight: 400;
  justify-content: flex-end;
  margin-bottom: 0;
}

ul.list-item {
  list-style: none;
  padding: 0;
}

.elementor-image-box-wrapper {
  display: flex;
  align-items: center;
}

footer .app-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

footer .app-list .list-item {
  width: 50%;
  padding: 0 15px;
}

@media only screen and (min-width: 375px) and (max-width: 413px) {
  .btnchitiet {
    margin-top: -40px !important;
    margin-left: 157px !important;
  }
}
@media only screen and (max-width: 73px) and (max-width: 2000px) {
  .btnchitiet {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 730px) {
  .match-list {
    width: 93%;
  }
  .iconstemp {
    justify-content: center;
    text-align: center;
  }
  .iconstemp > img {
    text-align: center;
    margin-left: -130px;
    margin-top: 13px;
  }
  .textnhiet {
    font-size: 6em;
    float: left;
    margin-top: -25px;
  }
  .description {
    text-align: right;
    padding-right: -21px;
  }
  .textdoc {
    font-size: 3em;
    text-align: start;
    margin-top: -20px;
    float: left;
  }
  .iconstemp {
    text-align: center;
    margin-left: 300px;
    margin-top: -40px;
  }
  .temp {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: -13px;
    padding-bottom: 10px;
  }
  .temp_min_max {
    font-weight: bold;
    font-size: 0.9em;
    padding-top: 0px;
    white-space: nowrap;
    text-align: center;
    clear: both;
  }
  .other {
    white-space: nowrap;
  }

  .future-forecast .today .templ {
    font-size: 16px;
  }
  .today > img {
    padding-top: 50px;
  }
  .date-container .time {
    font-size: 50px;
  }

  .date-container #am-pm {
    font-size: 20px;
  }

  .date-container .date {
    font-size: 20px;
  }
  .place-container {
    margin-top: 15px;
  }
  .country {
    padding-left: 15px;
  }

  .texticon {
    display: none;
    margin-top: 10px;
  }
  .place-container .time-zone {
    font-size: 20px;
  }

  .current-info .others {
    padding: 12px;
  }

  .current-info .others .weather-item {
    font-size: 14px;
  }
  .nhiet,
  .place-container {
    color: #ffffff;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 414px) {
  .btnchitiet {
    margin-top: -116px;
    margin-left: 196px;
  }
  .match-list {
    width: 93%;
  }
  .future-forecast {
    max-height: 200px;
  }
  .weather-forecast .weather-forecast-item {
    padding-top: 20px;
    height: 160px;
  }
  .weather-forecast .weather-forecast-item .day {
    margin-top: 0px;
    background: #3c3c44;
    border-radius: 50px;
    text-align: center;
    width: 100px;
    padding: 0;
  }
  .w-icon {
    margin: -20px -20px;
  }
  .today > img {
    margin: 0;
  }
  .contentdes {
    margin-right: 70;
    text-align: center;
    margin: 0;
  }
  .iconstemp > img {
    text-align: center;
    margin-left: -167px;
    margin-top: 13px;
  }

  .nhiet {
    margin-top: -7px;
  }
}
@media only screen and (max-width: 375px) {
  .current-info .others {
    height: 170px;

    width: 55%;

    margin-left: -11px;
  }
  .current-info .others .weather-item {
    font-size: 14px;
    white-space: nowrap;
  }
  .nhiet {
    margin: -180px 154px;
    max-width: 45%;
    background: rgba(24, 24, 27, 0.6);
    border-radius: 10px;
    border: 1px solid #eee;
    margin-left: 12.5em;
  }
  .textnhiet {
    font-size: 5em;
    margin: -25px -3px;
  }
  .textdoc {
    margin: -70px 93px;
  }
  .iconstemp {
    margin-left: -12px;
  }
  .iconstemp > img {
    margin-top: -23px;
    margin-left: 21px;
  }
  .description {
    text-align: left;
    margin: -20px -3px;
    font-size: 23px;
    white-space: nowrap;
  }
  .temp_min_max {
    margin-top: -23px;
    white-space: break-spaces;
    /* width: 76px; */
    font-size: 10px;
    /* text-align: center; */
    margin-left: -8px;
  }
  .future-forecast {
    max-height: 230px;
  }
  .date-container {
    margin-top: 0px;
  }
  .contentdes {
    font-size: 15px;
    /* margin-left: -8px; */
    /* padding-left: 37px; */
    text-align: inherit;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1401px) {
  .future-forecast {
    align-items: none;
  }
}
