img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color--rgb: 0, 124, 186;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
    --wp-admin-border-width-focus: 2px;
    --wp-block-synced-color: #7a00df;
    --wp-block-synced-color--rgb: 122, 0, 223;
    --wp-bound-block-color: var(--wp-block-synced-color)
}

@media (min-resolution:192dpi) {
    :root {
        --wp-admin-border-width-focus: 1.5px
    }
}

.wp-element-button {
    cursor: pointer
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px
    }
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

div#ez-toc-container .ez-toc-title {
    font-size: 120%;
}

div#ez-toc-container .ez-toc-title {
    font-weight: 700;
}

div#ez-toc-container ul li,
div#ez-toc-container ul li a {
    font-size: 95%;
}

div#ez-toc-container ul li,
div#ez-toc-container ul li a {
    font-weight: 500;
}

div#ez-toc-container nav ul ul li {
    font-size: 90%;
}

div#ez-toc-container {
    background: #fff;
    border: 1px solid #dd0000;
    width: 50%;
}

div#ez-toc-container p.ez-toc-title,
#ez-toc-container .ez_toc_custom_title_icon,
#ez-toc-container .ez_toc_custom_toc_icon {
    color: #dd0000;
}

div#ez-toc-container ul.ez-toc-list a {
    color: #000000;
}

div#ez-toc-container ul.ez-toc-list a:hover {
    color: #2a6496;
}

div#ez-toc-container ul.ez-toc-list a:visited {
    color: #428bca;
}

.ez-toc-container-direction {
    direction: ltr;
}

.ez-toc-counter ul {
    counter-reset: item;
}

.ez-toc-counter nav ul li a::before {
    content: counters(item, '.', decimal) '. ';
    display: inline-block;
    counter-increment: item;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: .2em;
    float: left;
}

.ez-toc-widget-direction {
    direction: ltr;
}

.ez-toc-widget-container ul {
    counter-reset: item;
}

.ez-toc-widget-container nav ul li a::before {
    content: counters(item, '.', decimal) '. ';
    display: inline-block;
    counter-increment: item;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: .2em;
    float: left;
}

.bg {
    opacity: 0;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
}

.bg-loaded {
    opacity: 1;
}

:root {
    --primary-color: #446084;
}

.header-main {
    height: 80px
}

#logo img {
    max-height: 80px
}

#logo {
    width: 340px;
}

.header-bottom {
    min-height: 35px
}

.header-top {
    min-height: 30px
}

.transparent .header-main {
    height: 90px
}

.transparent #logo img {
    max-height: 90px
}

.has-transparent+.page-title:first-of-type,
.has-transparent+#main>.page-title,
.has-transparent+#main>div>.page-title,
.has-transparent+#main .page-header-wrapper:first-of-type .page-title {
    padding-top: 140px;
}

.header.show-on-scroll,
.stuck .header-main {
    height: 70px !important
}

.stuck #logo img {
    max-height: 70px !important
}

.header-bottom {
    background-color: #f1f1f1
}

.header-bottom-nav>li>a {
    line-height: 16px
}

@media (max-width: 549px) {
    .header-main {
        height: 70px
    }

    #logo img {
        max-height: 70px
    }
}

.success.is-underline:hover,
.success.is-outline:hover,
.success {
    background-color: #5bb106
}

.success-color,
.success.is-link,
.success.is-outline {
    color: #5bb106;
}

.success-border {
    border-color: #5bb106 !important;
}

/* Color !important */
[data-text-color="success"] {
    color: #5bb106 !important;
}

/* Background Color */
[data-text-bg="success"] {
    background-color: #5bb106;
}

body {
    color: #605c5c
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    color: #0a0a0a;
}

body {
    font-size: 100%;
}

body {
    font-family: "Bai Jamjuree", sans-serif;
}

body {
    font-weight: 400;
    font-style: normal;
}

.nav>li>a {
    font-family: "Bai Jamjuree", sans-serif;
}

.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-family: "Bai Jamjuree", sans-serif;
}

.nav>li>a,
.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-weight: 700;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-family: "Bai Jamjuree", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
    font-weight: 700;
    font-style: normal;
}

.alt-font {
    font-family: "Bai Jamjuree", sans-serif;
}

.alt-font {
    font-weight: 400 !important;
    font-style: normal !important;
}

.header:not(.transparent) .header-bottom-nav.nav>li>a {
    color: #ce0707;
}

a {
    color: #da0b0b;
}

.is-divider {
    background-color: #eeee22;
}

.footer-1 {
    background-color: #000000
}

.absolute-footer,
html {
    background-color: #000000
}

.nav-vertical-fly-out>li+li {
    border-top-width: 1px;
    border-top-style: solid;
}

/* Custom CSS */
.home-content>.col {
    box-shadow: 0px 0px 20px 5px #FF0000;
    border: 2.5px solid #FFFFFF;
    border-radius: 15px;
    height: 700px;
    padding: 10px;
    margin-bottom: 36px;
}

.home-content>.col>.col-inner {
    height: 100%;
    overflow: auto;
}

*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-thumb {
    background-color: #FF0000;
    border-radius: 20px;
    border: 5px solid #FF0000;
}

.label-new.menu-item>a:after {
    content: "New";
}

.label-hot.menu-item>a:after {
    content: "Hot";
}

.label-sale.menu-item>a:after {
    content: "Sale";
}

.label-popular.menu-item>a:after {
    content: "Popular";
}

.wp-block-image figcaption {
    text-align: center;
}

.header-main {
    background: linear-gradient(45deg,
            #040507 0%,
            #040507 30.2%,
            #660000 30.2%,
            #040507 100%);
}

.footer-widgets {
    padding-left: 15px;
    background: linear-gradient(89deg, #040507 16%, #AA0000 90%);
    text-align: justify;
}

.texthome,
.box,
.post,
.widget-area {
    box-shadow: inset 0px 0px 3px 2px #FF0000;
    padding: 5.1%;
    border-radius: 10px;
}

.marquee-wrap:after {
    background: linear-gradient(35.57deg, #e9aa01 29.98%, #a5711c 122.48%);
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    line-height: 35px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

span.news-title i {
    margin-right: 5px;
    font-size: 20px;
}

.news-title:after {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    content: none;
}

.news-title {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    width: 35px;
}

.news-title {
    align-items: center;
    background: linear-gradient(35.57deg, #e9aa01 29.98%, #a5711c 122.48%);
    display: flex;
    height: 35px;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 0;
    width: 50px;
}

.news-title {
    padding: 0 15px;
    width: auto;
}

.visible-area {
    margin-left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.marquee-wrap {
    color: #5a5959;
    cursor: pointer;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    margin: auto;
    position: relative;
    width: 100%;
}

.marquee-item {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
}

.scrollLeft {
    animation: scrollLeft linear infinite;
}

.marquee-content {
    position: absolute;
    white-space: nowrap;
}


@keyframes scrollLeft {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-100%)
    }
}