
@font-face {
    font-family: "kanit";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/kanit/Kanit-Light.ttf");
}
@font-face {
    font-family: "kanit";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/kanit/Kanit-Regular.ttf");
}
@font-face {
    font-family: "kanit";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/kanit/Kanit-Medium.ttf");
}
@font-face {
    font-family: "kanit";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/kanit/Kanit-SemiBold.ttf");
}
@font-face {
    font-family: "kanit";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/kanit/Kanit-Bold.ttf");
}
@font-face {
    font-family: "SILSophiaIPA Regular";
    font-style: normal;
    src: url("../fonts/SILSophiaIPA/SILSophiaIPA.ttf");
}

/*@font-face {
    font-family: "SILSophiaIPA Regular";
    font-style: normal;
    src: url("../fonts/SILSophiaIPARegular/SILSophiaIPARegular.ttf");
}*/
/*@font-face {
    font-family: "SILSophiaIPA Regular";
    src: url("../fonts/SILSophiaIPARegular/fb1d500a20eddef9ed997d0bf691a7b9.eot");
    src: url("../fonts/SILSophiaIPARegular/fb1d500a20eddef9ed997d0bf691a7b9.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SILSophiaIPARegular/fb1d500a20eddef9ed997d0bf691a7b9.woff2")format("woff2"),
    url("../fonts/SILSophiaIPARegular/fb1d500a20eddef9ed997d0bf691a7b9.woff")format("woff"),
    url("../fonts/SILSophiaIPARegular/fb1d500a20eddef9ed997d0bf691a7b9.ttf")format("truetype"),
    url("../fonts/SILSophiaIPARegular/fb1d500a20eddef9ed997d0bf691a7b9.svg#SILSophiaIPA Regular")format("svg");
}*/
/*@font-face {
    font-family: "SILSophiaIPA Regular";
    src: url("https://db.onlinewebfonts.com/t/fb1d500a20eddef9ed997d0bf691a7b9.eot");
    src: url("https://db.onlinewebfonts.com/t/fb1d500a20eddef9ed997d0bf691a7b9.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/fb1d500a20eddef9ed997d0bf691a7b9.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/fb1d500a20eddef9ed997d0bf691a7b9.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/fb1d500a20eddef9ed997d0bf691a7b9.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/fb1d500a20eddef9ed997d0bf691a7b9.svg#SILSophiaIPA Regular")format("svg");
}*/
/*
*/

