button,
input,
optgroup,
select,
textarea {
    font-family: "Noto Sans Thai", sans-serif !important;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.btry:hover:after {
    content: attr(data-tip);
    color: #888;
    font-size: 11px;
    display: block;
    position: absolute;
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 6px;
    top: 12%;
}

.btry1:hover:after {
    content: attr(data-tip);
    color: #888;
    font-size: 11px;
    display: block;
    position: absolute;
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 6px;
    top: 12%;
}
.room-section {
    padding: 2rem 0;
    background-size: cover;
}

@media (max-width: 575px) {
    .p-0 {
        padding: 0 15px !important;
    }

    .fluid {
        width: 100% !important;
    }

    .nav-center {
        display: flex !important;
        flex-wrap: wrap !important;
        align-content: center !important;
        justify-content: center !important;
    }

    .p-1 {
        padding: 5px 15px !important;
    }

    .select1 {
        color: #fff;
        background-color: #028641;
        border-color: #028641;
        border-radius: 6px;
        margin-top: 10px;
    }
}

.btry {
    color: #fff;
    font-size: smaller;
    background-color: #028641;
    border: 2px solid #028641;
    border-radius: 6px;
}

.btry1 {
    color: #636363;
    font-size: smaller;
    background-color: #fff;
    border: 2px solid #a4a4a4;
    border-radius: 6px;
}

.btry:hover {
    color: #fff;
    background-color: #079749;
    border-color: #079749;
    border-radius: 6px;
}

.btry1:hover {
    color: #079749;
    background-color: #fff;
    border-color: #079749;
    border-radius: 6px;
}

.select1 {
    color: #fff;
    font-size: smaller;
    background-color: #028641;
    border-color: #028641;
    border-radius: 6px;
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: #028641 !important;
    border-color: #028641 !important;
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-book {
    font-size: 15px;
    color: #fff;
    background: #028641;
    padding: 8px 20px;
    width: 100%;
    border-radius: 50px;
    transition: 0.3s;
    margin-bottom: 10px;
}

.nav-center {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #048641;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #626262;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link:focus,
.nav-link:hover {
    color: #666;
}

.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

#formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
}

#formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}





/* FORM TYPOGRAPHY*/

.wrapper input[type=button],
input[type=submit],
input[type=reset] {
    background-color: #028641;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
    box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wrapper input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
    background-color: #076d37;
}

.wrapper input[type=button]:active,
input[type=submit]:active,
input[type=reset]:active {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.wrapper input[type=text] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.wrapper input[type=text]:focus {
    background-color: #fff;
    border-bottom: 2px solid #5fbae9;
}

.wrapper input[type=text]:placeholder {
    color: #cccccc;
}






@media (max-width: 1365px) {
    .slider-for .item .cover .header-content {
        text-align: center !important;
    }
}



@media (max-width: 575px) {
    .slider_button {
        margin-top: 0px !important;
    }

    .slick-next:before,
    .slick-prev:before {
        display: none !important;
    }

    .post-slide3 .post-title a {
        font-size: 14px !important;
    }

    .post-slide3 .post-description {
        font-size: 11px !important;
        color: #676767;
        line-height: 24px;
        padding-bottom: 5px !important;
    }

    .slick-next {
        display: none !important;
        /* right: -25px; */
    }

    .slick-prev {
        display: none !important;
    }

}



@media (min-width: 1400px) {
    .slider_button {
        margin-top: -522px !important;
    }
}

@media only screen and (min-width: 820px) and (max-width: 1365px) {
    .slider_button {
        margin-top: 0px;
    }

    .slider-for .item {
        height: 40vh !important;
        position: relative;
    }

    .header .btn-book-a-table,
    .header .btn-book-a-table:focus {
        display: none;
    }
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #048641 !important;
    border-color: #048641 !important;
}

.slider-for .item {
    height: 78vh;
    position: relative;
}

.slider-for .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 575px) {

    .slider-for .item .cover {
        padding: 75px 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #00000094;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .slider-for .item .cover {
        padding: 75px 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #00000094;
        display: flex;
        align-items: center;
    }
}

.slider-for .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
    text-align: left;
}

.slider-for .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.slider-for .item .cover .header-content p {
    font-weight: 300;
    color: #fff;
}

.slider-for .item .cover .header-content h1 {
    font-size: 45px;
    font-weight: 600;
    margin: 5px 0 5px;
    word-spacing: 3px;
    color: #fff;
}

.slider-for .item .cover .header-content h4 {
    font-size: 19px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}

.slider-for .btn-book-a-table,
.slider-for .btn-book-a-table:focus {
    font-size: 15px;
    color: #fff;
    background: #028641;
    padding: 8px 20px;
    border-radius: 50px;
    transition: 0.3s;
}

.post-slide3 {
    margin: 5px;
    padding: 10px;
    border: 1px solid #f1f1f1;
    background: #fff;
    border-radius: 8px;
    text-align: center;
}

.post-slide3 .post-img {
    position: relative;
    margin-bottom: 10px;
}
.post-slide3 .post-description:hover {
    color: #028641;
}
.post-slide3 .post-img img {
    width: 100%;
    height: auto;
}

.post-slide3 .post-icon {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 25px;
    left: 25px;
    text-align: center;
    background: #333;
    opacity: 0;
    border-radius: 3px;
    transition: all .3s ease-in-out 0s;
}

.post-slide3:hover .post-icon {
    opacity: 1;
}

.post-slide3 .post-icon i {
    font-size: 20px;
    color: #fff;
    line-height: 60px;
}

.post-slide3 .post-bar {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}

.post-slide3 .post-bar li {
    display: inline-block;
    font-size: 15px;
    color: #676767;
    margin-right: 5px;
}

.post-slide3 .post-bar li:after {
    content: "/";
    margin-left: 5px;
}

.post-slide3 .post-bar li:last-child:after {
    content: "";
}

.post-slide3 .post-bar li a {
    color: #8e44ad;
    transition: all .3s ease 0s;
}

.post-slide3 .post-bar li a:hover {
    color: #333;
    text-decoration: none;
}

.post-slide3 .post-bar li a:after {
    content: ",";
    margin: 0 5px;
}

.post-slide3 .post-bar li a:last-child:after {
    content: ""
}

.post-slide3 .post-title {
    text-transform: capitalize;
}

.post-slide3 .post-title a {
    font-size: 22px;
    font-weight: 600;
    color: #3c3c3c;
    transition: all .3s linear 0s;
}

.post-slide3 .post-title a:hover {
    color: #8e44ad;
    text-decoration: none;
}

.post-slide3 .post-description {
    font-size: 16px;
    color: #676767;
    line-height: 24px;
    padding-bottom: 0px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 22px;
}

.post-slide3 .read-more {
    display: inline-block;
}

.post-slide3 .read-more:hover {
    text-decoration: none;
}

.post-slide3 .read-more i {
    font-size: 19px;
    color: #333;
    margin-right: 5px;
    transition: all .4s linear 0s;
}

.post-slide3 .read-more span {
    font-size: 16px;
    color: #333;
    opacity: 0;
    text-transform: uppercase;
    transition: all .4s linear 0s;
}

.post-slide3 .read-more:after {
    content: "";
    display: block;
    width: 40%;
    position: relative;
    bottom: -20px;
    border-bottom: 3px solid #333;
    opacity: 0;
    transition: all .4s linear 0s;
}

.post-slide3:hover .read-more span,
.post-slide3:hover .read-more:after {
    opacity: 1;
}

.post-slide3 .read-more:hover i,
.post-slide3 .read-more:hover span,
.post-slide3 .read-more:hover:after {
    color: #8e44ad;
    border-bottom-color: #8e44ad;
}

.fluid {
    width: 85%;
}