*,
*::before,
*::after {
    box-sizing: border-box
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body {
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #001737;
    text-align: left;
    background-color: #fff
}
blockquote {
    margin:0;
    margin-bottom:10px;
}
article,
figcaption,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}
[tabindex="-1"]:focus {
    outline: 0 !important
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
p {
    margin-top: 1rem;
    margin-bottom: 1rem
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    line-height: 0.75;
    color: #000000;
}
h1, h2, h3, h4, h5, h6 {
    margin-top:0;
    margin-bottom: 0.5rem;
}
.box-content h1,.box-content  h2,.box-content  h3,.box-content  h4,.box-content  h5,.box-content  h6 {
    margin-top:30px;
    margin-bottom: 0.5rem;
}

a {
    color: #0168fa;
    text-decoration: none;
    background-color: transparent
}
a:hover {
    color: #0148ae;
    text-decoration: none
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}
a:not([href]):not([tabindex]):focus {
    outline: 0
}
img {
    vertical-align: middle;
    border-style: none
}
table {
    border-collapse: collapse
}
th {
    text-align: inherit
}
label {
    display: inline-block;
}
button {
    border-radius: 0
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
button,
input {
    overflow: visible
}
button,
select {
    text-transform: none
}
select {
    word-wrap: normal
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}
input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}
textarea {
    overflow: auto;
    resize: vertical
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}
[hidden] {
    display: none !important
}
.hidden {
    display:none;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}
.list-inline {
    padding-left: 0;
    list-style: none
}
.list-inline-item {
    display: inline-block
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.09375rem
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}
@media (min-width:768px) {
    .container {
        max-width: 800px
    }
}
@media (min-width:992px) {
    .container {
        max-width: 1015px
    }
}
@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}
@media (min-width:576px) {
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media (min-width:768px) {
    .box-header {
        position: absolute;
        top: -25px;
        left: 0;
        right: 0;
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media (min-width:992px) {
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media (min-width:1200px) {
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media (min-width:1400px) {
    .col-xxl-auto, .row-cols-xxl-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-auto {
        width: auto
    }

    .col-xxl-1 {
        width: 8.3333333333%
    }

    .col-xxl-1, .col-xxl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-2 {
        width: 16.6666666667%
    }

    .col-xxl-3 {
        width: 25%
    }

    .col-xxl-3, .col-xxl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-4 {
        width: 33.3333333333%
    }

    .col-xxl-5 {
        width: 41.6666666667%
    }

    .col-xxl-5, .col-xxl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-6 {
        width: 50%
    }

    .col-xxl-7 {
        width: 58.3333333333%
    }

    .col-xxl-7, .col-xxl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-8 {
        width: 66.6666666667%
    }

    .col-xxl-9 {
        width: 75%
    }

    .col-xxl-9, .col-xxl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-10 {
        width: 83.3333333333%
    }

    .col-xxl-11 {
        width: 91.6666666667%
    }

    .col-xxl-11, .col-xxl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-12 {
        width: 100%
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #001737
}
.table th,
.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid rgba(72, 94, 144, .16)
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgba(72, 94, 144, .16)
}
.table tbody+tbody {
    border-top: 2px solid rgba(72, 94, 144, .16)
}
.table-bordered {
    border: 1px solid rgba(72, 94, 144, .16)
}
.table-bordered th,
.table-bordered td {
    border: 1px solid rgba(72, 94, 144, .16)
}
.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}
.table-responsive>.table-bordered {
    border: 0
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.9375rem + 2px);
    padding: .46875rem .625rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #596882;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c0ccda;
    border-radius: .25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}
.form-control:focus {
    color: #596882;
    background-color: #fff;
    border-color: #7cb2fe;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(1, 104, 250, .25)
}
.form-control::placeholder {
    color: #7987a1;
    opacity: 1
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e3e7ed;
    opacity: 1
}
select.form-control:focus::-ms-value {
    color: #596882;
    background-color: #fff
}
select.form-control[size],
select.form-control[multiple] {
    height: auto
}
textarea.form-control {
    height: auto
}
.form-group {
    margin-bottom: 1rem
}
.fade {
    transition: opacity 0.15s linear
}
@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}
.fade:not(.show) {
    opacity: 0
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.nav-link {
    display: block;
    padding: .5rem 1rem
}
.nav-link:hover,
.nav-link:focus {
    text-decoration: none
}
.nav-link.disabled {
    color: #7987a1;
    pointer-events: none;
    cursor: default
}
/*.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}
.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}*/
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}
.close {
    float: right;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1;
    color: #1b2e4b;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}
.close:hover {
    color: #1b2e4b;
    text-decoration: none
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none
}
a.close.disabled {
    pointer-events: none
}
hr {
    border-color: rgba(72, 94, 144, .16)
}
.form-control {
    color: #1b2e4b;
    font-size: inherit
}
.form-control::placeholder {
    color: #c0ccda
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #f5f6fa
}
textarea.form-control {
    min-height: 38px
}
.form-group {
    margin-bottom: 20px
}
.nav-link {
    color: #596882
}
.nav-link.active {
    color: #0168fa
}
.table th,
.table td {
    padding: 8px 10px;
    line-height: 1.2;
}
.table thead th,
.table tbody th {
    font-weight: 500
}
.table thead th {
    border-bottom-width: 0
}
.table-hover tbody tr:hover {
    background-color: #e9ecf1
}
.accordion {
    border-radius: .25rem
}
.overlay {
    position: relative
}
.overlay-body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.backdrop {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(15, 21, 32, .7);
    z-index: 40;
    transition: all 0.4s
}
@media (prefers-reduced-motion:reduce) {
    .backdrop {
        transition: none;
    }
}
.backdrop.show {
    visibility: visible;
    opacity: 1
}
@media (max-width:991.98px) {
    .navbar-nav-show {
        overflow: hidden;
    }
    .navbar-nav-show .navbar-menu-wrapper {
        transform: translateX(0);
        overflow: scroll;
    }
    .navbar-nav-show .backdrop {
        opacity: 1;
        visibility: visible;
    }
    #navbarMenu {
        /*display:none;*/
    }
}
.navbar-header {
    align-items: stretch;
    /*height: 55px;*/
    padding: 0;
    justify-content: flex-start;
    background-color: #000;
    border-bottom: 1px solid rgba(72, 94, 144, .16)
}
@media (min-width:992px) {
    .navbar-header {
        height: 60px
    }
    .navbar-menu .nav-item:not(:last-child) {
        border-right: 0px solid;
        padding-right: 50px;
    }
}
@media (max-width:1139px) {
    .navbar-header>.container {
        max-width: none
    }
    .lg-toolbar {
        top:70px !important;
    }
}
.navbar-header .burger-menu {
    margin-left: 18px;
    color: #8392a5;
    display: flex;
    align-items: center
}
@media (min-width:576px) {
    .navbar-header .burger-menu {
        margin-left: 20px
    }
}
@media (min-width:992px) {
    .navbar-header .burger-menu {
        display: none;
    }
}
.navbar-header .burger-menu:hover {
    color: #0168fa;
}
@media (min-width:768px) {
    .navbar-header-fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }
}
.navbar-menu-wrapper {
    order: 3;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    overflow: hidden;
    z-index: 1060;
    transform: translateX(-1000px);
    transition: all 0.4s;
    height: 100vh;
}
@media (prefers-reduced-motion:reduce) {
    .navbar-menu-wrapper {
        transition: none;
    }
}
@media (min-width:992px) {
    .navbar-menu-wrapper {
        width: auto;
        padding: 0 25px;
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        background-color: transparent;
        overflow: visible;
        display: flex;
        justify-content: center;
        order: 2;
        transform: none;
        z-index: auto;
        flex: 1;
    }
}
@media (min-width:1200px) {
    .navbar-menu-wrapper {
        padding: 0 30px;
    }
}
.navbar-menu-header {
    height: 55px;
    padding: 0 15px 0 20px;
    display: flex;
    align-items: center;
    justify-content: end;
    border-bottom: 1px solid rgba(72, 94, 144, .16);
}
@media (min-width:992px) {
    .navbar-menu-header {
        display: none;
    }
}
.navbar-menu-header .feather-x {
    width: 20px;
    height: 20px;
    stroke-width: 2.5px;
}
.navbar-menu-header a:last-child {
    color: #7987a1;
}
.navbar-menu-header a:last-child:hover,
.navbar-menu-header a:last-child:focus {
    color: #ffffff;
}
.navbar-menu {
    flex-direction: column;
}
@media (min-width:992px) {
    .navbar-menu {
        align-items: center;
        flex-direction: row;
        width: 100%;
        max-width: 100%;
        justify-content: center;
        padding: 0px;
        margin:0;
    }
}
.navbar-menu .nav-item+.nav-item {
    margin-top: 10px
}
@media (min-width:992px) {
    .navbar-menu .nav-item+.nav-item {
        margin-top: 0;
        margin-left: 25px
    }
}
@media (min-width:1200px) {
    .navbar-menu .nav-item+.nav-item {
        margin-left: 30px
    }
}
.navbar-menu .nav-item.active .nav-link {
    position: relative;
    color: #0168fa
}
.navbar-menu .nav-item.active .nav-link::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 10px;
    height: 2px;
    background-color: #0168fa
}
@media (min-width:992px) {
    .navbar-menu .nav-item.active .nav-link::before {
        display: none;
    }
}
.navbar-menu .nav-item.active.with-sub .nav-link::after {
    border-color: #0168fa
}
.navbar-menu .nav-item.with-sub {
    position: relative
}
.navbar-menu .nav-item.with-sub.show .nav-link:focus::after {
    transform: rotate(45deg);
}
@media (prefers-reduced-motion:reduce) {
    .navbar-menu .nav-item.with-sub .nav-link::after {
        transition: none
    }
}
@media (min-width:992px) {
    .navbar-menu .nav-item.with-sub .nav-link::after {
        margin-left: 6px
    }
}
.navbar-menu .nav-item.show .navbar-menu-sub {
    display: block
}
.navbar-menu .nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px;
    color: #000000;
    transition: all 0.2s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
    .navbar-menu .nav-link {
        transition: none
    }
}
@media (min-width:992px) {
    .navbar-menu .nav-link {
        font-weight: 500;
        padding: 0
    }
}
.navbar-menu .nav-link:hover {
    color: #000000
}
.navbar-menu-sub {
    position: relative;
    min-width: 200px;
    list-style: none;
    padding: 0 15px 3px 24px;
    border-left: 1px solid rgba(72, 94, 144, .16);
    margin-top: 10px;
    margin-left: 28px;
    z-index: 1000;
    display: none
}
@media (min-width:992px) {
    .navbar-menu-sub {
        position: absolute;
        top: 41.5px;
        left: 50%;
        transform: translate(-50%, 0%);
        background-color: #000;
        padding: 20px 0px;
        border: none;
        margin-top: 0;
        margin-left: 0;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
}
.navbar-menu-sub ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    min-width: 150px
}
.navbar-menu-sub ul+ul {
    margin-top: 25px
}
@media (min-width:992px) {
    .navbar-menu-sub ul+ul {
        margin-top: 0;
        margin-left: 25px;
        padding-left: 25px;
        border-left: 1px solid rgba(72, 94, 144, .16)
    }
}
.navbar-menu-sub .nav-sub-item+.nav-sub-item {
    margin-top: 5px
}
.navbar-menu-sub .nav-sub-link {
    white-space: nowrap;
    font-size: 13px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
    .navbar-menu-sub .nav-sub-link {
        transition: none
    }
}
.navbar-menu-sub .nav-sub-link .feather-bar-chart-2 {
    margin-left: -4px
}
.align-items-center {
    align-items: center !important
}
.d-flex {
    display: flex !important
}
.align-self-stretch {
    align-self: stretch !important
}
.mg-l-auto {
    margin-left: auto
}
.lh-1 {
    line-height: 1.1
}
.content-body {
    position: relative;
    padding: 15px;
    height: calc(100% - 54px);
    overflow-y: auto
}
@media (min-width:576px) {
    .content-body {
        padding: 20px
    }
}
@media (min-width:992px) {
    .content-body {
        padding: 25px;
        height: calc(100% - 60px)
    }
}
.content-body .container {
    margin-bottom: 25px
}
@media (max-width:1199.98px) {
    .content-body .container {
        max-width: none
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #001737;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .46875rem .9375rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .25rem;
    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
}
@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}
.btn:hover {
    color: #001737;
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none
}
.btn-sm,
.btn-group-sm>.btn {
    padding: .391rem .5rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: .2rem
}
.text-right {
    text-align: right !important
}
.text-left {
    text-align: left !important
}
.text-start {
    text-align: left !important
}
.text-end {
    text-align: right !important
}
.text-center {
    text-align: center !important
}
.justify-content-start {
    justify-content: flex-start !important
}
.justify-content-end {
    justify-content: flex-end !important
}
.justify-content-center {
    justify-content: center !important
}
.justify-content-between {
    justify-content: space-between !important
}
.justify-content-around {
    justify-content: space-around !important
}
.justify-content-left {
    justify-content:left;
}
.flex-row-center {
    display:flex;
    flex-direction: row;
    align-items: center;
}
.card-todo .card-progress {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;	
    align-items: center;
}
.pd-0 {padding:0 !important;}.pd-5 {padding:5px !important;}.pd-9 {padding:9px !important;}.pd-10 {padding:10px !important;}.pd-15 { padding-left:15px !important;padding-right:15px !important;} .pd-20 { padding:20px !important;} .pd-30 { padding:30px !important;} .pd-40 { padding:40px !important;} 
.pl-0 { padding-left:0px !important; }.pl-10 { padding-left:10px !important; }.pl-15 { padding-left:15px !important; }.pl-20 { padding-left:20px !important; }.pl-30 { padding-left:30px !important; }.pl-35 { padding-left:35px !important; }.pl-25 { padding-left:25px !important; }.pl-50 { padding-left:50px !important; }
.pr-0 { padding-right:0px !important; }.pr-10 { padding-right:10px !important; }.pr-15 { padding-right:15px !important; }.pr-20 { padding-right:20px !important; }.pr-35 { padding-right:35px !important; }.pr-25 { padding-right:25px !important; }.pr-50 { padding-right:50px !important; }
.mg-0 {margin:0 !important;}.mg-15 { margin-left:15px !important;margin-right:15px !important;} .mg-30 { margin:30px !important;} 
.pt-0 { padding-top:0px !important;}.pt-3 { padding-top:3px !important;}.pt-5 { padding-top:5px !important;}.pt-10 { padding-top:10px !important;}.pt-15 { padding-top:15px !important;}.pt-20 { padding-top:20px !important;}.pt-25{ padding-top: 25px;}.pt-30 { padding-top:30px !important;}.pt-40 { padding-top:40px !important;}.pt-50 { padding-top:50px !important;}.pt-60 { padding-top:60px !important;}.pt-110 { padding-top:110px !important;}.pt-150 { padding-top:150px !important;} .pt-24 { padding-top:24px !important;} .pt-14 { padding-top:14px !important;}
.pb-5 { padding-bottom:5px !important;}.pb-10 { padding-bottom:10px !important;}.pb-20 { padding-bottom:20px !important;}.pb-30 { padding-bottom:30px !important;}.pb-40 { padding-bottom:40px !important;}.pb-50 { padding-bottom:50px !important;}.pb-60 { padding-bottom:60px !important;} .pb-25 { padding-bottom:25px !important;} .pb-14 { padding-bottom:14px !important;} .pb-110 { padding-bottom:110px !important;}
.mt-0 { margin:0px !important;}.mt-5 { margin-top:5px !important;}.mt-10 { margin-top:10px !important;}.mt-15 { margin-top:15px !important;}.mt-20 { margin-top:20px !important;}.mt-30 { margin-top:30px !important;}.mt-40 { margin-top:40px !important;}.mt-50 { margin-top:50px !important;}.mt-60 { margin-top:60px !important;}
.mb-0 { margin-bottom:0px !important;}.mb-5 { margin-bottom:5px !important;}.mb-10 { margin-bottom:10px !important;}.mb-15 { margin-bottom:15px !important;}.mb-20 { margin-bottom:20px !important;}.mb-30 { margin-bottom:30px !important;}.mb-40 { margin-bottom:40px !important;}.mb-50 { margin-bottom:50px !important;}.mb-60 { margin-bottom:60px !important;}
.mr-0 { margin-right:0px !important;}.mr-5 {  margin-right:5px !important;}.mr-10 {  margin-right:10px !important;}.mr-20 {  margin-right:20px !important;}.mr-30 {  margin-right:30px !important;}
.ml-0 { margin-right:0px !important;}.ml-2 { margin-left: 2px;}.ml-9 { margin-left: 9px;}.ml-10 { margin-left: 10px !important;}.ml-15 { margin-left: 15px;}.ml-20 { margin-left: 20px;}.ml-30 { margin-left: 30px;}
.mt-d-5 {
    margin-top:-5px !important;
}
body { 
    font-weight:400 !important; 
    background: #ffffff;
    color: #000;
}
a {
    color:#000;
}
a:hover {
    color:#000;
}
.position-relative {
    position:relative;
}
.hide {
    display:none;
}
.h-1 {
    height:1px !important;
}
.h-2 {
    height:2px !important;
}
.box-content img {
    width: 100%;
    height: 100%;
    margin-bottom:20px;
}
.box-content h1 {
    font-size: clamp(30px, 2.5vw, 40px);
}
.box-content h2 {
    font-size: clamp(22px, 2.5vw, 30px);
}
.box-content h3 {
    font-size: clamp(18px, 2.5vw, 20px);
}
.box-content h4 {
    font-size: clamp(16px, 2.5vw, 16px);
}
.txt-underline {
    text-decoration: underline;
}
.img {
    max-width:100%;
    border-radius:5px;
}
.img-responsive {
    width:100%;
}
.pull-right {
    float:right;
}
.img-center {
    display: block;
    margin:auto;
}
.div-center {
    display: block;
    margin:auto;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.flex {
    display:flex;
}
.flex-center {
    display: flex;
    justify-content:center;
}
.flex-between {
    display: flex;
    justify-content:space-between;
}
.flex-end {
    display: flex;
    justify-content:end;
}
.flex-start {
    display: flex;
    justify-content:start;
}
.text-center-column {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}
.item-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.space-around-center {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.space-evenly {
    display: flex;
    justify-content: space-evenly;
}
.item-end {
    display: flex;
    align-items: end;
}
.grid {
    display:grid;
}
.grid-row {
    grid-auto-flow: row;
}
.grid-column {
    grid-auto-flow: column;
}
.spacer-0{
    height:0px;
    clear:both;
    width:100%;
}
.spacer-20{
    height:20px;
    clear:both;
    width:100%;
}
.spacer-30{
    height:30px;
    clear:both;
    width:100%;
}
.spacer-60{
    height:60px;
    clear:both;
    width:100%;
}
.spacer-80{
    height:80px;
    clear:both;
    width:100%;
}
.w-30 {
    width:30% !important;
}
.w-40 {
    width:40% !important;
}
.w-100 {
    width:100% !important;
}
.w-75 {
    width:75%;
}
.color-black {
    color:#000 !important;
}
.color-gray {
    color:#C9C9C9 !important;
}
.color-gray-subtitle {
    color:#333333 !important;
}
.color-white {
    color:#fff !important;
}
.color-ping {
    color:#B09E77 !important;
}
.color-blue {
    color: #4267B2 !important;
}
.color-red {
    color:#EC1E24 !important;
}
.bg-red {
    background-color:#C40C1F !important;
}
.bg-gray {
    background-color:#F5F5F5;
}
.bg-gray2 {
    background-color:#D9D9D9;
}
.bg-white {
    background-color:#ffffff !important;
}
.bg-black {
    background-color:#000000 !important;
}
.bg-ping {
    background-color:#B09E77 !important;
}
.cursor {
    cursor:pointer;
}
.visible-xs {
    display:none;
}
ul {
    list-style-type: none;
}
@media (min-width: 1024px){ 
    .mt-150 {
        margin-top:150px !important;
    }
    .mt-90 {
        margin-top: 90px !important;
    }
    .visible-lg {
        display:block;
    }
}
@media (min-width:768px) {
    .header-logo {
        margin-top: -10px;
    }
    .avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px){
    .visible-sm {
        display:block;
    }
    .hidden-sm {
        display:none;
    }
    .navbar-header .burger-menu {
        margin-top: 18px;
    }
    .navbar-header .burger-menu {
        margin-left: auto;
        order: 2;
    }
}
@media (min-width:1000px) {
    .hidden-lg {
        display: none !important
    }

}
@media (min-width:1200px) {
    .container {
        max-width: 1590px;
    }
    .container.home {
        max-width: 1290px;
    }
    .navbar-menu-wrapper {
        padding: 0px 30px;
    }
    .nav-sub-item:hover {
        padding: 6px;
        background: #C40C1F ;
        padding-left: 20px;
    }
}
.navbar-menu-sub .nav-sub-item {
    padding: 6px;
    padding-left: 24px;
}
.navbar-menu a.nav-link:hover {
    color:#C40C1F;
}
.navbar-header {
    border-bottom:solid 0px;
    background: #000000;
}
.navbar-header .container {
    height:60px;
}
footer ul {
    padding: 0;
}
#totop.show {
    opacity: 1;
    visibility: visible;
}
#totop {
    display: inline-block;
    background-color: #9f9e9e;
    width: 42px;
    height: 42px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 80px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    padding-top: 10px;
}
.fa-arrow-up {
    color: #000;
    font-size: 20px;
}
.hashtag {
    position:absolute;
    right: 30px;
    z-index: 99;
    top: 6px;
}
.hashtag-text {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.list-inline-skills .list-inline-item {
    margin-right: 5px;
    margin-bottom: 10px;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-skills {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-skills .list-inline-item a {
    display: block;
    background-color: #E5E5E5;
    border: none;
    padding: 5px 10px;
    color: #000000;
    border-radius: 10rem;
}
.content_date {
    font-family: 'Kanit', sans-serif !important;
    font-size:14px !important;
    font-weight:400 !important;
    color:#A7A7A7;
}
.widget_nav_menu ul li {
    padding: 0;
}
a:link {
    text-decoration: none;
}
.widget_nav_menu ul li a {
    color: #ffffff;
    text-transform: capitalize;
    font-family: 'Kanit', sans-serif !important;
    font-size: 16px;
}
.category-input-sfp {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.category-input {
    position: relative;
    top: -60px;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.cursor-point {
    cursor: pointer;
}
.progress-content {
    position: relative;
    height: 2px;
    background-color: #C40C1F;
    width: 100%;
}
#menu-toggle {
    display: none;
}
@media only screen and (max-width: 992px) {
    .btn-signin {
        width: 140px !important;
    }
    .navbar-menu .nav-item.with-sub .nav-link::after {
        margin-left: auto !important;
    }
    .navbar-menu-wrapper {
        background: #000000;
        padding: 0;
    }
    .navbar-header .burger-menu {
        margin-left: auto !important;
        order: 2;
        position:absolute;
        right:0;
        top: 0;
        z-index:99;
    }
    .dtdata_logo img {
        width: 100% !important;
    }
    .hidden-md {
        display:none;
    }
    .navbar-menu-header {
        padding: 0 15px 0 15px;
        background: #000000 ;
        height: 66px;
    }
    #menu-toggle {
        display: block !important;
    }
    .navbar-menu a.nav-link:hover {
        color:#ffffff !important;
    }
    .navbar-menu .nav-link {
        font-size: 20px;
        color: #ffffff;
        padding: 0px 10px 10px 5px !important;
        font-family: "Boldonse", system-ui;
        font-weight:400;
    }
    .navbar-menu .nav-item.with-sub .nav-link::after {
        content: "+";
        font-family: var(--icon-font);
        display: inline-block;
        transform: rotate(0deg);
        margin-left: 6px;
        top: 0;
        transition: all 0.2s ease-in-out;
    }
    .navbar-menu .nav-item.with-sub.show .nav-link:focus::after {
        transform: rotate(45deg);
    }
}
.main-navigation {
    display: block;
}
.main-navigation > ul {
    margin: 0;
    list-style-type: none;
}
.main-navigation > ul > li {
    font-weight: 400;
    font-size: 15px;
    position: relative;
    display: inline-block;
    margin-right: 35px;
}
.main-navigation > ul > li > a {
    display: block;
    color: #666;
    line-height: 52px;
}
.main-navigation > ul > li:last-child {
    margin-right: 0;
}
.main-navigation > ul > li > a > i {
    color: #999;
}
.sticky-header .main-navigation > ul > li > a > i {
    color: #999;
}
.main-navigation > ul > li > a:hover {
    text-decoration: none;
}
.make-widget li {
    width: 100%;
    min-height: 55px;
    margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .main-navigation > ul > li {
        margin-right: 25px;
    }
}
@media only screen and (max-width: 992px) {
    .navbar-menu-sub .nav-sub-item {
        padding: 6px;
        padding-left: 5px;
    }
    .toggle-menu {
        display: none;
        background: #fff;
        width: 100%;
        position: absolute;
        height: auto;
        border-top: 1px solid #eee;
    }
    .toggle-menu > ul > li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #eee;
    }
    .toggle-menu > ul > li > a {
        display: block;
        padding: 15px 0 15px 20px;
        line-height: normal;
        color: #222;
    }
    .toggle-menu > ul > li ul {
        position: static;
        top: 0;
        left: 0 !important;
        margin: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .toggle-menu > ul > li > ul li ul {
        position: static;
        margin: 0;
        left: 0 !important;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .toggle-menu > ul > li.megamenu > ul {
        width: 100%;
    }
    .toggle-menu > ul > li.megamenu > ul .megamenu-container > div.row > div {
        margin-top: 20px;
    }
    .featured-article {
        flex-direction: column;
    }

    .featured-image, .featured-content {
        width: 100%;
    }

    .featured-image img {
        height: 300px;
    }

    .articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.card-todo .progress {
    flex: 1;
    height: 1px;
    margin: 0 10px;
    background: #C40C1F;
}
.card-todo .card-progress {
    align-items: baseline;
}
.card-progress h3 {
    margin-block-end: -7px;
}
hr {
    border-color: #C40C1F;
}
.show-content .navbar-menu-sub {
    width: 1050px;
}
.absolute-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
/*.child:nth-child(odd) {*/
/*คี่*/
.child:nth-child(even) {
    /*คู่*/
    background: #F4F4F6;
}
.fa-arrow-up {
    content: url("2025/images/icons/arrow.svg");
    width:13px;
}
.fa-arrow-down {
    content: url("2025/images/icons/arrow-down.svg");
    width:13px;
}
.ic-menu {
    content: url("2025/images/icons/menu.svg");
    filter: invert(0);
    padding-top: 4px;
    padding-right: 10px;
}
.footer-phone,.footer-phone:hover {
    color:#ffffff;
}

.fa-play-circle {
    color:#ffffffd6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:50px;
}
.p-relative {
    position: relative;
}
.p-absolute {
    position: absolute;
}
.card-todo .list-group-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.card-todo .list-group-header span + span {
    margin-left:0;
}
.card-todo .list-group-header span:nth-of-type(odd) {
    width: 80px;
    height: 5px;
}
.card-todo .list-group-header span:nth-of-type(even) {
    height: 1px;
}
.card-todo .list-group-header {
    margin-left: 20px;
    flex: 1;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-pagination-bullets {
    bottom: 5px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #C40C1F;
}
.bg-v {
    width: 100% !important;
    height: auto !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.border-radius-10 {
    border-radius: 10px;
}
.border-box-title {
    border-bottom: 1px solid #A0B0D8;
}
.video-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.box-title h4 span {
    background: #8d8d8d;
    color: #fff;
    padding: 3px 7px;
}
.widget-share ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
.widget-share ul li {
    float: left;
    text-align: center;
    margin-left: 20px;
}
.widget-share {
    display:flex;
    align-items: center;
}
.card-events .media-body.event-panel-green {
    border-left-color: #C40C1F ;
    position: absolute;
}
.card-events .media-body {
    padding: 0 5px;
    border-left: 2px solid transparent;
    height: 60px;
}
.avatar {
    position: relative;
    width: 100px;
    height: 100px;
}
.avatar-text {
    position: relative;
    width: 90px;
    height: 90px;
    background: #016DDA;
    color:#ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.avatar-text-list {
    position: relative;
    width: 30px;
    height: 30px;
    background: #016DDA;
    color:#ffffff;
    border-radius: 50%;
    margin-right:10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.h-relate {
    overflow: hidden;
    min-height: 60px;
    max-height: 60px;
}
.mg-auto {
    margin: auto;
}
.navbar-menu-wrapper > ul > li.show-content {
    position: inherit !important;
}
.navbar-menu-wrapper > ul > li ul > li {
    position:relative;
}
.img-creator {
    width:30px;
    margin-right:20px;
    object-fit: contain;
}
#totop {
    cursor:pointer;
}
.nav-item a.nav-sub-link,.nav-item a.nav-sub-link:hover {
    color:#ffffff;
}
.content-body a {
    color:#C40C1F;
}
.btn-loadmore, .btn-loadmore:hover {
    color: #000;
    margin-right: 4px;
    padding: 5px 20px;
    background-color: #D9D9D9;
    border: none;
    z-index: 9;
    width: 190px;
    border-radius: 30px;
}
.opacity-overflow {
    position: absolute;
    background: #00000063;
    overflow: hidden;
    width: 100%; 
    bottom: 0; 
    height: 100%;
    border-radius: 10px;
}
.opacity-overflow-m{
    position: absolute;
    background: #00000063;
    overflow: hidden;
    width: 99.4%; 
    bottom: 0; 
    height: 100%;
    border-radius: 10px;
}
.box-img-social {
    text-align: center;
    border: 1px solid #A7A7A7;
    border-radius: 10px;
}
.img-logo-footer {
    border-radius: 5px;
    width: 50px;
    margin-right: 20px;
}
.w-60 {
    width: 60px;
}
.about .bi-facebook {
    color: #ffffff;
}
.img-ic-social {
    height: 40px;
    object-fit: cover;
}
.lg-outer * {
    border:none;
}
.box-content table {
    width:100%;
}
.box-content table td {
    text-align:center;
}
.lg-outer {
    background-color: #000;
}
.box-content ul {
    list-style-type: disc;
}
.highlight-txt {
    background-color: #FFF9C5;
    border-radius: 10px;
    padding: 30px;
    font-weight: 600;
}
.scroll-to-bottom {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #9f9e9e;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    display: block;
    z-index: 10;
}

.scroll-to-bottom:hover {
    background: #9f9e9e;
    border:none;
}
.th-social a {
    padding-right:8px;
    padding-left:8px;
}
.main-menu > ul > li {
    margin: 0 16px;
}
dl, ol, ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}
/* header */
.btn-signin,#vrsubmit {
    height: 36px;
    padding: 5px 16px;
    width: auto;
    text-transform: uppercase;
    opacity: 1;
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
    background-color: #ec1e24;
    color: #fff;
    border-radius: 20px;
    border: none;
}
/*home*/
.iam-logo img {
    height: 35px !important;
}
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.header {
    text-align: center;
    padding: 40px 0;
    color:#ffffff;
}
.wrapper-relative {
    position: relative;
    /*min-height: 100vh;*/
}
.spacer {
    height: 600px;
    background-color:#000000;
}
.partner-logos img:hover,.connect-card img:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}
.background-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.background-wrapper-article {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*.blur-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, 0.2);
}*/
.blur-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.4);
}
.main-menu .active a {
    color:#EC1E24 !important;
}
.navbar-menu-sub .active a {
    color:#EC1E24 !important;
}
.iam-logo-award {
    width: 80px;
    margin-bottom: 30px;
}
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.right-bottom .video-box,.right-panel .video-box {
    position: relative;
    overflow: hidden;
}
.video-box img {
    width: 100%;
    height: auto;
    display: block;
}
.gallery-item video ,.main-wrapper video,.gallery-item-award video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* ทำให้วิดีโอเต็มพื้นที่ gallery-item */
}
/**/
/* article */
.r-article {
    height: auto;
    min-height: 70vh; 
}
.th-blog-wrapper {
    min-height: 100vh;
}
.project-content {
    margin-bottom:30px;
    text-align:center;
}
.sticky-wrapper.sticky {
    background: #00000040;
    backdrop-filter: blur(60px);
}
.navbar-header.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: headerSticky .95s ease forwards;
    animation: headerSticky .95s ease forwards;
}
.featured-article {
    display: flex;
    margin-bottom: 30px;
}
.featured-image {
    flex: 1;
    overflow: hidden;
}
.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-content {
    flex: 1;
    background-color: #727272;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.featured-content .date ,#feed .date,.date{
    text-transform: uppercase;
}
.share-links .tag {
    flex-direction: column-reverse;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
}
.social-links {
    margin:0
}
.social-links img {
    margin-right:10px;
}
.tag a {
    display: block;
    background-color: #727272;
    border: none;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
}
.breadcumb-outer {
    position: relative;
    overflow: hidden;
    margin-bottom:40px;
}
.background-layer {
    position: absolute;
    inset: 0;
    background-image: url('2025/images/bg-article.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.breadcumb-wrapper {
    position: relative;
    padding: 120px 0 60px;
    z-index: 2;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.2);
}
.breadcumb-content {
    position: relative;
    z-index: 3;
    text-align:center;
}
.breadcumb-title {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
    margin: -0.21em 0 -0.14em 0;
    margin-bottom: 10px;
}
.featured-article {
    gap:20px;
}
/**/

