/****************************************
cnx private driver 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');
@font-face {
    font-family: 'Adobe';
    src: url('fonts/Adobe Thai Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* Mobile */
@media screen and (max-width: 850px) {
    .header-contain {
        position: relative !important;
    }

    .header-mb {
        background: #988B51;
    }

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

    .header-mb h1 {
        font: 18px/1.6 'Kanit', sans-serif;
        color: #fff;
        font-weight: 300;
    }


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

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

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

    .nav-item .nav-link {
        font: 18px/1.6 'BebasNeue', 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;
    }

   
}

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

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

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

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

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

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

.top-contact h1 {
    font: 38px/1.4 'Kanit', sans-serif;
    color: #fff;
    font-weight: 400;
    line-height: 0.8em;
}

.top-logo-bg{
    background-image: linear-gradient(to left,#102E7D 60%,#D54240 100%);}
.top-contact-line {
    border: #796C32 solid 6px;
}

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

.lightbox {
    position: relative;
    background-color: #000;
    font: 24px 'BebasNeue', 'Kanit';
  }

  .image {
    opacity: 1;
    display: block;
    width: 100%;
    /* height: 350px; */
    transition: .5s ease;
    backface-visibility: hidden;
  }
  
  .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  
.middle a {
    font: 24px 'BebasNeue', 'Kanit';
  }


.middle h1 {
    font: 55px/1 'BebasNeue', 'Kanit';
    color: #F7A31F;
}

.middle p {
    font: 24px/1 'BebasNeue', 'Kanit';
    color: #fff;
}
  .lightbox:hover .image {
    opacity: 0.3;
  }
  
  .lightbox:hover .middle {
    opacity: 1;
    
  }
  
  .lightbox-text {
    background-color: #F7A31F;
    color: white;
    font: 18px 'BebasNeue', 'Kanit';
    padding: 16px 32px;
    border-radius: 25px;
  }
/* 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: 'BebasNeue', Kanit;
}

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

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

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

.header-nav {
    background: #fff;
    /* position: absolute; */

}

.line-top {
    border-top: 5px solid #C11C1B;
    width: 200px;
}

.line-top-product {
    border-top: 5px solid #C11C1B;
    width: 160px;
}

.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: #988B51;
    /*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-radius: 0px !important;
    border: 1px solid #fff;
    color: #000;
}

.bg-boxlang:hover {
    background-color: #fff !important;
    border-radius: 0px !important;
    border: 1px solid #fff;
    color: #000;
}

.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: 16px;
    line-height: 1;
    color: #fff;
    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: #fff;
    border-bottom: 2px solid#fff;

}

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

}

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

}

.nav-item .dropdown-menu {
    background: #ecc44a;
    color: #fff;
    top: 99%;
    left: 46%;
}

.nav-item .dropdown-menu .dropdown-item {
    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 300;
}

.nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #fff;
    color: #0071bd;
    --mdb-image-hover-transition: all 0.3s ease-in-out;
    transition: var(--mdb-image-hover-transition);
}

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

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

.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: #2B89A3;
    border: 1px solid #2B89A3;
    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;

}

/* gallery Container */
.gallery-container {
    font-family: 'Kanit', sans-serif;
    background-color: #F7F7F7;
}
.gallery-container p {
    font: 15.03px/1.2 'Kanit', sans-serif;
    font-weight: 300;
    color: #000;
}


.gallery-container h1 {
    font: 35px/1 'Kanit', sans-serif;
    font-weight: 200;
    line-height: 1.5em;
    color: #fff;
}
.gallery-container a {
    font: 13.89px/1 'Kanit', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}

/* partner Container */
.partner-container {
    font-family: 'Kanit', sans-serif;
}

.partner-container h1 {
    font: 28px/1 'Kanit', sans-serif;
    font-weight: 200;
    line-height: 1.5em;
    color: #04004F;
}
.news-box,
.news-box button {
    position: relative;
    z-index: 2;
    font: 16px/1.4 'Kanit', sans-serif;
    text-decoration: none;

}

.news-box p {
    font: 14px 'Kanit', sans-serif;
    /* font-size: 14px; */
    line-height: 2em;
    font-weight: 300;
    color: #1F237C;
}
.news-box h1 {
    font: 14px/1.4 'Kanit', sans-serif;
    color: #000;
    text-decoration: none !important;
}
.news-box h2 {
    font: 14px 'Kanit', sans-serif;
    color: #797979;
    text-decoration: none !important;
}
.news-box h3 {
    font: 38px 'Kanit', sans-serif;
    color: #fff;
}
.news-box h4 {
    font: 18px 'Kanit', sans-serif;
    color: #fff;
}


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

/* Product Container */
.Product-container {

    font-family: 'Kanit', sans-serif;
}
.Product-container p {
    font: 16.03px/1.2 'Kanit', sans-serif;
    font-weight: 300;
}
.Product-container h1 {
    font: 28px/1 'Kanit', sans-serif;
    font-weight: 300;
    color: #000;
}
.Product-container h2 {
    font: 28px/1 'Kanit', sans-serif;
    font-weight: 300;
    color: #0D2F60;
}

.Product-container h3 {
    font: 28px/1 'Kanit', sans-serif;
    font-weight: 200;
    color: #000;

}
.Product-container li {
    font: 16px/1.4 'Kanit', sans-serif;
    font-size: 14px;
    color: #C11C19;
    text-decoration: none !important;
}



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

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

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




.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: 200;
    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 */
}
/* highlight */
.highlight p {
    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 300;
    color: #fff;
    line-height: 1.5em;
}


