.bg-red-2 {
    background-color: #6e0702;
}

.bg-blog-1 {
    background-color: #cfb97d;
}

.bg-blog-2 {
    background: rgb(183, 145, 83);
    background: linear-gradient(180deg, rgba(183, 145, 83, 1) 0%, rgba(206, 179, 132, 1) 50%, rgba(183, 146, 86, 1) 100%);
}

.border-blog {
    border: 5px solid #b48650;
}

.text-blog-1 {
    color: #b37c4f;
}

.text-blog-2 {
    color: #f1e7a0;
}

.text-footer-1 {
    color: #d0b97d;
}

.bg-blur {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    /* background: hsla(0, 0%, 100%, .3) !important; */
    background: hsl(3deg 98% 21% / 80%) !important;
}

.mobile-menu .close-menu,
.offcanvas-category-menu .close-menu {
    color: #fff;
}

.text-footer-2 {
    color: #cfb97d;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.05rem;
}

.text-title-3 {
    font-size: 56px;
    font-weight: 600;
    background: linear-gradient(180deg, #f3e1b0, #bd8d22);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* font-family: "Noto Sans Thai", sans-serif; */
    line-height: 1.5;
    letter-spacing: 0.01rem;
}

.text-subtitle-3 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    font-family: "Noto Sans Thai", sans-serif;
}

.font-anuphan {
    font-family: "Noto Sans Thai", sans-serif !important;
}

.bg-ac {
    background-color: #f6ead2;
}

.text-ac {
    font-size: 2.8rem;
    background: linear-gradient(90deg, rgba(180, 144, 81, 1) 0%, rgba(180, 144, 81, 1) 40%, rgba(207, 179, 132, 1) 50%, rgba(207, 179, 132, 1) 55%, rgba(180, 144, 81, 1) 65%, rgba(180, 144, 81, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0px 1px 1px rgba(255, 255, 255, 0.55));
}

.btn-gradient-1 {
    padding: 10px;
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(188, 139, 81, 1) 0%, rgba(218, 186, 122, 1) 50%, rgba(248, 237, 161, 1) 100%);
}

.bg-body {
    background-repeat: no-repeat;
    background-size: cover;
}

.small-btn-meta-2 {
    padding: 6px 14px;
    font-weight: 400;
    font-size: 16px;
    border-radius: 3px;
    color: #fff;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.header-style-one .at_topbar {
    padding: 5px 0;
    background-color: rgb(0 0 0 / 30%);
}

.tp-info p {
    font-size: 14px;
    font-weight: 500;
    color: #b39477;
}

.tp-info-wrapper {
    gap: 20px;
}

.tp-info .icon-wrapper {
    line-height: 0;
    color: #b39477;
}

.at_nav_menu ul li a {
    display: block;
    padding: 24px 20px;
    color: rgb(255 255 255);
    font-weight: 400;
    font-size: 18px;
}

.header-style-one {
    position: relative;
    z-index: 50;
    border-bottom: none;
}

.at_header_nav {
    padding: 10px 0;
}

.logo-header img {
    max-height: 90px;
    border-radius: 15%;
    box-shadow: 0px 5px 10px 0px #0000004f;
}

.listing-btn {
    font-weight: 300;
    background: #38cd00;
    border: 0;
    position: relative;
    overflow: hidden;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 18px;
}

.listing-btn:hover {
    background-color: #38cd00;
}

.text-title-5 {
    color: rgb(158 99 21);
}

.at-hero-title .text-title {
    background: linear-gradient(90deg, rgba(241, 232, 161, 1) 0%, rgb(242 146 37) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 1px 1px rgba(255, 255, 255, 0.55));
    margin-bottom: 1.5rem;
}

.at-hero-title h2 {
    color: #ffffff;
    max-width: 100%;
    font-size: 18px;
    font-weight: 400;
    text-shadow: 1px 3px 10px rgb(0 0 0 / 60%);
    line-height: normal;
    margin-bottom: 3rem;
}

