#asia-pacific-content {
    margin-bottom: 100px;
}
.title-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #220f25;
  color: #fff;
  padding: 30px 60px 30px 60px;
}
.title {
  font-size: 2em;
}

.home-btn {
  margin-top: 20px;
  background-color: #37183c;
  padding: 15px;
  border-radius: 5px;
  text-transform: capitalize;
  transition: 0.3s all ease-in-out;
}

.home-btn:hover {
  background-color: #492050;
}

@media only screen and (max-width: 768px) {
  .content-area {
    padding: 0 !important;
  }
}

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  background-color: #ffffff;
  width: 100%;
  background-color: transparent;
}

ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  line-height: 31px;
  color: #000;
  border-bottom: 0px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding: 10px 20px;
  border: 1px solid #37183c;
  border-bottom: 0;
}

ul.tabs li:hover {
  background-color: #37183c;
  color: #fff;
}

.tab_container {
  clear: both;
  float: left;
  width: 100%;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #37183c;
}

.tab_content {
  display: none;
  color: #fff;
}

.tab-accordion_heading {
  display: none;
}

@media screen and (max-width: 768px) {
  .tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 10px!important;
  }
  #asia-pacific-content {
    padding: 20px;
  }
  .tab-accordion_heading {
    margin: 0;
    padding: 10px 20px;
    display: block;
    cursor: pointer;
    font-weight: normal;
    color: #fff;
    font-size: 1em;
  }
  .tabs li {
    border: 1px solid #37183c!important;
    margin-right: 10px!important;
    border-radius: 5px;
  }
}

.tab_container {
  min-height: auto;
  max-height: auto;
}

.active {
  background-color: #37183c !important;
  color: #fff!important;
}
.asia-container {
  max-width: 1300px;
  margin: 0 auto;
}

.post .image img {
  width: 140px;
}

.post {
  display: flex;
}

.post-list {
  background-color: #fff;
  max-height: 500px;
  min-height: 500px;
  overflow: auto;
}

.post-title {
  color: #000;
}
.post-date {
  color: #737373;
  margin-top: 10px;
}

.post-date .far {
  margin-right: 5px;
}

.post-content {
  padding: 20px 0;
}

/* Loader */

.loader {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 20px auto;
}

#loader-4 span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #3498db;
  margin: 0px 5px;
  opacity: 0;
}

#loader-4 span:nth-child(1) {
  animation: opacitychange 1s ease-in-out infinite;
}

#loader-4 span:nth-child(2) {
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}

#loader-4 span:nth-child(3) {
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange {
  0%,
  100% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }
}

@media only screen and (max-width: 768px) {
  .daily-container {
    flex-direction: column;
  }
  .container-image {
    text-align: center;
    align-self: center;
    padding: 0 10px;
  }
  .container-buttons {
    margin-top: 20px;
    align-self: center;
  }
  .container-buttons a {
    margin: 0;
    margin-top: 10px;
    padding: 5px;

  }
  .title-container {
    padding-top: 30px;
  }
  .title-container h1 {
    font-size: 20px;
    text-align: center;
  }
  .title-container .home-btn {
    padding: 5px;
  }
  .container-image h1 {
    font-size: 14px;
  }
  .post {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #492050;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .image {
    display: none;
  }
}
