/****************************************
angelsiamtravel by CMNice Solutions. *
****************************************/

/******** Fonts ********/
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Mobile */
@media screen and (max-width: 850px) {
    .header-contain {
        position: relative !important;
    }

    .header-mb {
        /* background: #687D59; */
        background: url('../images/cover/cover-bg-header.png') center no-repeat;
    background-size: cover;
        height:80px;
    }

    .header-mb p {
        font: 14px/1.4 'Kanit', sans-serif;
        color: #fff;
        font-weight: 200;
    }

    .mobile-logo {
        height: 88px !important;
    }

    .navbar-expand-lg {
        background-color: #fff !important;
    }

    .nav-item {
        border-bottom: 2px solid #EF4322;
    }

    .nav-item .nav-link {
        font: 18px/1.6 'Kanit', sans-serif !important;
        color: #fff !important;
        font-weight: 300 !important;
    }

    .navbar-nav .show {
        background-color: #fff !important;
        color: #fff !important;
    }

    .navbar-nav .dropdown-menu {
        /* background-color: #5F800C !important; */
        color: #fff !important;
    }
    
    /**/
    .navbar,
    .navbar-nav .dropdown {
        position: inherit !important;
    }

    .nav-item .dropdown-menu .dropdown-item {
        color: #fff !important;
        font-size: 18px !important;
        line-height: 1.6 !important;
    }

    .nav-item .dropdown-menu .mb-dropdown-item {
        font-size: 12px !important;
    }

    /**/
    .team-item-text {
        min-height: 7rem !important;
    }

    /**/
    .slide-text-contain {
        min-height: 200px !important;
        background-color: #0b7855;
    }


}

/* Desktop */
body {
    background: #fff;
}

/* Page Container */
.container {
    max-width: 1200px;
}

/* Content Container */
.content_container {
    position: relative;
}

/* Content Wrapper Container */
.logo {
    position: relative;
}

.top-contact {
    /* position: absolute; */
    font-family: 'Kanit', sans-serif;
    /* background: #ffffff49; */
}

.top-contact p {
    font: 14px/1.4 'Kanit', sans-serif;
    color: #fff;
    font-weight: 200;
}

.vertical.carousel .carousel-item {
    overflow: hidden;
}

.vertical.carousel .carousel-item-next:not(.carousel-item-start),
.vertical.carousel .active.carousel-item-end {
    transform: translateY(100%);
}

.vertical.carousel .carousel-item-prev:not(.carousel-item-end),
.vertical.carousel .active.carousel-item-start {
    transform: translateY(-100%);
}

.vertical.carousel .carousel-indicators {
    top: 0;
    left: unset;

    margin-left: unset !important;
    margin-right: 1rem;

    flex-direction: column;
}

.vertical.carousel .carousel-indicators [data-bs-target] {
    height: 30px;
    width: 3px;
}

.vertical.carousel .carousel-control-prev,
.vertical.carousel .carousel-control-next {
    width: 100%;
    height: 60px;
}

.vertical.carousel .carousel-control-prev-icon,
.vertical.carousel .carousel-control-next-icon {
    transform: rotateZ(90deg);
}

.vertical.carousel .carousel-control-next {
    top: unset;
    bottom: 0;
}

.fa-stack[data-count] {
    cursor: pointer;
}

.fa-stack[data-count]:after {
    position: absolute;
    right: 0%;
    top: -5px;
    width: 15px;
    height: 15px;
    content: attr(data-count);
    font: 11px/14px 'Noto Sans SC', sans-serif !important;
    border-radius: 50%;
    text-align: center;
    font-weight: 700 !important;
    background: #fff;
    color: #fff;
}


/* Partner */
.swiper-slide {
    font-size: 14px;
    font: 14px/1 'Kanit', sans-serif;
}

