/*
 * General
 */
@import url("https://fonts.googleapis.com/css2?family=Trirong:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@300;600&display=swap");

html,
body {
    overflow-y: auto;
    height: 100%;
    min-height: 100%;
    width: 100%;
    overflow-x: hidden;
    background-color: #fff !important;
    color: #000 !important;
    font-family: var(--bs-font-nav);
}

main {
    min-height: 90vh;
    background-color: var(--bs-white);
    margin-top: 62px;
}
.container {
    max-width: 1440px;
}
.bg-dark-3 {
    background: var(--bs-dark-3);
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active {
    color: #212529;
    text-decoration: none !important;
    background-color: #e3f6fb !important;
}

.text-primary {
    color: var(--bs-primary) !important;
}
a.text-primary:hover {
    opacity: 0.8;
}
a {
    text-decoration: none;
    color: var(--bs-primary);
}
.link {
    color: #000;
}
.link:hover {
    color: var(--bs-primary) !important;
}

.card.rounded {
    border-radius: 1rem !important;
}

.underline-animation {
    background: linear-gradient(currentColor 0 0) 0 100% / var(--d, 0) 3px
        no-repeat;
    transition: 0.5s;
}

.underline-animation:hover {
    --d: 100%;
    color: var(--bs-tertiary) !important;
}

.underline-animation-active {
    color: var(--bs-tertiary) !important;
    border-bottom: 3px solid var(--bs-tertiary);
    padding-bottom: 5px;
}

.text-list {
    color: #000;
}
.text-list:hover {
    color: var(--bs-blue) !important;
}
.text-list-active {
    color: var(--bs-blue) !important;
}

.btn {
    border-radius: 25px;
    padding: 0.3rem 1.2rem;
}

.form-control {
    border-radius: 2rem;
    /*	border: none;*/
}

.form-control-xl {
    min-height: calc(2em + 1rem + 2px);
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
    border-radius: 3rem !important;
}

a.badge {
    border-radius: 1.5rem;
    text-decoration: none;
    margin: 0.3rem;
    padding: 0.5rem 0.6rem 0.4rem 0.6rem;
}

.badge-secondary {
    background-color: var(--bs-tone-09) !important;
    color: var(--bs-primary) !important;
}

.badge-tertiary {
    background-color: var(--bs-tertiary) !important;
    color: white !important;
}

.dropdown-hover-content {
    display: none;
    position: absolute;
}

.dropdown-hover:hover .dropdown-hover-content {
    display: block;
    background-color: white;
}

.border-tone-17 {
    border: 2px solid var(--bs-tone-17);
    border-radius: 13px;
}

.notification {
    position: fixed;
    width: 300px;
    right: -500px;
    box-shadow: 0px 0px 70px -16px black;
    height: 100%;
    top: 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 10;
}

.notification.show {
    right: 0px;
}

.dropdown-slide-down {
    max-height: 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: var(--bs-blue-sparse);
    border-radius: 10px;
    border: 0px;
    width: max-content;
}

.dropdown-slide-down.show {
    max-height: 500px;
    border: 3px solid rgba(54, 108, 243, 0.1) !important;
}

.dropdown-user-slide-down {
    max-height: 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: var(--bs-blue-sparse);
    border-radius: 10px;
    border: 0px;
    width: max-content;
}

.dropdown-user-slide-down.show {
    max-height: 500px;
    border: 3px solid rgba(54, 108, 243, 0.1);
}

.search-input-nav {
    width: 160px;
}

.notify-number {
    font-size: 0.75rem;
    top: 0px;
    right: 0px;
    width: 15px;
    height: 15px;
}

/*
  * Footer
  */

footer {
    /*border-bottom: 5px solid var(--bs-tertiary);*/
}

textarea:focus,
.btn:focus,
.btn:focus-visible,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="checkbox"]:focus,
.uneditable-input:focus {
    box-shadow: 0 0 0;
    outline: 0 none;
}

/*
  * Font Sizes
  */

.fs-small {
    font-size: 90%;
}

.fs-smaller {
    font-size: 80%;
}

.fs-normal {
    font-size: 1rem;
}

.fs-big {
    font-size: 120%;
}

