html {
  font-kerning: none;
  -webkit-font-smoothing: antialiased;
  font-size: 0.5787037037vw;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 2560px) {
  html {
    font-size: 14.8148148148px;
  }
}

@media screen and (max-width: 991px) {
  html {
    font-size: 1.1990407674vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.5445292621vw;
  }

  .no-br br {
    display: none;
  }
}

@font-face {
  font-family: "Arial";
  src: url('../fonts/ArialMdm.woff2') ;
  font-weight: 500;
}

body {
  font-family: 'Arial';
  cursor: url('/wp-content/uploads/2025/06/cursor.svg'), auto;
}

.container {
  width: 100%;
  max-width: 1728px;
  padding-inline: 2.4rem;
  z-index: 2;
}

.img {
  width: 100%;
}

.line {
  flex: none;
  width: 100%;
  height: .15rem;
  position: relative;
}

.line.line-hover {
  position: absolute;
  bottom: -.1em;
  overflow: hidden;
}
.hover-un {
  position: relative;
  height: max-content;
}
.hover-un .line-inner-hover {
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .6s ease;
  background-color: currentColor;
  position: relative;
  width: 100%;
  height: 100%;
}
.hover-un:hover .line-inner-hover {
    transform: scaleX(1);
    transform-origin: left;
}
.header {
  padding-block: 2.6rem;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  pointer-events: none;
}

.header-logo {
  width: 20rem;
  pointer-events: all;
}

.txt.txt-med {
  font-weight: 500;
}

.txt.txt-32 {
  font-size: 3.2rem;
  line-height: 1.2em;
}
.home-hero-control-txt.disable, .ass-hero-submit.disable {
    opacity: .6 !IMPORTANT;
    pointer-events: none;
}
.txt.txt-24 {
  font-size: 2.4rem;
  line-height: 1.2em;
}
.txt.txt-28 {
  font-size: 2.8rem;
  line-height: 1.2em;
}

.txt.txt-20 {
  font-size: 2rem;
  line-height: 1em;
}

.txt.txt-16 {
  font-size: 1.6rem;
  line-height: 1em;
}

.txt_17 {
  font-size: 1.7rem;
  line-height: 1em;
}

.cursor {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100999;
}

.cursor-main {
  width: 0;
  height: 0;
  position: relative;
}

.cursor-inner {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #CDDE38;
  transition: all ease .4s;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cursor-inner.active {
  opacity: 1;
}

.on-init-hide {
  opacity: 0;
}

.cus-line {
  overflow: hidden;
}

.cursor-inner-txt {
  white-space: nowrap;
  transform: scale(0);
  transition: all ease .4s;
  color: white;
}
.ass-hero-inner {
  height: 100dvh;
  width: 100%;
  display: grid;
  place-items: center;
  grid-template-columns: 1fr;

}
.ass-hero-inner-item {
  grid-column: 1/2;
  grid-row: 1/2;
  display: none;
  &.on-init {
    display: block;
  }
}
.ass-hero-inner-item.active {
  display: block;
}
.ass-hero-submit-ic {
  width: 2rem;
  display: flex;
}

.ass-hero-submit span,
.ass-hero-submit-ic {
  position: relative;
  z-index: 1;
}

.ass-hero-submit {
  position: relative;
  color: white !important;
  display: flex;
  align-items: center;
  border-radius: 10rem;
  padding: 1.6rem 2.8rem 1.8rem 2.8rem;
  background-color: #0F2435;
  border: none;
  position: absolute;
  top: 3.4rem;
  right: 7.4rem;
  z-index: 100000;
  gap: 1rem;
  cursor: pointer;
  overflow: hidden;
  justify-content: center;
  transition: ease .4s color;
}

.ass-hero-submit:hover {
  color: #0F2435;
}

.ass-hero-submit:after {
  content: "";
  background-color: #CDDE38;
  width: 10rem;
  height: 10rem;
  transform: scale(0);
  position: absolute;
  transition: .8s ease all;
  border-radius: 50%;
}

.ass-hero-submit:hover:after {
  transform: scale(2);
}

.cursor.on-hover-drag .cursor-inner {
  width: 13.1rem;
  padding-block: .4rem .6rem;
  height: auto;
  background-color: #0F2435;
  border-radius: 10rem;
}

.cursor.on-hover-drag .cursor-inner-txt {
  transform: scale(1);
}

.cursor.on-hover-hide .cursor-inner {
  opacity: 0;
  transform: scale(0);
}

.ass-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EFF6FD;
  min-height: 100dvh;
  overflow: hidden;
  --col-1: 0;
  --col-2: 0;
  --col-3: 0;
  --col-4: 0;
  --col-5: 0;
  position: relative;
}