/* Swiper*/
.swiper-arrow-contain {
    width: 50px !important;
    height: 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.swiper-arrow-contain .swiper-button-prev,
.swiper-arrow-contain .swiper-button-next {
    width: 20px;
    height: 20px;
    border: 1px solid #2d75fd;
    background-color: #001c37;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.swiper-arrow-contain .swiper-button-prev {
    left: 0;
}

.swiper-arrow-contain .swiper-button-next {
    right: 0;
}

:root {
    --swiper-navigation-size: 10px !important;
}


/* Header */
/* .header-contain {
    position: absolute;
    top: 0;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.75);
}  ทำให้อยู่ชิดบนสุด*/
.header-contain {
    position: relative;
    z-index: 99;
    background-color: #fff;
}

.header_container {
    position: relative;
    font-family: 'Kanit', sans-serif;
}

.header_container p {
    font: 18px/1 'Kanit', sans-serif;
    /* color: #624827; */
    font-weight: 300;
}

.header_menu {
    position: relative;
    background-color: #f8f8f8;
    font-family: 'Kanit', sans-serif;
}

.header_container .btn-sm {
    font: 14px/1 'Kanit', sans-serif;
}

.header-nav {
    background: url('../images/cover/cover-bg-header.png') center no-repeat;
    background-size: cover;
    /* position: absolute; */
    /* z-index: 99; */
    color: #fff;

}

/* กำหนดขนาด slide */
.carousel-img-wrapper {
    height: 740px; /* ความสูงบนจอคอม */
    overflow: hidden;
    position: relative;
}

.carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* บนมือถือ ปรับเป็นอัตราส่วน 16:9 */
@media (max-width: 768px) {
    .carousel-img-wrapper {
        height: 0;
        padding-top: 56.25%; /* 16:9 */
        position: relative;
    }
    .carousel-img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
}

.rslides {
    box-sizing: border-box;
    padding: 0px !important;
}

.rslides li {
    text-align: center;
}

.rslides img {
    display: block;
    float: none;
    width: auto;
    max-width: 100%;
    border: 0;
    text-align: center;
    margin: 0 auto;
}

.fixed-top {
    background: #0A2C4A;
    /*background: linear-gradient(90deg, rgba(31,87,34,1) 0%, rgba(33,105,43,1) 35%, rgba(33,118,50,1) 100%);*/
}

#carouselCaptions {
    border: 0px solid #fff;
    overflow: hidden;
}

/* Lang */

.bg-boxlang {
    background-color: #EDF3E3 !important;
    border: 1px solid #fff;
    border-radius: 5px !important;
}

.bg-boxlang:hover {
    /* background-color: #fff !important; */
    border: 1px solid #fff;
    border-radius: 5px !important;

}

.main_menu {
    width: 100%;
    text-align: right;
    list-style: none;
    display: block;
}

.main_menu li {
    display: inline-block;
    /* border: 1px solid #eb2031; */
    vertical-align: top;
    margin: 0 10px;
}

.main_menu li a {
    font: 20.64px/32px 'supermarket';
    color: #fff;
    padding: 0 5px;
}

.main_menu li:hover {
    background-color: #fde7e8;
    border: 1px solid #000;
}

.main_menu li:hover a {
    color: #5F800C;
}

#menu_active {
    background-color: #fde7e8;
    border: 1px solid #000;
}

#menu_active a {
    color: #5F800C;
}

.submenu {
    width: 792px;
    position: absolute;
    top: 91px;
    right: 0;
    background-color: #000;
    z-index: 9;
    list-style: none;
    display: block;
    box-sizing: border-box;
    padding-left: 20px;
    text-align: center;

}

.submenu li {
    display: inline-block;
    border: 0;
    margin: 0 5px;
    position: relative;
}

.submenu li a {
    font: 14.55px/34px 'supermarket';
    color: #fff;
}

.submenu li #submenu {
    width: 120px;
    position: absolute;
    top: 34px;
    left: -10px;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s linear;
}

.submenu li:hover #submenu {
    opacity: 1;
}

.submenu li #submenu li {
    width: 100%;
    /* background-color: #ff3333; */
    margin: 0;
    padding: 0 10px;
    text-align: left;

}

.submenu li #submenu li a {
    color: #fff;
}

.nav-item .nav-link {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    font-weight: 200;
    transition: all 0.5s;
}

.nav-item .nav-lang {
    font-size: 14px;
    /* line-height: 1; */
}

.nav-item .nav-link i {
    font-size: 22px;
}

.nav-item .nav-link:hover {
    color: #fff;
}

.nav-item .active {
    color: #fff !important;
    /* background-color: #EF4322; */
    /* border-bottom: 2px solid #227755; */
    /* line-height: 3em; */

}

.nav-item :hover {
    color: #fff !important;
    /* background-color: #EF4322; */
    /* border-bottom: 2px solid#fff; */
    /* line-height: 3em; */

}

.nav-item .dropdown-menu {
    width: 100%;
    color: #fff;
    /* background-color: #EF4322; */
    top: 100%;
}

.nav-item .dropdown-menu ul {
    list-style: none;
}