/* Modal / Popup */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    display: none;
}
.modal {
    background-color: white;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    padding: 30px;
    position: relative;
    text-align:center;
}
.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    background: none;
    border: none;
}
.modal-header {
    text-align: center;
    margin-bottom: 20px;
}
.modal-logo {
    max-width: 100px;
    margin-bottom: 15px;
}
.modal-title {
    font-family: "Kanit", sans-serif;
    font-size: clamp(16px, 2.5vw, 16px);
    font-weight:600;
    color: #000;
    margin-bottom: 5px;
}
.modal-subtitle {
    font-family: "Kanit", sans-serif;
    font-size: clamp(14px, 2.5vw, 14px);
    font-weight:400;
    color: #000;
}
.input-field {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    font-family: "Kanit", sans-serif;
    font-size: clamp(16px, 2.5vw, 16px);
    font-weight:400;
    color: #000;
}
.btn-otp {
    font-family: "Kanit", sans-serif;
    font-size: clamp(16px, 2.5vw, 16px);
    font-weight:600;
    background-color: #EC1E24;
    color: white;
    width: 100%;
    padding: 15px;
    margin: 10px 0;
    border-radius: 8px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    text-align:center;
}
.btn-otp:hover {
    background-color: #e12929;
}
.or {
    font-family: "Kanit", sans-serif;
    font-size: clamp(16px, 2.5vw, 16px);
    font-weight:600;
    text-align: center;
    margin: 20px 0;
    color: #000;
    position: relative;
}
.social-login {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    font-family: "Kanit", sans-serif;
    font-size: clamp(16px, 2.5vw, 16px);
    font-weight:600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: white;
    text-align: center;
}
.social-icon {
    margin-right: 10px;
    width: 20px;
    margin-top: -3px;
}
.phone-error,.email-error {
    font-family: "Kanit", sans-serif;
    font-size: clamp(14px, 2.5vw, 14px);
    font-weight:400;
    color:#EC1E24;
    text-align:center;
}
.otp-inputs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 1rem 0;
}
.otp-inputs input {
    width: 45px;
    height: 55px;
    text-align: center;
    font-size: 1.4rem;
    border: 1.5px solid #ccc;
    border-radius: 50%;
    outline: none;
    transition: border 0.2s;
}
.otp-inputs input:focus {
    border-color: #ff5722;
}
.timer {
    font-size: 0.95rem;
    margin-bottom: 1.2rem;
}
.timer span {
    color: #d32f2f;
    font-weight: bold;
}
.change-btn {
    background: none;
    border: none;
    color: #000;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: underline;
}
.btn-resend {
    cursor:pointer;
}
.nsm7Bb-HzV7m-LgbsSe {
    border: none !important;
}
/**/
/* partners */
.partners-section {
    margin: 40px auto;
    padding: 0 20px;
}
.partner-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
    gap: 40px;
}
.partner-block {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.partner-label {
    font-weight: bold;
    font-size: 1.1rem;
    white-space: nowrap;
    text-transform: uppercase;
}
.partner-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
img.img-organized,
img.img-partners,
img.img-media {
    height: auto;
    width: auto;
    max-width: 100%;
    object-fit: contain; 
    transition: transform 0.3s ease;
}
img.img-partners {
    max-height: 60px;
}
img.img-organized {
    max-height: 90px;
}
img.img-media {
    max-height: 90px;
}
.articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.connect-card {
    overflow: hidden;
    position: relative;
}

.connect-card img {
    width: 100%;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.read-more {
    text-align: right;
    margin-top: 20px;
}

.read-more a {
    color: #fff;
    text-decoration: none;
}
/**/
/* User Dropdown Menu Styles */
.user-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    min-width: 200px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    margin-top: 10px;
}
.user-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
}
.dropdown-item {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid #f0f0f0;
}
.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #ff6b6b;
}
.dropdown-item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.dropdown-item:last-child {
    border-bottom: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.dropdown-item i {
    margin-right: 10px;
    width: 16px;
    text-align: center;
}

.divider {
    height: 1px;
    background: #e9ecef;
    margin: 0;
}

/* สำหรับ Mobile Menu */
.navbar-menu .user-dropdown {
    position: relative;
}

.navbar-menu .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: transparent;
    margin-top: 10px;
}

