/* page.css — curated CSS used by Default.html (formerly the inline <style> block).
 * Originally extracted by a CSS coverage tool from the Krungsri framework
 * (fontawesome all.min, k13form, widget, accordion_custom, personal, SmartSearch).
 * @font-face declarations live in fonts.css. */

/*! CSS Used from: /content/fontawesome/css/all.min.css */
body {
    margin: 0px !important;
    padding-top: 111px;
}

.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fal,
.far,
.fas {
    font-family: "Font Awesome 6 Pro";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-search:before {
    content: "\f002";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-angle-left:before {
    content: "\f104";
}

.fal {
    font-weight: 300;
}

.far {
    font-weight: 400;
}

.fas {
    font-weight: 900;
}

/*! CSS Used from: /css/k13form.css */
*,
::after,
::before {
    box-sizing: border-box;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

[type=button] {
    -webkit-appearance: button;
    appearance: button;
}

[type=button]:not(:disabled) {
    cursor: pointer;
}

.dropdown {
    position: relative;
}

.d-block {
    display: block !important;
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
}

::placeholder {
    color: #949494 !important;
    opacity: 1;
}

html [type=button] {
    -webkit-appearance: none !important;
    appearance: none !important;
}

::placeholder {
    color: #d9d9db;
}

.page-lazyload {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.6;
    filter: alpha(opacity=80);
    -moz-opacity: 0.6;
    min-height: 100%;
    width: 100%;
    display: none;
}

.loading {
    display: none;
    position: fixed;
    z-index: 999;
    margin: 0 auto 0;
    width: 70px;
    text-align: center;
}

.loading>div {
    width: 18px;
    height: 18px;
    background-color: #FFD400;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loading .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loading .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

/*! CSS Used from: /css/widget.css */
img {
    vertical-align: middle;
    border-style: none;
}

a {
    color: black;
}

a:hover {
    color: black;
}

a.dropdown-toggle::after {
    content: unset;
}

[type=button]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

[type=button],
button {
    -webkit-appearance: button;
    appearance: button;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

div.btn {
    width: auto;
    height: 44px;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px #e8e8e8;
    font-family: Krungsri-Condensed-Bold;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: normal;
    text-align: center;
    color: #554242;
    outline: none !important;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 4px;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

div.btn.btn-primary {
    color: #554242 !important;
    background-color: #ffd400 !important;
    border: solid 0px #e8e8e8 !important;
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 44px;
}

button:focus {
    outline: 0px !important;
}

/*! CSS Used from: /css/accordion_custom.css */
.bg-transparent2 {
    background-color: transparent !important;
}

.collapse:not(.show) {
    display: none;
}

.accordion .card2 {
    border-left: 0px;
    border-right: 0px;
    padding: 0px;
    border-color: #e8e8e8;
    font-family: Thongterm-Roman;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: normal;
    color: #5a5a5a;
    margin-bottom: 0;
}

.card2 {
    border: 1px solid #e8e8e8;
    border-radius: 0;
    padding: 24px;
    margin-bottom: 16px;
}

.card2 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

@media screen and (max-width: 1199px) {
    body {
            padding-top: 56px;
        }
    .krungsri .accordion.accordionMenu .card2 .card-header2 {
        padding: 0;
        padding-left: 16px;
        border-left: 0;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .krungsri .accordion.accordionMenu .card2 .collapse {
        padding-bottom: 8px;
    }

    .krungsri .accordion.accordionMenu .card2 .card-header2 .btn2 {
        font-size: 16px;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-right: 20px;
    }

    .krungsri .font-accordian-detail2 .main-txt .main-menu {
        font-family: Thongterm-Bold;
        color: #545454;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 26px;
        letter-spacing: normal;
        padding-bottom: 8px;
    }

    .krungsri .font-accordian-detail2 .item {
        font-family: Thongterm-Roman;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 26px;
        letter-spacing: normal;
        color: #5a5a5a;
    }

    .krungsri .accordion .card2 .card-header2 .btn2 {
        width: 100%;
        height: 100%;
        color: #222;
        font-size: 20px;
        font-family: Krungsri-Condensed-Bold;
        font-weight: normal;
        padding-left: 0;
        padding-right: 24px;
        text-align: left;
        word-wrap: break-word;
        white-space: normal;
        flex: 1;
        height: 100%;
        border: none;
        display: flex;
        align-items: center;
        padding: 0px;
        border-left: 3px solid transparent;
    }
}

.card2 .card-body2 {
    padding-left: 16px;
    padding-right: 16px;
}

.card-body2 {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
}

.font-accordian-detail2 a {
    font-family: Thongterm-Roman;
    color: #545454 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

/*! CSS Used from: Embedded */
a[href=""] {
    cursor: default;
}

#smpersonal.group {
    padding-left: 180px;
}

#navBarContent .submenu .submenu--container .submenu-inner {
    padding-left: 200px !important;
}

.accordion-item.card2 {
    border-radius: 0;
}

/*! CSS Used from: /css/personal.css */
*,
::after,
::before {
    box-sizing: border-box;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul ul {
    margin-bottom: 0;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

[type=button],
button {
    -webkit-appearance: button;
    appearance: button;
}

[type=button]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.btn:disabled {
    opacity: .65;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}

.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}

.collapse:not(.show) {
    display: none;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-block {
        display: block !important;
    }

}

.float-right {
    float: right !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }
}

.fas,
.far,
.fal {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-search:before {
    content: "\f002";
}

.fal {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}

.far {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}

.fas {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}

a {
    color: #222222;
}

a:hover,
a:active {
    color: #222222;
    text-decoration: none !important;
}

a:focus {
    outline: none !important;
    box-shadow: none;
    text-decoration: none !important;
    color: #222222;
}

ul {
    padding-inline-start: 20px;
    margin-bottom: 0;
}

a.btn,
div.btn {
    width: auto;
    height: 44px;
    border-radius: 5px;
    background-color: #ffffff;
    border: none;
    font-family: Krungsri-Condensed-Bold;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: normal;
    text-align: center;
    color: #554242;
    outline: none !important;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 4px;
}

a.btn:hover,
div.btn:hover {
    border: solid 1px #c7c7c7 !important;
    text-decoration: none !important;
}

a.btn:active,
div.btn:active {
    box-shadow: inset 1px 2px 1px 0 rgba(0, 0, 0, 0.1) !important;
    text-decoration: none !important;
}

a.btn:focus,
div.btn:focus {
    outline: none !important;
    box-shadow: none;
    text-decoration: none !important;
}

a.btn:disabled,
div.btn:disabled {
    background-color: #f0efee;
    color: #bbbbbb;
    border: 0px;
    border: solid 0px #e8e8e8 !important;
}

a.btn:disabled:hover,
div.btn:disabled:hover {
    border: solid 0px #e8e8e8 !important;
}

a.btn.btn-primary,
div.btn.btn-primary {
    color: #554242 !important;
    background-color: #ffd400 !important;
    border: solid 0px #e8e8e8 !important;
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 44px;
    font-family: Krungsri-Condensed-Bold;
}

a.btn.btn-primary:hover,
div.btn.btn-primary:hover {
    background-color: #ffc800 !important;
    text-decoration: none !important;
}

a.btn.btn-primary:active,
div.btn.btn-primary:active {
    background-color: #ffd400 !important;
    box-shadow: inset 1px 2px 1px 0 rgba(0, 0, 0, 0.1) !important;
    text-decoration: none !important;
}

a.btn.btn-primary:disabled,
div.btn.btn-primary:disabled {
    background-color: #f0efee !important;
    color: #554242;
    border: 0px;
}

a.btn.btn-primary.btn-xs,
div.btn.btn-primary.btn-xs {
    height: 30px;
}

a.btn.btn-xs,
div.btn.btn-xs {
    height: 30px;
    padding-top: 0px;
}

a.btn.--width-default {
    width: 170px;
}

.dropdown .btn {
    padding-left: 8px;
    padding-right: 8px;
}

.dropdown .btn.btn-primary:focus {
    outline: none !important;
    box-shadow: none;
}

.ks-top-nav {
    background-color: #6f5f5e;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.ks-top-nav .menu--content {
    max-width: 1170px;
    margin: auto;
    height: 40px;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ks-top-nav .menu--content .menu--logo {
    flex: 0 0 auto;
}

.ks-top-nav .menu--content .menu--logo img {
    width: 118px;
    height: 40px;
    max-height: none;
    max-width: 100%;
}

.ks-top-nav .menu--content .navbar-toggler {
    color: #554242;
    outline: none;
    font-size: 16px;
    width: 40px;
    height: 26px;
}

.ks-top-nav .menu--content .menu--customer-type {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 0 0 auto;
    margin-left: 52px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.ks-top-nav .menu--content .menu--customer-type a {
    color: #fff;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-family: Krungsri-Condensed-Medium;
    padding-right: 30px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ks-top-nav .menu--content .menu--customer-type a:hover {
    color: #ffd400;
}

.ks-top-nav .menu--content .menu--customer-type a:last-child {
    padding-right: 0px;
}

.ks-top-nav .menu--content .menu--customer-type a.active {
    color: #ffd400;
}

.ks-top-nav .menu--content .menu--customer-type a.active i {
    color: #e6e6e6;
    display: block;
}

.ks-top-nav .menu--content .menu--extension {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    margin-right: 16px;
    margin-left: auto;
    padding-top: 9px;
    padding-bottom: 9px;
    align-items: center;
}

.ks-top-nav .menu--content .menu--extension .menu--extension-1 {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    margin-left: auto;
    color: #ffffff;
    border-right: 1px solid white;
    padding-right: 18px;
}

.ks-top-nav .menu--content .menu--extension .menu--extension-2 {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}

.ks-top-nav .menu--content .menu--extension .menu--extension-2>div {
    flex: 0 0 auto;
}

.ks-top-nav .menu--content .menu--extension a {
    color: #fff;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-family: Krungsri-Condensed-Medium;
    padding-right: 23px;
}

.ks-top-nav .menu--content .menu--extension a:hover {
    color: #ffd400;
}

.ks-top-nav .menu--content .menu--extension a:last-child {
    padding-right: 0px;
}

.ks-top-nav .menu--content .menu--extension a.dropdown-item {
    color: #5a5a5a;
}

.ks-top-nav .menu--content .menu--extension .nav-item.dropdown a {
    padding-top: 0px;
    padding-right: 0px;
}

.ks-top-nav .menu--content .menu--bars {
    flex: 0 0 auto;
    margin-left: auto;
    padding: 10px 0;
}

.ks-top-nav .submenu--content .group {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.ks-top-nav .submenu--content .group.active {
    display: flex;
    justify-content: left;
}

.ks-top-nav .submenu--content .group .item {
    flex: 0 0 auto;
    cursor: pointer;
    margin: auto;
    font-family: Krungsri-Condensed-Medium;
    color: #5a5a5a;
    text-decoration: none;
    outline: none;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ks-top-nav .submenu--content .group .item hr {
    display: none;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 3px solid #ffd400;
}

.ks-top-nav .submenu--content .group .item .content {
    padding-left: 24px;
    padding-right: 24px;
    border-right: 1px solid #cccccc;
}

.ks-top-nav .submenu--content .group .item .content .header {
    font-size: 20px;
}

.ks-top-nav .submenu--content .group .item:last-child .content {
    border-right: 0px;
}

.ks-top-nav .submenu--content .group .item:hover hr,
.ks-top-nav .submenu--content .group .item.active hr {
    position: absolute;
    display: block;
    bottom: -15px;
}

.ks-content-wrapper {
    width: 100%;
    max-width: unset;
}

.container-fluid {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 1199px) {

    .menu--content .menu--bars {
        display: none;
    }

    .menu--content-mobile {
        display: block !important;
    }

    .menu--content-mobile .mobile-menu,
    .menu--content-mobile .mobile-menu-extionsions,
    .menu--content-mobile .mobile-menu-languages {
        display: none !important;
    }
}

@media screen and (max-width: 1199px) {
    .ks-content-wrapper {
        max-width: 100%;
        margin: auto;
    }

    .ks-top-nav .menu--content .menu--customer-type,
    .ks-top-nav .menu--content .menu--extension {
        display: none !important;
    }

    .ks-top-nav .menu--content-mobile {
        margin-left: -15px;
        margin-right: -15px;
        position: fixed;
        width: 100%;
        background-color: #ffffff;
        height: 94%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .ks-top-nav .menu--content-mobile .mobile-menu {
        background-color: #6f5f5e;
    }

    .ks-top-nav .menu--bars {
        position: relative;
    }

    .ks-top-nav .submenu--content {
        height: auto;
        background: #ffffff;
        position: relative;
    }

    .ks-top-nav .submenu--content .group.active {
        display: block;
    }

    .ks-top-nav .submenu--content .group.active .item {
        flex: none;
    }

    .ks-top-nav .submenu--content .group.active .item .content {
        border-right: 0px;
        border-bottom: 1px solid #e8e8e8;
        margin-left: 24px;
        margin-right: 24px;
        padding: 0 8px;
        min-height: 54px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .ks-top-nav .submenu--content .group.active .item .content .header {
        font-size: 14px;
        width: 100%;
    }

    .ks-top-nav .submenu--content .group.active .item.active {
        font-weight: normal;
    }

    .ks-top-nav .submenu--content .group.active .item.active:hover {
        font-weight: bold;
    }

    .ks-top-nav .mobile-menu-languages {
        margin: 40px 32px 24px 32px;
    }

    .ks-top-nav .mobile-menu-languages a:hover {
        color: #5a5a5a;
        font-weight: 500;
    }
}

@media screen and (max-width: 768px) and (min-width: 576px) {
    .ks-top-nav {
        height: 48px;
    }

    .ks-top-nav .menu--content {
        padding-top: 4px;
        padding-bottom: 4px;
        height: 48px;
    }

    .ks-top-nav .menu--content .menu--logo {
        flex: 0 0 auto;
    }

    .ks-top-nav .menu--content .menu--logo img {
        width: 77px;
        height: 26px;
        max-height: none;
        max-width: 100%;
    }

    .ks-top-nav .menu--content-mobile {
        margin-left: -15px;
        margin-right: -15px;
        position: fixed;
        width: 100%;
        background-color: #ffffff;
        height: 94%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .ks-top-nav .menu--content-mobile .mobile-menu {
        background-color: #6f5f5e;
    }

    .ks-top-nav .menu--bars {
        position: relative;
    }

    .ks-top-nav .menu--bars .navbar-toggler {
        font-size: 16px;
    }

    .ks-top-nav .submenu--content {
        height: auto;
        background: #ffffff;
        position: relative;
    }

    .ks-top-nav .submenu--content .group.active {
        display: block;
    }

    .ks-top-nav .submenu--content .group.active .item {
        flex: none;
    }

    .ks-top-nav .submenu--content .group.active .item .content {
        border-right: 0px;
        border-bottom: 1px solid #e8e8e8;
        margin-left: 24px;
        margin-right: 24px;
        padding: 0 8px;
        min-height: 54px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .ks-top-nav .submenu--content .group.active .item .content .header {
        font-size: 14px;
        width: 100%;
    }

    .ks-top-nav .submenu--content .group.active .item.active {
        font-weight: normal;
    }

    .ks-top-nav .submenu--content .group.active .item.active:hover {
        font-weight: bold;
    }

    .ks-top-nav .mobile-menu-languages {
        margin: 40px 32px 24px 32px;
    }

    .ks-top-nav .mobile-menu-languages a {
        font-family: Krungsri;
        font-size: 12px;
        color: #9b9b9b;
        padding-right: 24px;
        font-weight: 500;
    }

    .ks-top-nav .mobile-menu-languages a:hover {
        color: #5a5a5a;
        font-weight: 500;
    }
}

@media screen and (max-width: 767px) {
    .ks-content-wrapper {
        max-width: 100%;
    }

    .menu--content .menu--customer-type,
    .menu--content .menu--extension {
        display: none !important;
    }

    .ks-top-nav {
        height: 48px;
    }

    .ks-top-nav .menu--content {
        padding-top: 4px;
        padding-bottom: 4px;
        height: 48px;
    }

    .ks-top-nav .menu--content .menu--logo {
        flex: 0 0 auto;
    }

    .ks-top-nav .menu--content .menu--logo img {
        width: 77px;
        height: 26px;
        max-height: none;
        max-width: 100%;
    }

    .ks-top-nav .menu--content-mobile {
        margin-left: -15px;
        margin-right: -15px;
        position: fixed;
        width: 100%;
        background-color: #ffffff;
        height: 94%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .ks-top-nav .menu--content-mobile .mobile-menu {
        background-color: #6f5f5e;
    }

    .ks-top-nav .menu--bars {
        position: relative;
    }

    .ks-top-nav .menu--bars .navbar-toggler {
        font-size: 16px;
    }

    .ks-top-nav .submenu--content {
        height: auto;
        background: #ffffff;
        position: relative;
    }

    .ks-top-nav .submenu--content .group.active {
        display: block;
    }

    .ks-top-nav .submenu--content .group.active .item {
        flex: none;
    }

    .ks-top-nav .submenu--content .group.active .item .content {
        border-right: 0px;
        border-bottom: 1px solid #e8e8e8;
        margin-left: 24px;
        margin-right: 24px;
        padding: 0 8px;
        min-height: 54px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .ks-top-nav .submenu--content .group.active .item .content .header {
        font-size: 14px;
        width: 100%;
    }

    .ks-top-nav .submenu--content .group.active .item.active {
        font-weight: normal;
    }

    .ks-top-nav .submenu--content .group.active .item.active:hover {
        font-weight: bold;
    }

    .ks-top-nav .mobile-menu-languages {
        margin: 40px 32px 24px 32px;
    }

    .ks-top-nav .mobile-menu-languages a:hover {
        color: #5a5a5a;
        font-weight: 500;
    }
}

.ks-top-nav {
    background-color: #5a5a5a;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.ks-top-nav .menu--content {
    max-width: 1170px;
    margin: auto;
    height: 46px;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
}

.ks-top-nav .submenu--content .group.active {
    width: 1200px;
    display: flex;
    padding-left: 100px;
    justify-content: left;
    margin: 0 auto;
    float: left;
    width: calc(100% - 112px);
}

@media screen and (max-width: 1199px) {
    .ks-top-nav .submenu--content .group.active {
        padding-left: 0;
        display: block;
    }
}

.ks-top-nav .submenu--content .group .item {
    padding: 20px 0;
    margin: 0;
}

.ks-top-nav .menu--content .menu--customer-type a i {
    display: none;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid #5a5a5a;
    border-right: 10px solid #5a5a5a;
    border-bottom: 9px solid;
    top: 28.5px;
    left: 30%;
    position: absolute;
    line-height: 0;
    -webkit-backdrop-filter: blur(23.2px);
    backdrop-filter: blur(23.2px);
    box-shadow: 0 1px 1px 0 rgba(90, 90, 90, .05);
    box-shadow: none;
    margin: 0 auto;
}

.ks-top-nav .menu--content .menu--customer-type a.active i {
    color: #ffffff;
    display: block;
}

.ks-top-nav .submenu--content .group .item:hover hr,
.ks-top-nav .submenu--content .group .item.active hr {
    position: absolute;
    display: block;
    bottom: -1px;
}

.ks-top-nav .submenu--content .group .item .content .header {
    font-size: 16px;
}

.ks-top-nav .submenu--content .group .item .content {
    padding-left: 12px;
    padding-right: 12px;
    border-right: 0px solid #ccc;
}

.ks-top-nav .submenu--content .group .item hr {
    display: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 3px solid #ffd400;
    width: calc(100% - 22px);
}

.ks-top-nav .menu--content .menu--customer-type {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 0 0 auto;
    margin-left: 40px;
    padding-top: 7px;
    padding-bottom: 6px;
}

.ks-top-nav .menu--content .menu--extension {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    margin-right: 0px;
    margin-left: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .ks-top-nav .submenu--content {
        height: auto;
        background: #fff;
        position: relative;
    }
}

@media screen and (max-width: 768px) and (min-width: 576px) {
    .ks-top-nav .submenu--content {
        height: auto;
        background: #fff;
        position: relative;
    }
}

@media screen and (max-width: 1199px) {
    .ks-top-nav .submenu--content .group .item {
        padding: 0 0;
    }

    .ks-top-nav .submenu--content .group.active .item {
        flex: none;
    }
}

@media screen and (max-width: 768px) and (min-width: 576px) {
    .ks-top-nav .submenu--content .group.active .item {
        flex: none;
    }
}

@media screen and (max-width: 1199px) {
    .ks-top-nav .submenu--content .group.active .item .content {
        border-right: 0;
        border-bottom: 1px solid #e8e8e8;
        margin-left: 24px;
        margin-right: 24px;
        padding: 0 8px;
        min-height: 54px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .ks-top-nav .submenu--content .group {
        width: 1200px !important;
    }

    .ks-top-nav .submenu--content .group.active .item {
        display: flex !important;
    }

    .ks-top-nav .submenu--content .group .item.active hr {
        display: none;
    }
}

@media screen and (max-width: 768px) and (min-width: 576px) {
    .ks-top-nav .submenu--content .group.active .item .content {
        border-right: 0;
        border-bottom: 1px solid #e8e8e8;
        margin-left: 24px;
        margin-right: 24px;
        padding: 0 8px;
        min-height: 54px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 1199px) {
    .ks-top-nav {
        height: 56px;
        background-color: #ffffff;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
        position: fixed;
    }
}

@media screen and (max-width: 1199px) {
    .ks-top-nav .menu--content {
        padding-top: 4px;
        padding-bottom: 4px;
        height: 56px;
        margin-left: -7px;
        margin-right: -7px;
    }
}

.ks-top-nav .menu--content .menu--extension .nav-item.dropdown a .flag {
    width: 22px;
    height: 22px;
    border-radius: 50px;
    margin-top: -2px;
}

.ks-top-nav .menu--content .menu--logo img {
    height: 111px;
    width: auto;
}

@media screen and (max-width: 1199px) {
    .ks-top-nav .menu--content .menu--logo img {
        width: auto;
        height: 48px;
        max-height: none;
        max-width: 100%;
    }

    .ks-top-nav .submenu--content .group .item:hover hr,
    .ks-top-nav .submenu--content .group .item.active hr {
        display: none;
    }

    .ks-top-nav .submenu--content {
        z-index: 1;
    }
}

.ks-top-nav .menu--content .menu--extension a {
    color: #fff;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-family: Krungsri-Condensed-Medium;
    padding-right: 16px;
}

.ks-top-nav .menu--content .menu--extension .menu--extension-1 {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    margin-left: auto;
    color: #fff;
    border-right: 0px solid white;
    padding-right: 16px;
}

.ks-top-nav .menu--content .menu--extension .menu--extension-1:after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #ffffff;
    margin-left: 16px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 8px;
    vertical-align: 0;
    content: "\f107";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font-family: 'Font Awesome 5 Pro';
}

.menu--bars div.btn.btn-primary.btn-xs {
    margin-top: -8px;
    font-size: 16px;
    line-height: 30px;
}

.ks-top-nav .submenu--content .menu--logon .dropdown a.btn.--width-default {
    width: 112px;
    font-size: 16px;
    line-height: 27px;
    padding-top: 2px;
    padding-left: 8px;
    padding-right: 8px;
    font-family: Krungsri-Condensed-Bold;
}

.ks-top-nav .submenu--content .menu--logon .dropdown a.btn.--width-default:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    margin-top: 48px;
}

.ks-top-nav .menu--bars .dropdown div.btn.btn-primary:hover {
    background-color: #ffd400 !important;
}

.ks-top-nav .mobile-menu-extionsions .inner>a {
    display: block;
    margin-bottom: 8px;
    font-family: Thongterm-Roman;
    font-size: 14px;
    line-height: 26px;
    color: #545454;
}

.ks-top-nav .mobile-menu-extionsions {
    background: #f3f3f3;
}

.ks-top-nav .mobile-menu-extionsions .inner {
    padding: 16px 32px 16px 32px;
}

.ks-top-nav .mobile-menu-languages {
    margin: 16px 32px 24px 32px;
    background-color: #ffffff;
    text-align: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.ks-top-nav .mobile-menu-languages div {
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
    color: #949494;
    font-family: Thongterm-Roman;
    font-size: 14px;
    line-height: 26px;
}

.ks-top-nav .mobile-menu-languages div.active {
    color: #545454;
    background-color: #ffd400;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-family: Thongterm-Bold;
}

.sub-level2 {
    transition: transform .4s ease, -webkit-transform .4s ease;
    animation-duration: 0.3s;
}

.sub-level2 .sub-item {
    padding-bottom: 8px;
}

.sub-level2 .sub-head {
    color: #545454;
    font-family: Krungsri-Condensed-Bold;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    margin-top: 24px;
    margin-bottom: 8px;
}

@media (max-width: 1199px) {
    .ks-top-nav .submenu--content {
        display: none !important;
    }
}

::placeholder {
    color: #949494 !important;
    opacity: 1;
}

.ks-top-nav .submenu--content {
    height: 65px;
    position: absolute;
    width: 100%;
    left: 0;
    display: flex;
    z-index: -1;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(90, 90, 90, .2);
}

.menu--logon .ul-logon--menu-multi a.dropdown-item,
.menu--bars .ul-logon--menu-multi a.dropdown-item {
    color: #5A5A5A;
    font-family: Thongterm-Roman;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 0px solid #e8e8e8;
    padding-left: 8px !important;
    padding-right: 8px !important;
    min-height: auto;
    font-weight: normal;
}

.menu--logon .ul-logon--menu-multi .dropdown-menu-lv2 a.dropdown-item,
.menu--bars .ul-logon--menu-multi .dropdown-menu-lv2 a.dropdown-item {
    font-size: 14px !important;
    line-height: 26px !important;
}

.menu--logon .ul-logon--menu-multi .dropdown-menu.dropdown-menu-lv2 a.dropdown-item,
.menu--bars .ul-logon--menu-multi .dropdown-menu.dropdown-menu-lv2 a.dropdown-item {
    padding-left: 24px !important;
    padding-right: 8px !important;
}

.menu--bars ul,
.menu--logon ul {
    padding-inline-start: unset;
    list-style-type: none;
}

.menu--logon .dropdown .dropdown-menu,
.menu--bars .dropdown .dropdown-menu {
    min-width: 242px !important;
}

.menu--logon .dropdown .dropdown-menu.dropdown-menu-lv2,
.menu--bars .dropdown .dropdown-menu.dropdown-menu-lv2 {
    min-width: 100% !important;
}

ul.dropdown-menu.dropdown-menu-lv2 {
    border: unset;
    border-radius: unset;
    position: unset;
    padding: 0;
    width: 100%;
}

.dropdown-submenu-multi {
    min-width: 170px;
}

.dropdown-item.dropdown-multi:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    float: right;
    margin: 0 auto;
}

.ks-top-nav .submenu--content .navmain .group .item {
    padding: 0;
    margin: 0;
}

.submenu {
    display: none;
}

/*! CSS Used from: /css/Hxc/SmartSearch/KrungsriHwc-SmartSearch.css */
::placeholder {
    color: #d9d9db;
}

/*! CSS Used keyframes */
@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

/*! CSS Used from: /css/widget.css */
img {
    vertical-align: middle;
    border-style: none;
}

/*! CSS Used from: /css/personal.css */

h1 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

h1 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: 2.5rem;
}

.col-lg-6,
.col-md-6,
.col-sm-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:576px) {
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width:768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width:992px) {
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mx-auto {
        margin-right: auto !important;
    }

    .mx-auto {
        margin-left: auto !important;
    }

    .text-center {
        text-align: center !important;
    }

    p {
        orphans: 3;
        widows: 3;
    }
}

h1 {
    color: #222222;
    font-family: "Krungsri-Condensed-Bold";
    font-size: 32px;
    letter-spacing: 0;
    line-height: 48px;
    margin-bottom: 0;
}

@media (max-width:768px) {
    h1 {
        font-size: 26px;
        line-height: 38px;
    }
}

.bg-gray-xl {
    background: #f9f9f9;
}

.tax-form .step-detail {
    padding: 40px 100px;
    clear: both;
}

.tax-form {
    background-color: #fff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .1);
    margin: 0 auto;
    float: none;
    word-break: break-word;
}

/*! CSS Used fontfaces */

/* ============================================================
 * Layout helpers used by the content section (.row > .col-12 >
 * .container--content > .row > .col-md-8). These classes are
 * referenced by Default.html but were missing from the original
 * coverage snapshot; pulled verbatim from the Krungsri framework
 * (Plugin-Bootstrap.css, Krungsri-CSS-Helpers.css, Krungsri-Layout.css)
 * so the page renders without the full framework bundle.
 * ============================================================ */
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col,
.col-12,
.col-md-8 {
    position: relative;
    width: 100%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

.container--content {
    max-width: 1170px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 80px;
}

/* flush the content area against the nav (check-domain.html — no top gap per design) */
.container--content--flush {
    margin-top: 0;
}

.mt-40px-all {
    margin-top: 40px;
}

.mb-80px-all {
    margin-bottom: 80px;
}

@media screen and (max-width: 576px) {
    .mt-0px-xs-i {
        margin-top: 0px !important;
    }

    .mb-80px-xs-i {
        margin-bottom: 80px !important;
    }
}

@media screen and (max-width: 768px) and (min-width: 576px) {
    .mt-0px-sm-i {
        margin-top: 0px !important;
    }

    .mb-80px-sm-i {
        margin-bottom: 80px !important;
    }
}

/* =========================================================================
   Official-domain notice card  (check-domain.html)
   Source: Figma "Dotcom IT check domain page (bounce.krungsri.com)" — Popup Alert
   ========================================================================= */
.domain-notice {
    background: #F9F9F9;
    /* Palette/background/light grey */
    padding: 40px 16px 80px;
}

.domain-notice__card {
    max-width: 770px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 40px 16px;
    background: #FFFFFF;
    /* Palette/background/white */
    border-radius: 3px;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    /* Shadow/Card */
}

.domain-notice__icon {
    width: 88px;
    height: 88px;
    flex: none;
}

.domain-notice__text {
    max-width: 538px;
    text-align: center;
}

.domain-notice__title {
    margin: 0;
    font-family: 'Krungsri-Condensed-Bold', 'Krungsri', sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    /* primary text */
}

.domain-notice__body {
    margin: 0;
    font-family: 'Thongterm-Roman', 'Thongterm', sans-serif;
    font-size: 16px;
    line-height: 29px;
    color: #5A5A5A;
    /* Palette/text/primary text color */
}

/* blank line between the Thai and English paragraphs (matches the Figma copy) */
.domain-notice__body+.domain-notice__body {
    margin-top: 29px;
}

@media screen and (max-width: 575px) {
    .domain-notice {
        padding: 0;
    }

    .domain-notice__card {
        box-shadow: none;
        border-radius: 0;
    }
}

/* Replacements for former inline style="" attributes in Default.html.
   Moved here so the CSP style-src can drop 'unsafe-inline' (no inline styles). */
.nav-mobile-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    height: 8px;
    margin-top: -8px;
}

.domain-notice-col {
    margin: 0 auto;
}