main.page-content .inner-top {
  background-image: url("/assets/img/about_us_rectangle.png");
  /* background-repeat: no-repeat; */
  width: 100%;
  height: 200px;
  background-attachment: initial;
  background-repeat: repeat-x;
  background-size: contain !important;
}

main.page-content .inner-top .bgc {
  background-color: #ed8b00;
  padding-bottom: 0;
  margin-bottom: 30px;
  height: auto;
}

.section.section--objective .bubble{
    text-align: right;
}
.bg_purple .objective_title {
  color: #ffffff;
}
.objective_title {
  color: #36364f;
  font-size: 40px;
  font-family: Montserrat, Roboto, Arial, PingFangTC, "Microsoft JhengHei revise", "Microsoft JhengHei", "Microsoft YaHei", sans-serif !important;
}
.section.section--objective .bubble .objective_title,
.section.section--objective .bubble .objective_content {
    text-align: left;
}
.section.section--objective .bubble .objective_content ol,
.section.section--objective .bubble .objective_content ol li{
  list-style-type: lower-alpha;
}

.section.section--objective .bubble .bg_purple{
    transform: translate(100px, -327px);
}
.section.section--objective .bubble .bg_purple.rcorner1{
  width: 78%;
  max-width: 100%;
}

.section.section--objective .firstimage{
    background-image: url('/assets/img/background_image/zone2_b.png');
    background-repeat: no-repeat;
    transform: translateY(-227px);
    z-index: -1;
    width: 100%;
    height: 466px;
    background-size: cover;
    background-position: center;
}

.section.section--objective .secondimage{
    background-image: url(/assets/img/dummy/Entrancegraphic_15_OL.png);
    background-repeat: no-repeat;
    transform: translate(200px,-100px);
    z-index: -1;
    width: 80%;
    height: 650px;
    border-radius: 100px;
}

.section.section--entrance{
  position:relative;
  display: block;
  margin-bottom: 200px;
}
.section.section--entrance .transform_top{
  transform: translateY(-100px);
}
.section.section--entrance .entrance_content{
  position: absolute;
  bottom:-100px;
  left:50%;
  transform: translate(-50%,0);
  border-radius: 25px;
  padding: 50px;
  display: inline-block;
  background-color: #C1F9FF;
  color: #000000;
  z-index: 1;
}

.section.section--briefing{
  position:relative;
  display: block;
  margin-bottom: 80px;
}

.section.section--briefing .container{
  position: relative;
}

.section.section--briefing .briefing_content{
  position: absolute;
  top:0;
  left:8%;
  transform: translate(0,50%);
  border-radius: 25px;
  padding: 50px;
  display: inline-block;
  background-color: #A3EFAC;
  color: #000000;
  z-index: 1;
  max-width: fit-content;
}

.section.section--stage_1{
  margin-bottom: -20px;
  z-index: 1;
  position: relative;
}
.section.section--stage_1 .stage_1_content{
  background-color: #7CE5DC ;
  border-radius: 0 25px 25px 0;
  display: flex;
  justify-content: right;
  padding:30px 0;
  padding-left: 20px;
}
.section.section--stage_1 .stage_1_content .stage_1_content_align{
  max-width: 850px;
}
.section.section--stage_1 .stage_1_content ul{
  list-style-type: none;
}
.section.section--stage_1 .stage_1_content ul > li:before {
  content: "-";
  text-indent: -5px;
  
}

.section.section--stage_2{
  margin-bottom: 50px;
  z-index: 0;
  position: relative;
}
.section.section--stage_2 .stage_2_content{
  background-color: #C1F9FF ;
  border-radius: 25px;
  padding:60px;
  max-width: 850px;
}

.section.section--stage_2 .stage_2_content ul{
  list-style-type: none;
}
.section.section--stage_2 .stage_2_content ul > li:before {
  content: "-";
  text-indent: -5px;
  
}

@media screen and (max-width: 1200px) {
  
}


@media screen and (max-width: 1100px) {
  
}

@media screen and (max-width: 1000px) {
  
}

@media screen and (max-width: 900px) {
  
}

@media screen and (max-width: 800px) {
  
}

@media screen and (max-width: 768px) {
  .section.section--objective .bubble .bg_purple {
      transform: translateX(0px);
  }
}

@media screen and (max-width: 700px) {
  
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  
}

@media screen and (max-width: 575px) {
	main.page-content .inner-top .bgc {
	  background-position: 30% top;
	}
  .section.section--objective .secondimage {
      transform: translate(0px,0px);
      width: 100%;
  }

  .section.section--objective .rcorner2.bg_orange {
      transform: translateY(-850px);
  }

  .section.section--objective .firstimage{
    height: 400px;
    transform: translateY(-120px);
  }

  .section.section--objective .bubble .bg_purple.rcorner1{
    width: 100%;
    transform: none;
    margin-top:-50px;
    background-color: transparent;
    color: #000;
  }

  .objective_title{
    line-height: 1em;
  }

  .section.section--objective .objective_content p{
    font-weight: bold;

  }

  .section.section--entrance {
    margin:100px auto;
    padding:20px 10px;
    background-color: #C1F9FF;
  }
  .section.section--entrance::before{
    content: '';
    background-image: url(/assets/img/background_image/inner_blue_up_m.svg);
    width: 100%;
    height: 100px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -70px;
    left: 0;
  }
  .section.section--entrance::after{
    content: '';
    background-image: url(/assets/img/background_image/inner_blue_down_m.svg);
    width: 100%;
    height: 100px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -70px;
    left: 0;
  }
  .section.section--entrance .transform_top{
    transform: none;
  }
  .section.section--entrance .entrance_content{
    position: relative;
    left: initial;
    bottom:initial;
    transform: unset;
  }
  .section.section--briefing .container {
    padding:0px;
  }
  .section.section--briefing .briefing_content{
    position: relative;
    top:initial;
    left: initial;
    transform: none;
    padding:30px 50px;
    background-color: transparent;
  }
  .section.section--stage_1{
    background-color: #7CE5DC;
    margin:90px auto;
    padding:20px 10px;
  }
  .section.section--stage_1::before{
    content: '';
    background-image: url(/assets/img/background_image/inner_green_up_m.svg);
    width: 100%;
    height: 100px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -70px;
    left: 0;
  }
  .section.section--stage_1::after{
    content: '';
    background-image: url(/assets/img/background_image/inner_green_down_m.svg);
    width: 100%;
    height: 100px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -70px;
    left: 0;
  }
  .section.section--stage_2{

  }
  .section.section--stage_2 .stage_2_content{
    background-color: transparent;
    border-radius: 25px;
    padding: 35px;
  }
}

@media screen and (max-width: 564px) {
  
}

@media screen and (max-width: 552px) {
  
}

@media screen and (max-width: 535px) {
  
}

@media screen and (max-width: 519px) {
  
}

@media screen and (max-width: 506px) {
  
}

@media screen and (max-width: 496px) {
  
}

@media screen and (max-width: 490px) {
  
}

@media screen and (max-width: 479px) {
  
}

@media screen and (max-width: 466px) {
  
}

@media screen and (max-width: 454px) {
  
}

@media screen and (max-width: 442px) {
  
}

@media screen and (max-width: 439px) {
  
}

@media screen and (max-width: 414px) {
  
}

@media screen and (max-width: 394px) {
  
}

@media screen and (max-width: 390px) {
  
}

@media screen and (max-width: 376px) {
  
}