@charset "UTF-8";
@font-face {
  font-family: "CS PraJad";
  src: url("../fonts/CSPraJad-boldItalic.eot");
  src: url("../fonts/CSPraJad-boldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/CSPraJad-boldItalic.woff2") format("woff2"), url("../fonts/CSPraJad-boldItalic.woff") format("woff"), url("../fonts/CSPraJad-boldItalic.ttf") format("truetype"), url("../fonts/CSPraJad-boldItalic.svg#CSPraJad-boldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "CS PraJad";
  src: url("../fonts/CSPraJad.eot");
  src: url("../fonts/CSPraJad.eot?#iefix") format("embedded-opentype"), url("../fonts/CSPraJad.woff2") format("woff2"), url("../fonts/CSPraJad.woff") format("woff"), url("../fonts/CSPraJad.ttf") format("truetype"), url("../fonts/CSPraJad.svg#CSPraJad") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CS PraJad";
  src: url("../fonts/CSPraJad-bold.eot");
  src: url("../fonts/CSPraJad-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CSPraJad-bold.woff2") format("woff2"), url("../fonts/CSPraJad-bold.woff") format("woff"), url("../fonts/CSPraJad-bold.ttf") format("truetype"), url("../fonts/CSPraJad-bold.svg#CSPraJad-bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CS PraJad";
  src: url("../fonts/CSPraJad-Italic.eot");
  src: url("../fonts/CSPraJad-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/CSPraJad-Italic.woff2") format("woff2"), url("../fonts/CSPraJad-Italic.woff") format("woff"), url("../fonts/CSPraJad-Italic.ttf") format("truetype"), url("../fonts/CSPraJad-Italic.svg#CSPraJad-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
html,
body {
  margin: 0;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: "Source Sans Pro", "CS PraJad", sans-serif;
  font-size: min(1.1vw, 20px);
  font-weight: 400;
  color: white;
  line-height: 1.75;
}
@media (max-width: 480px) {
  html,
  body {
    font-size: 14px;
    line-height: 1.3;
  }
}

h1 {
  font-weight: 600;
  font-size: min(4.2vw, 80px);
  line-height: 1;
  margin: 0;
}
@media (max-width: 480px) {
  h1 {
    font-size: 18px;
  }
}

h2 {
  font-weight: 300;
  font-size: min(1.6vw, 30px);
  line-height: 1;
  margin: 0;
}

h3 {
  font-weight: 600;
  font-size: min(3.2vw, 60px);
  line-height: 1.35;
  margin: 0;
}

h4 {
  font-weight: 400;
  font-size: min(1.4vw, 25px);
  line-height: 1.35;
  margin: 0;
}

a {
  text-decoration: none;
  color: #ffffff;
}

p {
  margin: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
}
header .content, header .content_right {
  display: flex;
  justify-content: center;
  padding: min(2.7vw, 50px);
  gap: min(2.7vw, 50px);
}
header .content a, header .content_right a {
  color: white;
  text-decoration: none;
}
header .content a:hover, header .content_right a:hover {
  border-bottom: 1px solid #ffffff;
}
header .content_right {
  position: absolute;
  top: 0;
  right: 0;
}
header .content_right a {
  font-size: min(0.8vw, 14px);
}
header .content_right a.active {
  border-bottom: 1px solid #ffffff;
}
header .logo-size {
  width: 74px;
  height: auto;
}
header .menu-toggle {
  display: none;
  font-size: 24px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  padding: min(2.7vw, 50px);
}
header .menu-toggle .close {
  display: none;
}
@media (max-width: 768px) {
  header .menu-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  header {
    background-color: #333;
  }
  header .content, header .content_right {
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  header .content.show, header .content_right.show {
    display: flex;
  }
  header .content {
    padding: 20px;
    gap: 20px;
  }
  header .content a {
    font-size: 14px;
  }
  header .content_right {
    position: static;
    padding: 20px;
    flex-direction: row;
    justify-content: center;
  }
  header .content_right a {
    margin: 0 5px;
  }
}
@media (max-width: 480px) {
  header .content, header .content_right {
    padding: 10px;
    gap: 10px;
  }
  header .content_right a {
    margin: 0 3px;
    font-size: 12px;
  }
}

footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  width: 100vw;
  pointer-events: none;
}
footer .content {
  display: flex;
  justify-content: space-between;
  padding: min(2.7vw, 50px);
}
footer .content .left .page {
  display: none;
  align-items: baseline;
  gap: 5px;
}
footer .content .left .page .current {
  font-size: min(2.1vw, 40px);
}
footer .content .left .page .total {
  font-size: min(1.6vw, 30px);
  position: relative;
  top: 3px;
}
footer .content .left .text {
  font-size: min(0.9vw, 16px);
  line-height: 1.35;
}
footer .content .right {
  color: white;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  gap: 2.6vw;
  align-items: center;
  pointer-events: auto;
}
@media (max-width: 480px) {
  footer .content .left .text {
    font-size: 12px;
  }
}

.border_ci {
  width: 27.6vw;
  height: 9.4vw;
  transform: matrix(0.74, -0.67, 0.67, 0.74, 0, 0);
  border: 2px solid #ffffff;
  opacity: 0.31;
  position: absolute;
  border-radius: 50%;
}

.border_ci_2 {
  width: 31.8vw;
  height: 22.9vw;
  transform: matrix(1, -0.6, 0.6, 0.74, 0, 0);
  border: 2px solid #ffffff;
  opacity: 0.31;
  position: absolute;
  border-radius: 50%;
  margin-top: -3.7vw;
  z-index: -1;
}

.button {
  font-size: min(0.9vw, 16px);
  border: 1px solid #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  width: min(8.4vw, 160px);
  height: min(4.2vw, 80px);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  justify-content: center;
  align-items: center;
  display: flex;
}
@media (max-width: 480px) {
  .button {
    width: 100px;
    height: 50px;
    font-size: 12px;
  }
}

.container {
  max-height: 100%;
}
.container .panel {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.container section:not(.first) {
  opacity: 0;
  visibility: hidden;
  transform: scale(1);
}
.container .wrapper {
  max-width: 1140px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

svg.line {
  width: 80%;
  top: -71%;
  left: 30%;
  position: fixed;
  z-index: 1;
  pointer-events: none;
}

.migrant_stories_intro {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  z-index: 99;
  background: #000000;
}
.migrant_stories_intro::before {
  content: "";
  width: calc(100vw + 60px);
  height: calc(100vh + 60px);
  background: url("../images/home/home_pic01-03_01.webp");
  background-size: cover;
  background-position: center;
  position: absolute;
  filter: blur(15px);
  margin: -30px;
  opacity: 0.8;
}
.migrant_stories_intro .mask_img {
  border-radius: 70% 30% 70% 30%/70% 30% 70% 30%;
  width: 40%;
  height: 50%;
  position: fixed;
  overflow: hidden;
  pointer-events: none;
  top: 30%;
  left: 30%;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.migrant_stories_intro .mask_img img {
  position: absolute;
  pointer-events: none;
  width: calc(100vw + 60px);
  height: calc(100vh + 60px);
  -o-object-fit: cover;
     object-fit: cover;
  left: -79%;
  top: -66%;
}
.migrant_stories_intro .content {
  width: 50%;
  margin-top: -50vh;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  position: relative;
  align-items: flex-end;
}
.migrant_stories_intro .content h2 {
  font-size: min(2.1vw, 40px);
}
.migrant_stories_intro .content_r {
  width: min(22.4vw, 430px);
  margin-left: 6vw;
  margin-top: 55vh;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  align-items: flex-end;
  font-size: min(1.2vw, 23px);
}
@media (max-width: 480px) {
  .migrant_stories_intro .content {
    width: 60%;
    margin-left: 43px !important;
  }
  .migrant_stories_intro .content h2 {
    font-size: 14px;
  }
  .migrant_stories_intro .content_r {
    width: 80vw;
    font-size: 14px;
  }
}

.migrant_stories {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 98;
}
.migrant_stories::before {
  content: "";
  width: calc(100vw + 60px);
  height: calc(100vh + 60px);
  background: url("../images/home/home_pic01-03_02.webp");
  background-size: cover;
  background-position: center;
  position: absolute;
  filter: blur(15px);
  margin: -30px;
}
.migrant_stories .mask_img {
  border-radius: 77% 23% 80% 20%/80% 20% 80% 20%;
  width: 60%;
  height: 120%;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  bottom: 2.6vw;
  right: 10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.migrant_stories .mask_img img {
  position: absolute;
  pointer-events: none;
  width: calc(100vw + 60px);
  height: calc(100vh + 60px);
  -o-object-fit: cover;
     object-fit: cover;
  top: 20%;
  right: 0;
}
.migrant_stories .content {
  width: min(21.9vw, 420px);
  display: flex;
  flex-direction: column;
  gap: 1vw;
  position: relative;
}
.migrant_stories .content h1 {
  margin-bottom: 2.7vh;
}
.migrant_stories .content p {
  margin-bottom: 2.7vh;
  height: 20vh;
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 15px;
  text-align: left;
  scrollbar-color: #d4aa70 #e4e4e4;
  scrollbar-width: thin;
}
.migrant_stories .content p::-webkit-scrollbar {
  width: 17px;
}
.migrant_stories .content p::-webkit-scrollbar-track {
  opacity: 0;
  border-radius: 100px;
}
.migrant_stories .content p::-webkit-scrollbar-thumb {
  border-radius: 100px;
  border: 5px solid transparent;
  background-clip: content-box;
  background-color: rgba(0, 0, 0, 0.7333333333);
}
.migrant_stories .content .border_ci {
  top: 5.6vh;
  left: -2.6vw;
}
@media (max-width: 480px) {
  .migrant_stories .content {
    width: 47vw;
  }
  .migrant_stories .content .border_ci {
    top: -1.4vh;
    left: -2.6vw;
  }
}

.national {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.national::before {
  content: "";
  width: calc(100vw + 100px);
  height: calc(200vh + 200px);
  background: url("../images/home/home_pic02-03_bg.webp");
  background-size: cover;
  background-position: center;
  position: absolute;
  filter: blur(50px);
  margin: -50px;
  opacity: 0.8;
}
.national .mask_img {
  border-radius: 77% 23% 80% 20%/80% 20% 80% 20%;
  width: 60%;
  height: 120%;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  bottom: 50px;
  right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  background-color: #ffffff;
}
.national .mask_img img {
  position: absolute;
  pointer-events: none;
  width: calc(100vw + 100px);
  height: calc(200vh + 200px);
  -o-object-fit: cover;
     object-fit: cover;
  top: 20%;
  right: -20px;
  filter: blur(15px);
  opacity: 0.97;
}
.national .mask_img2 {
  border-radius: 230% 80%;
  width: 70%;
  height: 130%;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  right: 310px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.national .mask_img2 img {
  position: absolute;
  pointer-events: none;
  width: 100vw;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  right: -210px;
}
.national .gallery {
  display: flex;
  width: 100vw;
  position: absolute;
  justify-content: center;
  align-items: center;
}
.national .gallery img:nth-child(1) {
  width: 15vw;
  margin-right: 5.3vw;
  margin-top: -14.5vw;
}
.national .gallery img:nth-child(2) {
  width: 21vw;
  margin-right: -2.7vw;
}
.national .gallery img:nth-child(3) {
  width: 15vw;
  margin-right: -6.3vw;
  margin-top: 20.9vw;
}
.national .gallery img:nth-child(4) {
  width: 9vw;
  margin-top: -18.8vw;
  z-index: 99;
}
.national .gallery img:nth-child(5) {
  width: 15vw;
  position: absolute;
  margin-top: -4.7vw;
  margin-right: -38.1vw;
}
.national .gallery .decor {
  position: absolute;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  pointer-events: none;
}
.national .gallery .decor img:nth-child(1) {
  width: 2.6vw;
  margin-left: -5.8vw;
  margin-right: 24.5vw;
  margin-top: 5.4vw;
}
.national .gallery .decor img:nth-child(2) {
  width: 2.3vw;
  margin-top: 18.3vw;
  margin-right: -6.8vw;
}
.national .gallery .decor img:nth-child(3) {
  width: 11.3vw;
  margin-top: -1.6vw;
  margin-right: 18.8vw;
}
.national .gallery .decor img:nth-child(4) {
  width: 7.4vw;
  margin-top: 7.9vw;
  margin-right: 13.1vw;
}
.national .gallery .decor img:nth-child(5) {
  width: 4.9vw;
  position: absolute;
  margin-top: -0.6vw;
  margin-right: -57.2vw;
}
.national .content {
  margin-left: min(13vw, 420px);
  display: flex;
  flex-direction: column;
  gap: 1vw;
  position: relative;
  top: 20vh;
}
.national .content h1 {
  font-family: "Mitr", sans-serif;
  font-size: min(4.9vw, 94px);
  font-weight: 500;
}
.national .content h2 {
  font-family: "Mitr", sans-serif;
  -webkit-text-stroke: 2px white;
  -webkit-text-fill-color: transparent;
  font-size: min(4.9vw, 94px);
  font-weight: 500;
}
@media (max-width: 480px) {
  .national .gallery img:nth-child(1) {
    width: 22vw;
  }
  .national .gallery img:nth-child(2) {
    width: 33vw;
  }
  .national .gallery img:nth-child(3) {
    width: 22vw;
  }
  .national .gallery img:nth-child(4) {
    width: 15vw;
  }
  .national .gallery img:nth-child(5) {
    width: 22vw;
    margin-top: -21.7vw;
    margin-right: -51.1vw;
  }
  .national .gallery .decor img:nth-child(1) {
    width: 3.6vw;
    margin-top: 66.4vw;
  }
  .national .gallery .decor img:nth-child(2) {
    width: 3.3vw;
    margin-top: 84.3vw;
  }
  .national .gallery .decor img:nth-child(3) {
    margin-top: 65.4vw;
  }
  .national .content {
    top: 26vh;
  }
}

.national_ig {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.national_ig::before {
  content: "";
  width: calc(100vw + 100px);
  height: calc(200vh + 200px);
  background: url("../images/home/home_pic02-03_bg.webp");
  background-size: cover;
  background-position: center;
  position: absolute;
  filter: blur(50px);
  margin: -50px;
  opacity: 0.8;
}
.national_ig .mask_img {
  border-radius: 77% 23% 80% 20%/80% 20% 80% 20%;
  width: 60%;
  height: 120%;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  bottom: 50px;
  right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  background-color: #ffffff;
}
.national_ig .mask_img img {
  position: absolute;
  pointer-events: none;
  width: 100vw;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 20%;
  right: -20px;
  filter: blur(15px);
  opacity: 0.97;
}
.national_ig .mask_img2 {
  border-radius: 230% 80%;
  width: 70%;
  height: 130%;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  bottom: -170px;
  right: 310px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.national_ig .mask_img2 img {
  position: absolute;
  pointer-events: none;
  width: 100vw;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  right: -210px;
}
.national_ig .content {
  width: 420px;
  margin-left: 13vw;
  display: flex;
  flex-direction: column;
  gap: 2.6vw;
  position: relative;
}
.national_ig .content h1 {
  font-family: "Mitr", sans-serif;
  font-size: min(2.7vw, 50px);
  font-weight: 500;
  margin-top: -2.1vw;
}
.national_ig .ig {
  z-index: 9;
  margin-left: 7.9vw;
  width: 28.8vw;
}

.stories_of_change {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.stories_of_change::before {
  content: "";
  width: calc(100vw + 100px);
  height: calc(100vh + 200px);
  background: url("../images/store-of-change/SKR_WinrockSK1_0183.webp");
  background-size: cover;
  background-position: center;
  position: absolute;
  filter: blur(15px);
  margin: -30px;
}
.stories_of_change .mask_img {
  border-radius: 77% 23% 80% 20%/80% 20% 80% 20%;
  width: 60%;
  height: 120%;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  bottom: 50px;
  right: 10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.stories_of_change .mask_img img {
  position: absolute;
  pointer-events: none;
  width: calc(100vw + 100px);
  height: calc(100vh + 200px);
  -o-object-fit: cover;
     object-fit: cover;
  top: 20%;
  right: -20px;
}
.stories_of_change .content {
  width: min(21.9vw, 420px);
  margin-left: 13vw;
  display: flex;
  flex-direction: column;
  gap: 2.6vw;
  position: relative;
}
.stories_of_change .content h1 {
  font-size: min(3.7vw, 70px);
  font-weight: 600;
  margin-top: -2.1vw;
}
.stories_of_change .content .border_ci {
  left: -8.3vw;
  top: -8.1vh;
}
@media (max-width: 480px) {
  .stories_of_change .content {
    width: 30vw;
  }
  .stories_of_change .content h1 {
    font-size: 24px;
  }
  .stories_of_change .content .border_ci {
    top: -4vh;
  }
}

.act_now {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.act_now::before {
  content: "";
  width: calc(100vw + 100px);
  height: calc(100vh + 200px);
  background: url("../images/act-now/menu_bg.webp");
  background-size: cover;
  background-position: center;
  position: absolute;
  filter: blur(15px);
  margin: -30px;
}
.act_now .content {
  max-width: min(32.6vw, 625px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.7vh;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.act_now .content h1 {
  font-size: min(3.2vw, 60px);
  font-weight: 600;
  margin-top: 50px;
}
.act_now .content p {
  font-size: min(0.9vw, 16px);
  line-height: 1.5;
}
.act_now .content p .khontangdaw_logo {
  width: min(12.3vw, 235px);
  margin: 15px 7px;
}
.act_now .content .social_content a {
  margin: 1vw 0.5vw 0;
  display: inline-block;
}
.act_now .content .social_content a img {
  width: min(1.6vw, 30px);
}
.act_now .content .migrant_content a {
  margin: 1vw 0.5vw 0;
  display: inline-block;
}
.act_now .content .migrant_content a img {
  width: min(1.6vw, 30px);
}
.act_now .content .khontangdaw_logo_content {
  margin: 0;
}
.act_now .content .khontangdaw_logo_content span {
  text-decoration: line-through;
}
.act_now .content .border_ci {
  transform: matrix(1, -0.67, 0.67, 0.74, 0, 0);
  width: 16.6vw;
  height: 7.4vw;
  top: 4.3vh;
}
@media (max-width: 480px) {
  .act_now .content {
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 75vw;
  }
  .act_now .content h1 {
    font-size: 24px;
  }
  .act_now .content p {
    font-size: 14px;
  }
  .act_now .content p .khontangdaw_logo {
    width: 22vw;
  }
  .act_now .content .social_content a img, .act_now .content .migrant_content a img {
    width: 22px;
  }
}

.u-non-blurred {
  position: relative;
  z-index: 1;
}

.explore-1-bg {
  width: 100%;
  height: 100%;
  background: url("../images/photo-exhibition/main_gallery_hero_pic.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.explore-1-bg header {
  z-index: 10;
}
.explore-1-bg .photo-exhibition {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
.explore-1-bg .photo-exhibition::before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.explore-1-bg .photo-exhibition .main-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  justify-items: center;
}
.explore-1-bg .photo-exhibition .main-container .content {
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  align-items: flex-start;
  align-self: flex-end;
  margin-top: 10vh;
  margin-left: -50px;
  height: 100vh;
}
.explore-1-bg .photo-exhibition .main-container .content .content_l {
  width: 15.7vw;
  margin-top: 60vh;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  align-items: flex-start;
  margin-left: -20.9vw;
  margin-bottom: 50px;
}
.explore-1-bg .photo-exhibition .main-container .content2 {
  width: 26.8vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.explore-1-bg .photo-exhibition .main-container .content2 p {
  margin-bottom: 50px;
  width: 100%;
  font-size: min(1vw, 18px);
}
.explore-1-bg .photo-exhibition .main-container .flex-container {
  display: flex;
  justify-content: center;
  gap: 10.4vw;
  width: 100%;
}
.explore-1-bg .photo-exhibition .main-container .flex-container .img-container {
  flex-basis: 0;
  margin-bottom: 20vh;
}
.explore-1-bg .photo-exhibition .main-container .flex-container .img-container a {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: block;
  transition: all 0.5s;
}
.explore-1-bg .photo-exhibition .main-container .flex-container .img-container a:hover {
  display: block;
  background: #000000;
}
.explore-1-bg .photo-exhibition .main-container .flex-container .img-container a:hover div {
  opacity: 1;
}
.explore-1-bg .photo-exhibition .main-container .flex-container .img-container a:hover img {
  opacity: 0.5;
}
.explore-1-bg .photo-exhibition .main-container .flex-container .img-container a div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 1;
  flex-direction: column;
  line-height: 1.35;
}
.explore-1-bg .photo-exhibition .main-container .flex-container .img-container a div span {
  display: block;
  font-size: min(1.6vw, 30px);
}
.explore-1-bg .photo-exhibition .main-container .flex-container .img-container a img {
  position: relative;
  max-width: 25vw;
}
.explore-1-bg .photo-exhibition .main-container .small-img {
  width: 555px;
  height: auto;
}
.explore-1-bg .photo-exhibition .main-container .scroll {
  position: fixed;
  right: 0;
}
.explore-1-bg .photo-exhibition .main-container .mask_img {
  border-radius: 30% 90%;
  width: 55vw;
  height: 85vh;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  top: 6.8vw;
  left: 23vw;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.explore-1-bg .photo-exhibition .main-container .mask_img img {
  position: absolute;
  pointer-events: none;
  width: calc(100vw + 60px);
  height: calc(100vh + 60px);
  -o-object-fit: cover;
  object-fit: cover;
  top: calc(-10% - 75px);
  left: calc(-40% - 58px);
}

@media screen and (max-width: 768px) {
  .wp-container-7 > :where(:not(.alignleft):not(.alignright)){
    max-width: min(79.9vw, 650px) !important;
  }
  .migrant_stories_intro .content_r {
    margin-left: 0px !important;
  }
  .migrant_stories_intro .content {
    margin-top: -45vh !important;
  }
  .explore-1-bg .photo-exhibition .main-container .content .content_l {
    width: 33vw;
    margin-left: -39vw;
  }
  .explore-1-bg .photo-exhibition .main-container .content2 {
    width: auto;
    max-width: 80%;
  }
  .explore-1-bg .photo-exhibition .main-container .content2 .border_ci_2 {
    width: 85vw;
    height: 37vw;
  }
  .explore-1-bg .photo-exhibition .main-container .content2 p {
    font-size: 14px;
  }
  .explore-1-bg .photo-exhibition .main-container .flex-container {
    flex-direction: column;
  }
  .explore-1-bg .photo-exhibition .main-container .flex-container .img-container a {
    margin-bottom: 44px !important;
    transform: none !important;
  }
  
  .explore-1-bg .photo-exhibition .main-container .flex-container .img-container a img {
    min-width: 75vw;
  }
}

.footer_2 {
  position: relative;
  width: 100%;
  height: min(100vh, 50vw);
  background-color: #191919;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  pointer-events: all;
}
.footer_2 .footer_content {
  padding: min(2.7vw, 50px);
  width: min(58.6vw, 1125px);
}
.footer_2 .footer_content .footer_logo {
  gap: 2.6vw;
  display: flex;
}
.footer_2 .footer_content .footer_logo img {
  height: 3.2vw;
}
.footer_2 .footer_content .mid-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 3.2vw;
  padding-bottom: 3.6vw;
  gap: 8vw;
}
.footer_2 .footer_content .mid-box .text-box {
  display: flex;
  flex-direction: column;
  gap: 3vw;
  width: 50%;
  font-size: min(0.9vw, 16px);
}
.footer_2 .footer_content .mid-box .text-box p {
  color: #ffffff;
  font-weight: 400;
}
.footer_2 .footer_content .mid-box .text-box .copyright {
  margin-top: 9vh;
  color: #ffffff;
}
.footer_2 .footer_content .mid-box .menu {
  width: 50%;
}
.footer_2 .footer_content .mid-box .menu a {
  line-height: 1.2;
}
.footer_2 .footer_content .menu {
  display: flex;
  flex-direction: column;
  gap: 1.6vw;
  width: 100%;
  font-weight: 400;
}
.footer_2 .footer_content .menu a {
  font-size: min(1.6vw, 30px);
}
@media screen and (max-width: 1280px) {
  .footer_2 {
    height: auto;
  }
  .footer_2 .footer_content {
    padding: 20px;
    width: auto;
  }
  .footer_2 .footer_content .footer_logo img {
    height: 38px;
  }
  .footer_2 .footer_content .mid-box {
    margin-top: 20px;
    flex-direction: column-reverse;
  }
  .footer_2 .footer_content .mid-box .text-box {
    width: 100%;
    font-size: 14px;
  }
  .footer_2 .footer_content .mid-box .text-box .copyright {
    margin-top: 22px;
  }
  .footer_2 .footer_content .mid-box .menu {
    width: 100%;
  }
  .footer_2 .footer_content .mid-box .menu a {
    font-size: 14px;
  }
}

.blur {
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.explore-2-bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.explore-2-bg .all_story {
  position: fixed;
  left: min(2.7vw, 50px);
  top: 50vh;
  z-index: 99;
}
.explore-2-bg .share_story {
  position: fixed;
  right: min(2.7vw, 50px);
  top: calc(50vh - 126px);
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: right;
  z-index: 99;
}
.explore-2-bg .scroll {
  position: fixed;
  right: 20;
  bottom: 20;
  z-index: 99;
}

.next-story-bg {
  width: 100%;
  height: 100%;
  background: url("../images/explore-2/SKR_WinrockSK1_0271.png");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.explore-2-title {
  width: 98vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.explore-2-title h2 {
  font-size: min(2.1vw, 40px);
}

.menu {
  z-index: 10;
}

.menu:hover {
  cursor: pointer;
}

.menus {
  display: flex;
  width: 40vw;
  justify-content: center;
  gap: 5vw;
  z-index: 1;
}

.align-center {
  display: flex;
  flex-direction: column;
  gap: 107px;
  align-items: center;
}
.align-center .top-gap {
  padding-top: 20vh;
  border: 2px solid rgba(153, 153, 153, 0.2);
  background: rgba(0, 0, 0, 0.4);
  width: 99.8%;
}

.text-box-exp2 {
  width: 50%;
}

.text-box-full {
  font-size: 18px;
}

.context-box {
  height: 100%;
  overflow: hidden;
  padding: 0 min(2.7vw, 50px);
}

.full-size-pic {
  width: 100%;
  height: auto;
}

.half-size-pic {
  width: 50%;
  height: auto;
}

.screen-size-pic {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 10;
}
.screen-size-pic img {
  width: 100%;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.national-inside-bg {
  width: 100%;
  height: 100vh;
  background: url("../images/national-campaign/national_campian_hero_bg.png");
  background-color: #1b065e;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: 120%;
}
.national-inside-bg .national-hero-container {
  display: flex;
  width: 1125px;
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.national-inside-bg .national-hero-container .national-hero-container_content {
  height: min(56vw, 1080px);
  width: 100vw;
  position: absolute;
}
.national-inside-bg .national-hero-container .national-hero-container_content div {
  position: absolute;
}
.national-inside-bg .national-hero-container .national-hero-container_content div img,
.national-inside-bg .national-hero-container .national-hero-container_content div svg {
  width: 100%;
}
.national-inside-bg .national-hero-container .national-hero-container_content .khon-nok {
  z-index: 2;
  left: 20vw;
  top: 12vw;
  width: 13vw;
}
.national-inside-bg .national-hero-container .national-hero-container_content .left-top-line {
  z-index: 1;
  top: 6.2vw;
  left: 28.2vw;
  width: 8.1vw;
}
.national-inside-bg .national-hero-container .national-hero-container_content .left-bot-line {
  z-index: 1;
  top: 38.5vw;
  left: 27.2vw;
  width: 7.7vw;
}
.national-inside-bg .national-hero-container .national-hero-container_content .right-top-line {
  z-index: 1;
  top: 22vw;
  right: 24.9vw;
  width: 4.5vw;
}
.national-inside-bg .national-hero-container .national-hero-container_content .right-bot-line {
  z-index: 11;
  bottom: 12.5vw;
  right: 35vw;
  width: 5.4vw;
}
.national-inside-bg .national-hero-container .national-hero-container_content .share_ico {
  z-index: 10;
  top: 39vw;
  right: 38vw;
  width: 19.7vw;
}
.national-inside-bg .national-hero-container .national-hero-container_content .nation-quote-left {
  z-index: 1;
  bottom: 23vw;
  left: 42vw;
  width: 2.6vw;
}
.national-inside-bg .national-hero-container .national-hero-container_content .nation-quote-right {
  z-index: 1;
  bottom: 21.5vw;
  right: 26vw;
  width: 2.3vw;
}
.national-inside-bg .national-hero-container .national-hero-container_content .hero-1 {
  left: 30vw;
  top: 15vh;
  width: 26.5vw;
}
.national-inside-bg .national-hero-container .national-hero-container_content .hero-2 {
  left: 20vw;
  top: 27vw;
  width: 19.1vw;
}
.national-inside-bg .national-hero-container .national-hero-container_content .hero-3 {
  left: 60vw;
  top: 5vw;
  width: 14.1vw;
}
.national-inside-bg .national-hero-container .national-hero-container_content .hero-4 {
  left: 60vw;
  top: 39.5vw;
  z-index: 10;
  width: 19.1vw;
}
.national-inside-bg .national-hero-container .national-hero-container_content .title {
  left: 45vw;
  top: 27.5vw;
  z-index: 1;
  position: absolute;
}
.national-inside-bg .national-hero-container .national-hero-container_content .title h1 {
  font-family: Mitr;
  font-size: min(5.3vw, 100px);
  font-weight: 500;
}
.national-inside-bg .national-hero-container .national-hero-container_content .title h2 {
  -webkit-text-stroke: 2px white;
  color: transparent;
  font-family: Mitr;
  font-size: min(5.3vw, 100px);
  font-weight: 500;
}
.national-inside-bg .national-hero-container .national-hero-container_content .img-size {
  width: auto;
  height: auto;
}
.national-inside-bg .inside-vid-box {
  width: min(58.6vw, 1125px);
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.national-inside-bg .inside-vid-box .vdo_content {
  position: relative;
  padding: 0 min(2.7vw, 50px);
  display: flex;
  flex-direction: column;
}
.national-inside-bg .inside-vid-box .vdo_content img {
  width: min(41vw, 749px);
}
.national-inside-bg .inside-vid-box .vdo_content .title {
  top: 0;
}
.national-inside-bg .inside-vid-box .vdo_content .title svg {
  width: min(41vw, 749px);
  height: auto;
}
.national-inside-bg .inside-vid-box .vdo_content div {
  margin-bottom: min(2.7vw, 50px);
  width: min(39.1vw, 749px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.national-inside-bg .inside-vid-box .vdo_content div::before {
  content: "";
  width: 4vw;
  height: 2.7vw;
  display: block;
  background: url("../images/national-campaign/icon_play.png");
  background-size: cover;
  position: absolute;
}
.national-inside-bg .inside-vid-box .vdo_content div:first-child::before {
  background: none;
}
.national-inside-bg .inside-vid-box .vdo_content div:nth-child(odd) {
  text-align: right;
  align-self: end;
}
.national-inside-bg .inside-vid-box .vdo_content .vid-1 {
  cursor: pointer;
}
.national-inside-bg .inside-vid-box .vdo_content .vid-1::after {
  content: "";
  width: 9.3vw;
  height: 6.1vw;
  display: block;
  background: url("../images/national-campaign/national_campian_vdo_element_01.png");
  background-size: cover;
  position: absolute;
  left: -1vw;
  top: -1vw;
}
.national-inside-bg .inside-vid-box .vdo_content .vid-2 {
  cursor: pointer;
}
.national-inside-bg .inside-vid-box .vdo_content .vid-2::after {
  content: "";
  width: 8.1vw;
  height: 11vw;
  display: block;
  background: url("../images/national-campaign/national_campian_vdo_element_02.png");
  background-size: cover;
  position: absolute;
  right: -0.6vw;
  bottom: -4.2vw;
}
.national-inside-bg .inside-vid-box .vdo_content .vid-3 {
  cursor: pointer;
}
.national-inside-bg .inside-vid-box .vdo_content .vid-3::after {
  content: "";
  width: 9.3vw;
  height: 6.2vw;
  display: block;
  background: url("../images/national-campaign/national_campian_vdo_element_01.png");
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -2.1vw;
}
.national-inside-bg .inside-vid-box .vdo_content .vid-4 {
  cursor: pointer;
}
.national-inside-bg .inside-vid-box .vdo_content .vid-4::after {
  content: "";
  width: 8vw;
  height: 10.9vw;
  display: block;
  background: url("../images/national-campaign/national_campian_vdo_element_02.png");
  background-size: cover;
  position: absolute;
  right: -1vw;
  bottom: -4.1vw;
  transform: matrix(0.24, -0.97, 0.97, 0.24, 0, 0);
}
.national-inside-bg .inside-vid-box .ig {
  height: 100%;
  margin-top: 20vh;
  margin-bottom: 10vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.national-inside-bg .inside-vid-box .ig .ig_img {
  width: min(28.8vw, 552px);
  height: 80vh;
  overflow: scroll;
  width: -moz-fit-content;
  width: fit-content;
}
.national-inside-bg .inside-vid-box .ig .ig_img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .national-inside-bg .national-hero-container {
    height: 75vh;
  }
  .national-inside-bg .inside-vid-box {
    width: auto;
    max-width: 80%;
  }
  .national-inside-bg .inside-vid-box .vdo_content div {
    width: 70%;
  }
  .national-inside-bg .inside-vid-box .vdo_content img {
    width: 100%;
    height: 100px;
  }
  .national-inside-bg .inside-vid-box .ig {
    font-size: 16px;
  }
  .national-inside-bg .inside-vid-box .ig .title-font {
    font-size: 16px;
  }
}

.title-font {
  font-size: min(2.7vw, 50px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.menu-tab {
  position: fixed;
  top: 0;
  z-index: -9999;
  opacity: 0;
  height: 100vh;
  width: 100vw;
  height: 100vh;
  background: url("../images/menu/menu_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.menu-tab::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(to right, rgba(102, 102, 102, 0.4), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
}
.menu-tab header .content {
  padding: 70px 50px;
}
.menu-tab .close-but {
  margin-top: 14px;
  font-size: 24px;
}
.menu-tab .menu-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  z-index: 9;
  position: relative;
}
.menu-tab .menu-container .menu-div {
  margin-right: 33vw;
  display: flex;
  font-size: min(2.1vw, 40px);
  flex-direction: column;
  height: 50vh;
  justify-content: space-between;
  text-align: start;
  gap: 2vh;
  line-height: 1.2;
}
.menu-tab .menu-container .mask_img_menu {
  border-radius: 850% 240%;
  width: 40%;
  height: 60%;
  position: fixed;
  overflow: hidden;
  pointer-events: none;
  top: 20%;
  left: 46%;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.menu-tab .menu-container .mask_img_menu img {
  position: absolute;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  top: calc(-33% - 4px);
  left: calc(-115% - 2px);
}
.menu-tab footer {
  width: 100%;
  display: flex;
}
.menu-tab footer .menu-footer {
  display: flex;
  bottom: 0;
  padding: 50px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.contact-container {
  display: flex;
  height: 100vh;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}
.contact-container .khon-nok {
  position: absolute;
  left: -10.5vw;
}
@media screen and (max-width: 1280px) {
  .contact-container .khon-nok {
    position: absolute;
    left: -15.5vw;
  }
  .contact-container .contact-content {
    width: 70%;
  }
  .contact-container .contact-content .organize img {
    width: 50%;
  }
  .contact-container .contact-content .details {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: start;
    align-items: flex-start;
    gap: 5vh;
  }
}
@media screen and (max-width: 1440px) {
  .contact-container .khon-nok {
    position: absolute;
    left: -13.5vw;
  }
  .contact-container .contact-content {
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .contact-container .contact-content .organize img {
    width: 50%;
  }
  .contact-container .contact-content .details {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: start;
    align-items: flex-start;
    gap: 5vh;
  }
  .contact-container .contact-content .details p {
    width: 150%;
  }
}
.contact-container .contact-content {
  display: flex;
  padding-top: 5vh;
}
.contact-container .contact-content .organize {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  gap: 4vh;
}
.contact-container .contact-content .organize img {
  width: 50%;
}
.contact-container .contact-content .details {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: start;
  align-items: flex-start;
  gap: 5vh;
  font-size: min(0.9vw, 16px);
}
.contact-container .contact-content .details h1 {
  font-size: min(2.7vw, 50px);
}
.contact-container .contact-content .details .contact_detail .social {
  margin-right: 10px;
}
.contact-container .contact-content .details .contact_detail .social svg {
  width: min(1.4vw, 25px);
  height: min(1.4vw, 25px);
}
.contact-container .contact-content .details .contact_detail .social img {
  width: min(1.4vw, 25px);
  height: min(1.4vw, 25px);
}
@media screen and (max-width: 768px) {
  .contact-container .contact-content {
    width: auto;
    max-width: 75%;
  }
  .contact-container .contact-content .details {
    font-size: 14px;
  }
  .contact-container .contact-content .details h1 {
    font-size: 24px;
  }
  .contact-container .contact-content .details .contact_detail {
    width: auto;
  }
  .contact-container .contact-content .details .contact_detail .social svg, .contact-container .contact-content .details .contact_detail .social img {
    width: 14px;
    height: 14px;
  }
}

#page_contact {
  background: url("../images/contact/contact_bg.png");
}

#page_national {
  overflow: hidden;
}
#page_national .main-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  justify-items: center;
}
#page_national .main-container .content2 {
  width: min(29vw, 555px);
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#page_national .main-container .content2 p {
  margin-bottom: 50px;
  width: 100%;
}
#page_national .main-container .content2 img {
  width: min(9.3vw, 177px);
}
@media screen and (max-width: 768px) {
  #page_national .main-container .content2 {
    width: auto;
    max-width: 80%;
    height: auto;
  }
}

.wp-block-media-text {
  direction: ltr;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
}
.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  grid-column: 2;
  grid-row: 1;
  padding: 0 8%;
  word-break: break-word;
  align-self: center;
}
.wp-block-media-text .wp-block-media-text__media {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  align-self: center;
}
.wp-block-media-text .wp-block-media-text__media img,
.wp-block-media-text .wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
  align-self: center;
}

.wp-container-7 > :where(:not(.alignleft):not(.alignright)) {
  max-width: min(33.9vw, 650px);
  margin-left: auto !important;
  margin-right: auto !important;
}

.wp-container-7 > * + * {
  margin-block-start: 1.5rem;
  margin-block-end: 0;
}

.wp-container-7 {
  margin-bottom: 10vh;
}
.wp-container-7 h2 {
  font-size: clamp(2.75rem, 6vw, 3.25rem);
  font-weight: 300;
  line-height: 1.2;
}
.wp-container-7 .alignwide {
  max-width: 1000px;
}
.wp-container-7 p {
  font-size: 1.125rem;
}

.wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.wp-block-image figcaption {
  font-size: min(0.7vw, 13px);
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.video_popup {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -99999;
  opacity: 0;
}
.video_popup::before {
  content: "x";
  display: block;
  top: 15px;
  right: 15px;
  position: absolute;
  font-size: min(2.1vw, 40px);
}
.video_popup .video_container {
  width: min(50vw, 960px);
}
.video_popup .video_container .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
}
.video_popup .video_container .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .video_popup::before {
    font-size: 38px;
  }
  .video_popup .video_container {
    width: 80%;
  }
}

.story-bg {
  width: 100%;
  height: 100%;
  background: url("../images/store-of-change/SKR_WinrockSK1_0183.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: 110%;
}
.story-bg header {
  z-index: 10;
}
.story-bg #page_store_of_change {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
.story-bg #page_store_of_change::before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.story-bg #page_store_of_change .main-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  justify-items: center;
}
.story-bg #page_store_of_change .main-container .content {
  width: 40%;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  align-items: center;
  align-self: center;
  top: 80vh;
  height: 100vh;
}
.story-bg #page_store_of_change .main-container .content2 {
  width: min(58.6vw, 1125px);
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: center;
  text-align: left;
  gap: 3.2vw;
  margin: 3.2vw 0;
}
.story-bg #page_store_of_change .main-container .content2 p {
  margin-bottom: 2.7vw;
  width: 50%;
  font-size: min(1vw, 18px);
}
.story-bg #page_store_of_change .main-container .content3 {
  width: min(58.6vw, 1125px);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10.4vw;
  z-index: 99;
}
.story-bg #page_store_of_change .main-container .content3 .gallery {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  gap: 15px;
}
.story-bg #page_store_of_change .main-container .content3 .gallery .content_gallery {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 15px;
}
.story-bg #page_store_of_change .main-container .content3 .gallery .content_gallery img {
  width: 100%;
}
.story-bg #page_store_of_change .main-container .content3 .gallery .content_gallery p {
  text-align: left;
  margin-bottom: 2.7vw;
}
.story-bg #page_store_of_change .main-container .mask_img {
  border-radius: 90% 30%;
  width: 55vw;
  height: 65vh;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  top: 6.8vw;
  left: 23vw;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.story-bg #page_store_of_change .main-container .mask_img img {
  position: absolute;
  pointer-events: none;
  width: 110vw;
  height: 110vh;
  -o-object-fit: cover;
  object-fit: cover;
  top: -27%;
  left: -51%;
}
@media only screen and (max-width: 768px) {
  .story-bg #page_store_of_change .main-container .content h2 {
    font-size: 24px;
  }
  .story-bg #page_store_of_change .main-container .content2 {
    width: auto;
    max-width: 80%;
    flex-wrap: wrap;
  }
  .story-bg #page_store_of_change .main-container .content2 p {
    font-size: 14px;
    width: 100%;
  }
  .story-bg #page_store_of_change .main-container .content3 {
    width: auto;
    max-width: 80%;
  }
  .story-bg #page_store_of_change .main-container .content3 h4 {
    font-size: 20px;
  }
  .story-bg #page_store_of_change .main-container .content3 .gallery {
    flex-wrap: wrap;
    width: 100%;
  }
  .story-bg #page_store_of_change .main-container .content3 .gallery .content_gallery {
    width: 100%;
  }
}

#page_sbcc,
#page_sbcc_th {
  color: #313131;
  background-color: #0f1978;
  overflow: hidden;
}
#page_sbcc .hero_banner,
#page_sbcc_th .hero_banner {
  font-family: ibm-plex-thai, sans-serif;
  background: url(../images/sbcc/hero_02.webp);
  background-size: 100vw;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 100vh;
  height: 125vh;
}
#page_sbcc .hero_banner .detail,
#page_sbcc_th .hero_banner .detail {
  position: relative;
  top: 36vw;
  text-align: center;
}
#page_sbcc .hero_banner .detail h1,
#page_sbcc_th .hero_banner .detail h1 {
  font-weight: 600;
  font-size: min(2.8vw, 53px);
  line-height: 1.1;
  margin-bottom: 20px;
}
#page_sbcc .hero_banner .detail h1 b,
#page_sbcc_th .hero_banner .detail h1 b {
  font-weight: 700;
}
#page_sbcc .hero_banner .detail h1 b span,
#page_sbcc_th .hero_banner .detail h1 b span {
  font-size: min(3.5vw, 66px);
}
#page_sbcc .hero_banner .detail a,
#page_sbcc_th .hero_banner .detail a {
  color: #313131;
  font-size: min(1vw, 19px);
  font-weight: 700;
  text-indent: -10px;
}
#page_sbcc .hero_banner .detail a.left,
#page_sbcc_th .hero_banner .detail a.left {
  background: url("../images/sbcc/Asset4.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: min(9.8vw, 188px);
  height: min(2.9vw, 74px);
  padding: 1vw 0;
  margin-right: -1.4vw;
}
#page_sbcc .hero_banner .detail a.right,
#page_sbcc_th .hero_banner .detail a.right {
  background: url("../images/sbcc/Asset2.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: min(25.5vw, 489px);
  height: min(2.9vw, 74px);
  padding: 1vw 0;
}
#page_sbcc .map,
#page_sbcc_th .map {
  background: url("../images/sbcc/thailand_map.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45vh;
  top: 3vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#page_sbcc .map .thailand,
#page_sbcc_th .map .thailand {
  font-family: "Source Sans Pro", ibm-plex-thai, sans-serif;
  font-size: min(3.2vw, 60px);
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
#page_sbcc .map .thailand span,
#page_sbcc_th .map .thailand span {
  color: #ffe888;
  font-family: "Caveat", cursive, ibm-plex-thai, sans-serif;
  font-size: min(5.7vw, 109px);
  font-weight: 400;
}
#page_sbcc .map .thailand span.small,
#page_sbcc_th .map .thailand span.small {
  font-size: min(2.7vw, 50px);
  font-family: "Source Sans Pro", ibm-plex-thai, sans-serif;
  color: #ffffff;
  line-height: 1.5;
}
#page_sbcc .map .foreign,
#page_sbcc_th .map .foreign {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.6vw;
  position: absolute;
}
#page_sbcc .map .foreign h1,
#page_sbcc_th .map .foreign h1 {
  font-family: "Source Sans Pro", ibm-plex-thai, sans-serif;
  font-size: min(5.3vw, 100px);
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
#page_sbcc .map .foreign h2,
#page_sbcc_th .map .foreign h2 {
  font-size: min(2.7vw, 50px);
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
#page_sbcc .map .foreign p,
#page_sbcc_th .map .foreign p {
  font-size: min(0.9vw, 16px);
  color: #ffffff;
  font-weight: 600;
  max-width: min(49.5vw, 950px);
  text-align: center;
}
#page_sbcc .map .foreign img,
#page_sbcc_th .map .foreign img {
  opacity: 0;
  height: 40vh;
}
#page_sbcc .thai_foreign,
#page_sbcc_th .thai_foreign {
  background: url("../images/sbcc/thailand_map.png");
  background-repeat: no-repeat;
  background-position: 70% center;
  background-size: 45vh;
  top: 3vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#page_sbcc .thai_foreign p,