/* page About */
.about_container {
    /* background: url(../images/cover/bg-page-about.png) center no-repeat;
    background-size: cover; */
    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    /* background-color: #ffffff1b; */
}
.about_container p {
    font: 16px/1.4 'Kanit', sans-serif;
    font-weight: 300;
    color: #000;
    line-height: 1.5em;

}

.about_container h1 {
    font: 24px/1.4 'Kanit', sans-serif;
    font-weight: 300;
    color: #306FB7;

}

.about_container h2 {
    font: 52px 'Adobe', sans-serif;
    font-weight: 300;
    color: #f1c44d;
}
.about_container h3 {
    font: 36px/1.4 'Kanit', sans-serif;
    font-weight: 300;
    color: #fff;
}
.about_container h4 {
    font: 16px/1.4 'Kanit', sans-serif;
    font-weight: 200;
    color: #fff;
    line-height: 2em;
}
.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.png) center no-repeat;
    background-size: cover; */
    background-color: #fff;
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
    /* height: 800px;     */
}


.about-index h1 {
    font: 36px 'Kanit', sans-serif;
    font-weight: 200;
    color: #000;
}

.about-index h2 {
    font-size: 24px;
    color:#536E85;
    font-weight: 300;
}

.about-index h3 {
    font: 19px/1.4 'Kanit', sans-serif;
    font-weight: 500;
}


.about-index p {
    font: 16.24px/1 'Kanit', sans-serif;
    font-weight: 300;
    color: #536E85;
    line-height: 1.5em;

}

/* service */

.service-index h1 {
    font: 36px 'Kanit', sans-serif;
    font-weight: 100;
    color: #fff;
}

.service-index h2 {
    font: 20px/1 'Kanit', sans-serif;
    color:#fff;
    font-weight: 200;
}

.service-index h3 {
    font: 24px/1.4 'Kanit', sans-serif;
    font-weight: 500;
    color: #F1980A;
}


.service-index p {
    font: 16.24px/1.6 'Kanit', sans-serif;
    font-weight: 300;
    color: #536E85;
    line-height: 1.5em;

}

/* * attractions * */

.attractions-index h1 {
    font: 18px 'Kanit', sans-serif;
    font-weight: 300;
    color: #000;
}

.attractions-index h2 {
    font: 20px/1 'Kanit', sans-serif;
    color:#fff;
    font-weight: 200;
}

.attractions-index h3 {
    font: 24px/1.4 'Kanit', sans-serif;
    font-weight: 500;
    color: #F1980A;
}


.attractions-index p {
    font: 16.24px/1.6 'Kanit', sans-serif;
    font-weight: 300;
    color: #536E85;
    line-height: 1.5em;

}


.about-bg {
    background: url(../images/cover/about_06.png) center no-repeat;
    background-size: cover;
    /* height: 700px;
    width: 700px; */
}

/*plan*/
.plan-index {
    background: url(../images/cover/bg-plan.png) center no-repeat;
    background-size: cover;
    font-size: 16px;
    font-family: 'BebasNeue', Kanit;
    line-height: 1.4;
    /* height: 800px;     */
}