.navbar-menu .dropdown-item {
    color: white;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 10px 0;
}

.navbar-menu .dropdown-item:hover {
    background: rgba(255,255,255,0.1);
    color: #EC1E24;
}

.navbar-menu .user-info {
    background: rgba(255,255,255,0.1);
    border-radius: 5px;
    margin-bottom: 10px;
}

.navbar-menu .user-name,
.navbar-menu .user-email {
    color: white;
}

/* ปรับแต่งสีให้เข้ากับธีมของเว็บ */
.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #EC1E24; /* ใช้สีแดงของเว็บ */
}

.user-info {
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
    background: #f8f9fa;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.user-name {
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}
.user-email {
    color: #666;
}

/* static */
.contact-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.company-info {
    text-align: center;
    margin-bottom: 3rem;
    max-width: 100%;
    color:#fff;
}
.contact-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    width: 100%;
    max-width: 1200px;
}
.company-name {
    color:#fff;
}
.contact-card {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 2rem;
    width: 100%;
    max-width: 450px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.card-title {
    margin-bottom: 1.5rem;
    text-align: left;
    color: white;
}
.contact-profile {
    display: flex;
    align-items: start;
    gap: 1.5rem;
    margin-bottom: 0;
}
.profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-content {
    flex: 1;
}
.profile-name {
    margin-bottom: 1rem;
    color: white;
}
.contact-details {
    margin-left: 0;
}
.contact-item {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}
.contact-label {
    margin-right: 0.5rem;
    min-width: 60px;
    color: #fff;
}
.contact-item span:last-child {
    color: #fff;
}
.hero {
    display: flex;
    color: #000;
    overflow: hidden;
    margin-top: -135px;
    z-index: 9;
    position: relative;
    margin-bottom: 30px;
}

.hero-image {
    flex: 1;
    max-width: 350px;
    padding: 20px;
}

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.hero-content {
    flex: 2;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.title-apply {
    font-family: "Boldonse", system-ui;
    font-size: clamp(20px, 2.5vw, 26px) !important;
    line-height:1.5!important;
    color: #EC1E24;
    margin:0;
    margin-bottom: 10px;
}
.description {
    font-family: "Kanit", sans-serif;
    font-size: clamp(16px, 2.5vw, 16px) !important;
    line-height:1.4!important;
    margin: 0;
    margin-bottom:20px;
    font-weight: 400;
}
.subtitle {
    font-family: "Kanit", sans-serif;
    font-size: clamp(18px, 2.5vw, 20px) !important;
    line-height:1.4!important;
    margin: 0;
    font-weight: 600;
}
.disable-link {
    pointer-events: none;
    opacity: 0.4;
}
.register-btn {
    display: inline-block;
    background-color: #EC1E24;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-family: "Kanit", sans-serif;
    font-size: clamp(14px, 2.5vw, 14px) !important;
    line-height:1.4!important;
    text-align: center;
    max-width: 215px;
    transition: background-color 0.3s;
}

.register-btn:hover {
    background-color: #EC1E24;
    color: white;
}

/* Categories Section */
.categories-section {
    background-color: #000;
    color: white;
    padding: 30px 50px;
    border-radius: 20px;
	margin-bottom: 30px;
}

.categories-container {
    display: flex;
    margin: 0 auto;
}

.categories-left {
    width: 40%;
}

.categories-right {
    width: 60%;
}

.category-heading {
    color: #EC1E24;
    font-family: "Boldonse", system-ui;
    font-size: clamp(20px, 2.5vw, 26px) !important;
    line-height:1.5!important;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 1;
}

.category-list {
    margin-top:0px;
    list-style-type: none;
    padding: 0;
}

.category-item {
    display: flex;
    margin-bottom: 12px;
}

.category-name,.category-desc {
    font-family: "Kanit", sans-serif;
    font-size: clamp(16px, 2.5vw, 16px);
    color: white;
}
.category-name {
    width: 150px;
}

/* Schedule Section */
.schedule-day {
    margin-bottom: 30px;
}

.schedule-title {
    font-family: "Kanit", sans-serif;
    font-size: clamp(18px, 2.5vw, 20px);
    margin-bottom: 15px;
    font-weight: bold;
    color:#fff;
}

.schedule-item {
    display: flex;
    margin-bottom: 10px;
}
.schedule-time,.schedule-event {
    font-family: "Kanit", sans-serif;
    font-size: clamp(16px, 2.5vw, 16px);
    font-weight: normal;
    width: 150px;
}
.schedule-event {
    flex: 1;
}
.divider {
    height: 1px;
    background-color: #fff;
    width: 100%;
    margin: 20px 0;
}
/* Floor Plan Section */
.floor-plan-title {
    margin-bottom: 20px;
    font-family: "Kanit", sans-serif;
    font-size: clamp(26px, 2.5vw, 30px);
    font-weight: 600;
    color:#fff;
    margin-top: 30px;
}
.floor-plan-image {
    width: 100%;
    height: auto;
    border: 1px solid #000;
}
.exhibitor-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top:30px;
    margin-bottom:30px;
}
.exhibitor-left {
    flex: 1;
    min-width: 300px;
    background-color: #000;
    color: #fff;
    padding: 30px;
    border-radius: 5px;
}
.exhibitor-right {
    flex: 1;
    min-width: 300px;
    background-color: #ddd;
    border-radius: 5px;
}
.exhibitor-header {
    margin-bottom: 20px;
}
.exhibitor-header h1 {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.exhibitor-list {
    list-style: none;
    padding-left:0;
}
.exhibitor-item {
    border-bottom: 1px solid #727272;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.exhibitor-item:last-child {
    border-bottom: none;
}
.exhibitor-booth {
    color: #727272;
}
.competitor-table-container {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.competitor-column {
    flex: 1;
}
.table-header {
    background-color: #e91e31;
    color: white;
    display: flex;
    padding: 10px 15px;
    font-weight: bold;
}
.table-header .competitor-name {
    flex: 1;
}
.table-header .competitor-booth {
    width: 100px;
    text-align: right;
}
.table-row {
    display: flex;
    padding: 10px 15px;
    border-bottom: 1px solid #f0f0f0;
}
.table-row:nth-child(even) {
    background-color: #e8e8e8;
}
.table-row .competitor-name {
    flex: 1;
}
.table-row .competitor-booth {
    width: 100px;
    text-align: right;
    font-weight: bold;
}
/* Pricing */
.pricing-title {
    margin-bottom: 20px;
    font-family: "Kanit", sans-serif;
    font-size: clamp(26px, 2.5vw, 30px);
    font-weight: 600;
    margin-bottom: 20px;
    color:#fff;
    margin-top: 50px;
}
.pricing-grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    position: relative;
}
.price-item {
    display: flex;
    align-items: baseline;
    margin-right: 30px;
    margin-bottom: 15px;
}
.price-color {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.price-amount {
    font-family: "Kanit", sans-serif;
    font-size: clamp(26px, 2.5vw, 30px);
    font-weight: 600;
}
.price-unit {
    font-family: "Kanit", sans-serif;
    font-size: clamp(16px, 2.5vw, 16px);
    font-weight: 400;
}
.price-5000 {
    background-color: #47C5EE;
}
.price-3500 {
    background-color: #E5DCCD;
}
.price-3000 {
    background-color: #53BFB0;
}
.price-2000 {
    background-color: #EE374D;
}
.price-1000 {
    background-color: #F8A351;
}
.price-note {
    font-family: "Kanit", sans-serif;
    font-size: clamp(14px, 2.5vw, 14px);
    font-weight:400;
    text-align: right;
    bottom: -20px;
    position: absolute;
    right: 0;
}
.main-content {
    display: flex;
    flex-direction: row;
    width: 80%;
    margin-top:30px;
}
.prize-section {
    flex: 1;
    padding: 10px 0 20px 0;
}
.contact-section {
    flex: 1;
    padding: 10px 0 20px 0;
    text-align: left;
}
.prize-list {
    list-style-type: none;
}
.prize-list li {
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    font-family: "Kanit", sans-serif;
    font-size: clamp(16px, 2.5vw, 16px);
    font-weight:400;
}
.prize-list li::before {
    content: "- ";
    margin-right: 5px;
}
.profile {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-top: 20px;
    gap:15px;
}
.profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}
.profile-info {
    text-align: left;
}
.profile-info p {
    margin-bottom: 5px;
    font-family: "Kanit", sans-serif;
    font-size: clamp(16px, 2.5vw, 16px);
    font-weight:400;
    margin-top: 0;
}
.name {
    font-weight: bold;
    font-size: 18px;
}
.notice-box {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #000;
    padding: 15px 20px;
    border-radius: 0;
    width: 80%;
}
.notice-box h3 {
    font-family: "Kanit", sans-serif;
    font-size: clamp(16px, 2.5vw, 16px);
    font-weight:400;
    margin-bottom: 10px;
    text-align: left;
}
.notice-box p {
    margin-bottom: 8px;
    font-family: "Kanit", sans-serif;
    font-size: clamp(16px, 2.5vw, 16px);
    font-weight:400;
    line-height: 1.4;
}
.fb-link {
    font-family: "Kanit", sans-serif;
    font-size: clamp(16px, 2.5vw, 16px);
    font-weight:400;
    text-decoration: none;
    color: #000;
}
.box-detail-ticket {
    display:flex;
    flex-direction: column;
    align-items: center;	
}
/* about */
.history-section {
    margin: 0 auto;
}
.poster-gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.5rem;
}
.poster-item {
    cursor:pointer;
    transition: transform 0.3s ease;
}
.poster-item:hover {
    transform: translateY(-10px);
}
.poster-image {
    width: 100%;
    height: auto;
}
.about {
    display: flex;
    flex-direction: row;
    gap:20px;
}
.left-panel {
    flex: 1;
    color: #fff;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.event-image img {
    width: 100%;
}
.event-content {
    padding: 20px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #EC1E24;
    padding-top: 40px;
}
.event-content h1 {
    color:#fff;
}
.event-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.event-details {
    margin-bottom: 20px;
}
.detail-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.detail-row:last-child {
    border-bottom: none;
}
.right-panel {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sidebar .event-image img	{
	width:180px;
}
/**/
@media (max-width: 767px) { /* mobile */
    .dropdown-menu {
        right: -20px;
        min-width: 180px;
    }

    .user-dropdown .btn-signin {
        padding: 8px 15px;
    }

    .dropdown-item {
        padding: 10px 15px;
    }
    .breadcumb-wrapper {
        padding: 55px 0 60px;
    }
    .header-logo {
        margin-top: 13px;
    }
    .th-social a {
        padding-right: 4px !important;
        padding-left: 4px !important;
    }
    .footer-wrapper .col-xs-5,.footer-wrapper .col-xs-7 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .hidden-md {
        display:block;
    }
    .navbar-menu .nav-item.with-sub .nav-link::after {
        content: "+";
        position: relative;
        font-family: var(--icon-font);
        margin-left: 4px;
        font-weight: 500;
        left: 0px;
        top: 0px;
        font-size: 20px;
        transform: scaleX(1);
        transition: all 0.4s ease-in-out 0s;
    }
    .content-body {
        overflow:hidden;
    }
    .avatar img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .box-content .gallery-icon,.content-cover .box-title{
        padding-left:15px;
        padding-right:15px;
    }
    .item-a .post-img,.item-m .post-img {
        margin-bottom:10px;
    }
    .box-header {
        position: relative;
    }
    .widget-share {
        display: flex;
        flex-direction: column;
    }
    .align-self-stretch {
        text-align:center;
    }
    .card-events .media-body {
        height: 70px !important;
    }
    body {
        overflow: hide;
        padding: 0;
        margin: 0;
    }
    .container {
        max-width: 100%;
    }
    .hidden-xs {
        display: none !important;
    }
    .visible-xs {
        display: block
    }
    .content-fixed {
        margin-top: 10px;
    }
    .navbar-menu .nav-link:hover {
        color: #000000;
    }
    .navbar-menu-sub .nav-sub-link {
        color: #000000;
        white-space: nowrap;
        display: flex;
        align-items: center;
        transition: all 0.2s ease-in-out;
    }
    .cookie {
        display: list-item;
        margin-top: 10px;
    }
    .navbar-menu-sub .nav-sub-link:hover {
        color: #000000;
        text-decoration: underline;
    }
    .navbar-menu-header a:last-child {
        color: #ffffffba;
    }
    .navbar-header .burger-menu {
        margin: 15px 10px;
        padding: 5px 0 5px 10px;
        color: #000;
    }
    .navbar-header .burger-menu {
        margin-left: auto;
        order: 2;
    }
    .navbar-header .burger-menu img {
        max-height: 65px;
        margin: 0;
        padding: 0;
    }
    .navbar-menu .nav-link {
        margin: 5px 10px 0px 15px !important;
    }
    .navbar-menu .nav-item {
        margin-left: 0 !important;
        padding: 0;
        margin-top: 10px;
        margin: 0;
    }
    .navbar-menu .nav-item + .nav-item {
        margin-left: 0 !important;
        padding: 0 !important;
    }
    .navbar-menu-sub {
        position: relative;
        top: 0;
        left: 0;
        background-color: #000000;
        padding: 10px 15px;
        border: solid 0;
        margin-top: 5px;
        margin-left: 15px;
        margin-right: 15px;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        min-width: 160px;
    }
    .col-xs-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xs-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xs-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xs-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xs-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xs-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xs-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xs-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xs-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    ol,
    ul,
    dl {
        margin-bottom: 0rem;
    }
    p {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .content-cover {
        padding: 0;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .content-cover .row {
        padding-right: 0;
        padding-left: 0;
    }
    .content-cover .col-xs-12 {
        padding-right: 0;
        padding-left: 0;
    }
    .content-body,.content-list {
        padding: 0;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .content {
        padding: 0px;
    }
    .social-icons li {
        float: left;
    }
    .box-header {
        margin-top: -35px;
    }
    #totop {
        margin: 10px;
        right: 10px;
    }
    .content_header {
        font-weight: normal !important;
        line-height: 1.2 !important;
    }
    .content_title {
        font-family: "kanit";
        font-size: 22px;
        line-height: 1.2;
    }
    footer hr {
        background: #C40C1F ;
        height: 1px;
        width: 100%;
    }
    .tag {
        width: 100%;
    }
    .card-todo .card-progress .list-group-header {
        margin-left: 0px;
        margin-top: 10px;
    }
    .card-todo .card-progress {
        display: block;
    }
    .post-title a h3 {
        font-size: 22px;
    }
    .flex-start .bg-gray {
        background:#ffffff;
    }
    .post-box .post-title {
        margin-bottom: 20px;
        min-height: 0px;
        margin-top: 10px;
    }
    .swiper-button-prev:after, .swiper-button-next:after {
        margin-top: 0px;
        outline: 0 !important;
    }
    .breadcumb-outer {
        margin-bottom: 15px;
    }
    .featured-article {
        gap: 0px;
    }
    .featured-content {
        padding-top:80px;
    }
    .awards .mb-10 {
        margin-bottom:0px !important;
    }
    .boldonse-26 {
        line-height: 1.9 !important;
    }
    .header-award .text-left {
        text-align:center !important;
    }
    .partner-row {
        flex-direction: column;
        align-items: center;
    }
    .partner-block {
        flex-direction: column;
        text-align: center;
    }
    .partner-label {
        margin-bottom: 10px;
    }
    img.img-partners {
        max-height: 60px;
    }
    img.img-organized {
        max-height: 70px ;
    }
    img.img-media {
        max-height: 70px;
    }
    .articles-grid {
        grid-template-columns: 1fr;
    }
    .read-more {
        text-align: center;
    }
    .contact-cards {
        flex-direction: column;
        align-items: center;
    }
    .contact-card {
        max-width: 100%;
        padding:1rem;
    }
    .profile-name {
        margin-bottom: 5px;
    }
    .contact-item {
        margin-bottom: 0px;
    }
    .profile-img {
        width: 60px;
        height: 60px;
    }
    .contact-label {
        margin-right: 0;
        margin-bottom: 0.2rem;
        min-width: 40px;
    }
    .contact-profile {
        gap: 0.5rem;
    }
    .prize-list {
        padding-left: 0;
    }
    .category-list {
        margin-bottom: 30px;
    }
    .categories-section {
        padding: 30px 20px;
    }
    .main-content,.notice-box {
        width:100%;
    }
    .hero-content {
        flex: 2;
        padding: 20px 0;
    }
    .hero {
        margin-top: 0px;
        flex-direction: column;
    }

    .hero-image {
        max-width: 100%;
    }

    .categories-container {
        flex-direction: column;
    }

    .schedule-time {
        margin-bottom: 5px;
    }
    .category-item {
        flex-direction: row;
        margin-bottom: 0;
    }
    .categories-left,.categories-right {
        width: 100%;
    }
    .category-name {
        width:105px;
        margin-bottom: 5px;
    }
    .pricing-grid {
        flex-direction: row;
        justify-content: space-between;
    }
    .price-item {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .main-content {
        flex-direction: column;
    }
    .contact-section {
        margin-top: 20px;
    }
    .register-btn {
        margin:auto;
    }
    .exhibitor-section {
        flex-direction: column;
    }
    .exhibitor-left, .exhibitor-right {
        width: 100%;
        padding: 20px 10px;
        border-radius: 0px;
    }
    .floorplan .ml-30 {
        margin-left:0px;
    }
    .competitor-table-container {
        flex-direction: column;
    }
}