section {
  padding-top: 6vh;
  padding-left: 12vw;
  padding-right: calc(12vw - 110px);
  padding-bottom: 6vh;
  overflow: clip;
}
.hero {
  padding-top: 12vh;
}
.hero .img-wrapper {
  width: 100%;
  padding-bottom: 100%;
  padding: 2.5rem;
  border: 1px solid #707070;
  border-radius: 50%;
  z-index: 2;
  margin-left: 5vw !important;
  position: sticky;
  top: 0;
}
.hero .img-wrapper img {
  width: 100%;
  border-radius: 50%;
}

.hero .h2 {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}
.hero .h2 span {
  white-space: nowrap;
}
.hero .h2::before {
  content: "";
  position: absolute;
  right: 0;
  width: 60vw;
  height: 1px;
  background-color: #707070;
  bottom: 0;
}
.hero .h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1vh;
  width: 2vh;
  height: 2vh;
  background-color: #064282;
  border-radius: 50%;
}
.hero .h3 {
  font-weight: 100;
  margin-bottom: 0;
}
#ball-wrapper.fixed {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#ball.fixed {
  position: fixed;
  margin-top: calc(110px + 2rem);
}

@media screen and (min-width: 1200px) {
  .box-left {
    flex: 0 0 auto;
    width: 45%;
  }
  .box-right {
    flex: 0 0 auto;
    width: 55%;
  }
  .hero .swiper {
    width: 120%;
    padding-left: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .box-left {
    flex: 0 0 auto;
    width: 60%;
  }
  .box-right {
    flex: 0 0 auto;
    width: 40%;
  }
}
@media screen and (max-width: 1199.99px) and (min-width: 768px) {
  .hero .img-wrapper {
    margin-left: 0 !important;
  }
}
.pagination-wrapper {
  width: 50%;
  margin: 5rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination_progress {
  display: flex;
  align-items: center;
  width: 100%;
}
.pagination-wrapper,
.swiper-pagination {
  position: relative;
}
.swiper-pagination {
  width: auto !important;
  z-index: 1;
}
.swiper-pagination-bullets {
  bottom: auto !important;
  left: auto !important;
  text-align: left;
  position: relative;
}
.pagination-wrapper::before {
  content: "";
  position: absolute;
  width: calc(100% - 0.5rem);
  height: 1px;
  background-color: #064282;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-pagination-bullet {
  position: relative;
  width: 2vh;
  height: 2vh;
  opacity: 1;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #064282;
  margin-right: 2rem !important;
}
.swiper-pagination-bullet-active {
  background-color: #064282;
}
.pagination_bullet {
  color: #064282;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1.5vw !important;
  text-align: right;
  bottom: auto;
  background-color: #fff;
  padding-left: 0.5rem;
}
.hero .desc-wrapper {
  position: relative;
  padding: 4rem 3rem 4rem 0;
  margin-top: 2.5rem;
}
.hero .desc-wrapper a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.hero .desc-wrapper p {
  color: #fff;
  z-index: 1;
  position: relative;
  font-weight: 100;
  font-size: 1.125rem !important;
}
.hero .desc-wrapper::before {
  content: "";
  position: absolute;
  width: 60vw;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #064282;
}
.hero .element-line::before {
  content: "";
  position: absolute;
  width: 1px;
  left: -3rem;
  top: 0;
  height: 68%;
  background-color: #fff;
}
.hero .element-line::after {
  content: "";
  position: absolute;
  width: 2vh;
  height: 2vh;
  border-radius: 50%;
  left: -3.6rem;
  top: 68%;
  background-color: #fff;
}
.h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 3rem;
  display: inline-block;
  position: relative;
}

/* key */
.key-box .h3 {
  text-transform: none;
}
.key-box .h3::before {
  content: "";
  position: absolute;
  width: 2vh;
  height: 2vh;
  top: 50%;
  right: calc(100% + 1.5rem);
  transform: translateY(-50%);
  background-color: #167fa5;
  border-radius: 50%;
  z-index: 1;
}
.key-box .h3::after {
  content: "";
  position: absolute;
  width: calc(100% + 15px);
  display: block;
  top: 50%;
  right: calc(100% + 1.5rem);
  transform: translateY(-50%);
  height: 1px;
  border-top: 1px solid #707070;
}

.key-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 3.5rem;
  z-index: 1;
}
.key-wrapper p {
  margin-bottom: 0;
}
.key {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 17.5vh;
  border-radius: 7.3rem;
  border: 1px solid #167fa5;
  background-color: #167fa5;
  margin-right: 2.5rem;
}
.key.key-1 {
  width: 50vw;
}
.key.key-2 {
  width: 39vw;
}
.key .img-wrapper {
  width: 17.5vh;
  padding: 4%;
  background-color: #fff;
  border-radius: 50%;
}
.key .img-wrapper img {
  width: 100%;
  border-radius: 50%;
}
.key .desc-wrapper {
  width: calc(100% - 17.5vh);
  display: flex;
  align-items: center;
  padding-left: 6%;
  padding-right: 6.5%;
}
.key p {
  color: #fff !important;
  font-weight: 500;
  font-size: 1.65vh;
  margin-bottom: 0 !important;
}