.plan-index h1 {
    font: 42px/1.4 'BebasNeue', Kanit;
    font-weight: 300;
    color: #fff;
}

.plan-index h2 {
    font-size: 24px;
}

.plan-index h3 {
    font: 19px/1.4 'BebasNeue', Kanit;
    font-weight: 500;
}


.plan-index p {
    font: 16.24px/1.6 'Kanit', sans-serif;
    font-weight: 300;
    color: #fff;
    line-height: 1.5em;
}



/* overview */
.overview {
    font-size: 16px;
    font-family: 'BebasNeue', Kanit;
    line-height: 1.4;
    background-color: #f4f4f4;
    /* height: 800px;     */
}


.overview h1 {
    font: 42px/1.4 'BebasNeue', Kanit;
    font-weight: 300;
    color: #75aeb6;
}

.overview h2 {
    font-size: 14px;
    font-weight: 200;
}

.overview h3 {
    font: 19px/1.4 'Kanit', sans-serif;
    font-weight: 500;
}


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

}

.overview button {
    font: 16.24px/1.6 'Kanit', sans-serif;
    font-weight: 300;
    line-height: 1.5em;

}



/* blog */
.blog {
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
    /* background-color: #f4f4f4; */
    /* height: 800px;     */
}


.blog h1 {
    font: 36px 'Kanit', sans-serif;
    font-weight: 400;
    color: #0E3366;
}

.blog h2 {
    font-size: 16px;
    font-weight: 300;
    color: #4A657D
}

.blog h3 {
    font-size: 14px;
    font-weight: 300;
    color: #999;
    line-height: 1.5em;
}

.blog h4 {
    font-size: 20px;
    font-weight: 300;
    color: #000;
}



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

}

.blog button {
    font: 16.24px/1.6 'BebasNeue', Kanit;
    font-weight: 300;
    line-height: 1.5em;

}


/* port-content */
.port-content {
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
    background-color: #fff;
    /* height: 800px;     */
}


.port-content h1 {
    font: 62px 'Adobe', Kanit;
    font-weight: 200;
    color: #fff;
}

.port-content hr {
 
    color: #999;
}

.port-content h2 {
    font: 20px/1.4 'Kanit', sans-serif;
    /* font-size: 16px; */
    font-weight: 200;
    color: #f1c44d;
    /* line-height: 2em; */
    /* letter-spacing: 1px; */
}

.port-content h3 {
    font: 18px/1.4 'Kanit', sans-serif;
    font-weight: 300;
    color: #fff;
}


.port-content p {
    font: 14.24px/1.6 'Kanit', sans-serif;
    font-weight: 300;
    color: #999999;
    line-height: 1.0em;

}

.port-content button {
    font: 14.24px/1.6 'BebasNeue', Kanit;
    font-weight: 300;
    color: #000;
    line-height: 1.5em;

}


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

}

/* Contact*/
.contact_container {
    /* font-size: 16px; */
    font-family: 'Kanit', sans-serif;
    background-color: #988B51;
}

.contact_container p{
    font: 14px 'Kanit', sans-serif;
    font-weight: 200 ;
    color: #fff;
    line-height: 1.5em;
}


.contact_container h1 {
    font: 36px 'Kanit', sans-serif;
    font-weight: 200;
    color: #fff;
}

.contact_container h2 {
    font: 20px 'Kanit', sans-serif !important;
    font-weight: 300 !important;
    color: #fff !important;
    line-height: 0.5em !important;
}



.contact_container hr {
 
    color: #999;
}



.contact_container h3 {
    font: 26px 'Adobe', Kanit;
    font-weight: 300;
    color: #000;
}
.contact_container a {
    font-size: 14px;
    color: #fff;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
    text-decoration: none;   
}



.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: 42px/1.4 'BebasNeue', Kanit;
    font-weight: 300;
    color: #75aeb6;
}

.btn-group li{
    font: 16px/1.4 'BebasNeue', Kanit;
    font-weight: 300;
}

.btn-group  button{
    font: 16px/1.4 'BebasNeue', Kanit;
    font-weight: 300;
}


.article-contain {
    /* background: url(../images/cover/bg-page-about.png) center no-repeat;
    background-size: cover; */
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;    
}

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

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