#page_sbcc_th .thai_foreign p {
  font-size: min(0.9vw, 16px);
  color: #ffffff;
  font-weight: 600;
  max-width: min(35.2vw, 480px);
  margin-left: -400px;
  opacity: 0;
}
#page_sbcc .thai_foreign img,
#page_sbcc_th .thai_foreign img {
  position: absolute;
  opacity: 0;
  scale: 0.5;
}
#page_sbcc .thai_foreign .photo01,
#page_sbcc_th .thai_foreign .photo01 {
  top: 10%;
  left: 60%;
  width: 15.3vw;
}
#page_sbcc .thai_foreign .photo02,
#page_sbcc_th .thai_foreign .photo02 {
  top: 20%;
  left: 45%;
  width: 14.7vw;
}
#page_sbcc .thai_foreign .photo03,
#page_sbcc_th .thai_foreign .photo03 {
  top: 40%;
  left: 65%;
  width: 15.2vw;
}
#page_sbcc .thai_foreign .photo04,
#page_sbcc_th .thai_foreign .photo04 {
  top: 60%;
  left: 55%;
  width: 14.9vw;
}
#page_sbcc .lower_skilled,
#page_sbcc_th .lower_skilled {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}
#page_sbcc .lower_skilled div,
#page_sbcc_th .lower_skilled div {
  display: flex;
  gap: 2.6vw;
  margin-top: 135px;
  align-items: center;
}
#page_sbcc .lower_skilled div p,
#page_sbcc_th .lower_skilled div p {
  font-size: min(1.6vw, 30px);
  color: #ffffff;
  max-width: min(23vw, 440px);
  text-align: center;
  align-items: center;
}
#page_sbcc .lower_skilled div p b,
#page_sbcc_th .lower_skilled div p b {
  font-size: min(1.9vw, 35px);
}
#page_sbcc .lower_skilled img,
#page_sbcc_th .lower_skilled img {
  margin-top: 45px;
}
#page_sbcc .lower_skilled .line01,
#page_sbcc_th .lower_skilled .line01 {
  margin-top: 0;
}
#page_sbcc .lower_skilled .line02,
#page_sbcc_th .lower_skilled .line02 {
  scale: 0.75;
}
#page_sbcc .lower_skilled .line03,
#page_sbcc_th .lower_skilled .line03 {
  scale: 0.5;
}
#page_sbcc .lower_skilled .line04,
#page_sbcc_th .lower_skilled .line04 {
  scale: 0.25;
}
#page_sbcc .lower_skilled .men_figure,
#page_sbcc_th .lower_skilled .men_figure {
  width: 9.2vw;
}
#page_sbcc .lower_skilled .women_figure,
#page_sbcc_th .lower_skilled .women_figure {
  width: 8.2vw;
}
#page_sbcc .talk,
#page_sbcc_th .talk {
  background-color: #3540a5;
  top: 2vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#page_sbcc .talk::before,