.ass-hero-cate {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ass-hero-cate-main {
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  background-color: #CDDE38;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}

.ass-hero-cate-deco-wrap {
  position: absolute;
  align-items: center;
  justify-content: center;
  display: flex;
}

.ass-hero-cate-deco {
  width: 32rem;
  background-color: #CDDE384D;
  height: 32rem;
  border-radius: 50%;
  position: absolute;
}

.ass-hero-cate-main-txt {
  text-align: center;
  max-width: 28.2rem;
}

.ass-hero-item {
  border-radius: .8rem;
  box-shadow: 0 0 0.3rem .1rem #00000033;
    background-color: rgba(229, 229, 229, 1) ;
  /* #0F2435 dạng rgba */
  position: relative;
  transition: background-color 0.3s ease;
  display: flex;
  gap: 1rem;
  width: max-content;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  padding: 1.2rem 1.6rem 1.2rem 1.2rem;
}

.ass-hero-item:hover {
  cursor: url('/wp-content/uploads/2025/06/cursor-white.svg'), auto;
}

.ass-hero-item-txt {
  color: #333;
}

.ass-hero-item-ic {
  display: none;
  width: 3.6rem;
  aspect-ratio: 1;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border-width: 0 .4rem .4rem 0;
  border-style: solid;
  border-color: #0F2435;
}
.ass-hero-item-img {
    height: 5.6rem;
    img {
    height: 100%;
    width: auto;
}
}
.ass-hero-item-ic-inner {
  background-color: #CDDE38;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.ass-hero-list {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1000;
  padding-top: 10rem;
}

.ass-hero-list-inner {
  position: absolute;
  top: 6rem;
  height: calc(100% - 10rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 6vh;
}

.ass-hero-list-left {
  left: 2rem
}

.ass-hero-list-right {
  right: 2rem
}
.ass-hero-item-proximity {
    position: absolute !important;
    background: #0F2435;
    width: 4rem;
    height: 4rem;
    top: -2rem;
    border-radius: 50%;
    display: flex;
    z-index: 100 !important;
    color: white;
    opacity:0;
    transition: .4s ease opacity;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    &.active {
    opacity:1;
}
}
.ass-hero-list-right .ass-hero-item-proximity {
        left: -2rem;
}
.ass-hero-list-left .ass-hero-item-proximity {
        right: -2rem;
}
.ass-hero-item .bg-layer {
  position: absolute;
  inset: 0;
  background: linear-gradient(262deg, #E1EB96 21.71%, #EAF0BE 65.23%);
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 0;
  pointer-events: none;
}

.ass-hero-item>*:not(.bg-layer) {
  position: relative;
  z-index: 1;
}

.ass-hero-popup {
  border-radius: 2.4rem;
  background-color: white;
  box-shadow: 0 0 1rem #00000066;
  padding: 4rem 6rem;
  max-width: 100rem;
  position: absolute;
  width: 100%;
  z-index: 1000000000;
  display: none;
}

.ass-hero-popup-title {
  text-align: center;
  margin-bottom: 3.2rem;
}

.ass-hero-popup li {
  padding-block: .6rem;
}

.ass-hero-popup-close {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  background-color: #0F2435;
  color: white;
  line-height: 1em !important;
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}

.home-hero {
  --col-1: 0;
  --col-2: 0;
  --col-3: 0;
  --col-4: 0;
  --col-5: 0;
  height: 100vh;
  background-color: #EFF6FD;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-hero-control-ic {
  width: 2.4rem;
}

.home-hero-control {
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-inline: 2.4rem;
  z-index: 5;
}

.control-prev,
.home-hero-control-mail {
  pointer-events: all;
}

.home-hero-control-txt {
  padding: .8rem 2rem 1rem 2rem;
  border-radius: 10rem;
  background-color: #0F2435;
  color: white;
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  grid-column: 1/2;
  grid-row: 1/2;
  transition: .4s ease background-color, .4s ease color, opacity .4s ease;
  cursor: pointer;
}
.home-hero-control-next.disable {
    opacity: .6;
    pointer-events: none;
}
.home-hero-control-next,.home-hero-control-submit,.control-prev {
  display: none;
  
}
.home-hero-control-next,.home-hero-control-submit {
  grid-column: 1/2;
  grid-row: 1/2;
}
.home-hero-control-txt.active,.home-hero-control-next.active,.home-hero-control-submit.active,
.home-hero-control-left-mail.active {
  display: flex;
}

.home-hero-control-left-mail {
  grid-column: 1/2;
  grid-row: 1/2;
  transition: opacity .4s ease;
  display: none;
  color: #0F2435;
  text-decoration: unset;
}

.home-hero-control-item {
  display: grid;
  grid-template-columns: 1fr;
  pointer-events: all;
}

.home-hero .container {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}

.home-hero-medicine {
  width: 41.8rem;
  margin: auto;
}

.home-hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  height: 100%;
}
.home-hero-item {
  grid-column: 1/2;
  grid-row: 1/2;
  opacity: 0;
  pointer-events: none;
}
.home-hero-item.active {
  opacity: 1;
  pointer-events: all;
  z-index: 1000;
}
.home-hero-thuoc {
  position: absolute;
  right: 7.2rem;
  bottom: calc(100%);
  width: 8rem;
}
.home-hero-medicine-wrap {
  width: 100%;
  margin: auto;
  justify-content: center;
  align-items: center;
  position: relative;
  display: flex;
}

.home-hero-medicine-input-wrap {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  bottom: 20.5rem;
}
.home-hero-medicine-input-wrap.input-skin {
  bottom: 24rem;
}
.home-hero-medicine-input-inner {
  bottom: .5rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  padding-inline: 4.8rem;
  gap: 2rem;
}
.home-hero-medicine-skin-title {
  margin-bottom: 2.4rem;
  text-align: center;
}
.home-hero-medicine-skin-label {
  flex: 1;
  cursor: pointer;
  height: 5.6rem;
  border-radius: 1.8rem;
  border: 1px solid transparent;
  transition: .4s ease  all;
  box-shadow: 0 0 1rem  rgba(0, 0, 0, 0.2);
}
.home-hero-medicine-skin-label.active, .home-hero-medicine-skin-label:hover {
  box-shadow: 0 0 1rem  rgba(0, 0, 0, 0.6);
}
.home-hero-medicine-skin-label.skin-dark.active, .home-hero-medicine-skin-label.skin-dark:hover {
  box-shadow: 0 0 1rem  rgba(0, 0, 0, 0.9);
}
.home-hero-medicine-skin-label.skin-light {
  background-color: #F9E4D4;
}
.home-hero-medicine-skin-label.skin-origin {
  background-color: #DABFA3;
}
.home-hero-medicine-skin-label.skin-dark{
  background-color: #5C3D2E;
}
.home-hero-medicine-input-label {
  width: calc(100% - 13rem);
  margin-inline: auto;
  background-color: #DAE0E3;
  padding-inline: 2rem;
  height: 6rem;
  border-radius: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
  transition: background-color ease .4s;
  cursor: pointer;
}

.home-hero-medicine-input-label.active {
  background-color: #CDDE38;
}

.home-hero-medicine-input-label:last-child {
  margin-bottom: 0;
}

.home-hero-medicine-input {
  display: none;
}
.home-hero-medicine-input-label .custom-radio {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: .2rem solid #0B1F2A;
  background-color: transparent;
  transition: background-color 0.3s;
}
.home-hero-medicine-input-label input[type="radio"]:checked + .custom-radio {
  background-color: #0B1F2A; /* ✅ màu nền khi được chọn */
}
.home-hero-overlay, .ass-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  background-color: #CDDE38;
  clip-path: polygon(0% 0,var(--col-1) 0%, var(--col-1) 20vh,var(--col-2) 20vh, var(--col-2) 40vh,var(--col-3) 40vh,var(--col-3) 60vh,var(--col-4) 60vh, var(--col-4) 80vh,var(--col-5) 80vh, var(--col-5) 100vh,0% 100vh);
  /* clip-path: polygon(100% 0%,var(--col-1) 0%, var(--col-1) 20vh,var(--col-2) 20vh, var(--col-2) 40vh,var(--col-3) 40vh,var(--col-3) 60vh,var(--col-4) 60vh, var(--col-4) 80vh,var(--col-5) 80vh, var(--col-5) 100vh,100% 100vh); */
  /* clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%); */
  pointer-events: none;
}
.home-hero-overlay.active, .ass-hero-overlay.active {
  z-index: 10;
}
.home-hero-survey-wrap{
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 114rem;
  margin-inline: auto;
}

.home-hero-survey {
  height: max-content;
  position: relative;
  margin-bottom: 20vh;
  margin-top: auto;
  border-radius: 10rem;
  width: 114rem;
}
.home-hero-survey-inner {
  width: 100%;
  overflow: hidden;
  border-radius: 100rem;
  border: .3rem solid #CDDE38;
  position: relative;
  z-index: 2;
}
.home-hero-survey::after{
  content: "";
  background-color: white;
  inset: 0;
  position: absolute;
  /* z-index: 10; */
  border-radius: 10rem;
}
.home-hero-survey-process {
  width: 114rem;
  height: 10.2rem;
  background: linear-gradient(90deg, #CDDE38 0%, #6CA047 50%, #166854 100%);
  position: relative;
}
.home-hero-survey-process-ic {
  padding: 2rem;
  height: 100%;
  border: .3rem solid #CDDE38;
  color: #CDDE38;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.home-hero-survey-process-overlay {
  width: 20%;
  right: 0;
  top: 0;
  border-radius: 10rem;
  background-color: white;
  position: absolute;
  height: 100%;
  z-index: 1;
}
.home-hero-survey-process-ic svg {
  width: 4.6rem;
}
.home-hero-doctor-wrap {
  width: 44rem;
  position: absolute;
  left: 0;
  align-items: center;
  bottom: calc(100% - 8rem);
  transition: left ease .1s;
  display: grid;
  grid-template-columns: 1fr;
}
.doctor-item {
  grid-column: 1/2;
  grid-row: 1/2;
  opacity: 0;
  pointer-events: none;
}
.doctor-item.active {
  opacity: 1;
  pointer-events: all;
}
lottie-player {
  width: 100%;
  height: 100%;
}
.home-hero-box  {
  border-radius: 1rem;
  width: 19rem;
    min-height: 17rem;
    position: absolute;
    right: 1rem;
  bottom: 100%;
  background-color: #b9b9b9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: .6rem;
  padding-block: 1rem;
}
.home-hero-box.box-female {
  right: .8rem;
}
.home-hero-survey-form {
  width: 100%;
  margin-block: auto;
}
.home-hero-item.item-2 {
  width: 100%;
  max-width: 100%;
  z-index: 1000;
  display: none;
}
.home-hero-survey-form {
  margin-inline: -2.4rem;
  width: calc(100% + 4.8rem);
}
.home-hero-survey-form iframe {
  width: 100%;
  padding-inline: 2rem;
  background-color: #EFF6FD;
}
.home-hero-box-img{
  width: 80%;
  display: flex;
}
.home-hero-box-txt {
  text-align: center;
  width: 80%;
  color: white;
  line-height: 1em;
}
 @media only screen and (max-width: 991px) {
    .home-hero-control-item:first-child{
         display: none;
    }
  .cursor{
    display: none;
  }
  .home-hero-survey-process,.home-hero-survey {
    width: 64rem;
    margin-inline: auto;
  }
  .home-hero-survey-process {
    height: 9rem;
  }
  .home-hero-control {
    justify-content: center;
    gap: 2.4rem;
    bottom: 10vh;
  }
  .home-hero-control-item {
    place-items: center;
  }
  .home-hero-medicine {
    width: 36.8rem;
    margin-bottom: 10vh;
  }
  .home-hero-medicine-input-wrap {
    margin-bottom: 10vh;
  }
  .home-hero-medicine-input-wrap.input-skin {
    bottom: 31rem;
    margin-bottom: 0;
  }
  .home-hero-survey-form {
    margin-block: unset;
  }
  .home-hero-item.item-2 {
    padding-top: 7vh;
  }
  label.home-hero-medicine-input-label.txt.txt-24.txt-med {
    font-size: 2rem;
}
.ass-hero-item-img {
  height: 4rem;
}
 }
 
 @media only screen and (max-width: 767px) {
     .header {
    padding-block: 1.6rem;
     }
     .ass-hero-submit {
         top: 1.4rem;
     }
  .txt.txt-28 {
    font-size: 2rem;
  }
  .home-hero-medicine-input-wrap.input-skin {
    bottom: 17.5rem;
    gap: 1rem;
  }
  .home-hero-medicine-input-inner {
    padding-inline: 2rem;
    gap: 1rem;
  }
  .home-hero-medicine-skin-title {
    margin-bottom: 1rem;
  }
  .home-hero-medicine-skin-label {
    height: 4rem;
    border-radius: 1rem;
  }
  .container {
    padding-inline: 2rem;
  }
  .home-hero-survey-form {
    margin-inline: -2rem;
    width: calc(100% + 4rem);
  }
  .home-hero-survey-process,.home-hero-survey {
    width: 33rem;
    margin-inline: auto;
  }
  .home-hero-survey-process {
    height: 8rem;
  }
  .home-hero-control {
    justify-content: center;
    gap: 1.6rem;
    bottom: 10vh;
  }
  /* .home-hero-control-item {
    place-items: center;
  } */
  .home-hero-medicine {
    width: 24rem;
    margin-bottom: 6vh;
  }
  /* .home-hero-medicine-input-wrap {
    margin-bottom: 10vh;
  }
  .home-hero-survey-form {
    margin-block: unset;
  } */
  .home-hero-survey-process {
    height: 5.2rem;
  }
  .home-hero-doctor-wrap {
    width: 16rem;
    bottom: calc(100% - 2rem);
  }
  .home-hero-box {
    width: 8rem;
    min-height: 6rem;
    right: 0.1rem;
    row-gap: .3rem;
    border-radius: .5rem;
  }
  .home-hero-box.box-female {
    right: .5rem;
  }
  .txt.txt-20.home-hero-box-txt {
    font-size: 1rem !important;
    letter-spacing: .04em;
  }
  .header-logo {
    width: 12rem;
  }
  .home-hero-survey-process-ic {
    padding: 1rem;
  }
  .home-hero-medicine-input-wrap {
    margin-bottom: -6vh;
  }
  .home-hero-medicine-input-label {
    width: calc(100% - 6rem);
    height: 4.4rem;
  }
  label.home-hero-medicine-input-label.txt.txt-24.txt-med {
    font-size: 1.8rem;
  }
  .txt.txt-20.txt-med.home-hero-control-txt {
    font-size: 1.6rem;
    padding-inline: 1.4rem;
    width: max-content;
    margin-left: auto;
  }
  .home-hero-control-ic {
    width: 1.8rem;
  }
  .home-hero-item.item-2 {
    max-width: 100%;
  }
  .home-hero-survey {
    margin-bottom: 33vh;
  }
 }
 /* astro section responsive */
 @media only screen and (max-width: 991px)  {
  .ass-hero-cate {
    margin-bottom: 11vh;
  }
  .txt.txt-24 {
  font-size: 1.6rem;
  line-height: 1.5em;
 }
 .ass-hero-cate-deco, .ass-hero-cate-main {
  width: 22rem;
  height: 22rem;
  padding: 1.4rem;
 }
 .ass-hero-item {
  padding: .8rem .8rem 1.2rem .8rem;
  gap: .6rem;
 }
 .ass-hero-item-ic {
  width: 2.6rem;
  border-width: 0 .2rem .2rem 0;
 }
 .ass-hero-list-inner {
  position: static;
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
  height: max-content;
 }
 .ass-hero-list {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100dvh;
  padding-bottom: 2vh;
  gap: 1.6rem
 }
 .ass-hero-item {
  height: max-content;
 }
 .cursor {
  display: none;
 }
}
@media only screen and (max-width: 767px)  {
    .ass-hero-item-proximity {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.6rem;
}
  .ass-hero-cate-deco, .ass-hero-cate-main {
    width: 20rem;
    height: 20rem;
  }
  .ass-hero-cate {
    margin-bottom: 6vh;
}
  .ass-hero-list-inner {
    column-gap: 1rem;
  }
  .ass-hero-list {
    gap: 1rem;
  }
  .txt.txt-24 {
    font-size: 1.5rem;
    line-height: 1.5em;
}
.ass-hero-submit {
  padding: 1rem 1.8rem;
  gap: .6rem;
}
.header-logo {
  width: 14rem;
}
.ass-hero-item-ic {
  display: none;
}
.txt.txt-24.txt-med.ass-hero-item-txt {
  line-height: 1em;
}
.ass-hero-item {
  padding: 1rem;
}
.txt.txt-20 {
  font-size: 1.6rem;
}
.txt.txt-32 {
  font-size: 1.8rem;
  line-height: 1.4em;
}
.ass-hero-submit-ic{
  width: 2rem;
}
}
.mobile{
    display: none;
}
.doctor_inner{
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: -1rem;
}
.div_absolute{
    position: absolute;
    z-index: 1;
    pointer-events: none;
    &.doctor_img_people {
        pointer-events: all;
        cursor: pointer;
        transition: .6s ease transform;
       
    }
}
 .div_absolute{
    &.doctor_img_people {
        &.active {
            transform: scale(1.1);
            .txt_subtitle {
                background-color: #009E87;
                color: white;
                transform: scale(1.2);
            }
        }
        &:hover {
            .txt_subtitle {
                background-color: #009E87;
                color: white;
            }
        }
    }
} 

.txt_subtitle{
    pointer-events: all !important;
    text-transform: uppercase;
    font-size: 1.6rem;
    background-color: #000;
    color: #fff;
    border-radius: 2rem;
    padding: .3rem 1rem;
    width: max-content !important;
    transition: background-color .6s ease, transform .6s ease;
}
.doctor_intense_img{
    width: 17rem;
}
.doctor_intense{
    top: 12%;
    left: 7%;
}
.doctor_intense_txt{
    left: 39%;
    top: -24%;
}
.doctor_uplifted{
    top: 13%;
    left: 20%;
}
.doctor_uplifted_img{
    width:13rem ;
    
}
.doctor_uplifted_txt{
    left: 14%;
    top: -25%;
}

.doctor_hopeful{
    top: 10.4%;
    left: 30%;
}
.doctor_hopeful_img{
    width:21rem ;
    
}
.doctor_hopeful_txt{
    left: 40%;
    top: -15%;
}
.doctor_frustrating{
    top: 10.3%;
    left: 45%;
}
.doctor_frustrating_img{
    width: 15rem;
    
}
.doctor_frustrating_txt{
    left: 24%;
    top: -22%;
}
.doctor_table{
    top: 23%;
    left: 12.8%;
}
.doctor_table_img{
    width: 62rem;
}

.doctor_intellectually{
    top: 14.5%;
    right: 21%;
}
.doctor_intellectually_img{
    width:15rem ;
    
}
.doctor_intellectually_txt{
    right: 77%;
    top: -30%;
    width: 12.5rem;
}

.doctor_meaningful{
    top: 10%;
    right: 12.7%;
}
.doctor_meaningful_img{
    width:16rem ;
    
}
.doctor_meaningful_txt{
    right: 29%;
    top: -27%;
}
.doctor_dynamic{
    top: 9.11%;
    right: 3%;
    z-index: 4;
}
.doctor_dynamic_img{
    width: 16rem;
    
}
.doctor_dynamic_txt{
    right: 10%;
    top: -9%;
    padding-inline: 1rem;
}
.doctor_table1{
    top: 23%;
    right: 6.8%;
}
.doctor_table1_img{
    width: 34rem;
    height: 3.756rem;
    img{
        height: 100%;
        object-fit: fill;
    }
}

.doctor_chair{
    top: 51.11%;
    left: 6.5%;
}
.doctor_chair_img{
    width: 8rem;
    
}
.doctor_underestimated{
    top: 39.11%;
    left: 7%;
    z-index: 4;
}
.doctor_underestimated_img{
    width: 12rem;
    
}
.doctor_underestimated_txt{
    left: -20%;
    top: -20%;
}
.doctor_unfulfilling{
    top: 34.8%;
    left: 15%;
}
.doctor_unfulfilling_img{
    width: 12rem;
    
}
.doctor_unfulfilling_txt{
    left: 4%;
    top: -14%;
}

.doctor_hopeless{
    top: 39.8%;
    left: 23%;
}
.doctor_hopeless_img{
    width: 12rem;
    
}
.doctor_hopeless_txt{
    left: 16%;
    top: -19%;
}
.doctor_mondtous{
    top: 34.8%;
    left: 32.7%;
}
.doctor_mondtous_img{
    width: 9rem;
    
}
.doctor_mondtous_txt{
    left: -2%;
    top: -14%;
}

.doctor_empathy{
    top: 39.8%;
    right: 22%;
    z-index: 4;
}
.doctor_empathy_img{
    width: 12.5rem;
    
}
.doctor_empathy_txt{
    right: -5%;
    top: -32%;
}
.img_full img{
  width: 100%;
  object-fit: cover;
}

.doctor_chair2{
    top: 50.9%;
    right: 25%;
}
.doctor_chair2_img{
    width: 8rem;
    
}
.doctor_custormer{
    top: 38.5%;
    right: 14%;
    z-index: 5;
}
.doctor_custormer_img{
    width: 10rem;
    
}.doctor_chair3{
    top: 43.9%;
    right: 13%;
}
.doctor_chair3_img{
    width: 8.5rem;
    
}
.doctor_rewarding{
    top: 36%;
    right: 1%;
}
.doctor_rewarding_img{
    width: 15rem;
    
}
.doctor_rewarding_txt{
    right: 15%;
    top: -26%;
}
.doctor_booth{
   bottom: 2%;
    left: -0.5%;
    z-index: 5;
    pointer-events: none;
}
.doctor_booth_img{
    width: 32rem;
    
}
.doctor_challenging{
    bottom: 8%;
    left: 3%;
}
.doctor_challenging_img{
    width: 18rem;
    
}
.doctor_challenging_txt{
    right: 1%;
    top: -15%;
}
.doctor_innovative{
    bottom: 5%;
    left: 21%;
}
.doctor_innovative_img{
    width: 15rem;
    
}
.doctor_innovative_txt{
    right: -5%;
    top: -6%;
}
.doctor_despairing{
    bottom: 1.5%;
    left: 31.5%;
}
.doctor_despairing_img{
    width: 17rem;
    
}
.doctor_despairing_txt{
    right: 28%;
    top: -27%;
}
.doctor_collaboration{
    bottom: 3.5%;
    left: 46.5%;
}
.doctor_collaboration_img{
    width: 23rem;
    
}
.doctor_collaboration_txt{
    right: 24%;
    top: -27%;
}
.doctor_energised{
    bottom: 4.5%;
    left: 62.5%;
}
.doctor_energised_img{
    width: 14rem;
    
}
.doctor_energised_txt{
    right: -38%;
    top: -14%;
}

.doctor_exhausted{
    bottom: 2.5%;
    right: 15%;
}
.doctor_exhausted_img{
    width: 26rem;
    
}
.doctor_exhausted_txt{
    right: 18%;
    top: -19%;
}
.doctor_uncertain{
    bottom: 4.5%;
    right: .5%;
}
.doctor_uncertain_img{
    width: 13.5rem;
    
}
.doctor_uncertain_txt{
    right: 7%;
    top: -16%;
}
.doctor_wrap_third_bg{
    display: none;
}
.page-template-page-emotion .header {
    padding-block: 1.6rem;
    .container {
    align-items: start;
}
}
.emotion_submit {
    padding: 1.2rem 3.6rem;
    background: black;
    color: white;
    font-size: 18px;
    font-weight: 700;
    opacity: .6;
    border-radius: 27px;
    position: fixed;
    top: 0.4rem;
    right: 9.4rem;
    z-index: 100;
    pointer-events: none;
    &.active  {
        pointer-events: all;
        opacity: 1;
    }
    &:hover {
    color: white;
    }
}

.doctor-slide {
  width: 100%;
  min-height: 100dvh;
  position: relative;
  display: none;
  &.on-init {
    display: block;
    opacity: 0;
  }
}
.doctor-slide:first-child {
  display: block;
}
.doctor-intro{
  background-color: #EFF6FD ;
}
.doctor-intro-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  width: 100%;
  padding-inline: 2rem;
}
.doctor-intro-txt {
  max-width: 120rem;
  width: 100%;
  font-size: 3.6rem;
  color: black;
  font-weight: 500;
  line-height: 1.4;
}
.doctor-intro-txt a {
    color: #A0CB38 !important;
}

.doctor-intro-btn {
    padding: 1rem 2.8rem 1.2rem 2.8rem;
    border-radius: 10rem;
    background-color: #0F2435;
    color: white;
    cursor: pointer;
    font-size: 2rem;
    line-height: 1;
    position: absolute;
    right: 2rem;
}
@media screen and (max-width:991px) {
    .header-logo {
    width: 13rem;
}
    .txt_subtitle{
        font-size: 1rem;
        padding: .2rem .5rem;
        text-align: center;
                line-height: 1.2;

    }
    .doctor_intense_txt{
        top: -31%;
    }
    .doctor_intense_img{
        width: 7.6rem;
    }
    .doctor_uplifted_txt{
        top: -35%;
    }
    .doctor_uplifted_img{
        width: 5.78rem;
    }
    .doctor_hopeful_txt{
        top: -21%;
    }
    .doctor_hopeful_img{
        width: 9.25rem;
    }
    .doctor_frustrating_img{
        width: 6.7rem;
    }
    .doctor_table_img{
        width: 27.5rem;
    }
    .doctor_intellectually_img{
        width: 6.6rem;
    }
    .doctor_intellectually_txt{
                width: 9.5rem;
        top: -3.6rem;
        left: -6rem;
    }
    .doctor_meaningful_img{
        width: 7rem;
    }
    .doctor_dynamic_img{
        width: 7.07rem;
    }
    .doctor_dynamic_txt{
        right: 4%;
        top: -14%;
    } 
    .doctor_chair_img{
        width: 3.8rem;
    }
    .doctor_underestimated_img{
        width: 5.5rem;
    }
    .doctor_unfulfilling_img{
        width: 5.4rem;
    }
    .doctor_unfulfilling_txt{
        top: -20%;
    }
    .doctor_hopeless_img{
        width: 5.5rem;
    }
    .doctor_hopeless_txt {
        top: -23%;
    }
    .doctor_mondtous_img{
        width: 4rem;
    }
    .doctor_empathy_img{
        width: 5.4rem;
    }
    .doctor_chair2_img{
        width: 3.4rem;
    }
    .doctor_custormer_img{
        width: 4.4rem;
    }
    .doctor_chair3_img{
        width: 3.8rem;
    }
    .doctor_rewarding_img{
        width: 6.7rem;
    }
    .doctor_booth_img{
        width: 14rem;
    }
    .doctor_challenging_img{
        width: 8rem;
    }
    .doctor_innovative_img{
        width:6.7rem;
    }
    .doctor_despairing_img{
        width: 7.6rem;
    }
    .doctor_despairing_img{
        right: 69%;
    }
    .doctor_collaboration_img{
        width: 10rem;
    }
    .doctor_energised_img {
        width: 6.4rem;
    }
    .doctor_exhausted_img{
        width: 11.5rem;
    }
    .doctor_uncertain_img{
        width: 5.9rem;
    }
    .doctor_table1{
        display: flex;
        top: 24.5%;
        right: 6.8%;
        justify-content: end;
        align-items: end;
    }
    .doctor_table1_img {
        height: auto;
        display: flex;
        width: 14.7rem;
    }
}
@media screen and (max-width:767px) {
  .doctor-intro-btn { 
    bottom: 2rem;
  }
  .emotion_submit {
    padding: 1rem 2rem;
    top: 1.4rem;
    font-size: 1.6rem;
  }
  .doctor-intro-txt {
  font-size: 1.8rem;
}
.doctor-intro-inner {
    padding-inline : 0;
}
    .doctor_inner{
    margin-top: 0rem;
}
    .mobile{
        display: block;
    }
    .doctor_img{
        display: none !important;
    }
    .doctor_item{
        position: relative;
    }
    .doctor_wrap_first{
        background-color: #B3DCF0;
        width: 100%;
        padding-top: 8rem;
        height: 26rem;
    }
      .doctor_wrap_second{
        background-color: #B3DCF0;
        width: 100%;
        height: 17rem;
    }
        .doctor_uplifted_txt {
        top: -21%;
        left: 1%;
        }
    .doctor_intense{
        left: 3%;
        top: unset;
        bottom: 0%;
    }
    .doctor_intense_img{
        width: 10.6rem;
    }
    .doctor_uplifted_img{
        width: 8rem;
    }
    .doctor_uplifted{
        bottom:0;
        top: unset;
        left: 30%;
    }
    .doctor_hopeful_img{
        width: 11.6rem;
    }
    .doctor_hopeful{
        top: unset;
        left: 48%;
        bottom: 0%;
    }
    .img_full{
        display: flex;
    }
    .doctor_frustrating_img{
        width: 9rem;
    }
    .doctor_frustrating{
        top: unset;
        bottom: 0;
        left: 76%;
    }
        .doctor_table_img {
        width: 30rem;
    }
        .doctor_table {
        top: unset;
        bottom: 0;
        left: 16%;
    }
    .doctor_uncertain.div_absolute.doctor_img_people{
        z-index: 100;
    }
    .doctor_frustrating_txt {
        left: 12%; 
    }
    .doctor_intellectually, .doctor_meaningful, .doctor_dynamic, .doctor_table1 {
        top: unset;
        right: unset;
        bottom: 0;
    }
    .doctor_intellectually{
        left: 10%;
    }
    .doctor_intellectually_img{
        width: 9.6rem;
    }
    .doctor_intellectually_txt {
        right: 42%;
        left: 0;
    }
    .doctor_meaningful{
        left: 42%;
    }
    .doctor_meaningful_img{
        width: 8.6rem;
    }
    .doctor_dynamic{
        left: 70%;
    }
    .doctor_dynamic_img{
        width: 9.6rem;
    }
    .doctor_table1{
        left: 17%;
    }
    .doctor_table1_img{
        width: 31.6rem;
    }
    .doctor_wrap_third{
        background-color: #fff;
        height: 18rem;
    }
    .doctor_wrap_third_bg{
        display: block;
        height: 4rem;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #B3DCF0;
    }
    .doctor_chair, .doctor_underestimated, .doctor_unfulfilling, .doctor_hopeless, .doctor_mondtous{
        top: unset;
        right: unset;
        bottom: 10%;
    }
    .doctor_chair_img{
        width: 4.8rem;
    }
    .doctor_underestimated{
        left: 8%;
    }
    .doctor_underestimated_img{
        width: 6.5rem;
    }
    .doctor_unfulfilling{
        left: 30%;
    }
    .doctor_unfulfilling_img{
        width: 6.8rem;
    }
    .doctor_unfulfilling_txt {
        top: -12%;
    }
    .doctor_hopeless{
        left: 54%;
    }
    .doctor_hopeless_img{
        width: 6.8rem;
    }
    .doctor_mondtous{
        left: 80%;
    }
    .doctor_mondtous_img{
        width: 5rem;
    }
    .doctor_mondtous_txt {
        top: -10%;
    }
    .doctor_wrap_fourth{
        height: 18rem;
        background-color: #FFAB02;
    }
    .doctor_empathy, .doctor_chair2, .doctor_custormer, .doctor_chair3, .doctor_rewarding{
        top: unset;
        right: unset;
        bottom: 10%;
    }
    .doctor_empathy{
        left: 29%;
    }
    .doctor_empathy_img{
        width: 7.6rem;
    }
    .doctor_empathy_txt {
        top: -23%
    }
    .doctor_chair2{
        left: 29%;
        bottom: 6.5%;
    }
    .doctor_chair2_img{
        width: 4.8rem;
    }
    .doctor_custormer{
        left: 52%;
    }
    .doctor_custormer_img{
        width: 6.2rem;
    }
    .doctor_chair3{
        left: 57%;
        bottom: 7%;
    }
    .doctor_chair3_img{
        width: 5rem;
    }
    .doctor_rewarding{
        left: 77%;
    }
    .doctor_rewarding_img{
        width: 8.7rem;
    }
    .doctor_rewarding_txt {
        top: -12%;
    }
    .doctor_wrap_fifth{
        height: 19rem;
        background-color: #FFAB02;
    }
    .doctor_wrap_fifth_bg{
        height: 4rem;
        background-color: #009E87 ;
        position: absolute;
        bottom: 0;
        display: block;
        left: 0;
        right: 0;
    }
    .doctor_booth, .doctor_challenging, .doctor_innovative, .doctor_despairing{
        bottom: 10%;
    }
    .doctor_booth{
        bottom: 3%;
    }
    .doctor_booth_img{
        width: 16rem;
    }
    .doctor_challenging{
        bottom: 14%;
    }
    .doctor_challenging_img{
        width: 11rem;
    }
    .doctor_challenging_txt {
        right: 22%;
        top: -10%;
    }
     .doctor_innovative{
        left: 45%;
    }
    .doctor_innovative_img{
        width: 8rem;
    }
    .doctor_innovative_txt {
        top: 2%;
    }
    .doctor_despairing{
        left: 72%;
        bottom: 5%;
    }
    .doctor_despairing_img{
        width: 9rem;
    }
    .doctor_despairing_txt {
        right: 0%;
        top: -24%;
    }
    .doctor_wrap_sixth{
        height: 18rem;
        background-color: #F2CEAA;
    }
    .doctor_collaboration, .doctor_energised, .doctor_exhausted, .doctor_uncertain{
        bottom: 10%;
        right: unset;
    }
    .doctor_collaboration{
        left: 4.5%;
    }
    .doctor_collaboration_img{
        width: 11.5rem ;
    }
    .doctor_collaboration_txt {
        top: -19%
    }
    .doctor_energised{
        left: 30.5%;
        z-index: 5;
    }
    .doctor_energised_img{
        width: 7.6rem;
    }
    .doctor_energised_txt {
        top: -8%;
        right: -30%
    }
    .doctor_exhausted{
        left: 45%;
        bottom: 3%;
        z-index: 2;
    }
    .doctor_exhausted_img{
        width: 13.5rem;
    }
    .doctor_exhausted_txt {
        right: 34%;
    }
    .doctor_uncertain{
        left: 82%;
    }
    .doctor_uncertain_img{
        width: 7.4rem;
    }
    .doctor_chair4{
        left: 72%;
        bottom: 12%
    }
    .doctor_chair4_img{
        width: 4.3rem;
    }
    .doctor_chair5{
        left: 62%;
        bottom: 12%
    }
    .doctor_chair5_img{
        width: 4.3rem;
    }
    .doctor_cabinet{
        left: 5%;
        bottom: 15%;
    }
    .doctor_cabinet_img{
        width: 5.54rem;
    }
    .doctor_clock_img{
        width: 3.59rem;
    }
    .doctor_clock{
        top: 10%;
        right: 21%;
    }
    .doctor_card2_img{
        width: 4.27rem;
    }
    .doctor_card2{
        top: 6%;
        left: 7%;
    }
    .doctor_card3_img{
        width: 3.27rem;
    }
    .doctor_card3{
        top: 6%;
        left: 18%;
    }
    .doctor_cabinet2{
        right: 38%;
        bottom: 16%;
    }
    .doctor_cabinet2_img{
        width: 7.89rem;
    }
    .doctor_flow_img{
        width: 1.46667rem;
    }
    .doctor_flow{
        right: 45%;
        bottom: 54%;
    }
    .doctor_card4{
        right: 15%;
        background-color: #fff;
        bottom: 70%;
    }
    .doctor_card4_img{
        width: 5.25rem;
    }
     .doctor_card5{
        right: 28%;
        background-color: #fff;
        bottom: 61%;
    }
    .doctor_card5_img{
        width: 3.99rem;
    }
}
.header_top_right_language{
  position: relative;
  cursor: pointer;
  height: max-content;
  padding-right: 2rem;
  &.active{
    .header_top_right_language_item_other{
      opacity: 1;
      pointer-events: all;
      padding-top:.5rem;
    }
    .header_top_right_language_icon {
      transform: rotate(180deg);
    }
  } 
  
}
.header_top_right_language_item{
  transition: all .4s ease;
  color: #A0CB38;
  text-decoration: unset;
  &:hover {
    color: #A0CB38;
  }
}
.header_top_right_language_item_other {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: 100%;
    transition: .4s ease all;
    left: 0;
}
.header_top_right_language_icon{
  width: 1rem;
  position: absolute;
  top: 5%;
  right: 0rem;
  
  transition: transform .4s ease;
}
.header_top_right{
  display: flex;
  cursor: pointer;
    pointer-events: all;
}
.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100% !important;
}