h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "malila", sans-serif !important;
  line-height: 1.4 !important;
}

p {
  font-family: thonglor, sans-serif !important;
  line-height: 1.4 !important;
}

.blog-card .top {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.25;
  margin-bottom: 16px;
}
.blog-card .top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(1);
  transition: all 300ms ease-in-out;
}
.blog-card .top img:hover {
  filter: brightness(0.7);
  transition: all 300ms ease-in-out;
}
.blog-card .bottom .cate-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "malila", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 12px;
}
.blog-card .bottom h2 {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: black;
  text-wrap: balance;
  line-height: 1.625;
  transition: all 300ms ease-in-out;
}
.blog-card .bottom h2:hover {
  color: rgba(0, 0, 0, 0.6);
  transition: all 300ms ease-in-out;
}
.blog-card .bottom .post-category {
  filter: brightness(1);
  transition: all 300ms ease-in-out;
}
.blog-card .bottom .post-category:hover {
  filter: brightness(2);
  transition: all 300ms ease-in-out;
}
.blog-card .bottom .credit div,
.blog-card .bottom .credit a {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.625;
  font-size: 14px;
}
.blog-card .bottom .credit * {
  color: rgba(0, 0, 0, 0.8);
  transition: all 300ms ease-in-out;
}
.blog-card .bottom .credit *:hover {
  color: rgba(0, 0, 0, 0.5);
  transition: all 300ms ease-in-out;
}

.infinit-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 64px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.page-archive {
  padding-top: 140px;
}
.page-archive .title-tab {
  display: flex;
  flex-direction: column;
  text-align: center;
  border: none;
}
.page-archive .title-tab h1 {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  margin-bottom: 24px;
}
.page-archive .title-tab .des {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 40px;
  font-size: 20px;
}
.page-archive .title-tab .cat-filter {
  display: flex;
}
.page-archive .title-tab .cat-filter a {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin-top: 24px;
}
.page-archive .title-tab .cat-filter-m {
  display: none;
}

.popular-item img {
  filter: brightness(1);
  transition: all 300ms ease-in-out;
}
.popular-item img:hover {
  filter: brightness(0.8);
  transition: all 300ms ease-in-out;
}
.popular-item .cate a {
  color: #ea3516 !important;
  filter: brightness(1);
  transition: all 300ms ease-in-out;
}
.popular-item .cate a:hover {
  filter: brightness(2);
  transition: all 300ms ease-in-out;
}
.popular-item h2,
.popular-item a {
  color: black !important;
  transition: all 300ms ease-in-out;
  line-height: 1.625;
}
.popular-item h2:hover,
.popular-item h2 a:hover {
  color: rgba(0, 0, 0, 0.6) !important;
  transition: all 300ms ease-in-out;
}

body.archive header .logo-once,
body.archive header .right-menu img,
body.miniguide-template-default header .logo-once,
body.miniguide-template-default header .right-menu img {
  filter: brightness(1) !important;
}

header {
  background: transparent;
  padding-top: 24px;
  padding-bottom: 24px;
}
header .wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .wrapper .logo-once {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(20);
  transition: all 500ms ease-in-out;
}
header .wrapper .right-menu img {
  filter: brightness(20);
  transition: all 500ms ease-in-out;
}
header.animate {
  background: transparent !important;
}
header.animate .logo-once,
header.animate .right-menu img {
  filter: brightness(1);
  transition: all 500ms ease-in-out;
}

footer {
  background-color: black;
  padding-top: 80px;
  padding-bottom: 0px;
  overflow: hidden;
}
footer .top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 200px;
}
footer .top .left .logo-wrap {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 32px;
  margin-bottom: 48px;
}
footer .top .left .social-wrap {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 40px;
  margin-bottom: 24px;
}
footer .top .left .social-wrap svg,
footer .top .left .social-wrap img {
  height: 24px;
  width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .top .left div {
  color: white;
  font-size: 14px;
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
}
footer .top .right h3 {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: none;
}
footer .top .right h4 {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ea3516;
  font-size: 24px;
  margin-bottom: 12px;
}
footer .top .right p {
  font-family: "malila", sans-serif !important;
  line-height: 1.625 !important;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-size: 20px;
  margin-bottom: 32px;
}
footer .top .right #mc_embed_signup {
  width: 400px;
}
footer .top .right #mc_embed_signup form {
  margin-bottom: 0px;
  border-bottom: 1px solid white;
}
footer .top .right #mc_embed_signup form input[type=email] {
  font-family: "malila", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px !important;
  border: none !important;
  padding: 12px 0px !important;
  outline: none !important;
}
footer .top .right #mc_embed_signup form input[type=submit] {
  font-family: "malila", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px !important;
  border: none !important;
  padding: 12px 0px !important;
  outline: none !important;
  text-align: right;
}
footer .bottom img {
  width: 100%;
  margin-bottom: -4%;
}