.fs-bigger {
    font-size: 140%;
}

.main_title {
    font-size: 36px !important;
    font-weight: 600 !important;
    color: #212529 !important;
}
.main_title_2 {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #212529 !important;
}
.sub_title {
    font-size: 32px !important;
    font-weight: 600 !important;
    color: #212529 !important;
}

.sub_title_2 {
    font-size: 20px !important;
    font-weight: 300 !important;
    color: #212529 !important;
}

.text-small-show {
    font-size: 18px !important;
    font-weight: 500 !important;
}
.text-title-show {
    font-size: 22px !important;
    font-weight: 600 !important;
}

.card-course .card-header {
    height: 160px;
}
.border-search {
    border: 1px solid #dee2e6 !important;
    /*border-radius: 10px;*/
}

.bg-search {
    background-color: #fefefe !important;
}

.icon-search {
    right: 20px;
    top: 15px;
}
.text-blue {
    color: var(--bs-blue) !important;
}
.text-muted-2 {
    color: #8b8b8b;
}
.px-body {
    padding-right: 90px;
    padding-left: 90px;
}
.w-90 {
    width: 90%;
}
.overflow-daily {
    height: 800px;
    /*height: 300px;*/
    overflow-y: scroll;
    overflow-x: hidden;
}
.overflow-detail {
    height: 870px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.f-9 {
    font-size: 9px;
}
.f-10 {
    font-size: 10px;
}
.f-11 {
    font-size: 11px;
}
.f-12 {
    font-size: 12px;
}
.f-14 {
    font-size: 14px !important;
}
.f-16 {
    font-size: 16px;
}
.f-17 {
    font-size: 17px;
}
.f-18 {
    font-size: 18px;
}
.f-20 {
    font-size: 20px;
}
.f-22 {
    font-size: 22px;
}
.f-24 {
    font-size: 24px;
}

.f-25 {
    font-size: 25px;
}
.f-26 {
    font-size: 26px;
}
.f-28 {
    font-size: 28px;
}
.f-30 {
    font-size: 30px;
}
.f-32 {
    font-size: 32px;
}
.f-34 {
    font-size: 34px;
}
.f-36 {
    font-size: 36px;
}
.f-38 {
    font-size: 38px;
}
.f-40 {
    font-size: 40px;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background-color: #fff;
    border-left: 1px solid #ccc;
}
::-webkit-scrollbar-thumb {
    background-color: #99abb4;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #99abb4;
}

.bg-gray {
    background-color: #f8f8f8 !important;
}
@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
    .search-input-nav {
        width: 210px;
    }
}

@media (min-width: 1400px) {
}

.footer-b-0 {
    position: relative;
    bottom: 0;
    /*margin-top: 600px;*/
}

.b-article {
    border: 1px solid #fff !important;
}
/* .b-article:hover {
     border: 1px solid rgba(0, 0, 0, 0.125) !important;
 } */
.btn-article {
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
    border-radius: 3px;
}
.btn-article:focus {
    box-shadow: unset;
}
.btn-blue {
    border-radius: 3px;
    color: #4481f3;
    background-color: #e7f6fe;
    border-color: #e7f6fe;
}
.btn-blue:focus,
.btn-blue:hover {
    color: #4481f3;
    background-color: #e7f6fe;
    border-color: #e7f6fe;
}
.btn-blue-dark {
    border-radius: 3px;
    color: #fff;
    background-color: #007aff;
    border-color: #007aff;
}
.btn-blue-dark:focus,
.btn-blue-dark:hover {
    color: #fff;
    background-color: #007aff;
    border-color: #007aff;
}
.align-icon-footer {
    text-align: right;
}
.align-icon-footer-s {
    text-align: left;
}
.nev-desktop {
    display: block;
}
.nev-mobile {
    display: none;
}
.img-app {
    width: 100%;
}
.f-small-footer {
    font-size: 0.875em !important;
}
.btn-secondary {
    background-color: #f8f8f8 !important;
    color: #333 !important;
    border: 1px solid #f8f8f8 !important;
}

