.home .header-bg {
    padding-bottom: 120px;
}

.header-bg {
    padding-bottom: 20px;
    background: url(../images/bg-1.jpg) top center no-repeat;
}


/*<!-- ********************************* president start ********************************* -->*/

.president {
    padding: 1em;
    background: rgba(218, 219, 202, 1);
    background: -moz-linear-gradient(left, rgba(218, 219, 202, 1) 0%, rgba(218, 219, 202, 1) 50%, rgba(230, 231, 232, 1) 50%, rgba(230, 231, 232, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(218, 219, 202, 1)), color-stop(50%, rgba(218, 219, 202, 1)), color-stop(50%, rgba(230, 231, 232, 1)), color-stop(100%, rgba(230, 231, 232, 1)));
    background: -webkit-linear-gradient(left, rgba(218, 219, 202, 1) 0%, rgba(218, 219, 202, 1) 50%, rgba(230, 231, 232, 1) 50%, rgba(230, 231, 232, 1) 100%);
    background: -o-linear-gradient(left, rgba(218, 219, 202, 1) 0%, rgba(218, 219, 202, 1) 50%, rgba(230, 231, 232, 1) 50%, rgba(230, 231, 232, 1) 100%);
    background: -ms-linear-gradient(left, rgba(218, 219, 202, 1) 0%, rgba(218, 219, 202, 1) 50%, rgba(230, 231, 232, 1) 50%, rgba(230, 231, 232, 1) 100%);
    background: linear-gradient(to right, rgba(218, 219, 202, 1) 0%, rgba(218, 219, 202, 1) 50%, rgba(230, 231, 232, 1) 50%, rgba(230, 231, 232, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dadbca', endColorstr='#e6e7e8', GradientType=1);
}

.president_box {
    padding: 1em 0;
}

.president_box img {
    width: 100%;
    height: auto;
}

.president_box .name {
    color: #6a6d4f;
    font-family: 'Kanit_regular';
    font-size: 1.6em;
    margin-top: 13px;
    margin-bottom: 5px;
}

.president_box .position {
    color: #6a6d4f;
    font-family: 'Kanit_regular';
    font-size: 1.4em;
    margin-bottom: 10px;
}

.president_box .detail {
    color: #6a6d4f;
    font-family: 'THSarabun_light';
    font-size: 1.6em;
    margin-bottom: 0;
    line-height: 1.2;
}

.president_box .detail-md {
    display: none;
}

#owl-demo {
    margin-top: 10px;
}

#owl-demo .owl-buttons div {
    color: #262932;
    border: none;
    position: absolute;
    text-shadow: none;
    font-size: 0.5em;
}

#owl-demo .owl-prev {
    left: -25px;
    top: 70px;
}

#owl-demo .owl-next {
    right: -25px;
    top: 70px;
}

#owl-demo .owl-pagination {
    display: none;
}

.banner-link_item {
    width: 90%;
    height: 85px;
    margin: 1em auto;
    background: #F3F3F4;
    text-align: center;
    padding-top: 5px;
}

.banner-link_item img {
    width: 100%;
}


/*<!-- ********************************* promote start ********************************* -->*/

.promote-section {
    margin: 50px 0;
}

.section-name {
    margin-bottom: 10px;
    padding-top: 5px;
}

.page .seed-social,
.archive .seed-social {
    margin-top: 0;
    margin-bottom: 0;
}

.page .seed-social > div,
.archive .seed-social > div {
    float: none;
    display: inline-block;
}

.section-name h1,
.section-name h2 {
    background-color: #2c665a;
    margin: 0 0 30px;
    padding: 8px 15px;
    padding-left: 50px;
    color: #fff;
    font-family: 'Kanit_regular';
    font-size: 1.3em;
}

.section-name h2 {
    text-align: center;
    padding-left: 15px;
}

.line01 {
    height: 20px;
    border-right: 3px solid #dadbca;
    margin-top: -2px;
}

.line01_1 {
    height: 20px;
    border-left: 3px solid #dadbca;
    margin-top: -2px;
}

.line02 {
    width: 100%;
    border-top: 3px solid #dadbca;
    margin-top: 15px;
    position: relative;
    top: 8px;
}

.pr_item {
    background: white;
    margin-top: 20px;
}

.pr_item img {
    width: 100%;
    height: auto;
}

.pr_content {
    background: rgba(41, 47, 0, 0.7);
    margin-bottom: -85px;
    width: 100%;
    position: relative;
    bottom: 85px;
    padding: 10px;
    line-height: 1.2;
    font-size: 0.9em;
}

.pr_item a {
    text-decoration: none;
    font-size: small;
}

.pr_content .header {
    font-family: 'Kanit_regular';
    font-size: 1.7em;
    color: white;
    margin-top: 5px;
    line-height: 1.3;
}