.key-box .box-bottom::before {
  content: "";
  position: absolute;
  top: calc(-3.5rem - 6vw);
  width: 100vw;
  height: calc(100% + 3.5rem + 8.75vh);
  background-color: #deeff5;
  left: 50%;
  transform: translateX(-50%);
}
.key-box .box-bottom > * {
  position: relative;
}
/* point-list */
.point-list {
  position: relative;
}
.point-list > * {
  position: relative;
}
.hero .h2 {
  color: #064282 !important;
}
.point-list h3,
.modal-content .story-wrapper h3 {
  font-weight: 700 !important;
  color: #167fa5;
  line-height: 1.25;
  font-size: 2.6rem !important;
  margin-bottom: 1rem;
}
.point-list .key p {
  color: #fff !important;
}
.point-list p {
  color: #167fa5;
  margin-bottom: 1rem;
}
.point-list p a {
  color: #167fa5;
  text-decoration: none;
  border-bottom: 1px solid;
}
.point-list .h5 {
  font-weight: 700 !important;
  margin-top: 3rem;
  text-transform: uppercase;
}
.point-list .desc-box {
  padding-bottom: 3rem;
}
.point-list.point-left .desc-box {
  padding-right: 2.5rem;
}
.point-list.point-right .desc-box {
  padding-left: 2.5rem;
}
.point-list .box-bottom .img-wrapper img {
  width: 110%;
}
.point-list .icon-img {
  width: 90%;
  max-width: 500px;
}

/* newsreel */
.newsreel {
  position: relative;
  padding-bottom: 6vh;
}
.newsreel h3 {
  font-weight: 700;
}
.newsreel .row {
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
}
.newsreel .row .col-md-6 {
  padding-left: 30px;
  padding-right: 30px;
}
.newsreel .container-fluid {
  position: relative;
}
.newsreel .container-fluid::before {
  content: "";
  width: 100vw;
  position: absolute;
  bottom: 5rem;
  height: 65%;
  right: -2%;
  background-color: #167fa5;
}
.newsreel2 .container-fluid::before {
  height: calc(65% + 5rem);

  bottom: 0rem;
}
.newsreel-wrapper {
  cursor: pointer;
}
.newsreel .img-wrapper {
  width: 100%;
  height: 100%;
}
.newsreel .img-wrapper .bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.newsreel p {
  margin-top: 1rem;
  min-height: 80px;
  text-transform: uppercase;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 45px;
  margin: 0;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
}
.swiper-button-prev {
  background-image: url(../image/index/l_arrow_3.svg);
}
.swiper-button-next {
  background-image: url(../image/index/r_arrow_3.svg);
}
.pagination_bullet {
  padding-right: 0.5rem;
  color: #e19162;
}