.at-explore-btn {
    font-weight: 500;
    color: #fff;
    font-size: 34px;
    letter-spacing: 0.5px;
    border-radius: 5px;
    border: 1px solid #fff;
    background-color: #c19361;
    padding: 10px 15px;
    position: relative;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    display: inline-block;
    box-shadow: 1px 1px 10px 0px #c193618f;
}

.at-explore-btn:hover {
    color: #fff;
}

.at-search-box-filter {
    padding: 25px 36px 25px 36px;
    -webkit-box-shadow: 0px -5px 15px 0px #ffc80538;
    box-shadow: 0px -5px 15px 0px #ffc80538;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    background-color: #670300;
    border: 1px solid #b28b3e;
}

.at-search-box-filter h2.text-title {
    font-weight: 600;
    letter-spacing: 0.1rem;
    font-size: 36px;
    margin-bottom: 10px;
    text-align: center;
    background: linear-gradient(90deg, rgba(203, 170, 116, 1) 0%, rgba(222, 197, 154, 1) 50%, rgba(206, 171, 116, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.at-search-box-filter .line-title {
    display: block;
    border: 1px solid #ece19b;
    margin-bottom: 30px;
}

.btn-custom-1 {
    background-color: #c19361;
    padding: 10px 40px;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    border: 1px solid #fff;
}

.btn-custom-1:hover {
    background-color: transparent;
    color: #c19361;
    border: 1px solid #c19361;
}

.btn-custom-2 {
    background-color: #c19361;
    padding: 10px 40px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #fff;
}

.btn-custom-2:hover {
    background-color: transparent;
    color: #c19361;
    border: 1px solid #c19361;
}

.at-search-filter .input-field {
    width: 100%;
}

.form-input {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.75;
    color: #ffffff;
    background-color: #73160e;
    border: 1px solid #9f5e3c;
    border-radius: 0.275rem;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.BoxBer {
    margin-bottom: 40px;
}

.BoxBer .position-absolute {
    padding-top: 10%;
}

.BoxBer .text-suntitle {
    color: #fff;
    background-color: #d0b07d;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 14px;
    padding: 0px 5px;
    border-radius: 5px;
}

.BoxBer h3 {
    color: #fff;
    margin-bottom: 0px;
    margin-top: 15px;
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
}

.ButtonPrice {
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 15px auto;
    border: 1px solid #e8cb63;
    border-radius: 6px;
}

.ButtonPrice:hover {
    color: #fff;
}

.ButtonPrice span {
    font-family: "Roboto", sans-serif;
    color: #e8cb63;
    font-size: 20px;
    font-weight: 600;
}

.BoxBer p {
    color: #fff;
    font-size: 16px;
}

.BoxBer p a {
    margin-left: 20px;
    padding: 5px;
    border-radius: 8px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    background-color: #efd469;
}

.at-section-title .text-title {
    font-size: 2.8rem;
    color: #b49051;
}

.at-section-title .text-title-2 {
    font-size: 2.8rem;
    background: linear-gradient(90deg, rgba(182, 144, 81, 1) 0%, rgba(222, 197, 156, 1) 50%, rgba(182, 144, 82, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.3));
}

.title-line-3 {
    background-color: #baaf6d;
    height: 3px;
    margin: 0 auto 20px;
    width: 80px;
}

.blog-card .blog-title {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    font-size: 20px;
    font-weight: 500;
}

.blog-card .blog-title-2 {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.blog-card .text-description {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.03rem;
}

.blog-card .text-description-2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.03rem;
}

.blog-card .blog-card-author-details .date {
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.blog-explore-btn {
    width: 42px;
    height: 42px;
    background: #cfb97d;
    color: #ffffff;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.blog-card:hover .blog-explore-btn {
    background: transparent;
    border: 1px solid #cfb97d;
    color: #cfb97d;
}

.footer-widget p {
    color: #ffffff;
}

.footer-copyright {
    margin-top: 80px;
    padding: 12px 0;
    border-top: 3px solid #e2cd8b;
}

.footer-copyright p a {
    color: #cfb97d;
}

.footer-nav li a {
    color: #ffffff;
    font-size: 16px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    font-weight: 500;
}

.footer-nav li a:hover {
    color: #ffffff;
    padding-left: 4px;
}

.footer-nav li a.btn-line {
    color: #ffffff;
    font-size: 14px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    font-weight: 500;
    background-color: #39cd00;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 5px;
}

a.btn-line {
    color: #ffffff;
    font-size: 18px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    font-weight: 500;
    background-color: #39cd00;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 5px;
}

a.btn-line:hover {
    color: #ffffff;
    background-color: #39cd00;
    border: 1px solid #39cd00;
    opacity: 0.8;
}

.footer-nav li a.btn-line:hover {
    color: #ffffff;
    background-color: #39cd00;
    border: 1px solid #39cd00;
}


.footer-nav li a.btn-facebook {
    color: #ffffff;
    font-size: 14px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    font-weight: 500;
    background-color: #3b5999;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.footer-nav li a.btn-facebook:hover {
    color: #ffffff;
    background-color: #3b5999;
    border: 1px solid #3b5999;
}

a.btn-facebook {
    color: #ffffff;
    font-size: 18px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    font-weight: 500;
    background-color: #3b5999;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 5px;
}

a.btn-facebook:hover {
    color: #ffffff;
    background-color: #3b5999;
    border: 1px solid #3b5999;
}

.review-bg {
    border-radius: 15px;
    box-shadow: 0px 0px 10px 5px #bb5425;
}

.review-bg-2 {
    border-radius: 15px;
    border: 2px solid rgb(243 225 176);
}

.slider-btn-2.slider-button-next {
    left: auto;
    right: 10%;
}

.slider-btn-2 {
    width: 60px;
    height: 60px;
    background: linear-gradient(180deg, rgba(197, 161, 102, 1) 0%, rgba(238, 228, 157, 1) 100%);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    position: absolute;
    left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
}

.swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.banner-slider .swiper-pagination .swiper-pagination-bullet::before {
    background-color: #bebfbd;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: transparent;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background: #e7d38e;
}

.BgSearch {
    background-color: #e2c48e;
    padding: 50px 100px;
    border-radius: 20px;
    box-shadow: 1px 1px 20px 5px #e2c48e8f;
}

.BgSearch .text-box {
    padding: 0 30px;
}

.text-box {
    width: 100%;
    float: left;
}

.sec-title-container h3 {
    color: #73160c;
    font-weight: 900;
    font-size: 38px;
    -webkit-text-stroke: 2px #f7ddb0;
}

.title-line-4 {
    background-color: #73160c;
    height: 3px;
    margin: 0 auto 20px;
    width: 80px;
}

.Number {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    line-height: 40px;
    padding: 0px;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin: 0px;
    color: #000;
    font-family: "Roboto", sans-serif;
}

.select-box {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

/* .select-box select:hover, .select-box select:focus {
    color: #000;
    background: #ccc;
} */
.select-box select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 0 10px;
    outline: 0;
    border: 1px solid #cdb97c;
    height: 45px;
    line-height: 40px;
    border-radius: 5px;
    background: #fff;
    color: #b1b1b1;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select__arrow {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
}

.input-box input {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    outline: 0;
    border: 1px solid #cdb97c;
    height: 45px;
    line-height: 40px;
    border-radius: 5px;
    background: #fff;
    color: #000000;
    font-size: 20px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    line-height: 40px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 10px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ebebeb;
}

.control input:checked~.control__indicator.cyan {
    background: #1fcf6d;
}

.control input:checked~.control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.btn-reset {
    padding: 5px 40px;
    background-color: #c19361;
    color: #fff;
    border: 1px solid #fff;
    font-size: 24px;
}

.btn-reset:hover {
    background-color: #c19361;
    color: #fff;
    border: 1px solid #fff;
    opacity: 0.8;
}

.btn-search {
    padding: 5px 40px;
    background-color: #73160e;
    color: #fff;
    border: 1px solid #fff;
    font-size: 24px;
}

.btn-search:hover {
    background-color: #73160e;
    color: #fff;
    border: 1px solid #fff;
    opacity: 0.8;
}

.contact-info li .info-content a {
    font-weight: 700;
    color: #cfb97d;
    font-size: 30px;
    text-shadow: 1px 1px 0px #000000ab;
    font-family: "Roboto", sans-serif;
}

.contact-info li .icon-wrapper {
    background: rgb(252 0 18);
    color: #ffffff;
}

.template-pagination ul li a {
    width: 35px;
    height: 35px;
    color: #ffffff;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 3px;
    background: transparent;
}

.template-pagination ul li a.active {
    background: #FC0012;
}

.template-pagination-blog ul {
    gap: 8px;
}

.template-pagination-blog ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #6e0702;
    font-weight: 600;
    border: 1px solid #6e0702;
    border-radius: 3px;
    background: transparent;
}

.template-pagination-blog ul li a:hover {
    background: #6e0702;
    color: #fff;
}

.template-pagination-blog ul li a.active {
    background: #6e0702;
    color: #fff;
}

.cl-feedback-single {
    padding: 1.5rem;
    border: 2px solid;
    border-color: rgb(243 225 176);
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.cl-feedback-single p {
    font-style: normal;
    font-size: 18px;
    line-height: 1.75rem;
    font-weight: 500;
    color: #fff;
}

.cl-feedback-single h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.cl-feedback-single img {
    width: 50px;
}

.mobile-menu ul li a,
.offcanvas-category-menu ul li a {
    display: block;
    padding: 10px 0;
    color: #ffffff;
    font-weight: 500;
    border-bottom: none;
}

.mobile-menu .social-contact a,
.offcanvas-category-menu .social-contact a {
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
    font-size: 30px;
}

.mobile-menu .logo-wrapper img {
    max-height: 90px;
    border-radius: 10px;
}

.brand-card:hover .icon-black {
    opacity: 1;
}

.main-text1 {
    line-height: 1.75rem;
    font-weight: 600;
    font-size: 36px;
    background: linear-gradient(180deg, #f3e1b0, #bd8d22);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-category {
    line-height: 1.75rem !important;
    font-weight: 600;
    font-size: 36px !important;
    color: rgb(158 99 21);
}

.btn-category {
    padding-bottom: .75rem;
    padding-top: .75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border: 1px solid rgb(255 255 255);
    color: rgb(255 255 255);
    background-color: #dcbe6f;
    font-weight: 500;
    border-radius: 4px;
    height: 3rem;
}

.BgMain {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.tab-content-holder-9 {
    width: 100%;
    float: left;
    padding: 60px 50px 50px 50px;
    margin-top: 10px;
    border: 1px solid #f1f1f1;
    background-color: #e2c48e;
    border-radius: 20px;
    box-shadow: 1px 1px 20px 5px #e2c48e8f;
}

.sec-title-container-2 {
    width: 100%;
    float: left;
    padding-bottom: 70px;
}

.TextBer h3 {
    text-align: center;
    padding: 0px;
    background-color: #bbaf6d;
    border: 1px solid #ebebeb;
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin: 0 0 30px;
    transition: all 0.3s ease-out 0s;
    font-size: 30px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    border-radius: 5px;
}

.progressbar-style-5 {
    margin-top: 10px;
    margin-bottom: 45px;
    font-weight: 400;
    letter-spacing: 1px;
    overflow: visible;
    height: 40px;
    color: #161616;
    background: #f5f5f5;
    border-radius: 0px;
    box-shadow: none;
    text-transform: uppercase;
}

.progress-color-blue {
    color: #fff;
    background: #73160c;
}

.progressbar-style-5 .progress-bar {
    position: relative;
    overflow: visible;
    background-color: #101010;
    font-size: 14px;
    color: #101010;
    box-shadow: none;
    padding: 40px 0 0 0;
    text-align: left;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progressbar-style-5 .progress-bar {
    padding: 0 0 0 15px;
}

.progress-color-blue .progress-bar {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.counter.large-size {
    color: #73160c;
    font-size: 60px;
    font-weight: 600;
}

span.counter {
    margin-top: 20px;
}

.TextPie p {
    text-align: center;
    padding: 0px;
    background-color: #bbaf6d;
    border: 1px solid #ebebeb;
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin: 0 0 30px;
    transition: all 0.3s ease-out 0s;
}

.rating {
    unicode-bidi: bidi-override;
    color: #c5c5c5;
    font-size: 25px;
    height: 25px;
    width: 210px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    text-shadow: 0px 1px 0 #a2a2a2;
}

.rating-lower {
    padding: 0;
    display: flex;
    z-index: 0;
}

.rating-upper {
    color: #73160c;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: flex;
    top: 0;
    left: 0;
    overflow: hidden;
}

.bg-custom-1 {
    background: linear-gradient(rgb(85, 163, 49) 0%, rgb(51, 68, 43) 100%);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.border-predict {
    border: 5px solid #b48650;
    border-top-left-radius: 32px;
    border-bottom-right-radius: 32px;
    padding: 3rem 2.25rem;
    background-color: #6e0702;
}

.border-predict .text-number {
    gap: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.border-predict .section-number {
    gap: 1rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 2.5rem;
}

.rounded-md {
    border-radius: .375rem;
}

input.search {
    background: #6e0702;
    border-radius: 8px;
    color: rgb(200, 182, 144);
    font-size: 24px;
    max-width: 440px;
    padding-left: 20px;
    border: 2px solid;
}

.flex-1 {
    flex: 1 1 0%;
}

.max-w-\[500px\] {
    max-width: 500px;
}

input.search {
    font-size: 14px !important;
    height: 34px !important;
}

.dl2-blog-card2 .blog-title {
    font-size: 22px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    font-weight: 500;
    line-height: 1.5;
}

.text-info-contact {
    font-size: 2rem;
    font-weight: 600;
    color: #b49051;
    text-shadow: 1px 1px 0px #000000ab;
}

.text-subtitlte-info {
    font-size: 20px;
    font-weight: 500;
    color: #c19361;
    line-height: 1.5;
}

.text-subtitlte-info-2 {
    font-size: 18px;
    font-weight: 500;
    color: #c19361;
    line-height: 1.5;
}

.info-content-2 {
    font-weight: 600;
    color: #cfb97d;
    font-size: 30px;
    text-shadow: 1px 1px 0px #000000ab;
}

.info-line {
    font-weight: 500;
    color: #c19361;
    font-size: 20px;
}

.info-line:hover {
    color: #c19361;
    opacity: 0.8;
}

.dl-hero-single {
    background-repeat: no-repeat;
    background-size: cover;
}

a.btn-line-2 {
    color: #ffffff;
    font-size: 20px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    font-weight: 500;
    background-color: #39cd00;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
}

a.btn-facebook-2 {
    color: #ffffff;
    font-size: 20px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    font-weight: 500;
    background-color: #3b5999;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.slider-btn-2.slider-button-next {
    left: auto;
    right: 0;
}

.slider-btn-3.slider-button-next {
    left: auto;
    right: 0;
}

.slider-btn-3 {
    width: 50px;
    height: 50px;
    background: linear-gradient(180deg, rgba(197, 161, 102, 1) 0%, rgba(238, 228, 157, 1) 100%);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    position: absolute;
    left: 0;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.at_nav_menu ul li.has-submenu .at_megamenu_style_1 {
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    width: 500px;
    background: transparent;
}

.mobile-menu ul li.has-submenu>a,
.offcanvas-category-menu ul li.has-submenu>a {
    width: 80%;
}

.at_megamenu_style_1 .megamenu_nav li a {
    font-size: 14px;
}

.mobile-menu ul li.has-submenu i,
.offcanvas-category-menu ul li.has-submenu i {
    position: absolute;
    right: 10px;
    top: auto;
    color: #fff;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.mobile-menu ul li.has-submenu i.icon-rotate,
.offcanvas-category-menu ul li.has-submenu i.icon-rotate {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.line-clamp1 {
    text-overflow: ellipsis;

    /* Needed to make it work */
    overflow: hidden;
    white-space: nowrap;
}

.line-clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.monthly {
    background-color: #f86e00 !important;
    color: #fff !important;
    font-weight: 500;
}

.monthly-2 {
    background-color: #efeae2 !important;
    color: #000000 !important;
    font-weight: 500;
}

.monthly-3 {
    background-color: #0f3f69 !important;
    color: #fff !important;
    font-weight: 500;
}

.yearly {
    background-color: #f3e6ce !important;
    color: #4a3b1f !important;
    font-weight: 500;
}

.modal-content {
    background-color: transparent;
}

.btn-custom {
    padding: 5px 20px;
    background-color: #c19361;
}

.btn-custom:hover,
.btn-custom:focus {
    background-color: transparent !important;
    color: #c19361 !important;
    border: 1px solid #c19361 !important;
}

@media (max-width: 380px) {
    .sec-title-container h3 {
        font-size: 28px;
    }

    .BoxBer h3 {
        margin-top: 10px;
        font-size: 1.6rem;
    }

    .ButtonPrice {
        height: 30px;
        line-height: 30px;
        margin: 10px auto;
    }

    .ButtonPrice span {
        font-size: 16px;
    }

    .BoxBer p a {
        font-size: 12px;
    }

    .BoxBer p {
        font-size: 14px;
    }

    .BoxBer .text-suntitle {
        font-size: 10px;
    }

    .BoxBer .position-absolute img {
        width: 150px;
    }
}

@media (max-width: 575.98px) {
    .at-search-box {
        margin-top: 0;
    }

    .sec-title-container h3 {
        font-size: 30px;
    }

    .dl-hero-single {
        padding: 150px 0 30px 0;
        background-position: bottom;
        background-color: #690701;
        background-size: 100%;
    }

    .at-hero-title .text-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .at-hero-title h2 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .at-explore-btn {
        font-size: 12px;
        padding: 5px 10px;
    }

    .text-footer-2 {
        font-size: 20px;
    }

    .contact-info li .info-content a {
        font-size: 20px;
    }

    .sm-center {
        text-align: center;
    }

}

@media (min-width: 576px) and (max-width: 699px) {
    .at-search-box {
        margin-top: 0;
    }

    .dl-hero-single {
        padding: 150px 0 40px 0;
        background-position: bottom;
        background-color: #690701;
        background-size: 100%;
    }

    .at-hero-title .text-title {
        font-size: 30px;
    }

    .at-hero-title h2 {
        font-size: 24px;
    }

    .at-explore-btn {
        font-size: 20px;
        padding: 5px 10px;
    }

    .BoxBer h3 {
        font-size: 1.5rem;
    }

    .text-footer-2 {
        font-size: 20px;
    }

    .contact-info li .info-content a {
        font-size: 20px;
    }

    .sm-center {
        text-align: center;
    }
}

@media (min-width: 700px) and (max-width: 990px) {

    .logo-header img {
        max-height: 70px;
    }

    .at-search-box {
        margin-top: 0;
    }

    .dl-hero-single {
        padding: 170px 0 80px 0;
        background-position: bottom;
        background-color: #690701;
        background-size: 100%;
    }

    .at-hero-title .text-title {
        font-size: 30px;
    }

    .at-hero-title h2 {
        font-size: 24px;
    }

    .at-explore-btn {
        font-size: 20px;
        padding: 5px 10px;
    }

    .BoxBer h3 {
        font-size: 1.5rem;
    }

    .at_header_right {
        justify-content: end;
    }

    .sm-center {
        text-align: center;
    }
}

@media only screen and (min-width: 1024px) {
    input.search {
        font-size: 16px !important;
        height: 52px !important;
    }

    .lg\:w-screen {
        width: 100vw;
    }
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }

    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media only screen and (max-width: 768px) {

    .listing-btn {
        padding: 5px 10px;
        font-size: 14px;
    }

    .logo-header img {
        max-height: 60px;
    }

    .at_header_right {
        justify-content: end !important;
    }

    .Number {
        width: 25px;
        height: 25px;
        line-height: 25px;
        padding: 0px;
        text-align: center;
        font-size: 14px;
    }

    .BgSearch .select-box select {
        height: 30px;
        line-height: 30px;
    }

    .BgSearch .select__arrow {
        top: 12px;
    }

    .BgSearch .control {
        padding-left: 5px;
        text-align: center;
        line-height: normal;
    }

    .BgSearch .control__indicator {
        position: inherit;
        top: 0;
    }

    .input-box input {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .btn-reset {
        font-size: 20px;
    }

    .BgSearch {
        padding: 50px 30px;
    }

    .form-input {
        font-size: 16px;
        text-align: center;
    }

    .btn-custom-1 {
        padding: 5px 40px;
        font-size: 20px;
    }

    .border-predict {
        padding: 1.5rem 1rem;
    }

    .border-predict .text-number {
        gap: 1rem;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        flex-direction: column;
    }

    .border-predict .section-number {
        justify-content: flex-end;
        display: flex;
        flex-direction: unset;
    }

    .dl2-blog-card2 .feature-img img {
        width: auto;
    }

    .dl2-blog-card2 .feature-img {
        max-width: 100%;
        width: auto;
    }

    .dl2-blog-card2 .feature-img {
        margin-right: 30px;
    }

    /* .dealership-hero {
        margin-top: -80px;
    }

    .display-4 {
        font-size: 30px;
    }

    .at-hero-title h2 {
        font-size: 24px;
        margin-bottom: 1rem;
    }

    .at-explore-btn {
        font-size: 18px;
        padding: 5px 5px;
    } */
}

@media only screen and (max-width: 640px) {
    .BgSearch .text-box {
        padding: 0 10px;
    }

    .BgSearch .select-box select {
        font-size: 13px;
        padding: 0 10px;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {

    .at-search-box {
        padding: 40px 0;
        margin-top: 0px;
    }

    .BgSearch .text-box {
        padding: 0 15px;
    }

    .logo-header img {
        max-height: 50px;
    }

    .at_nav_menu ul li a {
        padding: 20px 8px;
        font-size: 12px;
    }

    .BoxBer .text-suntitle {
        font-size: 12px;
        top: 8px;
    }

    .BoxBer h3 {
        font-size: 1.5rem;
    }

    .ButtonPrice {
        height: 35px;
        line-height: 35px;
    }

    .BoxBer p {
        color: #fff;
        font-size: 12px;
        margin-bottom: 0;
    }

    .BoxBer p a {
        padding: 1px 5px 1px 5px;
        font-size: 12px;
    }

    .dl-hero-single {
        padding: 180px 0 100px 0;
        background-size: 100%;
        background-position: bottom;
        background-color: #690701;
    }

    .at-hero-title .text-title {
        font-size: 30px;
    }

    .at-hero-title h2 {
        font-size: 30px;
    }

    .at-explore-btn {
        font-size: 20px;
        padding: 5px 10px;
    }
}

@media (max-width: 767px) {
    .slider-btn-2 {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .dealership-hero {
        margin-top: -214px;
    }

    .dl-hero-single {
        background-size: cover;
    }

    .dl-hero-single {
        /* padding: 245px 0 140px 0; */
        background-size: 100%;
        background-position: bottom;
        background-color: #690701;
    }

    .container-fluid {
        max-width: 1320px;
    }

    .logo-header img {
        max-height: 70px;
    }

    .at_nav_menu ul li a {
        padding: 20px 14px;
        font-size: 14px;
    }

    .BoxBer .text-suntitle {
        top: 6px;
        font-size: 12px;
    }

    .BoxBer h3 {
        font-size: 1.5rem;
    }

    .ButtonPrice {
        height: 35px;
        line-height: 35px;
    }

    .BoxBer p {
        color: #fff;
        font-size: 12px;
        margin-bottom: 0;
    }

    .BoxBer p a {
        padding: 1px 5px 1px 5px;
        font-size: 12px;
    }

    .at-hero-title .text-title {
        font-size: 40px;
    }

    .at-explore-btn {
        font-size: 24px;
    }

    .at-hero-title h2 {
        font-size: 40px;
        margin-bottom: 2rem;
    }

    .Number {
        width: 40px;
        height: 40px;
        font-size: 30px;
    }
}

@media (min-width: 1700px) {
    .container-fluid {
        max-width: 1620px;
    }
}

/* สำหรับ Chrome, Safari, Edge */
input.no-spinner::-webkit-outer-spin-button,
input.no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* สำหรับ Firefox */
input.no-spinner {
    -moz-appearance: textfield;
}