.pr_content_hilight {
    background: rgba(41, 47, 0, 0.7);
    margin-bottom: -119px;
    width: 100%;
    position: relative;
    bottom: 119px;
    padding: 10px;
    line-height: 1.2;
    font-size: 0.9em;
}

.pr_content_hilight .header {
    font-family: 'Kanit_regular';
    font-size: 1.7em;
    color: white;
    margin-top: 5px;
    line-height: 1.3;
}

.pr_content_hilight .post_by {
    font-family: 'THSarabun';
    font-size: 1.8em;
    color: rgba(255, 255, 255, 0.5);
}

.read_more {
    display: none;
}

.feature-post {
    border-bottom: 1px solid #6a6d4f;
    padding: 6px 0;
}

.feature-post:last-child {
    border-bottom: none;
}

.feature-post a {
    text-decoration: none;
}

.feature-post .header {
    color: #6a6d4f;
    font-family: 'Kanit_regular';
    font-size: 1.4em;
}

.feature-post .content {
    font-family: 'THSarabun';
    font-size: 1.5em;
    color: #2c2d25;
    line-height: 1.2;
}

.read_more-service {
    display: none;
}


/*<!-- ********************************* service start ********************************* -->*/

.ourservice-section {
    margin: 50px 0 0;
    background: #dadbca url('../images/bg-2.png') fixed;
    padding: 50px 0;
}

.ourservice-section .line01 {
    border-right: 3px solid #292f00;
}

.ourservice-section .line01_1 {
    border-left: 3px solid #292f00;
}

.ourservice-section .line02 {
    border-top: 3px solid #292f00;
}

.service_item {
    margin-top: 30px;
}

.service_item img {
    width: 100%;
}

.service_content {
    padding: 1em;
}

.service_item a {
    text-decoration: none;
    font-size: small;
}

.service_content .kind {
    font-family: 'THSarabun';
    font-size: 1.6em;
    background: #292f00;
    color: white;
    width: 200px;
    margin-top: 0px;
    padding: 2px 10px;
    text-align: center;
}

.service_content .post_by {
    font-family: 'THSarabun';
    font-size: 1.8em;
    color: #292f33;
}

.service_content .header {
    font-family: 'Kanit_regular';
    font-size: 1.7em;
    line-height: 1.2;
    color: #6a6d4f;
    margin-top: 5px;
}

.service_content .content {
    font-family: 'THSarabun';
    font-size: 1.5em;
    color: rgba(44, 45, 37, 0.7);
    margin-top: 5px;
}

