html {
    scroll-padding-top: 150px;
}

body {
    font-family: 'Kanit', sans-serif;
    padding-top: 150px;
}

a {
    text-decoration: none;
}

.text-success {
    color: #8cbf1a !important;
}

.text-danger {
    color: red !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #8cbf1a;
}

.navbar {
    background-color: #fff;
    height: 150px;
}

.navbar .container-lg {
    position: relative;
    background-color: #fff;
}

.navbar .container-lg .navbar-brand {
    margin: auto !important;
}

.navbar .container-lg h1 {
    font-weight: 400;
    color: #000;
}

.navbar .container-lg .navbar-nav .dropdown-toggle::after {
    display: none;
}

.navbar .container-lg .navbar-nav .dropdown-menu {
    border-radius: 0;
    border: 0;
    background-color: #f6f6f6;
}

.navbar .container-lg .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    transition: all 0.3s ease;
}

.navbar .container-lg .navbar-nav .nav-item .btn-success {
    background-color: #8cbf1a;
    border-color: #8cbf1a;
    border-radius: 50px;
    width: 160px;
    margin-bottom: 15px;
}

.navbar .container-lg .login {
    font-size: 14px;
    color: #808184;
    text-decoration: none;
    padding: .5rem 1.5rem;
}

.navbar-left {
    background-color: #8cbf1a;
    width: 64px;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    text-align: center;
    padding: 30px 0;
    z-index: 99999;
    display: none;
}

.navbar-left .icon-home i {
    color: #fff;
    font-size: 25px;
}

.navbar-left .btn-cart2 {
    cursor: pointer;
}

.navbar-left .btn-cart2 .icon-search {
    margin: 65px 0 22px;
}

.navbar-left .btn-cart2 .icon-search i {
    font-size: 24px;
}

.navbar-left .navlang a {
    display: block;
    color: #fff;
    transition: .5s;
    font-size: .9rem;
    margin: 10px 0;
    text-decoration: none;
}

.navbar-left .nav-slide ul {
    list-style: none;
    transform: rotate(-90deg);
    white-space: nowrap;
    display: flex;
    flex-direction: row-reverse;
    transform-origin: left center;
    position: fixed;
    bottom: 0;
    left: 30px;
}

.navbar-left .nav-slide ul li {
    display: inline-block;
    margin-right: 15px;
}

.navbar-left .nav-slide ul li a {
    display: block;
    position: relative;
    color: #fff;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: 8px;
    text-decoration: none;
}

.navbar-left .nav-slide ul li a span {
    display: none;
}

.navbar-left .nav-slide ul li a.active span {
    display: inline-block;
    padding-left: 10px;
}

.navbar-left .nav-slide ul li a.active::before {
    background-color: #fff;
}

.navbar-left .nav-slide ul li a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #333;
    margin-right: 10px;
    border-radius: 50%;
}

.navbar-left .nav-slide-top {
    white-space: nowrap;
    position: fixed;
    bottom: 30px;
    left: 7px;
}

.navbar-left .nav-slide-top a {
    text-decoration: none;
    color: #fff;
}

.navbar-left .nav-slide-top a>i {
    font-size: 20px;
}

.navbar-left .nav-slide-top a>h3 {
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 300;
}

.navbar-right {
    display: none;
    width: 160px;
    height: 130px;
    text-align: right;
    position: relative;
}

.navbar-right div {
    width: 500px;
    position: absolute;
    right: 0;
}

.navbar-right div .me-2 {
    color: #808184;
    text-decoration: none;
}

.navbar-right .btn-success {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #8cbf1a;
    border-color: #8cbf1a;
    border-radius: 50px;
    width: 160px;
}

#searchModal .modal-header {
    background-color: #8cbf1a;
    color: #fff;
}

.banner-top a {
    text-decoration: none;
}

.banner-top a .banner {
    height: 300px;
    background-size: 105%;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    transition: 1s all ease;
}

.banner-top a .banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    text-align: center;
    font-size: 24px;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
    transition: 1s all ease;
    margin-bottom: 15px;
    z-index: 99;
}

.banner-top a .banner .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background-color: #8cbf1a;
    border-color: #8cbf1a;
    border-radius: 50px;
    width: 250px;
    font-weight: 300;
    opacity: 0;
    transition: 1s all ease;
}