.nav-item .dropdown-menu .dropdown-item {
    font: 16px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #000;

}

.nav-item .dropdown-menu .dropdown-item:hover {
    color: #000;
    /* background-color: #EF4322; */
    --mdb-image-hover-transition: all 0.3s ease-in-out;
    transition: var(--mdb-image-hover-transition);
}

/* ===== MENU BASE ===== */
.main-menu {
    gap: 20px;
}

.main-menu .nav-item {
    position: relative;
}

/* ตัวอักษร */
.main-menu .nav-link {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    padding: 6px 0;
    position: relative;
    transition: color 0.3s ease;
}

/* เส้นใต้ (ซ่อนก่อน) */
.main-menu .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0%;
    height: 2px;
    background-color: #fff;
    transition: width 0.35s ease;
}

/* Hover animation */
.main-menu .nav-link:hover {
    color: #fff;
}

.main-menu .nav-link:hover::after {
    width: 100%;
}

/* Active menu */
.main-menu .nav-link.active {
    color: #fff;
    font-weight: 400;
}

.main-menu .nav-link.active::after {
    width: 100%;
}

/* เส้นแบ่ง / */
.main-menu .nav-item:not(:last-child)::after {
    content: "/";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255,255,255,0.4);
    font-weight: 200;
}

.dropdown-toggle::after {
    vertical-align: 0.1em !important;
}

.nav-mb-button {
    font-size: 30px;
}



.dropdown-menu-detail {
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
}

.dropdown-menu-detail h3 {
    font-size: 18px;
}

.dropdown-menu-detail p {
    font-size: 14px;
}

.black-nav {
    z-index: 5;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-family: 'Kanit', sans-serif;
}

.black-nav .nav-link {
    font: 14px/1 'Kanit', sans-serif;
    color: #000;
    font-weight: 300;
}

/* position dots in carousel */
.flickity-page-dots {
    bottom: 10px !important;
}

/* white circles */
.flickity-page-dots .dot {
    width: 12px !important;
    height: 12px !important;
    opacity: 1 !important;
    background: transparent !important;
    border: 2px solid white !important;
}

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
    background: white !important;
}

.carousel-cell {
    width: 100%;
    margin-right: 10px;
}

/* Services */
.s-box {
    position: relative;
}

.s-box .img {
    /* position: relative; */
    /* width: 100px;
    height: 100px; */
    background-color: white;
    border-radius: 50%;
    border: 5px solid #ccc;
}

/* Circle list */
.circle-list {
    position: relative;
}

.circle-list h1 {
    font: 29px/1 'Kanit', sans-serif;
    font-weight: 500;
    color: #3b1413;
}

.circle-list h2 {
    font: 14.96px/1.3 'Kanit', sans-serif;
    font-weight: 500;
    color: #d0a051;
    text-transform: uppercase;
}

.circle-list h3 {
    font: 15.55px/1 'Kanit', sans-serif;
    font-weight: 700;
    color: #3b1413;
}

.circle-list p {
    font: 15.03px/1.2 'Kanit', sans-serif;
    font-weight: 400;
    color: #3b1413;
}

.circle-list a {
    font: 13.89px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #e8645a;
    text-decoration: none;
}

/* Pager */
.paging {
    font: 13.89px/1 'Kanit', sans-serif;
    display: block;
    text-align: center;
}

.paging a {
    font: 13.89px/1 'Kanit', sans-serif;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    margin: 0 0.2em;
    -webkit-border-radius: 04px;
    -moz-border-radius: 04px;
    border-radius: 04px;
    padding: 0.3em 0.5em;
    min-width: 1.5em;
    border: 1px solid #ccc;
    font-weight: 300;

}

.paging span {
    margin: 0 0.2em;
    -webkit-border-radius: 04px;
    -moz-border-radius: 04px;
    border-radius: 04px;
    padding: 0.3em 0.5em;
    min-width: 1.5em;
}

.paging span.current {
    background-color: #e8645a;
    border: 1px solid #e8645a;
    padding: 0.3em 0.5em;
    color: #fff;
}

/* .paging :hover {
    background-color: #ccc;
    padding: 0.3em 1em;
    color: #ccc;
} */

.paging span.disabled {
    /* background-color: #ccc; */
    color: #ccc;
    font-weight: 200;

}

.line-top {
    border-top: 3px solid #275E96;
    /* width: 150px; */
}
.line-content {
    border-top: 4px solid #F3CC81;
    border-radius: 10px;
    width: 100px;
}

