﻿/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* 2. Remove default margin */
* {
    margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
    html {
        interpolate-size: allow-keywords;
    }
}

body {
    /* 4. Add accessible line-height */
    line-height: 24px;
    /* 5. Improve text rendering */
    -webkit-font-smoothing: antialiased;
    font-family: 'IBMPlexSansThai';
    font-size: 16px;
    color: #212121;
}

/* 6. Improve media defaults */
img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
textarea,
select {
    font: inherit;
}

/* 8. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
    text-wrap: pretty;
}

/*
  10. Create a root stacking context
*/
::-webkit-scrollbar-thumb {
    background: #E2E2E2;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    /* padding: 10px; */
}

::-webkit-scrollbar {
    width: 5px
}

#root,
#__next {
    isolation: isolate;
}

.container,
.container-fluid {
    padding: 0px;
}

.container {
    max-width: 1200px;
}

.btn {
    background: #B567AC;
    color: white;
    border-radius: 50px;
    padding: 10px 36px;
    font-size: 16px;
    line-height: 24px;
}

    .btn:hover {
        background: #A378B5;
        color: white;
    }

.btn-bg-transparent {
    background: unset;
    border: 1px solid #FFF;
}

    .btn-bg-transparent:hover {
        color: #A378B5;
        background: white;
    }

.slick-prev,
.slick-next {
    cursor: pointer;
    z-index: 100;
}

#top-menu {
    padding-top: 20px;
    padding-bottom: 0px;
    z-index: 9999;
}

.logo img {
    max-width: 64px;
}

.f-color-dark-blue {
    color: #766092;
}

.f-color-white {
    color: white;
}

.font-topic-style {
    font-family: 'IBMPlexSansThai-SemiBold';
    font-size: 40px;
    line-height: 48px;
}

.rounded-24px {
    border-radius: 24px;
}

#main-menu .navbar-nav {
    margin: 0 auto;
    background: linear-gradient(85.19deg, #694692 11.8%, #9B7EBD 110.89%);
    border-radius: 23.5px;
    padding: 4px;
}

    #main-menu .navbar-nav li {
        padding-right: 18px;
    }

    #main-menu .navbar-nav > li:last-child {
        padding-right: 0;
    }

    #main-menu .navbar-nav li a {
        border-radius: 23.5px;
        color: white;
        padding: 8px 16px;
        cursor: pointer;
    }

        #main-menu .navbar-nav li a:hover,
        #main-menu .navbar-nav li a.active {
            background: white;
            color: #A378B5;
            font-family: 'IBMPlexSansThai-Bold';
        }

    #main-menu .navbar-nav .dropdown-menu {
        padding: 32px;
        margin-top: 5px;
        border-radius: 32px;
        box-shadow: #0000000D;
    }

        #main-menu .navbar-nav .dropdown-menu li {
            border-bottom: 1px solid #2222222e;
            padding: 0;
            margin-bottom: 12px;
        }

            #main-menu .navbar-nav .dropdown-menu li a {
                color: #222222;
                font-family: 'IBMPlexSansThai-Medium';
                padding: 8px 0px;
                font-size: 18px;
                line-height: 22px;
            }

.dropdown-toggle::after {
    display: none;
}

.paginationjs {
    text-align: center;
    margin-top: 40px;
}

.paginationjs-pages ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-self: center;
    padding-left: 0;
}

    .paginationjs-pages ul li {
        display: list-item;
        padding: 6px 13px;
        cursor: pointer;
        margin: auto 10px;
        font-weight: bold;
        color: #11111159;
    }

        .paginationjs-pages ul li.active {
            border: 1px solid #A378B5;
            border-radius: 100%;
            color: #A378B5;
        }

.paginationjs-prev,
.paginationjs-next {
    opacity: 0.3;
}

    .paginationjs-prev.disabled {
        display: none;
    }

.input-group {
    align-items: center;
    margin-bottom: 16px;
}

.form-label {
    margin-right: 10px;
    margin-bottom: 0;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    color: #111111;
}

.form-control,
.form-floating,
.form-select {
    padding: 10px 16px;
    border: 1px solid #E5E5E9;
    border-radius: 100px !important;
    margin-left: 0;
}

textarea.form-control {
    border-radius: 16px !important;
}

input[aria-describedby=actionSearch]::placeholder {
    color: #ACACAC;
    font-size: 14px;
}