.banner-top a .banner .banner-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9;
    transition: 1s all ease;
}

.banner-top a .banner:hover {
    background-size: 100%;
}

.banner-top a .banner:hover .banner-hover {
    opacity: 0;
}

.banner-top a .banner:hover h1 {
    font-size: 30px;
    color: #fff;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
}

.banner-top a .banner:hover .btn {
    opacity: 1;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -80%);
}

.banner-top a .banner-1 {
    background-image: url("../img/banner-1.png");
}

.banner-top a .banner-2 {
    background-image: url("../img/banner-2.png");
}

.banner-top a .banner-3 {
    background-image: url("../img/banner-3.png");
}

.banner-top a .banner-4 {
    background-image: url("../img/banner-4.png");
}

.banner-top a .banner-5 {
    background-image: url("../img/banner-5.png");
}

.banner-top a .banner-6 {
    background-image: url("../img/banner-6.png");
}

.banner-img {
    position: relative;
}

.banner-img img {
    width: 100%;
}

.banner-img nav {
    position: absolute;
    top: 48px;
    color: #fff;
}

.breadcrumb-1 .breadcrumb-item a,
.breadcrumb-1 .breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-1 .breadcrumb-item.active {
    font-weight: 300;
}

.banner-img h1 {
    position: absolute;
    bottom: 79px;
    color: #fff;
    font-size: 70px;
    font-weight: 300;
    /*line-height: 60px;*/
}

.banner-img-1 h1 {
    top: 188px;
}

.banner-img-1 .btn {
    position: absolute;
    top: 299px;
}

.banner-img-2 {
    background-image: url(../img/food-directory/banner-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: center;*/
    border-radius: 30px;
    padding: 63px 40px 43px;
}

.banner-img-2 h2 {
    font-family: 'Sarabun', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 18px;
}

.banner-img-2 h1 {
    font-size: 60px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 28px;
}

.banner-img-2 .btn-success {
    font-family: 'Sarabun', sans-serif;
    font-weight: 500;
    color: #333;
    border-radius: 26px;
    border-color: #8cbf1a;
    background-color: #8cbf1a;
    width: 200px;
}

.banner-img-3 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner-img-3 h1 {
    color: #fff;
    font-weight: 300;
}

.banner-img-3 h2 {
    font-family: 'Sarabun', sans-serif;
    color: #fff;
    font-weight: normal;
}

.banner-img-3 .breadcrumb .breadcrumb-item a,
.banner-img-3 .breadcrumb-item+.breadcrumb-item::before,
.banner-img-3 .breadcrumb .breadcrumb-item.active {
    color: #fff;
    font-weight: 300;
}

.banner-img-4 {
    border-radius: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    text-align: center;
}

.banner-img-4 .btn-success {
    width: 100%;
    color: #333;
    font-weight: 300;
    border-radius: 50px;
    border-color: #8cbf1a;
    background-color: #8cbf1a;
}

.header-1 {
    color: #8cbf1a;
    font-weight: 300;
}

.header-1 i.fa-square-rss {
    color: #ee802f;
}

.header-2 {
    font-weight: 300;
}

.header-3 {
    font-weight: 200;
}

.header-3 small {
    font-family: 'Sarabun', sans-serif;
    font-weight: normal;
    font-size: 14px;
}

.header-4 {
    font-size: 24px;
    font-weight: 300;
    padding: 18px 42px;
    background-color: #fff;
    margin-bottom: 32px;
}

.header-5 {
    font-family: 'Sarabun', sans-serif;
    font-size: 22px;
    font-weight: 500;
    /*line-height: 34px;*/
    padding: 13px;
    text-align: center;
    background-color: #f3f3f3;
}

.header-6 {
    font-family: 'Sarabun', sans-serif;
    font-weight: 500;
}

.header-6 small {
    font-size: 16px;
}

.list-1 li {
    margin-bottom: 23px;
}

.list-1 li a {
    font-family: 'Sarabun', sans-serif;
    color: #333;
    text-decoration: none;
    font-weight: 300;
}

.list-2 li {
    margin-bottom: 23px;
}

.list-2 li a {
    font-family: 'Sarabun', sans-serif;
    color: #333;
    text-decoration: none;
    font-weight: 300;
}

.search-result {
    font-weight: 300;
    /*line-height: 12px;*/
    margin-bottom: 34px;
    padding: 0 45px;
}

.search-result span {
    color: #8cbf1a;
}

.form-select-1 {
    font-family: 'Sarabun', sans-serif;
}

.nav-pills .nav-link {
    color: #333;
    border: solid 2px #c2c2c2;
    border-radius: 50px;
    margin-right: 10px;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    height: 38px;
}

.nav-pills .nav-link.active {
    background-color: #8cbf1a;
    border-color: #8cbf1a;
}

.nav-pills .show>.nav-link {
    background-color: #8cbf1a;
    border-color: #8cbf1a;
}

.card,
.hover-zoom {
    transition: all 0.3s ease;
}

.card-2:hover,
.card-3:hover,
.card-4:hover,
.card-5:hover,
.card-7:hover,
.card-10:hover,
.hover-zoom:hover {
    transform: scale(1.05);
}

.card-1 {
    font-family: 'Sarabun', sans-serif;
    background-color: transparent;
    border: none;
}

.card-1 .card-body {
    padding: 0;
}

.card-1 .card-body .card-title {
    font-size: 18px;
    font-weight: 400;
    color: #8cbf1a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-1 .card-body .card-text {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-1 .card-body .card-link {
    color: #666;
    text-decoration: none;
}

.card-1 .card-body .card-link i {
    color: #ccc;
}

.card-2 {
    font-family: 'Sarabun', sans-serif;
    border: none;
    border-radius: 30px;
}

.card-2 .card-img-top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 206px;
    object-fit: cover;
    object-position: center;
}

