/* Import Thai-safe fonts from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=K2D:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@300;400;600;700&display=swap');

/* Fix Thai Font Rendering - Combining Characters Issue */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga", "kern";
    word-spacing: 0;
    letter-spacing: 0;
}

body, h1, h2, h3, h4, h5, h6, p, div, span {
    font-variant-ligatures: common-ligatures;
    -webkit-font-variant-ligatures: common-ligatures;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
}

.section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section.top-header {
    position: fixed;
    z-index: 2000;
    width: 100%;
    margin-left: 1px;
    padding-top: 5px;
    /*padding-bottom: 5px;*/
    background-image: -webkit-gradient(linear, left top, right top, from(#88c5ec), to(#f5a8bd));
    /*background-image: linear-gradient(90deg, #88c5ec, #f5a8bd);*/
    background-image: linear-gradient(90deg, #0091ff, #000);
}

.section.top-menu {
	position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}

.section.top-image {
    position: static;
    width: 100%;
    height: 580px;
    margin-top: 0px;
    padding-top: 180px;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.4))), url('../images/top-hero.png');*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.4))), url('../../UPLOADs/TopHero/top-hero.png');
    /*background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url('../../UPLOADs/TopHero/top-hero.png');*/
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0)), url('../../UPLOADs/TopHero/top-hero.png');
    background-position: 0px 0px, 0px 0px;
    /*background-size: auto, cover;*/
    background-size: contain;
    background-repeat: repeat, no-repeat;
}

.section.footer {
    /*background-color: #3d7cc9;*/
    background-color: #555;
}

.section.contact {
    padding-top: 100px;
    background-color: #f3f3f3;
}

.section.testimonial {
    padding-top: 100px;
    background-color: #eaedee;
}

.section.faq {
    display: none;
    padding-top: 100px;
    padding-bottom: 40px;
    background-color: #f8f8f8;
}

.section.about {
    display: none;
    margin-top: 100px;
    padding-bottom: 0px;
    /*background-image: url('../images/about-bg.png'), url('../images/example-bg.png');*/
    background-image: url('../../UPLOADs/About/about-bg.png'), url('../../UPLOADs/About/example-bg.png');
    background-position: 50% 50%, 0px 0px;
    background-size: cover, 125px;
    background-repeat: no-repeat, repeat;
}

.section.service {
    /*padding-top: 100px;*/
    padding-top: 50px;
    padding-bottom: 0px;
    /*background-color: #70b8e5;*/
    /*background-color: #f6fcff;*/
}

.section.knowledge {
    padding-top: 100px;
}

.section.suggest {
    position: relative;
    z-index: 1000;
    display: block;
    margin-top: -67px;
    padding-top: 0px;
    padding-bottom: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.section.article {
    padding-top: 160px;
    padding-bottom: 60px;
}

.section.articles {
    padding-top: 140px;
    /*padding-top: 160px;*/
    padding-bottom: 60px;
}

.navbar {
    position: fixed;
    left: 0%;
    /*top: 5%;*/
    /*top: 4%;*/
    top: 3em;
    right: 0%;
    bottom: auto;
    z-index: 2000;
    width: 100%;
    margin-top: 0px;
    padding-top: 10px;
    /*padding-top: 5px;*/
    padding-bottom: 0px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.34);
}

@media (max-width: 640px) {
    .navbar {
        background-color: rgba(0,0,0,.2);
    }
}

.nav-link {
    background-color: transparent;
    direction: ltr;
    font-family: 'Db helvethaica x med ext v3', sans-serif;
    font-size: 20px;
}

.nav-link:hover {
    background-color: transparent;
    font-family: 'Db helvethaica x med ext v3', sans-serif;
    color: #3d7cc9;
}

/*N-Added: START*/
/*.infoBlock {
    font-family: 'Db helvethaica x li ext v3', sans-serif;
    font-size: 18px;
}*/
.langIndent {
    text-align: center;
    display: inline-block;
    float: none;
}
/*N-Added: -END-*/

/*N-Delete: START
.language {
    padding: 5px;
    float: right;
    text-align: right;
}
*/
.language {
    padding: 5px;
    text-align: center;
    /*    float: none;
        display: block;*/
    display: inline-block;
    float: none;

}
.language.th {
    opacity: 0.3;
}
.language.th:hover {
    opacity: 1;
}
.language.th:focus {
    opacity: 1;
}
.language.th.w--current {
    float: none;
    opacity: 1;
}

