* { box-sizing: border-box;}

/* font: 
Roboto: Regular 400, Medium 500, Bold 700
Inter Tight: Regular 400, Black 900
*/

section {overflow: hidden;}

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 479px) {
}

.mobileMenuBlocker {z-index: 45; position: fixed; top: 0; left:0; width: 100%; height:100%; display: none; }
/*modal box*/ .jquery-modal.blocker {z-index: 999;}
.scrollToTop { text-align:center; font-weight: bold; text-decoration: none; position:fixed; bottom:8px; right:8px; display:none; z-index: 5; opacity: 0.7; width: 40px; height: 40px;}
.scrollToTop:hover { opacity: 1;}


body { background: #034747; margin: 0; font-family: "Roboto", sans-serif; color: #fff; font-weight: 400; font-style: normal; font-size: 14px; line-height: 18px;}
h1, h2, h3, h4, h5, h6 { font-family: "Inter Tight", sans-serif; font-optical-sizing: auto; font-weight: 900; font-style: normal; color:#fff; text-align: center; line-height: 1.1em; margin-top: 0;}
h1 {font-size: 50px; text-align: center; margin-bottom: 20px; margin-top: 100px; text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3); }
h2 {font-size: 50px; line-height: 1.15em; margin-bottom: 40px;}
h3 {font-size: 26px; margin-bottom: 30px;}
h4 {font-size: 16px; margin-bottom: 20px;}
h5 {font-size: 16px; margin-bottom: 20px; color:#fff; text-align:left;}

a {text-decoration: underline; color: #50d6ff; transition:linear 0.2s all; }
a:hover { color: #000;}
button { cursor: pointer; font-family: "Roboto", sans-serif; border: #50D6FF solid 3px; text-transform: uppercase; font-weight: 500; color: #fff; background-color: #022649; transition: all .15s linear; border-radius: 100px; padding: 12px 25px; }
button:hover {background-color: #50D6FF; color:#022649; }
.button { cursor: pointer; font-family: "Roboto", sans-serif; border: #50D6FF solid 3px; text-transform: uppercase; font-weight: 500; color: #fff; background-color: #022649; transition: all .15s linear; border-radius: 100px; padding: 12px 25px; display:inline-block; text-decoration: none;}
.button:hover {background-color: #50D6FF; color:#022649; }

figure {margin: 0;}
img {width: 100%; height: auto; display: block;} 
main {}
section {display:block; width: 100%; position: relative;} 
.container { margin: auto; width: 100%; padding: 0 20px; max-width: 1400px; }

@media only screen and (max-width: 1199px) {
  h1 {font-size: 73px;}
  h2 {font-size: 48px;}
  h3 {font-size: 26px;}
}
@media only screen and (max-width: 1023px) {
  h1 {font-size: 65px;}
  h2 {font-size: 40px;}
  h3 {font-size: 23px;}
}
@media only screen and (max-width: 767px) {
  h1 {font-size: 55px;}
  h2 {font-size: 30px;}
  h3 {font-size: 18px;}
}
@media only screen and (max-width: 479px) {
  h1 {font-size: 8vw;}
}


#section-thankyou {background: #000;}
#section-thankyou h3 {text-align: center; margin:40px 20px; }


/* header *********************************************************************************************/
header {background:#dbdbdb; }
header .container {position: relative;}

.header-wrapper { display: flex; justify-content: space-between; align-items: center; transition: all .15s linear; padding-top:9px; padding-bottom: 11px;}
.logo {width: 350px;}
.navigation-top { background: #fff; padding: 12px; border-radius: 20em;}
.navigation-top.mobile-menu-active {background-color: #0E7ABD; color: #fff;}
.navigation-top nav {}
.navigation-top nav ul {list-style: none; margin: 0; padding: 0; }
.navigation-top nav ul.desktop {display: flex;}
.navigation-top nav ul.mobile {display: none;}
.navigation-top nav ul li {}
.navigation-top nav ul li a { font-weight: 500; text-transform: uppercase; text-decoration: none; color: #000; display: inline-block; padding: 3px; margin:3px 12px; transition: all .15s linear; letter-spacing: 0.015em; font-size: 13px;}
.navigation-top nav ul li a:hover {color: #079c9c;}
.navigation-top.mobile-menu-active nav ul li a {color: #fff;}
.navigation-top .mobile-link figure {display:inline-block; width: 15px; height: auto;}

.navigation-dropdown { background: #000; text-align: right; display: none; padding: 8px 13px; position: absolute; z-index: 100; right: 20px; top: 73px;}
.navigation-dropdown nav {}
.navigation-dropdown nav ul {list-style: none; margin: 0; padding:5px 0; }
.navigation-dropdown nav ul li {}
.navigation-dropdown nav ul li a {text-decoration: none; color: #fff; display:block; font-weight: 500; text-transform: uppercase; transition: all .15s linear; letter-spacing: 0.015em; padding:10px; }
.navigation-dropdown nav ul li a:hover {}

.navigation-top nav ul li.language-link a {color: #fff; background-color: #ea1149; border-radius: 5px; padding: 3px 10px;}
.navigation-top nav ul li.language-link a:hover {color: #fff; background-color: #000;} 
.navigation-dropdown nav ul li.language-link a {color: #fff; background-color: #ea1149; border-radius: 5px; display: inline-block; padding: 5px 10px; margin-right: 10px; margin-top: 7px;}
.navigation-dropdown nav ul li.language-link a:hover {color: #fff; background-color: #bb3054;}


@media only screen and (max-width: 1279px) {
  .logo {width: 70px;}
  .navigation-top { padding: 8px 0 8px 13px;}
  .navigation-top nav ul.desktop {display: none;}
  .navigation-top nav ul.mobile {display: flex;}
}
@media only screen and (max-width: 1023px) {
  .logo {width: 230px;}
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 479px) {
  .logo {margin-right: 15px;}
  .navigation-top { padding: 2px 0px; border-radius: 0.5em;}
  .mobile-link span {display: none;}
}


/* section: Intro *************************************************************************************/
#section-intro {position: relative; text-align:center; overflow:hidden; padding-bottom: 80px;}
#section-intro:before { content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.35; background-image: url('images/bg-1.webp'); background-repeat: no-repeat; background-position: top center; background-size: 100% auto;}
#section-intro .container {position: relative;}
#section-intro h2 {font-weight: 400; font-family: "Roboto", sans-serif; text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3); font-size: 25px;}
#section-intro h1 span, #section-intro h2 span {display: block;}


@media only screen and (max-width: 1199px) {
  #section-intro { padding-bottom: 60px;}
  #section-intro h2 {font-size: 30px;}
}
@media only screen and (max-width: 1023px) {
  #section-intro { padding-bottom: 50px;}
  #section-intro h2 {font-size: 25px;}
}
@media only screen and (max-width: 767px) {
  #section-intro h2 {font-size: 22px;}
}
@media only screen and (max-width: 479px) {
  #section-intro h2 {font-size: 16px;}
}

/* section: Kelayakan *************************************************************************************/
#section-kelayakan {padding-bottom: 80px;}

.kelayakan-wrapper {display: flex; justify-content: center;}
.kelayakan-wrapper > div {width: 25%; margin-left:5%; margin-right: 5%;}
.kelayakan-wrapper > div .kelayakan-icon {margin-bottom: 10px;}
.kelayakan-wrapper > div .kelayakan-icon img {height: 200px; width: auto; margin: auto;}
#section-kelayakan p {text-align:center;}
.akademik {display: flex; justify-content: center; align-items: center;}
.akademik > div {margin-bottom: 8px;}
.akademik > div:first-child {width: 80px;}
.akademik > div:first-child img { width:65px;}
.akademik > div:last-child {width: calc(100% - 80px);}

@media only screen and (max-width: 1199px) {
  #section-kelayakan {padding-bottom: 60px;}
  .kelayakan-wrapper > div .kelayakan-icon img {height: 160px;}
  .kelayakan-wrapper > div h3 {margin-bottom: 15px;}
}
@media only screen and (max-width: 1023px) {
  #section-kelayakan {padding-bottom: 50px;}
  .kelayakan-wrapper > div .kelayakan-icon img {height: 130px;}
  .kelayakan-wrapper > div h3 {margin-bottom: 10px;}
}
@media only screen and (max-width: 767px) {
  .kelayakan-wrapper {flex-direction: column;}
  .kelayakan-wrapper > div {width: unset; margin: unset; margin-bottom:20px;}
  .kelayakan-wrapper > div .kelayakan-icon img {height: 100px;}
  .akademik {width: 300px; margin: auto;}
  .akademik > div:first-child {width: 65px;}
  .akademik > div:first-child img { width:55px;}
  .akademik > div:last-child {width: calc(100% - 65px);}
}
@media only screen and (max-width: 479px) {
  .akademik {width: 100%; max-width:320px; }
}

/* section: Tahukah Anda *************************************************************************************/
#section-tahukah {padding-bottom: 80px;}

.tahukah-wrap-1 {display: flex; justify-content: space-between; align-items: center; width: 80%; margin: 0 auto 40px auto;}
.tahukah-wrap-1 > div {position: relative; }
.tahukah-wrap-1 > div:first-child {width: 38%;}
.tahukah-wrap-1 > div:first-child p {width: 70%;}
.tahukah-wrap-1 > div:last-child {width: 44%;}
.tahukah-1b {position: absolute; right: -28%; width: 57%; top: 45%;}
.tahukah-wrap-1 .pic {margin-bottom: 20px;}

.tahukah-wrap-2 {display: flex; justify-content: center; align-items: center; background-color:rgba(0,0,0,0.1); border-radius: 30px; padding:30px 80px; width:65%; margin:0 auto 30px auto;} 
.tahukah-wrap-2 > div:first-child {width: 80px;}
.tahukah-wrap-2 > div:first-child img { width:65px;}
.tahukah-wrap-2 > div:last-child { text-align: center; width: calc(100% - 80px);}

.tahukah-wrap-3 {width: 100%; max-width: 480px; margin: auto;}
.tahukah-point {display: flex; justify-content: center; align-items: center; margin-bottom: 7px;}
.tahukah-point > div:first-child {width: 40px;}
.tahukah-point > div:first-child img { width:30px;}
.tahukah-point > div:last-child { text-align: left; width: calc(100% - 40px);}

@media only screen and (max-width: 1199px) {
  #section-tahukah {padding-bottom: 60px;}
  .tahukah-wrap-2 {border-radius: 25px; padding:25px 70px; } 
}
@media only screen and (max-width: 1023px) {
  #section-tahukah {padding-bottom: 50px;}
  .tahukah-wrap-2 {border-radius: 20px; padding:20px 60px; width:90%; max-width: 750px; margin:0 auto 20px auto;} 
}
@media only screen and (max-width: 767px) {

  .tahukah-wrap-1 { flex-direction: column; width: unset; width: 350px; margin: 0 auto 30px auto;}
  .tahukah-wrap-1 > div {position: relative; }
  .tahukah-wrap-1 > div:first-child {width: unset; margin-bottom:30px; }
  .tahukah-wrap-1 > div:first-child .pic {width: 250px;}
  .tahukah-wrap-1 > div:first-child p {width: unset; margin-right: 122px;}
  .tahukah-wrap-1 > div:last-child {width: unset;}
  .tahukah-wrap-1 > div:last-child .pic {width: 300px; margin: auto;}
  .tahukah-1b {position: absolute; right: 0; width: 160px; top: 109px;}
  .tahukah-wrap-1 .pic {margin-bottom: 10px;}

  .tahukah-wrap-2 {border-radius: 20px; padding:15px 30px; width:100%; margin:0 auto 15px auto;} 
  .tahukah-wrap-2 > div:first-child {width: 65px;}
  .tahukah-wrap-2 > div:first-child img { width:55px;}
  .tahukah-wrap-2 > div:last-child { width: calc(100% - 65px);}

  .tahukah-wrap-3 {max-width: 350px; }
  .tahukah-point {margin-bottom: 7px;}
  .tahukah-point > div:first-child {width: 30px;}
  .tahukah-point > div:first-child img { width:20px;}
  .tahukah-point > div:last-child { width: calc(100% - 30px);}
}
@media only screen and (max-width: 479px) {
  .tahukah-wrap-1 {width: 280px}
  .tahukah-wrap-1 > div:first-child .pic {width: 200px;}
  .tahukah-wrap-1 > div:first-child p { margin-right: 105px;} 
  .tahukah-wrap-1 > div:last-child .pic {width: 260px;}
  .tahukah-1b { right: 7px; width: 131px; top: 93px;}
}


/* section: Mengapa SG *************************************************************************************/
#section-mengapa {position: relative; text-align:center; overflow:hidden; padding-bottom: 450px;}
#section-mengapa:before { content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.8; background-image: url('images/bg-2.webp'); background-repeat: no-repeat; background-position: center bottom; background-size: 100% auto;}
#section-mengapa .container {position: relative;}

.mengapa-wrapper {position: relative; z-index: 2;}
.mengapa-wrapper .mengapa-content-wrap {text-align:center; position:absolute; width:100%; } 
.mengapa-wrapper .mengapa-content-wrap figure {height: auto; margin: auto; }
.mengapa-wrapper .mengapa-content-wrap article > div {position: absolute; width: 20%; }
.mengapa-wrapper .pic {display: flex; justify-content: center; align-items: flex-end; margin-bottom: 15px; }
.mengapa-1 { left:40%; }
.mengapa-2 { top:170px; left:18%; }
.mengapa-3 { top:170px; right:18%; }
.mengapa-4 { top:410px; left:6%; }
.mengapa-5 { top:410px; right:6%; }
.mengapa-6 { top:670px; }
.mengapa-7 { top:670px; right:0; }
.mengapa-8 { top:920px; left:11%; }
.mengapa-9 { top:920px; right:11%; }
.mengapa-10 { top:1170px; left:28%; }
.mengapa-11 { top:1170px; right:28%; }

.mengapa-1 .pic figure {width: 140px;}
.mengapa-2 .pic figure {width: 170px;}
.mengapa-3 .pic figure {width: 230px;}
.mengapa-4 .pic figure {width: 190px;}
.mengapa-5 .pic figure {width: 130px;}
.mengapa-6 .pic figure {width: 180px;}
.mengapa-7 .pic figure {width: 150px;}
.mengapa-8 .pic figure {width: 160px;}
.mengapa-9 .pic figure {width: 190px;}
.mengapa-10 .pic figure {width: 195px;}
.mengapa-11 .pic figure {width: 210px;}

.mengapa-sg-wrapper .mengapa-sg {position: relative; width: 70%; margin: 270px auto 300px auto;}
.mengapa-sg-wrapper .mengapa-sg h3 {margin-bottom: 0;}

.award-wrapper {width: 100%; max-width: 600px; margin: auto;}

@media only screen and (max-width: 1299px) {
  .mengapa-10 { top:1120px; left:26%; }
  .mengapa-11 { top:1120px; right:26%; }
  .mengapa-sg-wrapper .mengapa-sg {position: relative; width: 70%; margin: 260px auto 380px auto;}
}
@media only screen and (max-width: 1199px) {
  .mengapa-1 { left:40%; }
  .mengapa-2 { top:80px; left:18%; }
  .mengapa-3 { top:80px; right:18%; }
  .mengapa-4 { top:320px; left:6%; }
  .mengapa-5 { top:320px; right:6%; }
  .mengapa-6 { top:550px; }
  .mengapa-7 { top:550px; right:0; }
  .mengapa-8 { top:800px; left:11%; }
  .mengapa-9 { top:800px; right:11%; }
  .mengapa-10 { top:1000px; left:27%; }
  .mengapa-11 { top:1000px; right:27%; }

  .mengapa-1 .pic figure {width: 130px;}
  .mengapa-2 .pic figure {width: 160px;}
  .mengapa-3 .pic figure {width: 220px;}
  .mengapa-4 .pic figure {width: 180px;}
  .mengapa-5 .pic figure {width: 120px;}
  .mengapa-6 .pic figure {width: 170px;}
  .mengapa-7 .pic figure {width: 140px;}
  .mengapa-8 .pic figure {width: 150px;}
  .mengapa-9 .pic figure {width: 180px;}
  .mengapa-10 .pic figure {width: 185px;}
  .mengapa-11 .pic figure {width: 200px;}

  .mengapa-sg-wrapper .mengapa-sg {position: relative; width: 70%; margin: 260px auto 360px auto;}
}
@media only screen and (max-width: 1023px) {
  #section-mengapa {padding-bottom: 300px;}
  .mengapa-wrapper .mengapa-content-wrap {position: unset;}
  .mengapa-wrapper .mengapa-content-wrap article {display: flex; justify-content: center; flex-wrap: wrap;}
  .mengapa-wrapper .mengapa-content-wrap article > div {position: unset; width:calc(25% - 40px); margin:0 20px 40px 20px;}

  .mengapa-wrapper .mengapa-content-wrap article > div figure {width: auto; }
  .mengapa-wrapper .mengapa-content-wrap article > div figure img {width: auto; height: 90px;}

  .mengapa-sg-wrapper .mengapa-sg {position: unset; margin: -70px auto -50px auto;}
}
@media only screen and (max-width: 767px) {
  #section-mengapa {padding-bottom: 200px;}
  .mengapa-wrapper .mengapa-content-wrap article > div { width:calc(33% - 30px); margin:0 15px 30px 15px;}
  .mengapa-wrapper .mengapa-content-wrap article > div figure img { height: 80px;}
}
@media only screen and (max-width: 479px) {
  #section-mengapa {padding-bottom: 150px;}
  .mengapa-wrapper .mengapa-content-wrap article > div { width:calc(50% - 30px); margin:0 10px 20px 10px;}
  .mengapa-wrapper .mengapa-content-wrap article > div figure img { height: 70px;}
  .mengapa-sg-wrapper .mengapa-sg { width: 70%; margin: -30px auto -30px auto;}
}

/* section: Program *************************************************************************************/
#section-program {margin-top: -220px; padding-bottom: 80px;}
#section-program h2 span {display: block;}

.program-wrap {display: flex; justify-content: center; align-items: center;}
.program-wrap:nth-child(even) {flex-direction: row-reverse;}
.program-wrap > div {margin:40px 40px 0 40px;}
.program-wrap > div:first-child {width: calc(45% - 80px);}
.program-wrap > div:first-child pic {}
.program-wrap > div:last-child {width: calc(50% - 80px);}
.program-wrap > div:last-child .program-name {position:relative; background-color:rgba(0,0,0,0.1); border-radius: 30px; padding:40px 60px 60px 60px; margin-right:50px; }
.program-wrap > div:last-child .program-name h3 {text-align: left; margin-bottom:5px;}
.program-wrap > div:last-child .program-name h4 {text-align: left; font-weight: 400; font-size: 18px; margin-bottom: 7px;}
.program-wrap > div:last-child .program-name .partner img {height: 30px; width: auto;}
.program-wrap > div:last-child .program-name .partner2 img {height: 50px; width: auto;}
.program-wrap > div:last-child .cta {position: absolute; right: -50px; bottom: -15px;}
.program-wrap > div:last-child .program-detail {padding:30px 60px; margin-right:50px;}
.program-wrap > div:last-child .program-detail ul {list-style: none; margin:0; padding: 0 0 0 25px;}
.program-wrap > div:last-child .program-detail ul li:first-child {border-top: solid 1px rgba(255,255,255,0.4);}
.program-wrap > div:last-child .program-detail ul li { padding: 7px 0; margin: 0 0 7px 0; border-bottom: solid 1px rgba(255,255,255,0.4);}

@media only screen and (max-width: 1199px) {
  .program-wrap > div {margin:30px 30px 0 30px;}
  .program-wrap > div:first-child {width: calc(45% - 60px);}
  .program-wrap > div:last-child {width: calc(50% - 60px);}
  .program-wrap > div:last-child .program-name { border-radius: 25px; padding:30px 45px 55px 45px; margin-right:30px; }
  .program-wrap > div:last-child .cta {position: absolute; right: -30px; bottom: -15px;}
  .program-wrap > div:last-child .program-detail {padding:30px 45px; margin-right:30px;}
}
@media only screen and (max-width: 1023px) {
  #section-program {margin-top: -180px; padding-bottom: 50px;}
  .program-wrap {width: 100%; max-width: 750px; margin: auto;}
  .program-wrap:nth-child(odd) {flex-direction: column-reverse;}
  .program-wrap:nth-child(even) {flex-direction: column-reverse;}
  .program-wrap > div {margin:0;}
  .program-wrap > div:first-child {width:100%; max-width: 350px; margin-bottom: 40px; margin-top: -20px;}
  .program-wrap > div:last-child {width:100%;}
  .program-wrap > div:last-child .program-name { border-radius: 20px; padding:30px 35px 55px 35px; margin-right:30px; }
  .program-wrap > div:last-child .program-detail {padding:30px 0 30px 35px; }
}
@media only screen and (max-width: 767px) {
  #section-program {margin-top: -50px; padding-bottom: 40px;}
  .program-wrap > div:last-child .program-name { border-radius: 15px; padding:20px 25px 45px 25px; margin-right:30px; }
  .program-wrap > div:last-child .program-detail {padding:25px 0 25px 25px; }
  .program-wrap > div:last-child .program-detail ul { padding: 0 0 0 20px;}
}
@media only screen and (max-width: 479px) {
  .program-wrap > div:last-child .program-name { border-radius: 15px; padding:20px 20px 45px 20px; margin-right:30px; }
  .program-wrap > div:last-child .program-detail {padding:20px 0 20px 20px; }
  .program-wrap > div:last-child .program-name .partner img {height: 22px;}

}


/* section: Maklumat Lanjut *************************************************************************************/
#section-maklumat-lanjut { text-align:center; padding-bottom: 310px;}
#section-maklumat-lanjut:before { content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.8; background-image: url('images/bg-3.webp'); background-repeat: no-repeat; background-position: center bottom; background-size: 100% auto;}
#section-maklumat-lanjut .container {position: relative; padding-top: 100px;}
#section-maklumat-lanjut h3 {margin-bottom:40px;}

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
  #section-maklumat-lanjut { text-align:center; padding-bottom: 200px;}
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 479px) {
}

/* section: Testimoni *************************************************************************************/
#section-testimoni {position:relative; z-index:2; margin-top: -80px; padding-bottom: 80px;}
#section-testimoni h3 {margin-bottom: 5px;}
#section-testimoni .stars {max-width: 300px; margin-left: auto; margin-right: auto;}

.testimoni-wrapper {columns: 2; column-gap: 2.5%; margin: 2.5%;}
.testimoni-wrap { background: #fff; color: #001133; border-radius: 20px; transition: all .25s linear; padding:20px 40px 40px 40px; position: relative; margin-bottom: 5%; break-inside: avoid;}
.testimoni-wrap h4 { color: #001133; margin-top:20px; margin-bottom:20px; }
.testimoni-wrap .pic img {height:100px; width: auto; margin: auto;}

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
  #section-testimoni {padding-bottom: 50px;}
  #section-testimoni h2 {margin-bottom: 15px;}
  #section-testimoni h3 {margin-bottom: 5px;}
  #section-testimoni .stars {max-width: 200px;}
  .testimoni-wrap { border-radius: 15px; padding:15px 30px 30px 30px; }
  .testimoni-wrap h4 { margin-top:15px; margin-bottom:15px; }
  .testimoni-wrap .pic img {height:70px;}
}
@media only screen and (max-width: 767px) {
  .testimoni-wrapper {columns: 1; }
}
@media only screen and (max-width: 479px) {
  #section-testimoni .stars {max-width: 160px; margin-bottom: 20px;}
  .testimoni-wrap { padding:15px 20px 20px 20px; }
  .testimoni-wrap .pic img {height:57px;}
}


* section: gallery **************************************************************************************/
#section-gallery { margin-bottom:100px;}
#section-gallery h3 {}
#section-gallery h3 > div:first-child {display: flex; justify-content: center; align-items: center; font-size: 80px; margin-bottom: 15px; color: #3345aa;}
#section-gallery h3 > div:first-child figure {width: 40px; margin-right: 8px;}
#section-gallery h3 > div:last-child {}
.gallery-wrapper {display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;}
.gallery-wrapper > div { width:calc(25% - 10px);}

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
  #section-gallery { margin-bottom:80px; }
}
@media only screen and (max-width: 767px) {
  .gallery-wrapper {max-width: 450px; margin: auto;}
  .gallery-wrapper > div { width:calc(50% - 10px);}
}
@media only screen and (max-width: 479px) {
}


/* section: videos ***********************************************************************************/
#section-videos { padding-top: 350px; padding-bottom: 100px; margin-top:-280px; }
#section-videos:before { content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.3; background-image: url('images/bg-4.webp'); background-repeat: no-repeat; background-position: center center; background-size: 100% auto; }
#section-videos .container {position: relative; z-index: 2; }
.videos-wrapper {display: flex; justify-content: center; }
.videos-wrapper > div {margin: 0 30px; width: calc(30% - 60px);}
.videos-wrapper a img {transition: all 0.2s linear; }
.videos-wrapper a:hover img {box-shadow: 0 0 20px rgba(255,255,255,0.7); }

@media only screen and (max-width: 1199px) {
  .videos-wrapper > div {margin: 0 20px; width: calc(30% - 40px);}
}
@media only screen and (max-width: 1023px) {
  .videos-wrapper > div {margin: 0 15px; width: calc(33% - 30px);}
}
@media only screen and (max-width: 767px) {
  #section-videos { padding-top: 0; padding-bottom: 50px; margin-top:0; }
  .videos-wrapper {flex-direction: column;}
  .videos-wrapper > div {margin: 0 auto 25px auto; width: 300px;}
}
@media only screen and (max-width: 479px) {
  .videos-wrapper > div { width: 250px;}
}


/* section: Tempat Kerja ***********************************************************************************/
#section-graduan-bekerja { margin-top: -200px; padding-bottom: 80px;}

.graduan-bekerja-buttons {display: flex; justify-content: center; margin-bottom: 30px;}
.graduan-bekerja-buttons > div {margin: 0 10px;}
.graduan-bekerja-buttons .button.inactive {background-color: unset; border-color: #fff;}
.graduan-bekerja-buttons .button.inactive:hover {background-color: #50D6FF; color:#022649; }

.graduan-bekerja-list {}
.graduan-bekerja-list > div {background: #fff; border-radius: 40px; padding: 40px; text-align: center; max-width:760px; margin: auto; }
.graduan-bekerja-list > div h3 {color: #001133;} 
.graduan-bekerja-list > div figure {display:inline-block; margin: 0 5px 10px 5px;}
.graduan-bekerja-list > div img {width: auto; height:70px;}
.graduan-bekerja-list > div.inactive {display: none; }

@media only screen and (max-width: 1199px) {
  .graduan-bekerja-list > div {border-radius: 25px; padding: 30px; }
}
@media only screen and (max-width: 1023px) {
  .graduan-bekerja-buttons > div {margin: 0 5px;}
  .graduan-bekerja-buttons .button {padding: 8px 20px;}
  .graduan-bekerja-list > div {border-radius: 20px; padding: 25px; }
  .graduan-bekerja-list > div figure { margin: 0 4px 8px 4px;}
  .graduan-bekerja-list > div img { height:60px;}
}
@media only screen and (max-width: 767px) {
  #section-graduan-bekerja { margin-top:0; padding-bottom: 60px;}
  .graduan-bekerja-buttons {flex-wrap: wrap;}
  .graduan-bekerja-buttons > div {margin: 0 5px 10px 5px;}
}
@media only screen and (max-width: 479px) {
}


/* section: Pendaftaran ***********************************************************************************/
#section-pendaftaran {padding-bottom: 80px; padding-top:80px;}
.pendaftaran-wrapper { background: #fff; border-radius: 40px; padding:52px 40px 20px; margin: auto; width: 90%; max-width: 800px; position:relative; color: #001133;}

.pendaftaran-wrapper p:first-child {margin-top: 0; margin-bottom: 30px;}
.pendaftaran-wrapper form {}
.pendaftaran-wrapper form > div {display: flex; align-items: center; justify-content: center; margin-bottom: 15px;}
.pendaftaran-wrapper form > div:last-child {margin-bottom: 0;}
.pendaftaran-wrapper form label {font-weight:500; font-size: 17px; width: 150px; text-align: left;}
.pendaftaran-wrapper form input[type=text],
.pendaftaran-wrapper form select {padding: 10px; font-size: 17px; width: 400px; border-radius: 0; border:1.5px solid #000; color:#000; }
.pendaftaran-wrapper form button[type=submit] {font-size: 17px; margin-top: 20px;}
.pendaftaran-wrapper form button[type=submit]:hover {}

@media only screen and (max-width: 1199px) {
  .pendaftaran-wrapper { border-radius: 25px; padding:50px 30px; max-width: 700px; }
}
@media only screen and (max-width: 1023px) {
  #section-pendaftaran {padding-bottom: 50px;}
  .pendaftaran-wrapper { border-radius: 20px; padding:40px 20px; max-width: 500px; }
  .pendaftaran-wrapper form label {width: 150px; font-size: 15px; }
  .pendaftaran-wrapper form input[type=text], 
  .pendaftaran-wrapper form select {width: 270px; font-size: 15px; }
}
@media only screen and (max-width: 767px) {
  #section-pendaftaran {padding-bottom: 60px;}
  .pendaftaran-wrapper { border-radius: 15px; padding:30px; }
  .pendaftaran-wrapper { width: 90%; max-width:420px; }
  .pendaftaran-wrapper form > div {flex-direction: column; align-items: flex-start;}
  .pendaftaran-wrapper form label {width: 100%; padding-bottom:3px;  font-size: 14px; }
  .pendaftaran-wrapper form input[type=text],
  .pendaftaran-wrapper form select {width: 100%; font-size: 14px; }
  .pendaftaran-wrapper form button[type=submit] {font-size: 14px; margin-top: 15px;}
}
@media only screen and (max-width: 479px) {
  #section-pendaftaran {}
  .pendaftaran-wrapper {width: 100%; border-radius: 15px;}
  .pendaftaran-wrapper .pendaftaran-content-wrap {padding: 30px;}
}


/* section: contact ***********************************************************************************/
#section-contact {padding-bottom: 100px;}
.contact-wrapper { margin: auto; width: 700px; position:relative;}

.contact-wrapper p:first-child {margin-top: 0; margin-bottom: 30px;}
.contact-wrapper form {}
.contact-wrapper form > div {display: flex; align-items: center; justify-content: center; margin-bottom: 15px;}
.contact-wrapper form > div:last-child {margin-bottom: 0;}
.contact-wrapper form label {font-weight:500; font-size: 17px; width: 150px; text-align: left;}
.contact-wrapper form input[type=text],
.contact-wrapper form select {padding: 10px; font-size: 17px; width: 400px; border-radius: 0; border:1.5px solid #000; color:#000; }
.contact-wrapper form button[type=submit] {font-size: 17px; margin-top: 20px;}
.contact-wrapper form button[type=submit]:hover {}

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
  #section-contact {padding-bottom: 50px;}
  .contact-wrapper { width: 500px; }
  .contact-wrapper form label {width: 150px;}
  .contact-wrapper form input[type=text], .contact-wrapper form select {width: 270px;}
}
@media only screen and (max-width: 767px) {
  #section-contact {padding-bottom: 40px;}
  .contact-wrapper { width: 90%; max-width:420px; }
  .contact-wrapper form > div {flex-direction: column; align-items: flex-start;}
  .contact-wrapper form label {width: 100%; padding-bottom:3px; }
  .contact-wrapper form input[type=text],
  .contact-wrapper form select {width: 100%;}
}
@media only screen and (max-width: 479px) {
  #section-contact {}
  .contact-wrapper {width: 100%; border-radius: 15px;}
  .contact-wrapper .contact-content-wrap {padding: 30px;}
}


/* footer *********************************************************************************************/
footer {} 
.footer-contact-details {border-top:rgba(255,255,255,0.4) solid 1px; text-align: center; line-height:21px; padding-top:70px; }
.footer-contact-details h3 {margin-bottom: 20px;}
.footer-contact-details .address {margin-bottom: 20px;}
.footer-contact-details .email {margin-bottom: 30px;}
.footer-social {padding-bottom: 70px;}
.footer-social ul {list-style: none; margin: 0; padding: 0; display:flex; justify-content: center; align-items: center; }
.footer-social ul li {margin:0 10px 10px 10px;}
.footer-social ul li a {}
.footer-social ul li a figure {width: 35px;} 
.copyright {text-align: center; padding:20px 0; border-top:rgba(255,255,255,0.4) solid 1px; } 

@media only screen and (max-width: 1199px) {
  .footer-contact-details { padding-top:60px; }
  .footer-social {padding-bottom: 60px;}
}
@media only screen and (max-width: 1023px) {
  .footer-contact-details { padding-top:40px; }
  .footer-social {padding-bottom: 40px;}
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 479px) {
  .footer-social ul li {margin:0 6px 10px 6px;}
  .footer-social ul li a figure {width: 30px;} 
}



/*trainers section *************************************************************/

.trainers-section {display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; padding: 20px; position: relative;}
.section-head-left {width: 50%;}
.section-head-right {width: 40%; text-align: right; color: white;}
.section-head-left h1 {font-size: var(--body--h1-Font-Size); color: white; width: 100%; max-width: 1200px; margin-top: 100px; margin: 0px auto;}
.section-heading {display: flex; justify-content: space-between; padding: 0px 130px;    max-width: 1300px; margin: 20px auto;}
.section-head-left h3 {font-size: 16px;    color: #00D1D1; width: 100%; max-width: 1200px; margin-top: 120px; margin: 0px auto; font-weight: 400;}
.trainer-box {margin-top: 169px;  background-color: rgba(0,0,0,0.1); color: #fff; display: flex; flex-direction: column; align-items: center; padding: 20px; width: 500px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);    text-align: center; border-radius: 30px;}
.trainer-img-1 {z-index: 10000; position: absolute; max-width: 370px; top: 0px;}
.trainer-image {z-index: 102000; position: absolute; max-width: 392px; top: 20px;}
.trainer-image2 {z-index: 102000; position: absolute; max-width: 392px; top: 20px;}
.trainer-heading {background-color: #00D1D1; color: white; text-transform: uppercase; padding: 10px; width: 100%; margin-top: 115px; margin-bottom: 20px; border-radius: 15px;}
.trainer-heading2 {background-color: #00D1D1; color: white; text-transform: uppercase; padding: 10px; width: 100%; margin-top: 115px; margin-bottom: 20px; border-radius: 15px;}
.trainer-description {margin-bottom: 10px;}
.trainer-icons {display: flex; justify-content: center; gap: 10px; margin-top: 20px;}
.trainer-icons-2 {display: flex; justify-content: center; gap: 10px; margin-top: 20px;}
.trainer-description {line-height: 20px; text-align: left; padding:0px 40px 0px; }
.trainer-images {display: flex; justify-content: center; gap: 10px; margin-top: 20px;}
.trainer-images-2 {display: flex; justify-content: center; gap: 10px; margin-top: 50px;}
.trainer-icon {width: 45px; height: 45px;}
.trainer-icon-2 {width: 45px; height: 45px;}
/* Responsive styles */
@media (max-width: 910px) {
    .trainer-box { width: 100%;    }
    .section-heading {
        margin-top: 80px; padding: 0px 0px; display: flex; flex-direction: column;    }
    .section-head-left { width: 90%;    }
    .section-head-right { width: 100%; text-align: left; padding: 20px 30px;    }
    .section-head-left h1 { font-size: var(--body--h1-Font-Size); color: white; width: 100%; padding: 0px 30px; max-width: 1200px; margin-top: 100px; margin: 0px auto;    }
    .section-head-left h3 {font-size: 20px; width: 100%; padding: 0px 30px; max-width: 1200px; margin-top: 120px; margin: 0px auto; font-weight: 400;    }
   .trainer-image {z-index: 102000; position: absolute; max-width: 310px; top: 888px;   }
   .trainer-image2 {z-index: 102000; position: absolute; max-width: 310px; top: 810px;   }
    .trainer-img-1 {z-index: 10000; position: absolute; max-width: 290px; top: 30px;    }
    .trainer-box {margin-top: 129px; background-color: #002121; color: #fff; display: flex; flex-direction: column; align-items: center; padding: 20px; width: 500px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); text-align: center;    }
	.trainer-description {line-height: 20px; text-align: left; padding:0px; }

   .trainer-heading {background-color: #00D1D1; color: white; padding: 10px; width: 100%; font-size: 18px; margin-top: 106px; margin-bottom: 23px;  z-index: 9999999;   }
   .trainer-heading2 {background-color: #00D1D1; color: white; padding: 10px; width: 100%; font-size: 18px; margin-top: 90px; margin-bottom: 8px;  z-index: 9999999;   }
    .trainer-description {margin-bottom: 10px;    }
    .trainer-icons {display: flex;justify-content: center; gap: 10px; margin-top: 20px;    }
    .trainer-icons-2 {display: flex; justify-content: center; gap: 10px; margin-top: 20px;    }
    .trainer-description {line-height: 21px; font-size: 16px;    }
    .trainer-images {display: flex; justify-content: center; gap: 10px; margin-top: 20px;    }
    .trainer-images-2 {display: flex; justify-content: center; gap: 10px; margin-top: 50px;    }
    .trainer-icon {width: 45px; height: 45px;    }
    .trainer-icon-2 {width: 45px; height: 45px;    }

}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*trainers section2 *************************************************************/

.trainers-section2 {display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; padding: 20px; position: relative;}
.trainers-section2 .section-head-left {width: 50%;}
.trainers-section2 .section-head-right {width: 40%; text-align: right; color: white;}
.trainers-section2 .section-head-left h1 {font-size: var(--body--h1-Font-Size); color: white; width: 100%; max-width: 1200px; margin-top: 100px; margin: 0px auto;}
.trainers-section2 .section-heading {display: flex; justify-content: space-between; padding: 0px 130px;    max-width: 1300px; margin: 20px auto;}
.trainers-section2 .section-head-left h3 {font-size: 16px;    color: #00D1D1; width: 100%; max-width: 1200px; margin-top: 120px; margin: 0px auto; font-weight: 400;}
.trainer2-box {margin-top: 169px;  background-color: rgba(0,0,0,0.1); color: #fff; display: flex; flex-direction: column; align-items: center; padding: 20px; width: 500px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);    text-align: center; border-radius: 30px;}
.trainer2-img-1 {z-index: 10000; position: absolute; max-width: 370px; top: 0px;}
.trainer2-image {z-index: 102000; position: absolute; max-width: 392px; top: 20px;}
.trainer2-image2 {z-index: 102000; position: absolute; max-width: 392px; top: 2px;}

.trainer2-heading {background-color: #00D1D1; color: white; text-transform: uppercase; padding: 10px; width: 100%; margin-top: 115px; margin-bottom: 20px; border-radius: 15px; z-index: 9999999;}
.trainer2-heading2 {background-color: #00D1D1; color: white; padding: 10px; width: 100%; margin-top: 115px; margin-bottom: 18px; border-radius: 15px;  z-index: 9999999;   }
.trainer2-description {margin-bottom: 10px;}
.trainer2-icons {display: flex; justify-content: center; gap: 10px; margin-top: 20px;}
.trainer2-icons-2 {display: flex; justify-content: center; gap: 10px; margin-top: 20px;}
.trainer2-description {line-height: 20px; text-align: left; padding:0px 40px 0px;}
.trainer2-images {display: flex; justify-content: center; gap: 10px; margin-top: 20px;}
.trainer2-images-2 {display: flex; justify-content: center; gap: 10px; margin-top: 50px;}
.trainer2-icon {width: 45px; height: 45px;}
.trainer2-icon-2 {width: 45px; height: 45px;}
/* Responsive styles */
@media (max-width: 910px) {
    .trainer2-box { width: 100%;    }
    .trainers-section2 .section-heading {
        margin-top: 80px; padding: 0px 0px; display: flex; flex-direction: column;    }
    .trainers-section2 .section-head-left { width: 90%;    }
    .trainers-section2 .section-head-right { width: 100%; text-align: left; padding: 20px 30px;    }
    .trainers-section2 .section-head-left h1 { font-size: var(--body--h1-Font-Size); color: white; width: 100%; padding: 0px 30px; max-width: 1200px; margin-top: 100px; margin: 0px auto;    }
    .trainers-section2 .section-head-left h3 {font-size: 20px; width: 100%; padding: 0px 30px; max-width: 1200px; margin-top: 120px; margin: 0px auto; font-weight: 400;    }
   .trainer2-image {z-index: 102000; position: absolute; max-width: 310px; top: 888px;   }
   .trainer2-image2 {z-index: 102000; position: absolute; max-width: 310px; top: 675px;   }
    .trainer2-img-1 {z-index: 10000; position: absolute; max-width: 290px; top: 30px;    }
    .trainer2-box {margin-top: 129px; background-color: #002121; color: #fff; display: flex; flex-direction: column; align-items: center; padding: 20px; width: 500px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); text-align: center;    }


.trainer2-description {line-height: 20px; text-align: left; padding:0px; }
   .trainer2-heading {background-color: #00D1D1; color: white; text-transform: uppercase; padding: 10px; width: 100%; font-size: 18px; margin-top: 94px;  /*margin-bottom: 150px;*/  z-index: 9999999;}
   .trainer2-heading2 {background-color: #00D1D1; color: white; text-transform: uppercase; padding: 10px; width: 100%; font-size: 18px; margin-top: 58px;  /*margin-bottom: 150px;*/  z-index: 9999999;}
    .trainer2-description {margin-bottom: 10px;    }
    .trainer2-icons {display: flex;justify-content: center; gap: 10px; margin-top: 20px;    }
    .trainer2-icons-2 {display: flex; justify-content: center; gap: 10px; margin-top: 20px;    }
    .trainer2-description {line-height: 21px; font-size: 16px;    }
    .trainer2-images {display: flex; justify-content: center; gap: 10px; margin-top: 20px;    }
    .trainer2-images-2 {display: flex; justify-content: center; gap: 10px; margin-top: 50px;    }
    .trainer2-icon {width: 45px; height: 45px;    }
    .trainer2-icon-2 {width: 45px; height: 45px;    }

}

 
 
 
/* section: 4 Items ***********************************************************************************/
#section-fouritems { padding-top: 275px; /*padding-bottom: 140px;*/ margin-top:-280px; }
#section-fouritems:before { content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.3; }
#section-fouritems .container {position: relative; z-index: 2; }
.fouritems-wrapper {display: flex; justify-content: center; }
.fouritems-wrapper > div {margin: 0 30px; width: calc(30% - 60px);}
.fouritems-wrapper a img {transition: all 0.2s linear; }
.fouritems-wrapper a:hover img {box-shadow: 0 0 20px rgba(255,255,255,0.7); }

.fouritems-box {
        margin-top: 129px;
        background-color: #002121;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        width: 500px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        text-align: center;
    }
	
	

@media only screen and (max-width: 1199px) {
  .fouritems-wrapper > div {margin: 0 20px; width: calc(30% - 40px);}
}
@media only screen and (max-width: 1023px) {
  .fouritems-wrapper > div {margin: 0 15px; width: calc(33% - 30px);}
}
@media only screen and (max-width: 767px) {
  #section-fouritems { padding-top: 0; /*padding-bottom: 50px; */margin-top:0; }
  .fouritems-wrapper {flex-direction: column;}
  .fouritems-wrapper > div {margin: 0 auto 25px auto; width: 300px;}
}
@media only screen and (max-width: 479px) {
  .fouritems-wrapper > div { width: 250px;}
}



/* modal *********************************************************************************************/
.modal {
  display: none; position: fixed; z-index: 9999; padding-top: 100px; 
  left: 0;top: 0; width: 100%; height: 100%; 
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.75); /*transition: all .15s linear;*/
}

.modal-content { background-color: #fefefe; margin: auto; padding: 20px; border: 1px solid #888; width: 80%;}

.modal-close {color: #aaaaaa; float: right; font-size: 28px; font-weight: bold;}
.modal-close:hover,
.modal-close:focus {color: #000; text-decoration: none; cursor: pointer;}

.read-more {cursor: pointer;}






/* section: contact ***********************************************************************************/
#section-contact {margin-bottom: 100px;}
.contact-wrapper { margin: auto; text-align: center; background-color: #6b8fb9; color:#fff; width: 700px; border-radius: 20px; padding: 30px;}
.contact-wrapper p:first-child {margin-top: 0; margin-bottom: 30px;}
.contact-wrapper form {}
.contact-wrapper form > div {display: flex; align-items: center; justify-content: center; margin-bottom: 15px;}
.contact-wrapper form label {font-weight:500; font-size: 17px; width: 120px; text-align: left;}
.contact-wrapper form input[type=text],
.contact-wrapper form select {padding: 10px; font-size: 17px; width: 300px; border-radius: 0; border:none; color:#000; }
.contact-wrapper form button[type=submit] {font-size: 17px; margin-top: 20px;}
.contact-wrapper form button[type=submit]:hover {color:#000; background-color: #fff;}

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
  #section-contact {margin-bottom: 80px;}
  .contact-wrapper { width: 500px; }
}
@media only screen and (max-width: 767px) {
  #section-contact {margin-bottom: 60px;}
  .contact-wrapper { width: 90%; }
  .contact-wrapper form label {width: 100px;}
  .contact-wrapper form input[type=text],
  .contact-wrapper form select {width: 320px;}
}
@media only screen and (max-width: 479px) {
  #section-contact {margin-bottom: 40px;}
  .contact-wrapper {width: 100%; border-radius: 15px; padding: 20px;}
  .contact-wrapper form > div  {flex-wrap: wrap;}
  .contact-wrapper form label {width: 100%;}
  .contact-wrapper form input[type=text],
  .contact-wrapper form select {width: 100%;}
}



/*xxxxxxxxxxxx  whatsapp button xxxxxxxxxxxxxxxxxx*/

#nta-wa-gdpr {
  vertical-align: text-top !important;
  padding: 0 !important;
  margin: 0 !important;
}
.nta-wa-gdpr {
  font-size: 11px;
  padding: 5px;
  margin-left: -5px;
  margin-right: -5px;
  border-radius: 4px;
}
.nta-wa-gdpr a {
  text-decoration: underline;
  color: inherit;
}
.pointer-disable {
  pointer-events: none;
}
.nta-woo-products-button:before,
.nta-woo-products-button:after {
  content: "";
  display: block;
  clear: both;
}
.wa__button {
  border-bottom: none !important;
}
.wa__btn_w_img:hover {
  text-decoration: none;
}
.wa__button,
.wa__btn_popup,
.wa__button *,
.wa__btn_popup *,
.wa__btn_popup :before,
.wa__button :before,
.wa__button :after,
.wa__btn_popup :after,
.wa__popup_chat_box,
.wa__popup_chat_box *,
.wa__popup_chat_box :before,
.wa__popup_chat_box :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wa__button {
  position: absolute;
  width: 300px;
  min-height: 64px;
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.09);
  -moz-box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.09);
  box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.09);
}
.wa__btn_txt {
  display: inline-block;
  font-size: 12px;
  line-height: 1.33em;
}
.wa__btn_w_icon .wa__btn_txt {
  padding: 16px 20px 15px 71px;
}
.wa__button_text_only .wa__btn_txt,
.wa__r_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt,
.wa__sq_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt {
  padding-top: 25px;
  padding-bottom: 24px;
}
.wa__btn_w_icon .wa__btn_txt .wa__btn_title {
  padding-left: 2px;
  font-size: 14px;
}
.wa__cs_info {
  margin-bottom: 2px;
}
.wa__btn_status {
  color: #f5a623;
  font-size: 9px;
  padding: 2px 0 0;
  font-weight: 700;
}
.wa__cs_info .wa__cs_name,
.wa__cs_info .wa__cs_status {
  display: inline-block;
}
.wa__cs_info .wa__cs_name {
  font-size: 12px;
  line-height: 1.36em;
}
.wa__stt_online .wa__cs_info .wa__cs_name {
  color: #d5f0d9;
}
.wa__stt_offline .wa__cs_info .wa__cs_name {
  color: #76787d;
}
.wa__cs_info .wa__cs_status {
  width: 36px;
  height: 14px;
  margin-left: 3px;
  padding: 1px;
  font-size: 9px;
  line-height: 1.34em;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.98);
  position: relative;
  top: -1px;
  left: 0px;
  text-align: center;
}
.wa__stt_online .wa__cs_info .wa__cs_status {
  background: #62c971;
}
.wa__stt_offline .wa__cs_info .wa__cs_status {
  background: #b9bbbe;
}
.wa__stt_online {
  background: #2db742;
  cursor: pointer;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  backface-visibility: hidden;
  will-change: transform;
}
.wa__stt_online .wa__btn_txt {
  position: relative;
  z-index: 4;
}
.wa__r_button.wa__stt_online:before {
  border-radius: 50vh;
}
.wa__sq_button.wa__stt_online:before {
  border-radius: 5px;
}
.wa__stt_online:before {
  content: "";
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  will-change: opacity;
}
.wa__button.wa__stt_online:focus,
.wa__button.wa__stt_online:active,
.wa__button.wa__stt_online:hover {
  box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.19);
  -webkit-transform: translate(0, -3px);
  -moz-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
.wa__button.wa__stt_online:focus:before,
.wa__button.wa__stt_online:active:before,
.wa__button.wa__stt_online:hover:before {
  opacity: 1;
}
.wa__stt_online.wa__btn_w_icon .wa__btn_icon img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.wa__stt_offline {
  background: #ebedf0;
  color: #595b60;
  box-shadow: none;
  cursor: initial;
}
.wa__stt_offline.wa__btn_w_icon .wa__btn_txt {
  padding: 8px 20px 6px 71px;
}
.wa__stt_offline.wa__r_button.wa__btn_w_img .wa__btn_txt {
  padding: 8px 20px 8px 100px;
}
.wa__stt_offline.wa__sq_button.wa__btn_w_img .wa__btn_txt {
  padding: 8px 20px 8px 70px;
}
.wa__btn_w_icon .wa__btn_icon {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.wa__btn_w_icon .wa__btn_icon img {
  width: 41px;
  height: 69px;
}
.wa__btn_w_img {
  position: relative;
  width: 300px;
  margin: 20px 0 20px;
}
.wa__btn_w_img .wa__cs_img {
  position: absolute;
  top: 50%;
  left: 0px;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.wa__cs_img_wrap {
  width: 56px;
  height: 56px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #000;
  position: relative;
  overflow: hidden;
}
.wa__btn_w_img .wa__cs_img img {
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.2s ease transform;
  -moz-transition: 0.2s ease transform;
  transition: 0.2s ease transform;
}
.wa__btn_w_img .wa__cs_img:after {
  content: "";
  background: #fff
    url("wa.png") center center
    no-repeat;
  background-size: 21px;
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 20px;
  right: -14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
  -moz-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
  box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
}
.wa__stt_offline.wa__btn_w_img .wa__cs_img:after {
  content: "";
  background: #fff
    url("wa.png") center center
    no-repeat;
  background-size: 21px;
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 20px;
  right: -14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
  -moz-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
  box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
}
.wa__btn_w_img .wa__btn_txt {
  padding: 14px 20px 12px 103px;
}
.wa__r_button {
  border-radius: 50vh;
}
.wa__sq_button {
  border-radius: 5px;
}
.wa__sq_button.wa__btn_w_img {
  width: 270px;
  margin-left: 30px;
}
.wa__r_button.wa__btn_w_img .wa__cs_img {
  left: -5px;
}
.wa__sq_button.wa__btn_w_img .wa__cs_img {
  left: -35px;
}
.wa__sq_button.wa__btn_w_img .wa__btn_txt {
  padding: 10px 20px 10px 70px;
  display: table-cell;
  vertical-align: middle;
  height: 66px;
}
.wa__btn_txt .wa__btn_title {
}
.wa__r_button.wa__btn_w_img .wa__btn_txt {
  padding: 8px 20px 8px 100px;
  display: table-cell;
  vertical-align: middle;
  height: 66px;
}
.wa__r_button.wa__btn_w_img .wa__cs_info .wa__cs_status {
  margin-left: 3px;
}
.wa__popup_chat_box {
  position: fixed;
  bottom: 10rem;
  right: 5rem;
  width: 350px;
  max-width: calc(100% - 50px);
  border-radius: 1.5rem;
  webkit-box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: 1s ease all;
  -moz-transition: 1s ease all;
  transition: 1s ease all;
  will-change: transform, visibility, opacity;
  visibility: hidden;
  overflow: hidden;
  z-index: 9999;
  opacity: 0;
}
.wa__popup_chat_box:hover,
.wa__popup_chat_box:focus,
.wa__popup_chat_box:active {
  -webkit-box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, 0.23);
  -moz-box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, 0.23);
  box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, 0.23);
}
.wa__popup_chat_box.wa__active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}
.wa__popup_chat_box .wa__popup_heading {
  position: relative;
  padding: 15px 43px 17px 74px;
  color: #fff;
  background: rgb(86, 166, 30);
  background: -moz-linear-gradient(
    0deg,
    rgba(86, 166, 30, 1) 0%,
    rgba(105, 202, 59, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(86, 166, 30, 1) 0%,
    rgba(105, 202, 59, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(5, 185, 100, 1) 0%,
    rgba(1, 149, 140, 1) 100%
  );
}
.wa__popup_chat_box .wa__popup_heading_sm {
  padding: 12px 15px 17px 74px;
}
.wa__popup_chat_box .wa__popup_heading:before {
  content: "";
  background: url("wa.png")
    center top no-repeat;
  background-size: 33px;
  filter: invert(1) grayscale(100%) brightness(2);
  display: block;
  width: 55px;
  height: 33px;
  position: absolute;
  top: 20px;
  left: 12px;
}
.wa__popup_chat_box .wa__popup_heading_sm:before {
  top: 19px;
  left: 11px;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_title {
  padding-top: 2px;
  padding-bottom: 3;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro {
  padding-top: 4px;
  font-size: 12px;
  line-height: 20px;
}
.wa__popup_chat_box .wa__popup_heading_sm .wa__popup_intro {
  padding-top: 0px;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:hover,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:focus,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:active {
  text-decoration: underline;
}
.wa__popup_chat_box .wa__popup_notice {
  font-size: 12px;
  font-weight: 500;
  padding: 0 3px;
  color: #606060;
}
.wa__popup_chat_box .wa__popup_content {
  background: #fff;
  padding: 13px 20px 21px 19px;
  text-align: center;
}
.wa__popup_chat_box .wa__popup_content_left {
  text-align: left;
}
.wa__popup_chat_box .wa__popup_avatar {
  position: absolute;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 10px;
  top: 9px;
}
.wa__popup_chat_box .wa__popup_avatar.nta-default-avt {
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  border-radius: unset;
}
.wa__popup_chat_box .wa__stt {
  padding: 13px 40px 12px 74px;
  position: relative;
  text-decoration: none;
  display: table;
  width: 100%;
  background: #f5f7f9;
  border-radius: 7px;
}
.wa__popup_chat_box .wa__stt:after {
  content: "";
  background: url("wa.png") 0 0
    no-repeat;
  position: absolute;
  right: 14px;
  top: 26px;
  width: 20px;
  height: 20px;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.wa__popup_chat_box .wa__stt.wa__stt_offline:after {
  background-image: url("wa.png");
}
.wa__popup_chat_box .wa__stt.wa__stt_online {
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.wa__popup_chat_box .wa__stt.wa__stt_online:hover,
.wa__popup_chat_box .wa__stt.wa__stt_online:active,
.wa__popup_chat_box .wa__stt.wa__stt_online:focus {
  background: #fff;
  -webkit-box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, 0.07);
  -moz-box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, 0.07);
  box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, 0.07);
}
.wa__popup_content_list .wa__popup_content_item {
  margin: 14px 0 0;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  transform: translate(0, 20px);
  will-change: opacity, transform;
  opacity: 0;
}
.wa__popup_chat_box.wa__pending
  .wa__popup_content_list
  .wa__popup_content_item {
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  -webkit-transition-delay: 2.1s;
  -moz-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
.wa__popup_chat_box.wa__pending
  .wa__popup_content_list
  .wa__popup_content_item:nth-child(1) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.wa__popup_chat_box.wa__pending
  .wa__popup_content_list
  .wa__popup_content_item:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.wa__popup_chat_box.wa__pending
  .wa__popup_content_list
  .wa__popup_content_item:nth-child(3) {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_name {
  font-size: 16px;
  color: #363c47;
  line-height: 1.188em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_duty {
  font-size: 12px;
  color: #333;
  padding: 2px 0 0;
  line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_status {
  color: #f5a623;
  font-size: 10px;
  padding: 5px 0 0;
  line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__popup_txt {
  display: table-cell;
  vertical-align: middle;
  min-height: 48px;
  height: 48px;
}
.wa__popup_content_list .wa__popup_content_item .wa__stt_offline {
  border-left-color: #c0c5ca;
}
.wa__popup_avt_list {
  font-size: 0;
  margin: 7px 0 24px;
}
.wa__popup_avt_list .wa__popup_avt_item {
  display: inline-block;
  position: relative;
  width: 46px;
}
.wa__popup_avt_list .wa__popup_avt_img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
  left: -7px;
}
.wa__popup_call_btn {
  background: #2db742;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 275px;
  max-width: 100%;
  font-size: 16px;
  padding: 14px 10px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  margin: 25px 0 15px;
  -webkit-box-shadow: 0px 8px 17px 2px rgba(13, 15, 18, 0.2);
  -moz-box-shadow: 0px 8px 17px 2px rgba(13, 15, 18, 0.2);
  box-shadow: 0px 8px 17px 2px rgba(13, 15, 18, 0.2);
}
.wa__popup_call_btn.wa__popup_call_btn_lg:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  background: url("wa.png") 0 0
    no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  vertical-align: top;
  top: 0px;
  margin-right: -19px;
  left: -31px;
  -webkit-transition: 0.2s ease background-image;
  -moz-transition: 0.2s ease background-image;
  transition: 0.2s ease background-image;
}
.wa__popup_call_btn.wa__popup_call_btn_lg:hover:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:focus:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:active:before {
  background-image: url("wa.png");
}
.wa__popup_chat_box_gray {
  border-radius: 2px 2px 8px 8px;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray {
  background: #f8f8f8;
  border-top: 3px solid #2db742;
  color: #868c9a;
  font-weight: 500;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_title {
  color: #595b60;
}

.wa__popup_chat_box_gray .wa__popup_heading_gray:before {
  content: "";
  background: url("wa.png")
    center top no-repeat;
  background-size: 33px;
  display: block;
  width: 55px;
  height: 33px;
  position: absolute;
  top: 20px;
  left: 12px;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_intro a {
  color: #595b60;
}
.wa__popup_chat_box_ct {
  width: 384px;
  text-align: center;
}
.wa__popup_chat_box_ct .wa__popup_heading_ct {
  text-align: center;
  padding: 18px 0 18px;
}
.wa__popup_chat_box_ct .wa__popup_heading_ct:before {
  content: "";
  background: url("wa.png")
    center top no-repeat;
  background-size: 30px;
  display: block;
  width: 30px;
  height: 31px;
  position: absolute;
  top: 15px;
  left: 72px;
}
.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_title {
  padding-left: 22px;
  padding-bottom: 14px;
}
.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_intro {
  margin-top: -5px;
  line-height: 12px;
}
.wa__popup_chat_box_ct .wa__popup_ct_avt_list:after {
  content: "";
  clear: both;
  display: block;
}
.wa__popup_chat_box_ct .wa__popup_ct_content {
  background: #fff;
  padding: 0 0 14px;
}
.wa__popup_chat_box_ct .wa__popup_ct_content .wa__popup_notice {
  padding-top: 18px;
  padding-bottom: 15px;
}
.wa__popup_chat_box_ct .wa__popup_ct_content_item {
  width: 33%;
  float: left;
  font-size: 10px;
}
.wa__popup_chat_box_ct .wa__popup_ct_content_item a {
  text-decoration: none;
  color: #989b9f;
}
.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__popup_ct_txt {
  padding-top: 8px;
}
.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_name {
  color: #363c47;
  font-size: 13px;
}
.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_duty {
  color: #989b9f;
  padding: 3px 0 0;
}
.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_online {
  color: #2db742;
  font-size: 9px;
  line-height: 12px;
  display: inline-block;
  padding: 3px 0 0 16px;
  background: url("wa.png") 0
    3px no-repeat;
  background-size: 12px auto;
  -webkit-background-size: 12px auto;
  -moz-background-size: 12px auto;
}
.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_offline {
  color: #f5a623;
  font-size: 9px;
  line-height: 12px;
  padding: 2px 0 0;
}
.wa__popup_chat_box_ct .wa__popup_ct_avatar img {
  border-radius: 50%;
}
.wa__popup_chat_box_ct .wa__popup_ct_call_btn {
  width: 97px;
  font-size: 11px;
  padding: 9px 10px 11px;
  margin: 15px 0 15px;
}
.wa__btn_popup {
  position: fixed;
  cursor: pointer;
  bottom: 3rem;
  right: 5rem;
  z-index: 9999;
}
.wa__btn_popup .wa__btn_popup_icon {
  width: 56px;
  height: 56px;
  background: rgb(86, 166, 30);
  background: -moz-linear-gradient(
    0deg,
    rgba(86, 166, 30, 1) 0%,
    rgba(105, 202, 59, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(86, 166, 30, 1) 0%,
    rgba(105, 202, 59, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(86, 166, 30, 1) 0%,
    rgba(105, 202, 59, 1) 100%
  );
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  webkit-box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.05);
}
.wa__btn_popup .wa__btn_popup_icon:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent
    url("wa.png") center center
    no-repeat;
  background-size: 30px auto;
  -webkit-background-size: 30px auto;
  -moz-background-size: 30px auto;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  filter: invert(1) grayscale(100%) brightness(2);
}
.wa__btn_popup .wa__btn_popup_icon:after {
  content: "";
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent
    url("wa-close.png") center center
    no-repeat;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;



  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -webkit-transform: scale(0) rotate(-360deg);
  -moz-transform: scale(0) rotate(-360deg);
  -ms-transform: scale(0) rotate(-360deg);
  transform: scale(0) rotate(-360deg);
  filter: invert(1) grayscale(100%) brightness(2);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:before {
  opacity: 0;
  -webkit-transform: scale(0) rotate(360deg);
  -moz-transform: scale(0) rotate(360deg);
  -ms-transform: scale(0) rotate(360deg);
  transform: scale(0) rotate(360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.wa__btn_popup .wa__btn_popup_txt {
  position: absolute;
  width: 180px;
  right: 100%;
  background: rgb(86, 166, 30);
  background: -moz-linear-gradient(
    0deg,
    rgba(86, 166, 30, 1) 0%,
    rgba(105, 202, 59, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(86, 166, 30, 1) 0%,
    rgba(105, 202, 59, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(5, 185, 100, 1) 0%,
    rgba(1, 149, 140, 1) 100%
  );
  font-size: 14px;
  text-align: left;
  color: #fff;
  top: 0;
  padding: 12px 1rem 12px 1rem;
  margin-right: 15px;
  border-radius: 1.5rem;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  webkit-box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.05);
}
.wa__btn_popup .wa__btn_popup_txt span {
  display: block;
}
.wa__btn_popup.wa__active .wa__btn_popup_txt {
  -webkit-transform: translate(0, 15px);
  -moz-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  transform: translate(0, 15px);
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 479px) {
.wa__popup_chat_box .wa__popup_notice {
  font-size: 12px;
  font-weight: 500;
  padding: 0 3px;
  color: #606060;
}

.wa__popup_chat_box.wa__active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
  left:25px;
}
}

/*xxxxxxxxxxxx  whatsapp button xxxxxxxxxxxxxxxxxx*/