.btn-dark-unset {
    color: var(--bs-body-color);
    background: var(--bs-white);
    border-color: var(--bs-body-color);
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.btn-dark-unset:hover {
    color: var(--bs-body-color);
    background: var(--bs-white);
    border-color: var(--bs-body-color);
}
.btn-dark-unset:focus {
    box-shadow: 0 1px 1px #ffffff inset, 0 0 8px #ffffff;
}

.btn-dark-unset-active {
    color: var(--bs-dark);
    background: var(--bs-white);
    border-color: var(--bs-white);
}

.btn-dark-unset-active:focus {
    box-shadow: 0 1px 1px #ffffff inset, 0 0 8px #ffffff;
}

.text-orange {
    color: #ff5722;
}
.img-creator {
    width: 45px;
    height: 45px;
}
.label-orange {
    background-color: #fd5e07;
    color: #ffffff;
    border-radius: 25px;
    padding: 2px 10px 2px 10px;
}

.label-holder {
    position: relative;
}
.label-holder .label-orange-insite {
    position: absolute;
    background-color: #fd5e07;
    color: #ffffff;
    border-radius: 25px;
    padding: 2px 10px 2px 10px;
    top: 7px;
    left: 16px;
}

/*#chatbot*/
#cb > #cb-icon {
    background-color: var(--bs-dark-2) !important;
    z-index: 2;
}
#cb-box > .chatbox > .cb-header {
    background-color: var(--bs-dark-2) !important;
    border-top: 0.15rem solid var(--bs-dark-2) !important;
    border-left: 0.15rem solid var(--bs-dark-2) !important;
    border-right: 0.15rem solid var(--bs-dark-2) !important;
}
.btn.cb-chat-type {
    border: 0.15rem solid var(--bs-dark-2) !important;
    background-color: var(--bs-dark-2) !important;
}
.btn.cb-chat-type:hover,
.btn.cb-chat-type:focus,
.btn.cb-chat-type:active {
    color: var(--bs-dark-2) !important;
    background-color: var(--cb-gray-light-2) !important;
}
#cb-box > .chatbox > .chats {
    border-left: 0.15rem solid var(--bs-dark-2) !important;
    border-right: 0.15rem solid var(--bs-dark-2) !important;
}
#cb-box > .chatbox > .cb-footer {
    border-bottom: 0.15rem solid var(--bs-dark-2) !important;
    border-left: 0.15rem solid var(--bs-dark-2) !important;
    border-right: 0.15rem solid var(--bs-dark-2) !important;
}
span.msg.me,
span.msg.load.me {
    background-color: var(--bs-dark-2) !important;
}
.chats-list ul > li > .list.me {
    border: 0.15rem solid var(--bs-dark-2) !important;
}
.chats-list ul > li > .list.me:hover,
.chats-list ul > li > .list.me:focus,
.chats-list ul > li > .list.me:active {
    background-color: var(--bs-dark-2) !important;
}
span.msg.you,
span.msg.load.you {
    background-color: var(--cb-gray-light-2) !important;
}
#cb-box > .chatbox > .badges > .badges-list > button:disabled,
#cb-box > .chatbox > .badges > .badges-list > button:disabled {
    background-color: var(--bs-dark-2) !important;
}
#cb-box > .chatbox > .send-box button.attach-file {
    color: var(--bs-dark-2) !important;
}
.send-box button.send-icon {
    color: var(--bs-dark-2) !important;
}
#cb-box > .chatbox > .badges {
    border-left: 0.15rem solid var(--bs-dark-2) !important;
    border-right: 0.15rem solid var(--bs-dark-2) !important;
}
#cb-box > .chatbox > .send-box {
    border-bottom: 0.15rem solid var(--bs-dark-2) !important;
    border-left: 0.15rem solid var(--bs-dark-2) !important;
    border-right: 0.15rem solid var(--bs-dark-2) !important;
}

/*#chatbot*/

.bg-header-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    width: 100%;
    /*background: #afbdb0;*/
}
.bg-home-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    width: 100%;
    /*background: #afbdb0;*/
}
.img-center-home {
    max-height: 100%;
    max-width: 100%;

    margin-left: auto;
    margin-right: auto;
    display: block;
}
/* .article-detail img {
     width: 100%!important;
 } */