.card-2 .card-body .card-title {
    font-weight: 400;
    color: #8cbf1a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-3 {
    border: none;
    border-radius: 30px;
}

.card-3 .card-img-top {
    border-radius: 30px;
}

.card-4 {
    font-family: 'Sarabun', sans-serif;
    border: 0;
    border-radius: 30px;
    background-color: #115357;
    box-shadow: 0 0 3rem rgba(204, 204, 204, 0.5);
}

.card-4 .img-fluid {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
}

.card-4 .card-subtitle {
    font-weight: 400;
    color: #ccc;
}

.card-4 .card-subtitle i {
    color: #ccc;
}

.card-4 .card-title {
    font-weight: 400;
    color: #8cbf1a;
}

.card-4 .card-text {
    color: #fcfcfc;
}

.card-4 .card-link {
    font-weight: 300;
    color: #fcfcfc;
    text-decoration: none;
}

.card-5 {
    border: none;
    border-radius: 30px;
}

.card-5 .card-img-top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 310px;
    object-fit: cover;
    object-position: center;
}

.card-5 .card-body .card-subtitle {
    font-size: 15px;
    color: #666;
}

.card-5 .card-body .card-subtitle i {
    color: #999;
}

.card-5 .card-body .card-title {
    font-weight: 400;
    color: #8cbf1a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-5 .card-body .card-text {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.card-6 {
    border: none;
    color: #fff;
}

.card-6 .card-img {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    min-height: 300px;
}

.card-6 .card-img-overlay {
    padding: 50px;
}

.card-6 .card-img-overlay .card-title {
    font-weight: 300;
}

.card-6 .card-img-overlay .card-text {
    font-weight: 300;
}

.card-6 .card-img-overlay .card-link {
    color: #fff;
    text-decoration: none;
}

.card-7 {
    border: 0;
    border-radius: 30px;
}

.card-7 .card-img-top,
.card-7 .card-img-top.rounded-lg-start {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    /*height: 275px;*/
    object-position: center;
    object-fit: cover;
}

.card-7 .card-body {
    font-family: 'Sarabun', sans-serif;
}

.card-7 .card-body a {
    text-decoration: none;
}

.card-7 .card-body .card-title {
    color: #8cbf1a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.card-7 .card-body .card-text {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.card-7 .card-body .card-text small.text-muted {
    font-size: 14px;
    color: #666;
    margin-right: auto;
}

.card-7 .card-body .card-text a {
    color: #999;
    padding: 0 8px;
}

