.btn-ks {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0.375rem 0.75rem;
    border-radius: 4px;
    /* Restful Method*/
}

    .btn-ks:focus {
        outline: none;
    }

    .btn-ks.btn-ks-login {
        background: #ffda00;
        color: #52575C;
    }

    .btn-ks.btn-ks-about {
        background: #ffda00;
        color: #322C2C;
    }

    .btn-ks.btn-ks-signup {
        background: #ffda00;
        color: #554242;
    }

    .btn-ks.btn-ks-signup-2 {
        background: #705F5F;
        color: #FFFFFF;
    }

    .btn-ks.btn-ks-contact {
        background: transparent;
        color: white;
        border: 1px solid white;
    }

    .btn-ks.btn-ks-discover {
        background: #705F5F;
        color: #FFDA00;
        border: none;
        font-weight: bold;
        padding: 0.6rem 3rem;
        box-shadow: 4px 4px 10px #FFB946;
    }

    .btn-ks.btn-ks-discover-2 {
        background: #FFDA00;
        color: #705F5F;
        border: none;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
        font-weight: bold;
        padding: 1.6rem 0;
    }

    .btn-ks.btn-ks-subscribe {
        background: #FFDA00;
        color: #705F5F;
        border: 1px solid #FFDA00;
        padding: 0.375rem 100px;
        border-radius: 12px;
    }

    .btn-ks.btn-ks-download {
        background: #FFDA00;
        box-shadow: 0px 2px 10px #FFB946;
        border-radius: 4px;
        color: #52575C;
        border: none;
        padding: 0.375rem 0.75rem;
        letter-spacing: 0.01em;
        font-weight: 500;
        font-style: normal;
        line-height: 16px;
    }

        .btn-ks.btn-ks-download.dropdown-toggle::after {
            content: none;
        }

        .btn-ks.btn-ks-download span {
            vertical-align: middle;
        }

            .btn-ks.btn-ks-download span::before {
                content: "";
                background: url("~/Resource/assets/icon/download.svg") 0 0 no-repeat;
                width: 18px;
                height: 18px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 10px;
            }

        .btn-ks.btn-ks-download i.ksi-down1 {
            margin-left: 10px;
            vertical-align: middle;
            font-size: 20px;
            transition: transform 0.3s ease-in-out;
        }

        .btn-ks.btn-ks-download[aria-expanded="true"] i {
            transform: rotatex(180deg);
        }

    .btn-ks.btn-ks-discover-dark {
        background: #705F5F;
        color: #ffda00;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
    }

    .btn-ks.ks-outline-secondary {
        color: #C2CFE0;
        border-color: #C2CFE0;
    }

        .btn-ks.ks-outline-secondary:hover {
            background: #C2CFE0;
            color: #FFFFFF;
        }

    .btn-ks.ks-default {
        color: #322C2C;
    }

    .btn-ks.ks-primary {
        background: #61AFFE;
        color: #FFFFFF;
    }

    .btn-ks.ks-warning {
        background: #FFB946;
        color: #FFFFFF;
    }

    .btn-ks.ks-success {
        background: #2ED47A;
        color: #FFFFFF;
    }

    .btn-ks.ks-danger {
        background: #FF6633;
        color: #FFFFFF;
    }

    .btn-ks.ks-krungsri {
        color: #322C2C;
        background: #FFDA00;
    }

    .btn-ks.ks-sm-text {
        font-size: 14px;
    }

    .btn-ks.btn-ks-api {
        background: #FFDA00;
        box-shadow: 0px 2px 10px #FFB946;
        border-radius: 4px;
        color: #52575C;
        border: none;
        padding: 0.375rem 0.75rem;
        letter-spacing: 0.01em;
        font-weight: 500;
        font-style: normal;
        line-height: 16px;
    }

        .btn-ks.btn-ks-api.dropdown-toggle::after {
            content: none;
        }

        .btn-ks.btn-ks-api i.ksi-down1 {
            margin-left: 10px;
            vertical-align: middle;
            font-size: 20px;
            transition: transform 0.3s ease-in-out;
        }

        .btn-ks.btn-ks-api[aria-expanded="true"] i {
            transform: rotatex(180deg);
        }

    .btn-ks.btn-ks-lg {
        padding: 0.65rem 3.75rem;
    }

    .btn-ks.btn-ks-sm {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        line-height: 1.5;
        border-radius: 0.2rem;
    }

    .btn-ks.badge-pill {
        border-radius: 10rem;
    }

    .btn-ks.btn-ks-dropdown {
        background: #ffda00;
        color: #52575C;
    }

    .btn-ks.default-shadow {
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
    }

    .btn-ks.primary-shadow {
        box-shadow: 4px 4px 10px #007EFF;
    }

    .btn-ks.warning-shadow {
        box-shadow: 4px 4px 10px #FFB946;
    }

.toast.bg-warning {
    background-color: #FFDA00 !important;
}