.bg-blue {
    background-color: var(--bs-blue);
}
.bg-blue-dark {
    background-color: var(--bs-blue-dark);
}
.bg-blue-sparse {
    background-color: var(--bs-blue-sparse);
}
.bg-secondary,
.btn-secondary {
    border-color: rgba(54, 108, 243, 0.1) !important;
}

/*####################*/
.bg-footer {
    border-top: 1px solid #efefef;
    background-color: #fff !important;
    color: #000;
}
.bg-footer-2 {
    background-color: var(--bs-dark-3) !important;
    color: #ffffff;
}
.bg-knowledged-daily {
    background-color: rgb(252, 227, 115);
}
.bg-icon-footer {
    background: #E3F6FB;
    color: #757A7F;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-sm-qu {
    padding: 4px 10px;
    font-size: 11px;
}
.download-app-desktop {
    display: block;
}
.download-app-mobile {
    display: none;
}
.mx-icon-footer {
    margin-left: 0px;
    margin-right: 0px;
}
.bg-articles-daily {
    background-color: rgb(204, 166, 154);
}
.bg-section-sharing {
    background-color: rgb(228, 238, 246);
}
.bg-binoculars {
    color: var(--bs-yellow-2);
    border-radius: 50%;
    background: var(--bs-dark-2);
    padding: 20px;
}
.text-dark-2 {
    color: var(--bs-dark-2);
}
.label-dark {
    background-color: var(--bs-dark-2);
    color: #ffffff;
    border-radius: 25px;
    padding: 2px 10px 2px 10px;
}
.card-unset-bg {
    background-color: unset !important;
    border: 0px solid #fff !important;
}
.yellow-2 {
    color: var(--bs-yellow-2);
}
.user-img-sharing {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /*    border: 1px solid var(--bs-dark-2);*/
}
.form-control-sharing {
    min-height: calc(2em + 1rem + 2px);
    padding: 1rem 1.5rem;
    font-size: 1rem;
    border-radius: 3rem !important;
    margin-top: 24px;
}
.u-dot {
    border-bottom: 2px dotted var(--bs-blue);
}
.u-dot-dark {
    border-bottom: 2px dotted var(--bs-dark);
}
.font-nav-main {
    font-family: var(--bs-font-nav);
    color: var(--bs-dark);
    font-size: 1rem;
}

.btn-nav {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
    border-radius: 10px;
}
.btn-nav.active {
    background-color: var(--bs-dark-2);
    color: #fff;
    border: 1px solid var(--bs-dark-2);
    border-radius: 10px;
}
.btn-nav:hover,
.btn-nav:focus {
    background-color: #eff0f0;
    color: #000;
    border: 1px solid #eff0f0;
    border-radius: 10px;
}
.noti-desktop {
    display: block;
}
.dropdown-hover-btn:hover {
    color: #000 !important;
}
.m-mobile {
    margin-top: 0px;
    margin-bottom: 0px;
}

/*#berger menu*/
.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 2px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change-menu .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}

.change-menu .bar2 {
    opacity: 0;
}

.change-menu .bar3 {
    transform: translate(0, -5px) rotate(45deg);
}
/*#berger menu*/

/*#comment*/
.textarea-auto {
    resize: none;
    overflow: hidden;
    height: 30px;
}
/*#comment*/
.btn-rounded {
    border-radius: 50%;
}
.bg-send {
    color: var(--bs-dark-2);
    border-radius: 50%;
    background: var(--bs-yellow-2);
    padding: 6px;
    font-size: 11px;
}
.text-send {
    color: var(--bs-gray);
}
.text-send.active {
    color: var(--bs-blue);
}
.m-comment {
    margin-top: 20px;
    margin-bottom: 20px;
}
.btn-post {
    background-color: #fff;
    border: 1px solid #fff;
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}
.b-comment {
    border: 1px solid var(--bs-gray);
    border-radius: 25px;
}
.unset-focus:focus {
    border: 0px solid var(--bs-gray) !important;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}
.img-cover-daily {
    object-fit: cover;
    width: 100%;
    /*	height: 110px;*/
}
hr {
    opacity: 0.1;
}

/* Scrol */
.scrol-1::-webkit-scrollbar-thumb {
    background: #a89231;
}
.scrol-1::-webkit-scrollbar-track {
    background: rgb(252, 227, 115);
    border: 0px !important;
}