.card-8 {
    border: solid 2px #f3f3f3;
    border-radius: 30px;
    box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.1);
}

.card-8 .col-md-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-8 .card-body {
    padding-top: 39px;
    padding-bottom: 47px;
}

.card-8 .card-text {
    font-family: 'Sarabun', sans-serif;
    color: #333;
    margin-bottom: 4px;
}

.card-8 .card-text span {
    color: #8cbf1a;
}

.card-9 {
    font-family: 'Sarabun', sans-serif;
    border: 0;
}

.card-9 .card-body {
    padding: 20px 24px;
}

.card-9 .card-body hr {
    background-color: #f3f3f3;
}

.card-9 .card-body .card-text small.text-muted i {
    color: #c00;
}

.card-10 {
    font-family: 'Sarabun', sans-serif;
    border: 0;
    border-radius: 30px;
    box-shadow: 0 0 3rem rgba(204, 204, 204, 0.5);
}

.card-10 .img-fluid {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
}

.card-10 .card-subtitle {
    font-weight: 400;
    color: #666;
}

.card-10 .card-subtitle i {
    color: #999;
}

.card-10 .card-title {
    font-weight: 400;
    color: #8cbf1a;
}

.card-10 .card-text {
    color: #333;
}

.card-10 .card-link {
    font-weight: 300;
    color: #333;
    text-decoration: none;
}

.card-11 {
    border-radius: 20px;
}

.card-11 .card-header {
    padding: 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-family: 'Sarabun', sans-serif;
    background-color: #c6df8c;
}

.card-11 .card-body {
    padding: 0 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-family: 'Sarabun', sans-serif;
}

.card-11 .card-body .list-group-item {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}

.card-11 .card-body .list-group-item>a {
    color: #212529;
}

.card-11 .card-body .list-group-item>a:hover {
    color: #8cbf1a;
}

.card-list-1 {
    font-family: 'Sarabun', sans-serif;
    border-radius: 10px;
    border: 0;
}

.card-list-1 .card-header {
    background-color: transparent;
    text-align: center;
    border-bottom: 3px solid #f3f3f3;
}

.card-list-1 .list-group .list-group-item {
    padding: 0.75rem .75rem;
    background-color: transparent;
    border: 0;
}

.card-list-1 .list-group .list-group-item a {
    color: #333;
    text-decoration: none;
}

.card-list-1 .card-footer {
    background-color: transparent;
    text-align: right;
    border: 0;
}

.card-list-2 {
    font-family: 'Sarabun', sans-serif;
    border-radius: 10px;
    border: 0;
}

.card-list-2 .card-header {
    background-color: transparent;
    text-align: center;
    border-bottom: 3px solid #f3f3f3;
}

.card-list-2 .list-group .list-group-item {
    padding: 0.75rem .75rem;
    background-color: transparent;
    border-bottom: 1px solid #f3f3f3;
}

.card-list-2 .list-group .list-group-item a {
    color: #333;
    text-decoration: none;
}

.card-list-2 .list-group .list-group-item a small i {
    color: #c00;
}

.card-list-3 {
    font-family: 'Sarabun', sans-serif;
}

.card-list-3 li a {
    color: #333;
}

.filter-1 {
    display: flex;
    justify-content: flex-end;
}

.filter-1 .input-group {
    font-family: 'Sarabun', sans-serif;
}

.filter-1 .input-group input {
    border: 0;
}

.filter-1 .input-group button {
    border: 0;
    background-color: #fff;
    color: #000;
}

.filter-1 .btn-group button {
    font-family: 'Sarabun', sans-serif;
    color: #26222c;
    background-color: #fff;
}

.filter-1 .btn-group button img {
    height: 24px;
}

.filter-1 .btn-group .dropdown-toggle::after {
    display: none;
}

.filter-1 .dropdown-menu {
    width: 375px;
    border-radius: 30px;
    border: solid 1px #fff;
    background-color: #fff;
}

.filter-1 .dropdown-menu h5 {
    font-family: 'Sarabun', sans-serif;
    font-weight: 500;
    color: #26222c;
}

.filter-1 .dropdown-menu .form-select {
    font-family: 'Sarabun', sans-serif;
    border: solid 1px #f3f3f3;
    background-color: #f3f3f3;
}