#page_sbcc_th .talk::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background: url("../images/sbcc/SKR_WinrockSR1_1170.webp");
  background-size: cover;
  opacity: 0.29;
  position: absolute;
}
#page_sbcc .talk p,
#page_sbcc_th .talk p {
  color: #ffffff;
  text-align: center;
  z-index: 9;
  max-width: min(38.6vw, 740px);
  font-size: min(0.9vw, 16px);
  font-weight: 600;
}
#page_sbcc .talk hr,
#page_sbcc_th .talk hr {
  width: 15%;
  border: 0;
  border-top: 2px solid #fff;
  z-index: 99;
  margin-top: 40px;
}
#page_sbcc .talk img,
#page_sbcc_th .talk img {
  position: absolute;
  opacity: 0;
  scale: 0.5;
}
#page_sbcc .talk .bubble_01,
#page_sbcc_th .talk .bubble_01 {
  top: 10%;
  left: 23%;
  width: 21vw;
}
#page_sbcc .talk .bubble_02,
#page_sbcc_th .talk .bubble_02 {
  top: 10%;
  left: 57%;
  width: 17.4vw;
}
#page_sbcc .talk .bubble_03,
#page_sbcc_th .talk .bubble_03 {
  top: 38%;
  left: 70%;
  width: 13.5vw;
}
#page_sbcc .talk .bubble_04,
#page_sbcc_th .talk .bubble_04 {
  top: 65%;
  left: 57%;
  width: 20.6vw;
}
#page_sbcc .talk .bubble_05,
#page_sbcc_th .talk .bubble_05 {
  top: 66%;
  left: 40%;
  width: 15.1vw;
}
#page_sbcc .talk .bubble_06,
#page_sbcc_th .talk .bubble_06 {
  top: 60%;
  left: 20%;
  width: 15.2vw;
}
#page_sbcc .talk .bubble_07,
#page_sbcc_th .talk .bubble_07 {
  top: 41%;
  left: 16%;
  width: 9.9vw;
}
#page_sbcc .migrant_workers,
#page_sbcc_th .migrant_workers {
  width: 100vw;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  margin-top: 30vw;
}
#page_sbcc .migrant_workers img,
#page_sbcc_th .migrant_workers img {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
}
#page_sbcc .migrant_workers .Phuket_Migrants_July20-227,
#page_sbcc_th .migrant_workers .Phuket_Migrants_July20-227 {
  left: 0;
  z-index: 1;
  width: 62vw;
}
#page_sbcc .migrant_workers .Phuket_Migrants_July20-244,
#page_sbcc_th .migrant_workers .Phuket_Migrants_July20-244 {
  right: 0;
  width: 71.8vw;
}
#page_sbcc .migrant_workers .paper01,
#page_sbcc_th .migrant_workers .paper01 {
  z-index: 2;
  top: -61%;
  left: 36%;
  width: 39.8vw;
}
#page_sbcc .migrant_workers p,
#page_sbcc_th .migrant_workers p {
  color: #1a065e;
  font-family: "Caveat", cursive, ibm-plex-thai, sans-serif;
  font-size: min(1.5vw, 28px);
  font-weight: 400;
  text-align: center;
  z-index: 9;
  max-width: min(25.6vw, 490px);
  position: relative;
  left: 6vw;
  line-height: 1.35;
}
#page_sbcc .migrant_workers p.th,
#page_sbcc_th .migrant_workers p.th {
  font-size: min(1.3vw, 24px);
}
#page_sbcc .childen,
#page_sbcc_th .childen {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 7vw;
  height: 100vh;
  margin-top: 135px;
}
#page_sbcc .childen .top,
#page_sbcc_th .childen .top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.6vw;
}
#page_sbcc .childen .top p,
#page_sbcc_th .childen .top p {
  color: #ffffff;
  text-align: right;
  z-index: 9;
  max-width: 365px;
  font-size: min(0.9vw, 16px);
  margin-left: -50%;
  font-weight: 400;
}
#page_sbcc .childen .top div,
#page_sbcc_th .childen .top div {
  display: flex;
  flex-direction: column;
}
#page_sbcc .childen .top div img,
#page_sbcc_th .childen .top div img {
  position: absolute;
}
#page_sbcc .childen .top div .child_01,
#page_sbcc_th .childen .top div .child_01 {
  margin-top: -10%;
  margin-left: 10%;
  opacity: 0;
  width: 9.2vw;
}
#page_sbcc .childen .top div .child_02,
#page_sbcc_th .childen .top div .child_02 {
  margin-left: 1%;
  opacity: 0;
  width: 14.2vw;
}
#page_sbcc .childen .top div .Sarrow_01,
#page_sbcc_th .childen .top div .Sarrow_01 {
  margin-top: -5%;
  margin-left: -1%;
  opacity: 0;
  width: 6.1vw;
}
#page_sbcc .childen .top div .Sarrow_02-1,
#page_sbcc_th .childen .top div .Sarrow_02-1 {
  margin-top: -8%;
  margin-left: 2%;
  opacity: 0;
  width: 4.4vw;
}
#page_sbcc .childen .top div .Sarrow_02,
#page_sbcc_th .childen .top div .Sarrow_02 {
  margin-top: 10%;
  margin-left: -5%;
  opacity: 0;
  width: 2.8vw;
}
#page_sbcc .childen .bottom,
#page_sbcc_th .childen .bottom {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/sbcc/paper_01_copy.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 71vw;
  height: 29vw;
  top: 5.3vw;
  position: relative;
}
#page_sbcc .childen .bottom .paper_01_copy_l,
#page_sbcc_th .childen .bottom .paper_01_copy_l {
  position: relative;
  left: -23vw;
  z-index: 9;
  height: 100%;
}
#page_sbcc .childen .bottom .kid,
#page_sbcc_th .childen .bottom .kid {
  position: absolute;
  left: -100%;
  display: flex;
}
#page_sbcc .childen .bottom .kid img,
#page_sbcc_th .childen .bottom .kid img {
  margin-left: 5vw;
  width: 9.4vw;
}
#page_sbcc .childen .bottom .school,
#page_sbcc_th .childen .bottom .school {
  background-image: url("../images/sbcc/paper_01_copy.webp");
  z-index: 9;
  background-position: center;
  width: 22vw;
}
#page_sbcc .childen .bottom .paper_01_copy_r,
#page_sbcc_th .childen .bottom .paper_01_copy_r {
  position: relative;
  right: -23vw;
  z-index: 9;
  height: 100%;
}
#page_sbcc .end_section_01,
#page_sbcc_th .end_section_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 9vw;
}
#page_sbcc .end_section_01 p,
#page_sbcc_th .end_section_01 p {
  max-width: min(38vw, 729px);
  color: #ffffff;
  font-family: "Caveat", cursive, ibm-plex-thai, sans-serif;
  font-size: min(1.4vw, 26px);
  font-weight: 400;
  line-height: 1.35;
}
#page_sbcc .thai_economy,
#page_sbcc_th .thai_economy {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  height: 100vh;
  font-family: "Source Sans Pro", ibm-plex-thai, sans-serif;
}
#page_sbcc .thai_economy h1,
#page_sbcc_th .thai_economy h1 {
  font-size: min(3.2vw, 60px);
  color: #ffffff;
  line-height: 1.5;
}
#page_sbcc .thai_economy h1 span,
#page_sbcc_th .thai_economy h1 span {
  font-family: "Caveat", cursive, ibm-plex-thai, sans-serif;
  font-size: min(5.3vw, 100px);
  font-weight: 400;
  color: #fe5c31;
  line-height: 1;
}
#page_sbcc .thai_economy img,
#page_sbcc_th .thai_economy img {
  width: 27.3vw;
}
#page_sbcc .thai_economy p,
#page_sbcc_th .thai_economy p {
  color: #ffffff;
  text-align: center;
  z-index: 9;
  max-width: min(38.6vw, 740px);
  font-size: min(0.9vw, 16px);
  margin-top: 2.6vw;
  font-weight: 600;
}
#page_sbcc .agriculture,
#page_sbcc_th .agriculture {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#page_sbcc .agriculture h1,
#page_sbcc_th .agriculture h1 {
  font-family: "Caveat", cursive, ibm-plex-thai, sans-serif;
  font-size: min(4.7vw, 90px);
  font-weight: 400;
  color: #fe5c31;
  line-height: 1;
  text-align: left;
}
#page_sbcc .agriculture p,
#page_sbcc_th .agriculture p {
  color: #ffffff;
  text-align: left;
  max-width: min(39.6vw, 760px);
  font-size: min(0.9vw, 16px);
  margin-top: 2.6vw;
  font-weight: 600;
}
#page_sbcc .agriculture img,
#page_sbcc_th .agriculture img {
  top: 13vw;
  position: relative;
  width: 26.1vw;
}
#page_sbcc .agriculture_story,
#page_sbcc_th .agriculture_story {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9;
  position: relative;
}
#page_sbcc .agriculture_story .top,
#page_sbcc_th .agriculture_story .top {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/sbcc/Lamyoi_q_part.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 43vw;
}
#page_sbcc .agriculture_story .top p,
#page_sbcc_th .agriculture_story .top p {
  font-family: "Caveat", cursive, ibm-plex-thai, sans-serif;
  font-size: min(2.1vw, 40px);
  font-weight: 400;
  color: #ffe888;
  line-height: 1;
  max-width: min(31.5vw, 604px);
}
#page_sbcc .agriculture_story .top p span,
#page_sbcc_th .agriculture_story .top p span {
  font-size: min(1.6vw, 30px);
}
#page_sbcc .agriculture_story .top p.th,
#page_sbcc_th .agriculture_story .top p.th {
  font-size: min(1.7vw, 32px);
  line-height: 1.35;
}
#page_sbcc .agriculture_story .top p.th span,
#page_sbcc_th .agriculture_story .top p.th span {
  font-size: min(1.2vw, 22px);
}
#page_sbcc .agriculture_story .top .img,
#page_sbcc_th .agriculture_story .top .img {
  display: flex;
  flex-direction: column;
  z-index: 9;
}
#page_sbcc .agriculture_story .top .img p,
#page_sbcc_th .agriculture_story .top .img p {
  color: #080808;
  font-size: min(1.4vw, 26px);
  text-align: center;
  width: auto;
  margin-top: -2.5vw;
}
#page_sbcc .agriculture_story .top .img p.th,
#page_sbcc_th .agriculture_story .top .img p.th {
  font-size: min(1.2vw, 22px);
}
#page_sbcc .agriculture_story .top .img img,
#page_sbcc_th .agriculture_story .top .img img {
  width: min(25.5vw, 489px);
}
#page_sbcc .agriculture_story .bottom,
#page_sbcc_th .agriculture_story .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/sbcc/Zin-Mar_q_part.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 43vw;
  margin-top: -12vw;
}
#page_sbcc .agriculture_story .bottom p,
#page_sbcc_th .agriculture_story .bottom p {
  font-family: "Caveat", cursive, ibm-plex-thai, sans-serif;
  font-size: min(2.1vw, 40px);
  font-weight: 400;
  color: #ffe888;
  line-height: 1;
  max-width: min(33.9vw, 650px);
  text-align: right;
}
#page_sbcc .agriculture_story .bottom p span,
#page_sbcc_th .agriculture_story .bottom p span {
  font-size: min(1.6vw, 30px);
}
#page_sbcc .agriculture_story .bottom p.th,
#page_sbcc_th .agriculture_story .bottom p.th {
  font-size: min(1.7vw, 32px);
  line-height: 1.35;
}
#page_sbcc .agriculture_story .bottom p.th span,
#page_sbcc_th .agriculture_story .bottom p.th span {
  font-size: min(1.2vw, 22px);
}
#page_sbcc .agriculture_story .bottom .img,
#page_sbcc_th .agriculture_story .bottom .img {
  display: flex;
  flex-direction: column;
}
#page_sbcc .agriculture_story .bottom .img p,
#page_sbcc_th .agriculture_story .bottom .img p {
  color: #080808;
  font-size: min(1.4vw, 26px);
  text-align: center;
  width: auto;
  margin-top: -2.1vw;
}
#page_sbcc .agriculture_story .bottom .img p.th,
#page_sbcc_th .agriculture_story .bottom .img p.th {
  font-size: min(1.2vw, 22px);
}
#page_sbcc .agriculture_story .bottom .img img,
#page_sbcc_th .agriculture_story .bottom .img img {
  width: min(25.5vw, 489px);
}
#page_sbcc .constructions,
#page_sbcc_th .constructions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 5.3vw 0;
}
#page_sbcc .constructions h1,
#page_sbcc_th .constructions h1 {
  font-family: "Caveat", cursive, ibm-plex-thai, sans-serif;
  font-size: min(4.7vw, 90px);
  font-weight: 400;
  color: #fe5c31;
  line-height: 1;
}
#page_sbcc .constructions p,
#page_sbcc_th .constructions p {
  color: #ffffff;
  max-width: min(43.3vw, 830px);
  font-size: min(0.9vw, 16px);
  margin-top: 2.6vw;
  text-align: center;
  font-weight: 600;
}
#page_sbcc .constructions .covid,
#page_sbcc_th .constructions .covid {
  max-width: min(48vw, 920px);
}
#page_sbcc .constructions .figure,
#page_sbcc_th .constructions .figure {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 70px;
  margin: 5.3vw 0;
}
#page_sbcc .constructions .figure div,
#page_sbcc_th .constructions .figure div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.6vw;
}
#page_sbcc .constructions .figure .thai .men_figure_2,
#page_sbcc .constructions .figure .thai .Asset_10,
#page_sbcc_th .constructions .figure .thai .men_figure_2,
#page_sbcc_th .constructions .figure .thai .Asset_10 {
  width: 8vw;
}
#page_sbcc .constructions .figure .thai span,
#page_sbcc_th .constructions .figure .thai span {
  font-size: min(1.4vw, 25px);
  color: #ffffff;
  margin-top: -4.2vw;
}
#page_sbcc .constructions .figure .migrant,
#page_sbcc_th .constructions .figure .migrant {
  position: relative;
}
#page_sbcc .constructions .figure .migrant .men_figure_2,
#page_sbcc .constructions .figure .migrant .Asset_5,
#page_sbcc_th .constructions .figure .migrant .men_figure_2,
#page_sbcc_th .constructions .figure .migrant .Asset_5 {
  width: 9.3vw;
}
#page_sbcc .constructions .figure .migrant p,
#page_sbcc_th .constructions .figure .migrant p {
  position: absolute;
  font-size: min(1.4vw, 25px);
  font-weight: 600;
  text-align: right;
  border-bottom: 2px solid #ffffff;
  width: min(6.8vw, 130px);
  top: 7%;
  left: 95%;
}
#page_sbcc .constructions .figure .migrant span,
#page_sbcc_th .constructions .figure .migrant span {
  font-size: min(1.4vw, 25px);
  color: #ffffff;
  margin-top: -4.2vw;
}
#page_sbcc .paper_img,
#page_sbcc_th .paper_img {
  margin: -15vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  height: 100vh;
}
#page_sbcc .paper_img .content,
#page_sbcc_th .paper_img .content {
  max-width: min(34.9vw, 670px);
  position: absolute;
  overflow: hidden;
  height: 11vw;
}
#page_sbcc .paper_img .content p,
#page_sbcc_th .paper_img .content p {
  font-family: "Caveat", cursive, ibm-plex-thai, sans-serif;
  font-size: min(2vw, 38px);
  font-weight: 400;
  color: #1a065e;
  line-height: 1.1;
  margin-top: 0;
  text-align: center;
}
#page_sbcc .paper_img .content p.th,
#page_sbcc_th .paper_img .content p.th {
  font-size: min(1.7vw, 32px);
  line-height: 1.5;
}
#page_sbcc .paper_img .paper,
#page_sbcc_th .paper_img .paper {
  width: min(38.8vw, 744px);
}
#page_sbcc .read_story,
#page_sbcc_th .read_story {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9;
  position: relative;
}
#page_sbcc .read_story .top,
#page_sbcc_th .read_story .top {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/sbcc/Aye-Mi-San_q_part.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 43vw;
}
#page_sbcc .read_story .top p,
#page_sbcc_th .read_story .top p {
  font-family: "Caveat", cursive, ibm-plex-thai, sans-serif;
  font-size: min(2.1vw, 40px);
  font-weight: 400;
  color: #ffe888;
  line-height: 1;
  max-width: min(31.5vw, 604px);
  margin-left: -4.2vw;
}
#page_sbcc .read_story .top p span,
#page_sbcc_th .read_story .top p span {
  font-size: min(1.4vw, 25px);
  left: 10vw;
  position: relative;
}
#page_sbcc .read_story .top p.th,
#page_sbcc_th .read_story .top p.th {
  font-size: min(1.7vw, 32px);
  line-height: 1.35;
}
#page_sbcc .read_story .top p.th span,
#page_sbcc_th .read_story .top p.th span {
  font-size: min(1.2vw, 22px);
}
#page_sbcc .read_story .top .img,
#page_sbcc_th .read_story .top .img {
  display: flex;
  flex-direction: column;
  z-index: 9;
}
#page_sbcc .read_story .top .img p,
#page_sbcc_th .read_story .top .img p {
  color: #080808;
  font-size: min(1.4vw, 26px);
  text-align: center;
  width: auto;
  margin-top: -2.5vw;
  margin-left: 0;
}
#page_sbcc .read_story .top .img p.th,
#page_sbcc_th .read_story .top .img p.th {
  font-size: min(1.2vw, 22px);
}
#page_sbcc .read_story .top .img img,
#page_sbcc_th .read_story .top .img img {
  width: min(20.1vw, 385px);
}
#page_sbcc .fishery,
#page_sbcc_th .fishery {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.6vw 0;
  gap: 15px;
}
#page_sbcc .fishery .img,
#page_sbcc_th .fishery .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
#page_sbcc .fishery .img img,
#page_sbcc_th .fishery .img img {
  width: min(47.4vw, 909px);
}
#page_sbcc .fishery .img h1,
#page_sbcc_th .fishery .img h1 {
  font-family: "Caveat", cursive, ibm-plex-thai, sans-serif;
  font-size: min(4.7vw, 90px);
  font-weight: 400;
  color: #fe5c31;
  line-height: 1;
  position: absolute;
  text-align: center;
}
#page_sbcc .fishery .img h1.th,
#page_sbcc_th .fishery .img h1.th {
  font-size: min(4vw, 76px);
}
#page_sbcc .fishery p,
#page_sbcc_th .fishery p {
  color: #ffffff;
  max-width: min(23vw, 440px);
  font-size: min(0.9vw, 16px);
  text-align: center;
  font-weight: 600;
}
#page_sbcc .fishery_,
#page_sbcc_th .fishery_ {
  z-index: 9;
  position: relative;
  width: 100vw;
}
#page_sbcc .gulf_of_thailand,
#page_sbcc_th .gulf_of_thailand {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background-image: url("../images/sbcc/gulf_of_thailand.webp");
  background-repeat: no-repeat;
  background-position: center;
  width: 100vw;
  height: 100vh;
  margin: -26vh 0;
  z-index: 8;
  position: relative;
}
#page_sbcc .gulf_of_thailand .img,
#page_sbcc_th .gulf_of_thailand .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56vh;
}
#page_sbcc .gulf_of_thailand .img .sea_01,
#page_sbcc_th .gulf_of_thailand .img .sea_01 {
  position: relative;
  top: -11.5vw;
  left: 16.2vw;
  width: 5.5vw;
}
#page_sbcc .gulf_of_thailand .img .sea_02,
#page_sbcc_th .gulf_of_thailand .img .sea_02 {
  position: relative;
  top: -4.7vw;
  left: 12.5vw;
  width: 6.9vw;
}
#page_sbcc .gulf_of_thailand .img .sea_03,
#page_sbcc_th .gulf_of_thailand .img .sea_03 {
  position: relative;
  top: -7.3vw;
  left: -3.6vw;
  width: 6vw;
}
#page_sbcc .gulf_of_thailand .img .sea_04,
#page_sbcc_th .gulf_of_thailand .img .sea_04 {
  position: relative;
  top: -0.5vw;
  left: -10.4vw;
  width: 6.9vw;
}
#page_sbcc .gulf_of_thailand .img .sea_05,
#page_sbcc_th .gulf_of_thailand .img .sea_05 {
  position: relative;
  top: 1.5vw;
  left: -4.2vw;
  width: 6.9vw;
}
#page_sbcc .gulf_of_thailand .img .rip_11_copy-3,
#page_sbcc_th .gulf_of_thailand .img .rip_11_copy-3 {
  position: relative;
  top: 6.8vw;
  left: -20.8vw;
  width: 9.7vw;
}
#page_sbcc .gulf_of_thailand p,
#page_sbcc_th .gulf_of_thailand p {
  color: #ffffff;
  max-width: min(35.2vw, 480px);
  font-size: min(0.9vw, 16px);
  text-align: left;
  margin-top: -10vw;
  font-weight: 600;
}
#page_sbcc .paper_2,
#page_sbcc_th .paper_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.6vw;
  background-image: url("../images/sbcc/paper_2.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 115vw;
  width: 100vw;
  height: 100vh;
  margin-top: -48vh;
  z-index: 9;
  position: relative;
}
#page_sbcc .paper_2 p,
#page_sbcc_th .paper_2 p {
  color: #1a065e;
  max-width: min(28vw, 537px);
  font-size: min(0.9vw, 16px);
  text-align: center;
  margin-top: -4vw;
  font-weight: 400;
}
#page_sbcc .paper_2 p + p,
#page_sbcc_th .paper_2 p + p {
  margin-top: 5vw;
}
#page_sbcc .read_story_dihlaing_oo,
#page_sbcc_th .read_story_dihlaing_oo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-image: url("../images/sbcc/Dihlaing-Oo_q_part.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 39vw;
  margin-top: -65vh;
  padding-top: 17vh;
}
#page_sbcc .read_story_dihlaing_oo p,
#page_sbcc_th .read_story_dihlaing_oo p {
  font-family: "Caveat", cursive, ibm-plex-thai, sans-serif;
  font-size: min(2.1vw, 40px);
  font-weight: 400;
  color: #ffe888;
  line-height: 1;
  max-width: min(30.3vw, 580px);
}
#page_sbcc .read_story_dihlaing_oo p span,
#page_sbcc_th .read_story_dihlaing_oo p span {
  font-size: min(1.6vw, 30px);
}
#page_sbcc .read_story_dihlaing_oo p.th,
#page_sbcc_th .read_story_dihlaing_oo p.th {
  font-size: min(1.7vw, 32px);
  line-height: 1.35;
}
#page_sbcc .read_story_dihlaing_oo p.th span,
#page_sbcc_th .read_story_dihlaing_oo p.th span {
  font-size: min(1.2vw, 22px);
}
#page_sbcc .read_story_dihlaing_oo .img,
#page_sbcc_th .read_story_dihlaing_oo .img {
  display: flex;
  flex-direction: column;
  z-index: 9;
}
#page_sbcc .read_story_dihlaing_oo .img p,
#page_sbcc_th .read_story_dihlaing_oo .img p {
  color: #080808;
  font-size: min(1.4vw, 26px);
  text-align: center;
  width: auto;
  margin-top: -2.5vw;
}
#page_sbcc .read_story_dihlaing_oo .img p.th,
#page_sbcc_th .read_story_dihlaing_oo .img p.th {
  font-size: min(1.2vw, 22px);
}
#page_sbcc .read_story_dihlaing_oo .img img,
#page_sbcc_th .read_story_dihlaing_oo .img img {
  width: min(20.1vw, 385px);
}
#page_sbcc .map_money,
#page_sbcc_th .map_money {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#page_sbcc .map_money p,
#page_sbcc_th .map_money p {
  color: #ffffff;
  text-align: left;
  max-width: min(20.4vw, 390px);
  font-size: min(0.9vw, 16px);
  position: relative;
  top: 9vw;
  left: 9vw;
  font-weight: 600;
}
#page_sbcc .map_money .img,
#page_sbcc_th .map_money .img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/sbcc/map_2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 40vw;
  height: 100vh;
}
#page_sbcc .map_money .img .money_group,
#page_sbcc_th .map_money .img .money_group {
  width: 35vw;
  margin-left: 4vw;
  margin-top: -4vw;
}
#page_sbcc .fishery__,
#page_sbcc_th .fishery__ {
  width: 100vw;
}
#page_sbcc .cultural_diversity,
#page_sbcc_th .cultural_diversity {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: -5vw;
  gap: 2.7vw;
}
#page_sbcc .cultural_diversity h1,
#page_sbcc_th .cultural_diversity h1 {
  text-align: center;
  font-size: min(3.2vw, 60px);
  color: #ffffff;
  line-height: 1.35;
  font-family: "Source Sans Pro", ibm-plex-thai, sans-serif;
}
#page_sbcc .cultural_diversity h1 span,
#page_sbcc_th .cultural_diversity h1 span {
  font-family: "Caveat", cursive, ibm-plex-thai, sans-serif;
  color: #1b065e;
  font-weight: 400;
  font-size: min(3.7vw, 70px);
}
#page_sbcc .cultural_diversity p,
#page_sbcc_th .cultural_diversity p {
  color: #ffffff;
  max-width: min(38.6vw, 740px);
  font-size: min(0.9vw, 16px);
  position: relative;
  text-align: center;
  font-weight: 600;
}
#page_sbcc .cultural_diversity .clothing_img,
#page_sbcc_th .cultural_diversity .clothing_img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 10vw;
}
#page_sbcc .cultural_diversity .clothing_img img,
#page_sbcc_th .cultural_diversity .clothing_img img {
  position: absolute;
}
#page_sbcc .cultural_diversity .clothing_img h1,
#page_sbcc_th .cultural_diversity .clothing_img h1 {
  font-family: "Caveat", cursive, ibm-plex-thai, sans-serif;
  font-size: min(3.7vw, 70px);
}
#page_sbcc .cultural_diversity .clothing_img .clothing,
#page_sbcc_th .cultural_diversity .clothing_img .clothing {
  width: min(43vw, 825px);
}
#page_sbcc .cultural_diversity .clothing_img .Cycle,
#page_sbcc_th .cultural_diversity .clothing_img .Cycle {
  width: min(19.5vw, 373px);
}
#page_sbcc .paper_01,
#page_sbcc_th .paper_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 60vh;
  position: relative;
}
#page_sbcc .paper_01 img,
#page_sbcc_th .paper_01 img {
  position: absolute;
  width: 44vw;
  height: auto;
}
#page_sbcc .paper_01 p,
#page_sbcc_th .paper_01 p {
  color: #000000;
  max-width: min(39.1vw, 750px);
  font-size: min(0.9vw, 16px);
  position: relative;
  z-index: 9;
  text-align: center;
  font-weight: 400;
  line-height: 1.25;
}
#page_sbcc .paper_02,
#page_sbcc_th .paper_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 30vh;
  position: relative;
}
#page_sbcc .paper_02 img,
#page_sbcc_th .paper_02 img {
  position: absolute;
  width: 37.8vw;
  height: auto;
}
#page_sbcc .paper_02 p,
#page_sbcc_th .paper_02 p {
  font-family: "Caveat", cursive, ibm-plex-thai, sans-serif;
  color: #1b065e;
  font-weight: 400;
  max-width: min(28vw, 537px);
  font-size: min(1.6vw, 30px);
  position: relative;
  z-index: 9;
  text-align: center;
  line-height: 1.1;
  margin-top: 3vw;
}
#page_sbcc .paper_02 p.th,
#page_sbcc_th .paper_02 p.th {
  font-size: min(1.2vw, 22px);
  line-height: 1.5;
}
#page_sbcc .explore_more,
#page_sbcc_th .explore_more {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 70vh;
}
#page_sbcc .explore_more h1,
#page_sbcc_th .explore_more h1 {
  font-family: "Caveat", cursive, ibm-plex-thai, sans-serif;
  color: #1b065e;
  font-weight: 400;
  font-size: min(2.1vw, 40px);
  text-align: center;
}
#page_sbcc .explore_more p,
#page_sbcc_th .explore_more p {
  color: #ffffff;
  text-align: center;
  max-width: 730px;
  font-size: min(1.4vw, 26px);
  font-family: "Source Sans Pro", ibm-plex-thai, sans-serif;
}
#page_sbcc .explore_more .endnotes,
#page_sbcc_th .explore_more .endnotes {
  font-size: min(0.8vw, 15px);
  text-align: left;
  line-height: 1.35;
  font-weight: 400;
  color: #ffffff;
  max-width: 1020px;
  bottom: -10vh;
  position: relative;
}
#page_sbcc .explore_more .endnotes a,
#page_sbcc_th .explore_more .endnotes a {
  text-decoration: underline;
}
#page_sbcc .explore_more .endnotes h4,
#page_sbcc_th .explore_more .endnotes h4 {
  font-size: min(0.7vw, 13px);
  font-weight: 600;
  text-decoration: underline;
}
#page_sbcc .takeaway,
#page_sbcc_th .takeaway {
  height: 120vh;
}
#page_sbcc .takeaway .background,
#page_sbcc_th .takeaway .background {
  position: relative;
}
#page_sbcc .takeaway .background img,
#page_sbcc_th .takeaway .background img {
  position: absolute;
  -o-object-fit: none;
     object-fit: none;
}
#page_sbcc .takeaway .background .Phuket_Migrants_July20-50,
#page_sbcc_th .takeaway .background .Phuket_Migrants_July20-50 {
  left: -10px;
  z-index: 1;
}
#page_sbcc .takeaway .background .rip_11_copy-2,
#page_sbcc_th .takeaway .background .rip_11_copy-2 {
  left: 37vw;
  top: -5vw;
  z-index: 1;
}
#page_sbcc .takeaway .background .Phuket_Migrants_July20-57,
#page_sbcc_th .takeaway .background .Phuket_Migrants_July20-57 {
  top: 1vw;
  right: -40px;
}
#page_sbcc .takeaway .background .paper_blue,
#page_sbcc_th .takeaway .background .paper_blue {
  left: 34vw;
  top: 8vw;
  z-index: 2;
}
#page_sbcc .takeaway .background .rip_7_copy,
#page_sbcc_th .takeaway .background .rip_7_copy {
  left: -60px;
  top: 22vw;
}
#page_sbcc .takeaway .background .rip_7,
#page_sbcc_th .takeaway .background .rip_7 {
  right: -130px;
  top: 18vw;
  z-index: 1;
}
#page_sbcc .takeaway .background .book,
#page_sbcc_th .takeaway .background .book {
  left: 21vw;
  top: 23vw;
  z-index: 1;
}
#page_sbcc .takeaway .background .rip_11_copy,
#page_sbcc_th .takeaway .background .rip_11_copy {
  left: 3vw;
  top: 46vw;
  z-index: 1;
}
#page_sbcc .takeaway .background .rip_7-1,
#page_sbcc_th .takeaway .background .rip_7-1 {
  right: -2.6vw;
  top: 43vw;
}
#page_sbcc .takeaway .background .rip_11_copy-1,
#page_sbcc_th .takeaway .background .rip_11_copy-1 {
  right: 14vw;
  top: 52vw;
  z-index: 1;
}
#page_sbcc .takeaway .background .pic02,
#page_sbcc_th .takeaway .background .pic02 {
  left: 28vw;
  top: 48vw;
  z-index: 2;
}
#page_sbcc .takeaway .background .rip_11lvdfbmdf,
#page_sbcc_th .takeaway .background .rip_11lvdfbmdf {
  left: 39vw;
  top: 38vw;
  z-index: 1;
}
#page_sbcc .takeaway .detail,
#page_sbcc_th .takeaway .detail {
  z-index: 2;
  position: absolute;
  font-family: "Caveat", cursive, ibm-plex-thai, sans-serif;
}
#page_sbcc .takeaway .detail .takeaway_detail,
#page_sbcc_th .takeaway .detail .takeaway_detail {
  text-align: center;
  max-width: 22vw;
  position: relative;
  top: 13vw;
  left: 39vw;
}
#page_sbcc .takeaway .detail .takeaway_detail h1,
#page_sbcc_th .takeaway .detail .takeaway_detail h1 {
  font-size: min(3.2vw, 60px);
  font-weight: 400;
  color: #cb8e25;
  transform: matrix(1, -0.07, 0.07, 1, 0, 0);
}
#page_sbcc .takeaway .detail .takeaway_detail p,
#page_sbcc_th .takeaway .detail .takeaway_detail p {
  color: #1a065e;
  font-size: min(1.5vw, 27px);
  transform: matrix(1, -0.07, 0.07, 1, 0, 0);
  line-height: 1.2;
  margin-top: 20px;
}
#page_sbcc .takeaway .detail .book_detail,
#page_sbcc_th .takeaway .detail .book_detail {
  display: flex;
  top: 19vw;
  position: relative;
  gap: 150px;
  left: 30vw;
  text-align: center;
}
#page_sbcc .takeaway .detail .book_detail .left,
#page_sbcc_th .takeaway .detail .book_detail .left {
  width: 15vw;
  font-size: min(1.4vw, 25px);
  line-height: 1;
}
#page_sbcc .takeaway .detail .book_detail .left p,
#page_sbcc_th .takeaway .detail .book_detail .left p {
  width: 11vw;
  margin-left: 2vw;
}
#page_sbcc .takeaway .detail .book_detail .left p + p,
#page_sbcc_th .takeaway .detail .book_detail .left p + p {
  margin-top: 30px;
  width: auto;
  margin-left: 0;
}
#page_sbcc .takeaway .detail .book_detail .left img,
#page_sbcc_th .takeaway .detail .book_detail .left img {
  position: relative;
  top: -2vw;
  left: 10vw;
}
#page_sbcc .takeaway .detail .book_detail .left img + img,
#page_sbcc_th .takeaway .detail .book_detail .left img + img {
  position: relative;
  top: 13vw;
  left: 6vw;
}
#page_sbcc .takeaway .detail .book_detail .right,
#page_sbcc_th .takeaway .detail .book_detail .right {
  font-size: min(1.4vw, 25px);
  color: #1a065e;
  line-height: 1.2;
  width: 15vw;
  top: 3vw;
  left: 4vw;
  position: relative;
}
#page_sbcc .takeaway .detail .book_detail .right .top,
#page_sbcc_th .takeaway .detail .book_detail .right .top {
  position: relative;
}
#page_sbcc .takeaway .detail .book_detail .right .top p,
#page_sbcc_th .takeaway .detail .book_detail .right .top p {
  transform: matrix(1, -0.03, 0.03, 1, 0, 0);
}
#page_sbcc .takeaway .detail .book_detail .right .top .Sarrow_03-2,
#page_sbcc_th .takeaway .detail .book_detail .right .top .Sarrow_03-2 {
  position: absolute;
  top: 3vw;
  left: 12vw;
}
#page_sbcc .takeaway .detail .book_detail .right .top .group_1978,
#page_sbcc_th .takeaway .detail .book_detail .right .top .group_1978 {
  margin-top: 1vw;
}
#page_sbcc .takeaway .detail .book_detail .right .top .share,
#page_sbcc_th .takeaway .detail .book_detail .right .top .share {
  position: relative;
  margin-top: -1.8vw;
  margin-left: 1.8vw;
  margin-bottom: 1vw;
}
#page_sbcc .takeaway .detail .book_detail .right .top .social,
#page_sbcc_th .takeaway .detail .book_detail .right .top .social {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-left: 2vw;
}
#page_sbcc .takeaway .detail .book_detail .right .bottom,
#page_sbcc_th .takeaway .detail .book_detail .right .bottom {
  position: relative;
  top: 8vw;
  left: -7vw;
}
#page_sbcc .takeaway .detail .book_detail .right .bottom p,
#page_sbcc_th .takeaway .detail .book_detail .right .bottom p {
  transform: matrix(1, -0.03, 0.03, 1, 0, 0);
}
#page_sbcc .takeaway .detail .book_detail .right .bottom .social,
#page_sbcc_th .takeaway .detail .book_detail .right .bottom .social {
  gap: 15px;
  display: flex;
  justify-content: center;
  margin-top: 1vw;
}
#page_sbcc .takeaway .detail .book_detail .right .bottom .Sarrow_03-2,
#page_sbcc_th .takeaway .detail .book_detail .right .bottom .Sarrow_03-2 {
  position: relative;
  top: -3vw;
  left: 4vw;
}
#page_sbcc .trafficking,
#page_sbcc_th .trafficking {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  flex-direction: column;
}
#page_sbcc .trafficking h1,
#page_sbcc_th .trafficking h1 {
  font-size: min(3.2vw, 60px);
}
#page_sbcc .trafficking h1 span,
#page_sbcc_th .trafficking h1 span {
  font-family: "Caveat", cursive, ibm-plex-thai, sans-serif;
  color: #ffe888;
  font-size: min(4vw, 75px);
}
#page_sbcc .trafficking div,
#page_sbcc_th .trafficking div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 70vh;
  top: 9vw;
}
#page_sbcc .trafficking div img,
#page_sbcc_th .trafficking div img {
  position: absolute;
  opacity: 0;
}
#page_sbcc .trafficking div p,
#page_sbcc_th .trafficking div p {
  position: absolute;
  font-size: min(0.9vw, 16px);
  width: 19vw;
  left: -28vw;
  text-align: center;
  opacity: 0;
}
#page_sbcc .trafficking div p + p,
#page_sbcc_th .trafficking div p + p {
  left: 8vw;
  top: 26vw;
  width: 20vw;
}
#page_sbcc .trafficking div .bubble_02_1,
#page_sbcc_th .trafficking div .bubble_02_1 {
  top: -7vw;
  left: 3vw;
}
#page_sbcc .trafficking div .bubble_03_1,
#page_sbcc_th .trafficking div .bubble_03_1 {
  top: 7vw;
  left: 7vw;
}
#page_sbcc .trafficking div .bubble_04_1,
#page_sbcc_th .trafficking div .bubble_04_1 {
  top: 15vw;
  left: 7vw;
}
#page_sbcc .trafficking div .bubble_05_1,
#page_sbcc_th .trafficking div .bubble_05_1 {
  top: 27vw;
  left: -18vw;
}
#page_sbcc .trafficking div .bubble_06_1,
#page_sbcc_th .trafficking div .bubble_06_1 {
  top: 4vw;
  left: -20vw;
}
#page_sbcc .trafficking div .bubble_07_1,
#page_sbcc_th .trafficking div .bubble_07_1 {
  top: -4vw;
  left: -12vw;
}
#page_sbcc .three_elements,
#page_sbcc_th .three_elements {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  flex-direction: column;
  margin-top: -30vw;
}
#page_sbcc .three_elements .container,
#page_sbcc_th .three_elements .container {
  display: flex;
  gap: 2.6vw;
  height: 20vh;
}
#page_sbcc .three_elements .container .head,
#page_sbcc_th .three_elements .container .head {
  font-size: min(1.4vw, 26px);
  width: 11vw;
}
#page_sbcc .three_elements .container .body,
#page_sbcc_th .three_elements .container .body {
  display: flex;
  flex-direction: column;
}
#page_sbcc .three_elements .container .body h1,
#page_sbcc_th .three_elements .container .body h1 {
  padding: 0 1vw;
  font-size: min(3.2vw, 60px);
}
#page_sbcc .three_elements .container .body p,
#page_sbcc_th .three_elements .container .body p {
  font-size: min(0.9vw, 16px);
  border-left: 1px solid #ffe888;
  padding: 0 1vw;
  width: 14vw;
  height: 100%;
  text-align: left;
  margin-top: 0;
}
#page_sbcc .three_elements p,
#page_sbcc_th .three_elements p {
  font-size: min(0.9vw, 16px);
  width: 48vw;
  text-align: center;
  margin-top: 3vw;
}
#page_sbcc .trafficking_thailand,
#page_sbcc_th .trafficking_thailand {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2vw;
}
#page_sbcc .trafficking_thailand h1,
#page_sbcc_th .trafficking_thailand h1 {
  font-size: min(3.2vw, 60px);
  color: #ffffff;
  top: 18vw;
  position: relative;
}
#page_sbcc .trafficking_thailand h1 span,
#page_sbcc_th .trafficking_thailand h1 span {
  font-family: "Caveat", cursive, ibm-plex-thai, sans-serif;
  color: #ffe888;
  font-size: min(4vw, 75px);
}
#page_sbcc .trafficking_thailand div img,
#page_sbcc_th .trafficking_thailand div img {
  position: relative;
}
#page_sbcc .trafficking_thailand div .thai_map,
#page_sbcc_th .trafficking_thailand div .thai_map {
  left: 20vw;
  top: 0;
}
#page_sbcc .trafficking_thailand div .photo_07,
#page_sbcc_th .trafficking_thailand div .photo_07 {
  top: -22vw;
}
#page_sbcc .trafficking_thailand div .photo_06,
#page_sbcc_th .trafficking_thailand div .photo_06 {
  top: -10vw;
  left: -12vw;
}
#page_sbcc .trafficking_thailand div .men_figure_2,
#page_sbcc_th .trafficking_thailand div .men_figure_2 {
  left: -11vw;
}
#page_sbcc .trafficking_thailand div .men_figure_2_2,
#page_sbcc_th .trafficking_thailand div .men_figure_2_2 {
  left: -9vw;
  height: 22vw;
}
#page_sbcc .trafficking_thailand div .photo_02,
#page_sbcc_th .trafficking_thailand div .photo_02 {
  top: -30vw;
  left: -16vw;
}
#page_sbcc .trafficking_thailand div .photo_03,
#page_sbcc_th .trafficking_thailand div .photo_03 {
  top: -19vw;
  left: -21vw;
}
#page_sbcc .trafficking_thailand div .photo_04,
#page_sbcc_th .trafficking_thailand div .photo_04 {
  left: 71vw;
  top: -20vw;
}
#page_sbcc .trafficking_thailand div .photo_05,
#page_sbcc_th .trafficking_thailand div .photo_05 {
  top: -10vw;
  left: 60vw;
}
#page_sbcc .trafficking_thailand .money,
#page_sbcc_th .trafficking_thailand .money {
  position: absolute;
}
#page_sbcc .trafficking_thailand .money img,
#page_sbcc_th .trafficking_thailand .money img {
  position: absolute;
  opacity: 0;
}
#page_sbcc .trafficking_info,
#page_sbcc_th .trafficking_info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  font-size: min(0.9vw, 16px);
  margin: 6vw 0;
}
#page_sbcc .trafficking_info div,
#page_sbcc_th .trafficking_info div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  width: 57vw;
  margin: 1vw 0;
}
#page_sbcc .trafficking_info .top,
#page_sbcc_th .trafficking_info .top {
  align-items: start;
  gap: 4vw;
}
#page_sbcc .trafficking_info .top p,
#page_sbcc_th .trafficking_info .top p {
  width: 50%;
}
#page_sbcc .us_trafficking,
#page_sbcc_th .us_trafficking {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}
#page_sbcc .us_trafficking h1,
#page_sbcc_th .us_trafficking h1 {
  font-size: min(1.6vw, 30px);
  color: #ffffff;
}
#page_sbcc .us_trafficking h1 span,
#page_sbcc_th .us_trafficking h1 span {
  font-family: "Caveat", cursive, ibm-plex-thai, sans-serif;
  color: #ffe888;
  font-size: min(3.2vw, 60px);
}
#page_sbcc .us_trafficking h1 .what,
#page_sbcc_th .us_trafficking h1 .what {
  font-size: min(2.4vw, 46px);
}
#page_sbcc .us_trafficking div,
#page_sbcc_th .us_trafficking div {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1070px;
  gap: 3vw;
  margin-top: 2vw;
}
#page_sbcc .us_trafficking div p,
#page_sbcc_th .us_trafficking div p {
  color: #ffffff;
  font-size: min(0.9vw, 16px);
}
#page_sbcc .us_trafficking .tie_content,
#page_sbcc_th .us_trafficking .tie_content {
  background: url(../images/sbcc/tier_paper.png);
  background-repeat: no-repeat;
  width: 100vw;
  max-width: 100vw;
  margin-top: 5vw;
}
#page_sbcc .us_trafficking .tie_content div,
#page_sbcc_th .us_trafficking .tie_content div {
  width: 17vw;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1vw;
  margin-top: 1vw;
}
#page_sbcc .us_trafficking .tie_content div p,
#page_sbcc_th .us_trafficking .tie_content div p {
  color: #000000;
}
#page_sbcc .us_trafficking .tie_content div span,
#page_sbcc_th .us_trafficking .tie_content div span {
  background: #c3c3c3;
  color: #ffffff;
  padding: 3px 26px;
  font-size: min(1vw, 18px);
}
#page_sbcc .us_trafficking .tie_content div .blue,
#page_sbcc_th .us_trafficking .tie_content div .blue {
  color: #1b065e;
}
#page_sbcc .us_trafficking .tie_content .tier01_postit,
#page_sbcc_th .us_trafficking .tie_content .tier01_postit {
  top: 4vw;
  position: relative;
  left: -2vw;
}
#page_sbcc .minimum_standards,
#page_sbcc_th .minimum_standards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}
#page_sbcc .minimum_standards h1,
#page_sbcc_th .minimum_standards h1 {
  font-size: min(1.6vw, 30px);
  color: #ffffff;
}
#page_sbcc .minimum_standards h1 span,
#page_sbcc_th .minimum_standards h1 span {
  font-family: "Caveat", cursive, ibm-plex-thai, sans-serif;
  color: #ffe888;
  font-size: min(3.2vw, 60px);
}
#page_sbcc .minimum_standards h1 .what,
#page_sbcc_th .minimum_standards h1 .what {
  font-size: min(2.4vw, 46px);
}
#page_sbcc .minimum_standards p,
#page_sbcc_th .minimum_standards p {
  color: #ffffff;
  font-size: min(0.9vw, 16px);
}
#page_sbcc .minimum_standards div,
#page_sbcc_th .minimum_standards div {
  display: flex;
  top: 11vw;
  gap: 1vw;
}
#page_sbcc .minimum_standards div div,
#page_sbcc_th .minimum_standards div div {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 0;
}
#page_sbcc .minimum_standards div div h1,
#page_sbcc_th .minimum_standards div div h1 {
  padding: 0 1vw;
  font-size: min(3.2vw, 60px);
  border-left: 1px solid #ffe888;
}
#page_sbcc .minimum_standards div div p,
#page_sbcc_th .minimum_standards div div p {
  font-size: min(0.9vw, 16px);
  border-left: 1px solid #ffe888;
  padding: 0 1vw;
  width: 14vw;
  text-align: left;
  margin-top: 0;
}
#page_sbcc .minimum_standards div .body_1 .Paper_y,
#page_sbcc_th .minimum_standards div .body_1 .Paper_y {
  position: absolute;
  top: -7.5vw;
  left: 4vw;
}
#page_sbcc .minimum_standards div .body_1 p,
#page_sbcc_th .minimum_standards div .body_1 p {
  width: 12vw;
}
#page_sbcc .minimum_standards div .body_2 p,
#page_sbcc_th .minimum_standards div .body_2 p {
  width: 8vw;
}
#page_sbcc .minimum_standards div .body_3,
#page_sbcc_th .minimum_standards div .body_3 {
  top: 4vw;
}
#page_sbcc .minimum_standards div .body_3 p,
#page_sbcc_th .minimum_standards div .body_3 p {
  width: 16vw;
  display: flex;
  gap: 1vw;
}
#page_sbcc .minimum_standards div .body_4,
#page_sbcc_th .minimum_standards div .body_4 {
  top: 9vw;
}
#page_sbcc .minimum_standards div .body_4 p,
#page_sbcc_th .minimum_standards div .body_4 p {
  width: 12vw;
}
#page_sbcc .thailand_tier,
#page_sbcc_th .thailand_tier {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#page_sbcc .thailand_tier h1,
#page_sbcc_th .thailand_tier h1 {
  font-size: min(1.6vw, 30px);
  color: #ffffff;
  margin-bottom: 3vw;
}
#page_sbcc .thailand_tier h1 span,
#page_sbcc_th .thailand_tier h1 span {
  font-family: "Caveat", cursive, ibm-plex-thai, sans-serif;
  color: #ffe888;
  font-size: min(3.2vw, 60px);
}
#page_sbcc .thailand_tier h1 .what,
#page_sbcc_th .thailand_tier h1 .what {
  font-size: min(2.4vw, 46px);
}
#page_sbcc .thailand_tier p,
#page_sbcc_th .thailand_tier p {
  color: #ffffff;
  font-size: min(0.9vw, 16px);
  max-width: 36vw;
  text-align: center;
}
#page_sbcc .thailand_tier p span,
#page_sbcc_th .thailand_tier p span {
  font-size: min(1.6vw, 30px);
}
#page_sbcc .thailand_tier p b,
#page_sbcc_th .thailand_tier p b {
  color: #ff967b;
}
#page_sbcc .thailand_tier_map,
#page_sbcc_th .thailand_tier_map {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}
#page_sbcc .thailand_tier_map .container_thailand_map,
#page_sbcc_th .thailand_tier_map .container_thailand_map {
  position: absolute;
  margin-top: 2vw;
}
#page_sbcc .thailand_tier_map .container_thailand_map img,
#page_sbcc_th .thailand_tier_map .container_thailand_map img {
  height: 80vh;
}
#page_sbcc .thailand_tier_map .container_thailand_map .warning,
#page_sbcc_th .thailand_tier_map .container_thailand_map .warning {
  position: absolute;
  background: url("../images/sbcc/Warning.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#page_sbcc .thailand_tier_map p,
#page_sbcc_th .thailand_tier_map p {
  color: #ffffff;
  font-size: min(0.9vw, 16px);
  max-width: 36vw;
  text-align: center;
}
#page_sbcc .thailand_tier_map p span,
#page_sbcc_th .thailand_tier_map p span {
  font-size: min(1.6vw, 30px);
}
#page_sbcc .thailand_tier_map p b,
#page_sbcc_th .thailand_tier_map p b {
  color: #ff967b;
}
#page_sbcc .thailand_tier_map p b.gray,
#page_sbcc_th .thailand_tier_map p b.gray {
  color: #939393;
}
#page_sbcc .thailand_tier_map .in_2020,
#page_sbcc_th .thailand_tier_map .in_2020 {
  position: absolute;
  opacity: 0;
}
#page_sbcc .thailand_tier_map .in_2020 p,
#page_sbcc_th .thailand_tier_map .in_2020 p {
  max-width: 37vw;
}
#page_sbcc .thailand_tier_map .in_2021,
#page_sbcc_th .thailand_tier_map .in_2021 {
  position: absolute;
  opacity: 0;
}
#page_sbcc .thailand_tier_map .in_2021 p,
#page_sbcc_th .thailand_tier_map .in_2021 p {
  max-width: 12vw;
}
#page_sbcc .thailand_tier_map .recommendations,
#page_sbcc_th .thailand_tier_map .recommendations {
  position: absolute;
  background: url("../images/sbcc/paper_blue.png");
  background-repeat: no-repeat;
  background-position: bottom;
  width: 32vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
