.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* title_item */
.title_item h3 {
  font-size: 48px;
  font-weight: 500;
  color: #262626;
  line-height: 1.4;
  margin-bottom: 0;
}

.title_item h3.white {
  font-size: 48px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}

.title_item h4.sec-title {
  color: #b19b5f;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 32px;
}

.title_item .inner {
  margin-top: 13px;
}

@media (max-width: 1680px) {
  .title_item h3 {
    font-size: 40px !important;
  }
  .title_item h4.sec-title {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .title_item h3 {
    font-size: 36px !important;
  }
}
@media (max-width: 1280px) {
  .title_item h3 {
    font-size: 32px !important;
  }
}
@media (max-width: 600px) {
  .title_item h3 {
    font-size: 26px !important;
  }
  .title_item h4.sec-title {
    margin-top: 16px;
    font-size: 18px;
    margin-bottom: 0;
  }
}

.inner {
  font-size: 22px;
  line-height: 2;
  color: #fff;
  font-weight: 400;
  padding-left: 32px;
  margin-bottom: 0;
  position: relative;
}
.inner::before {
  content: "";
  width: 2px;
  height: calc(100% - 22px);
  background: #b19b5f;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1680px) {
  .inner {
    font-size: 18px;
    padding-left: 20px;
  }
}

@media (max-width: 1280px) {
  .inner {
    font-size: 16px;
    padding-left: 16px;
  }
}
@media (max-width: 600px) {
  .inner {
    font-size: 14px;
  }
}

.inner p {
  margin-bottom: 24px;
}

.primary {
  color: #b19b5f !important;
}

/*swiper*/
.swiper-slide .inner {
  font-size: 28px;
  line-height: 1;
  margin-top: 16px;
  border-left: 2px solid #b19b5f;
  margin-left: 60px;
}
.swiper-slide .inner::before {
  display: none;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0 60px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
}
@media (max-width: 1280px) {
  .swiper-slide .inner {
    font-size: 20px;
    margin-left: 35px;
  }
  .swiper-slide img {
    padding: 0 35px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .swiper-slide img {
    padding: 0px;
  }
  .swiper-slide .inner {
    margin-left: 0px;
  }
}

/* banner */
.banner_block {
  position: relative;
  /* height: 105vh; */
  background-color: #c21a1f;
}
.banner_block .hero_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 52.78vw;
  height: 69.35vh;
  text-align: right;
}
.banner_block .construction {
  color: #fff;
  font-family: "Noto Sans TC";
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  left: 12%;
  top: 87.25vh;
}
.banner_block .title {
  position: absolute;
  background-color: #c21a1f;
  mix-blend-mode: lighten;
  right: 4.8%;
  bottom: 12.75vh;
  width: 36.75vw;
}
.banner_block .main_img {
  position: absolute;
  bottom: 0;
  left: 5.7%;
  width: 31vw;
}
.banner_block .logo_s {
  position: absolute;
  bottom: 4%;
  left: 2.5%;
  width: 7vw;
}
.banner_block .logo_s img {
  width: 100%;
}

@media (max-width: 1680px) {
  .banner_block .construction {
    font-size: 38px;
  }
}

@media (max-width: 1440px) {
  .banner_block .construction {
    font-size: 34px;
  }
}

@media (max-width: 1366px) {
  .banner_block .construction {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .banner_block .construction {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .banner_block {
    position: relative;
    height: auto;
  }
}

@media (max-width: 576px) {
  .banner_block .construction {
    left: 50%;
    transform: translate(-50%, 0%);
    top: 49%;
    word-break: keep-all;
    display: flex;
    font-size: 6vw;
  }
}

/*about1*/
.about1_block {
  position: relative;
  padding: 140px 120px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 100px;
  background: #262626;
}
.about1_block::before {
  content: "";
  width: 32.8%;
  height: 46.5vh;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/bg/about1-tl.svg") no-repeat;
  background-size: contain;
  background-position: left top;
}
.about1_block .about1_swiper {
  width: 55.4%;
}
.about1_block .title_item {
  width: calc(100% - 55.4% - 100px);
}

@media (max-width: 1680px) {
  .about1_block::before {
    width: 25%;
  }
}
@media (max-width: 1366px) {
  .about1_block {
    padding: 100px 50px;
  }
}
@media (max-width: 1199px) {
  .about1_block {
    gap: 0px;
  }
  .about1_block .title_item,
  .about1_block .about1_swiper {
    width: 50%;
  }
}
@media (max-width: 850px) {
  .about1_block {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .about1_block .title_item,
  .about1_block .about1_swiper {
    width: 100%;
  }
  .about1_block .title_item h3 {
    text-align: center;
  }
  .about1_block::before {
    width: 40%;
    opacity: 0.15;
  }
}
@media (max-width: 600px) {
  .about1_block {
    padding: 100px 30px;
  }
}

/*about2*/
.about2_block {
  position: relative;
  padding: 80px 120px 0 120px;
  display: flex;
  gap: 30px;
  flex-direction: row;
  background-image: url(../images/bg-about2.jpg);
  background-size: cover;
  background-position:  center;
  background-repeat: no-repeat;
}
/* .about2_block::before {
  content: "";
  width: 26.6%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/bg/about2-l.svg") no-repeat;
  background-size: contain;
  background-position: left bottom;
  z-index: -1;
} */
.about2_block .about2_left {
  width: 40%;
}
.about2_swiper .swiper-button-next:after,
.about2_swiper .swiper-button-prev:after {
  color: #c21a1f;
}
.about2_swiper .inner_box {
  background-color: #262626;
  padding: 16px 8px;
  margin: 0 60px;
}
.about2_swiper .inner {
  margin: 0;
}
.about2_block .about2_right {
  width: calc(60% - 30px);
}
.about2_right .awards_box {
  display: flex;
  gap: 30px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.about2_right .awards_box .awards {
  display: flex;
  gap: 8px;
  flex-direction: row;
  width: 45%;
}
.about2_right .title_item .inner {
  color: #262626;
  width: calc(55% - 30px);
}
.circle_item {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  padding-top: 120px;
}
.circle_item .circle {
  width: 200px;
  height: 200px;
  border-radius: 99rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #262626;
  color: #fff;
}
.circle_item .circle.gold {
  background-color: #b19b5f;
}
.circle_item .circle.red {
  background-color: #c21a1f;
}
.circle_item .circle span {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}
.circle_item .circle > div {
  color: #fff;
  font-family: "Adobe Caslon Pro";
  font-size: 92px;
  font-weight: 400;
  line-height: 1;
}
.about2_block h5 {
  color: #262626;
  font-family: "Amiri";
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  padding-top: 100px;
}
@media (max-width: 1680px) {
  .about2_right .awards_box .awards {
    width: 100%;
  }
  .about2_right .title_item .inner {
    width: 100%;
  }
  .circle_item {
    padding-top: 80px;
  }
  .circle_item .circle {
    width: 170px;
    height: 170px;
  }
  .circle_item .circle > div {
    font-size: 76px;
  }
  .circle_item .circle span {
    font-size: 20px;
  }
  .about2_block h5 {
    padding-top: 56px;
    font-size: 28px;
  }
}
/* @media (max-width: 1366px) {
  .about2_block {
    padding: 100px 50px 74px;
  }
} */
@media (max-width: 1280px) {
  .about2_swiper .inner_box {
    margin: 0 35px;
  }
}
@media (max-width: 1199px) {
  .circle_item .circle {
    width: 150px;
    height: 150px;
  }
  .circle_item .circle > div {
    font-size: 66px;
  }
  .circle_item .circle span {
    font-size: 18px;
  }
  .about2_block h5 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .circle_item .circle {
    width: 120px;
    height: 120px;
  }
  .circle_item .circle span {
    font-size: 15px;
  }
  .circle_item .circle > div {
    font-size: 52px;
  }
}
@media (max-width: 850px) {
  .about2_block {
    flex-direction: column;
    align-items: flex-start;
    align-items: center;
  }
  .about2_block .about2_left {
    width: 100%;
  }
  .about2_block .about2_right {
    width: 100%;
  }
  .about2_right .awards_box {
    justify-content: center;
  }
  .about2_right .awards_box .awards {
    justify-content: center;
  }
  .circle_item {
    justify-content: center;
  }
  .about2_block h5 {
    text-align: center;
  }
  .about2_block::before {
    opacity: 0.1;
  }
}
@media (max-width: 600px) {
  .about2_block {
    padding: 80px  30px 0 30px;
  }
  .about2_swiper .inner_box {
    margin: 0;
  }
}
@media (max-width: 530px) {

  .about2-right{
    width: 100% !important;
  }

  .circle_item .circle {
    width: 100px;
    height: 100px;
  }
  .circle_item .circle span {
    font-size: 12px;
  }
  .circle_item .circle > div {
    font-size: 42px;
  }
  .circle_item svg {
    display: none;
  }
  .circle_item {
    gap: 24px;
  }
}

/*map*/
.map_block {
  position: relative;
  width: 100vw;
}
.scroll-hint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 16px;
}

.map_block .scroll-hint {
  display: none;
}

.scroll-hint .hint-text {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.5px;
}
@media (max-width: 600px) {
  #map_img_wrapper {
    overflow: scroll;
    width: 100%;
  }
  .map_block img.map_img {
    height: 450px;
    width: auto !important;
  }
  .map_block .scroll-hint {
    display: flex;
  }
}

/* feature1 */
.feature_block {
  position: relative;
  padding: 130px 120px 80px;
}
.feature_block::before {
  content: "";
  width: 42.2%;
  height: 27.5vh;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/bg/feature1-tr.svg") no-repeat;
  background-size: contain;
  background-position: right top;
  z-index: 1;
}
.feature1_top {
  display: flex;
  flex-direction: row;
  gap: 123px;
  padding-bottom: 48px;
  align-items: flex-start;
}
.feature1_top .title_item {
  width: calc(100% - 58% - 61.5px);
}
.feature1_top .img {
  width: 58%;
}
.feature1_top .title_item .inner {
  color: #262626;
  list-style: none;
  margin-top: 40px;
}
.feature1_bottom {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 96px;
}
.feature1_bottom .title_item {
  width: 34.6%;
}
.feature1_bottom .title_item .inner {
  color: #262626;
}
.feature1_bottom .img {
  width: calc(100% - 34.6% - 48px);
  display: flex;
  gap: 20px;
  flex-direction: row;
}
@media (max-width: 1560px) {
  .feature1_top {
    gap: 50px;
    padding-bottom: 0;
  }
  .feature1_bottom {
    gap: 50px;
    align-items: flex-end;
    margin-top: -40px;
  }
  .feature1_bottom .img {
    width: calc(100% - 40% - 25px);
  }
  .feature1_bottom .title_item {
    width: 40%;
  }
}
@media (max-width: 1366px) {
  .feature_block {
    padding: 100px 50px 80px;
  }
}
@media (max-width: 1199px) {
  .feature1_top {
    flex-direction: column-reverse;
  }
  .feature1_top .title_item {
    width: 100%;
  }
  .feature1_top .img {
    width: 100%;
  }
  .feature1_top .title_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
  }
  .feature1_top .title_item .inner {
    margin-top: 0;
    width: 50%;
  }
  .feature1_bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 80px;
    gap: 50px;
  }
  .feature1_bottom .img {
    width: 100%;
  }
  .feature1_bottom .title_item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .feature1_bottom .title_item .inner {
    margin-top: 0;
    width: 50%;
  }
}

@media (max-width: 991px) {
  .feature1_top .title_item {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
  .feature1_top .title_item .inner {
    width: 100%;
  }
  .feature1_bottom .title_item {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
  .feature1_bottom .title_item .inner {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .feature_block {
    padding: 100px 30px 80px;
  }
  .feature1_top,
  .feature1_bottom {
    gap: 30px;
  }
  .feature1_bottom .img {
    flex-direction: column;
    gap: 10px;
  }
}

/* feature2 */
.feature2_block {
  position: relative;
  background-color: #262626;
  padding: 160px 120px 120px;
  z-index: 1;
}
.feature2_block::before {
  content: "";
  width: 31%;
  height: 34.8vh;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/bg/feature-tl.svg") no-repeat;
  background-size: contain;
  background-position: left top;
}
.feature2_block::after {
  content: "";
  width: 31%;
  height: 72vh;
  position: absolute;
  top: 44%;
  right: 0;
  background: url("../images/bg/feature-cr.svg") no-repeat;
  background-size: contain;
  background-position: right top;
}

.feature_item1 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  padding-bottom: 120px;
  align-items: flex-end;
}
.feature_item1 .img {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.feature_item1 .img > div {
  width: calc(50% - 8px);
}

.feature_item2 {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding-bottom: 200px;
}
.feature_item2 .img-full {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 2fr;
}
.feature_item2 .title_item {
  width: 58%;
}

.feature_item3 {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 54px;
  align-items: flex-end;
  padding-bottom: 80px;
}

.feature_item3 .title_item {
  order: 2;
}
.feature_item3 .img {
  order: 1;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.feature_item3 .img > div {
  width: calc(50% - 8px);
}
ul.checkbox_item {
  list-style: none;
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  padding: 0;
  margin-bottom: 80px;
}
.checkbox_item li {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #fff;
  margin-bottom: 1rem;
  width: 200px;
}
.checkbox_item .icon {
  width: 20px;
  margin-right: 12px;
  display: block;
}
.checkbox_item_bottom {
  display: none;
}

.feature_item4 {
  display: grid;
  gap: 30px;
  align-items: center;
  grid-template-columns: 1fr 2fr;
}

@media (max-width: 1800px) {
  .feature2_block::after {
    width: 26%;
    top: 40%;
  }
  ul.checkbox_item {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .checkbox_item li {
    width: 170px;
  }
}
@media (max-width: 1366px) {
  .feature2_block {
    padding: 120px 50px 100px;
  }
  .feature2_block::before {
    width: 25%;
  }
  .feature2_block::after {
    width: 25%;
    top: 43%;
  }
}
@media (max-width: 1050px) {
  .feature_item2 .title_item {
    width: 100%;
  }
  .feature2_block::before,
  .feature2_block::after {
    opacity: 0.1;
  }
  .feature_item1 {
    display: flex;
    padding-bottom: 100px;
    flex-direction: column-reverse;
  }
  .feature_item2 {
    padding-bottom: 100px;
    gap: 30px;
  }
  .feature_item3 {
    display: flex;
    padding-bottom: 100px;
    gap: 30px;
    flex-direction: column;
  }
  .feature_item4 {
    display: flex;
    flex-direction: column-reverse;
  }
  .checkbox_item_top {
    display: none;
  }
  .checkbox_item_bottom {
    display: block;
    margin-top: 50px;
    margin-bottom: 0;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 850px) {
  .checkbox_item_bottom {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .feature2_block {
    padding: 100px 30px;
  }
  .feature_item1,
  .feature_item2,
  .feature_item3 {
    padding-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .feature_item1 .img {
    width: 100%;
  }
  .feature_item1 .img > div {
    width: 100%;
  }
  .feature_item2 .img-full {
    display: flex;
    flex-direction: column;
  }
  .feature_item3 .img {
    width: 100%;
  }
  .feature_item3 .img > div {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .checkbox_item_bottom {
    display: flex;
    flex-direction: column;
  }
  ul.checkbox_item {
    font-size: 18px;
  }
  .checkbox_item li {
    margin-bottom: 5px;
  }
}

/*joinforce*/
.joinforce_block {
  position: relative;
  padding: 160px 0;
}
.joinforce_block::before {
  content: "";
  width: 12.9%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../images/bg/joinforce-br.svg") no-repeat;
  background-size: contain;
  background-position: right bottom;
  z-index: -1;
}
.joinforce_block .container {
  max-width: 87.5%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
}
.joinforce_block .joinforce_left {
  width: 55%;
}
.joinforce_block .joinforce_right {
  width: calc(45% - 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-right: 50px;
}
.joinforce_block .joinforce_right .brand {
  margin-bottom: 80px;
}
.joinforce_block .joinforce_right p {
  color: #262626;
  font-size: 22px;
  font-weight: 400;
  line-height: 2;
}
.joinforce_block .swiper-button-next:after,
.joinforce_block .swiper-button-prev:after {
  color: #b19b5f;
}
.joinforce_block .swiper-slide .inner {
  color: #262626;
}
@media (max-width: 1560px) {
  .joinforce_block .container {
    max-width: 95%;
  }
  .joinforce_block .joinforce_left {
    width: 50%;
  }
  .joinforce_block .joinforce_right {
    width: calc(50% - 60px);
    padding-right: 80px;
  }
  .joinforce_block .joinforce_right p {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .joinforce_block::before {
    opacity: 0.2;
  }
  .joinforce_block {
    padding: 100px 0px;
  }
}
@media (max-width: 1280px) {
  .joinforce_block .container {
    gap: 30px;
  }
  .joinforce_block .joinforce_right {
    width: calc(50% - 30px);
  }
}
@media (max-width: 1199px) {
  .joinforce_block .joinforce_right p br {
    display: none;
  }
  .joinforce_block .joinforce_right .brand {
    margin-bottom: 35px;
  }
}
@media (max-width: 1050px) {
  .joinforce_block .joinforce_left {
    width: 45%;
  }
  .joinforce_block .joinforce_right {
    width: calc(55% - 30px);
  }
}
@media (max-width: 991px) {
  .joinforce_block .joinforce_right {
    padding-right: 35px;
  }
}
@media (max-width: 850px) {
  .joinforce_block .container {
    flex-direction: column;
    max-width: 100%;
    padding: 0 30px;
  }
  .joinforce_block .joinforce_left {
    width: 80%;
  }
  .joinforce_block .joinforce_right {
    padding-right: 0;
    width: 80%;
  }
}
@media (max-width: 600px) {
  .joinforce_block {
    padding: 100px 0px;
  }
  .joinforce_block .joinforce_left {
    width: 100%;
  }
  .joinforce_block .joinforce_right {
    width: 100%;
  }
}

/*gold*/
.gold_block {
  position: relative;
  background-color: #b19b5f;
  padding: 0px 0px 74px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
.gold_block .gold_top {
  display: flex;
  gap: 16px;
  flex-direction: row;
  position: relative;
}
.gold_block .gold_bottom {
  text-align: center;
}
.gold_block .gold_bottom p {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 2;
}
.gold_block .scroll-hint {
  display: none;
}
.hint {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
  font-size: 12px;
}
@media (max-width: 1366px) {
  .gold_block {
    padding: 0px 50px 100px;
  }
  .gold_block .gold_bottom p {
    font-size: 18px;
  }
}
@media (max-width: 860px) {
  .gold_block .gold_bottom p br {
    display: none;
  }
}
@media (max-width: 800px) {
  .gold_block {
    padding: 0px 0px 80px;
  }
  .gold_block .gold_bottom {
    padding: 0 30px;
    text-align: left;
  }
  .gold_block .gold_bottom p {
    font-size: 16px;
    text-align: left;
  }
}
@media (max-width: 576px) {
  .gold_block .scroll-hint {
    display: flex;
  }
  .gold_img {
    overflow: scroll;
    width: 100vw;
  }
  .gold_ph {
    height: 450px;
    width: auto !important;
  }
}

/*structure*/
.structure_block {
  position: relative;
  padding: 120px 0 160px;
  background-color: #262626;
}
.structure_block::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  background: url("../images/bg/structure-tl.svg") no-repeat;
  background-size: contain;
  width: 30.2%;
  height: 37.7vh;
  background-position: left top;
}
.structure_block::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("../images/bg/structure-cr.svg") no-repeat;
  background-size: contain;
  width: 22.24vw;
  height: 59vh;
  background-position: right top;
}
.structure_block .container {
  max-width: 87.6%;
  margin: auto;
}
.structure_top {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 120px;
}
.structure_top .structure_img {
  width: 26%;
}
.structure_top .structure_text {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.structure_top .title_item {
  width: fit-content;
}
.structure_top .title_item .inner {
  margin-top: 24px;
}
.structure_mid {
  display: flex;
  flex-direction: column;
  gap: 86px;
  padding-bottom: 150px;
  padding-left: 150px;
}
.structure_mid .structure_img {
  display: flex;
  gap: 40px;
}

.structure_bottom {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 60px;
}
.structure_bottom .structure_swiper {
  width: calc(67% - 30px);
}
.structure_bottom .structure_text {
  width: calc(33% - 30px);
  padding-bottom: 35px;
}
@media (max-width: 1440px) {
  .structure_bottom .structure_swiper {
    width: calc(60% - 30px);
  }
  .structure_bottom .structure_text {
    width: calc(40% - 30px);
  }
}
@media (max-width: 1366px) {
  .structure_block {
    padding: 100px 0px;
  }
  .structure_block .container {
    max-width: 95%;
  }
}
@media (max-width: 991px) {
  .structure_block .container {
    max-width: 100%;
    padding: 0 30px;
  }
  .structure_block::before,
  .structure_block::after {
    opacity: 0.1;
  }
  .structure_bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .structure_bottom .structure_text {
    width: 100%;
    padding: 0 30px 0 !important;
  }
  .structure_bottom .structure_swiper {
    width: 100%;
  }
  .structure_top {
    flex-direction: column;
    padding-bottom: 50px;
    align-items: center;
    gap: 30px;
  }
  .structure_top .structure_text {
    width: 100%;
    padding: 0 30px 0 !important;
  }
  .structure_top .title_item .inner br {
    display: none;
  }
  .structure_top .structure_img {
    width: 50%;
  }
  .structure_mid {
    flex-direction: column-reverse;
    padding: 0 30px 50px !important;
    gap: 30px;
  }
  .structure_mid .structure_img {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .structure_bottom .structure_text,
  .structure_top .structure_text {
    padding: 0 !important;
  }
  .structure_top .structure_img {
    width: 70%;
  }
  .structure_mid {
    padding: 0 0px 50px !important;
  }
}

/* partner */
.partner_block {
  position: relative;
  padding: 180px 120px 240px;
}
.partner_block::before {
  content: "";
  width: 31.5%;
  height: 84vh;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../images/bg/partner-bl.svg") no-repeat;
  background-size: contain;
  background-position: left bottom;
}
.partner_block .container {
  max-width: 1200px;
  margin-right: 0;
}
.partner_top {
  display: flex;
  flex-direction: row;
  padding-bottom: 88px;
  border-bottom: 1px solid #b19b5f;
  align-items: center;
}
.partner_top .title_item {
  word-break: keep-all;
  padding-right: 40px;
  border-right: 1px solid #b19b5f;
}
.partner_top p {
  color: #262626;
  font-size: 22px;
  font-weight: 400;
  line-height: 2;
  padding-left: 40px;
  letter-spacing: 1px;
  text-align: justify;
}
.partner_item {
  padding-top: 48px;
  display: flex;
}
.partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 36px;
  border-right: 1px solid #b19b5f;
  min-width: 292px;
}
.partner_item .partner:first-child {
  padding: 0 36px 0 0;
}
.partner_item .partner:last-child {
  border-right: none;
  padding: 0 0 0 36px;
}
.partner span {
  color: #262626;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  padding-top: 20px;
}
@media (max-width: 1800px) {
  .partner_block::before {
    width: 30%;
    left: -8%;
  }
}
@media (max-width: 1600px) {
  .partner_block::before {
    opacity: 0.2;
  }
}
@media (max-width: 1366px) {
  .partner_block {
    padding: 100px 50px;
  }
  .partner_block::before {
    opacity: 0.1;
  }
  .partner {
    min-width: calc(100% / 4);
  }
  .partner img {
    padding: 0 40px;
  }
  .partner {
    min-width: calc(100% / 4);
    justify-content: flex-end;
    gap: 5px;
  }
}
@media (max-width: 1280px) {
  .partner_top p {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .partner span {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .partner_top {
    padding-bottom: 60px;
  }
  .partner span {
    font-size: 16px;
  }
  .partner img {
    padding: 0 20px;
  }
  .partner {
    padding: 0 16px;
  }
  .partner_item .partner:first-child {
    padding: 0 16px 0 0;
  }
  .partner_item .partner:last-child {
    padding: 0 0 0 16px;
  }
}
@media (max-width: 850px) {
  .partner_top p {
    font-size: 16px;
  }
}
@media (max-width: 825px) {
  .partner_top {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .partner_top .title_item {
    padding-right: 0;
    border-right: 0;
  }
  .partner_top p {
    padding-left: 0;
    text-align: center;
  }
  .partner_top {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    border-bottom: 0;
    padding-bottom: 15px;
  }
  .partner_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-top: 20px;
  }
  .partner {
    gap: 0;
    border-right: 0;
    position: relative;
  }
  .partner img {
    padding: 0 50px;
  }
  .partner_item .partner:first-child,
  .partner_item .partner:last-child {
    padding: 0 16px;
  }
  .partner_item .partner:nth-child(even) {
    border-right: 0;
  }
  .partner span {
    padding-top: 8px;
  }
  .partner:nth-child(odd)::after {
    content: "";
    width: 0.7px;
    height: 100%;
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
    background: #b19b5f;
  }
}
@media (max-width: 600px) {
  .partner_block .container {
    padding: 0;
  }
  .partner_block {
    padding: 100px 30px;
  }
  .partner img {
    padding: 0 20px;
  }
}
@media (max-width: 470px) {
  .partner span {
    font-size: 13px;
  }
}

/* sm-banner */
.sm-banner_block {
  position: relative;
  /* padding: 270px 0 180px;
  background: #c21a1f; */

  img{
    width: 100%;
    object-fit: contain;
  }
}

.sm-banner_block .container {
  max-width: 1500px;
}

.sm-banner_block .about-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.sm-banner_block .about-text p {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 2.56px;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 8px;
}

.sm-banner_block .about-text br.visible-xs {
  display: none;
}

.sm-banner_block .about-text > div {
  padding: 0 100px;
}

/* .sm-banner_block::before {
  content: "";
  width: 42.2%;
  height: 30vh;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/bg/sm-banner-tr.svg") no-repeat;
  background-size: contain;
  background-position: right top;
} */
.sm-banner {
  background-color: #c21a1f;
  border-left: 1px solid #b19b5f;
}
.sm-banner img {
  mix-blend-mode: lighten;
}
.sm-banner_block .logo_s {
  position: absolute;
  bottom: 4%;
  right: 2.5%;
  width: 10vw;
}
@media (max-width: 1500px) {
  .sm-banner_block .about-text p {
    font-size: 26px;
    letter-spacing: 2px;
  }
  .sm-banner_block .container {
    max-width: 90%;
  }
  .sm-banner_block .about-text .title_item {
    width: 35%;
  }
  .sm-banner_block .about-text .sm-banner {
    width: calc(60% - 50px);
    border-left: 0;
  }
}
@media (max-width: 1400px) {
  .sm-banner_block .container {
    max-width: 95%;
  }
}
@media (max-width: 1300px) {
  .sm-banner_block .about-text p {
    font-size: 24px;
    letter-spacing: 1px;
  }
  /* .sm-banner_block {
    padding: 220px 0 180px;
  } */
}
@media (max-width: 1170px) {
  .sm-banner_block .about-text .title_item {
    width: 33%;
  }
  .sm-banner_block .about-text .sm-banner {
    width: calc(67% - 50px);
  }
}
@media (max-width: 1050px) {
  .sm-banner_block .about-text {
    flex-direction: column;
    gap: 50px;
  }
  .sm-banner_block .about-text .title_item {
    width: 50%;
  }
  .sm-banner_block .about-text .sm-banner {
    width: 70%;
    text-align: center;
  }
  .sm-banner_block .about-text p {
    font-size: 22px;
  }
}
/* @media (max-width: 991px) {
  .sm-banner_block {
    padding: 160px 0;
  }
} */
@media (max-width: 850px) {
  .sm-banner_block .about-text .sm-banner {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .sm-banner_block .about-text .title_item {
    width: 60%;
  }
  .sm-banner_block .about-text .sm-banner {
    width: 100%;
  }
  .sm-banner_block .container {
    max-width: 90%;
  }
  .sm-banner_block .about-text p {
    font-size: 20px;
  }
  .sm-banner_block .about-text > div {
    padding: 0 80px;
  }
}
@media (max-width: 600px) {
  .sm-banner_block .about-text p {
    font-size: 20px;
    line-height: 1.8;
  }
  .sm-banner_block .about-text .title_item {
    width: 70%;
  }
  .sm-banner_block .about-text p br.visible-xs {
    display: block;
  }
  .sm-banner_block .about-text > div {
    padding: 0;
  }
  .sm-banner_block .logo_s {
    width: 30vw;
    right: 50%;
    transform: translateX(50%);
  }
  /* .sm-banner_block {
    padding: 100px 0 140px;
  } */
}
@media (max-width: 574px) {
  .sm-banner_block {
    padding: 0;
  }
}

/*reserve*/
.reserve_block {
  padding: 160px 0 120px;
  position: relative;
  background-color: #262626;
}

.reserve_block .container {
  max-width: 1400px;
  position: relative;
  z-index: 2;
}

.reserve_block::before {
  content: "";
  position: absolute;
  left: 0;
  top: -15vh;
  background: url("../images/bg/footer-tl.svg") no-repeat;
  background-size: contain;
  width: 12%;
  height: 88vh;
  background-position: left top;
}

.reserve_block::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  background: url("../images/bg/footer-br.svg") no-repeat;
  background-size: contain;
  width: 25.7%;
  height: 93vh;
  background-position: right bottom;
}

.reserve_block .map_frame {
  padding-top: 120px;

  h4{
    font-size: 48px;
    margin-bottom: 40px;

    @media (max-width: 600px) {
      font-size: 38px;
      margin-bottom: 24px;

    }
  }
}

.reserve_block .desinger {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  padding-top: 80px;
  margin-bottom: 0;
}

#reservationForm {
  text-align: center;
  margin: auto 10%;
}

#reservationForm h4 {
  font-size: 48px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 64px;
  text-align: center;
}

.group-form {
  display: flex;
  gap: 64px;
}

.form-input {
  margin-bottom: 64px;
  display: flex;
  gap: 16px;
  align-items: center;
  width: 100%;
}

.half-input {
  width: calc(50% - 32px);
}

#reservationForm .form-input input {
  width: 100%;
  background-color: transparent;
  border-width: 0 0 1px;
  border-bottom: 1px solid #b19b5f;
  background: rgba(255, 255, 255, 0);
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0;
  box-shadow: none;
  color: #b19b5f;
  height: 56px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 28px;
}

#reservationForm input::placeholder {
  color: #b19b5f;
}

#reservationForm input:focus {
  box-shadow: none;
  outline: 0 none;
  color: #fff;
  border-bottom: 1px solid #fff;
}

#reservationForm .form-input select {
  width: 100%;
  background-color: transparent;
  border-width: 0 0 1px;
  border-bottom: 1px solid #b19b5f;
  background: rgba(255, 255, 255, 0);
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0;
  box-shadow: none;
  color: #b19b5f;
  height: 56px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 14px;
}

.form-checkbox {
  display: flex;
  color: #b19b5f;
}

.form-checkbox label {
  text-align: left;
  padding-left: 16px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

.form-checkbox label a {
  color: #fff;
  text-decoration: underline;
}

#reservationForm button, .line-btn {
  background-color: #fff;
  transition: 0.5s all ease;
  color: #262626;
  font-size: 22px;
  font-weight: 500;
  padding: 20px 124px;
  border-radius: 8px;
  border: none;
  margin: 80px auto 0;
}
.line-btn {
  background-color: #00b900;
      text-decoration: none;
      color: #fff;
}
.form-input label {
  color: #b19b5f;
  font-size: 24px;
  word-break: keep-all;
}

@media (max-width: 991px) {
  .reserve_block {
    padding: 80px 40px;
  }
  #reservationForm {
    width: 100%;
    margin: auto;
  }
  .reserve_block::before {
    display: none;
  }
  .group-form {
    gap: 32px;
  }
  #reservationForm .form-input input {
    height: 40px;
    font-size: 16px;
    padding-bottom: 14px;
  }
  #reservationForm .form-input select {
    height: 40px;
    font-size: 16px;
    padding-bottom: 14px;
  }
  .form-input label {
    font-size: 16px;
  }
  .form-input {
    margin-bottom: 32px;
  }
  .half-input {
    width: calc(50% - 16px);
  }
  .form-checkbox label {
    font-size: 12px;
  }
  .form-checkbox input {
    margin-top: 6px;
  }
  .form-checkbox {
    align-items: flex-start;
  }
  #reservationForm button, .line-btn {
    margin: 56px auto 0;
    padding: 12px 120px;
    font-size: 16px;
  }
  #reservationForm h4 {
    margin-bottom: 56px;
  }
}
@media (max-width: 600px) {
  #reservationForm h4 {
    font-size: 38px;
  }
  .reserve_block .map_frame iframe {
    height: 340px;
  }
  .reserve_block .desinger {
    font-size: 12px;
  }
  #reservationForm button {
    padding: 12px 0px;
    width: 100%;
  }
  .line-btn {
    padding: 12px;
    width: 100%;
  }
  .group-form {
    flex-direction: column;
    gap: 0;
  }
  .half-input {
    width: 100% !important;
  }
}

/*footer*/
footer {
  text-align: center;
  padding: 16px 0;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  font-weight: 400;
  background-color: #b19b5f;
}
@media (max-width: 768px) {
  footer {
    padding: 12px 0 64px;
  }
}

/*call to action*/
.cta_block {
  position: fixed;
  right: 16px;
  bottom: 32px;
  z-index: 21;
}
.cta_block ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 32px;
}
.cta_block ul a {
  border-radius: 99rem;
  background-color: #fff;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2));
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta_block ul a svg {
  width: 100%;
}
@media (max-width: 600px) {
  .cta_block {
    right: 0;
    bottom: -100%;
    width: 100%;
    transition: 0.5s all ease;
  }
  .cta_block ul {
    gap: 0;
    flex-direction: row;
    width: 100%;
    margin-bottom: 0;
  }
  .cta_block ul li {
    width: calc(100% / 4);
  }
  .cta_block ul a {
    width: 100%;
    border-radius: 0px;
    padding: 10px;
    height: 50px;
  }
  .cta_block ul a img {
    height: 100%;
  }
}


.boss{
  width: 100%;
  display: flex;
  justify-content: end;
  align-content: flex-end;
  /* width: 25%; */
  height: 100%;

  img{
    width: 100%;
    max-width: 350px;
    height: auto;
    object-fit: cover;
  }
}