.language.en {
    float: none;
    opacity: 0.3;
}
.language.en:hover {
    opacity: 1;
}
.language.en:focus {
    opacity: 1;
}
.language.en.w--current {
    opacity: 1;
}

.language.cn {
    float: none;
    opacity: 0.3;
}
.language.cn:hover {
    opacity: 1;
}
.language.cn:focus {
    opacity: 1;
}
.language.cn.w--current {
    opacity: 1;
}

.hotline {
    display: inline-block;
    width: 150px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.text-block {
    display: inline-block;
    padding-left: 10px;
    /* */
    font-family: 'Db helvethaica x li ext v3', sans-serif;
    color: #fff;
    font-size: 18px;
}

.email {
    display: inline-block;
    padding: 5px 10px;
}

.divider-title {
    display: inline-block;
    width: 100px;
    height: 4px;
    margin-top: 40px;
    margin-bottom: 10px;
    padding-top: 0px;
    background-color: #f8b200;
}

.div-block {
    text-align: center;
}

.div-block-2 {
    display: block;
    margin-bottom: 40px;
    text-align: center;
}

.heading {
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: 'Db helvethaica x li ext v3', sans-serif;
    color: #7badd3;
}

.heading.about {
    color: #fff;
}

.heading.service {
    color: #fff;
}

.heading.service._2 {
    color: #7badd3;
}

.div-block-3 {
    text-align: center;
}

.footer-container {
    text-align: center;
}

.text-copyright {
    font-family: 'Db helvethaica x li ext v3', sans-serif;
    color: #fff;
}

.html-embed {
    margin-bottom: 40px;
}

.html-embed.mobile {
    display: none;
}

.heading-2 {
    font-family: 'Db helvethaica x li ext v3', sans-serif;
    font-size: 24px;
    text-align: left;
}

.paragraph {
    font-family: 'Db helvethaica x li ext v3', sans-serif;
    line-height: 16px;
    text-align: left;
}

.div-block-4 {
    margin-bottom: 20px;
}

.field-label {
    font-family: 'Db helvethaica x li ext v3', sans-serif;
    font-size: 16px;
    text-align: left;
}

.submit-btn {
    width: 200px;
    float: right;
    font-family: 'Db helvethaica x med ext v3', sans-serif;
    font-size: 20px;
    text-align: center;
}

.user-review-box {
    padding: 20px;
    background-color: #eaedee;
}

.block-quote {
    margin: 0px;
    padding-top: 0px;
    background-color: #fff;
    font-family: 'Db helvethaica x li ext v3', sans-serif;
    color: #70b8e5;
    font-size: 18px;
    line-height: 18px;
    text-align: left;
}

.heading-3 {
    margin-bottom: 5px;
    font-family: 'Db helvethaica x li ext v3', sans-serif;
    font-size: 18px;
}

.text-block-2 {
    font-family: 'Db helvethaica x li ext v3', sans-serif;
    font-size: 16px;
    line-height: 16px;
}

.div-block-5 {
    padding: 20px;
    background-color: #fff;
}

.div-block-6 {
    margin-bottom: 20px;
}

.button {
    font-family: 'Db helvethaica x li ext v3', sans-serif;
    font-size: 20px;
}

.button.faq {
    width: 80%;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #9bcefa;
    font-size: 22px;
    text-align: left;
}

.button.address {
    width: 100%;
    margin-bottom: 10px;
    background-color: hsla(0, 0%, 100%, 0.8);
    color: #000;
    text-align: left;
}

.div-block-7 {
    display: block;
    text-align: center;
}

.div-block-8 {
    display: inline-block;
    width: 80%;
    padding: 10px;
}

.paragraph-2 {
    font-family: 'Db helvethaica x li ext v3', sans-serif;
    font-size: 20px;
    text-align: left;
}

.image {
    width: 100%;
    height: 200px;
    /*background-image: url('../images/18026.png');*/
    background-image: url('../../UPLOADs/Symptoms/18026.png');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.image._1 {
    /*background-image: url('../images/18026.png');*/
    background-image: url('../../UPLOADs/Symptoms/18026.png');
    background-position: 0px 0px;
    background-size: cover;
}

.image._2 {
    /*background-image: url('../images/5025.png');*/
    background-image: url('../../UPLOADs/Symptoms/5025.png');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.image._2.mobile {
    display: none;
}

.image._3 {
    /*background-image: url('../images/5063.png'), url('../images/18026.png');*/
    background-image: url('../../UPLOADs/Symptoms/5063.png'), url('../../UPLOADs/Symptoms/18026.png');
    background-position: 0px 0px, 0px 0px;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
}

.divider-blue {
    width: 100%;
    height: 2px;
    margin-bottom: 1px;
    background-color: #9fb3e2;
}

.columns {
    margin-bottom: 40px;
}

.column {
    margin-bottom: 40px;
}

.heading-4 {
    margin-bottom: 20px;
    font-family: 'Db helvethaica x li ext v3', sans-serif;
}

.heading-4.history {
    font-size: 36px;
}

.list {
    font-family: 'Db helvethaica x med ext v3', sans-serif;
    font-size: 20px;
}

.paragraph-3 {
    font-family: 'Db helvethaica x li ext v3', sans-serif;
    font-size: 20px;
}

.text-block-3 {
    font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 100px;
    line-height: 100px;
    font-weight: 400;
}

.div-block-9 {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    /*background-image: url('../images/”.png'), url('../images/“.png');*/
    background-image: url('../RC/”.png'), url('../RC/“.png');
    background-position: 100% 100%, 0px 0px;
    background-size: auto, auto;
    background-repeat: no-repeat, no-repeat;
}

.paragraph-4 {
    font-family: 'Db helvethaica x li ext v3', sans-serif;
    font-size: 36px;
    line-height: 36px;
}

.columns-2 {
    margin-bottom: 40px;
}

.heading-5 {
    font-family: 'Kanit', 'K2D', 'Sarabun', sans-serif;
    color: #7badd3;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
    word-spacing: 0 !important;
    letter-spacing: 0 !important;
}

.paragraph-5 {
    font-family: 'Kanit', 'K2D', 'Sarabun', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    word-spacing: 0 !important;
    letter-spacing: 0 !important;
}

.paragraph-5.article {
    margin-top: 20px;
    margin-bottom: 20px;
}

.paragraph-5.article.sub {
    font-size: 24px;
}

.wordwrap {
   white-space: pre-wrap;      /* CSS3 */
   white-space: -moz-pre-wrap; /* Firefox */
   white-space: -pre-wrap;     /* Opera <7 */
   white-space: -o-pre-wrap;   /* Opera 7 */
   word-wrap: break-word;      /* IE */
   word-break: break-all;
}

.paragraph-X {
    font-family: 'Kanit', 'K2D', 'Sarabun', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
	overflow-wrap: break-word;
    word-spacing: 0 !important;
    letter-spacing: 0 !important;
}

.paragraph-X.article {
    margin-top: 16px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.8;
}

.paragraph-X.article.sub {
    font-size: 24px;
    line-height: 1.7;
}

.div-block-10 {
    padding: 10px;
    border-top: 4px solid #c3d9ff;
    background-color: #fff;
}

.heading-6 {
    margin-top: 0px;
    margin-bottom: 20px;
    /* ใช้ Kanit แทน DB Helvetica (คล้ายมาก แต่ไม่มีปัญหาตัวอักษรแยกร่าง) */
    font-family: 'Kanit', 'K2D', 'Sarabun', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    word-spacing: 0 !important;
    letter-spacing: 0 !important;
}

.heading-6.article {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.6;
    word-spacing: 0 !important;
    letter-spacing: 0 !important;
}

.column-2 {
    background-color: transparent;
}

.div-block-11 {
    padding-top: 40px;
    background-color: #e9e9e9;
}

.div-block-12 {
    margin-bottom: 40px;
}

.div-block-12._2 {
    text-align: center;
}

.image-2 {
    -webkit-perspective: 0px;
    perspective: 0px;
}

.div-block-13 {
    margin-right: 0px;
    padding: 10px 20px 20px;
    background-color: hsla(0, 0%, 100%, 0.14);
    font-family: 'Db helvethaica x li ext v3', sans-serif;
    color: #fff;
}

.div-block-13.about {
    background-color: rgba(113, 141, 221, 0.6);
}

.columns-3 {
    margin-bottom: 40px;
}

.div-block-14 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f1f1f1;
}

.div-block-15 {
    width: 100%;
    padding: 20px;
    border: 1px none #000;
}

.heading-7 {
    font-family: 'Db helvethaica x li ext v3', sans-serif;
    font-size: 36px;
    text-align: center;
}

.div-block-16 {
    padding: 20px;
    border-left: 2px solid #7badd3;
}

.div-block-17 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
}

.column-3 {
    padding-left: 0px;
}

.column-4 {
    position: static;
    left: 0px;
    padding-left: 0px;
    background-color: #eee;
}

.column-5 {
    height: 100%;
    background-color: #dce3eb;
}

.paragraph-6 {
    font-family: 'Db helvethaica x li ext v3', sans-serif;
    font-size: 24px;
    line-height: 34px;
    text-align: right;
}

.div-block-18 {
    width: 90%;
    padding-top: 60px;
    padding-right: 20px;
    padding-bottom: 40px;
    float: right;
}

.div-block-19 {
    display: none;
    background-color: #7badd3;
}

.columns-4 {
    background-color: #dce3eb;
}

.div-block-20 {
    display: inline-block;
    width: 100%;
    padding: 100px 40px;
    /*background-image: url('../images/”.png'), url('../images/“.png');*/
    background-image: url('../RC/”.png'), url('../RC/“.png');
    background-position: 100% 100%, 0px 0px;
    background-size: auto, auto;
    background-repeat: no-repeat, no-repeat;
}

.paragraph-7 {
    margin-bottom: 20px;
    font-family: 'Db helvethaica x li ext v3', sans-serif;
    font-size: 32px;
    line-height: 32px;
    text-align: left;
}

.paragraph-7._1 {
    font-size: 48px;
}

.paragraph-7._2 {
    margin-bottom: 0px;
    padding-left: 0px;
    color: #708ddd;
    font-size: 36px;
    line-height: 36px;
}

.paragraph-7._3 {
    padding: 20px;
    background-color: rgba(123, 173, 211, 0.17);
    font-size: 28px;
}

.div-block-21 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
    text-align: center;
}