.cant-miss {
  background-color: #e9e8e4;
  padding: 120px 0px;
}
.cant-miss .container {
  position: relative;
}
.cant-miss .h2-txt {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 15px;
  font-size: 54px;
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
}
.cant-miss .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 60px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.cant-miss .wrapper .blog-card .credit {
  display: flex;
  gap: 4px;
}
.cant-miss .wrapper .blog-card:nth-child(1) {
  margin-top: 60%;
}
.cant-miss .wrapper .blog-card:nth-child(3) {
  margin-top: 30%;
}
.cant-miss .wrapper .blog-card:nth-child(5) {
  margin-top: -60%;
}
.cant-miss .wrapper .blog-card:nth-child(6) {
  margin-top: -30%;
}

.menu-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: #e9e8e4;
  padding: 64px 0px;
  opacity: 0;
  pointer-events: none;
}
.menu-mobile .container {
  height: 100%;
}
.menu-mobile .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
}
.menu-mobile .wrapper .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  background-color: #e9e8e4;
  z-index: 1;
}
.menu-mobile .wrapper .top img {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu-mobile .wrapper .top svg {
  cursor: pointer;
}
.menu-mobile .wrapper .mid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  row-gap: 192px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.menu-mobile .wrapper .mid .item {
  border-top: 1px solid black;
  padding-top: 16px;
  width: 100%;
}
.menu-mobile .wrapper .mid .item h4,
.menu-mobile .wrapper .mid .item a {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: black;
  margin-bottom: 12px;
}
.menu-mobile .wrapper .mid .item div,
.menu-mobile .wrapper .mid .item li,
.menu-mobile .wrapper .mid .item li a {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: black;
  font-size: 12px;
  line-height: 1.625;
}
.menu-mobile .wrapper .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-mobile .wrapper .bottom .left {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 32px;
}
.menu-mobile .wrapper .bottom .left a {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: black;
  font-size: 16px;
}
.menu-mobile .wrapper .bottom .right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.menu-mobile .wrapper .bottom .right img,
.menu-mobile .wrapper .bottom .right a {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.single-topic {
  margin: 64px 0px;
}
.single-topic .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.single-topic .wrapper h3 {
  font-family: "malila", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 24px;
  font-size: 40px;
}

.contributors-wrap {
  background-color: unset;
}
.contributors-wrap .wrapper {
  margin: 0 auto;
}
.contributors-wrap h2 {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  margin-bottom: 32px;
}
.contributors-wrap .ctbt-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 !important;
  gap: 128px;
  padding: 24px 0px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.contributors-wrap .ctbt-item div {
  display: grid;
  grid-template-columns: 0.9fr 0.9fr 1.2fr;
  gap: 64px;
}
.contributors-wrap .ctbt-item div span {
  position: relative !important;
  transform: none !important;
  top: unset !important;
  left: unset !important;
  color: black;
  font-size: 14px;
  font-family: "malila", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
.contributors-wrap .ctbt-item div a h3 {
  margin: 0px;
  color: #ea3516;
  font-size: 14px;
  font-family: "malila", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
.contributors-wrap .ctbt-item div p {
  font-size: 14px;
  font-family: "malila", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  color: black;
}
.contributors-wrap .ctbt-item img.circle {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
}
.contributors-wrap .ctbt-item:last-of-type {
  border-bottom: none;
}

article.main-content .hero-style img {
  filter: brightness(0.7);
}
article.main-content .hero-style .title-contributor {
  flex-direction: column;
}
article.main-content .hero-style .title-contributor .contributor-wrap {
  display: flex;
  flex-direction: column;
}
article.main-content .hero-style .container {
  align-items: center;
}
article.main-content .hero-style .container .category {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px !important;
}
article.main-content .hero-style .container h2 {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 130px;
  line-height: 1.2 !important;
}
article.main-content .hero-style .container .title-contributor * {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.625;
}
article.main-content .hero-style .container div:has(.date) {
  display: flex;
  flex-direction: column;
}
article.main-content .hero-style .container div:has(.date) .date {
  margin: 0;
}
article.main-content .hero-style.left-content .container {
  justify-content: flex-start;
}
article.main-content .hero-style.left-content .container .category,
article.main-content .hero-style.left-content .container h2,
article.main-content .hero-style.left-content .container span,
article.main-content .hero-style.left-content .container .title-contributor {
  text-align: left !important;
}
article.main-content .hero-style.mid-content .container {
  justify-content: center;
}
article.main-content .hero-style.mid-content .container .category,
article.main-content .hero-style.mid-content .container h2,
article.main-content .hero-style.mid-content .container span,
article.main-content .hero-style.mid-content .container .title-contributor {
  text-align: center !important;
}
article.main-content .hero-style.right-content .container {
  justify-content: flex-end;
}
article.main-content .hero-style.right-content .container .category,
article.main-content .hero-style.right-content .container h2,
article.main-content .hero-style.right-content .container span,
article.main-content .hero-style.right-content .container .title-contributor {
  text-align: right !important;
}
article.main-content .summary {
  margin-bottom: 48px;
  padding-top: 56px;
}
article.main-content .summary * {
  font-family: "malila", sans-serif !important;
  font-weight: 400 !important;
}
article.main-content .summary .summary-title {
  border-bottom: 1px solid #ea3516;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
article.main-content .summary .summary-title span {
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: black;
}
article.main-content .summary p,
article.main-content .summary li {
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  color: black;
  line-height: 1.625;
}
article.main-content .summary li::marker {
  font-size: 12px;
}
article.main-content .leadparagraph p {
  font-size: 24px !important;
  margin-bottom: 48px !important;
}
article.main-content .tag-list .wrapper {
  margin: 0 auto;
}
article.main-content .tag-list a {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #efefef;
  border-radius: 999px;
  color: black;
  font-size: 14px;
}
article.main-content .contactbox {
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.front-page .banner {
  position: relative;
  height: 100svh;
}
.front-page .banner .container {
  height: 100%;
}
.front-page .banner .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0px 15px;
  gap: 24px;
  z-index: 1;
}
.front-page .banner .wrapper.left-content {
  align-items: flex-start;
  text-align: left;
}
.front-page .banner .wrapper.mid-content {
  align-items: center;
  text-align: center;
}
.front-page .banner .wrapper.right-content {
  align-items: flex-end;
  text-align: right;
}
.front-page .banner .wrapper a {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: white;
}
.front-page .banner .wrapper h2 {
  font-family: "malila", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 130px;
  color: white;
}
.front-page .banner .wrapper p {
  font-family: "malila", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: white;
  line-height: 1.625 !important;
}
.front-page .banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
  filter: brightness(0.7);
}
.front-page .popular {
  padding: 120px 0px;
  background-color: #e9e8e4;
}
.front-page .popular h2 {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 54px;
  line-height: 1.2;
  margin-bottom: 40px;
  color: black;
}
.front-page .popular .wrapper .wpp-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.front-page .popular .wrapper .wpp-list li {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.front-page .popular .wrapper .wpp-list li .num {
  font-family: "malila", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #ea3516;
  margin-bottom: 12px;
}
.front-page .popular .wrapper .wpp-list li a {
  color: black;
}
.front-page .popular .wrapper .wpp-list li h2 {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: black;
}
.front-page .popular .wrapper .wpp-list li .cate {
  font-family: "malila", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  margin: 12px 0px;
}
.front-page .popular .wrapper .wpp-list li .cate a {
  color: #ea3516;
}
.front-page .popular .wrapper .wpp-list li img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1.25;
}
.front-page .popular .wrapper .wpp-list li:nth-child(1) {
  margin-top: 100px;
}
.front-page .popular .wrapper .wpp-list li:nth-child(3) {
  margin-top: -100px;
}
.front-page .quote {
  padding: 180px 0px;
}
.front-page .quote .wrapper h3 {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  color: black;
}
.front-page .cant-miss {
  background-color: white;
}
.front-page .art-culture {
  position: relative;
}
.front-page .art-culture .container {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
.front-page .art-culture .wrapper {
  position: sticky;
  padding: 120px 0px;
  top: 120px;
  bottom: 120px;
}
.front-page .art-culture .wrapper a {
  display: block;
}
.front-page .art-culture .wrapper a {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-size: 16px;
  margin-bottom: 24px;
}
.front-page .art-culture .wrapper h2 {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-size: 140px;
  margin-bottom: 12px;
}
.front-page .art-culture .wrapper p {
  font-family: "malila", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-size: 20px;
  line-height: 1.625 !important;
}
.front-page .art-culture picture,
.front-page .art-culture img {
  width: 100%;
  height: auto;
}
.front-page .main-image .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.front-page .art-pulse {
  padding: 80px 0px;
  background-color: #e9e8e3;
}
.front-page .art-pulse .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
.front-page .art-pulse .top h2.txt {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 54px;
  color: black;
}
.front-page .art-pulse .top a {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: black;
}
.front-page .art-pulse .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.front-page .sharing {
  padding: 80px 0px;
}
.front-page .sharing .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
.front-page .sharing .top h2.txt {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 54px;
  color: black;
}
.front-page .sharing .top a {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: black;
}
.front-page .sharing .wrapper {
  overflow: scroll;
  display: flex;
  flex-wrap: nowrap;
  gap: 32px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.front-page .sharing .wrapper .blog-card {
  min-width: 25vw;
}
.front-page .bewithus {
  padding: 160px 0px;
  background-color: #e9e8e3;
}
.front-page .bewithus .wrapper {
  text-align: center;
}
.front-page .bewithus .wrapper h2 {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 54px;
  color: black;
  margin-bottom: 16px;
}
.front-page .bewithus .wrapper div {
  font-family: "malila", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: black;
  line-height: 1.5 !important;
}
.front-page .bewithus .wrapper div a {
  color: #ea3516;
}
.front-page .bewithus .wrapper div p,
.front-page .bewithus .wrapper div a {
  font-family: "malila", sans-serif !important;
  line-height: 1.5 !important;
}
.front-page .in-radar {
  padding: 120px 0px;
}
.front-page .in-radar .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
.front-page .in-radar .top h2.txt {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 54px;
  color: black;
}
.front-page .in-radar .top a {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: black;
}
.front-page .in-radar .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.front-page .in-radar .wrapper .blog-card {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1.2;
  position: relative;
}
.front-page .in-radar .wrapper .blog-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  filter: brightness(0.8);
  transition: all 300ms ease-in-out;
}
.front-page .in-radar .wrapper .blog-card .bottom {
  padding: 0px 48px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.front-page .in-radar .wrapper .blog-card .bottom .cate-wrap a {
  font-family: "malila", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: white;
}
.front-page .in-radar .wrapper .blog-card .bottom h2 {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  color: white;
  margin-bottom: 32px;
}
.front-page .in-radar .wrapper .blog-card .bottom .credit * {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: white;
}
.front-page .in-radar .wrapper .blog-card .bottom .post-category {
  color: white;
}
.front-page .in-radar .wrapper .blog-card:hover img {
  filter: brightness(0.6);
  transition: all 300ms ease-in-out;
}
.front-page .mini-guide {
  background-color: #e9e8e4;
}
.front-page .mini-guide .wrapper {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
}
.front-page .mini-guide .wrapper .left {
  order: 1;
  position: relative;
}
.front-page .mini-guide .wrapper .left .item {
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.front-page .mini-guide .wrapper .left .item * {
  transition: all 300ms ease-in-out;
}
.front-page .mini-guide .wrapper .left .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  opacity: 0;
}
.front-page .mini-guide .wrapper .left .item h4 {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 44px;
  color: white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
  z-index: 1;
  opacity: 0;
  text-align: center;
}
.front-page .mini-guide .wrapper .left .item.active img,
.front-page .mini-guide .wrapper .left .item.active h4 {
  opacity: 1;
}
.front-page .mini-guide .wrapper .right {
  order: 2;
  padding: 100px 0px;
  padding-left: 40px;
  padding-right: calc((100vw - 1400px) / 2);
}
.front-page .mini-guide .wrapper .right h2 {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: black;
  font-size: 54px;
  margin-bottom: 48px;
}
.front-page .mini-guide .wrapper .right .item-wrap {
  max-height: 550px;
  overflow: scroll;
  scrollbar-color: #ccc transparent;
}
.front-page .mini-guide .wrapper .right .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.front-page .mini-guide .wrapper .right .item * {
  transition: all 500ms ease-in-out;
}
.front-page .mini-guide .wrapper .right .item span {
  width: 32px;
}
.front-page .mini-guide .wrapper .right .item div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
.front-page .mini-guide .wrapper .right .item div,
.front-page .mini-guide .wrapper .right .item h4 {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.2);
}
.front-page .mini-guide .wrapper .right .item svg {
  opacity: 0;
  margin-right: 12px;
}
.front-page .mini-guide .wrapper .right .item.active {
  border-bottom: 1px solid black;
}
.front-page .mini-guide .wrapper .right .item.active div,
.front-page .mini-guide .wrapper .right .item.active h4 {
  color: black;
}
.front-page .mini-guide .wrapper .right .item.active svg {
  opacity: 1;
  margin-right: 0px;
}
.front-page .letter {
  padding: 140px 0px;
}
.front-page .letter .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.front-page .letter .wrapper h2 {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  color: black;
  margin-bottom: 16px;
  text-align: center;
}
.front-page .letter .wrapper p {
  font-family: "malila", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: black;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.625 !important;
}
.front-page .letter .wrapper #mc_embed_signup {
  display: flex;
  align-items: center;
  justify-content: center;
}
.front-page .letter .wrapper #mc_embed_signup form {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
}
.front-page .letter .wrapper #mc_embed_signup input[type=email] {
  font-family: "malila", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 20px !important;
  color: black !important;
  height: 48px !important;
  border-radius: 999px !important;
  background-color: #f1f1f1 !important;
  padding: 8px 24px !important;
  width: 450px !important;
  border: none !important;
  outline: none !important;
}
.front-page .letter .wrapper #mc_embed_signup input[type=submit] {
  font-family: "malila", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 20px !important;
  color: white !important;
  padding: 8px 12px !important;
  background-color: black !important;
  border-radius: 999px !important;
  height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.front-page .once-capture {
  padding: 80px 0px;
  background-color: #e9e8e4;
  overflow: hidden;
}
.front-page .once-capture .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
.front-page .once-capture .top h2.txt {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 54px;
  color: black;
}
.front-page .once-capture .top a {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: black;
}
.front-page .once-capture .blog-card {
  min-width: 20vw;
}
.front-page .once-capture .blog-card .top {
  position: relative;
}
.front-page .once-capture .blog-card .top svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.front-page .bewithusimg {
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
}
.front-page .bewithusimg .wrapper {
  padding: 120px 0px;
  display: flex;
  flex-direction: column;
}
.front-page .bewithusimg .wrapper .top h2 {
  color: white;
  font-size: 54px;
  margin-bottom: 32px;
}
.front-page .bewithusimg .wrapper .top p {
  color: white;
  font-size: 20px;
  margin-bottom: 32px;
  font-family: "malila", sans-serif !important;
  line-height: 1.625 !important;
}
.front-page .bewithusimg .wrapper .top p a {
  font-family: "malila", sans-serif !important;
  line-height: 1.625 !important;
  color: white;
  position: relative;
}
.front-page .bewithusimg .wrapper .top p a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: white;
  bottom: 4px;
  left: 0;
}
.front-page .bewithusimg .wrapper .bottom {
  margin-left: auto;
}
.front-page .bewithusimg .wrapper .bottom div {
  color: white;
  font-size: 14px;
  margin-bottom: 12px;
  font-family: "malila", sans-serif !important;
  line-height: 1.625 !important;
}
.front-page .bewithusimg .wrapper .bottom a {
  color: white;
  font-size: 20px;
  font-family: "malila", sans-serif !important;
  line-height: 1.625 !important;
}
.front-page .bewithusimg .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.front-page .carft-stories {
  padding: 80px 0px;
}
.front-page .carft-stories .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
.front-page .carft-stories .top h2.txt {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 54px;
  color: black;
}
.front-page .carft-stories .top a {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: black;
}
.front-page .carft-stories .wrapper .blog-card {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  gap: 40px;
  padding: 40px 0px;
  border-top: 1px solid black;
}
.front-page .carft-stories .wrapper .blog-card .top {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.3;
  margin: 0px;
}
.front-page .carft-stories .wrapper .blog-card .top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.front-page .carft-stories .wrapper .blog-card .bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.front-page .carft-stories .wrapper .blog-card .bottom .left h2 {
  font-size: 40px;
}
.front-page .carft-stories .wrapper .blog-card .bottom .credit {
  text-wrap: nowrap;
}
.front-page .travel-style {
  padding: 80px 0px;
}
.front-page .travel-style .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
.front-page .travel-style .top h2.txt {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 54px;
  color: black;
}
.front-page .travel-style .top a {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: black;
}
.front-page .travel-style .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.front-page .all-cate {
  padding: 250px 0px 100px 0px;
}
.front-page .all-cate .wrapper {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto;
  gap: 32px;
}
.front-page .all-cate .wrapper .item {
  position: relative;
}
.front-page .all-cate .wrapper .item .img {
  position: absolute;
  bottom: 24px;
  width: 100%;
  aspect-ratio: 1/1.2;
  opacity: 0;
  transition: all 300ms ease-in-out;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
}
.front-page .all-cate .wrapper .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.front-page .all-cate .wrapper .item h3 {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #ea3516;
  transition: color 300ms ease-in-out;
}
.front-page .all-cate .wrapper .item h5 {
  position: absolute;
  top: 24px;
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  opacity: 0;
  transition: all 300ms ease-in-out;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
}
.front-page .all-cate .wrapper .item:hover .img {
  bottom: 40px;
  opacity: 1;
}
.front-page .all-cate .wrapper .item:hover h5 {
  top: 32px;
  opacity: 1;
}
.front-page .all-cate .wrapper:hover .item h3 {
  color: rgba(0, 0, 0, 0.4);
}
.front-page .all-cate .wrapper:hover .item:hover h3 {
  color: #ea3516;
}
.front-page .mySwiper-sfp {
  position: relative;
}

.page-author {
  padding-top: 80px;
}
.page-author .content .author-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px;
  border: none;
  margin-bottom: 40px;
}
.page-author .content .author-info .img-fluid,
.page-author .content .author-info img {
  width: auto;
}