.download-box {
    height: 300px;
    overflow: hidden;
    background: rgba(41, 47, 0, 0);
    background: -moz-linear-gradient(top, rgba(41, 47, 0, 0) 0%, rgba(41, 47, 0, 0.98) 79%, rgba(41, 47, 0, 0.98) 80%, rgba(41, 47, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(41, 47, 0, 0)), color-stop(79%, rgba(41, 47, 0, 0.98)), color-stop(80%, rgba(41, 47, 0, 0.98)), color-stop(100%, rgba(41, 47, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(41, 47, 0, 0) 0%, rgba(41, 47, 0, 0.98) 79%, rgba(41, 47, 0, 0.98) 80%, rgba(41, 47, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(41, 47, 0, 0) 0%, rgba(41, 47, 0, 0.98) 79%, rgba(41, 47, 0, 0.98) 80%, rgba(41, 47, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(41, 47, 0, 0) 0%, rgba(41, 47, 0, 0.98) 79%, rgba(41, 47, 0, 0.98) 80%, rgba(41, 47, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(41, 47, 0, 0) 0%, rgba(41, 47, 0, 0.98) 79%, rgba(41, 47, 0, 0.98) 80%, rgba(41, 47, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#292f00', endColorstr='#292f00', GradientType=0);
}

.download_box-text {
    position: absolute;
    z-index: 1;
    margin-top: 160px;
}

.download_box-text a {
    text-decoration: none;
}

.download_box-text h2 {
    margin: 0;
    padding: 0 1em;
    text-align: right;
    font-family: 'Kanit_regular', sans-serif;
    color: white;
}

.download_box-text h3 {
    padding: 0 1em;
    margin: 0;
    text-align: right;
    font-family: 'THSarabun_light';
    color: white;
}

.download_box-bg {
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin: 2em 0 0;
    height: auto;
}

.download_box-bg img {
    width: 100%;
    opacity: 0.6;
}


/*<!--****************************** mobile site ******************************-->*/

@media (max-width: 767px) and (min-width: 320px) {
    .header-bg {
        background: url(../images/bg-1.jpg) bottom 55% center no-repeat;
        padding-bottom: 58px;
    }
    .president {
        background: #dadbca;
    }
    .president .name {
        font-size: 1.4em;
        margin: 0;
    }
    .president_box .detail-md {
        display: block;
        color: #6a6d4f;
        font-family: 'THSarabun_light';
        font-size: 1.2em;
        margin-bottom: 0;
        line-height: 1.2;
    }
    .president .position {
        font-size: 1.2em;
        font-family: 'THSarabun_light';
        margin-top: 5px;
        border-bottom: 1px solid #a2a48c;
    }
    .promote-section {
        margin: 30px 0;
    }
    .section-name {
        margin-top: 15px;
        margin-bottom: 0;
    }
    .section-name h2 {
        font-size: 1.3em;
        margin-bottom: 30px;
    }
    .pr_content_hilight {
        background: rgba(41, 47, 0, 0.7);
        margin-bottom: -145px;
        width: 100%;
        position: relative;
        bottom: 145px;
        padding: 10px;
        line-height: 1.2;
        font-size: 0.9em;
    }
    .pr_item {
        margin-top: 10px;
    }
    .pr_content .header {
        font-size: 1.3em;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .read_more {
        display: block;
        text-align: center;
        background: #dadbca;
        padding: 5px 0;
    }
    .read_more a {
        text-decoration: none;
        color: #6a6d4f;
        font-size: 1.5em;
        font-family: 'Kanit_regular';
    }
    .ourservice-section {
        margin: 20px 0 0;
        background: #dadbca;
    }
    .service_content .header {
        font-size: 1.3em;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .service_item {
        margin-top: 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid black;
    }
    .service_content {
        padding: 1em 1em 0 1em;
    }
    .service_item-lastchild {
        display: none;
    }
    .download-box {
        display: none;
    }
    .read_more-service {
        display: block;
        text-align: center;
        background: #6a6d4f;
        padding: 5px 0;
    }
    .read_more-service a {
        text-decoration: none;
        color: white;
        font-size: 1.5em;
        font-family: 'Kanit_regular';
    }
}


/*tablet site*/

@media(max-width: 1024px) and (min-width: 768px) {
    .header-bg {
        padding-bottom: 70px;
    }
    .president {
        margin-top: 0px;
        background: #dadbca;
    }
    .president .name {
        font-size: 2.3em;
        margin-top: 40px;
    }
    .president .position {
        font-size: 2em;
    }
    .president .location {
        font-size: 2em;
    }
    .pr_content_hilight {
        margin-bottom: -95px;
        bottom: 95px;
    }
    .pr_content .content {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .promote-section {
        margin: 40px 0;
    }
    .ourservice-section {
        margin: 40px 0 0;
    }
    .download-box {
        display: none;
    }
}


/*custom site*/

@media(max-width: 718px) and (min-width: 385px) {
    .pr_content_hilight {
        margin-bottom: -120px;
        bottom: 120px;
    }
}

@media(max-width: 767px) and (min-width: 719px) {
    .pr_content_hilight {
        margin-bottom: -95px;
        bottom: 95px;
    }
}

@media (max-width: 736px) and (min-width: 533px) {
    .president .name {
        font-size: 2.5em;
    }
    .president .position,
    .president .location {
        font-size: 2.2em;
    }
    .president .location {
        margin-top: 20px;
        line-height: 1.2;
    }
}

@media(max-width: 1024px) and (min-width: 992px) {
    .president {
        margin-top: 0px;
    }
    .president .name {
        font-size: 1.5em;
        margin-top: 15px;
        text-align: center;
    }
    .president .position {
        font-size: 1.3em;
        text-align: center;
    }
    .president .location {
        font-size: 1.3em;
        text-align: center;
    }
    .banner-link_item {
        height: 55px;
    }
    .pr_content {
        padding-right: 2.2em;
        margin-bottom: -66px;
        bottom: 66px;
    }
    .pr_content .kind {
        margin-top: 0;
        margin-bottom: 5px;
    }
    .pr_content .header {
        margin-top: 0;
        font-size: 1.2em;
    }
    .pr_content .content {
        margin-bottom: 8px;
        margin-top: -5px;
    }
    .pr_content_hilight .header {
        font-size: 1.4em;
    }
    .pr_content_hilight {
        margin-bottom: -112px;
        bottom: 112px;
    }
    .feature-post .header {
        font-size: 1em;
    }
    .feature-post .content {
        font-size: 1.2em;
    }
    .service_content .header {
        font-size: 1.4em;
    }
    .download-box {
        display: block;
        height: 250px;
    }
    .service_content .kind {
        margin-bottom: 3px;
    }
    .service_content .header {
        margin-bottom: 5px;
    }
    .service_content .content p {
        margin-bottom: 0;
    }
    .download_box-text {
        position: absolute;
        z-index: 1;
        margin-top: 140px;
    }
}

@media(max-width: 1199px) and (min-width: 1025px) {
    .banner-link_item {
        height: 55px;
    }
    .president .name {
        text-align: center;
    }
    .president .position {
        font-size: 1.3em;
        text-align: center;
    }
    .president .location {
        font-size: 1.3em;
        line-height: 1.3;
        text-align: center;
    }
    .pr_content {
        bottom: 71px;
        margin-bottom: -71px;
    }
    .pr_content .header {
        font-size: 1.2em;
    }
    .pr_content .kind {
        margin-top: 0;
    }
    .pr_content .content {
        margin-bottom: 10px;
        margin-top: -6px;
    }
    .pr_content_hilight {
        bottom: 112px;
        margin-bottom: -112px;
    }
    .pr_content_hilight .header {
        font-size: 1.4em;
    }
    .feature-post .header {
        font-size: 1.1em;
    }
    .feature-post .content {
        font-size: 1.2em;
    }
    .service_content .header {
        font-size: 1.4em;
        margin-bottom: 5px;
    }
    .service_content .content p {
        margin-bottom: 0;
    }
    .service_content .post_by {
        margin-bottom: -7px;
    }
    .download-box {
        height: 250px;
    }
    .download_box-text {
        margin-top: 140px;
    }
}

/* --- modified --- */

/*<!-- ********************************* president start ********************************* -->*/

.president {
    padding: 1em;
    background: #c2b59b;
    background: -moz-linear-gradient(left, #c2b59b 0%, #c2b59b 50%, rgba(230, 231, 232, 1) 50%, rgba(230, 231, 232, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #c2b59b), color-stop(50%, #c2b59b), color-stop(50%, rgba(230, 231, 232, 1)), color-stop(100%, rgba(230, 231, 232, 1)));
    background: -webkit-linear-gradient(left, #c2b59b 0%, r#c2b59b 50%, rgba(230, 231, 232, 1) 50%, rgba(230, 231, 232, 1) 100%);
    background: -o-linear-gradient(left, #c2b59b 0%, #c2b59b 50%, rgba(230, 231, 232, 1) 50%, rgba(230, 231, 232, 1) 100%);
    background: -ms-linear-gradient(left, #c2b59b 0%, #c2b59b 50%, rgba(230, 231, 232, 1) 50%, rgba(230, 231, 232, 1) 100%);
    background: linear-gradient(to right, #c2b59b 0%, #c2b59b 50%, rgba(230, 231, 232, 1) 50%, rgba(230, 231, 232, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c2b59b', endColorstr='#e6e7e8', GradientType=1);
}

.president_box .name {
    color: #5a4b42;
}

.president_box .position {
    color: #716659;
}

.president_box .line-01 {
    background: #2c665a;
    width: 50px;
    height: 5px;
    margin-bottom: 10px;
}

.president_box .name_location {
    color: #5a4b42;
    font-family: 'Kanit_regular';
    font-size: 1.3em;
    margin-bottom: 0;
}

.president_box .detail {
    color: #716659;
    font-family: 'Kanit_light';
    font-size: 1.3em;
    padding-right: 80px;
}

#owl-demo .owl-pagination {
    display: block;
}

#owl-demo .owl-page span {
    background: #949699;
    border: none;
}

#owl-demo .owl-page.active span,
#owl-demo .owl-page:hover span {
    background: #3a3a3c;
}

#owl-demo .owl-prev {
    color: #716659;
}

#owl-demo .owl-next {
    color: #716659;
}


/*<!-- ********************************* promote start ********************************* -->*/

.promote-section {
    margin-top: 60px;
    padding: 2em 0;
    margin-bottom: 60px;
}

.pr_content {
    background: rgba(90, 75, 66, 0.8);
    bottom: 66px;
    margin-bottom: -80px;
}

.pr_content_hilight {
    background: rgba(90, 75, 66, 0.8);
    bottom: 80px;
    margin-bottom: -80px;
}

.pr_content .header {
    font-family: 'Kanit_regular';
    font-size: 1.3em;
    color: white;
    margin-top: 5px;
    line-height: 1.2;
    margin-top: 0;
}

.pr_content .post_date {
    font-family: 'Kanit_light';
    color: white;
    margin-bottom: 0;
}

.pr_content_hilight .header {
    font-family: 'Kanit_regular';
    font-size: 1.3em;
    color: white;
    margin-top: 5px;
    line-height: 1.2;
    margin-top: 0;
}

.pr_content_hilight .post_date {
    font-family: 'Kanit_light';
    color: white;
    margin-bottom: 0;
}

.feature-post .header {
    color: #5a4b42;
    margin-top: 7px;
}

.feature-post .content {
    color: #5a4b42;
}

.feature-post .post_date {
    font-family: 'Kanit_light';
    color: #2c665a;
    margin-bottom: 0;
}


/*global css*/

.box-name {
    position: relative;
    top: -1em;
}

.box-name .title {
    width: 50%;
    background: #2c665a;
    font-family: 'Kanit_regular';
    color: white;
    padding: 8px 15px;
    padding-left: 50px;
    font-size: 1.3em;
    margin-left: -15px;
    margin-top: 0;
    display: inline-block;
}

.box-name .view_all {
    font-family: 'Kanit_light';
    color: #5a4b42;
    padding: 6px 15px 5px;
    font-size: 1.3em;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    float: right;
    padding-top: 10px;
}


/*<!--****************************** mobile site ******************************-->*/

@media (max-width: 767px) and (min-width: 320px) {
    .president {
        background: #c2b59b;
    }
    .president_box img {
        margin-bottom: 30px;
    }
    .president_box {
        text-align: center;
    }
    .president .position {
        font-family: 'Kanit_regular';
        border: none;
    }
    .president_box .line-01 {
        margin: 10px auto;
    }
    .box-name .title {
        width: 100%;
        padding-left: 0px;
        text-align: center;
        display: block;
        margin-left: 0px;
    }
    .promote-section {
        margin-top: 0px;
        margin-bottom: 0;
    }
    .pr_content_hilight {
        background: rgba(90, 75, 66, 1);
        bottom: 0;
        margin-bottom: 0;
        margin-top: -1px;
    }
    .read_more {
        background: #c2b59b;
    }
    .read_more a {
        color: #5a4b42;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .president {
        background: #c2b59b;
    }
    .pr_content .header {
        height: 36px;
        overflow: hidden;
    }
    .pr_content_hilight {
        bottom: 62px;
        margin-bottom: -62px;
    }
}

@media (max-width: 1024px) and (min-width: 992px) {
    .president {
        padding: 1em;
        background: #c2b59b;
        background: -moz-linear-gradient(left, #c2b59b 0%, #c2b59b 50%, rgba(230, 231, 232, 1) 50%, rgba(230, 231, 232, 1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #c2b59b), color-stop(50%, #c2b59b), color-stop(50%, rgba(230, 231, 232, 1)), color-stop(100%, rgba(230, 231, 232, 1)));
        background: -webkit-linear-gradient(left, #c2b59b 0%, r#c2b59b 50%, rgba(230, 231, 232, 1) 50%, rgba(230, 231, 232, 1) 100%);
        background: -o-linear-gradient(left, #c2b59b 0%, #c2b59b 50%, rgba(230, 231, 232, 1) 50%, rgba(230, 231, 232, 1) 100%);
        background: -ms-linear-gradient(left, #c2b59b 0%, #c2b59b 50%, rgba(230, 231, 232, 1) 50%, rgba(230, 231, 232, 1) 100%);
        background: linear-gradient(to right, #c2b59b 0%, #c2b59b 50%, rgba(230, 231, 232, 1) 50%, rgba(230, 231, 232, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c2b59b', endColorstr='#e6e7e8', GradientType=1);
    }
    .president .name {
        text-align: left;
    }
    .president .position {
        text-align: left;
    }
    .pr_content_hilight {
        bottom: 80px;
        margin-bottom: -80px;
    }
}

@media (max-width: 1199px) and (min-width: 1025px) {
    .president .name {
        text-align: left;
    }
    .president .position {
        text-align: left;
    }
}

/* --- new section --- */

.otop-section {
    background: #dededf;
}

.otop-section .highlight-item {
    margin: 10px 0;
    background: white;
}

.otop-section .highlight-item img {
    width: auto;
    max-height: 310px;
    max-width: 310px;
    min-width: 280px;
    float: left;
    margin-left: 125px;
}

.otop-section .highlight-item .label {
    background: #5a4b42;
    display: block;
    height: 100%;
    margin-left: 15px;
    margin-top: 0;
    position: absolute;
    width: 130px;
    left: 0;
    top: 0;
    border-radius: 0;
    vertical-align: middle;
    font-size: 100%;
    white-space: inherit;
}

.otop-section .highlight-item .label span {
    font-family: 'Kanit_light';
    color: white;
    display: block;
    line-height: 1.4;
    font-size: 1.5em;
    text-align: left;
    padding-left: 12px;
    position: absolute;
    top: 40%;
}

.otop-section .highlight-item .label:after {
    border-top: 155px solid transparent;
    border-left: 25px solid #5a4b42;
    border-bottom: 155px solid transparent;
    content: "";
    height: 0;
    left: 130px;
    position: absolute;
    top: 0px;
    width: 0;
}

.otop-section .highlight-item .content {
    padding: 1em 2em 1em 1em
}

.otop-section .highlight-item .content > a {
    text-decoration: none;
}

.otop-section .highlight-item .content .title {
    color: #5a4b42;
    font-family: 'Kanit_regular';
}

.otop-section .highlight-item .content .post_date {
    color: #2c665a;
    font-family: 'Kanit_Light';
}

.otop-section .highlight-item .content .line-01 {
    background: #2c665a;
    width: 100px;
    height: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.otop-section .highlight-item .content .detail {
    color: #5a4b42;
    font-family: 'THSarabun_light';
    font-size: 1.4em;
}

.otop-section .highlight-item .content .price {
    color: #58585a;
    font-family: 'Kanit_regular';
    font-size: 1.6em;
    float: left;
}

.otop-section .highlight-item .content .share-box {
    text-align: right;
    vertical-align: middle;
}

.otop-section .highlight-item .content .share-box > div {
    display: inline-block;
    text-decoration: none;
    color: #818285;
}

.otop-section .highlight-item .content .share-box .order_btn {
    padding: 7px 15px;
    margin: 0 10px;
    background: #c2b59b;
    border-radius: 4px;
    font-family: 'Kanit_regular';
    color: #5a4b42;
    font-size: 1.3em;
}

.otop-section .highlight-item .content .share-box .ico {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #818285;
    text-align: center;
    vertical-align: middle;
    padding-top: 7px;
    font-size: 1em;
}

.otop-section .highlight-item .content .share-box i {
    margin: 0 10px;
    font-size: 1.2em;
}

.otop-section .product_item .item {
    padding: 15px;
}

.otop-section .product_item .item .product-box {
    border: 1px solid #f7f7f7;
    background: white;
    padding: 10px;
}

.otop-section .product_item .item .product-box > a {
    text-decoration: none;
}

.otop-section .product_item .item .product-box .share-box {
    text-align: center;
    margin-bottom: 10px;
}

.otop-section .product_item .item .product-box .share-box a {
    text-decoration: none;
}

.otop-section .product_item .item .product-box .share-box i {
    margin: 0 5px;
}

.otop-section .product_item .item .product-box .share {
    display: inline-block;
    margin: 5px;
    color: #818285;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.otop-section .product_item .item .product-box .share:hover {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #202e31;
}

.otop-section .product_item .item .product-box .love {
    display: inline-block;
    margin: 5px;
    color: #818285;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.otop-section .product_item .item .product-box .love:hover {
    color: #dc0000;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.otop-section .product_item .item .product-box .ellipsis {
    display: inline-block;
}

.otop-section .product_item .item .product-box .ico {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #818285;
    text-align: center;
    vertical-align: middle;
    padding-top: 2px;
    font-size: 1em;
    color: #818285;
}

.otop-section .product_item .item .product-box img {/*
    width: auto;
    max-height: 200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;*/
    max-width: 100%;
    max-height: 180px;
    margin: 0 auto;
    display: block;
}

.otop-section .product_item .item .product-box .rate {
    font-size: 0.8em;
    color: #8ba099;
    margin-top: 15px;
    margin-bottom: 10px;
}

.otop-section .product_item .item .product-box .rate i {
    margin-right: 2px;
}

.otop-section .product_item .item .product-box .rate i.active {
    color: #2c665a;
}

.otop-section .product_item .item .product-box .product_name {
    font-family: 'Kanit_regular';
    color: #2c665a;
    font-size: 1.4em;
    margin-top: 15px;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.otop-section .product_item .item .product-box .price {
    font-family: 'Kanit_regular';
    color: #58585a;
    font-size: 1.2em;
    margin-top: 0px;
    margin-bottom: 5px;
}

.otop-section .product_item .item .product-box .btn_buy {
    margin-top: 10px;
    padding: 4px 15px;
    margin: 0 10px;
    background: #c2b59b;
    border-radius: 4px;
    font-family: 'Kanit_regular';
    color: #5a4b42;
    font-size: 1.3em;
    text-align: center;
}

#owl-otop .owl-pagination {
    display: block;
}

#owl-otop .owl-buttons div {
    color: #202e31;
    border: none;
    position: absolute;
}

#owl-otop .owl-prev {
    color: #1f2f31;
    left: -5%;
    top: 25%;
}

#owl-otop .owl-prev:hover,
#owl-otop .owl-next:hover {
    background: none;
}

#owl-otop .owl-next {
    color: #1f2f31;
    right: -5%;
    top: 25%;
}

#owl-otop .owl-pagination {
    margin-top: 20px;
    margin-bottom: 30px;
}

#owl-otop .owl-page span {
    background: #949699;
    border: none;
}

#owl-otop .owl-page.active span,
#owl-otop .owl-page:hover span {
    background: #3a3a3c;
}


/*<!-- ********************************* pr start ********************************* -->*/

.pr-section {
    margin-top: 50px;
    padding: 2em 0;
}

.pr-section .pr_item {
    margin-top: 20px;
    background: none;
    position: relative;
}

.pr-section .pr_item .province {
    color: #2c665a;
    font-family: 'Kanit_regular';
    font-size: 1.4em;
}

.pr-section .pr_item img {
    width: 100%;
}

.pr-section .pr_item .line-01 {
    background: #2c665a;
    width: 50px;
    height: 5px;
    margin-bottom: 20px;
}

.pr-section .pr_item .pr_detail {
    background: rgba(90, 75, 66, 0.8);
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 10px;
}

.pr-section .pr_item .pr_detail .header {
    font-family: 'Kanit_light';
    font-size: 1.2em;
    color: white;
    margin-top: 5px;
    line-height: 1.2;
    margin-top: 0;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pr-section .pr_item .pr_detail .post_date {
    font-family: 'Kanit_light';
    color: white;
    margin-bottom: 0;
}


/*<!-- ***************************** service-box start ***************************** -->*/

.service_box-section {
    margin-top: 40px;
    padding: 2em 0;
}

.service_box-section .item {
    margin-top: 20px;
}

.service_box-section .item a {
    text-decoration: none;
}

.service_box-section .item img {
    width: 100%;
}

.service_box-section .title {
    color: #2c665a;
    font-family: 'Kanit_regular';
    font-size: 1.4em;
}

.service_box-section .item .line-01 {
    background: #2c665a;
    width: 50px;
    height: 5px;
    margin-bottom: 20px;
}

.service_box-section .item .box_detail .header {
    font-family: 'Kanit_regular';
    font-size: 1.4em;
    color: #5a4b42;
    margin-top: 20px;
    line-height: 1.2;
    height: 46px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.service_box-section .item .box_detail .post_date {
    font-family: 'Kanit_light';
    color: #2c665a;
    margin-bottom: 0;
}


/*<!-- **************************** download start **************************** -->*/

.download-section {
    margin-top: 40px;
    background: #dededf;
    padding-bottom: 4em;
}

.download-section .download-item {
    background: white;
    padding: 1em;
    margin-top: 10px;
}

.download-section .download-item:first-child {
    margin-top: 30px;
}

.download-section .download-item .ico {
    color: #2c665a;
    font-size: 2.5em;
    text-align: center;
}

.download-section .download-item .title {
    font-family: 'Kanit_regular';
    font-size: 1.4em;
    color: #5a4b42;
    margin-top: 0px;
    line-height: 1.2;
}

.download-section .download-item .post_date {
    font-family: 'Kanit_light';
    color: #2c665a;
    margin-bottom: 0;
}


/*<!-- **************************** knowledge start **************************** -->*/

.knowledge-section {
    margin-top: 50px;
    padding: 2em 0;
}

.knowledge-section .knowledge-box a {
    text-decoration: none;
}

.knowledge-section .knowledge-box .knowledge-item {
    padding: 15px;
}

.knowledge-section .knowledge-box .knowledge-item img {
    width: 100%;
}

.knowledge-section .knowledge-box .knowledge-item .content {
    padding: 1em 1.5em;
    border-radius: 0;
}

.knowledge-section .knowledge-box .knowledge-item .content a {
    text-decoration: none;
}

.knowledge-section .knowledge-box .knowledge-item .content .title {
    font-family: 'Kanit_regular';
    font-size: 1.4em;
    color: #5a4b42;
    margin-top: 20px;
    line-height: 1.2;
}

.knowledge-section .knowledge-box .knowledge-item .content .post {
    font-family: 'Kanit_light';
    color: #2c665a;
    margin-bottom: 0;
}

.knowledge-section .knowledge-box .knowledge-item .ico {
    position: absolute;
    margin: 0 -10px;
    border-radius: 15px;
    padding: 8px 17px;
    bottom: 153px;
    right: 39px;
    background: rgba(255, 255, 255, 0.80);
    font-family: 'Kanit_light';
    color: #2c665a;
}

.knowledge-section .knowledge-box .knowledge-item .ico span {
    font-size: 1.3em;
}

.knowledge-section .knowledge-box .knowledge-item .ico i {
    vertical-align: middle;
    font-size: 1em;
    color: rgb(44, 102, 89);
    padding: 5px 6px;
    border-radius: 50%;
    border: 2px solid #2c665a;
}

#owl-knowledge .owl-pagination {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
}

#owl-knowledge .owl-buttons div {
    color: #202e31;
    border: none;
    position: absolute;
}

#owl-knowledge .owl-prev {
    color: #716659;
    left: -5%;
    top: 25%;
}

#owl-knowledge .owl-prev:hover,
#owl-knowledge .owl-next:hover {
    background: none;
}

#owl-knowledge .owl-next {
    color: #716659;
    right: -5%;
    top: 25%;
}

#owl-knowledge .owl-page span {
    background: #949699;
    border: none;
}

#owl-knowledge .owl-page.active span,
#owl-knowledge .owl-page:hover span {
    background: #3a3a3c;
}

.siteorigin-widget-tinymce ul {
    padding-left: 15px;
}

.siteorigin-widget-tinymce ul li a {
    color: #5a4b42;
}

.tptn_counter {
    display: none;
}

/*<!--****************************** link start ******************************-->*/

.link-section {
    padding: 2em 0;
}

.link-section .link-box {
    margin-top: 10px;
}

.link-section .link_item a {
    text-decoration: none;
}

.link-section .link_item .title {
    margin: 0;
    color: #5a4b42;
    font-size: 22px;
    font-family: 'Kanit_regular';
    padding: 10px 20px;
    border-bottom: 1px solid #c9c9ca;
}

.link-section .link_item .permanant {
    font-weight: 700;
}

.link-section .link_item .panel-group {
    margin-bottom: 0px;
}

.link-section .link_item .panel {
    margin-bottom: 0px;
    background: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.link-section .link_item .panel-body {
    padding: 5px;
}

.link-section .link_item .panel-body li {
    list-style: none;
    padding: 5px 15px;
}

.link-section .link_item .panel-body li a {
    font-family: 'Kanit_regular';
    color: #5a4b42;
    font-size: 22px;
    text-decoration: none;
}


/*golbal css*/

.header-section {
    margin-top: -35px;
}

.header-section .title {
    background: #2c665a;
    font-family: 'Kanit_regular';
    color: white;
    padding: 8px 15px;
    padding-left: 50px;
    font-size: 1.3em;
    margin-left: -15px;
    margin-right: -15px;

    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-section .view_all {
    background: #c2b59b;
    font-family: 'Kanit_light';
    color: #5a4b42;
    padding: 6px 15px 5px;
    font-size: 1.3em;
    text-decoration: none;
    text-align: center;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: -13px;
    margin-right: -15px
}


/*<!--****************************** mobile site ******************************-->*/

@media (max-width: 767px) and (min-width: 320px) {
    .otop-section .highlight-item .label:after {
        display: none;
    }
    .otop-section .highlight-item .content .price {
        float: none;
    }
    .otop-section .highlight-item .content .share-box {
        text-align: center;
    }
    .otop-section .highlight-item .content .share-box i {
        font-size: 1em;
        margin: 0 7px;
    }
    #owl-otop .owl-pagination {
        display: none;
    }
    #owl-otop .owl-prev {
        left: 0;
    }
    #owl-otop .owl-next {
        right: 0;
    }
    .pr-section {
        margin-top: 10px;
    }
    .pr-section .pr_item .pr_detail {
        background: rgba(90, 75, 66, 1);
        margin-bottom: 0px;
        bottom: 0px;
        margin-top: -1px;
    }
    .header-section .title {
        text-align: center;
        padding-left: inherit;
    }
    .service_box-section {
        margin-top: 10px;
    }
    .download-section {
        padding-bottom: 0em;
    }
    .download-section .paper-box {
        margin-bottom: 40px;
    }
    .knowledge-section {
        margin-top: 0;
    }
    .knowledge-section .knowledge-box .knowledge-item .content .title {
        height: 46px;
        overflow: hidden;
    }
    #owl-knowledge .owl-pagination {
        display: none;
    }
    #owl-knowledge .owl-prev {
        left: 0;
    }
    #owl-knowledge .owl-next {
        right: 0;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .otop-section .highlight-item .label:after {
        border-top: 245px solid transparent;
        border-bottom: 247px solid transparent;
    }
    #owl-otop .owl-next {
        right: 0;
    }
    #owl-otop .owl-prev {
        left: 0;
    }
    .pr-section .pr_item .pr_detail {
        margin-bottom: -66px;
        bottom: 66px;
    }
    .service_box-section .item .box_detail .header {
        height: 46px;
        /*overflow: hidden;*/
    }
    .download-section .paper-box {
        margin-bottom: 40px;
    }
    .header-section .title {
        text-align: center;
        padding-left: inherit;
    }
    #owl-knowledge .owl-next {
        right: 0;
    }
    #owl-knowledge .owl-prev {
        left: 0;
    }
}