.quote-wrapper {
  margin-left: 3rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  position: relative;
}
.quote-wrapper * {
  color: #707070 !important;
}
.quote {
  position: relative;
  margin-bottom: 3rem;
}
.quote::before,
.quote::after {
  content: "";
  position: absolute;
  display: block;
  width: 45px;
  height: 28px;
  background-image: url(../image/index/quotation_mark.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.quote::before {
  right: 100%;
  bottom: 100%;
}
.quote::after {
  bottom: 0;
  left: calc(100% - 0.8rem);
}

.human-img .img-wrapper {
  position: relative;
  overflow-y: hidden;
  margin-left: -2rem;
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.human-img .img-wrapper::before {
  content: "";
  position: absolute;
  width: 91%;
  height: 0;
  padding-bottom: 91%;
  bottom: -53%;
  left: calc(50% + 1rem);
  transform: translateX(-50%);
  border-radius: 50%;
  border: 1px solid #e19162;
}
.human-img .img-wrapper::after {
  content: "";
  position: absolute;
  width: calc(90% - 3rem);
  height: 0;
  padding-bottom: calc(90% - 3rem);
  bottom: calc(-53% + 1.5rem);
  left: calc(50% + 1rem);
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #e19162;
}

.human-img .img-wrapper img {
  position: relative;
  z-index: 1;
  width: 94%;
}

.number-box {
  background-color: #fff;
  border: 1px solid #e19162;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 1rem;
  margin-bottom: 15px;
  margin-top: 15px;
  width: 100%;
  height: calc(100% - 30px);
}
.value_model .number-box {
  height: auto;
}
.number-box h3,
.modal-content .story-wrapper .number-box h3 {
  line-height: 1;
  margin-bottom: 0.5rem;
  font-size: 3.1vw !important;
  text-transform: none !important;
}
.number-box p:last-child,
.modal-content .story-wrapper .number-box p {
  margin-bottom: 0 !important;
  text-align: center;
}
.modal-content .story-wrapper .number-box span {
  font-size: 1.1vw !important;
  font-weight: 600;
}
.number-box * {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .col-md-45 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-45 .desc-wrapper {
    padding-right: 3rem;
  }
  .col-md-55 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .col-md-45 {
    flex: 0 0 auto;
    width: 43%;
  }
  .col-md-45 .desc-wrapper {
    padding-right: 3rem;
  }
  .col-md-55 {
    flex: 0 0 auto;
    width: 57%;
  }
}
#talent .img-wrapper {
  position: relative;
}

#talent .img-wrapper img {
  width: 100%;
  position: relative;
}
#talent .img-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  background-color: #736396;
  margin-top: -2rem;
  margin-left: -2rem;
}
#talent .small {
  padding-top: 2rem;
  width: 80%;
}

.value_model .model-wrapper {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 3rem;
  position: relative;
  align-items: flex-start;
}
.modal-content .story-wrapper h3 span,
.newsreel p span {
  text-transform: lowercase;
}
.model-wrapper .list1 {
  width: 26%;
}
.model-wrapper .list2 {
  width: 38%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.model-wrapper .list3 {
  width: 36%;
  position: relative;
}
.modal-content .video-wrapper {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.modal-content iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.model-wrapper::before,
.model-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #5aa6dc;
}
.model-wrapper::after {
  left: 64%;
}
.model-wrapper::before {
  left: 26%;
}
.model-wrapper .list-top,
.model-wrapper .list1 .img-wrapper p {
  text-align: center;
  font-family: "Montserrat Alternates", sans-serif;
}
.model-wrapper .list-top {
  padding-bottom: 2rem;
  position: relative;
}
.model-wrapper .list-top::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 2px;
  background-color: #5aa6dc;
}
.model-wrapper .list-top p {
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  color: #000000;
}
.model-wrapper .list1 .list-top p {
  width: 167px;
}
.model-wrapper .list .list-bottom {
  padding-top: 3rem;
  overflow-y: clip;
}

.model-wrapper .list2 .list-bottom {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  padding-bottom: 5vw;
}
.model-wrapper .list2 p.text-blue {
  color: #167fa5;
}
.model-wrapper .list .img-wrapper {
  width: 167px;
  margin-top: 1rem;
}
.model-wrapper .list1 .img-wrapper p {
  margin-top: 1.5rem;
  font-size: 1.5rem !important;
  color: #000;
}