.archive-miniguide .mini-guide {
  height: 100vh;
  background-color: #e9e8e4;
}
.archive-miniguide .mini-guide .container-full {
  height: 100%;
}
.archive-miniguide .mini-guide .wrapper {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  height: 100%;
}
.archive-miniguide .mini-guide .wrapper .left {
  order: 1;
  position: relative;
  height: 100%;
}
.archive-miniguide .mini-guide .wrapper .left .item {
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.archive-miniguide .mini-guide .wrapper .left .item * {
  transition: all 300ms ease-in-out;
}
.archive-miniguide .mini-guide .wrapper .left .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  opacity: 0;
}
.archive-miniguide .mini-guide .wrapper .left .item h4 {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 44px;
  color: white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
  z-index: 1;
  opacity: 0;
  text-align: center;
}
.archive-miniguide .mini-guide .wrapper .left .item.active img,
.archive-miniguide .mini-guide .wrapper .left .item.active h4 {
  opacity: 1;
}
.archive-miniguide .mini-guide .wrapper .right {
  order: 2;
  padding: 100px 0px;
  padding-left: 40px;
  padding-right: calc((100vw - 1400px) / 2);
}
.archive-miniguide .mini-guide .wrapper .right h2 {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: black;
  font-size: 54px;
  margin-bottom: 48px;
}
.archive-miniguide .mini-guide .wrapper .right .item-wrap {
  max-height: 550px;
  overflow: scroll;
  scrollbar-color: #ccc transparent;
}
.archive-miniguide .mini-guide .wrapper .right .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.archive-miniguide .mini-guide .wrapper .right .item * {
  transition: all 500ms ease-in-out;
}
.archive-miniguide .mini-guide .wrapper .right .item span {
  width: 32px;
}
.archive-miniguide .mini-guide .wrapper .right .item div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
.archive-miniguide .mini-guide .wrapper .right .item div,
.archive-miniguide .mini-guide .wrapper .right .item h4 {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.2);
}
.archive-miniguide .mini-guide .wrapper .right .item svg {
  opacity: 0;
  margin-right: 12px;
}
.archive-miniguide .mini-guide .wrapper .right .item.active {
  border-bottom: 1px solid black;
}
.archive-miniguide .mini-guide .wrapper .right .item.active div,
.archive-miniguide .mini-guide .wrapper .right .item.active h4 {
  color: black;
}
.archive-miniguide .mini-guide .wrapper .right .item.active svg {
  opacity: 1;
  margin-right: 0px;
}

.banner-capture .first-container {
  align-items: center !important;
  padding: 80px 0px !important;
}
.banner-capture .top .category {
  font-family: "malila", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px !important;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.banner-capture .top h2 {
  line-height: 1.2 !important;
  font-size: 80px !important;
  -webkit-line-clamp: none !important;
}

.content-capture {
  padding: 128px 0px;
}

.capture-card .top {
  position: relative;
}
.capture-card .top svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}/*# sourceMappingURL=revamp.css.map */