#page_sbcc .thailand_tier_map .recommendations h1,
#page_sbcc_th .thailand_tier_map .recommendations h1 {
  font-family: "Caveat", cursive, ibm-plex-thai, sans-serif;
  color: #ffe888;
  font-size: min(3.1vw, 58px);
  transform: matrix(1, -0.07, 0.07, 1, 0, 0);
  text-align: center;
}
#page_sbcc .thailand_tier_map .recommendations p,
#page_sbcc_th .thailand_tier_map .recommendations p {
  max-width: 21vw;
  color: #1a065e;
  margin: 6vw 0 4vw;
}
#page_sbcc .final,
#page_sbcc_th .final {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  background: url("../images/sbcc/Bg.png");
  background-size: cover;
  position: relative;
}
#page_sbcc .final h1,
#page_sbcc_th .final h1 {
  font-family: "Caveat", cursive, ibm-plex-thai, sans-serif;
  color: #ffe888;
  font-size: min(2.1vw, 40px);
  transform: matrix(1, -0.07, 0.07, 1, 0, 0);
  text-align: center;
  position: absolute;
  max-width: 33vw;
  line-height: 1.2;
}
#page_sbcc .final img,
#page_sbcc_th .final img {
  position: absolute;
}
#page_sbcc .final .sarrow_g_1,
#page_sbcc_th .final .sarrow_g_1 {
  top: 24vw;
  left: 32vw;
}
#page_sbcc .final .sarrow_g_2,
#page_sbcc_th .final .sarrow_g_2 {
  top: 21vw;
  left: 50vw;
}
#page_sbcc .final .sarrow_g_3,
#page_sbcc_th .final .sarrow_g_3 {
  top: 22vw;
  left: 65vw;
}
#page_sbcc .final .sarrow_g_4,
#page_sbcc_th .final .sarrow_g_4 {
  top: 32vw;
  left: 32vw;
}
#page_sbcc .final .sarrow_g_5,
#page_sbcc_th .final .sarrow_g_5 {
  top: 32vw;
  left: 51vw;
}
#page_sbcc .final .sarrow_g_6,
#page_sbcc_th .final .sarrow_g_6 {
  top: 30vw;
  left: 66vw;
}
#page_sbcc .final .group_1,
#page_sbcc_th .final .group_1 {
  display: flex;
  position: absolute;
  top: 12vw;
  left: 24vw;
  width: 366px;
  height: 225px;
  background: url(../images/sbcc/paper_g_1.png);
}
#page_sbcc .final .group_1 img,
#page_sbcc_th .final .group_1 img {
  top: -8vw;
  left: 3vw;
}
#page_sbcc .final .group_1 p,
#page_sbcc_th .final .group_1 p {
  background-position: center;
  font-size: min(0.8vw, 15px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1b065e;
  padding: 3vw;
  text-align: center;
  line-height: 1.35;
}
#page_sbcc .final .group_2,
#page_sbcc_th .final .group_2 {
  display: flex;
  position: absolute;
  top: 7vw;
  left: 47vw;
  width: 176px;
  height: 285px;
  background: url(../images/sbcc/paper_g_2.png);
  z-index: 1;
}
#page_sbcc .final .group_2 img,
#page_sbcc_th .final .group_2 img {
  top: -2vw;
  left: -8vw;
}
#page_sbcc .final .group_2 .group_2_1_pic,
#page_sbcc_th .final .group_2 .group_2_1_pic {
  left: 8vw;
}
#page_sbcc .final .group_2 p,
#page_sbcc_th .final .group_2 p {
  background-position: center;
  font-size: min(0.8vw, 15px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1b065e;
  padding: 7vw 1.5vw;
  text-align: center;
  line-height: 1.35;
}
#page_sbcc .final .group_3,
#page_sbcc_th .final .group_3 {
  display: flex;
  position: absolute;
  top: 10vw;
  left: 59vw;
  width: 286px;
  height: 185px;
  background: url(../images/sbcc/paper_g_3.png);
}
#page_sbcc .final .group_3 img,
#page_sbcc_th .final .group_3 img {
  top: -2vw;
  left: 12vw;
}
#page_sbcc .final .group_3 p,
#page_sbcc_th .final .group_3 p {
  background-position: center;
  font-size: min(0.8vw, 15px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1b065e;
  padding: 3vw;
  text-align: center;
  line-height: 1.35;
}
#page_sbcc .final .group_4,
#page_sbcc_th .final .group_4 {
  display: flex;
  position: absolute;
  top: 36vw;
  left: 20vw;
  width: 396px;
  height: 245px;
  background: url(../images/sbcc/paper_g_4.png);
}
#page_sbcc .final .group_4 img,
#page_sbcc_th .final .group_4 img {
  top: -12vw;
  left: -1vw;
}
#page_sbcc .final .group_4 p,
#page_sbcc_th .final .group_4 p {
  background-position: center;
  font-size: min(0.8vw, 15px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1b065e;
  padding: 3vw;
  text-align: center;
  line-height: 1.35;
}
#page_sbcc .final .group_5,
#page_sbcc_th .final .group_5 {
  display: flex;
  position: absolute;
  top: 36vw;
  left: 42vw;
  width: 326px;
  height: 205px;
  background: url(../images/sbcc/paper_g_5.png);
  z-index: 1;
}
#page_sbcc .final .group_5 .group_5_pic,
#page_sbcc_th .final .group_5 .group_5_pic {
  top: 4vw;
  left: -6vw;
}
#page_sbcc .final .group_5 .group_5_1_pic,
#page_sbcc_th .final .group_5 .group_5_1_pic {
  top: -3vw;
  left: 12vw;
}
#page_sbcc .final .group_5 .group_5_2_pic,
#page_sbcc_th .final .group_5 .group_5_2_pic {
  top: 6vw;
  left: 13vw;
}
#page_sbcc .final .group_5 p,
#page_sbcc_th .final .group_5 p {
  background-position: center;
  font-size: min(0.8vw, 15px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1b065e;
  padding: 3vw;
  text-align: center;
  line-height: 1.35;
}
#page_sbcc .final .group_6,
#page_sbcc_th .final .group_6 {
  display: flex;
  position: absolute;
  top: 34vw;
  left: 61vw;
  width: 326px;
  height: 205px;
  background: url(../images/sbcc/paper_g_6.png);
}
#page_sbcc .final .group_6 img,
#page_sbcc_th .final .group_6 img {
  top: -8vw;
  left: 9vw;
}
#page_sbcc .final .group_6 p,
#page_sbcc_th .final .group_6 p {
  background-position: center;
  font-size: min(0.8vw, 15px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1b065e;
  padding: 2vw;
  text-align: center;
  line-height: 1.35;
}
@media only screen and (max-width: 768px) {
  #page_sbcc .hero_banner,
  #page_sbcc_th .hero_banner {
    background-size: 100vh;
    min-height: auto;
    height: 55vh;
  }
  #page_sbcc .hero_banner .detail,
  #page_sbcc_th .hero_banner .detail {
    top: 300px;
  }
  #page_sbcc .hero_banner .detail h1,
  #page_sbcc_th .hero_banner .detail h1 {
    font-size: 18px;
  }
  #page_sbcc .hero_banner .detail a,
  #page_sbcc_th .hero_banner .detail a {
    font-size: 14px;
  }
  #page_sbcc .hero_banner .detail a.right,
  #page_sbcc_th .hero_banner .detail a.right {
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 8px 36px;
  }
  #page_sbcc .map .thailand,
  #page_sbcc_th .map .thailand {
    font-size: 24px;
  }
  #page_sbcc .map .thailand span,
  #page_sbcc_th .map .thailand span {
    font-size: 14px;
  }
  #page_sbcc .map .thailand span.small,
  #page_sbcc_th .map .thailand span.small {
    font-size: 14px;
  }
  #page_sbcc .map .foreign h1,
  #page_sbcc_th .map .foreign h1 {
    font-size: 24px;
  }
  #page_sbcc .map .foreign h2,
  #page_sbcc_th .map .foreign h2 {
    font-size: 16px;
  }
  #page_sbcc .map .foreign p,
  #page_sbcc_th .map .foreign p {
    font-size: 14px;
    max-width: 80%;
  }
  #page_sbcc .thai_foreign p,
  #page_sbcc_th .thai_foreign p {
    font-size: 14px;
    margin-left: auto;
    max-width: 80%;
    position: absolute;
    bottom: 40px;
  }
  #page_sbcc .thai_foreign .photo01,
  #page_sbcc_th .thai_foreign .photo01 {
    top: 10%;
    left: 60%;
    width: 36vw;
  }
  #page_sbcc .thai_foreign .photo02,
  #page_sbcc_th .thai_foreign .photo02 {
    top: 20%;
    left: 10%;
    width: 40.7vw;
  }
  #page_sbcc .thai_foreign .photo03,
  #page_sbcc_th .thai_foreign .photo03 {
    top: 40%;
    left: 50%;
    width: 40.2vw;
  }
  #page_sbcc .thai_foreign .photo04,
  #page_sbcc_th .thai_foreign .photo04 {
    top: 52%;
    left: 22%;
    width: 33.9vw;
  }
  #page_sbcc .talk p,
  #page_sbcc_th .talk p {
    max-width: 50%;
    font-size: 14px;
  }
  #page_sbcc .talk .bubble_01,
  #page_sbcc_th .talk .bubble_01 {
    top: 14%;
    left: 23%;
    width: 26vw;
  }
  #page_sbcc .talk .bubble_02,
  #page_sbcc_th .talk .bubble_02 {
    top: 14%;
    left: 57%;
    width: 25.4vw;
  }
  #page_sbcc .talk .bubble_03,
  #page_sbcc_th .talk .bubble_03 {
    top: 38%;
    left: 70%;
    width: 26.5vw;
  }
  #page_sbcc .talk .bubble_04,
  #page_sbcc_th .talk .bubble_04 {
    top: 65%;
    left: 57%;
    width: 27.6vw;
  }
  #page_sbcc .talk .bubble_05,
  #page_sbcc_th .talk .bubble_05 {
    top: 66%;
    left: 28%;
    width: 23.1vw;
  }
  #page_sbcc .talk .bubble_06,
  #page_sbcc_th .talk .bubble_06 {
    top: 60%;
    left: 4%;
    width: 22.2vw;
  }
  #page_sbcc .talk .bubble_07,
  #page_sbcc_th .talk .bubble_07 {
    top: 41%;
    left: 5%;
    width: 21.9vw;
  }
  #page_sbcc .migrant_workers,
  #page_sbcc_th .migrant_workers {
    margin-top: 220px;
  }
  #page_sbcc .migrant_workers .paper01,
  #page_sbcc_th .migrant_workers .paper01 {
    top: -61%;
    left: 3%;
    width: 94.8vw;
  }
  #page_sbcc .migrant_workers p,
  #page_sbcc_th .migrant_workers p {
    font-size: 14px;
    max-width: 66%;
    left: auto;
  }
  #page_sbcc .migrant_workers .Phuket_Migrants_July20-227,
  #page_sbcc_th .migrant_workers .Phuket_Migrants_July20-227 {
    width: 600px;
  }
  #page_sbcc .migrant_workers .Phuket_Migrants_July20-244,
  #page_sbcc_th .migrant_workers .Phuket_Migrants_July20-244 {
    width: 600px;
    top: 0;
  }
  #page_sbcc .childen .top,
  #page_sbcc_th .childen .top {
    flex-direction: column;
  }
  #page_sbcc .childen .top p,
  #page_sbcc_th .childen .top p {
    font-size: 14px;
    margin-left: auto;
    text-align: left;
  }
  #page_sbcc .childen .top div .child_01,
  #page_sbcc_th .childen .top div .child_01 {
    width: 75px;
    margin-top: -5%;
  }
  #page_sbcc .childen .top div .child_02,
  #page_sbcc_th .childen .top div .child_02 {
    width: 75px;
  }
  #page_sbcc .childen .bottom,
  #page_sbcc_th .childen .bottom {
    top: 20vw;
    height: 50vw;
  }
  #page_sbcc .childen .bottom .kid img,
  #page_sbcc_th .childen .bottom .kid img {
    width: 12vw;
  }
  #page_sbcc .end_section_01 p,
  #page_sbcc_th .end_section_01 p {
    font-size: 14px;
    max-width: 80%;
  }
  #page_sbcc .thai_economy h1,
  #page_sbcc_th .thai_economy h1 {
    font-size: 24px;
  }
  #page_sbcc .thai_economy img,
  #page_sbcc_th .thai_economy img {
    width: 180px;
  }
  #page_sbcc .thai_economy p,
  #page_sbcc_th .thai_economy p {
    font-size: 14px;
    max-width: 80%;
  }
  #page_sbcc .agriculture h1,
  #page_sbcc_th .agriculture h1 {
    font-size: 24px;
    max-width: 85%;
    margin: auto;
  }
  #page_sbcc .agriculture p,
  #page_sbcc_th .agriculture p {
    max-width: 85%;
    margin: auto;
    font-size: 14px;
  }
  #page_sbcc .agriculture img,
  #page_sbcc_th .agriculture img {
    top: 180px;
  }
  #page_sbcc .agriculture_story .top, #page_sbcc .agriculture_story .bottom,
  #page_sbcc_th .agriculture_story .top,
  #page_sbcc_th .agriculture_story .bottom {
    height: 300px;
    justify-content: space-around;
  }
  #page_sbcc .agriculture_story .top p, #page_sbcc .agriculture_story .bottom p,
  #page_sbcc_th .agriculture_story .top p,
  #page_sbcc_th .agriculture_story .bottom p {
    font-size: 14px;
  }
  #page_sbcc .agriculture_story .top .img img, #page_sbcc .agriculture_story .bottom .img img,
  #page_sbcc_th .agriculture_story .top .img img,
  #page_sbcc_th .agriculture_story .bottom .img img {
    width: 150px;
  }
  #page_sbcc .agriculture_story .top .img p, #page_sbcc .agriculture_story .bottom .img p,
  #page_sbcc_th .agriculture_story .top .img p,
  #page_sbcc_th .agriculture_story .bottom .img p {
    font-size: 14px;
    margin-top: -3.5vw;
  }
  #page_sbcc .constructions h1,
  #page_sbcc_th .constructions h1 {
    font-size: 24px;
  }
  #page_sbcc .constructions p,
  #page_sbcc_th .constructions p {
    font-size: 14px;
    max-width: 80% !important;
  }
  #page_sbcc .constructions .figure .thai,
  #page_sbcc_th .constructions .figure .thai {
    font-size: 14px;
  }
  #page_sbcc .constructions .figure .thai .men_figure_2,
  #page_sbcc .constructions .figure .thai .Asset_5,
  #page_sbcc_th .constructions .figure .thai .men_figure_2,
  #page_sbcc_th .constructions .figure .thai .Asset_5 {
    width: 11vw;
  }
  #page_sbcc .constructions .figure .migrant,
  #page_sbcc_th .constructions .figure .migrant {
    font-size: 14px;
  }
  #page_sbcc .constructions .figure .migrant p,
  #page_sbcc_th .constructions .figure .migrant p {
    font-size: 14px;
  }
  #page_sbcc .constructions .figure .migrant .men_figure_2,
  #page_sbcc .constructions .figure .migrant .Asset_5,
  #page_sbcc_th .constructions .figure .migrant .men_figure_2,
  #page_sbcc_th .constructions .figure .migrant .Asset_5 {
    width: 13.3vw;
  }
  #page_sbcc .paper_img .paper,
  #page_sbcc_th .paper_img .paper {
    width: 300px;
  }
  #page_sbcc .paper_img .content p,
  #page_sbcc_th .paper_img .content p {
    font-size: 14px;
  }
  #page_sbcc .read_story .top,
  #page_sbcc_th .read_story .top {
    height: 250px;
    justify-content: space-around;
  }
  #page_sbcc .read_story .top .img img,
  #page_sbcc_th .read_story .top .img img {
    width: 150px;
  }
  #page_sbcc .read_story .top .img p,
  #page_sbcc_th .read_story .top .img p {
    font-size: 14px;
    margin-top: -5.5vw;
    max-width: -moz-max-content;
    max-width: max-content;
    padding-left: 10px;
  }
  #page_sbcc .read_story .top p,
  #page_sbcc_th .read_story .top p {
    margin-left: 0;
    font-size: 14px;
    max-width: 65%;
    padding-right: 12px;
  }
  #page_sbcc .read_story .top p span,
  #page_sbcc_th .read_story .top p span {
    font-size: 10px;
    left: 0;
  }
  #page_sbcc .fishery,
  #page_sbcc_th .fishery {
    flex-direction: column;
  }
  #page_sbcc .fishery .img h1,
  #page_sbcc_th .fishery .img h1 {
    font-size: 24px;
  }
  #page_sbcc .fishery p,
  #page_sbcc_th .fishery p {
    font-size: 14px;
    max-width: 80%;
  }
  #page_sbcc .gulf_of_thailand,
  #page_sbcc_th .gulf_of_thailand {
    margin-top: -70px;
  }
  #page_sbcc .gulf_of_thailand p,
  #page_sbcc_th .gulf_of_thailand p {
    font-size: 14px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-left: 17px;
  }
  #page_sbcc .paper_2,
  #page_sbcc_th .paper_2 {
    background-size: cover;
    flex-direction: column;
    margin-top: -33vh;
  }
  #page_sbcc .paper_2 p,
  #page_sbcc_th .paper_2 p {
    font-size: 14px;
    max-width: 80%;
  }
  #page_sbcc .read_story_dihlaing_oo,
  #page_sbcc_th .read_story_dihlaing_oo {
    margin-top: 0;
    height: 26vh;
    justify-content: space-around;
  }
  #page_sbcc .read_story_dihlaing_oo p,
  #page_sbcc_th .read_story_dihlaing_oo p {
    max-width: 50%;
    font-size: 14px;
  }
  #page_sbcc .read_story_dihlaing_oo .img img,
  #page_sbcc_th .read_story_dihlaing_oo .img img {
    width: 150px;
  }
  #page_sbcc .read_story_dihlaing_oo .img p,
  #page_sbcc_th .read_story_dihlaing_oo .img p {
    margin-top: -4.5vw;
    font-size: 14px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  #page_sbcc .map_money,
  #page_sbcc_th .map_money {
    height: 100vh;
    flex-direction: column-reverse;
  }
  #page_sbcc .map_money .img,
  #page_sbcc_th .map_money .img {
    height: 320px;
    width: 50vw;
  }
  #page_sbcc .map_money p,
  #page_sbcc_th .map_money p {
    font-size: 14px;
    max-width: 80%;
    left: auto;
  }
  #page_sbcc .cultural_diversity h1,
  #page_sbcc_th .cultural_diversity h1 {
    font-size: 24px;
  }
  #page_sbcc .cultural_diversity h1 span,
  #page_sbcc_th .cultural_diversity h1 span {
    font-size: 14px;
  }
  #page_sbcc .cultural_diversity p,
  #page_sbcc_th .cultural_diversity p {
    font-size: 14px;
    max-width: 80%;
  }
  #page_sbcc .cultural_diversity .clothing_img,
  #page_sbcc_th .cultural_diversity .clothing_img {
    margin-top: 14vw;
  }
  #page_sbcc .cultural_diversity .clothing_img .clothing,
  #page_sbcc_th .cultural_diversity .clothing_img .clothing {
    width: 240px;
  }
  #page_sbcc .cultural_diversity .clothing_img .Cycle,
  #page_sbcc_th .cultural_diversity .clothing_img .Cycle {
    width: 110px;
  }
  #page_sbcc .cultural_diversity .clothing_img h1,
  #page_sbcc_th .cultural_diversity .clothing_img h1 {
    font-size: 18px;
  }
  #page_sbcc .cultural_diversity .paper_01,
  #page_sbcc_th .cultural_diversity .paper_01 {
    margin-top: 44px;
  }
  #page_sbcc .cultural_diversity .paper_01 img,
  #page_sbcc_th .cultural_diversity .paper_01 img {
    height: 617px;
    width: 90%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page_sbcc .cultural_diversity .paper_01 p,
  #page_sbcc_th .cultural_diversity .paper_01 p {
    margin-top: 38px;
  }
  #page_sbcc .paper_02 p,
  #page_sbcc_th .paper_02 p {
    font-size: 14px;
    max-width: 80%;
  }
  #page_sbcc .paper_02 img,
  #page_sbcc_th .paper_02 img {
    width: 100vw;
  }
  #page_sbcc .explore_more,
  #page_sbcc_th .explore_more {
    height: auto;
  }
  #page_sbcc .explore_more h1,
  #page_sbcc_th .explore_more h1 {
    font-size: 24px;
  }
  #page_sbcc .explore_more p,
  #page_sbcc_th .explore_more p {
    font-size: 14px;
  }
  #page_sbcc .explore_more .endnotes,
  #page_sbcc_th .explore_more .endnotes {
    position: static;
    font-size: 14px;
    max-width: 80%;
  }
  #page_sbcc .explore_more .endnotes h4,
  #page_sbcc_th .explore_more .endnotes h4 {
    font-size: 16px;
  }
}

