body {
    font-family: 'Kanit' !important;
    font-weight: normal;
    background: #fff;
    color: #000 !important;
}

p {
    padding: 0;
    margin: 0;
    font-family: 'Kanit' !important;
}
.btn{
    font-family: 'Kanit' !important;
}
a:hover {
    text-decoration: none;
}

@media only screen and (min-width: 1499px) { 
    .scrollbar {
    height: 631px !important;
    overflow-y: scroll !important;
}
#style-3::-webkit-scrollbar {
    width: 2px !important;
    background-color: #fff;
}
#style-3::-webkit-scrollbar-thumb {
    background-color: #f7f7f7;
}
}
.masonry .mItem .service-thumb {
    display: inline-block;
    margin-bottom: 16px;
    width: 100%;
}

@media (min-width: 1200px) {
    .masonry {
        column-count: 6;
        column-gap: 15px;
    }
}

@media (max-width: 1199px) {
    .masonry {
        column-count: 5;
    }
}

@media (max-width: 991px) {
    .masonry {
        column-count: 3;
    }
}

@media (max-width: 767px) {
    .masonry {
        column-count: 2;
    }
}


.ber-section {
    padding: 10px;
    background-size: cover;
    background-color: #f6f6f6;
}
.breadcrumb-list {
    float: left;
    padding: 0;
    margin-bottom: 0px;
}
.breadcrumb-list>li {
    font-size: 14px;
    list-style: none;
    display: inline;
}
.breadcrumb-list>li a {
    color: #666;
    text-transform: uppercase;
}
.breadcrumb-list>li span {
    color: #63ab45;
    text-transform: uppercase;
}
.breadcrumb-list>li a:after {
    content: "/";
    vertical-align: middle;
    margin: 0 5px;
    color: #63ab45;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: 'Kanit' !important;
    font-weight: 700;
}

.package-meta {
    background-color: #63ab45;
    padding: 15px 0;
    position: relative;
}
.package-meta ul {
    font-size: 0;
    margin: 0;
    padding: 0;
}
.package-meta ul li:first-child {
    padding-left: 0;
}
.package-meta ul li {
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    line-height: 1.1;
    padding: 0 12px;
    position: relative;
    border-right: 1px solid #fff;
}
.package-meta ul li:last-child {
    border-right: 1px solid #fff0;
}

/******************  index *******************/
.best h1{
    margin-top: 0;
}
.best h6{
    color: #727272;
}
.best p{
    color: #74b446;
}
.img-holder {
    position: relative;
    margin-bottom: 20px;
}
.img-holder img {
    width: 100%;
    border-radius: 7px;
}
.img-holder .content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    padding: 20px;
    background-color: #ffffffe8;
    -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.img-holder .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.img-holder .text h4.title:before {
    display: block;
    content: "";
    width: 45px;
    height: 3px;
        background-color: #63AB45;
    margin-bottom: 15px;
    border-radius: 10px;
}
.img-holder .text h4.title {
    font-size: medium;

}
.img-holder .text .icon-btn {
    font-size: medium;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
}
.img-holder .text .icon-btn:hover {
    color: #333;
}
.img-holder .text .icon-btn i{
    flex-grow: 1 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
}
.far {
    font-weight: 400;
}
.su1{
    color: #ffffff !important;
    background-color: #63ab45 !important;
    border-color: #63ab45 !important;
    padding: 10px 30px !important;
}
.about ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.footer-nav li:not(:last-child) {
    margin-bottom: 15px;
}
/******************  index *******************/
.Pages {
    padding: 35px 40px 40px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 7px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 7px 60px rgba(0, 0, 0, 0.07);
}
.lo p i {
    color: #63ab45;
    padding-right: 10px;
}
/******************  index *******************/
/******************  index *******************/
/******************  c0ntact *******************/
.room-section .info-col {
    position: relative;
    margin-bottom: 30px;
}
.room-section .info-col .inner {
    position: relative;
    display: block;
}
.room-section .info li {
    position: relative;
    min-height: 72px;
    padding-left: 102px;
    padding-top: 7px;
    margin-bottom: 20px;
}
.room-section .info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 62px;
    height: 62px;
    line-height: 65px;
    text-align: center;
    font-size: 22px;
    background: #74b446;
    color: #ffffff;
    border-radius: 50%;
}
.room-section .info li h5 {
    margin-bottom: 10px;
}
.text {
    position: relative;
    line-height: 1.80em;
    margin-bottom: 0px;
}
.btn-style-one {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    line-height: 26px;
    padding: 10px 40px 10px;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    background: #74b446;
    border: 2px solid #74b446;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/******************  foot *******************/

.context-dark, .bg-gray-dark, .bg-primary {
    color: rgba(255, 255, 255, 0.8);
    padding: 4rem 0;
}
.contact-list {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.context-dark dt {
    font-weight: 700;
    text-transform: uppercase;

}
.footer-classic a, .footer-classic a:focus, .footer-classic a:active {
    color: #ffffff;

}
.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.context-dark dd a:hover{
    color: #63ab45;

}
.nav-list li a:hover{
    color: #63ab45;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
   text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
