/****************************************
fgt-pangdeedee 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:#f1ead7;
        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;
    }

    .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;
    }

    /**/
    .service-block {
        height: 310px !important;
    }

    .service-block .mask {
        background: rgba(0, 85, 167, 0.75) !important;

    }

    .service-block .mask h3,
    .service-block .mask p {
        color: #fff !important;
    }

    .service-detail-contain-bg {
        background-size: auto 100% !important;
    }
}

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



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

/* WIDTH SETTING */
.container-fluid {
    padding: 0 !important;
}
.container {
    max-width: 1320px !important;
    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: #000;
    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;
}

/* กำหนดขนาด slide */
.carousel-img-wrapper {
    height: 600px; /* ความสูงบนจอคอม */
    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%;
    }
}

/* 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: #ffffff8d;
    position: absolute;
    z-index: 99;
    color: #fff;

}
.header-nav-page {
    background: #FEFDFB;
    /* position: absolute; */
    z-index: 99;
    color: #fff;

}

.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: #ffffffd2;
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
    z-index: 99999;
    /*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: #fff !important;
    /* border: 1px solid #000; */
    border-radius: 5px !important;
}

.bg-boxlang:hover {
    background-color: #fff !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: #000;
    font-weight: 300;
    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: #000;
}

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

}

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

}

.nav-item .dropdown-menu {
    width: 100%;
    color: #000;
    /* 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);
}

.navbar-toggler {
    /* background-color: #000; */
}

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

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

/**/
.navbar,
.navbar-nav .dropdown {
    position: inherit !important;
}

.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: 2px solid #000;
    /* width: 150px; */
}

/* service  */

.service_container p {
    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    line-height: 1.5em;
    color: #000;
    text-indent: 2em;

}

.service_container button {
    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 300;
    /* line-height: 1.5 em; */
    color: #000;
}

.service_container h1 {
    font: 38px 'Kanit', sans-serif;
    color: #000;
    line-height: 1em;
    font-weight: 300;

}

.service_container h2 {
    font: 24px 'Kanit', sans-serif;
    color: #000;
    font-weight: 200;
    line-height: 1em;

}

.service_container img {
    max-width: 100%;
    height: auto !important;
}

.service_container a {
    font: 18px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    text-decoration: none;
    color: #360000;
}

  .service_container ul {
	list-style-type: disc;
	padding-left: 20px;
    font: 16px/1.2 'Kanit', sans-serif;
    font-weight: 200;
  }
  
  .service_container li {
	margin-bottom: 8px;
  }
  .service_container ul li::marker {
	color: #360000; /* เปลี่ยนสีจุด */
	font-size: 1.5em; /* ขยายจุด */
  }

.service-contain-box {
    background-color: #ffffffbc;
}

.service-contain img {
    max-width: 100%;
    height: auto !important;
}

.service-contain {
    position: relative;
    /* background: url('../images/bg-about02.jpg') center no-repeat; */
    background-size: cover;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
    z-index: 2;
    /* height: 400px; */
    font-family: 'Kanit', sans-serif;
}

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

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

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

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

}

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


.service-box hr {
    color: #CACACA !important;
    /* border-top-width: 2px; */
    border-top: 2px dotted #ffffff96;
    opacity: 2;
}
/* กำหนดขนาด slide  */
.carousel-service img {
    display: block;
    height: 420px;
    margin-right: 5px;
}

.fade-left {
  width: 100%; /* ขนาดตามต้องการ */
  height: auto;
  -webkit-mask-image: linear-gradient(to right, transparent, black);
  mask-image: linear-gradient(to right, transparent, black);
}
.fade-right {
  -webkit-mask-image: linear-gradient(to left, transparent, black);
  mask-image: linear-gradient(to left, transparent, black);
}
/* photo  */
.photo_container {
    /* background: url(../images/cover/bg-about.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed; */
    background-color: #F1EAD8;
}
.photo_container p {
    font: 14px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    line-height: 1.5em;
    color: #000;
}

.photo_container button {
    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 300;
    /* line-height: 1.5 em; */
    color: #000;
}

.photo_container h1 {
    font: 38px 'Kanit', sans-serif;
    color: #000;
    line-height: 1em;
    font-weight: 300;

}

.photo_container h2 {
    font: 16px 'Kanit', sans-serif;
    color: #000;
    font-weight: 300;
    line-height: 1.5em;

}

.photo_container img {
    max-width: 100%;
    height: auto !important;
}

.photo_container a {
    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    text-decoration: none;
    /* color: #F7904C; */
}
/* ความสูงสำหรับหน้าจอปกติ (Desktop) */
.cover-photo {
    background: url('../images/cover/cover-photo.png') top center no-repeat;
    background-size: cover;
    height: 300px;
    font-family: 'Kanit', sans-serif;

}

/* สำหรับมือถือ (กว้าง <= 768px) */
@media (max-width: 768px) {
    .cover-photo {
        height: 150px;
    }
}
/* ความสูงสำหรับหน้าจอปกติ (Desktop) */
.cover-about {
    background: url('../images/cover/cover-photo.png') top center no-repeat;
    background-size: cover;
    height: 200px;
    font-family: 'Kanit', sans-serif;

}