.scrol-2::-webkit-scrollbar-track {
    background: rgb(228, 238, 246);
    border: 0px !important;
}
.scrol-3::-webkit-scrollbar-thumb {
    background: #fff;
    border: 0px !important;
}
.scrol-4::-webkit-scrollbar-track {
    background: rgb(204, 166, 154);
    border: 0px !important;
}
.scrol-4::-webkit-scrollbar-thumb {
    background: rgb(199, 166, 155);
    border: 0px !important;
}
.scrol-5::-webkit-scrollbar-track {
    background: #f2f2f2;
    border: 0px !important;
}
.scrol-5::-webkit-scrollbar-thumb {
    background: #f2f2f2;
    border: 0px !important;
}

.scrol-6::-webkit-scrollbar-track {
    background: #f7f7f7;
    border: 0px !important;
}

.img-cover-article {
    /*#แก้กลับ รอบ 3 เป็น crop 25/5/66*/
    object-fit: cover;
    width: 100%;
    height: 150px;
}

.img-cover-infographic {
    object-fit: cover;
    width: 100%;
    height: 180px;
}

.bg-top-bar {
    background-color: #f2f2f2;
}
.text-top-bar {
    color: #6e6e6e;
}
.img-cover-popular {
    object-fit: cover;
    width: 100%;
    height: 180px;
}
.b-none {
    border: 0px solid #fff;
}
.img-cover-miss {
    object-fit: cover;
    width: 100%;
    /*	height: 400px;*/
}
.overflow-menu-teb {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.img-cover-new {
    object-fit: cover;
    width: 100%;
    height: 250px;
}
.f-icon {
    font-size: 1.8rem;
}
.btn-marc {
    border-bottom: 3px solid var(--bs-dark) !important;
}

.bg-icon-wishlist {
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    padding: 10px 10px 9px 10px;
    font-size: 38px;
    box-shadow: 0 5px 10px #cccccc;
}
.bg-icon-wishlist-active {
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px 10px 9px 10px;
    font-size: 38px;
    box-shadow: 0 5px 10px #cccccc;
}
.b-radius-3 {
    border-radius: 3px !important;
}
.type-select i.bottom-17 {
    bottom: -17px !important;
}
.label-product {
    position: absolute !important;
    background-color: rgba(203, 203, 203, 0.6);
    bottom: 39px;
    width: 100% !important;
    color: rgba(0, 0, 0, 1) !important;
}

.b-dark {
    border: 1px solid var(--bs-dark);
}
.form-check-input:checked {
    background-color: var(--bs-dark) !important;
    border-color: var(--bs-dark) !important;
}

/*slide*/
.slide-gallery {
    padding: 16px;
    display: grid;
    grid-template-columns: repeat(150, 20vw);
    grid-template-rows: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    /*overflow-x: scroll;
     overflow-y: hidden;*/
    list-style-type: none;
    animation: moveSlideshow 50s linear infinite 0s;
}

.slide-img {
    /*    animation: moveSlideshow 20s linear infinite 0s;*/
}

.slide-gallery:hover {
    animation-play-state: paused;
}

@keyframes moveSlideshow {
    /*100% {
         transform: translateX(-66.6666%);
     }*/
    0% {
        transform: translateX(10vh);
    }
    100% {
        transform: translateX(-600vh);
    }
}

.underline-profile {
    padding-bottom: 3px;
    border-bottom: 2px solid var(--bs-gray);
}
.modal-content {
    background-color: #fff !important;
}

.set.dropdown-item.active,
.set.dropdown-item:active {
    background-color: var(--bs-white);
    color: #212529;
}
br.none {
    display: block;
}
br.none.mobile {
    display: none;
}
.p-sr-de {
    padding-top: 50px;
}
.p-sr-de-2 {
    padding-top: 30px;
}
.dropdown-w {
    width: clamp(200px, 20%, 250px);
}
.dropdown-w-100 {
    width: clamp(200px, 20%, 250px);
}
.dropdown-w-full {
    width: 70%;
}
.hide-mobile-only {
    display: block;
}
.show-mobile-only {
    display: none;
}
.icon-hide {
    display: none;
}
.icon-show {
    display: block;
}
.nev-kl-mobile {
    display: none;
}
.nev-kl-des {
    display: block;
}
.w-sm-points {
    width: 200px;
}
.f-24 {
    font-size: 24px;
}
.f-32 {
    font-size: 32px;
}
.swiper-pagination-bullet-active {
    background-color: #242021 !important;
}

.bg-gray-f {
    background-color: #f0f2f5;
}

@media only screen and (max-width: 1024px) {
    .bg-icon-footer {
        border-radius: 50%;
        padding: 8px;
        font-size: 18px;
    }
    .btn-sm-qu {
        padding: 8px 5px;
        font-size: 16px;
        width: 80%;
    }
    .align-icon-footer {
        text-align: right;
    }
    .align-icon-footer-s {
        text-align: left;
    }
    .nev-desktop {
        display: none;
    }
    .nev-mobile {
        display: block;
    }
    .f-small-footer {
        font-size: 12px !important;
    }
    .px-body {
        padding-right: 30px;
        padding-left: 30px;
    }
    .img-creator {
        width: 55px;
        height: 55px;
    }
    .download-app-desktop {
        display: block;
    }
    .download-app-mobile {
        display: none;
    }
    .mx-icon-footer {
        margin-left: 4px;
        margin-right: 4px;
    }
    .noti-desktop {
        display: block;
    }
    .slide-gallery {
        grid-template-columns: repeat(150, 30vw);
        animation: moveSlideshow 30s linear infinite 0s;
    }
    @keyframes moveSlideshow {
        /*100% {
             transform: translateX(-66.6666%);
         }*/
        0% {
            transform: translateX(10vh);
        }
        100% {
            transform: translateX(-380vh);
        }
    }
    .hide-mobile-only {
        display: block;
    }
    .show-mobile-only {
        display: none;
    }
    .nev-kl-mobile {
        display: none;
    }
    .nev-kl-des {
        display: block;
    }
    .dropdown-w-full {
        width: 90%;
    }
}
@media only screen and (max-width: 900px) {
    .bg-icon-footer {
        border-radius: 50%;
        padding: 8px;
        font-size: 18px;
    }
    .btn-sm-qu {
        padding: 5px 5px;
        font-size: 14px;
        width: 75%;
    }
    .align-icon-footer {
        text-align: right;
    }
    .align-icon-footer-s {
        text-align: left;
    }
    .nev-desktop {
        display: none;
    }
    .nev-mobile {
        display: block;
    }
    .f-small-footer {
        font-size: 12px !important;
    }
    .px-body {
        padding-right: 30px;
        padding-left: 30px;
    }
    .img-creator {
        width: 70px;
        height: 70px;
    }
    .download-app-desktop {
        display: block;
    }
    .download-app-mobile {
        display: none;
    }
    .mx-icon-footer {
        margin-left: 4px;
        margin-right: 4px;
    }
    .noti-desktop {
        display: none;
    }
    .slide-gallery {
        grid-template-columns: repeat(150, 30vw);
        animation: moveSlideshow 30s linear infinite 0s;
    }
    @keyframes moveSlideshow {
        /*100% {
             transform: translateX(-66.6666%);
         }*/
        0% {
            transform: translateX(10vh);
        }
        100% {
            transform: translateX(-350vh);
        }
    }
    br.none {
        display: none;
    }
    .p-sr-de {
        padding-top: 25px;
    }
    .hide-mobile-only {
        display: block;
    }
    .show-mobile-only {
        display: none;
    }
    .nev-kl-mobile {
        display: none;
    }
    .nev-kl-des {
        display: block;
    }

    .dropdown-w-full {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .bg-icon-footer {
        border-radius: 50%;
        padding: 6px;
        font-size: 16px;
    }
    .btn-sm-qu {
        padding: 4px 5px;
        font-size: 14px;
        width: 75%;
    }
    .align-icon-footer {
        text-align: right;
    }
    .align-icon-footer-s {
        text-align: left;
    }
    .nev-desktop {
        display: none;
    }
    .nev-mobile {
        display: block;
    }
    .f-small-footer {
        font-size: 12px !important;
    }
    .px-body {
        padding-right: 30px;
        padding-left: 30px;
    }
    .overflow-daily {
        height: 100%;
    }
    .overflow-detail {
        height: 100%;
    }
    .img-creator {
        width: 70px;
        height: 70px;
    }
    .download-app-desktop {
        display: block;
    }
    .download-app-mobile {
        display: none;
    }
    .mx-icon-footer {
        margin-left: 4px;
        margin-right: 4px;
    }
    .noti-desktop {
        display: none;
    }
    .slide-gallery {
        grid-template-columns: repeat(150, 30vw);
        animation: moveSlideshow 30s linear infinite 0s;
    }
    @keyframes moveSlideshow {
        0% {
            transform: translateX(10vh);
        }
        100% {
            transform: translateX(-390vh);
        }
    }
    .hide-mobile-only {
        display: block;
    }
    .show-mobile-only {
        display: none;
    }
    .nev-kl-mobile {
        display: block;
    }
    .nev-kl-des {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .btn-sm-qu {
        padding: 10px 5px;
        font-size: 14px;
        width: 75%;
    }
    .bg-icon-footer {
        border-radius: 50%;
        padding: 10px;
        /* font-size: 30px; */
    }
    .align-icon-footer {
        text-align: center;
    }
    .align-icon-footer-s {
        text-align: center;
    }
    .nev-desktop {
        display: none;
    }
    .nev-mobile {
        display: block;
    }
    .img-app {
        width: 75%;
    }
    .f-small-footer {
        font-size: 12px !important;
    }
    .px-body {
        padding-right: 20px;
        padding-left: 20px;
    }
    .overflow-daily {
        height: 100%;
    }
    .overflow-detail {
        height: 100%;
    }
    .img-creator {
        width: 70px;
        height: 70px;
    }
    .download-app-desktop {
        display: none;
    }
    .download-app-mobile {
        display: block;
    }
    .mx-icon-footer {
        margin-left: 5px;
        margin-right: 5px;
    }
    .user-img-sharing {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        /*	    border: 1px solid var(--bs-dark-2);*/
    }
    .form-control-sharing {
        min-height: calc(1em + 1rem + 1px);
        padding: 1rem 1.5rem;
        font-size: 0.8rem;
        border-radius: 3rem !important;
        margin-top: 10px;
    }
    .noti-desktop {
        display: none;
    }
    .m-mobile {
        margin-top: 25px;
        margin-bottom: 20px;
    }
    .slide-gallery {
        grid-template-columns: repeat(150, 70vw);
        animation: moveSlideshow 50s linear infinite 0s;
    }
    @keyframes moveSlideshow {
        0% {
            transform: translateX(10vh);
        }
        100% {
            transform: translateX(-650vh);
        }
    }
    .p-sr-de {
        padding-top: 10px;
    }
    .p-sr-de-2 {
        padding-top: 10px;
    }
    .dropdown-w {
        width: 90%;
    }
    .dropdown-w-100 {
        width: 100%;
    }
    .hide-mobile-only {
        display: none;
    }
    .show-mobile-only {
        display: block;
    }
    .nev-kl-mobile {
        display: block;
    }
    .nev-kl-des {
        display: none;
    }
    .m-mobile-unset {
        margin-top: -20px;
    }
    .w-sm-points {
        width: 100%;
    }
    br.none.mobile {
        display: block;
    }

    .menu-wrap {
        height: 400px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 320px) {
    .mx-icon-footer {
        margin-left: 0px;
        margin-right: 0px;
    }
    .noti-desktop {
        display: none;
    }
    .slide-gallery {
        grid-template-columns: repeat(150, 70vw);
        animation: moveSlideshow 50s linear infinite 0s;
    }
    @keyframes moveSlideshow {
        0% {
            transform: translateX(10vh);
        }
        100% {
            transform: translateX(-250vh);
        }
    }
    .hide-mobile-only {
        display: none;
    }
    .show-mobile-only {
        display: block;
    }
    .nev-kl-mobile {
        display: block;
    }
    .nev-kl-des {
        display: none;
    }
    br.none.mobile {
        display: block;
    }

    .menu-wrap {
        height: 350px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}