.model-wrapper .list1 .desc-wrapper {
  padding-left: 6%;
  padding-right: 4%;
  margin-bottom: 4%;
}
.model-wrapper .list .box-desc > * {
  margin-right: 10%;
}
.model-wrapper .list .box-desc * {
  color: #084282 !important;
}
.model-wrapper .list .btn-open {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-right: 2rem;
  width: 100%;
}
.model-wrapper .list .btn-open .btn-img {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../image/creating/open.svg);
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
.model-wrapper .list .box.show .btn-open .btn-img {
  background-image: url(../image/creating/close.svg);
}
.model-wrapper .list1 .btn-open::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(50px + 2rem);
  height: 1px;
  width: 50vw;
  border-top: 1px solid #707070;
  display: block;
}
.model-wrapper .list1 .btn-open::before {
  content: "";
  position: absolute;
  bottom: 50%;
  right: calc(100% + 5vw);
  height: 140vh;
  width: 50vw;
  background-color: #064282;
  display: block;
}
.model-wrapper .list .box-desc h5 {
  font-weight: 700 !important;
  margin-bottom: 1rem;
}
.model-wrapper .number-box {
  border-color: transparent;
  background-color: rgba(6, 53, 110, 0.13);
  min-height: 160px;
  margin-top: 1.5rem;
  width: 90%;
}
.model-wrapper .number-box * {
  font-family: "Open Sans", sans-serif !important;
}
.model-wrapper .number-box:last-child {
  margin-bottom: 6rem;
}
.model-wrapper .number-box h4 {
  font-weight: 900 !important;
  font-size: 2rem !important;
  margin-bottom: 1rem;
  position: relative;
}
.model-wrapper .number-box p {
  font-weight: 600 !important;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.2;
  text-align: center;
}
.model-wrapper .number-box h4 span {
  left: 100%;
  top: 0;
  font-size: 1rem;
  position: absolute;
}
@media screen and (min-width: 1600px) {
  .model-wrapper .number-box h4 span {
    font-size: 0.95vw !important;
  }
}
.list .box-desc {
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
  overflow: hidden;
}
.list .box.show .box-desc {
  max-height: 1500px;
}

.list2 p {
  padding-left: 3rem;
  padding-right: 3rem;
}
.list2 .map-wrapper {
  position: relative;
  margin-top: 7vw;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
}
.list2 .map-wrapper .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 100%;
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.list2 .map-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 100%;
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../image/creating/b.png);
}
.list2 .map-wrapper .bg-img.show,
.list2 .map p.show {
  opacity: 1;
}
.list2 .map-wrapper .bg-img.property {
  background-image: url(../image/creating/b1.png);
}
.list2 .map-wrapper .bg-img.motor {
  background-image: url(../image/creating/b2.png);
}
.list2 .map-wrapper .bg-img.engineering {
  background-image: url(../image/creating/b3.png);
}
.list2 .map-wrapper .bg-img.retail {
  background-image: url(../image/creating/b4.png);
}
.list2 .map-wrapper .bg-img.financial {
  background-image: url(../image/creating/b5.png);
}
.list2 .map-wrapper .bg-img.hotels {
  background-image: url(../image/creating/b6.png);
}
.list2 .map-wrapper .bg-img.others {
  background-image: url(../image/creating/b7.png);
}
.list2 .map-link div {
  position: absolute;
  width: 15%;
  height: 15%;
  border-radius: 50%;
  cursor: pointer;
}
.list2 .map-link div[data-id="property"] {
  top: 0;
  left: 21%;
}
.list2 .map-link div[data-id="motor"] {
  top: 6%;
  left: 41.5%;
}
.list2 .map-link div[data-id="engineering"] {
  top: 20%;
  left: 59%;
}
.list2 .map-link div[data-id="retail"] {
  top: 42.5%;
  left: 64%;
}
.list2 .map-link div[data-id="financial"] {
  top: 65%;
  left: 59%;
}
.list2 .map-link div[data-id="hotels"] {
  top: 80%;
  left: 42%;
}
.list2 .map-link div[data-id="others"] {
  top: 85%;
  left: 21%;
}
.list2 .map {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  width: 55%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list2 .map p {
  font-family: "Montserrat Alternates", sans-serif;
  color: #fff;
  opacity: 0;
  position: absolute;
  width: 100%;
  transition: opacity 0.3s ease-in-out;
}
.model-wrapper .list3 .img-wrapper {
  width: 100%;
  position: relative;
}
.list3 .box {
  margin-bottom: 2rem;
}
.list3 .img-wrapper p {
  font-weight: 900;
}
.list3 .img-wrapper img {
  width: 100%;
}
.list3 .list-bottom {
  padding-left: 2rem;
  padding-right: 2rem;
}
.model-wrapper li b {
  font-weight: 700;
}
.model-wrapper .list3 .box1 * {
  color: #ed4c14 !important;
}
.model-wrapper .list3 .box2 * {
  color: #3da636 !important;
}
.list3 .box-desc ul {
  margin-top: 2rem;
}
.list3 .box-desc li {
  list-style: none;
  font-weight: 100;
  font-size: 1.125rem !important;
  position: relative;
  margin-bottom: 0.5rem;
}
.list3 .box-desc li::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 0.8rem;
  background-color: #ed4c14;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.list3 .box-desc .num-b li::before {
  width: 6px;
  height: 6px;
  top: 1.5rem;
}
.list3 .box2 .box-desc li::before {
  background-color: #3da636;
}
.list3 .box-desc li span {
  font-weight: 600 !important;
  font-size: 2rem !important;
}
.list3 .box-desc .num-b li {
  font-weight: 400 !important;
}
.remarks {
  margin-top: 2rem;
}
.remarks li {
  list-style: none;
}
.model-wrapper .list3 .btn-open {
  width: 200px;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1920px) {
  .model-wrapper .list3 .btn-open {
    width: 250px;
  }
}
.model-wrapper .list3 .btn-open p {
  margin-bottom: 0;
}
.model-wrapper .list3 .box1 .btn-open .btn-img {
  background-image: url(../image/creating/open_red.svg);
}
.model-wrapper .list3 .box2 .btn-open .btn-img {
  background-image: url(../image/creating/open_green.svg);
}
.model-wrapper .list3 .box1.show .btn-open .btn-img {
  background-image: url(../image/creating/close_red.svg);
}
.model-wrapper .list3 .box2.show .btn-open .btn-img {
  background-image: url(../image/creating/close_close.svg);
}