/* room */
.room-content,
.room-content button {
    position: relative;
    z-index: 2;
    font: 16px/1.4 'Kanit', sans-serif;
    text-decoration: none;

}

.room-content p {
    font: 16px 'Kanit', sans-serif;
    /* font-size: 14px; */
    line-height: 1.5em;
    font-weight: 300;
    color: #666;
}
.room-content h1 {
    font: 32px/1.4 'Kanit', sans-serif;
    color: #284B2C;
    text-decoration: none !important;
}
.room-content h2 {
    font: 28px 'Kanit', sans-serif;
    color: #000;
    text-decoration: none !important;
    line-height: 1.2em;
}
.room-content h3 {
    font: 120px 'Kanit', sans-serif;
    color: #E8E8E8;
    line-height: 0.8em;
}
.room-content h4 {
    font: 36px 'Kanit', sans-serif;
    color: #E8E8E8;
    line-height: 1em;
}
.room-content h5 {
    font: 18px 'Kanit', sans-serif;
    color: #000;
}

.room-line{
    border-top: #2C8500 solid 2px;
    width: 50px;
}


/* package */
.package-content,
.package-content button {
    position: relative;
    z-index: 2;
    font: 16px/1.4 'Kanit', sans-serif;
    text-decoration: none;

}

.package-content p {
    font: 14px 'Kanit', sans-serif;
    /* font-size: 14px; */
    line-height: 1.5em;
    font-weight: 300;
    color: #666;
}
.package-content h1 {
    font: 18px/1.4 'Kanit', sans-serif;
    color: #000;
    font-weight: 300;
    text-decoration: none !important;
}
.package-content h2 {
    font: 32px/1.4 'Kanit', sans-serif;
    color: #586E44;
    text-decoration: none !important;
    font-weight: 200;
}
.package-content h3 {
    font: 38px 'Kanit', sans-serif;
    color: #fff;
}
.package-content h4 {
    font: 18px 'Kanit', sans-serif;
    color: #fff;
}

.package-img {
    width: 100%;
    height: 15em;
}

.package-description {
    font-size: 14px;
    font-family: 'Kanit', sans-serif;
}

.package-description {
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
}

.package-description h1 {
    font: 36px/1.4 'Kanit', sans-serif;
    color: #0b3f0e;
    text-decoration: none;
    font-weight: 200;
}

.package-description h2 {
    font: 14px/1.4 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;
    text-decoration: none;

}

.package-description h3,
.package-description h4 {
    font: 16px/1.4 'Kanit', sans-serif;
    font-size: 18px;
    color: #000;
    text-decoration: none !important;

}

.package-description-color {
    width: 1.5em;
    height: 1.5em;
}
/*photo*/

