.common-aside {
  display: none;
}
.icon {
  background-image: url('../../img/patient-story/sprite.png');
  background-repeat: no-repeat;
  background-size: 556px 183px;
  display: inline-block;
  flex-shrink: 0;
}
.banner {
  padding: 78px 0 126px;
  background: linear-gradient(0deg, white 40%, #fbe0c6 100%);
}
.banner .container {
  width: 820px;
}
.banner .banner-title-icon.thailand {
  background-position: -366px 0;
  width: 36px;
  height: 24px;
}
.banner .banner-title-icon.new-zealand {
  background-image: url("../../img/patient-story/new-zealand.png");
  width: 36px;
  height: 24px;
  background-size: cover;
}
.banner h1 {
  text-align: center;
  color: #171717;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
}
.banner .banner_video {
  margin-top: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(250, 212, 176, 0.2) 46%, rgba(245, 162, 83, 0.04) 99%);
  border-radius: 16px;
  border: 1px rgba(245, 162, 83, 0.2) solid;
  padding: 26px 28px 32px;
}
.banner .video_desc {
  color: #171717;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  margin-top: 25px;
  padding: 0 70px;
  position: relative;
}
.banner .video_desc a {
  color: #f5a253;
}
.banner .video_desc::before,
.banner .video_desc::after {
  position: absolute;
  content: '';
  width: 35px;
  height: 34px;
}
.banner .video_desc::before {
  top: -15%;
  left: 0;
  background: url('../../img/patient-story/sprite.png') no-repeat -412px 0;
  background-size: 556px 183px;
}
.banner .video_desc::after {
  bottom: 10%;
  right: 0;
  background: url('../../img/patient-story/sprite.png') no-repeat -456px 0;
  background-size: 556px 183px;
}
.banner iframe {
  border-radius: 12px;
}
.video_btn {
  cursor: pointer;
  border-radius: 65px;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  background: #f5a253;
  width: fit-content;
  padding: 7px 30px 7px 7px;
}
.video_btn p {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.5;
  color: #ffffff;
  margin-left: 21px;
}
.video_btn .video_btn-icon {
  background-position: -226px -121px;
  width: 43px;
  height: 43px;
}
.video_btn:hover {
  background: #f17e30;
}
.inquiry .min-container {
  background: url('../../img/patient-story/inquiry-bg.png') no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  column-gap: 44px;
  padding: 11px 56px 0 20px;
}
.inquiry .inquiry_title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 30px;
}
.inquiry .inquiry_btn {
  cursor: pointer;
  width: fit-content;
  color: #fe8359;
  font-size: 22px;
  font-weight: 500;
  padding: 18px 42px;
  background: #ffffff;
  border-radius: 86px;
}
.inquiry .inquiry_btn:hover {
  box-shadow: 0 0 15.8px 0 rgba(218, 110, 51, 0.81);
}
article {
  margin-top: 100px;
  background: #fefaf6;
  padding: 100px 0;
}
article .min-container {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
article .article_left {
  margin-left: 328px;
  flex: 0 0 100%;
}
article .article_aside {
  height: fit-content;
  flex: 0 0 318px;
  background: #f17e30;
  position: sticky;
  top: 200px;
  margin-top: -110%;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 48px -12px rgba(94, 114, 154, 0.18);
}
article .article_aside .aside_header {
  position: relative;
  width: 100%;
  height: 145px;
  background: url('../../img/patient-story/aside-bg.png') no-repeat center;
  background-size: cover;
  border-radius: 16px 16px 0 0;
}
article .article_aside .aside_header .aside_img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
article .article_aside .aside_content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px 19px 36px;
  text-align: center;
}
article .article_aside .aside_title {
  font-size: 16px;
  font-weight: 600;
  color: #f5a253;
  background: rgba(245, 162, 83, 0.1);
  padding: 8px 31px;
  margin-bottom: 15px;
  border-radius: 73px;
}
article .article_aside .aside_sub {
  color: #152e56;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
article .article_aside .aside_text {
  color: #152e56;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 6px auto 20px;
}
article .article_aside .aside_btn {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #f5a253;
  padding: 13px 43px;
  border-radius: 72px;
}
article .article_aside .aside_btn:hover {
  background: linear-gradient(90deg, #ffd44f 0%, #f47652 100%);
}
article .article-left_top {
  color: #f5a253;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  column-gap: 50px;
  margin-bottom: 44px;
  width: 95%;
}
article .article-left_top .book-icon {
  background-position: 0 0;
  width: 217px;
  height: 183px;
}
article h2 {
  color: #171717;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  margin: 40px 0 30px;
}
article h2 span {
  display: block;
}
article p {
  color: #393939;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin: 28px 0;
}
article p a {
  color: #f5a253;
  text-decoration: underline;
}
article p strong {
  color: #f5a253;
  font-weight: normal;
}
article img {
  display: block;
  margin: 28px 0 12px;
  max-width: 80%;
  height: auto;
  border-radius: 8px;
}
article .min-text {
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  margin: 12px 0;
}
article .aticle_footer {
  color: #393939;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
article .aticle_footer .aticle-footer_title {
  font-size: 20px;
}
article .aticle_footer li {
  margin-top: 20px;
}
article .aticle_footer li:first-child {
  margin-top: 0;
}
article .foot-text {
  text-align: center;
  color: #AB1942;
  font-weight: 400;
}
.video-embed-up {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.video-embed-up .video-embed-up-content {
  width: 952px;
  height: 708px;
  background: #fff;
  margin: 8vh auto 0;
  border-radius: 10px;
}
.video-embed-up .video-embed-up-content .video-embed-up-content-height {
  text-align: right;
  padding: 20px 27px;
  border-bottom: 2px solid #f0f0f0;
}
.video-embed-up .video-embed-up-content .video-embed-up-content-height .close-icon {
  cursor: pointer;
  max-width: 100%;
}
.video-embed-up .video-embed-up-content .video-box {
  height: 555px;
  padding: 20px;
  border-bottom: 2px solid #f0f0f0;
}
.video-embed-up .video-embed-up-content .video-embed-up-footer {
  padding-top: 24px;
  padding-right: 18px;
  text-align: right;
}
.video-embed-up .video-embed-up-content .video-embed-up-footer .video-embed-gourl {
  display: inline-block;
  border: 2px solid #f5a253;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  font-size: 20px;
  color: #f5a253;
  cursor: pointer;
  padding: 7px 10px;
}
.common-form {
  width: 858px;
  border-radius: 16px 0 16px 16px;
  background: #fff;
  padding: 36px 54px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .common-form {
    flex-direction: column;
  }
}
.common-form.popup {
  border-radius: 16px;
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.common-form.popup::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.common-form.popup::-webkit-scrollbar-thumb {
  background: #8b8b8b;
  border-radius: 10px;
}
.common-form.popup::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.common-form.popup::before,
.common-form.popup::after {
  display: none;
}
.common-form::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  right: -16px;
  top: 0;
  background-color: #fff;
}
.common-form::after {
  content: '';
  position: absolute;
  background-image: url(../../img/index/form-right.png);
  width: 33px;
  height: 121px;
  right: -33px;
  top: 0;
}
.common-form_tips {
  font-size: 20px;
  font-weight: normal;
  color: #171717;
  font-style: italic;
  flex: 0 0 100%;
  margin-bottom: 30px;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.common-form_item {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}
.common-form_item.half {
  flex: 0 0 353px;
}
.common-form_pact {
  display: flex;
  align-items: flex-start;
}
.common-form_pact .common-form_checkbox {
  border-radius: 3.276px;
  border: 1px solid #d9d9d9;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  margin-top: 2px;
}
.common-form_pact .common-form_label {
  flex-grow: 1;
  margin-left: 9px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  color: #393939;
  line-height: 1.5;
}
.common-form_label {
  font-size: 20px;
  font-weight: normal;
  color: #171717;
  margin-bottom: 20px;
  display: inline-block;
}
.common-form_input {
  box-sizing: border-box;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: transparent;
  padding: 18px 20px;
  font-size: 20px;
  font-weight: normal;
  color: #404040;
}
.common-form_input::placeholder {
  font-size: 20px;
  font-weight: 300;
  color: #959595;
}
.common-form_input.error {
  border: 1px solid #d04c3f;
}
.common-form_error {
  margin-top: 10px;
  min-height: 17px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: #D04C3F;
}
.common-form_submit {
  border-radius: 50px;
  padding: 22px 0;
  width: 317px;
  text-align: center;
  background: linear-gradient(90deg, #f6d365 0%, #fda085 100%);
  font-size: 26px;
  font-weight: normal;
  color: #FFF;
  margin: 0 auto;
}
.common-form_submit:hover {
  background: linear-gradient(90deg, #ffd44f 0%, #f47652 100%);
}
.common-form .file-box {
  border-radius: 8px;
  border: 2px dashed #152e56;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  width: 100%;
}
.common-form .file-box_placeholder {
  font-size: 20px;
  font-weight: 300;
  color: #959595;
}
.common-form .file-box_collect {
  display: none;
  align-items: center;
}
.common-form .file-box_collect .img-box {
  margin-left: 10px;
  position: relative;
}
.common-form .file-box_collect .img-box_file {
  object-fit: contain;
}
.common-form .file-box_collect .img-box_close {
  position: absolute;
  right: -5px;
  top: -5px;
  padding: 5px;
  border-radius: 50%;
  background: #747474;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  line-height: 1;
  width: 10px;
  height: 10px;
}
.common-form .file-box_upload {
  background-image: url(../../img/folder.svg);
  background-size: 100% 100%;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.common-form .file-box_file {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.common-form .file-box_tips {
  font-size: 14px;
  font-weight: normal;
  color: #F5A253;
  display: inline-block;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .common-form {
    width: 100%;
    border-radius: 16rem;
    padding: 25rem 16rem 40rem 16rem;
    flex-wrap: nowrap;
  }
  .common-form::after,
  .common-form::before {
    display: none;
  }
  .common-form_tips {
    font-size: 16rem;
    margin-bottom: 30rem;
    flex: unset;
  }
  .common-form_item {
    flex: unset;
    margin-bottom: 15rem;
    width: 100%;
  }
  .common-form_item.half {
    flex: unset;
  }
  .common-form_pact .common-form_checkbox {
    border-radius: 3.276rem;
    border: 1rem solid #d9d9d9;
    width: 19rem;
    height: 19rem;
    flex: 0 0 19rem;
    margin-top: 2rem;
  }
  .common-form_pact .common-form_label {
    flex-grow: 1;
    margin-left: 9rem;
    margin-bottom: 0;
    font-size: 14rem;
  }
  .common-form_label {
    font-size: 16rem;
    margin-bottom: 12rem;
  }
  .common-form_input {
    border-radius: 8rem;
    border: 1rem solid #d9d9d9;
    padding: 13rem;
    font-size: 16rem;
  }
  .common-form_input::placeholder {
    font-size: 14rem;
  }
  .common-form_input.error {
    border: 1rem solid #d04c3f;
  }
  .common-form_error {
    margin-top: 10px;
    min-height: 17px;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #D04C3F;
  }
  .common-form_submit {
    border-radius: 50rem;
    padding: 22rem 0;
    width: 277rem;
    text-align: center;
    font-size: 20rem;
  }
  .common-form .file-box {
    border-radius: 8rem;
    border: 2rem dashed #152e56;
    flex-direction: row;
    padding: 13rem;
  }
  .common-form .file-box_placeholder {
    font-size: 14rem;
  }
  .common-form .file-box_upload {
    width: 23rem;
    height: 23rem;
  }
  .common-form .file-box_tips {
    font-size: 12rem;
    margin-top: 12rem;
  }
}
#common-popup {
  display: none;
  position: fixed;
  z-index: 991;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#common-popup .close-btn {
  display: inline-block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: rgba(230, 230, 230, 0.7);
  font-size: 40px;
  font-weight: bolder;
  text-align: center;
  margin: 20px 60px 20px auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #common-popup {
    width: 100%;
    height: 100%;
  }
  #common-popup .close-btn {
    width: 50rem;
    height: 50rem;
    font-size: 40rem;
    margin: 20rem 20rem 20rem auto;
  }
}
@media (max-width: 1440px) {
  .article_aside {
    display: none;
  }
}
@media (max-width: 768px) {
  .icon {
    background-size: 556rem 183rem;
  }
  .banner {
    padding: 65rem 0 78rem;
  }
  .banner .container {
    width: 100%;
  }
  .banner .banner-title-icon.thailand {
    background-position: -501rem 0;
    width: 54rem;
    height: 36rem;
    display: block;
    margin: 0 auto 14rem;
  }
  .banner .banner-title-icon.new-zealand {
    background-image: url("../../img/patient-story/new-zealand-mobile.png");
    width: 54rem;
    height: 36rem;
    display: block;
    margin: 0 auto 14rem;
  }
  .banner h1 {
    font-size: 32rem;
  }
  .banner .banner_video {
    margin-top: 32rem;
    border-radius: 16rem;
    padding: 11rem 11rem 28rem;
  }
  .banner .video_desc {
    font-size: 14rem;
    margin-top: 14rem;
    padding: 0 22rem;
  }
  .banner .video_desc::before,
  .banner .video_desc::after {
    display: none;
  }
  .banner iframe {
    border-radius: 12rem;
    width: 100%;
    height: 168rem;
  }
  .video_btn {
    border-radius: 65rem;
    margin: 21rem auto 0;
    padding: 5rem 23rem 5rem 5rem;
  }
  .video_btn p {
    font-size: 14rem;
    margin-left: 19rem;
  }
  .video_btn .video_btn-icon {
    background-position: -289rem -129rem;
    width: 25rem;
    height: 26rem;
  }
  .inquiry .min-container {
    background: url('../../img/patient-story/inquiry-bg-mb.png') no-repeat center;
    background-size: cover;
    flex-direction: column-reverse;
    column-gap: 0;
    row-gap: 26rem;
    padding: 27rem 16rem 0 16rem;
  }
  .inquiry .inquiry_title {
    font-size: 28rem;
    margin-bottom: 20rem;
    text-align: center;
  }
  .inquiry .inquiry_btn {
    font-size: 18rem;
    padding: 14rem 37rem;
    border-radius: 86rem;
    margin: 0 auto;
  }
  .inquiry .inquiry_img {
    width: 100%;
    height: auto;
  }
  article {
    margin-top: 70rem;
    padding: 48rem 0;
  }
  article .min-container {
    display: block;
  }
  article .article_left {
    margin: 0;
  }
  article .article-left_top {
    width: 100%;
    font-size: 28rem;
    margin-bottom: 20rem;
    position: relative;
  }
  article .article-left_top .book-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    background-position: -226rem 0;
    width: 130rem;
    height: 109rem;
  }
  article h2 {
    font-size: 24rem;
    margin: 32rem 0 18rem;
  }
  article h2 span {
    display: contents;
  }
  article p {
    font-size: 16rem;
    margin: 18rem 0;
  }
  article img {
    margin: 16rem 0 14rem;
    width: 100%;
    max-width: 100%;
    border-radius: 8rem;
  }
  article .min-text {
    font-size: 12rem;
    margin: 12rem 0;
  }
  article .aticle_footer {
    font-size: 16rem;
  }
  article .aticle_footer .aticle-footer_title {
    font-size: 20rem;
  }
  article .aticle_footer li {
    margin-top: 20rem;
  }
  .video-embed-up .video-embed-up-content {
    width: 98%;
    height: 430rem;
    margin: 8vh auto 0;
    border-radius: 10rem;
  }
  .video-embed-up .video-embed-up-content .video-embed-up-content-height {
    padding: 20rem 27rem;
    border-bottom: 2rem solid #f0f0f0;
  }
  .video-embed-up .video-embed-up-content .video-box {
    height: 300rem;
    padding: 20rem;
    border-bottom: 2rem solid #f0f0f0;
  }
  .video-embed-up .video-embed-up-content .video-embed-up-footer {
    padding-top: 14rem;
    padding-right: 18rem;
  }
  .video-embed-up .video-embed-up-content .video-embed-up-footer .video-embed-gourl {
    border: 2rem solid #f5a253;
    font-size: 16rem;
    padding: 7rem 10rem;
  }
}