.filter-1 .dropdown-menu .btn-success {
    font-family: 'Sarabun', sans-serif;
    font-weight: 500;
    color: #fff;
    width: 100%;
    box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.1);
    border-color: #99c32c;
    background-color: #99c32c;
}

.filter-2 {
    display: flex;
    justify-content: flex-end;
}

.filter-2 .input-group {
    font-family: 'Sarabun', sans-serif;
}

.filter-2 .input-group input {
    border-color: #ccc;
}

.filter-2 .input-group button {
    border-color: #ccc;
    background-color: #fff;
    color: #000;
}

.filter-3 {
    display: flex;
    justify-content: flex-end;
}

.filter-3 .input-group {
    font-family: 'Sarabun', sans-serif;
}

.filter-3 .input-group input {
    border-color: #ccc;
}

.filter-3 .input-group button {
    border-color: #ccc;
    background-color: #fff;
    color: #000;
}

.pagination .page-link {
    color: #333;
    background-color: transparent;
    border: 0;
    padding: 6px 15px;
}

.pagination .page-item.disabled .page-link {
    background-color: transparent;

}

.pagination .page-item.active .page-link {
    background-color: #8cbf1a;
    border-color: #8cbf1a;
    border-radius: 50%;
}

.rounded-4 {
    border-radius: 30px;
}

.rounded-5 {
    border-radius: 15px;
}

.btn-link-1 {
    font-weight: 300;
    text-decoration: none;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    text-align: right;
    color: #333;
}

.btn-link-2 {
    color: #8cbf1a;
}

.btn-link-3 {
    font-family: 'Sarabun', sans-serif;
    font-weight: 300;
    text-decoration: none;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    text-align: right;
    color: #333;
}

.btn-1 {
    background-color: #8cbf1a;
    border: 3px solid #fff;
    border-radius: 50px;
    width: 280px;
}

.btn-2 {
    position: relative;
    background-color: #8cbf1a;
    border-color: #8cbf1a;
    border-radius: 50px;
    width: 347px;
    padding: .6rem .75rem;
}

.btn-2 i {
    position: absolute;
    right: 25px;
    top: 13px;
}

.btn-3 {
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #ccc;
    text-align: right;
}

.btn-4 {
    color: #000;
    border-color: #8cbf1a;
    background-color: #8cbf1a;
    line-height: 1;
    border-radius: 50px;
    height: 50px;
    padding: 4px 8px;
    width: 250px;
}

.btn-4 img {
    width: 30px;
}

.btn-4 .flex-shrink-0 {
    background-color: #fff;
    padding: 5px 2px 5px 8px;
    border-radius: 50%;
}

.btn-5 {
    width: 100%;
    font-family: 'Sarabun', sans-serif;
    border-radius: 5px;
    border: solid 1px #9b9fa0;
    background-color: #8cbf1a;
    color: #333;
    font-size: 18px;
}

.btn-6 {
    color: #333;
    font-size: 18px;
    text-decoration: none;
    width: calc(100% - 24px);
    text-align: right;
    padding: 0 0 17px;
    /*line-height: 13px;*/
    border-bottom: 3px solid #f3f3f3 !important;
}

.btn-7 {
    width: 100%;
    font-family: 'Sarabun', sans-serif;
    border-radius: 5px;
    border: solid 1px #9b9fa0;
    background-color: #ccc;
    color: #333;
    font-size: 18px;
}

.btn-8 {
    font-family: 'Sarabun', sans-serif;
    background-color: #8cbf1a;
    border-color: #8cbf1a;
    border-radius: 50px;
    width: 160px;
}

.btn-success-1 {
    width: 150px;
    border-radius: 10px;
    background-color: #8cbf1a;
    border-color: #8cbf1a;
}

.btn-outline-success-1 {
    width: 150px;
    border-radius: 10px;
    color: #8cbf1a;
    border-color: #8cbf1a;
}

.link-1 {
    position: absolute;
    right: 12px;
    bottom: 17px;
    color: #333;
    font-size: 18px;
    text-decoration: none;
}