.swiper_model .modal-dialog {
  max-width: 1280px;
  width: 90%;
  background-color: #fff;
}

.swiper_model .modal-body {
  padding: 0;
  height: 100%;
}
.swiper_model .modal-content {
  background: linear-gradient(
    90deg,
    rgba(22, 127, 165, 0.15) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  overflow: auto;
  max-height: 80vh;
  border: 0;
  border-radius: 0;
}
.swiper_model .modal-content .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  background-size: contain;
  z-index: 99;
}
.modal-content .swiper-slide {
  padding: 5.5vw 0;
}
.modal-content .story-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  max-height: 53vh;
  padding: 0 5vw;
}
.modal-content .story-wrapper * {
  color: #167fa5;
}
.modal-content .story-wrapper h3 {
  line-height: 1.2;
  margin-bottom: 2rem;
}
.modal-content .story-wrapper ul {
  width: calc(100% - 3.5rem);
  background-color: #deeff5;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
}
.modal-content .story-wrapper img {
  width: 100%;
}
.modal-content .story-wrapper p:last-child {
  margin-bottom: 1.8rem;
}
.modal-content .story-wrapper ul::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  border-top: 1px solid #707070;
  right: -2.5rem;
  top: 0;
}
.modal-content .story-wrapper ul::after {
  content: "";
  position: absolute;
  top: -0.5rem;
  right: -3.5rem;
  width: 2vh;
  height: 2vh;
  border-radius: 50%;
  background-color: #167fa5;
}
.modal-content .story-wrapper ul li {
  position: relative;
  list-style: none;
}
.modal-content .story-wrapper ul li::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: -1.5rem;
  width: 5px;
  height: 5px;
  border-radius: 0.5rem;
  background-color: #167fa5;
}

.modal-content .story-wrapper a {
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #167fa5;
}
.modal-content .swiper-btn-wrapper {
  position: absolute;
  display: flex;
  right: 1rem;
  bottom: 1rem;
  align-items: center;
}