.bg-blue{
    background-color: #00aaa4;
}
.text-primary{
    color: #00aaa4 !important;
}
.highlight {
    color: red !important;
}
#subtitlesReadAndSing span span.text-phonetic{
    color: #00aaa4;
}
#subtitlesReadAndSing span span.text-tahoma{
    color: #000000;
}
.text-blue-green{
    color: #00aaa4;
}
.text-black-2{
    color: #000000;
}
.border-primary{
    border-color: #00aaa4 !important;
}
.btn:active {
    border: none;
}
.btn-readmore {
    line-height: 1.65;
}
.btn-readmore svg {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-readmore:hover {
    color: #fff;
}
.btn-readmore:hover svg {
    transform: translateX(5px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-readmore:hover svg path {
    fill: #fff;
}
.btn-readmore:hover.btn-outline-white {
    color: #00e2dc;
}
.btn-readmore:hover.btn-outline-white svg path {
    fill: #00e2dc;
}
@media (min-width: 1400px) {
    .btn-readmore {
        font-size: 1.125rem;
    }
}
.btn-loadmore {
    line-height: 1.5;
}
.btn-loadmore svg {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-loadmore:hover {
    color: #fff;
}
.btn-loadmore:hover svg {
    transform: rotate(360deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-loadmore:hover svg path {
    fill: #fff;
}
@media (min-width: 1400px) {
    .btn-loadmore {
        font-size: 1.125rem;
    }
}
.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    border: none;
}
.btn.nav-link.active{
    border: 2px solid #00aaa4;
}
.bg-lightGrey2 {
    background-color: #eeeeee !important;
}
.bg-grey {
    background-color: #fafafa !important;
}
.bg-lightBlue {
    background-color: #f8fbff !important;
}
.bg-light-blue2 {
    background-color: var(--bs-light-blue);
}
.bg-primary-overlay {
    overflow: hidden;
}
.bg-primary-overlay:before {
    content: "";
    display: block;
    background: linear-gradient(278.56deg, #014077 -0.2%, #00aaa4 100%);
    opacity: 0.8;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}
.bg-lightBlue-gradient {
    background: linear-gradient(to top, #e2eefa 12.82%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 1200px) {
    .bg-lightBlue-gradient {
        background: linear-gradient(to top, #e2eefa 50.82%, rgba(255, 255, 255, 0) 100%);
    }
}
.offcanvas {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    max-width: 90% !important;
}
.offcanvas .menu-mobile__link {
    padding: 10px 20px;
    font-size: 1.125rem;
    color: #00e2dc;
    border-radius: 40px;
    border: 1px solid #00e2dc;
    margin-bottom: 15px;
}
.offcanvas .menu-mobile__sub .menu-mobile__link {
    border: 1px solid #ffc107;
}
.offcanvas .menu-mobile__link.is-active {
/*    background: rgba(226, 238, 250, 0.65);*/
    background-color: #ffc107;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    color: #ffffff;
}
.offcanvas .menu-mobile__link.is-active a {
    font-weight: 600;
}
.offcanvas .menu-mobile__link.is-parent {
    display: flex;
    align-items: center;
}
.offcanvas .menu-mobile__link.is-parent a {
    width: calc(100% - 20px);
}
.offcanvas .menu-mobile__link.is-parent > .btn {
    width: 20px;
    border: 0;
    padding: 0;
}
.offcanvas .menu-mobile__link.is-open .menu-mobile__arrow {
    transform: rotate(180deg);
}
.offcanvas .menu-mobile__link.is-open + .menu-mobile__sub {
    max-height: 100%;
    opacity: 1;
    height: 100%;
}
.offcanvas .menu-mobile__sub {
    padding: 0 20px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition-duration: 0.15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.offcanvas .menu-mobile__sub .product_group {
    grid-gap: 1px;
    background-color: #eee;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 1px;
}
.offcanvas .menu-mobile__sub .product_group li {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.5;
}
.offcanvas .menu-mobile__sub .product_group li .image {
    padding-bottom: 35%;
}
.offcanvas .menu-mobile__sub .product_group li .image img {
    max-width: 90px;
}
.offcanvas .menu-mobile__sub .product_group li.active {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1;
}
.offcanvas .menu-mobile__sub ul li .menu-mobile__link {
    padding: 10px 20px;
}
.offcanvas .menu-mobile__sub ul li .menu-mobile__link a.is-active {
    color: var(--bs-yellow);
}
.offcanvas .language-switcher a {
    font-size: 1.125rem;
}
.offcanvas .language-switcher a.active {
    color: #00e2dc;
    font-weight: 600;
}
.offcanvas .language-switcher__divider {
    background-color: #00e2dc;
    width: 2px;
    height: 20px;
    margin: 0 0.75rem;
}
@media (min-width: 1200px) {
    .offcanvas-backdrop {
        display: none !important;
    }
}
.image.pb-45 {
    padding-bottom: 45%;
}
.image.pb-50 {
    padding-bottom: 50%;
}
.image.pb-60 {
    padding-bottom: 60%;
}
.image.pb-70 {
    padding-bottom: 70%;
}
.image.pb-80 {
    padding-bottom: 80%;
}
.image.pb-100 {
    padding-bottom: 100%;
}
.hero-banner .banner__slide {
    padding-bottom: 500px;
}
@media (min-width: 1200px) {
    .hero-banner .banner__slide {
        padding-bottom: 700px;
    }
}
.hero-banner .banner__slide:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(98.44deg, rgba(5, 84, 159, 0.5) 28.67%, rgba(5, 84, 159, 0.3) 100%);
}
.hero-banner .splide__pagination {
    position: absolute;
    bottom: 1.5rem;
}
.banner {
    padding-bottom: 350px;
}
.banner:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(98.44deg, rgba(5, 84, 159, 0.5) 28.67%, rgba(5, 84, 159, 0.3) 100%);
}
.card-product .product-logo {
    width: auto;
    max-height: 32px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.card:hover .card-body h4.text-dark-grey {
    color: #00e2dc !important;
}
.card:hover .card-body .text-hover-red {
    color: var(--bs-yellow) !important;
}
.splide__container {
    margin-right: calc(-1.5rem * 0.5);
    margin-left: calc(-1.5rem * 0.5);
}
.splide__container .splide__track {
    padding-left: calc(1.5rem * 0.5) !important;
}
.splide__pagination {
    position: relative;
}
.splide__pagination__page {
    width: 50px;
    border-radius: 4px;
    height: 4px;
    background-color: rgba(5, 84, 159, 0.3);
    opacity: 1;
    margin-top: 2rem;
}
.splide__pagination__page.is-active {
    transform: scale(1);
    background-color: #00aaa4;
}
.splide__pagination.--red .splide__pagination__page {
    background-color: rgba(237, 28, 36, 0.3);
}
.splide__pagination.--red .splide__pagination__page.is-active {
    background-color: #ffd44f;
}
.splide__pagination.--white .splide__pagination__page {
    background-color: rgba(255, 255, 255, 0.3);
}
.splide__pagination.--white .splide__pagination__page.is-active {
    background-color: #fff;
}
.splide__arrow {
    background: #fff;
    width: 2.5rem;
    height: 2.5rem;
    opacity: 1;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.05);
}
.splide__arrow--prev {
    left: -0.75em;
}
.splide__arrow--next {
    right: -1.5em;
}
input.form-control {
    height: 42px;
    padding-left: 2rem;
    padding-right: 2rem;
}
input.form-control::placeholder {
    font-weight: 300;
    color: #cecece;
}
.nav-tabs .nav-item .nav-link.active {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    --webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
.tab-content {
    color: var(--bs-grey);
    font-weight: 300;
}
.tab-content h1,
.tab-content .h1,
.tab-content h2,
.tab-content .h2,
.tab-content h3,
.tab-content .h3,
.tab-content h4,
.tab-content .h4,
.tab-content h5,
.tab-content .h5,
.tab-content h6,
.tab-content .h6 {
    color: #00e2dc;
    font-weight: 600;
}
.product-group .splide__slide:hover {
    transform: translateY(-10px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.product-group .splide__slide:hover a .card-product {
    border-color: var(--bs-yellow) !important;
}
@media (min-width: 1200px) {
    .product-group .splide__arrow--prev {
        left: -4em;
    }
    .product-group .splide__arrow--next {
        right: -4em;
    }
}
.product-certificate {
    max-width: 100%;
}
@media (min-width: 768px) {
    .product-certificate {
        max-width: 600px;
    }
    .product-certificate .splide__arrows .splide__arrow--prev {
        left: -2.5rem;
    }
    .product-certificate .splide__arrows .splide__arrow--next {
        right: -3.5rem;
    }
}
.product-list {
    list-style-type: none;
    border-radius: 2rem;
}
.product-group h5 {
    border-bottom: 2px solid #fff;
}
.product-group ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.product-group ul li .product__link {
    display: flex;
    padding: 0.5rem 0 0.5rem 1.5rem;
    background: rgba(226, 238, 250, 0.65);
    border-bottom: 2px solid #fff;
    color: #00e2dc;
    cursor: pointer;
}
.product-group ul li .product__link:hover {
    color: var(--bs-yellow);
}
.product-group ul li .product__link .name {
    font-weight: 600;
    width: calc(100% - 2.5rem);
}
.product-group ul li .product__link.is-open .name {
    color: var(--bs-yellow);
}
.product-group ul li .product__link.is-open .btn svg {
    transform: rotate(180deg);
}
.product-group ul ul.sub-group {
    display: none;
}
.product-group ul ul.sub-group li .product__link {
    background: rgba(226, 238, 250, 0.5);
    font-weight: 300;
    color: #00e2dc;
    padding-left: 2.5rem;
}
.product-pagination #curr_page {
    width: 2rem;
    padding: 0;
    text-align: center;
}
.header {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header .logo {
    width: 200px;
}
@media (min-width: 768px) {
    .header .logo {
        width: 250px;
    }
}
.header .hamburger {
    height: 19px;
}
.header .hamburger:before,
.header .hamburger:after,
.header .hamburger span {
    display: block;
    width: 26px;
    height: 3px;
    background-color: #00e2dc;
    border-radius: 10px;
}
.header .hamburger:before {
    content: "";
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}
.header .hamburger span {
    transition: transform 0.2s ease-in-out;
}
.header .hamburger:after {
    content: "";
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}
@media (min-width: 1200px) {
    .header {
        height: 100px;
    }
    .header .container {
        max-width: 98%;
    }
    .header .menu-desktop > li {
        padding: 0.35rem 0.5rem;
        display: flex;
        align-items: center;
    }
}
@media screen and (min-width: 1200px) and (min-width: 1300px) {
    .header .menu-desktop > li {
        padding: 0.35rem 0.75rem;
        font-size: 1.125rem;
    }
}
@media screen and (min-width: 1200px) and (min-width: 1600px) {
    .header .menu-desktop > li {
        padding: 0.35rem 0.875rem;
    }
}
@media (min-width: 1200px) {
    .header .menu-desktop > li svg {
        width: 12px;
    }
    .header .menu-desktop > li:hover a:after,
    .header .menu-desktop > li:hover a:before {
        opacity: 1 !important;
    }
    .header .menu-desktop > li:hover .submenu {
        display: block;
    }
    .header .menu-desktop > li > a {
        font-weight: 400;
        text-transform: uppercase;
        color: #00e2dc;
        height: 100px;
        align-items: center;
        display: flex;
        position: relative;
        cursor: pointer;
    }
    .header .menu-desktop > li > a:after {
        content: "";
        display: block;
        background-color: var(--bs-yellow);
        height: 4px;
        width: 100%;
        position: absolute;
        bottom: 0px;
        opacity: 0;
    }
    .header .menu-desktop > li > a.is-parent {
        justify-content: center;
    }
    .header .menu-desktop > li > a.is-parent::before {
        content: "";
        display: block;
        border-bottom: 0.4em solid var(--bs-yellow);
        border-right: 0.4em solid transparent;
        border-top: 0;
        border-left: 0.4em solid transparent;
        height: auto;
        width: auto;
        bottom: 4px;
        background-color: transparent;
        position: absolute;
        opacity: 0;
    }
    .header .menu-desktop > li > a.is-active:after {
        opacity: 1;
    }
    .header .menu-desktop > li .submenu {
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.05);
        border-radius: 0px 0px 8px 8px;
        white-space: nowrap;
        top: 101px;
        border-top: 5px solid var(--bs-yellow);
        display: none;
        padding-top: 15px;
        left: 50%;
        padding-left: 1rem;
        transform: translateX(-45%);
        z-index: 5;
    }

    .header .menu-desktop > li .submenu--lessons {
        left: 27%;
    }

    .header .menu-desktop > li .submenu--references {
        left: 66%;
    }

    .header .menu-desktop > li .submenu--product {
        transform: translateX(0);
    }
    .header .menu-desktop > li .submenu--product .product_group {
        width: 650px;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .header .menu-desktop > li .submenu--product .product_group .bg-white {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        opacity: 0.5;
    }
    .header .menu-desktop > li .submenu--product .product_group .bg-white:hover,
    .header .menu-desktop > li .submenu--product .product_group .bg-white.is-active {
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        opacity: 1;
    }
    .header .menu-desktop > li .submenu--product .product_group .image {
        padding-bottom: 35%;
    }
    .header .menu-desktop > li .submenu--product .product_group .image img {
        max-width: 80px;
    }
    .header .menu-desktop > li .submenu li {
        color: var(--bs-grey);
    }
    .header .menu-desktop > li .submenu li:has(> a.is-active)::marker,
    .header .menu-desktop > li .submenu li:has(> a:hover)::marker {
        color: var(--bs-yellow);
    }
    .header .menu-desktop > li .submenu li a.is-active {
        color: var(--bs-yellow);
    }
    .header .language-dropdown {
        padding: 0.35rem;
    }
    .header .language-dropdown .dropdown-toggle:after {
        display: none;
    }
    .header .language-dropdown .dropdown-menu {
        min-width: 80px;
    }
    .header .language-dropdown .dropdown-menu::before {
        content: "";
        display: block;
        border-bottom: 0.4em solid var(--bs-light-blue);
        border-right: 0.4em solid transparent;
        border-top: 0;
        border-left: 0.4em solid transparent;
        height: auto;
        width: auto;
        top: -6px;
        left: 50%;
        transform: translateX(-50%);
        background-color: transparent;
        position: absolute;
        opacity: 0;
    }
    .header .language-dropdown .dropdown-menu.show {
        transform: translate(9px, 44px) !important;
        position: absolute;
        inset: 0px auto auto 0px;
        margin: 0px;
    }
    .header .language-dropdown .dropdown-menu.show::before {
        opacity: 1;
    }
}
@media (min-width: 1400px) {
    .header .container {
        max-width: 1350px;
    }
    .header .container .logo {
        width: 270px;
    }
}
@media screen and (min-width: 1400px) and (min-width: 1600px) {
    .header .container {
        max-width: 1400px;
    }
}
.footer {
    color: var(--bs-gray-700);
    font-weight: 300;
    background-color: #fafafa;
    padding: 3.125rem 0;
    font-size: 1rem !important;
}
.footer__logo {
    max-width: 300px;
}
@media (min-width: 1200px) {
    .footer__logo {
        max-width: 100%;
    }
}
@media (min-width: 1400px) {
    .footer__logo {
        max-width: 100%;
    }
    .footer .container {
        max-width: 1300px;
    }
}
html {
    scroll-behavior: smooth;
}
body {
    position: relative;
    font-family: "kanit";
    overflow-x: hidden;
    font-weight: 300;
    box-sizing: border-box;
    font-size: 1rem;
    font-kerning: none;
    padding: 0;
}
@media (min-width: 1400px) {
    body {
        font-size: 1.125rem;
    }
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover,
a.is-active {
    color: var(--bs-yellow);
}
a.hover-underline:hover {
    text-decoration: underline;
}
.text-gradient-red {
    background: linear-gradient(278.55deg, #b81b20 0%, #ffd44f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.text-indent {
    text-indent: 2rem;
}
.text-dark-blue {
    color: #014077;
}
.text-phonetic{
    font-family: 'SILSophiaIPA Regular' !important;
}
.text-tahoma{
    font-family: 'tahoma' !important;
}
.padding-section {
    padding: 3.5rem 0 !important;
}
@media (min-width: 1200px) {
    .padding-section {
        padding: 5rem 0 !important;
    }
}
.col-left-padding {
    padding-right: calc(1.5rem * 0.5);
    padding-left: calc(1.5rem * 0.5);
}
@media (min-width: 576px) {
    .col-left-padding {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }

}
@media (min-width: 768px) {
    .col-left-padding {
        max-width: 720px;
    }

}

@media (min-width: 992px) {
    .col-left-padding {
        max-width: 100%;
        padding-left: calc((100% - (920px - 1.5rem)) / 2);
    }
}
@media (min-width: 1200px) {
    .col-left-padding {
        padding-left: calc((100% - (1200px - 1.5rem)) / 2);
    }
}
.mx-n3 {
    margin-left: -1rem;
    margin-right: -1rem;
}
.mw-90 {
    max-width: 90%;
}
.mh-80 {
    max-height: 80%;
}
.shadow-1 {
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.05);
}
.shadow-1:hover {
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.15);
}
.shadow-2 {
    box-shadow: 0px 7px 15px rgba(255, 0, 0, 0.1);
    --webkit-box-shadow: 0px 7px 15px rgba(255, 0, 0, 0.1);
}
.shadow-3 {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    --webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
.shadow-4 {
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.05);
}
.shadow-5 {
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.05);
}
.shadow-5:hover {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    --webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
.w-22 {
    width: 22px;
}
.w-32 {
    width: 32px;
}
.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.breadcrumb {
    font-size: 1rem !important;
}
.breadcrumb-item a {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #00e2dc;
}
.breadcrumb-item a svg {
    margin-right: 5px;
}
.breadcrumb-item a:hover {
    color: #044786;
}
.breadcrumb-item a:hover svg path {
    fill: #044786;
}
.breadcrumb-item:before {
    color: #00e2dc !important;
}
.main-content {
    padding: 2.5rem 0 5rem;
    background: linear-gradient(180deg, #fafafa 50.82%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 1200px) {
    .main-content {
        padding: 2rem 0 6rem;
    }
}
.blur {
    filter: blur(5px);
}
@media (min-width: 1200px) {
    .letter-spacing-xl-1 {
        letter-spacing: 1px;
    }
    .py-xl-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .fs-xl-18 {
        font-size: 1.125rem !important;
    }
    .fs-xl-20 {
        font-size: 1.25rem !important;
    }
    .fs-xl-30 {
        font-size: 1.875rem !important;
    }
}
/*form*/
.section-form .form .step , .section-form .form .step-exercise {
  pointer-events: none;
  display: none; }
  .section-form .form .step.active,.section-form .form .step-exercise.active {
    pointer-events: all;
    display: block; }

.ico-audio-guide-white span{
    margin-left: 25px;
}
.ico-audio-guide-white:before{
    content: '';
    background:url('../images/icon/audio-guide-white.png?v=1');
    background-size:cover;
        position:absolute;
    width:20px;
    height:20px;
    bottom: 12px;
    
}

/*.simp-playlist .simpSound:hover, .simpSound.simp-active {
    transform: translateY(-10px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}*/
.simp-playlist .simpSound:hover .card-product, .simp-active .border-primary {
    border-color: var(--bs-yellow) !important;
}
@media (max-width: 980px) {
    .simp-control{
        position: fixed;
        bottom: 0px;
    }
    
}
@media only screen and (max-width: 767px) {
  .rwd-table td span.sub-thai {
    margin-left: 150px;
  }

    .rwd-table.is-tone td:first-child:before {
      content: unset; !important;
      font-weight: 400 !important;
      width: 100% !important;
      display: inline-block;
      color: #000;
    }
    .rwd-table.is-tone td:before {
      content: unset; !important;
      font-weight: 400;
      width: 100% !important;
      display: inline-block;
      color: #000;
      text-align: right !important;
    }
    
}

.btn:disabled, .btn.disabled{
    color: #cecece !important;
    border-color: #cecece !important;
}
.color-gray{
    color: #999;
}
.fs-20px{
    font-size: 20px;
}
.fs-22px{
    font-size: 22px;
}
.fs-28px{
    font-size: 28px;
}
.fs-30px{
    font-size: 30px;
}
.fs-32px{
    font-size: 32px;
}
.fs-34px{
    font-size: 34px;
}
.fs-36px{
    font-size: 36px;
}
.fs-38px{
    font-size: 38px;
}
.fs-40px{
    font-size: 40px;
}
.fs-42px{
    font-size: 42px;
}
.lh-22px{
    line-height: 22px;
}
.step-exercise .form-check-input{
    width: 1.5em;
    height: 1.5em;
}
label.error{
    color: red;
}
hr.line{
    border-top: 1px dotted #a2a2a2;
}
.row div:last-child > hr{
    display: none;
}
td span.active,td.simp-active {
    font-size: 1.4rem;
/*    color: var(--bs-yellow);*/
}
/*Table*/
.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;

}

.rwd-table tr:first-child {
  border-top: none;
  background: #05aaa4;
  color: #fff;
}

.rwd-table tr {
  border-top: 0px solid #ddd;
  border-bottom: 0px solid #ddd;
  background-color: #f5f9fc;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #ebf3f9;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: 400;
  width: 150px;
  display: inline-block;
  color: #000;
}





.rwd-table th,
.rwd-table td {
  text-align: left;
  font-weight: 300;
}

.rwd-table {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}
@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }



}

.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid lightblue;
  border-right-color: orange;
  animation: l2 1s infinite linear;
}
@keyframes l2 {to{transform: rotate(1turn)}}


/* THE END OF THE IMPORTANT STUFF */


/*
    Don't look at this last part. It's unnecessary. I was just playing with pixel gradients... Don't judge.
*/
/*
@media screen and (max-width: 601px) {
  .rwd-table tr {
    background-image: -webkit-linear-gradient(left, #428bca 137px, #f5f9fc 1px, #f5f9fc 100%);
    background-image: -moz-linear-gradient(left, #428bca 137px, #f5f9fc 1px, #f5f9fc 100%);
    background-image: -o-linear-gradient(left, #428bca 137px, #f5f9fc 1px, #f5f9fc 100%);
    background-image: -ms-linear-gradient(left, #428bca 137px, #f5f9fc 1px, #f5f9fc 100%);
    background-image: linear-gradient(left, #428bca 137px, #f5f9fc 1px, #f5f9fc 100%);
  }
  .rwd-table tr:nth-child(odd) {
    background-image: -webkit-linear-gradient(left, #428bca 137px, #ebf3f9 1px, #ebf3f9 100%);
    background-image: -moz-linear-gradient(left, #428bca 137px, #ebf3f9 1px, #ebf3f9 100%);
    background-image: -o-linear-gradient(left, #428bca 137px, #ebf3f9 1px, #ebf3f9 100%);
    background-image: -ms-linear-gradient(left, #428bca 137px, #ebf3f9 1px, #ebf3f9 100%);
    background-image: linear-gradient(left, #428bca 137px, #ebf3f9 1px, #ebf3f9 100%);
  }
}*/
.single-audio{
    cursor: pointer;
}
.single-audio:hover{
    color: #00aaa4;
}