#page_sbcc_th .map .foreign p {
  font-size: min(1vw, 19px);
  max-width: 960px;
}
#page_sbcc_th .map .foreign h1 {
  margin-top: 0;
}
#page_sbcc_th .map .foreign h2 {
  margin-top: 80px;
}
#page_sbcc_th .thai_foreign p {
  font-size: min(1vw, 19px);
  max-width: 550px;
}
#page_sbcc_th .talk p {
  font-size: min(1vw, 19px);
  max-width: 710px;
}
#page_sbcc_th .childen .top p {
  font-size: min(1vw, 19px);
  max-width: 3ุ0px;
  font-weight: 600;
}
#page_sbcc_th .thai_economy p {
  font-size: min(1vw, 19px);
}
#page_sbcc_th .agriculture p {
  font-size: min(1vw, 19px);
  max-width: 730px;
}
#page_sbcc_th .constructions p {
  font-size: min(1vw, 19px);
}
#page_sbcc_th .constructions .covid {
  max-width: 780px;
}
#page_sbcc_th .fishery p {
  font-size: min(1vw, 19px);
  max-width: 500px;
}
#page_sbcc_th .gulf_of_thailand p {
  font-size: min(1vw, 19px);
}
#page_sbcc_th .map_money p {
  font-size: min(1vw, 19px);
  max-width: 420px;
}
#page_sbcc_th .cultural_diversity .clothing_img h1 {
  font-size: min(2.5vw, 48px);
}
#page_sbcc_th .cultural_diversity p {
  font-size: min(1vw, 19px);
}
#page_sbcc_th .paper_01 p {
  font-size: min(0.9vw, 16px);
}
@media only screen and (max-width: 768px) {
  #page_sbcc_th .hero_banner {
    background-size: 100vh;
    min-height: auto;
    height: 55vh;
  }
  #page_sbcc_th .hero_banner .detail {
    top: 300px;
  }
  #page_sbcc_th .hero_banner .detail h1 {
    font-size: 18px;
  }
  #page_sbcc_th .hero_banner .detail a {
    font-size: 14px;
    background-size: cover !important;
  }
  #page_sbcc_th .hero_banner .detail a.right {
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 8px 36px;
  }
  #page_sbcc_th .map .thailand {
    font-size: 24px;
  }
  #page_sbcc_th .map .thailand span {
    font-size: 14px;
  }
  #page_sbcc_th .map .thailand span.small {
    font-size: 14px;
  }
  #page_sbcc_th .map .foreign h1 {
    font-size: 24px;
  }
  #page_sbcc_th .map .foreign h2 {
    font-size: 16px;
  }
  #page_sbcc_th .map .foreign p {
    font-size: 14px;
    max-width: 80%;
  }
  #page_sbcc_th .thai_foreign p {
    font-size: 14px;
    margin-left: auto;
    max-width: 80%;
    position: absolute;
    bottom: 40px;
  }
  #page_sbcc_th .thai_foreign .photo01 {
    top: 10%;
    left: 60%;
    width: 36vw;
  }
  #page_sbcc_th .thai_foreign .photo02 {
    top: 20%;
    left: 10%;
    width: 40.7vw;
  }
  #page_sbcc_th .thai_foreign .photo03 {
    top: 40%;
    left: 50%;
    width: 40.2vw;
  }
  #page_sbcc_th .thai_foreign .photo04 {
    top: 52%;
    left: 22%;
    width: 33.9vw;
  }
  #page_sbcc_th .talk p {
    max-width: 50%;
    font-size: 14px;
  }
  #page_sbcc_th .talk .bubble_01 {
    top: 14%;
    left: 23%;
    width: 26vw;
  }
  #page_sbcc_th .talk .bubble_02 {
    top: 14%;
    left: 57%;
    width: 25.4vw;
  }
  #page_sbcc_th .talk .bubble_03 {
    top: 38%;
    left: 70%;
    width: 26.5vw;
  }
  #page_sbcc_th .talk .bubble_04 {
    top: 65%;
    left: 57%;
    width: 27.6vw;
  }
  #page_sbcc_th .talk .bubble_05 {
    top: 66%;
    left: 28%;
    width: 23.1vw;
  }
  #page_sbcc_th .talk .bubble_06 {
    top: 60%;
    left: 4%;
    width: 22.2vw;
  }
  #page_sbcc_th .talk .bubble_07 {
    top: 41%;
    left: 5%;
    width: 21.9vw;
  }
  #page_sbcc_th .migrant_workers {
    margin-top: 220px;
  }
  #page_sbcc_th .migrant_workers .paper01 {
    top: -42%;
    left: -3%;
    width: 100vw;
  }
  #page_sbcc_th .migrant_workers p.th {
    font-size: 14px;
    max-width: 66%;
    left: auto;
  }
  #page_sbcc_th .migrant_workers .Phuket_Migrants_July20-227 {
    width: 600px;
  }
  #page_sbcc_th .migrant_workers .Phuket_Migrants_July20-244 {
    width: 600px;
    top: 0;
  }
  #page_sbcc_th .childen .top {
    flex-direction: column;
  }
  #page_sbcc_th .childen .top p {
    font-size: 14px;
    margin-left: auto;
    text-align: left;
  }
  #page_sbcc_th .childen .top div .child_01 {
    width: 75px;
    margin-top: -5%;
  }
  #page_sbcc_th .childen .top div .child_02 {
    width: 75px;
  }
  #page_sbcc_th .childen .bottom {
    top: 20vw;
    height: 50vw;
  }
  #page_sbcc_th .childen .bottom .kid img {
    width: 12vw;
  }
  #page_sbcc_th .end_section_01 p {
    font-size: 14px;
    max-width: 80%;
  }
  #page_sbcc_th .thai_economy h1 {
    font-size: 24px;
  }
  #page_sbcc_th .thai_economy img {
    width: 180px;
  }
  #page_sbcc_th .thai_economy p {
    font-size: 14px;
    max-width: 80%;
  }
  #page_sbcc_th .agriculture h1 {
    font-size: 24px;
    max-width: 85%;
    margin: auto;
  }
  #page_sbcc_th .agriculture p {
    max-width: 85%;
    margin: auto;
    font-size: 14px;
  }
  #page_sbcc_th .agriculture img {
    top: 180px;
  }
  #page_sbcc_th .agriculture_story .top, #page_sbcc_th .agriculture_story .bottom {
    height: 530px;
    justify-content: space-around;
  }
  #page_sbcc_th .agriculture_story .top p.th, #page_sbcc_th .agriculture_story .bottom p.th {
    font-size: 14px;
    line-height: inherit;
  }
  #page_sbcc_th .agriculture_story .top p.th span, #page_sbcc_th .agriculture_story .bottom p.th span {
    font-size: 10px;
  }
  #page_sbcc_th .agriculture_story .top .img img, #page_sbcc_th .agriculture_story .bottom .img img {
    width: 150px;
  }
  #page_sbcc_th .agriculture_story .top .img p.th, #page_sbcc_th .agriculture_story .bottom .img p.th {
    font-size: 9px;
    margin-top: -3.5vw;
    line-height: inherit;
  }
  #page_sbcc_th .constructions h1 {
    font-size: 24px;
  }
  #page_sbcc_th .constructions p {
    font-size: 14px;
    max-width: 80% !important;
  }
  #page_sbcc_th .constructions .figure .thai {
    font-size: 14px;
  }
  #page_sbcc_th .constructions .figure .thai .men_figure_2,
  #page_sbcc_th .constructions .figure .thai .Asset_5 {
    width: 11vw;
  }
  #page_sbcc_th .constructions .figure .migrant {
    font-size: 14px;
  }
  #page_sbcc_th .constructions .figure .migrant p {
    font-size: 14px;
  }
  #page_sbcc_th .constructions .figure .migrant .men_figure_2,
  #page_sbcc_th .constructions .figure .migrant .Asset_5 {
    width: 13.3vw;
  }
  #page_sbcc_th .paper_img .paper {
    width: 300px;
  }
  #page_sbcc_th .paper_img .content p.th {
    font-size: 14px;
  }
  #page_sbcc_th .read_story .top {
    height: 250px;
    justify-content: space-around;
  }
  #page_sbcc_th .read_story .top .img img {
    width: 150px;
  }
  #page_sbcc_th .read_story .top .img p.th {
    font-size: 14px;
    margin-top: -5.5vw;
    max-width: -moz-max-content;
    max-width: max-content;
    padding-left: 10px;
  }
  #page_sbcc_th .read_story .top p.th {
    margin-left: 0;
    font-size: 14px;
    max-width: 65%;
    padding-right: 12px;
  }
  #page_sbcc_th .read_story .top p.th span {
    font-size: 10px;
    left: 0;
  }
  #page_sbcc_th .fishery {
    flex-direction: column;
  }
  #page_sbcc_th .fishery .img h1 {
    font-size: 24px;
  }
  #page_sbcc_th .fishery p {
    font-size: 14px;
    max-width: 80%;
  }
  #page_sbcc_th .gulf_of_thailand {
    margin-top: -70px;
  }
  #page_sbcc_th .gulf_of_thailand p {
    font-size: 14px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-left: 17px;
  }
  #page_sbcc_th .paper_2 {
    background-size: cover;
    flex-direction: column;
    margin-top: -33vh;
  }
  #page_sbcc_th .paper_2 p {
    font-size: 14px;
    max-width: 80%;
  }
  #page_sbcc_th .read_story_dihlaing_oo {
    margin-top: 0;
    height: 36vh;
    justify-content: space-around;
  }
  #page_sbcc_th .read_story_dihlaing_oo p.th {
    max-width: 50%;
    font-size: 14px;
  }
  #page_sbcc_th .read_story_dihlaing_oo p.th span {
    font-size: 10px;
  }
  #page_sbcc_th .read_story_dihlaing_oo .img img {
    width: 150px;
  }
  #page_sbcc_th .read_story_dihlaing_oo .img p.th {
    margin-top: -4.5vw;
    font-size: 10px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  #page_sbcc_th .map_money {
    height: 100vh;
    flex-direction: column-reverse;
  }
  #page_sbcc_th .map_money .img {
    height: 320px;
    width: 50vw;
  }
  #page_sbcc_th .map_money p {
    font-size: 14px;
    max-width: 80%;
    left: auto;
  }
  #page_sbcc_th .cultural_diversity h1 {
    font-size: 24px;
  }
  #page_sbcc_th .cultural_diversity h1 span {
    font-size: 14px;
  }
  #page_sbcc_th .cultural_diversity p {
    font-size: 14px;
    max-width: 80%;
  }
  #page_sbcc_th .cultural_diversity .clothing_img {
    margin-top: 14vw;
  }
  #page_sbcc_th .cultural_diversity .clothing_img .clothing {
    width: 240px;
  }
  #page_sbcc_th .cultural_diversity .clothing_img .Cycle {
    width: 110px;
  }
  #page_sbcc_th .cultural_diversity .clothing_img h1 {
    font-size: 18px;
  }
  #page_sbcc_th .cultural_diversity .paper_01 {
    margin-top: 44px;
  }
  #page_sbcc_th .cultural_diversity .paper_01 img {
    height: 617px;
    width: 90%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page_sbcc_th .cultural_diversity .paper_01 p {
    margin-top: 38px;
  }
  #page_sbcc_th .paper_02 p.th {
    font-size: 14px;
    max-width: 80%;
  }
  #page_sbcc_th .paper_02 img {
    width: 100vw;
  }
  #page_sbcc_th .explore_more {
    height: auto;
  }
  #page_sbcc_th .explore_more h1 {
    font-size: 24px;
  }
  #page_sbcc_th .explore_more p {
    font-size: 14px;
  }
  #page_sbcc_th .explore_more .endnotes {
    position: static;
    font-size: 14px;
    max-width: 80%;
  }
  #page_sbcc_th .explore_more .endnotes h4 {
    font-size: 16px;
  }
}/*# sourceMappingURL=main.css.map */

.floating-image {
  margin-right: 0px !important;
  margin-left: 0px !important;
  width: 48%;
  max-width: unset !important;
}
.floating-image img {
  float: none;
  width: 90% !important;
  margin-right: 20px !important;
  margin-left: 5.4rem;
}
.floating-image + p {
  margin-right: 0px !important;
  margin-left: 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: unset !important;
}
.story-text{
  width: 1000px;
}
@media (max-width: 1290px) {
  .story-text{
    width: unset !important;
  }
  h1.title {
    font-size: 2.8rem;
  }
  .explore-2-title h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .floating-image {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: min(79.9vw, 650px) !important;
    width: 100% !important;
  }
  .floating-image img {
    width: 100% !important;
    float: unset !important;
    margin: 0px !important;
  }
  .floating-image + p {
    margin-left: auto !important;
    margin-right: auto !important;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    width: unset !important;
    max-width: min(79.9vw, 650px) !important;
  }
body:after{
      content:"";
      position:fixed;
      top:0;
      height:100vh;
      left:0;
      right:0;
      z-index:-1; 
      -webkit-background-size: cover !important;
      -moz-background-size: cover !important;
      -o-background-size: cover !important;
  background-size: cover !important;
}
body {
background: unset !important;
}


}