.swiper_model.modal.show {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.swiper_model .modal-body::before {
  content: "";
  position: absolute;
  width: 195px;
  height: 52px;
  left: 5vw;
  top: -1px;
  background-color: #064282;
}
.swiper_model .modal-content .bg-wrapper {
  padding-top: 3rem;
  position: relative;
  padding-bottom: 3rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.swiper_model .modal-content .bg-wrapper::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.modal-content .bg-wrapper > * {
  position: relative;
}
.modal-content .number-box {
  background-color: #fcf1e9;
  border: 1px solid #fcf1e9;
}
.bg-img-fake {
  width: 100%;
  padding-bottom: 75%;
  background-color: #167fa5;
  border: 1px solid #000;
}
@media screen and (min-width: 1200px) {
  .mt-3rem {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  .model-wrapper .list-top p {
    font-size: 1.25vw !important;
  }
  .model-wrapper .list1 .img-wrapper p {
    font-size: 1.3vw !important;
  }
  .list3 .box-desc li {
    font-size: 0.95vw !important;
  }
  .list3 .box-desc li span {
    font-size: 1.6vw !important;
  }
  .point-list h3,
  .modal-content .story-wrapper h3 {
    font-size: 2.1vw !important;
  }
  .modal-content .story-wrapper p {
    font-size: 0.85vw !important;
  }
}
@media screen and (max-width: 1600px) {
  section {
    padding-right: 5vw;
  }
  .hero .desc-wrapper::before {
    width: 80vw;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 2.5rem !important;
    height: 2.2rem !important;
  }

  .w-120 img {
    width: 100% !important;
  }
  .hero .img-wrapper {
    padding: 2rem;
  }
}

@media screen and (max-width: 1600px) and (min-width: 992px) {
  .break {
    display: block;
  }
}
@media screen and (max-width: 1300px) {
  .list3 .list-bottom {
    padding-right: 0;
  }
  .list3 .list-bottom img {
    margin-top: 1rem;
  }
  .hero .element-line::after {
    left: -3.4rem;
  }
}
@media screen and (max-width: 1200px) {
  main {
    margin-top: 110px;
  }
  .hero {
    padding-top: 2rem;
  }
  section {
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
  }
  .hero .h2::after,
  .text-wrapper::after,
  .risks.point-list .box-1 .row::after,
  .hero .element-line::after {
    width: 1rem !important;
    height: 1rem !important;
    bottom: -0.5rem;
  }
  .risks.point-list .box-1 .row::after {
    bottom: auto;
    top: -6.5vh !important;
  }
  .hero .desc-wrapper p {
    font-size: 1rem !important;
  }
  .hero .h2::before {
    width: 100vw;
  }
  .hero .desc-wrapper::before {
    width: 100vw;
  }
  .hero .img-wrapper {
    padding: 1.8rem;
  }
  .list2 p {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .model-wrapper .list-top {
    padding-bottom: 1rem;
  }
  .model-wrapper .list .list-bottom {
    padding-top: 2rem;
  }
  .list3 .list-bottom {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .model-wrapper .list .btn-open {
    padding-right: 1rem;
  }
  .model-wrapper .list1 .btn-open::after {
    right: calc(50px + 1rem);
  }
  .hero .element-line::after {
    left: -2rem;
  }
  .hero .element-line::before {
    left: -1.5rem;
  }
  .list3 .img-wrapper img {
    margin-top: 10%;
  }
  .key-box {
    padding-right: 8%;
  }
  .pagination_bullet {
    font-size: 1rem !important;
  }
  .risks.point-list .box-1::before {
    height: 100% !important;
  }
  .risks .box-1 .img-wrapper img {
    margin-left: 0 !important;
  }

  .point-list h3,
  .modal-content .story-wrapper h3,
  .number-box h3,
  .modal-content .story-wrapper .number-box h3 {
    font-size: 1.75rem !important;
  }
  .modal-content .story-wrapper .number-box span {
    font-size: 1.125rem !important;
  }
}

@media screen and (max-width: 991.99px) {
  .value_model .model-wrapper {
    flex-direction: column;
  }
  .model-wrapper .list {
    width: 100% !important;
  }
  .model-wrapper .list1 .btn-open {
    display: none;
  }
  .list3 .box1 .img-wrapper img {
    margin-top: 0;
  }
  .model-wrapper .list3 .btn-open .btn-img {
    display: none;
  }
  .model-wrapper .list3 .btn-open p {
    font-size: 1.25rem !important;
    padding-left: 1rem;
  }
  .model-wrapper .list1 .box,
  .model-wrapper .list3 .box {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
  }

  .list .box-desc {
    max-height: none;
    overflow: auto;
  }
  .model-wrapper .list-top {
    padding-left: 2rem;
  }
  .model-wrapper .list-top p {
    text-align: left;
    font-weight: 700 !important;
  }
  .model-wrapper .list .list-bottom {
    padding-top: 0;
    position: relative;
  }
  .model-wrapper .list1 .img-wrapper,
  .model-wrapper .list1 .box-desc {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .model-wrapper .list1 .list-bottom::before,
  .model-wrapper .list2 .list-top::after,
  .model-wrapper .list2 .list-bottom::before,
  .model-wrapper .list3 .list-top::after,
  .model-wrapper .list3 .list-bottom::after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 50vw;
    background-color: #064282;
    display: block;
    z-index: 2;
  }
  .model-wrapper .list .img-wrapper {
    width: 30%;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .model-wrapper .list1 .box-desc {
    width: 70%;
  }
  .model-wrapper .number-box h4 {
    margin-bottom: 0;
  }
  .model-wrapper .list1 .box1 .number-box h4 {
    /* min-width: 150px; */
  }
  .model-wrapper .number-box {
    min-height: auto !important;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 5%;
    width: 95%;
  }
  .model-wrapper .number-box:last-child {
    margin-bottom: 0;
  }
  .model-wrapper .list1 .desc-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
  .model-wrapper .number-box p {
    padding-left: 10%;
  }
  .model-wrapper .box2 .number-box:last-child p {
    margin-bottom: 0 !important;
    padding-left: 1rem;
  }
  .model-wrapper .list1 .img-wrapper {
    border-right: 1px solid #707070;
    margin-top: 0;
  }
  .model-wrapper .list2 .list-top {
    padding-top: 1.5rem;
  }
  .model-wrapper .list2 .list-top:before {
    bottom: auto;
    right: auto;
    top: 0;
    left: 0;
    width: 100vw;
  }

  .model-wrapper .list2 .list-bottom {
    flex-direction: row-reverse;
    align-items: center;
  }
  .model-wrapper .list2 p.text-blue span {
    display: block;
    margin-top: 1.5rem;
    font-size: 1.5rem !important;
    color: #000;
    font-family: "Montserrat Alternates", sans-serif;
  }
  .model-wrapper .list2 p.text-blue,
  .list2 .map-wrapper {
    width: 50%;
  }
  .list2 .map-wrapper {
    padding-bottom: 50%;
  }
  .model-wrapper .list2 p.text-blue {
    text-align: left !important;
  }
  .model-wrapper .list3 .list-top {
    padding-top: 1.5rem;
  }
  .model-wrapper .list2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 2px;
    background-color: #5aa6dc;
  }
  .model-wrapper::before,
  .model-wrapper::after {
    display: none;
  }
  .list2 .map-wrapper .bg-img {
    left: -2px;
  }
  .model-wrapper .list3 .list-top::before {
    display: none;
  }
  .model-wrapper .list3 .img-wrapper {
    width: 40%;
  }
  .model-wrapper .list3 .box-desc {
    width: 60%;
  }
  .point-list .box-bottom .img-wrapper img,
  .w-120 img {
    width: 95%;
  }
  .col-md-55 {
    padding-top: 1rem;
  }
  .modal-content {
    height: 80vh;
  }
  .modal-dialog .swiper {
    height: 100%;
  }

  .modal-content .swiper-slide {
    padding: 5rem 0;
    position: relative;
  }
  .modal-content .story-wrapper {
    max-height: 100%;
  }
  .model-wrapper .list .box-desc h5 br {
    display: none;
  }
  .model-wrapper .list .box-desc > * {
    margin-right: 0;
  }
  .point-list.point-right .desc-box {
    padding-left: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767.99px) {
  .hero .row {
    flex-direction: column-reverse;
  }
  .hero .img-wrapper {
    margin-left: 0 !important;
    max-width: 500px;
    width: 100% !important;
  }
  .hero .box-right {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }
  .hero .h2 {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
  }
  .point-list h3,
  .modal-content .story-wrapper h3 {
    font-size: 1.5rem !important;
  }
  .key .desc-wrapper {
    width: 95%;
  }
  .modal-content .video-wrapper {
    margin-left: 0 !important;
  }
  .model-wrapper .list1 .img-wrapper {
    width: 30%;
  }
  .model-wrapper .list .img-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .model-wrapper .list1 .img-wrapper img {
    width: 100%;
  }
  .model-wrapper .number-box {
    flex-direction: column;
  }
}

@media screen and (max-width: 567.99px) {
  .model-wrapper .list .box {
    flex-direction: column;
    align-items: center;
  }
  .model-wrapper .list .img-wrapper,
  .model-wrapper .list .box-desc,
  .model-wrapper .list2 p.text-blue,
  .list2 .map-wrapper {
    width: 100%;
  }
  .model-wrapper .list1 .img-wrapper {
    max-width: 200px;
    border: none;
    padding-bottom: 0;
  }
  .model-wrapper .list1 .img-wrapper p {
    margin-bottom: 0;
  }
  .model-wrapper .list2 .list-bottom {
    flex-direction: column-reverse;
  }
  .list2 .map-wrapper {
    padding-bottom: 100%;
  }
  .break {
    display: block;
  }
}