/* สำหรับมือถือ (กว้าง <= 768px) */
@media (max-width: 768px) {
    .cover-about {
        height: 150px;
    }
}


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

.news-container h1 {
    font: 38px 'Kanit', sans-serif;
    color: #000;
    line-height: 1em;
    font-weight: 300;
}
.news-container h2 {
    font: 16px 'Kanit', sans-serif;
    color: #000;
    font-weight: 300;
    line-height: 1.5em;

}


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

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

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

.news-container button {
    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 300;
    /* line-height: 1.5 em; */
    color: #000;
}

.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-contact.jpg') center no-repeat;
    background-size: cover; */
    background-color: #fff;
    z-index: 2;
    font-family: 'Kanit', sans-serif;
}

.contact-container h1 {
    font: 38px 'Kanit', sans-serif;
    color: #000;
    line-height: 1em;
    font-weight: 300;
}

.contact-container h2 {
    font: 22px/1 'Kanit', sans-serif;
    font-weight: 200;
    color: #000;
}


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

}

.contact-container a {
    font: 16.03px/1.2 'Kanit', sans-serif;
    font-weight: 200;
    text-decoration: none;
    color: #000;
}

/* detail package */
.package-contain {
    position: relative;
    background-size: cover;
    z-index: 2;
    font-family: 'Kanit', sans-serif;
}

.package-contain h1 {
    font: 35px/1 'Kanit', sans-serif;
    font-weight: 500;
    color: #1D6B41;
}

.package-contain h2 {
    font: 28px/1 'Kanit', sans-serif;
    font-weight: 500;
}

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

.package-contain h3 i {
    color: #fff;
}

.package-contain p {
    font: 15.03px/1.2 'Kanit', sans-serif;
    font-weight: 300;
    line-height: 1.5em;
}

.package-contain a {
    font: 13.89px/1 'Kanit', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #0b3f0e;
}



.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 */
.about_container {
    /* background: url(../images/cover/bg-about.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed; */
    background-color: #f1ead7;
}
.about_container p {
    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    /* line-height: 1.5 em; */
    color: #000;
}

.about_container button {
    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 300;
    /* line-height: 1.5 em; */
    color: #000;
}

.about_container h1 {
    font: 38px 'Kanit', sans-serif;
    color: #000;
    line-height: 1em;
    font-weight: 300;

}

.about_container h2 {
    font: 22px 'Kanit', sans-serif;
    color: #000;
    font-weight: 200;

}

.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; */
}

.about_index {
    /* background: url(../images/cover/bg-about.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed; */
    background-color: #f1ead7;
}
.about_index p {
    font: 16px/1 'Kanit', sans-serif;
    font-weight: 200;
    /* line-height: 1.5 em; */
    color: #000;
}

.about_index button {
    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 300;
    /* line-height: 1.5 em; */
    color: #000;
}

.about_index h1 {
    font: 38px 'Kanit', sans-serif;
    color: #000;
    line-height: 1em;
    font-weight: 300;

}

.about_index h2 {
    font: 22px 'Kanit', sans-serif;
    color: #000;
    font-weight: 200;

}

.about_index img {
    max-width: 100%;
    height: auto !important;
}

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

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

}

/* 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 {
    /* background: url(../images/cover/bg-about.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed; */
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    /* line-height: 1.4; */
    /* background: #F3F3F3; */

}
  .article-contain ul {
	list-style-type: disc;
	padding-left: 20px;
    font: 16px/1 'Kanit', sans-serif;
    font-weight: 200;
  }
  
  .article-contain li {
	margin-bottom: 8px;
  }
  .article-contain ul li::marker {
	color: #360000; /* เปลี่ยนสีจุด */
	font-size: 1.5em; /* ขยายจุด */
  }

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

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

.article-contain p {
    font: 16px 'Kanit', sans-serif;
    color: #000;
    line-height: 1.5em;
    font-weight: 200;
    text-indent: 2em;
}

.article-contain a {
    font: 14px 'Kanit', sans-serif;
    font-weight: 200;
    text-decoration: none;
    /* color: #F7904C; */
}

.article-contain h1 {
    font: 20px 'Kanit', sans-serif;
    color: #000;
    line-height: 1.5em;
    font-weight: 300;
}

.article-contain h2 {
    font: 22px 'Kanit', sans-serif;
    color: #360000;
    font-weight: 300;
}
.article-contain h3 {
    font: 18px 'Kanit', sans-serif;
    color: #360000;
    font-weight: 200;
}


.article-contain img {
    max-width: 100%;
    height: auto !important;
}


.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;
}



.material-container {
    /* position: relative; */
    z-index: 2;
    font-family: 'Kanit', sans-serif;
    font: 16px/1.4 'Kanit', sans-serif;
}

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


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

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

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




.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 */
/* .footer_bar {
    height: 28px;
    font: 19.5px/28px 'kittithada_roman_55regular';
    text-align: center;
}

.footer_bar p {
    margin: 0;
    padding: 0;
} */

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


}

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

}

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

}

.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: #000;

}



.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);
}