.photo-content p {
    font: 16px 'Kanit', sans-serif;
    /* font-size: 14px; */
    line-height: 2em;
    font-weight: 300;
    color: #666;
}
.photo-content h1 {
    font: 32px/1.4 'Kanit', sans-serif;
    color: #010028;
    text-decoration: none !important;
}
.photo-content h2 {
    font: 32px 'Kanit', sans-serif;
    color: #586E44;
    font-weight: 200;
    text-decoration: none !important;
}
.photo-content h3 {
    font: 120px 'Kanit', sans-serif;
    color: #E8E8E8;
    line-height: 0.8em;
}
/* car-rent */
.car-rent-bg{
    background-image: linear-gradient(to right, #ffffff00 , #227755e8);}
.car-rent-bg2{
    background-image: linear-gradient(to right, #ffffff00 , #94a05be8);
    height: 5px;
}
.car-rent p {
    font: 18px 'Kanit', sans-serif;
    /* font-size: 14px; */
    line-height: 1 em;
    font-weight: 300;
    color: #fff;
}
.car-rent h1 {
    font: 36px/1.4 'Kanit', sans-serif;
    color: #fff;
    font-weight: 200px;
}



/* Product menu*/
.product-menu-img {
    width: 100%;
    height: 10em;
}

.product-menu-description h3 {
    font-size: 16px;
    font-family: 'kanitregular';
    color: #686868;
}

.product-description-button button {
    font-size: 11px !important;
}

/* NEWS Container */
.news-container {
    position: relative;
    background-size: cover;
    z-index: 2;
    font-family: 'Kanit', sans-serif;
}

.news-container h1 {
    font: 35px/1 'Kanit', sans-serif;
    font-weight: 500;
}

.news-container h3 {
    font: 12px/1 'Kanit', sans-serif;
    font-weight: 200;
}

.news-container h3 i {
    color: #fff;
}

.news-container p {
    font: 15.03px/1.2 'Kanit', sans-serif;
    font-weight: 300;
}

.news-container a {
    font: 13.89px/1 'Kanit', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}

/* contact Container */
.contact-container {
    background: url('../images/cover/cover-bg-contact.png') center no-repeat;
    background-size: cover;
    z-index: 2;
    font-family: 'Kanit', sans-serif;
}

.contact-container h1 {
    font: 38px/1 'Kanit', sans-serif;
    font-weight: 200;
    color: #586E44;
}

.contact-container h2 {
    font: 24px 'Kanit', sans-serif;
    color: #000;
    text-decoration: none !important;
}


.contact-container p {
    font: 16.03px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #000;
    /* line-height: 1.5em; */

}

.contact-container a {
    font: 13.89px/1 'Kanit', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}
.line-contact {
    border-top: 2px dotted #fff;
    /* width: 150px; */
}
.line-package {
    border-top: 2px dotted #D7D7D7;
    /* width: 150px; */
}


.news-item h2 {
    font: 24px/1 'Kanit', sans-serif;
    font-weight: 300;
}

.news-item h3 {
    font: 18px/1 'Kanit', sans-serif;
    font-weight: 300;
}

.news-item h4 {
    font: 15px/1 'Kanit', sans-serif;
    font-weight: 300;
}

.news-item h5 {
    font: 12px/1 'Kanit', sans-serif;
    font-weight: 300;
}

.all-link1 {
    font: 14px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.all-link2 {
    font: 14px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #e8645a;
    text-decoration: none;
}

.all-link1:hover,
.all-link2:hover {
    color: inherit;
}



/* Lang */
.dd {
    width: 130px !important;
    position: absolute !important;
    top: 5px !important;
    right: 0 !important;
}

.ddlabel {
    font: 20px/20px 'kittithada_roman_55regular';
}

/* Slide */


/* the slides */
.slick-slide {
    margin: 0 15px;
}

/* Flex */

.flex-direction-nav a {
    line-height: normal;
}

/* the parent */
.slick-list {
    margin: 0 -15px !important;
    overflow: visible !important;
}

.slick-slider {
    overflow: hidden !important;
}

.slider {
    width: 100%;
    /* height: 500px; */
    position: relative;
    overflow: hidden;
}

.slide-text-contain {
    min-height: 564px;
    font-family: 'Kanit', sans-serif;
}

.slide-text-contain p {
    font-weight: 300;
    line-height: 1.4;
    font-size: 18px;
}

.slide-text-contain h1 {
    line-height: 1.4;
    font-weight: 400;
    font-size: 35px;
}

.slide-text-contain h3 {
    font-size: 26px;
}

.slide-text-contain h4 {
    font-size: 20px;
}

/* social_container*/
.social_container .content_container {
    padding: 15px 0;
    border-top: 1px solid #f5f5f7;
}

.facebook_fanpage {
    width: 430px;
    height: 340px;
    float: left;
    vertical-align: top;
    background: url(../images/facebook.png) center no-repeat;
}

.youtube_block {
    width: 585px;
    height: 338px;
    float: right;
    display: inline-block;
    background: url(../images/video.png) center no-repeat;
    vertical-align: top;
}

/* position dots in carousel */
.flickity-page-dots {
    bottom: 10px !important;
}

/* white circles */
.flickity-page-dots .dot {
    width: 12px !important;
    height: 12px !important;
    opacity: 1 !important;
    background: transparent !important;
    border: 2px solid white !important;
}

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
    background: white !important;
}

.header-style1 {
    position: relative;
    width: auto;
    height: auto;
}

.header-style1 h1 {
    font: 19px/1 'Kanit', sans-serif;
    font-weight: 500;
    color: #66cccc;
    margin: 0;
}

.header-style1 h1 span {
    color: #eb2031;
}

.header-style2 {
    font: 23px/1 'Kanit', sans-serif !important;
    font-weight: 500 !important;
    color: #3b1413 !important;
    text-align: center;
    position: relative;
}

.btn-viewmore {
    position: absolute;
    top: 7px;
    right: 67px;
    display: block;
    text-decoration: none;
    font: 12px/1 'Kanit', sans-serif;
    font-weight: 300;
    color: #eb2031;
}

/* Content */
.page-topic {
    font: 24px/38px 'supermarket';
    color: #fff;
    padding: 0 60px;
    margin-bottom: 20px;
    display: inline-block;
    background: linear-gradient(to right, #eb2031 24px, #eb2031 24px, #000000 24px, #000 88%, #000 100%);
    /* W3C */
}

/* About */
/* ขนาดฟอนต์พื้นฐานสำหรับมือถือ */
.responsive-text {
    font-size: 16px;
}

/* ขนาดฟอนต์สำหรับหน้าจอขนาดใหญ่ (เช่น Desktop) */
@media (min-width: 992px) {
    .responsive-text p{
        font-size: 44px;
    }
}
.about_container {
    font: 1px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    /* background-color: #fff; */
}
.about_container p {
    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 300;
    color: #595959;
}

.about_container h1 {
    font: 36px 'Kanit', sans-serif;
    /* margin-bottom: 1em; */
    font-weight: 300;
    color: #000;

}

.about_container h2 {
    font: 28px 'Kanit', sans-serif;
    /* margin-bottom: 1em; */
    font-weight: 200;
    color: #586E44;
    line-height: 1em;
    /* letter-spacing: 3px; */
}

.about_container h3 {
    font: 18px 'Kanit', sans-serif;
    color: #fff;
    margin-bottom: 1em;
    font-weight: 200;
}
.about_container h4 {
    font: 36px 'Kanit', sans-serif;
    /* margin-bottom: 1em; */
    font-weight: 200;
    color: #586E44;
    line-height: 1.2em;
    /* letter-spacing: 3px; */
}
.about_container h5 {
    font: 36px 'Kanit', sans-serif;
    /* margin-bottom: 1em; */
    font-weight: 200;
    color: #fff;
    line-height: 1.2em;
    /* letter-spacing: 3px; */
}
.about_container img {
    max-width: 100%;
    height: auto !important;
}

.about_container a {
    font: 13.89px/1 'Kanit', sans-serif;
    font-weight: 400;
    text-decoration: none;
    /* color: #F7904C; */
}

.sharebutton {
    float: right;
    vertical-align: top;

}

/* Team */
.team-block {
    font-family: 'Kanit', sans-serif;
}

.team-item-text {
    font: 14px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    min-height: 6rem;
}

.team-block h3,
.team-item-text h3 {
    font: 18px/1 'Kanit', sans-serif;
    font-weight: 300;
}

/* Contact*/
.contact_container {
    position: relative;
    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #000;
    background: url(../images/contact_02.png) center no-repeat;
    background-size: cover;
}

.contact_container .content_wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
    font: 15px 'supermarket';
    color: #333;
}

.contact_container h3 {
    font: 22px 'Kanit', sans-serif;
    color: #333;
}

.contact_container li {
    font: 16px/1 'Kanit', sans-serif;
    color: #555;
}

.contact_container p {
    width: 32%;
    display: inline-block;
    margin: 0 5px;
}

.contact_container p label {
    display: block;
    font: 22px/22px 'kittithada_roman_55regular';
    color: #333;
}

.contact_container p input[type="text"] {
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    padding: 0 10px;
    font: 20px/48px 'kittithada_roman_55regular';
    color: #333;
}

.contact_container p textarea {
    width: 100%;
    height: 6em;
}

.contact_container input[type="submit"] {
    border: 0;
    background-color: #eb2031;
    font: 20px 'kittithada_roman_55regular';
    color: #333;
    padding: 10px 15px;
    color: #fff;
    margin: 10px 5px;
}

.green-addr {
    position: relative;
    background-color: #fff;
}

.green-addr h1 {
    font: 18.48px/1 'Kanit', sans-serif;
    font-weight: 500;
    color: #624827;
}

.green-addr p {
    font: 14px/1.4 'Kanit', sans-serif;
    font-weight: 300;
    color: #624827;
}

/* Article */
.page-title {}

.page-title h1 {
    font: 24px/1 'Kanit', sans-serif !important;
    font-weight: 300 !important;
}

.article-contain {
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    /* line-height: 1.4; */
    /* background: #F3F3F3; */

}

.article-contain hr {
    color: #b0b8b9a0 !important;
    border-top-width: 1px;
    opacity: 1;
}

.article-contain label {
    font-weight: 400;
}

.article-contain h1 {
    font: 30px/1.4 'Kanit', sans-serif;
    font-weight: 200;
}

.article-contain h2 {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    font-weight: 300 !important;
}

.article-contain h3 {
    font: 19px/1.4 'Kanit', sans-serif;
    font-weight: 300;
}

.article-contain h4 {
    font: 32px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #586E44;
}

.article-contain h5 {
    font-size: 17px;
    font-weight: 200;
}

.article-contain h6 {
    font: 35px/1 '2005_iannnnnGMO';
}

.article-contain p,
.article-contain li {
    font: 16.24px/1.6 'Kanit', sans-serif;
    font-weight: 300;
    color: #000;
    line-height: 1.5em;

}

.p-contain {
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
    /* background: #F3F3F3; */

}

.p-contain p {
    font-size: 14px;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
    /* background: #F3F3F3; */

}


.p-contain hr {
    background: #0071bd;
}

.p-contain h1 {
    font: 35px/1.4 'Kanit', sans-serif;
    font-weight: 400;

}

.p-contain h2 {
    font-size: 14px;
    color: #73ae3f;
    line-height: 1 em;
}


.p-contain a {
    font-size: 14px;
}

/* Welcome */
.welcome-contain {
    background: #fff;
}


/* Service */

.service-contain h1 {
    font: 18px/1.5 'Kanit', sans-serif;
    font-weight: 300;
    color: #000;
}

.service-contain h2 {
    font: 36px/1.5 'Kanit', sans-serif;
    font-weight: 200;
     color: #586E44;
}

.service-contain a {
    font: 13.89px/1 'Kanit', sans-serif;
    font-weight: 400;
    text-decoration: none;
}

.service-contain p {
    font: 14.89px/1 'Kanit', sans-serif;
    font-weight: 300;
    line-height: 1.5em;
    color: #666;
    text-decoration: none;

}

.service-contain h3 {
    font: 14px/1.4 'Kanit', sans-serif;
    font-weight: 400;
}

.service-container {
    /* position: relative; */
    z-index: 2;
    font-family: 'Kanit', sans-serif;
    font: 16px/1.4 'Kanit', sans-serif;
    background-color: #001c37;
}

.service-container p {
    font: 13.89px/1 'Kanit', sans-serif;
    font-weight: 200;
    color: #000;
    text-decoration: none;
}


.service-container h1 {
    font: 30px/1.4 'Kanit', sans-serif;
    font-weight: 400;
    color: #000;
}

.service-container h2 {
    font: 16px/1.4 'Kanit', sans-serif;
    font-weight: 400;
    color: #000;
}

.service-container a {
    font: 13.89px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}


.destination-container {
    background: url('../images/cover/cover-destination.png') top center no-repeat; 
    background-size: cover;    
    font-family: 'Kanit', sans-serif;
}

.destination-container p {
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    text-decoration: none;
    margin: 0;
}


.destination-container h1 {
    font: 36px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #586E44;
}

.destination-container h2 {
    font: 36px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #586E44;
}

.destination-container a {
    font: 13.89px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
/* กล่องภาพ */
.location-box {
    position: relative;
    display: block;
    overflow: hidden;
    /* border-radius: 6px; */
}

/* ภาพพื้นดำจางๆ */
.location-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
/* Hover effect */
.location-box:hover .overlay {
    background: rgba(0,0,0,0.6);
}


.imgtransparent {
    opacity: 0.5;
    /* ค่าความจาง */
    filter: alpha(opacity=100);
    /* สำหรับ IE8 ขึ้นไป */
}

.imgtransparent:hover {
    opacity: 1;

    /* ค่าความจาง */
    filter: alpha(opacity=40);
    /* สำหรับ IE8 ขึ้นไป */
}


/* News */
.news-item {}

/* Social Link */
.social-link {
    position: relative;
}

.social-link h1 {
    font: 19px/1 'Kanit', sans-serif;
    font-weight: 500;
    color: #333;
}

.social-link h1 span {
    color: #eb2031;
}

/* Footer */

/* ความสูงปกติ (คอมพิวเตอร์) */
.map-wrapper iframe {
    width: 100%;
    height: 450px;   /* ความสูงบน Desktop */
    border: 0;
}

/* ความสูงเมื่อเป็นมือถือ */
@media (max-width: 768px) {
    .map-wrapper iframe {
        height: 200px;   /* ความสูงบนมือถือ */
    }
}

.footer_container {
    /* position: relative; */
    z-index: 2;
    font-family: 'Kanit', sans-serif;
    color: #fff;
    background-color: #687D59;


}

.footer_container p {
    font: 14px 'Kanit', sans-serif !important;
    /* font-weight: 100 ; */
    color: #fff;

}

.footer_container h1 {
    font: 18px 'Kanit', sans-serif !important;
    font-weight: 200 !important;
    color: #fff;

}

.footer_container h2 {
    font: 36px 'Kanit', sans-serif !important;
    font-weight: 100 !important;
    color: #000;
}
.footer_container h3 {
    font: 14px 'Kanit', sans-serif !important;
    font-weight: 100 !important;
    color: #000;
}

.footer_container a {
    font: 14px 'Kanit', sans-serif !important;
    font-weight: 100 ;
    color: #fff;

}



.footer_box {
    position: relative;
    background-color: #001c37;

    /* padding-right: 5px; */

}

.footer_box h3 {
    font: 13px/1 'Kanit', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer_box img.hr1 {
    margin: 4px 0;
    display: block;
}

.footer_container .box1 p {
    margin-bottom: 0;
}

.footer_container .box2 {}

.footer_container .box3 {}

.footer_container .box4 {}

.footer_container .box5 {}

.footer_container ul {
    list-style: none;
    text-align: left;
    padding-left: 0;
}

.footer_container ul li {
    display: block;
}

.footer_container ul li a {
    font: 15px/1 'Kanit', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #000;
}

.footer {
    position: relative;
}

.footer p {
    font: 13.79px/1 'Kanit', sans-serif;
    font-weight: 200;
}

/* Websetting */
.bg-blue-1 {
    background-color: #0071bd;
}

.bg-blue-2 {
    background-color: #0071bd;
}

.bg-soft-gray-1 {
    background-color: #f8f8f8;
}

.bg-soft-gray-2 {
    background-color: #ccc;
}

.font-color-orange {
    color: #ff9900;
}

.font-color-blue {
    color: #0071bd;
}

.font-color-gray-1 {
    color: #797979;
}

/* Simple Pager Nav */
ul.simplePagerNav {
    position: relative;
    z-index: 2;
    margin-top: 5px;
    text-align: center;
}

ul.simplePagerNav li {
    display: inline-block;
    padding: 3px;
    margin-bottom: 10px;
    font-family: georgia;
    width: 15px;
    text-align: center;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    margin: 0 2px;
    box-sizing: content-box;
}

ul.simplePagerNav li a {
    color: #00c9e0;
    text-decoration: none;
}

ul.simplePagerNav li.currentPage {
    background: #00c9e0;
}

ul.simplePagerNav li.currentPage a {
    color: #fff;
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    background: #555;
    color: #fff;
    text-decoration: none;
}

.modal-content {
    font-family: 'Kanit', sans-serif;
}

/* Clearfix */
.clearfix {
    clear: both;
}

.social-logo {
    width: 40px;
    height: auto;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 99;
}

.social-logo a img {
    transition: all 0.5s;
}

.social-logo a:hover img {
    transform: scale(1.2);
}

.bg-zoom-effect {
transition: transform 0.4s ease, box-shadow 0.3s ease;
will-change: transform;
cursor: pointer;
}
.bg-zoom-effect:hover,
.bg-zoom-effect:focus,
.bg-zoom-effect:active {
transform: scale(1.05);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.img-wrapper {
overflow: hidden;
border-radius: 0; /* หรือใช้ 1rem ถ้าอยากให้มีมุมโค้ง */
}
/* ปุ่ม contact us */
.contact-btn {
  display: block;
  text-align: center;
  background-color: #F3CC81; /* สีทองหลัก */
  color: #000;
  padding: 16px 0;
  border-radius: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 6px 12px rgba(147, 105, 54, 0.25); /* เงาทองนุ่มๆ */
  transition: all 0.25s ease;
  margin-bottom: 20px;
}

.contact-btn:hover {
  background-color: #cdaa53; /* ทองอ่อนขึ้นนิดหน่อย */
  box-shadow: 0 10px 20px rgba(147, 105, 54, 0.35);
  transform: translateY(-3px) scale(1.02);
  color: #000;
  text-decoration: none;
}

.contact-btn:active {
  transform: translateY(2px);
  box-shadow: 0 4px 8px rgba(147, 105, 54, 0.3);
}

.contact-btn i {
  color: #000;
  transition: transform 0.2s ease, color 0.2s ease;
}

.contact-btn:hover i {
  transform: scale(1.15);
  color: #222;
}