
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/kanit-medium.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/kanit-light.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/kanit-bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.custom-container {
	max-width: 1080px;
	background: #ffffff;
	margin: 0 auto;
	padding: 0;
}

img {
	width: 100%;
}

.jcontain {
	position: relative;
	width: 100%;

    min-height: 1920px;

}
#bgvid{
  width: 100%;
  display: block;
}
.menu{
    box-sizing: border-box;
    position: absolute;
    width: 1025px;
    height: 80px;
    left: 24px;
    bottom: 99px;
    border: 1px solid transparent;
    background: linear-gradient(180deg, #2B335B 0%, #2B355D 90.62%) padding-box, linear-gradient(to top, #FF54D7, #FFF6FF);
    background-origin: border-box;
    box-shadow: 0px 4px 4px #0B1129;
    border-radius: 120px;
}

.menu_home_btn{
position: absolute;
    top: 4px;
    left: 4px;
    width: 72px;
    height: 72px;
    display: block;
    background: url(../images/menu_home_btn.png) no-repeat 0 0;
    background-size: cover;
} 
.menu_ref_btn{
position: absolute;
    top: 4px;
    right: 4px;
    width: 72px;
    height: 72px;
    display: block;
    background: url(../images/menu_ref_btn.svg) no-repeat 0 0;
    background-size: cover;
} 
.menu_ref_btn2{

    background: url(../images/menu_ref_btn2.png) no-repeat 0 0;
    background-size: cover;
} 



.scroll-wrapper {
display: flex;
    align-items: center;
    width: 864px;
    height: 78px;
    position: absolute;
    top: 0;
    left: 83px;
}

.scrollmenu {
  overflow-x: auto;
  white-space: nowrap;
  flex: 1;
  padding-left: 40px;
  padding-right: 50px;

  /* Hide scrollbar (all browsers) */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.scrollmenu::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.scrollmenu a {
    display: inline-block;
    color: white;
    padding: 10px 23px;
    border-radius: 30px;
    margin-left: 10px;
    font-family: 'Kanit';
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid transparent;
    background: linear-gradient(180deg, #353E65 0%, #353E65 90.62%) padding-box, linear-gradient(to top, #FF54D7, #FFF6FF);
    background-origin: border-box;
}

.scrollmenu a.active {
  background-color: #777;
  background: linear-gradient(180deg, #932FE4 0%, #F33EDB 100%) padding-box, linear-gradient(to top, #353E65, #353E65);
}

.scroll-btn:hover {
  /* background: #555; */
}

.scroll-btn {
background: none;
    color: white;
    border: none;
    cursor: pointer;
    padding: 26px 6px;
    transition: all 0.2s ease;
   
}
.scroll-btn img{
  width: 20px;
}
.scroll-wrapper .right{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}
.scroll-wrapper .left{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

/* Disabled state */
.scroll-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  filter: blur(1px);
}


.menu_alpha_right{
width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    height: 76px;
    background: url(../images/menu_alpha.png) no-repeat -17px 0;
    background-size: 78px;
}
.menu_alpha_left{
    width: 60px;
    position: absolute;
    left: 0px;
    top: 0;
    height: 76px;
    background: url(../images/menu_alpha.png) no-repeat -17px 0;
    background-size: 78px;
    transform: rotate(180deg);
}

.overtture{
    top: 1036px;
    left: 410px;
    /* background: red; */
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 40px;
    overflow: hidden;
}

.maesttro{
    top: 1036px;
    left: 840px;
    /* background: red; */
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 40px;
    overflow: hidden;
}

.ap_pop {
    top: 968px;
    right: 100px;
    /* background: red; */
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 40px;
    overflow: hidden;
}
 .footer_txt{
position: absolute;
    bottom: 24px;
    left: 23px;
    color: #ffffff;
    font-family: 'Kanit';
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: .15px;
}



.arp_image{
    position: absolute;
    top: 73px;
    left: 87px;
    width: 900px;
}

.qs_image{
position: absolute;
    top: 79px;
    left: 71px;
    width: 938px;
}

.ap_image{
position: absolute;
    top: 75px;
    left: 81px;
    width: 918px;
}

.aa_image{
position: absolute;
    top: 191px;
    left: 44px;
    width: 993px;
}
.cardio_image{
position: absolute;
    top: 60px;
    left: 83px;
    width: 913px;
}
.cardio_pop1{
    top: 248px;
    left: 891px;
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 40px;
    overflow: hidden;
}
.cardio_pop2{
    top: 653px;
    left: 891px;
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 40px;
    overflow: hidden;
    /* background: red; */
}
.cardio_pop3{
    top: 965px;
    left: 891px;
    width: 80px;
    height: 80px;
    /* background: red; */
    display: block;
    border-radius: 40px;
    overflow: hidden;
}
.attr_cm_pop1{
top: 233px;
    left: 912px;
    width: 80px;
    height: 80px;
    display: block;
    /* background: red; */
    border-radius: 40px;
    overflow: hidden;
}

.vneuro_image{
    position: absolute;
    top: 55px;
    left: 82px;
    width: 917px;
}

.vneuro_pop1,.vneuro_pop2,.vneuro_pop3,.vneuro_pop4,.vneuro_pop5,.vneuro_pop6{
    top: 233px;
    left: 895px;
    width: 70px;
    height: 70px;
    /* background: rgba(0, 0, 0, 0.5); */
    display: block;
    border-radius: 40px;
    overflow: hidden;
}
.vneuro_pop2{
top: 538px;
    left: 302px;
}
.vneuro_pop3{
top: 665px;
    left: 896px;
}
.vneuro_pop4{
    top: 1337px;
    left: 424px;
}
.vneuro_pop5{
    top: 1337px;
    left: 896px;
}

.vneuro_pop6{
    top: 1257px;
    left: 896px;
}
.vpatients_image{
    position: absolute;
    top: 55px;
    left: 82px;
    width: 917px;
}
.vpatients1{
position: absolute;
    top: 983px;
    left: 611px;
    width: 360px;
    height: 202px;
    /* background: rgba(0, 0, 0, 0.5); */
    display: block;
    border-radius: 40px;
    overflow: hidden;
}
.vpatients_prev{
position: absolute;
    top: 1543px;
    left: 460px;
    width: 70px;
    height: 70px;
    /* background: rgba(0, 0, 0, 0.5); */
    display: block;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}

.vpatients_prev_last{
position: absolute;
    top: 1543px;
    left: 506px;
    width: 70px;
    height: 70px;
    /* background: rgba(0, 0, 0, 0.5); */
    display: block;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}
.vpatients_next{
position: absolute;
    top: 1543px;
    left: 550px;
    width: 70px;
    height: 70px;
    /* background: rgba(0, 0, 0, 0.5); */
    display: block;
    border-radius: 0 20px 20px 0 ;
    overflow: hidden;
}
.vpatients1_pop{
    top: 1258px;
    left: 793px;
    width: 90px;
    height: 90px;
    /* background: rgba(0, 0, 0, 0.5); */
    display: block;
    border-radius: 50px;
    overflow: hidden;
}

.vpatients2_pop1{
    top: 680px;
    left: 460px;
    width: 70px;
    height: 70px;
    /* background: rgba(0, 0, 0, 0.5); */
    display: block;
    border-radius: 50px;
    overflow: hidden;
}
.vpatients2_pop2{
top: 812px;
    left: 870px;
    width: 70px;
    height: 70px;
    /* background: rgba(0, 0, 0, 0.5); */
    display: block;
    border-radius: 50px;
    overflow: hidden;
}
.vpatients2_pop3{
    top: 950px;
    left: 330px;
    width: 70px;
    height: 70px;
    /* background: rgba(0, 0, 0, 0.5); */
    display: block;
    border-radius: 50px;
    overflow: hidden;
}
.vpatients2_pop4{
    top: 1102px;
    left: 697px;
    width: 70px;
    height: 70px;
    /* background: rgba(0, 0, 0, 0.5); */
    display: block;
    border-radius: 50px;
    overflow: hidden;
}


.vpatients4_pop1{
top: 313px;
    left: 427px;
    width: 90px;
    height: 90px;
    /* background: rgba(0, 0, 0, 0.5); */
    display: block;
    border-radius: 50px;
    overflow: hidden;
}

.vpatients4_pop2{
top: 313px;
    left: 828px;
    width: 90px;
    height: 90px;
    /* background: rgba(0, 0, 0, 0.5); */
    display: block;
    border-radius: 50px;
    overflow: hidden;
}

.vpheno_image{
position: absolute;
    top: 34px;
    left: 72px;
    width: 935px;
}

.vpheno_pop1,.vpheno_pop2,.vpheno_pop3{
    top: 216px;
    left: 906px;
    width: 70px;
    height: 70px;
    /* background: rgba(0, 0, 0, 0.5); */
    display: block;
    border-radius: 40px;
    overflow: hidden;
}
.vpheno_pop2{
top: 538px;
    left: 906px;
}
.vpheno_pop3{
      top: 813px;
    left: 899px;
}
.video{
    position: absolute;
    top: 574px;
    left: 52px;
    width: 975px;
    height: 548px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.amy_img{
    position: absolute;
    top: 567px;
    left: 42px;
    width: 996px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.amy_intro, .amy_close, .amy_close2, .amy_join, .amy_btn1, .amy_btn2, .amy_btn3, 
.amy_btn4, .amy_btn5, .amy_tab1, .amy_tab2, .amy_tab3{
    position: absolute;
    display: block;
    /* background: rgba(0,0,0,.5); */
}
.amy_intro{
    top: 574px;
    right: 51px;
    width: 81px;
    height: 79px;
}
.amy_close{
top: 1074px;
    left: 56px;
    width: 88px;
    height: 48px;
}

.amy_close2{
    top: 1021px;
    left: 126px;
    width: 50px;
    height: 58px;
}

.amy_join{
    top: 1039px;
    right: 51px;
    width: 81px;
    height: 79px;
}
.amy_btn1{
    top: 759px;
    left: 332px;
    width: 225px;
    border-radius: 20px;
    height: 150px;
    overflow: hidden;
    transform: skew(14deg, 0deg);
}
.amy_btn2{
    top: 759px;
    left: 566px;
    width: 225px;
    border-radius: 20px;
    height: 150px;
    overflow: hidden;
    transform: skew(14deg, 0deg);
}
.amy_btn3{
    top: 919px;
    left: 202px;
    width: 225px;
    border-radius: 20px;
    height: 150px;
    overflow: hidden;
    transform: skew(-12deg, 0deg);
}
.amy_btn4{
    top: 919px;
    left: 437px;
    width: 225px;
    border-radius: 20px;
    height: 150px;
    overflow: hidden;
    transform: skew(-12deg, 0deg);
}
.amy_btn5{
    top: 919px;
    left: 674px;
    width: 225px;
    border-radius: 20px;
    height: 150px;
    overflow: hidden;
    transform: skew(-12deg, 0deg);
}
.amy_tab1{
    top: 843px;
    left: 205px;
    width: 269px;
    border-radius: 10px;
    height: 50px;
    overflow: hidden;

}
.amy_tab2{
    top: 913px;
    left: 205px;
    width: 269px;
    border-radius: 10px;
    height: 50px;
    overflow: hidden;
}
.amy_tab3{
    top: 984px;
    left: 205px;
    width: 269px;
    border-radius: 10px;
    height: 50px;
    overflow: hidden;
}



/*popup window start*/
.popup {
    position: absolute;
    width: 1080px;
    height: 1920px;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
    
}
.popup.in {
	display: block;
/*	animation: fadeIn 0.5s;*/
}

.popup .popup-inner {

    width: fit-content;
    height: fit-content;
    margin: 0px auto 0 auto;
    position: absolute;
    border-radius: 10px;
    /* padding: 19px 25px 25px 25px; */
    left: 73px;
    min-height: 230px;
    /* transform: translate(-50%, -50%); */
    top: 696px;
    font-family: 'Kanit';
}

.popup .overtture{
    left: 49px;
    top: 89px;
}
.popup .cardio{
    left: 94px;
    top: 247px;

}
.popup .vneuro{
left: 94px;
    top: 271px;

}
.popup .vneuro2{
left: 94px;
    top: 480px;

}
.popup .vneuro3{
left: 94px;
    top: 400px;

}
.popup .vneuro_ref{
left: 73px;
    top: 421px;

}
.popup .vpatients_ref{
left: 77px;
    top: 551px;

}
.popup .vpatients1_pop{
    left: 141px;
    top: 587px;

}

.popup .vpatients2_pop{
    left: 141px;
    top: 648px;

}

.popup .vpatients4_pop{
    left: 141px;
    top: 243px;

}
.popup .vpheno_ref{
    left: 73px;
    top: 549px;

}
.popup .vpheno1 {
    left: 84px;
    top: 395px;
}

.popup .vpheno3 {
    left: 84px;
    top: 313px;
}

/******pop tab*****/

.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
    background: none;
    position: absolute;
    float: left;
    
    width: 228px;
    height: 64px;
    border: none;
    outline: none;
    cursor: pointer;
}
.tab .vtab1{
top: 210px;
    left: 80px;
}
.tab .vtab2{
top: 210px;
    left: 340px;
}
.tab .vtab3{
top: 210px;
    left: 597px;
}



.tab2 button {
    background: none;
position: absolute;
    float: left;
    width: 234px;
    height: 104px;
    border: none;
    outline: none;
    cursor: pointer;
}
.tab2 .vtab1{
top: 170px;
    left: 55px;
}
.tab2 .vtab2{
    top: 170px;
    left: 323px;
}
.tab2 .vtab3{
    top: 170px;
    left: 592px;
}

/* Style the tab content */
.tabcontent {
  display: none;

}



.popup .ap_pop_img{

  left: 94px;
    top: 257px;

}
.popup .popup-inner .reftitle{
    font-weight: bold;
    font-size: 20px;
    color: #500778;
    
}
.popup .popup-inner ol{
    font-size: 10px;
    margin: 17px 0 0 10px;
    line-height: 12px;
    color: #000000;

}
.popup .popup-inner ol a{
    color: #000000;
    text-decoration: none;
}

.popup-close {
    width: 70px;
    height: 70px;
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    transition: 0.3s;
    /* background: rgba(0, 0, 0, .5);*/
}
.popup-close2 {
    width: 120px;
    height: 126px;    
    right: 12px;
    top: 0;

}
.popup-close3 {
    width: 79px;
    height: 86px;
    right: 12px;
    top: 0;
}

.popup-triger {
	z-index: 999;
	position: absolute;
}


/**popup end**/