#actionSearch {
    position: absolute;
    right: 20px;
    max-width: 16px;
    cursor: pointer;
    overflow: hidden;
    z-index: 50;
}

div.dataTables_scrollBody {
    padding-bottom: 20px !important;
    border: 0 !important;
}

/* DataTables control styling */
table.table-bordered.dataTable thead tr:first-child th {
    border-left: unset !important;
    border-right: unset;
    background: #F2EBF7;
    color: #A378B5;
    border-top: 0;
    border-bottom: 1px solid #E4E7EC;
    overflow: hidden;
    padding: 12px 16px;
}

    table.table-bordered.dataTable thead tr:first-child th:first-child {
        border-top-left-radius: 8px;
    }

    table.table-bordered.dataTable thead tr:first-child th:last-child {
        border-top-right-radius: 8px;
    }

.dt-topbar .dataTables_length label,
.dt-bottombar .dataTables_length label {
    margin: 0;
}

.dt-topbar .dataTables_info,
.dt-bottombar .dataTables_info {
    margin: 0;
    color: #4B4B4B;
    font-weight: 400;
}

.dt-topbar .dataTables_length select.dt-length,
.dt-bottombar .dataTables_length select.dt-length {
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #A6B0BF;
    background-color: #fff;
    font-size: 16px;
    line-height: 24px;
    min-width: 72px;
    border-radius: 8px !important;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    align-items: center;
}

.page-link:hover {
    min-height: 38px;
    min-width: 38px;
}

.page-link {
    border: unset;
    padding: 7px 12px;
    min-width: 38px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111111;
}

    .active > .page-link,
    .page-link.active {
        color: white;
        background-color: #A378B5;
    }

.w-90 {
    width: 90%;
}

.w-80 {
    width: 80%;
}

.search-box {
    display: flex;
    align-items: center;
    width: 30%;
}

.sb-label {
    margin-right: 10px;
}


#section-detail-top {
    margin-top: 60px;
}

#publish-date {
    font-size: 12px;
    line-height: 18px;
    color: #A378B5;
    margin-bottom: 0px;
}

#section-detail-top h1 {
    font-family: 'IBMPlexSansThai-SemiBold';
    font-size: 32px;
    line-height: 40px;
    margin-top: 8px;
}

#section-detail-content .container {
    padding-bottom: 40px;
}

#back-page {
    margin-bottom: 100px;
}

    #back-page .back-page {
        border-top: 1px solid #E4E7EC;
        padding-top: 40px;
    }

.btn-back {
    display: flex;
    grid-template-columns: auto auto;
    width: max-content;
    align-items: center;
}

    .btn-back img {
        rotate: 180deg;
        margin-right: 8px;
        width: 11px;
    }

.sdc-big-img {
    margin-top: 32px;
    margin-bottom: 40px;
    /* border-radius: 10px; */
}

    .sdc-big-img img {
        border-radius: 24px;
    }

/* Ensure table uses available width nicely */
#herb-table-grid {
    table-layout: auto;
}

.btn-download {
    display: grid;
    width: max-content;
    grid-template-columns: auto auto;
    align-items: center;
    gap: 10px;
}

.al-item-content-top {
    display: grid;
    margin-top: 20px;
    grid-template-columns: auto auto auto;
    width: max-content;
    gap: 20px;
    align-items: center;
}

.al-item-type {
    /* border-right: 1px solid #111111; */
    font-size: 12px;
    line-height: 18px;
    font-family: 'IBMPlexSansThai-SemiBold';
    color: #A378B5;
    text-align: center;
    background: #9B7EBD33;
    padding: 6px 12px;
    border-radius: 100px;
}

.split-line {
    /* background: #b5b5b5; */
    /* padding: 15px 0px; */
    /* margin: 15px 0px; */
    border-right: 1px solid #111111;
    width: 1px;
    height: 30px;
    opacity: 0.1;
}

.style-tags {
    background: #9B7EBD33;
    width: max-content;
    margin: 0 auto;
    padding: 6px 12px;
    border-radius: 100px;
    font-family: 'IBMPlexSansThai-SemiBold';
    font-size: 12px;
    line-height: 18px;
    color: #A378B5;
    margin-bottom: 16px;
}

.w-max-content {
    width: max-content;
}

.leaf-top {
    position: absolute;
    z-index: 20;
    top: 5%;
    mix-blend-mode: multiply;
    opacity: 0.6;
}