.article-contain a {
    font-size: 16px;
    color: #000;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
    text-decoration: none;   
}
.article-contain h1 {
    font: 28px/1.4 'Kanit', sans-serif;
    font-weight: 300;
    color: #012849;
}

.article-contain h2 {
    font: 14px/1.4 'BebasNeue', Kanit;
    font-weight: 300;
    color: #999;
}

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

.article-contain h4 {
    font: 16px/1.4 'BebasNeue', Kanit;
    font-weight: 300;
}

.article-contain h5 {
    font: 14.24px/1.6 'Kanit', sans-serif;
    font-weight: 300;
    color: #012849;
    line-height: 1.5em;
}

.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: #666;
    line-height: 1.5em;

}

/*page portfolio*/

.portfolio-contain {
    background: url(../images/cover/portfolio-bg.png) center no-repeat;
    background-size: cover;
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;    
}

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

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

.portfolio-contain a {
    font-size: 16px;
    color: #000;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
    text-decoration: none;   
}
.portfolio-contain h1 {
    font: 48px/1.4 'Adobe', Kanit;
    font-weight: 300;
    color: #012849;
}

.portfolio-contain h2 {
    font: 14px/1.4 'BebasNeue', Kanit;
    font-weight: 300;
    color: #999;
}

.portfolio-contain h3 {
    font: 18px/1.4 'Kanit', sans-serif;
    font-weight: 300;
    color: #ecc44a;
}

.portfolio-contain h4 {
    font: 18px/1.4 'Kanit', sans-serif;
    font-weight: 300;
    color: #999;

}

.portfolio-contain h5 {
    font: 14.24px/1.6 'Kanit', sans-serif;
    font-weight: 300;
    color: #012849;
    line-height: 1.5em;
}


.portfolio-contain p,
.portfolio-contain li {
    font: 14.24px/1.6 'Kanit', sans-serif;
    font-weight: 300;
    color: #666;
    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: 16px;
    font-family: 'BebasNeue', Kanit;;
    line-height: 1.4;
    /* background: #F3F3F3; */

}


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

.p-contain h1 {
    font: 42px/1.4 'BebasNeue', Kanit;
    font-weight: 300;
    color: #75aeb6;

}

.p-contain h2 {
    font: 16px 'BebasNeue', Kanit;;
    color: #ff9b62;
    line-height: 1 em;
}


.p-contain a {
    font: 16px 'BebasNeue', Kanit;;
}

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


/*Our mission */

.mission-contain {
    background: url(../images/cover/bg-mishome01.png) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Kanit', sans-serif;
}
.mission-contain p {
    font: 15.89px/1 'Kanit', sans-serif;
    font-weight: 300;
    color: #4a657d;
    line-height: 1.5em;
}


.mission-contain h1 {
    font: 36px 'Kanit', sans-serif;
    font-weight: 400;
    color: #0E3366;
    text-transform:uppercase;	
}

.mission-contain h2 {
    font: 24px 'Kanit', sans-serif;
    font-weight: 300;
    color: #ecc44a;
}

.mission-contain a {
    font: 15.89px/1 'Kanit', sans-serif;
    font-weight: 300;
    line-height: 1.5em;
    color: #000;
    text-decoration: none;
}



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

.imgtransparent:hover {
    opacity: 0.5;

    /* ค่าความจาง */
    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: #796C32;
}

.footer_container p {
    font: 16px/1 'Kanit', sans-serif;
    font-weight: 100 !important;
    color: #fff;
    line-height: 2em;

}

.footer_container h1 {
    font: 13px/1 'Kanit', sans-serif;
    font-weight: 200 !important;
    color: #fff;
    line-height: 1.5em;

}

.footer_container h2 {
    font: 36px 'BebasNeue', Kanit; 
    font-weight: 100 !important;
    color: #fff;
}

.footer_container h3 {
    font: 13px/1 'Kanit', sans-serif;
    font-weight: 200;
    color: #B2B2B2;
    
}

.footer_container a {
    font: 14px/1 'Kanit', sans-serif;
    font-weight: 200 !important;
    color: #fff;
    /* letter-spacing: 1px; */
}
.footer_container a:hover {
    font: 14px/1 'Kanit', sans-serif;
    font-weight: 200 !important;
    color: #c0681b;
    /* letter-spacing: 1px; */
}

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

/* Img box */
.img-box-1{
	height:380px;
}
.img-box-2{
	height:160px;
}
/**/