@media (max-width: 1024px) and (min-width: 992px) {
    .otop-section .highlight-item .label:after {
        border-top: 128px solid transparent;
        border-bottom: 128px solid transparent;
    }
    .otop-section .highlight-item .content .title {
        margin-top: 0;
    }
    .otop-section .highlight-item .content .line-01 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .otop-section .highlight-item .content .detail {
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .otop-section .product_item .item .product-box .share-box i {
        margin: 0;
    }
    .pr-section .pr_item .pr_detail {
        margin-bottom: -84px;
        bottom: 84px;
    }
    .knowledge-section .knowledge-box .knowledge-item .content {
        padding: 0.2em 0em;
    }
}

@media (max-width: 1199px) and (min-width: 1025px) {
    .otop-section .highlight-item .label:after {
        border-top: 128px solid transparent;
        border-bottom: 128px solid transparent;
    }
    .otop-section .highlight-item .content .title {
        margin-top: 0;
    }
    .otop-section .highlight-item .content .line-01 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .otop-section .highlight-item .content .detail {
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .otop-section .product_item .item .product-box .share-box i {
        margin: 0;
    }
    .service_box-section .item .box_detail .header {
        height: 46px;
        /*overflow: hidden;*/
    }
    .knowledge-section .knowledge-box .knowledge-item .content {
        padding: 0.2em 0em;
    }
}