footer {
    position: relative;
    background: #633E92;
    border-top-left-radius: 64px;
    border-top-right-radius: 64px;
    padding: 40px 0px 35px;
    color: white;
}

.ft-top {
    display: grid;
    grid-template-columns: auto auto;
    padding-bottom: 40px;
}

.ft-left {
    display: flex;
    align-items: center;
}

.ft-left-text {
    margin-left: 27px;
}

    .ft-left-text span {
        font-size: 32px;
        line-height: 40px;
        color: white;
        font-family: 'IBMPlexSansThai-SemiBold';
    }

.ft-right {
    display: grid;
    justify-content: end;
}

.ft-address-title {
    font-family: 'IBMPlexSansThai-Bold';
}

.ft-right-social {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    align-items: center;
}

    .ft-right-social .social-media img {
        max-width: 18px;
    }

.ft-bottom {
    border-top: 1px solid white;
}

    .ft-bottom .container {
        padding-top: 35px;
    }

.object-fit-cover {
    object-fit: cover;
}

#breadcrumb nav {
    border-bottom: 1px solid hwb(-180deg 0% 100% / 10%);
    padding-top: 25px;
    padding-bottom: 20px;
}

#breadcrumb .breadcrumb-item a {
    color: #111111;
    text-decoration: unset;
    font-size: 16px;
    line-height: 24px;
    font-family: 'IBMPlexSansThai';
}

#breadcrumb .breadcrumb-item.active {
    color: #A378B5;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '•';
    color: #212121;
    opacity: 0.2;
    /* 20% opacity */
    font-size: 24px;
    margin-top: -1px;
}

#about-title {
    padding-top: 60px;
    padding-bottom: 40px;
}

    #about-title h1 {
        font-family: 'IBMPlexSansThai-Bold';
        color: #766092;
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 0px;
    }

.slick-prev:before,
.slick-next:before {
    position: absolute;
    width: 48px;
    height: 48px;
    opacity: 1 !important;
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
}

.slick-prev:before {
    background-image: url('../images/arrow-back.png');
    left: -48px;
}

.slick-prev:hover:before {
    background-image: url('../images/arrow-back-hover.png');
}

.slick-next:before {
    background-image: url('../images/arrow-forward.png');
    right: -48px;
}

.slick-next:hover:before {
    background-image: url('../images/arrow-forward-hover.png');
}

.hp-wrapper .slick-next {
    right: 7%;
}

#event-calendar table,
#event-calendar thead,
#event-calendar thead tr,
#event-calendar thead tr th,
.fc .fc-scrollgrid-section-liquid > td {
    border: none;
}

    #event-calendar thead .fc-col-header {
        margin-bottom: 20px;
    }

.fc tbody .fc-scrollgrid-section,
.fc .fc-scrollgrid-section-liquid > td {
    border-radius: 16px;
    border: 1px solid white;
    overflow: hidden;
}

.fc tbody .fc-scrollgrid-section {
    border-left: 0;
    border-right: 0;
}

.fc .fc-scrollgrid-section-liquid > td {
    border-bottom: 0;
    border-top: 0;
}

.fc .fc-col-header-cell-cushion {
    color: white;
    text-decoration: unset;
    font-family: 'IBMPlexSansThai-SemiBold';
    font-size: 14px;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 32px;
}

.fc-toolbar-title {
    color: white;
    font-family: 'IBMPlexSansThai';
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
}

.fc .fc-button-group > .fc-button,
.fc .fc-button-group > .fc-button:focus,
.fc .fc-button-group > .fc-button:active,
.fc .fc-button-group > .fc-button:focus-visible {
    background: none;
    border: none;
    box-shadow: unset;
    outline: unset;
}