.image-3 {
    width: 100%;
}

.columns-5 {
    margin-bottom: 0px;
    text-align: left;
}

.address-detail {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    background-color: hsla(0, 0%, 100%, 0.2);
    font-family: 'Db helvethaica x li ext v3', sans-serif;
    color: #fff;
    font-size: 20px;
}

.div-block-22 {
    background-color: #fff;
}

.heading-8 {
    margin-bottom: 0px;
    font-family: 'Db helvethaica x li ext v3', sans-serif;
}

.history {
    font-size: 24px;
    line-height: 26px;
}

.heading-9 {
    margin-left: 30px;
    font-family: 'Db helvethaica x li ext v3', sans-serif;
    font-size: 48px;
}

.div-block-23 {
    border-left: 8px none #ffd000;
}

.paragraph-8 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    font-family: 'Db helvethaica x li ext v3', sans-serif;
    font-size: 32px;
    line-height: 32px;
    color: white;
}

.column-6 {
    padding-right: 0px;
    padding-left: 0px;
}

.suggest-box {
    padding: 20px;
    background-color: #70b8e5;
}

.suggest-box._1 {
    height: auto;
}

.suggest-box._2 {
    height: 200px;
    background-color: #81c3ec;
}

.suggest-box._3 {
    height: 200px;
    background-color: #93cdf1;
}