.search-form {
    background: rgb(243, 243, 243);
    background: linear-gradient(0deg, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 30px;
}

.search-form h1,
.search-form h2 {
    font-weight: 200;
    color: #333;
}

.search-form .form-label {
    font-family: 'Sarabun', sans-serif;
    font-weight: 300;
    color: #333;
}

.search-form .form-control,
.search-form .form-select {
    border-color: #6f6f6f;
    font-family: 'Sarabun', sans-serif;
}

.member-form {
    background: rgb(243, 243, 243);
    background: linear-gradient(0deg, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 30px;
}

.member-form h1,
.member-form h2 {
    font-weight: 200;
    color: #333;
}

.member-form h4 {
    font-family: 'Sarabun', sans-serif;
    font-weight: 600;
    color: #333;
}

.member-form .form-label,
.member-form .col-form-label,
.member-form .form-check-label {
    font-family: 'Sarabun', sans-serif;
    font-weight: 300;
    color: #333;
}

.member-form .form-control,
.member-form .form-select {
    border-color: #6f6f6f;
    font-family: 'Sarabun', sans-serif;
}

.food-group {
    display: block;
    text-decoration: none;
    text-align: center;
}

.food-group .food-group-img {
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.food-group img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    object-position: center;
    transition: all 0.3s ease;
}

.food-group h6 {
    font-weight: 300;
    /*line-height: 16.5px;*/
    margin-bottom: 18px;
    text-align: left;
    color: #333;
}

.food-group p {
    font-size: 14px;
    font-weight: 300;
    color: #8cbf1a;
    /*line-height: 10px;*/
    margin-bottom: 0;
    text-align: left;
}

.food-group:hover .food-group-img {
    background-color: #8cbf1a;
}

.food-group:hover img {
    /*width: 130px;*/
    /*height: 130px;*/
}

p,
.form-text {
    font-family: 'Sarabun', sans-serif;
}

.fw-500 {
    font-weight: 500;
}

.bg-1 {
    background-color: #f6f6f6;
}

.bg-2 {
    background-color: #e9e9e9;
}

.bg-3 {
    background-color: #bebfc3;
}

.bg-4 {
    background-color: #8cbf1a;
}

.bg-5 {
    background-color: #0a5453;
}

.bg-6 {
    background-color: #ecf5da;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.slide-2 .slick-prev,
.slide-2 .slick-next {
    /*display: inline-block !important;*/
}

.social {
    padding: 30px 40px;
    background-color: #8cbf1a;
    border-radius: 30px;
    color: #fff;
    align-items: center;
    transition: all 0.3s ease;
}

.social:hover {
    transform: scale(1.05);
}

.social i {
    font-size: 60px;
}

.social h1 {
    font-weight: 300;
    margin-bottom: 0;
    /*line-height: 60px;*/
}

.social img {
    width: 60px;
}

.share-1 {
    font-family: 'Sarabun', sans-serif;
}

.share-1 i {
    font-size: 20px;
}

.share-1 i.fa-share-alt {
    color: #999;
}

.share-1 i.fa-facebook-messenger {
    color: #0284ff;
}

.share-1 i.fa-facebook {
    color: #3b5999;
}

.share-1 i.fa-pinterest {
    color: #db0000;
}

.share-1 i.fa-twitter-square {
    color: #0fc2ff;
}

.share-1 i.fa-heart {
    color: #ff2a38;
}

.share-1 .col:first-child {
    border-right: 1px solid #ccc;
}

.scroll-top {
    position: absolute;
    bottom: 130px;
    right: -50px;
    color: #fff !important;
    padding: 2px 10px;
    border-radius: 50%;
    background-color: #8cbf1a;
    font-size: 20px;
    z-index: 9999;
}

.breadcrumb {
    font-family: 'Sarabun', sans-serif;
}

.breadcrumb .breadcrumb-item a {
    font-family: 'Sarabun', sans-serif;
    font-weight: 300;
    color: #333;
    text-decoration: none;
}

.breadcrumb .breadcrumb-item.active {
    color: #333;
}

.contact {
    background-color: #8cbf1a;
}

.contact .btn-secondary {
    border-radius: 50px;
    color: #fffdfd;
    border: solid 3px #fff;
    background-color: #333;
}

.contact .contact-body {
    color: #fff;
}

.contact .contact-body h1,
.contact .contact-body h4,
.contact .contact-body h5 {
    font-weight: 300;
}

.contact .contact-body a {
    text-decoration: none;
    color: #fff;
}

.contact .contact-body .row .col-lg:last-child {
    background-image: url('../img/contact-1.png');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.contact .contact-body .row .col-lg:last-child {
    color: #fff;
}

.modal-1 {
    font-family: 'Sarabun', sans-serif;
}

.modal-1 .modal-content {
    border-radius: 15px;
}

.modal-1 .modal-header {
    background-color: #e3e3e3;
    justify-content: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.modal-1 .modal-body .btn-success {
    color: #333;
    border-color: #8cbf1a;
    background-color: #8cbf1a;
}

.modal-1 .modal-footer {
    justify-content: start;
}

.modal-1 .modal-footer a {
    text-decoration: none;
}

.offcanvas .offcanvas-header h1 {
    font-weight: 300;
}

.offcanvas-header .btn-close {
    font-size: 18px;
    line-height: 21px;
    padding: 5px;
    opacity: 1;
    color: #fff;
    background-color: #000;
}

.offcanvas .offcanvas-body .list-group a {
    border: 0;
}

.offcanvas .offcanvas-body .list-group a.active {
    color: #333;
    background-color: #8cbf1a66;
}

.offcanvas .offcanvas-body .list-group a>* {
    font-family: 'Sarabun', sans-serif;
    font-weight: normal;
    margin-bottom: 0;
}

.member-media i {
    font-size: 40px;
    color: #ccc;
}

.member-media h5 {
    font-family: 'Sarabun', sans-serif;
    font-weight: 600;
    /*margin: 0;*/
}

.member-media p {
    margin: 0;
}

.footer {
    font-family: 'Sarabun', sans-serif;
}

.google-map {
    border-radius: 15px;
}

.google-map img {
    border-radius: 15px;
}

.table-1 thead,
.table-1 tbody,
.table-1 th,
.table-1 td {
    border: 0 !important;
}

.table-1 th,
.table-1 td {
    vertical-align: middle;
    font-family: 'Sarabun', sans-serif;
}

.table-1 th:first-child,
.table-1 td:first-child {
    text-align-last: left;
}

.table-1 td {
    border-right: 1px solid #ccc !important;
}

.table-1 td:first-child,
.table-1 td:last-child {
    border-right: 0 !important;
}

.table-2 thead,
.table-2 tbody,
.table-2 th,
.table-2 td {
    border: 0 !important;
}

.table-2 th,
.table-2 td {
    font-family: 'Sarabun', sans-serif;
}

.ff-sarabun {
    font-family: 'Sarabun', sans-serif;
}

.accordion-1 {
    font-family: 'Sarabun', sans-serif;
}

.accordion-1 .accordion-item {
    border: 0;
    margin-bottom: 20px;
    background-color: #e9fac6;
    border-radius: 10px !important;
}

.accordion-1 .accordion-button {
    color: #fff;
    background-color: #8cbf1a;
    border-radius: 10px !important;
}

.accordion-1 .accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.form-check-inline {
    display: inline-block;
    margin-right: 0.5rem;
}








@media (min-width: 576px) {
    .lh-sm-1 {
        line-height: 1 !important;
    }
}

@media (min-width: 768px) {
    .card-4 .img-fluid {
        border-bottom-left-radius: 30px;
        border-top-left-radius: 30px;
        border-top-right-radius: 0;
    }

    .card-4 .card-body {
        padding: 40px 50px;
    }

    .card-10 .img-fluid {
        border-bottom-left-radius: 30px;
        border-top-left-radius: 30px;
        border-top-right-radius: 0;
    }

    .card-10 .card-body {
        padding: 30px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item.active .nav-link {
        border-color: #8cbf1a !important;
    }

    .navbar .nav-item:hover .nav-link {
        border-color: #ade03b !important;
    }

    .navbar .login {
        padding: 0 !important;
    }

    .banner {
        height: 400px !important;
        background-size: 105% 105% !important;
    }

    .banner:hover {
        background-size: 100% 100% !important;
    }

    .banner:hover h1 {
        top: 40% !important;
        left: 50% !important;
        transform: translate(-50%, -40%) !important;
    }

    .banner:hover .btn {
        top: 60% !important;
        left: 50% !important;
        transform: translate(-50%, -60%) !important;
    }

    .slick-prev,
    .slick-next {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    body {
        padding-left: 64px;
    }

    .line-clamp-1 {
        -webkit-line-clamp: 1;
    }

    .line-clamp-2 {
        -webkit-line-clamp: 2;
    }

    .line-clamp-3 {
        -webkit-line-clamp: 3;
    }

    .line-clamp-4 {
        -webkit-line-clamp: 4;
    }

    .navbar {
        padding-left: 64px;
    }

    .navbar h1 {
        font-size: 36px;
        margin-top: 38px;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        padding-bottom: 10px;
        border-bottom: 5px solid #fff;
    }

    .navbar-left {
        display: block;
    }

    .card-6 .card-img-overlay {
        padding: 100px 60px;
    }

    .card-6 .card-img-overlay .card-text {
        font-size: 1.4rem;
    }

    .card-6 .card-img-overlay .card-link {
        font-size: 1.6rem !important;
    }

    .banner-img-3 h1 {
        font-size: 70px;
    }

    .banner-img-3 h2 {
        font-size: 36px;
    }

    .banner-img-3 nav.mb-5 {
        margin-bottom: 400px !important;
    }

    .banner-img-3 nav.mb-4 {
        margin-bottom: 100px !important;
    }

    .header-3 {
        font-size: 36px;
    }

    .card-7 .rounded-lg-start {
        border-top-left-radius: 30px !important;
        border-bottom-left-radius: 30px !important;
        border-top-right-radius: 0px !important;
        height: 224px;
        object-fit: cover;
        object-position: center;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .contact {
        background-image: url('../img/contact-1.png');
        background-repeat: no-repeat;
        background-position: center right;
        background-size: 50%;
    }

    .contact-overlay {
        background-color: rgba(0, 0, 0, .5);
        background-repeat: no-repeat;
        background-position: center left;
    }

    .contact .contact-body .row .col-lg:first-child {
        background-image: none;
    }

    .banner-with-search {
        height: 670px;
    }

    .search-form {
        position: relative;
        top: -250px;
    }

    .search-directory .container-lg {
        height: 100px;
    }

    .member-description {
        position: relative;
        top: -250px;
    }

    .member-description .container-lg {
        height: 1050px;
    }

    .member {
        position: relative;
        top: -250px;
    }

    .member .container-lg {
        height: 210px;
    }

    .member-2 .container-lg {
        height: 490px;
    }

    .member-3 .container-lg {
        height: 2180px;
    }

    .member-4 .container-lg {
        height: 1480px;
    }

    .member-5 .container-lg {
        height: 1572px;
    }

    .member-6 .container-lg {
        height: 55px;
    }

    .member-7 .container-lg {
        height: 3360px;
    }

    .member-8 .container-lg {
        height: 2780px;
    }

    .member-9 .container-lg {
        height: 2415px;
    }

    .member-10 .container-lg {
        height: 2715px;
    }

    .member-11 .container-lg {
        height: 1045px;
    }

    .member-12 .container-lg {
        height: 910px;
    }

    .member .form-1 {
        padding: 0 60px;
    }

    .form-select-1 {
        width: 200px;
    }

    .filter-3 .form-select-1 {
        width: 100px;
    }

    .card-11 .card-header {
        padding: 15px 40px;
    }

    .card-11 .card-body {
        padding: 0 40px;
    }

    .navbar-right {
        position: absolute;
        right: 12px;
        display: block;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1170px;
    }

    .banner {
        height: 760px !important;
    }

    .banner h1 {
        font-size: 34px !important;
    }

    .banner:hover h1 {
        font-size: 50px !important;
        top: 45% !important;
        left: 50% !important;
        transform: translate(-50%, -45%) !important;
    }

    .banner:hover .btn {
        top: 60% !important;
        left: 50% !important;
        transform: translate(-50%, -60%) !important;
    }

    .navbar .container-lg .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        white-space: nowrap;
    }
}

@media (max-width: 1399px) {
    .navbar .container-lg .navbar-collapse.show {
        overflow-y: auto;
        height: calc(100vh - 140px);
    }

    .banner-img-2 {
        text-align: center;
    }
}