.fc .fc-daygrid-day-frame {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fc .fc-daygrid-day-top {
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    width: 100%;
}

.fc .fc-daygrid-day-number {
    color: white;
    font-size: 14px;
    text-decoration: unset;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    position: absolute;
    width: 100%;
    text-align: center;
    cursor: pointer;
    height: 100%;
    padding-top: 45%;
}

.fc .fc-daygrid-day.fc-day-today {
    background: #766092;
}

.fc .fc-day-other .fc-daygrid-day-frame {
    opacity: 1;
    background: rgba(2, 2, 2, 0.20);
}

    .fc .fc-day-other .fc-daygrid-day-frame .fc-daygrid-day-events {
        opacity: 0.2;
    }

.fc .fc-day-other .fc-daygrid-day-number {
    opacity: 0.2;
}

.fc .fc-daygrid-event-harness {
    display: inline-block;
    vertical-align: middle;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
    background: unset;
    border: unset;
}

.slick-dots li,
.slick-dots li button {
    height: 15px;
}

    .slick-dots li button:before {
        font-size: 1rem;
        color: white;
        opacity: 0.25;
        height: 15px;
        line-height: 17px;
    }

    .slick-dots li.slick-active {
        width: 30px;
        height: 15px;
    }

    .slick-dots li button:hover:before,
    .slick-dots li button:focus:before {
        opacity: 0.25;
    }

    .slick-dots li.slick-active button:before {
        background-color: white;
        width: 30px;
        color: white;
        opacity: 1;
        border-radius: 100px;
        height: 15px;
        font-size: 0px;
    }

/* Dropdown menu styling for responsive tabs */
.nav-tabs-dropdown {
    position: relative;
    display: flex;
    flex-direction: column;
    border: unset;
}

.nav-tabs .dropdown-menu {
    display: none;
}

.nav-tabs-dropdown ul.nav-tabs-dropdown-list {
    display: none !important;
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    min-width: 150px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    padding: 0;
    list-style: none;
    margin: 0;
    top: 100%;
    left: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    flex-direction: column;
    width: 100%;
}


    .nav-tabs-dropdown ul.nav-tabs-dropdown-list li {
        margin: 0;
        display: flex;
    }

    .nav-tabs-dropdown ul.nav-tabs-dropdown-list a.nav-link {
        display: block;
        padding: 10px 16px;
        color: #666;
        text-decoration: none;
        cursor: pointer;
        border: none;
        background: white;
        border-radius: 0;
        transition: all 0.2s ease;
        font-size: 14px;
        border: none !important;
        margin: 0;
        min-width: 100%;
    }

        .nav-tabs-dropdown ul.nav-tabs-dropdown-list a.nav-link:hover {
            background: #f5f5f5;
            color: #B567AC;
        }

        .nav-tabs-dropdown ul.nav-tabs-dropdown-list a.nav-link.active {
            background: #f0e6f0;
            color: #B567AC;
            font-weight: 500;
            border-radius: unset;
        }

.nav-tabs-toggle {
    background: white;
    border: 1px solid #A378B5;
    padding: 10px 14px;
    padding-right: 30px;
    cursor: pointer;
    border-radius: 12px;
    font-size: 16px;
    color: #A378B5;
    font-family: 'IBMPlexSansThai-SemiBold';
    display: none;
    position: relative;
    min-width: 150px;
    text-align: left;
    transition: all 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 20px;
}

    .nav-tabs-toggle:hover {
        border-color: #B567AC;
        color: #B567AC;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B567AC' stroke-width='2'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    }

    .nav-tabs-toggle.active {
        border-color: #B567AC;
        color: #B567AC;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B567AC' stroke-width='2'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    }

.dropdown-menu a.dropdown-item:hover {
    background: #f5f5f5;
    color: #B567AC;
}

.dropdown-menu a.dropdown-item.active {
    background: #f0e6f0;
    color: #B567AC;
    font-weight: 500;
}

.dropdown-menu a.dropdown-item.disabled {
    color: #ccc;
    cursor: not-allowed;
}


.nav-tabs-dropdown ul.nav-tabs-dropdown-list.show {
    display: block !important;
    max-height: max-content;
}

.search-box .input-group {
    margin-bottom: 0px;
}

.section-cookie {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #000000bf;
    z-index: 9999;
}

.cookie-detail .detail {
    color: white;
    width: 70%;
}

.action-cookie {
    width: 30%;
    display: inline-block;
    align-items: flex-end;
    text-align: right;
}

.cookie-detail {
    padding: 25px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.btn-close-cookie {
    background: #aeaeae;
}

    .btn-close-cookie:hover {
        background: #a49ca769;
    }

.choices__inner {
    padding: 10px 16px;
    border: 1px solid #E5E5E9;
    border-radius: 100px !important;
}

.choices__input {
    margin-bottom: 0px;
    padding: 0px;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 100%;
        padding: 0px 25px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
        padding: 0px 50px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

@media (max-width:1250px) {
    .logo img {
        max-width: 50px;
        margin: 0 auto;
    }

    #main-menu .navbar-nav li a {
        font-size: 14px;
        padding: 6px 12px;
    }
}

@media (max-width:1295px) {
    .btn {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width:1024px) {
    .container-fluid:not(:has(#about-hero)) #top-menu {
        padding-bottom: 20px;
        box-shadow: 0px 4px 4px 0px #BEBEBE40;
    }

    #top-menu .container {
        align-items: center !important;
    }

    #main-menu .navbar-nav li a {
        font-size: 16px;
        padding: 8px 16px;
    }

    .navbar-expand-lg .navbar-toggler {
        display: block;
        border: none;
        box-shadow: none;
    }

    .navbar-expand-lg .navbar-collapse {
        display: block !important;
        flex-basis: 100%;
        position: absolute;
        width: 100%;
        left: 0;
        top: 90px;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }

    .navbar-toggler-icon {
        background-image: url('../images/hamburger.png');
    }

    #main-menu .navbar-nav {
        border-radius: unset;
    }

        #main-menu .navbar-nav li {
            padding-right: 0;
            width: 100%;
            border-bottom: 1px solid #FFFFFF;
        }

            #main-menu .navbar-nav li a:hover,
            #main-menu .navbar-nav li a.active {
                border-radius: unset;
            }

        #main-menu .navbar-nav .dropdown-menu {
            position: relative;
            border-radius: unset;
            padding: 0px 25px;
            margin-top: 0px;
        }

            #main-menu .navbar-nav .dropdown-menu li a {
                font-size: 16px;
                line-height: 24px;
            }

    .ft-top {
        display: block;
    }

    .ft-left,
    .ft-right {
        width: 100%;
        display: block;
        text-align: center;
    }

    .ft-left-img img {
        margin: 0 auto;
    }

    .ft-left-text {
        margin-left: 0px;
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .ft-right-address {
        margin-bottom: 15px;
    }

        .ft-right-address p {
            margin-bottom: 0px;
        }

        .ft-right-address br {
            display: none;
        }

    .ft-right-social {
        max-width: max-content;
        gap: 10px;
        justify-content: center;
        margin: 0 auto;
    }

    .ft-copyright {
        text-align: center;
    }

    #main-menu .navbar-nav li:last-child {
        border: unset;
    }

    #breadcrumb nav {
        padding-top: 25px !important;
        padding-bottom: 20px !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    #breadcrumb .breadcrumb-item a {
        line-height: 22px;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        font-size: 24px;
        margin-top: -1px;
    }

    #about-title {
        padding-top: 60px;
        padding-bottom: 30px;
    }

        #about-title h1 {
            font-size: 40px;
            line-height: 48px;
        }

    #back-page {
        margin-bottom: 60px;
    }
}