.heading-10 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: 'Db helvethaica x li ext v3', sans-serif;
    color: #fff;
    font-size: 48px;
    text-align: center;
}

.column-7 {
    padding-right: 0px;
    padding-left: 0px;
}

.column-8 {
    padding-right: 0px;
    padding-left: 0px;
}

.paragraph-9 {
    font-family: 'Db helvethaica x li ext v3', sans-serif;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.nav-menu {
    display: inline-block;
    float: none;
}

.div-block-24 {
    display: block;
}

.column-9 {
    text-align: right;
}

.brand {
    display: none;
}

.container-2 {
    text-align: center;
}

.container-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 40px;
    border-style: solid;
    border-width: 10px;
    border-color: #ffda07;
    background-color: #fff;
}

.div-block-25 {
    display: inline-block;
    margin-bottom: 40px;
    text-align: left;
}

.list-2 {
    margin-bottom: 40px;
    margin-left: 40px;
    font-family: 'Db helvethaica x li ext v3', sans-serif;
    color: #708ddd;
}

.container-4 {
    background-color: #f8f8f8;
}

.line-button {
    padding: 5px 15px;
    float: left;
    background-color: #1bc734;


    font-family: 'Db helvethaica x med ext v3', sans-serif;
    font-size: 20px;
}

.div-block-27 {
    background-color: #fff;
}