.api-document-section {
    margin-top: -3.65rem;
    margin-bottom: 3.65rem;
}

    .api-document-section .card-explorer-apis {
        border-radius: 4px;
    }

        .api-document-section .card-explorer-apis .card-header {
            background: #FFF;
        }

            .api-document-section .card-explorer-apis .card-header h6 {
                margin-bottom: 0;
            }

        .api-document-section .card-explorer-apis .card-body {
            padding: 1.25rem 2rem;
        }

@media (max-width: 768px) {
    .api-document-section .card-explorer-apis .card-body {
        padding: 1.25rem 15px;
    }
}

.api-document-section .card-explorer-apis .card-body .ks-explore-select-app {
    margin-bottom: 3rem;
}

@media (max-width: 768px) {
    .api-document-section .card-explorer-apis .card-body .ks-explore-select-app .explore-app-left {
        text-align: center;
        margin-bottom: 0.85rem;
    }
}

.api-document-section .card-explorer-apis .card-body .ks-explore-select-app .explore-app-right h6 {
    margin-bottom: 0.25rem;
}

    .api-document-section .card-explorer-apis .card-body .ks-explore-select-app .explore-app-right h6 span {
        margin-left: 0.5rem;
    }

.api-document-section .card-explorer-apis .card-body .ks-explore-select-app .explore-app-right label {
    margin-bottom: 0.25rem;
}

.api-document-section .card-explorer-apis .card-body .ks-explore-select-app .explore-app-right .form-group {
    margin-bottom: 0.25rem;
}

.api-document-section .card-explorer-apis .card-body .ks-explore-select-api .card {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}

@media (max-width: 768px) {
    .api-document-section .card-explorer-apis .card-body .ks-explore-select-api .card {
        box-shadow: none;
    }
}

.api-document-section .card-explorer-apis .card-body .ks-explore-select-api .card .card-body {
    padding: 0.5rem 1.5rem;
}

@media (max-width: 768px) {
    .api-document-section .card-explorer-apis .card-body .ks-explore-select-api .card .card-body {
        padding: 0.5rem 0.25rem;
    }
}

.api-document-section .card-explorer-apis .card-body .ks-explore-select-api .card .card-body .col-2,
.api-document-section .card-explorer-apis .card-body .ks-explore-select-api .card .card-body .col-10 {
    padding-left: 7px;
    padding-right: 7px;
}

.api-document-section .card-explorer-apis .card-body .ks-explore-select-api .card .card-body .btn-ks {
    margin: 0.5rem auto;
}

.tab-content {
    border-radius: 4px;
    margin-top: 15px;
}

    .tab-content .header-tab-title {
        padding: 15px 0 15px 30px;
        background: white;
        border-bottom: 1px solid #EBEFF2;
        color: #323C47;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

        .tab-content .header-tab-title a {
            color: #323C47;
        }

@media (max-width: 768px) {
    .tab-content .header-tab-title {
        padding-left: 15px;
    }
}

.tab-content .header-tab-title.exam-tab {
    display: flex;
}

    .tab-content .header-tab-title.exam-tab .nav-item-tab {
        display: block;
    }

    .tab-content .header-tab-title.exam-tab span {
        padding-left: 0.8rem;
        cursor: pointer;
        display: block;
    }

    .tab-content .header-tab-title.exam-tab i.ksi-down1 {
        cursor: pointer;
        font-size: 30px;
        padding-right: 15px;
        margin-left: auto;
        transition: all 0.5s ease-in-out;
    }

    .tab-content .header-tab-title.exam-tab i[aria-expanded="true"] {
        transform: rotatex(180deg);
    }

.tab-content .tab-content-1 {
    padding: 15px 30px 10px 30px;
    background: white;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .tab-content .tab-content-1 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.tab-content .tab-content-1.exam-code pre code {
    color: #4C5862;
}

.tab-content .tab-content-1 .params-text {
    color: #707683;
}

@media (max-width: 768px) {
    .tab-content .tab-content-1 .params-text {
        font-size: 16px;
    }
}

.tab-content .tab-content-1 .require-text {
    color: #D3D8DD;
}

@media (max-width: 768px) {
    .tab-content .tab-content-1 .require-text {
        font-size: 12px;
    }
}

#example-request.hide {
    display: none;
}
@media (min-width: 768px){
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .mt-md-0, .my-md-0 {
        margin-top: 0 !important;
    }
}
.explore-app-right h6 {
    line-height: 2.2;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}
.form-control-sm {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
textarea {
    overflow: auto;
    resize: vertical;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
}
.form-control {
    display: block;
    width: 100%;
    font-weight: 400;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.ks-input-icons {
    width: 100%;
    position: relative;
}
.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.ks-input-icons i {
    position: absolute;
    margin-bottom: 10px;
    right: 25px;
    top: 8px;
    cursor: pointer;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
    .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
        position: relative;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        min-width: 0;
        margin-bottom: 0;
    }
.input-group-append {
    margin-left: -1px;
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
#getToken {
    background-color: white;
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.mt-3, .my-3 {
    margin-top: 1rem;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
h1#text-banner-header {
    margin-bottom: 2rem;
}
.home-banner-section .d-tb .d-tb-cell .inner-area p {
    margin-bottom: 1.75rem;
}