@media (max-width:992px) {

    .form-label,
    .input-group > .form-control,
    .input-group > .form-floating,
    .input-group > .form-select {
        font-size: 14px;
        line-height: 20px;
    }

    .search-box {
        width: 50%;
    }

    .cookie-detail {
        display: block;
        max-width: 100%;
    }

        .cookie-detail .detail, .action-cookie {
            width: 100%;
        }
}

@media (max-width:768px) {
    #top-menu {
        padding-top: 15px;
    }

    .logo img {
        max-width: 65px;
    }
}

@media (max-width:767px) {

    .ft-left-text span {
        font-size: 24px;
        line-height: 32px;
    }

    .ft-right-social {
        gap: 15px;
    }

    #breadcrumb {
        display: none;
    }

    #about-title {
        padding-top: 40px;
        padding-bottom: 20px;
    }

        #about-title h1 {
            font-size: 32px;
            line-height: 48px;
        }

        #about-title .has-search-box {
            display: block !important;
        }

    .search-box {
        margin-top: 10px;
        ;
        width: 100%;
    }

    .paginationjs-pages ul li {
        font-size: 14px;
        padding: 2px 10px;
        margin-left: 5px;
        margin-right: 5px;
    }

    #back-page {
        margin-bottom: 80px;
    }
}

@media (max-width:576px) {

    .container,
    .container-sm {
        padding: 0px 25px;
    }

    #top-menu {
        padding-top: 10px;
    }

    .logo img {
        max-width: 50px;
    }

    .btn {
        padding: 8px 24px;
        font-size: 14px;
        line-height: 20px;
    }
}