.top-line-btn {
    display: inline-block;
    float: left;
}

.div-block-28 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}

.article-box {
    width: 100%;
    /*margin-bottom: 40px;*/
    padding: 10px;
    color: #000;
    text-decoration: none;
}

.article-box:hover {
    opacity: 0.8;
}

.article-thumb {
    margin-bottom: 10px;
}

.article-thumb.top-image {
    width: 100%;
}

.article-head-hightligiht {
    font-family: 'Kanit', 'K2D', 'Sarabun', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3;
    text-decoration: none;
    word-spacing: 0 !important;
    letter-spacing: 0 !important;
}

.button-2 {
    position: static;
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #9ac1e2;
    text-align: center;
}

.button-2:hover {
    background-color: #5a9bd5;
}

.fb-btn {
    font-family: 'Db helvethaica x li ext v3', sans-serif;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	background-color: #0d64af;
	font-size: 20px;
}

.facebook {
	position: static;
}

@media (max-width: 991px) {
    .section.top-image {
        padding-top: 288px;
        /*background-image: url('../images/top-hero.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));*/
        background-image: url('../../UPLOADs/TopHero/top-hero.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        /*background-image: url('../images/top-hero.png'), linear-gradient(180deg, transparent, transparent);*/
        background-image: url('../../UPLOADs/TopHero/top-hero.png'), linear-gradient(180deg, transparent, transparent);
        background-position: 70% 0%, 0px 0px;
        background-size: cover, auto;
        background-repeat: no-repeat, repeat;
    }

    /*N-Added: START*/
    .langBox {
        width: fit-content;
        float: right;
        padding-left: 0;
    }
    .language.th {
        display: inline-block;
        float: none;
        text-align: center;
    }
    .language.en {
        display: inline-block;
        float: none;
        text-align: center;
    }
    .language.cn {
        display: inline-block;
        float: none;
        text-align: center;
    }
    /*N-Added: -END-*/

    .nav-link {
        display: inline-block;
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .nav-link.w--current {
        display: inline-block;
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        background-color: #7badd3;
        color: #fff;
    }
    .hotline {
        padding-right: 10px;
        padding-left: 10px;
    }
    .email {
        padding-right: 10px;
        padding-left: 10px;
    }
    .heading-4 {
        margin-top: 0px;
    }
    .paragraph-4 {
        padding-left: 20px;
    }
    .div-block-12 {
        margin-bottom: 20px;
    }
    .paragraph-6 {
        line-height: 26px;
    }
    .div-block-18 {
        padding-top: 30px;
    }
    .paragraph-7._2 {
        margin-left: 0px;
        padding-left: 0px;
        font-size: 32px;
    }
    .nav-menu {
        display: inline-block;
        width: 100%;
    }
    .menu-button {
        background-color: transparent;
        color: #7badd3;
    }
    .menu-button.w--open {
        background-color: #7badd3;
        color: #fff;
    }
    .brand {
        display: none;
    }
    .list-2 {
        margin-left: 0px;
    }
    .column-10 {
        padding-left: 0px;
    }
}

@media (max-width: 479px) {
    .section.top-header {
        display: block;
        padding-top: 0px;
    }
    .section.top-menu {
        position: relative;
        z-index: 2000;
    }
    .section.top-image {
        height: 400px;
        margin-top: auto;
        padding-top: 190px;
        /*background-image: url('../images/top-hero.png');*/
        background-image: url('../../UPLOADs/TopHero/top-hero.png');
        background-position: 70% 0%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .section.suggest {
        top: 27px;
        margin-top: -27px;
    }
    .navbar {
        top: 4%;
    }
    .nav-link {
        background-color: #e9e9e9;
    }
    .nav-link.w--current {
        background-color: #7badd3;
        color: #fff;
    }

    /*N-Added: START*/
    .langIndent {
        text-align: center;
        display: none;
        float: none;
    }
    .langBox {
        width: 100%;
        float: none;
    }
    /*N-Added: -END-*/

    .language.th {
        display: inline-block;
        float: none;
        text-align: center;
    }
    .language.en {
        display: inline-block;
        float: none;
        text-align: center;
    }
    .language.cn {
        display: inline-block;
        float: none;
        text-align: center;
    }
    /*N-Delete: START
    .language.en.w--current {
        float: none;
    }
    */
    .heading {
        font-size: 26px;
    }
    .html-embed {
        display: none;
    }
    .html-embed.mobile {
        display: block;
    }
    .block-quote {
        margin-top: 20px;
    }
    .image._1 {
        margin-bottom: 20px;
    }
    .image._2 {
        display: none;
    }
    .image._2.mobile {
        display: block;
        margin-bottom: 20px;
    }
    .image._3 {
        margin-bottom: 20px;
    }
    .list {
        padding-left: 20px;
    }
    .paragraph-4 {
        padding-left: 10px;
        font-size: 26px;
        line-height: 30px;
    }
    .image-2 {
        margin-bottom: 20px;
    }
    .div-block-13 {
        margin-bottom: 20px;
    }
    .div-block-17 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .column-3 {
        padding-left: 10px;
    }
    .paragraph-6 {
        font-size: 22px;
        text-align: center;
    }
    .div-block-20 {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 100px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .paragraph-7 {
        font-size: 24px;
    }
    .paragraph-7._2 {
        margin-left: 0px;
        font-size: 22px;
        line-height: 26px;
    }
    .paragraph-7._3 {
        font-size: 22px;
    }
    .div-block-21 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .heading-9 {
        text-align: left;
    }
    .paragraph-8 {
        width: 100%;
        margin-bottom: 40px;
        padding-left: 0px;
        text-align: left;
    }
    .heading-10 {
        font-size: 36px;
    }
    .container {
        display: inline-block;
        padding-left: 10px;
    }
    .nav-menu {
        z-index: 2000;
    }
    .menu-button {
        background-color: transparent;
        color: #708ddd;
    }
    .menu-button.w--open {
        background-color: #7badd3;
    }
    .div-block-24 {
        display: none;
    }
    .column-9 {
        text-align: center;
    }
    .brand {
        display: none;
    }
    .container-3 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .image-4 {
        text-align: left;
    }
    .div-block-26 {
        text-align: left;
    }
    .list-2 {
        padding-left: 20px;
    }
}

.optionFontWhite {
    /*color: whitesmoke;*/
    color: white;
}

.optionGlowWhite {
    filter: drop-shadow(0 0 5px rgba(255, 225, 255, 1));
}

.optionGlowYellow {
    /*filter: drop-shadow(0 0 10px rgba(255, 225, 0, 0.9));*/
    filter: drop-shadow(0 0 10px rgba(255, 225, 0, 1.0));
}

.optionGlowSoftYellow {
    /*filter: drop-shadow(0 0 10px rgba(255, 225, 0, 0.9));*/
    filter: drop-shadow(0 0 10px rgba(255, 225, 0, 0.5));
}

.optionGlowRed {
    /*filter: drop-shadow(0 0 10px rgba(255, 225, 0, 0.9));*/
    filter: drop-shadow(0 0 10px rgba(255, 0, 0, 0.9));
}

.optionDropShadow {
    /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);*/
    /*filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.8));*/
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.8));
}

.optionDropShadowInset {
    /*filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.8)) inset;*/
    /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8) inset;*/
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.8) inset;
}

.optionFontExpand {
    font-size: large;
}

.optionFontExpandMax {
    font-size: larger;
}

@font-face {
    font-family: 'Db helvethaica x med ext v3';
    src: url('../FONTs/DB-HELVETHAICA-X-MED-EXT-V3.2_1.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Db helvethaica x li ext v3';
    src: url('../FONTs/DB-HELVETHAICA-X-LI-EXT-V3.2_1.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Prompt-Light';
    src: url('../FONTs/Prompt-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
